Use new metadata copy function.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-03-09  Wim Taymans  <wim@fluendo.com>
2
3         * ext/pango/gsttextrender.c: (gst_text_render_chain):
4         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
5         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
6         Use new metadata copy function.
7
8         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9         (gst_ffmpegcsp_transform):
10         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
11         Basetransform copied the metadata for us.
12
13 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
14
15         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16         (gst_text_overlay_video_event):
17           Some more logging. Only accept newsegment events in TIME format and
18           send a WARNING message if they are not in TIME format.
19
20         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
21         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
22         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
23         * gst/subparse/gstsubparse.h:
24           No need to allocate GstSegment structure dynamically, just put it
25           into the instance structure; ignore newsegment events in BYTE
26           format and in particular don't let it overwrite our saved TIME
27           segment from the last seek.
28
29 2007-03-09  Michael Smith  <msmith@fluendo.com>
30
31         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
32           Replace AC3 typefinder with one that isn't terrible, and actually
33           works usefully.
34
35 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36
37         * gst/audioconvert/gstaudioconvert.c:
38         (gst_audio_convert_transform):
39           fix error category and translatable string
40           
41
42 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
43
44         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
45         * pkgconfig/gstreamer-plugins-base.pc.in:
46           Fix up utils => pbutils here too.
47
48 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
49
50         * gst/subparse/gstsubparse.c: (handle_buffer):
51           Break out of loop in chain function as soon as possible if we get
52           a non-OK flow return.
53
54 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
55
56         * tests/check/elements/alsa.c: (GST_START_TEST):
57         Unref the mixer if the state change fails too (if the
58         alsa devices are inaccessible, for example)
59
60 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
61
62         * tests/check/Makefile.am:
63         Don't test libvisual elements in the states check, because libvisual
64         seems to leak internally.
65
66         Re-enable the alsa and states tests now that there's new suppressions
67         in gst.supp.
68
69         * tests/check/elements/alsa.c: (GST_START_TEST):
70         Don't leak the alsamixer we instantiated.
71
72 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
73
74         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
75         (gst_ximagesink_change_state), (gst_ximagesink_reset),
76         (gst_ximagesink_finalize):
77         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
78         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
79         Move some cleanup stuff from the state change handler into a _reset()
80         function that can be called from _finalize(). This ensures that things
81         get freed even if (for some reason) the NULL->READY state transition
82         fails in the parent class.
83         Even if a parent state change fails, process our downward state change
84         logic instead of bailing out early.
85         Free the correct xcontext pointer in ximagesink's xcontext_clear.
86
87 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
88
89         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
90         Extra log line.
91
92         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
93         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
94         Use pango_font_description_set_family_static instead of 
95         pango_font_description_set_family to save a string copy (it was
96         leaking due to the strdup anyway)
97
98         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
99         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
100         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
101         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
102         Chain up in finalize.
103
104 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
105
106         * gst-libs/gst/interfaces/mixertrack.c:
107         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
108         (gst_mixer_track_set_property):
109           API: add "untranslated-label" property which should be set by
110           implementations at construct time (#414645).
111
112         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
113         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
114           Set "untranslated-label" when constructing mixer track objects.
115
116         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
117           Unit test to check the above.
118
119 2007-03-07  Wim Taymans  <wim@fluendo.com>
120
121         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
122         Fix confusing debug message.
123
124 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
125
126         * gst-plugins-base.doap:
127         update doap file with new version
128
129 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
130
131         * configure.ac:
132         Back to CVS
133
134 === release 0.10.12 ===
135
136 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
137
138         * configure.ac:
139           releasing 0.10.12, "Zombie Horde"
140
141 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
142
143         * configure.ac:
144         Bump version to 0.10.11.4 pre-release
145
146 2007-03-06  Wim Taymans  <wim@fluendo.com>
147
148         * gst-libs/gst/audio/gstbaseaudiosink.c:
149         (gst_base_audio_sink_async_play):
150         Fix regression that made GStreamer skip the first samples of audio.
151         Fixes #414684.
152
153 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
154
155         * configure.ac:
156         Bump version to 0.10.11.3 pre-release
157
158 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
159
160         * po/POTFILES.in:
161           Update paths for the rename from utils to pbutils to fix the build.
162
163 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
164
165         * gst-libs/gst/pbutils/Makefile.am:
166           Change directory to install headers in from gst/utils to gst/pbutils
167           as well.
168
169 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
170
171         * configure.ac:
172         * docs/libs/gst-plugins-base-libs-docs.sgml:
173         * docs/libs/gst-plugins-base-libs-sections.txt:
174         * gst-libs/gst/Makefile.am:
175         * gst-libs/gst/interfaces/mixer.c:
176         * gst-libs/gst/pbutils/Makefile.am:
177         * gst-libs/gst/pbutils/descriptions.c:
178         (gst_pb_utils_get_source_description),
179         (gst_pb_utils_get_sink_description),
180         (gst_pb_utils_get_decoder_description),
181         (gst_pb_utils_get_encoder_description),
182         (gst_pb_utils_get_element_description),
183         (gst_pb_utils_add_codec_description_to_tag_list),
184         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
185         * gst-libs/gst/pbutils/descriptions.h:
186         * gst-libs/gst/pbutils/install-plugins.c:
187         * gst-libs/gst/pbutils/install-plugins.h:
188         * gst-libs/gst/pbutils/missing-plugins.c:
189         (gst_missing_uri_source_message_new),
190         (gst_missing_uri_sink_message_new),
191         (gst_missing_element_message_new),
192         (gst_missing_decoder_message_new),
193         (gst_missing_encoder_message_new),
194         (gst_missing_plugin_message_get_description):
195         * gst-libs/gst/pbutils/missing-plugins.h:
196         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
197         * gst-libs/gst/pbutils/pbutils.h:
198         * gst-libs/gst/utils/Makefile.am:
199         * gst-libs/gst/utils/base-utils.c:
200         * gst-libs/gst/utils/base-utils.h:
201         * gst-libs/gst/utils/descriptions.c:
202         * gst-libs/gst/utils/descriptions.h:
203         * gst-libs/gst/utils/install-plugins.c:
204         * gst-libs/gst/utils/install-plugins.h:
205         * gst-libs/gst/utils/missing-plugins.c:
206         * gst-libs/gst/utils/missing-plugins.h:
207         * gst-plugins-base.spec.in:
208         * gst/playback/Makefile.am:
209         * gst/playback/gstdecodebin.c:
210         * gst/playback/gstdecodebin2.c:
211         * gst/playback/gstplaybasebin.c: (setup_subtitle),
212         (gen_source_element):
213         * gst/playback/gstplaybin.c: (plugin_init):
214         * tests/check/Makefile.am:
215         * tests/check/libs/pbutils.c: (GST_START_TEST),
216         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
217         * tests/check/libs/utils.c:
218           rename utils to pbutils
219
220 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
221
222         * docs/plugins/Makefile.am:
223         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
224         * docs/plugins/gst-plugins-base-plugins-sections.txt:
225         * docs/plugins/inspect/plugin-decodebin2.xml:
226         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
227         Add documentation for decodebin2 that indicates that the API
228         is still unstable.
229
230 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
231
232         * configure.ac:
233         Update to 0.10.11.2 (0.10.12 pre-release)
234
235 2007-03-01  Wim Taymans  <wim@fluendo.com>
236
237         * gst-libs/gst/audio/gstbaseaudiosink.c:
238         (gst_base_audio_sink_async_play):
239         base time is irrelevant here.
240
241 2007-03-01  Wim Taymans  <wim@fluendo.com>
242
243         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
244         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
245         Improve debugging.
246
247         * gst-libs/gst/audio/gstbaseaudiosink.c:
248         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
249         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
250         Improve latency and clock slaving calculations.
251         Improve slave clock calibration.
252
253         * gst-libs/gst/audio/gstringbuffer.c:
254         (gst_ring_buffer_commit_full):
255         When we are asked to render N sample to 0 bytes, return N.
256
257 2007-03-01  Wim Taymans  <wim@fluendo.com>
258
259         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
260         (gst_alsasink_write), (gst_alsasink_reset):
261         * ext/alsa/gstalsasink.h:
262         Remove unused dispose function.
263         Rename lock to not interfere with alsasrc lock.
264
265         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
266         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
267         (gst_alsasrc_read), (gst_alsasrc_reset):
268         * ext/alsa/gstalsasrc.h:
269         Implement finalize function.
270         Use lock to protect alsa access.
271         Implement _reset.
272         Fine tune sw params.
273
274 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
275
276         * configure.ac:
277           Convert to new AG_GST style.
278
279 2007-02-28  Wim Taymans  <wim@fluendo.com>
280
281         Patch by: Ed Catmur <ed at catmur dot co dot uk>
282
283         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
284         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
285         Fix race condition when rapidly switching visualisations in playbin.
286         Fixes #401029.
287
288 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
289
290         * tests/check/Makefile.am:
291         Include local stuff before system installed things in LDFLAGS and
292         CFLAGS.
293
294 2007-02-28  Wim Taymans  <wim@fluendo.com>
295
296         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
297         Improve debugging.
298
299 2007-02-28  Wim Taymans  <wim@fluendo.com>
300
301         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
302         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
303         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
304         Fix duration and timestamping, taking latency into account.
305         Implement latency query.
306
307 2007-02-28  Wim Taymans  <wim@fluendo.com>
308
309         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
310         (gst_audio_clock_new):
311         Fix clock name.
312
313         * gst-libs/gst/audio/gstbaseaudiosink.c:
314         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
315         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
316         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
317         (gst_base_audio_src_create):
318         Improve latency query code.
319         Use proper clock names.
320
321 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
322
323         * tests/check/generic/states.c: (GST_START_TEST):
324           Copy the states.c test from core again
325         * tests/check/Makefile.am:
326           ignore cdio and cdparanoiasrc
327
328 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
329
330         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
331         (double_hq), (audio_convert_get_func_index), (check_default),
332         (audio_convert_prepare_context), (audio_convert_convert):
333           Also make valgrind happy and avoid copying data in some cases.
334
335 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
336
337         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
338         (double_hq), (audio_convert_get_func_index),
339         (audio_convert_prepare_context), (audio_convert_convert):
340         * gst/audioconvert/gstaudioconvert.c:
341         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
342         (gst_audio_convert_transform_caps):
343         * tests/check/elements/audioconvert.c: (GST_START_TEST),
344         (audioconvert_suite):
345           Don't run inplace if that overwrites source data as we go. Add more
346           tests. Fixes #339837 even more.
347
348 2007-02-27  Julien MOUTTE  <julien@moutte.net>
349
350         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
351         (msg_segment_done): Fix various seeking bugs (Slider was not
352         updating when doing a non flushing seek, Reverse playback 
353         on segment seek was wrong).
354
355 2007-02-26  Wim Taymans  <wim@fluendo.com>
356
357         * tests/examples/seek/seek.c: (stop_seek):
358         When we stop scrubbing, don't leave the pipeline PLAYING when we
359         requested a PAUSED state.
360
361 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
362
363         Patch by: René Stadler <mail at renestadler de>
364
365         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
366           Parse date strings in vorbis comments that have an invalid (zero)
367           month or day (#410396).
368
369         * tests/check/libs/tag.c: (GST_START_TEST):
370           Test case for the above.
371
372 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
373
374         Patch by: Loïc Minier <lool+gnome at via ecp fr>
375
376         * configure.ac:
377         * ext/alsa/Makefile.am:
378         * gst/audiotestsrc/Makefile.am:
379           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
380
381 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
382
383         * gst/playback/gstplaybin.c:
384           Improve docs: point out that the application needs to assist playbin
385           with buffering.
386
387 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
388
389         * gst-libs/gst/utils/install-plugins.c:
390         * gst-libs/gst/utils/missing-plugins.c:
391         * tests/check/libs/utils.c: (missing_msg_check_getters):
392           Change GStreamer marker prefix in detail string from 'gstreamer.net'
393           to just 'gstreamer'. Document the caps string component of the
394           decoder/encoder detail a bit better, since not everyone will be
395           familiar with the GStreamer media type/caps system (but they better
396           enjoy nested itemized lists).
397
398 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
399
400         * gst-libs/gst/netbuffer/gstnetbuffer.c:
401         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
402           Fix copying of GstNetBuffer (would crash before, or at least lead to
403           invalid memory access, #410772), for now by copying the GstBuffer copy
404           code from the core over here so we can copy the GstBuffer fields on a
405           provided buffer instance (of type GstNetBuffer in this case). Would be
406           better to fix this with some support by the core though (and in the long
407           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
408
409         * tests/check/Makefile.am:
410           Enable unit test for GstNetBuffer.
411
412 2007-02-22  Andy Wingo  <wingo@pobox.com>
413
414         * gst-libs/gst/audio/gstbaseaudiosink.c
415         (gst_base_audio_sink_init): Disable pull-mode activation until we
416         figure out how to make audio sinks go to PLAYING.
417
418 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
419
420         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
421         (double_hq), (audio_convert_get_func_index),
422         (audio_convert_prepare_context), (audio_convert_convert):
423         * gst/audioconvert/audioconvert.h:
424         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
425         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
426         * gst/audioconvert/gstchannelmix.h:
427         * tests/check/elements/audioconvert.c: (GST_START_TEST):
428           Add float as an intermediate format, as well as float mixing. Enable
429           test that was failing before. Fixes #339837
430
431 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
432
433         * tests/examples/seek/seek.c: (do_seek):
434         Undo the previous commit: -1 as a stop time implies that the stop
435         time is the end of file, clearing any previously configured segment.
436
437 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
438
439         * tests/examples/seek/seek.c: (do_seek):
440         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
441
442 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
443
444         * gst/volume/gstvolume.c: (volume_process_int16),
445         (volume_process_int16_clamp), (volume_set_caps):
446           Unbreak volume, value remains gint.
447
448 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
449
450         * gst/volume/gstvolume.c: (volume_choose_func),
451         (volume_update_real_volume), (gst_volume_set_volume),
452         (gst_volume_init), (volume_process_double), (volume_process_float),
453         (volume_process_int16), (volume_process_int16_clamp),
454         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
455         * gst/volume/gstvolume.h:
456           Extend float audio support (double) and some int->uint cleanups.
457
458 2007-02-20  Edward Hervey  <edward@fluendo.com>
459
460         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
461         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
462         (sort_end_pads), (gst_decode_group_expose),
463         (gst_decode_group_hide):
464         Don't free groups from the streaming threads. Just put them aside and
465         free them in dispose.
466
467 2007-02-20  Edward Hervey  <edward@fluendo.com>
468
469         * gst/playback/gstdecodebin2.c: (connect_element),
470         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
471         (sort_end_pads), (gst_decode_group_expose):
472         Handle dynamic pads within groups.
473         Sort pads before exposing them in order to make playbin happy.
474         There still is a race with the multiqueue filling up. This should be
475         solved separately.
476         Fixes #398721
477
478 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
479
480         * gst-libs/gst/utils/base-utils.c:
481         * gst-libs/gst/utils/descriptions.c:
482         * gst-libs/gst/utils/install-plugins.c:
483         * gst-libs/gst/utils/missing-plugins.c:
484           Some more docs (and descriptions for two subtitle formats).
485
486 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
487
488         * gst-libs/gst/audio/audio.c:
489           Fix documentation.
490
491 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
492
493         Patch by: Yves Lefebvre  <ivanohe abacom com>
494
495         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
496           Don't leak caps. Fixes #408278.
497
498 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
499
500         * ext/cdparanoia/gstcdparanoiasrc.h:
501         * ext/ogg/gstoggdemux.h:
502         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
503         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
504         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
505         * gst-libs/gst/audio/audio.h:
506         * gst-libs/gst/audio/gstaudiofilter.h:
507         * gst-libs/gst/interfaces/videoorientation.h:
508         * gst/adder/gstadder.h:
509           More docs coverage and some ChangeLog surgery (add missing names)
510
511 2007-02-15  Wim Taymans  <wim@fluendo.com>
512
513         * sys/ximage/ximagesink.c:
514         (gst_ximagesink_calculate_pixel_aspect_ratio):
515         * sys/xvimage/xvimagesink.c:
516         (gst_xvimagesink_calculate_pixel_aspect_ratio):
517         Small constifications.
518
519 2007-02-15  Wim Taymans  <wim@fluendo.com>
520
521         * gst-libs/gst/audio/gstbaseaudiosink.c:
522         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
523         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
524         (gst_base_audio_sink_async_play),
525         (gst_base_audio_sink_change_state):
526         Answer latency query.
527         Use configured latency when syncing.
528         Fix clock slaving.
529
530         * gst-libs/gst/audio/gstbaseaudiosrc.c:
531         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
532         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
533         Fix possible memleak.
534         Implement latency query.
535         Small cleanups.
536
537 2007-02-15  Wim Taymans  <wim@fluendo.com>
538
539         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
540         Ignore errors in reset, these are not fatal. They also grab the element
541         lock which is already taking when this function is called. Fixes
542         #405451.
543
544 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
545
546         * configure.ac:
547           Remove 'tests/examples/xerror/Makefile' from output files again.
548
549 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
550
551         * configure.ac:
552         * docs/plugins/Makefile.am:
553           Also crossref against gst-plugins-base-libs.
554
555 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
556
557         * configure.ac:
558         * docs/libs/Makefile.am:
559         * docs/plugins/Makefile.am:
560           Add crossreferences to glib/gobject/gstream docs.
561
562         * gst-libs/gst/audio/audio.h:
563           Source formatting.
564
565         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
566           Add own debug category.
567
568 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
569
570         Patch by: René Stadler <mail at renestadler de>
571
572         * gst-libs/gst/tag/gstvorbistag.c:
573           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
574           (#403597).
575
576 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
577
578         * gst/playback/gstplaybasebin.c: (setup_source):
579           When we have external subtitles and wait for the subtitle decodebin
580           to get up and running, we set up a (sync) bus handler for the
581           subtitle decodebin, so we can stop waiting when it posts an error
582           message. However, we should do that before we set the subtitle
583           decodebin's state to playing, otherwise things are racy and we might
584           miss error messages posted before we had a chance to set up the bus.
585           This should finally fix totem hanging on .txt pseudo-subtitle files.
586           
587 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
588
589         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
590           Use gst_gdouble_to_guint64 for conversions.
591         * win32/common/config.h.in:
592           Add a define for GST_INSTALL_PLUGINS_HELPER
593         * win32/common/libgstaudio.def:
594         * win32/common/libgstcdda.def:
595         * win32/common/libgstnetbuffer.def:
596         * win32/common/libgstrtp.def:
597         * win32/common/libgutils.def:
598           Add new exported functions.
599         * win32/vs6/gst_plugins_base.dsw:
600         * win32/vs6/libgstdecodebin.dsp:
601         * win32/vs6/libgstnetbuffer.dsp:
602         * win32/vs6/libgstplaybin.dsp:
603         * win32/vs6/libgstrtp.dsp:
604         * win32/vs6/libgstvorbis.dsp:
605         * win32/vs6/libgstcdda.dsp:
606         * win32/vs6/libgstgdp.dsp:
607         * win32/vs6/libgstutils.dsp:
608           Update and add new project files.
609
610 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
611
612         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
613         (subrip_remove_unhandled_tags), (parse_subrip):
614           For SubRip (.srt) subtitles, ignore all markup tags we don't
615           handle (like font tags, for example).
616
617         * tests/check/elements/subparse.c:
618           Add test for this.
619
620 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
621
622         * gst/playback/gstdecodebin.c: (add_fakesink),
623         (gst_decode_bin_change_state):
624         * gst/playback/gstdecodebin2.c: (add_fakesink),
625         (gst_decode_bin_change_state):
626           Don't error out if there is no fakesink in the NULL to READY state
627           change, since when decodebin is re-used, we're only adding the
628           fakesink element in READY to PAUSED.
629
630         * tests/check/elements/decodebin.c:
631         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
632         (decodebin_suite):
633           Minimal unit test to make sure we can use the same decodebin
634           instance twice (at least with audiotestsrc input).
635
636 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
637
638         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
639           Try to get devic-name from device string first, and from handle only
640           as fallback (seems to yield better results and is more robust
641           against buggy probing code on the application side).
642
643 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
644
645         Based on patch by: Julien Puydt <julien.puydt at laposte net>
646
647         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
648         (gst_alsa_find_device_name):
649         * ext/alsa/gstalsa.h:
650         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
651         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
652           Improve device-name detection a bit, especially in the case where
653           the device is not actually open (#405020, #405024). Move common code
654           into gstalsa.c instead of duplicating it.
655
656 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
657
658         * gst/audioconvert/gstaudioconvert.c:
659           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
660
661 2007-02-06  Julien MOUTTE  <julien@moutte.net>
662
663         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
664         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
665         (gst_xvimagesink_interface_supported),
666         (gst_xvimagesink_probe_get_properties),
667         (gst_xvimagesink_probe_probe_property),
668         (gst_xvimagesink_probe_needs_probe),
669         (gst_xvimagesink_probe_get_values),
670         (gst_xvimagesink_property_probe_interface_init),
671         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
672         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
673         (gst_xvimagesink_get_type):
674         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
675         for XVAdaptors so that one can choose the adaptor to use with 
676         gstreamer-properties.
677
678 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
679
680         * gst/audioconvert/gstaudioconvert.c:
681           Also mention that a conversion from double to float is suboptimal still.
682
683 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
684
685         * gst-libs/gst/audio/gstaudiofilter.c:
686         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
687           Clear our formats structure and free the caps contained in it when
688           shutting down.
689
690 2007-02-05  Andy Wingo  <wingo@pobox.com>
691
692         * gst-libs/gst/audio/gstbaseaudiosink.c
693         (gst_base_audio_sink_callback): Update basesink->offset so that we
694         pull monotonically increasing offsets instead of, um, seeking back
695         to 0 each time. Fixes alsasrc ! alsasink!
696
697 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
698
699         * gst/videoscale/gstvideoscale.c:
700           A width and height of 1 makes us crash, so increase minimum size to
701           2x2 pixels until someone feels like fixing this (#404512).
702
703 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
704
705         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
706           Add small test to make sure request pads are cleaned up properly
707           even if oggmux never changes state out of NULL.
708
709 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
710
711         * tests/check/libs/utils.c: (GST_START_TEST):
712           Fix unit test. Turns out things work much better when you
713           NULL-terminate string arrays. Should make p5 build bot happy again.
714
715 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
716
717         * gst-libs/gst/audio/Makefile.am:
718         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
719         (gst_audio_filter_template_base_init),
720         (gst_audio_filter_template_class_init),
721         (gst_audio_filter_template_init),
722         (gst_audio_filter_template_set_property),
723         (gst_audio_filter_template_get_property),
724         (gst_audio_filter_template_setup),
725         (gst_audio_filter_template_filter),
726         (gst_audio_filter_template_filter_inplace), (plugin_init):
727           Oops, forgot to commit fixed-up example.
728
729 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
730
731         * docs/libs/gst-plugins-base-libs-sections.txt:
732         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
733         (gst_audio_filter_class_init), (gst_audio_filter_init),
734         (gst_audio_filter_set_caps),
735         (gst_audio_filter_class_add_pad_templates):
736         * gst-libs/gst/audio/gstaudiofilter.h:
737           Port GstAudioFilter to 0.10. This change technically breaks
738           API and ABI (and thus also every library developer's heart),
739           but seems justifiable on the grounds that the base class was
740           completely unusable before (ie. would crash immediately when
741           actually used). Fixes #403963 (and eventually also #403572).
742           Also document all of this a bit.
743
744 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
745
746         * gst-libs/gst/utils/install-plugins.c:
747         (gst_install_plugins_spawn_child):
748         * tests/check/libs/utils.c:
749         (test_base_utils_install_plugins_do_callout):
750           Lowering log level to see why things fail on the p5 build bot;
751           fix some typos in unit test messages.
752
753 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
754
755         * tests/check/libs/utils.c:
756         (test_base_utils_install_plugins_do_callout):
757           Don't hard-code temp directory for test helper; use GLib functions
758           to write out file and do error checking etc.
759
760 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
761
762         * gst-libs/gst/utils/Makefile.am:
763         * gst-libs/gst/utils/base-utils.h:
764         * gst-libs/gst/utils/install-plugins.c:
765         (gst_install_plugins_context_set_xid),
766         (gst_install_plugins_context_new),
767         (gst_install_plugins_context_free),
768         (gst_install_plugins_get_helper),
769         (gst_install_plugins_spawn_child),
770         (gst_install_plugins_return_from_status),
771         (gst_install_plugins_installer_exited),
772         (gst_install_plugins_async), (gst_install_plugins_sync),
773         (gst_install_plugins_return_get_name),
774         (gst_install_plugins_installation_in_progress):
775         * gst-libs/gst/utils/install-plugins.h:
776           API: add API for applications to initiate installation of missing
777           plugins, ie. gst_install_plugins_async() primarily.
778           Based on libgimme-codec by Ryan Lortie.
779
780         * configure.ac:
781           Add --with-install-plugins-helper configure option so distros can specify
782           the path of the helper script or program to call when plugin installation
783           is requested (distros: please do any argument munging in this helper
784           script instead of patching GStreamer to pass arguments differently
785           to another program directly).
786
787         * docs/libs/gst-plugins-base-libs-docs.sgml:
788         * docs/libs/gst-plugins-base-libs-sections.txt:
789           Build and document new API.
790
791         * tests/check/libs/utils.c: (result_cb),
792         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
793         (libgstbaseutils_suite):
794           Some simple checks for the new API.
795
796 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
797
798         * tests/check/elements/audioconvert.c: (test_float_conversion):
799           Add small test for 32bit float <=> 64bit float conversion (works
800           only one way so far, 32=>64 produces structured noise).
801
802 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
803
804         * gst/audioconvert/gstaudioconvert.c:
805         (set_structure_widths_32_and_64), (make_lossless_changes):
806           We don't support floats with a width of 40, 48 or 56 bits.
807
808 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
809
810         * gst/audioconvert/audioconvert.c: (float), (double),
811         (audio_convert_get_func_index):
812         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
813         (make_lossless_changes):
814           Support for 64-bit float audio in audioconvert (#339837)
815
816 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
817
818         Patch by: Holger Wansing  <linux wansing-online de>
819
820         * po/LINGUAS:
821         * po/de.po:
822           Add German translation (#352069).
823
824 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
825
826         reviewed by: Wim Taymans <wim@fluendo.com>
827
828         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
829         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
830         Use newly added GstCollectPads API to free the allocated resources in
831         the GstOggPad structures (#402393).
832
833 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
834
835         * gst/playback/gstplaybin.c: (gen_vis_element):
836           Add audioresample+audioconvert in front of the visualisation
837           element, so that elements like libvisual 0.4 that don't support all
838           samplerates can work.
839
840           Fixes: #402505
841
842 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
843
844         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
845         (gst_play_base_bin_get_streaminfo_value_array):
846           Take some locks and make a copy of the streaminfo value array we
847           maintain while holding the lock, so that the application can
848           retrieve the stream-info as a value array in a thread-safe way.
849
850 2007-01-30  Wim Taymans  <wim@fluendo.com>
851
852         * gst/audioconvert/gstaudioconvert.c:
853         Don't fail on 0 sized buffers. Fixes #396835.
854
855 2007-01-29  David Schleef  <ds@schleef.org>
856
857         * gst/typefind/gsttypefindfunctions.c:
858           Detect BBCD as video/x-dirac, so we can play raw dirac
859           streams.
860
861 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
862
863         * ext/theora/theoraenc.c: (theora_enc_chain):
864           Check return value of theora_encode_header(), or we might try to
865           allocate a random number of bytes. theora_encode_header() can fail
866           if libtheora has been compiled with encoding support disabled.
867           Fixes #398110.
868
869 2007-01-29  Wim Taymans  <wim@fluendo.com>
870
871         * tests/check/gst/.cvsignore:
872         Do as buildbot says.
873
874 2007-01-29  Wim Taymans  <wim@fluendo.com>
875
876         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
877         Fix strides in libvisual. Gst uses X strides.
878         Inspired by: <ed at catmur dot co dot uk> and 
879         <tim at centricular dot net>
880         Fixes #401118.
881
882 2007-01-27  Wim Taymans  <wim@fluendo.com>
883
884         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
885         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
886         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
887         (gst_ogg_demux_perform_seek),
888         (gst_ogg_demux_bisect_forward_serialno),
889         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
890         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
891         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
892         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
893         * ext/ogg/gstoggdemux.h:
894         Properly propagate streaming errors when we are scanning the file for
895         chains so that we don't crash when shut down. Might fix some crashers
896         when quickly switching oggs in RB such as #332503 and #378436.
897
898 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
899
900         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
901           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
902           error code as well.
903
904 2007-01-25  Wim Taymans  <wim@fluendo.com>
905
906         * gst/playback/gstplaybasebin.c: (remove_source):
907         Don't try to disconnect a signal from a finalized object.
908
909 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
910
911         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
912           Cast lock macro parameters to make sure we're actually accessing the
913           lock member at the right class level. Free list itself in _dispose()
914           as well and NULL it in case dispose gets called multiple times.
915
916 2007-01-25  Edward Hervey  <edward@fluendo.com>
917
918         * gst/playback/gstdecodebin2.c:
919         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
920         Free GstDecodeGroups no longer used.
921         (gst_decode_group_expose):
922         Don't unlock too many times !
923         (deactivate_free_recursive):
924         Free iterator once we're done with it.
925         Fix for recursively deactivating elements (stop at ghostpads).
926
927 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
928
929         * gst/playback/gstplaybin.c: (handoff):
930           Fix up caps on the frame buffer before we save it and potentially
931           make it accessible to other threads via g_object_get; also use
932           gst_buffer_replace() instead of gst_mini_object_replace().
933
934 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
935
936         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
937           Make getting the current frame thread-safe.
938
939 2007-01-25  Edward Hervey  <edward@fluendo.com>
940
941         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
942         (gst_decode_group_new), (gst_decode_group_free):
943         Set queues to bigger sizes to cope with HD contents.
944         Fix some mutex freeing and add comment about MT safe methods.
945
946 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
947
948         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
949         (gst_text_overlay_text_event):
950           Don't unnecessarily ref (and then leak) upstream events if the text
951           pad is not linked. Fixes #399948.
952
953         * tests/check/gst-plugins-base.supp:
954           Add suppression for pango on edgy/x86 for textoverlay test.
955
956 2007-01-24  Wim Taymans  <wim@fluendo.com>
957
958         * gst-libs/gst/rtp/gstrtpbuffer.h:
959         Add some more fixed payloads.
960
961 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
962
963         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
964           Error out properly if we get an error from libogg while reading the
965           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
966
967 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
968
969         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
970           Don't leak mutex.
971
972         * tests/check/elements/playbin.c:
973         (test_sink_usage_video_only_stream),
974         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
975         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
976         (test_missing_suburisource_handler),
977         (test_missing_primary_decoder), (playbin_suite):
978           Run all tests once with decodebin and once with decodebin2.
979           One test does not pass yet with decodebin2.
980
981 2007-01-23  Edward Hervey  <edward@fluendo.com>
982
983         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
984         Fix the cases where oggmux doesn't properly figure out that all
985         sinkpads have gone EOS, and therefore doesn't push out the remaining
986         buffers and the final EOS event.
987         Fixes #363379
988
989 2007-01-23  Julien MOUTTE  <julien@moutte.net>
990
991         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
992         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
993         Don't lock on navigation event push, just on keysym to string.
994         Fixes #397673 again.
995
996 2007-01-22  Edward Hervey  <edward@fluendo.com>
997
998         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
999         (get_current_group), (group_demuxer_event_probe),
1000         (gst_decode_group_expose), (deactivate_free_recursive),
1001         (gst_decode_group_free):
1002         Cleanups.
1003         Don't forget to emit 'no-more-pads' once a group is exposed.
1004         Cleanup elements from a DecodeGroup once we remove it.
1005         Protect call to gst_decode_group_expose() with the decodebin lock.
1006
1007 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1008
1009         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1010         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1011         Looking at Xorg code i can't figure out if that XKeysymToString
1012         function is thread sensible or not. Lock it just in case as
1013         recommended by Radek Doulik <rodo at ximian dot com>.
1014
1015 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1016
1017         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1018         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1019         Lock that X Call as well. Fixes #397673.
1020
1021 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1022
1023         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1024           Don't go into an endless loop if the file starts with 00 00 01 2X,
1025           like quicktime redirect files might. Fixes #396042.
1026
1027         * tests/check/Makefile.am:
1028         * tests/check/gst/.cvsignore:
1029         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1030         (typefindfunctions_suite):
1031           Add unit test for the above.
1032
1033 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1034
1035         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1036           On second thought, use "depth" field rather than "bpp" field.
1037
1038 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1039
1040         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1041           Camtasia caps apparently need a bpp field (#398875).
1042
1043 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1044
1045         * gst/playback/gstplaybasebin.c: (setup_subtitle),
1046         (gen_source_element), (gst_play_base_bin_change_state):
1047           Attempt at a better error message in case we don't have the required
1048           URI handler installed; post missing-plugin message also when we're
1049           missing an URI handler for the subtitle URI; clean up properly also
1050           when an error occurs and we never made it to PAUSED state.
1051
1052         * tests/check/elements/playbin.c: (GST_START_TEST),
1053         (playbin_suite):
1054           Check that we're also getting a missing-plugin messsage for a
1055           missing subtitle URI handler (and clean up properly).
1056
1057 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1058
1059         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1060           Plug a few reference leaks.
1061
1062 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1063
1064         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1065           Lower probability a bit if the marker isn't right at the start,
1066           to decrease the chance of false positives.
1067
1068 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1069
1070         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1071           Small mpeg2 system stream typefinding improvement: make typefinder
1072           probe a bit into the stream instead of just looking for a marker
1073           at the beginning. Fixes #397810.
1074
1075 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
1076
1077         * gst/audioconvert/gstchannelmix.c:
1078           Remove compatibility cruft for prehistoric GLib versions.
1079
1080 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1081
1082         * gst/playback/Makefile.am:
1083         * gst/playback/gstdecodebin.c: (close_pad_link):
1084         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1085         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1086         (gst_play_base_bin_handle_message_func), (unknown_type):
1087           Let decodebin be the element to post missing-plugin messages for
1088           missing decoders (rather than playbin); make playbin implement
1089           GstBin::handle_message so we can suppress missing-plugin messages
1090           for types we're not handling on purpose (don't want to bring up an
1091           installer in those cases).
1092
1093 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1094
1095         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1096         * gst-libs/gst/tag/gstvorbistag.c:
1097         (gst_tag_list_to_vorbiscomment_buffer):
1098         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1099           Fix potentially unaligned access (#397207).
1100
1101 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1102
1103         * tests/examples/seek/seek.c: (set_scale), (update_scale),
1104         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1105         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1106         (main):
1107           Allow to toggle looping while it plays. Fix callback prototype. Clean
1108           up code a bit more. Add copyright header.
1109
1110 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1111
1112         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1113           Red and blue mask was swapped (spotted by Dan Williams).
1114
1115 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
1116
1117         * gst-libs/gst/tag/gstid3tag.c:
1118         * gst-libs/gst/tag/gstvorbistag.c:
1119           Use new beats-per-minute tag from core.
1120
1121 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
1122
1123         * po/POTFILES.in:
1124           Add new files with translatable strings, so they actually make it
1125           into the template file one day.
1126
1127 2007-01-12  Andy Wingo  <wingo@pobox.com>
1128
1129         * gst-libs/gst/audio/gstbaseaudiosink.c
1130         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1131         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1132         stuff, as the base class handles this now. Actually tell the ring
1133         buffer to start.
1134         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1135         How did this work before? Maybe I'm not as awesome a programmer as
1136         I think.
1137
1138         * gst-libs/gst/audio/gstbaseaudiosrc.c
1139         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1140         of a pad function.
1141
1142 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1143
1144         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1145           Remove more fields so that the application can better blacklist
1146           formats that have been tried before.
1147
1148 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1149
1150         * gst-libs/gst/audio/mixerutils.h:
1151           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1152           used when compiling with c++ compilers as well.
1153
1154 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1155
1156         * gst/typefind/gsttypefindfunctions.c:
1157           Fix comment.
1158
1159 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1160
1161         * gst/playback/gstplaybin.c: (post_missing_element_message),
1162         (gen_video_element), (gen_text_element), (gen_audio_element),
1163         (gen_vis_element):
1164           Post missing-plugin messages also when we error out because
1165           converters, textoverlay or auto*sinks are missing (#161922).
1166
1167 2007-01-10  Wim Taymans  <wim@fluendo.com>
1168
1169         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1170         (is_demuxer_element), (new_caps):
1171         * gst/playback/gstplaybasebin.c: (source_new_pad):
1172         Fix the case where we try to ref a NULL element when we delay a link
1173         because of unfixed caps.
1174         Set the state of autoplugged decodebins to PAUSED.
1175         RTSP now works in playbin, we can remove it from the blacklist.
1176
1177 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1178
1179         * gst/playback/Makefile.am:
1180         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1181         (unknown_type), (setup_subtitle), (gen_source_element):
1182         * gst/playback/gstplaybin.c: (plugin_init):
1183           Post missing-plugin messages on the bus for missing sources and
1184           missing decoders/demuxers/depayloaders; fix error code used when
1185           we're missing an URI handler source; for media types that we are not
1186           handling on purpose at the moment, don't print "don't know how to
1187           handle xyz" messages to the terminal or post missing-plugin
1188           messages on the bus.
1189
1190         * tests/check/elements/playbin.c: (create_playbin),
1191         (GST_START_TEST), (gst_codec_src_uri_get_type),
1192         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1193         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1194         (gst_codec_src_init_type), (gst_codec_src_base_init),
1195         (gst_codec_src_create), (gst_codec_src_class_init),
1196         (gst_codec_src_init), (plugin_init), (playbin_suite):
1197           Add some tests for the missing-plugin stuff.
1198
1199 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1200
1201         * configure.ac:
1202         * gst-libs/gst/Makefile.am:
1203         * gst-libs/gst/utils/Makefile.am:
1204         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1205         * gst-libs/gst/utils/base-utils.h:
1206         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1207         (find_format_info), (caps_are_rtp_caps),
1208         (gst_base_utils_get_source_description),
1209         (gst_base_utils_get_sink_description),
1210         (gst_base_utils_get_decoder_description),
1211         (gst_base_utils_get_encoder_description),
1212         (gst_base_utils_get_element_description),
1213         (gst_base_utils_add_codec_description_to_tag_list),
1214         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1215         * gst-libs/gst/utils/descriptions.h:
1216         * gst-libs/gst/utils/missing-plugins.c:
1217         (missing_structure_get_type), (copy_and_clean_caps),
1218         (gst_missing_uri_source_message_new),
1219         (gst_missing_uri_sink_message_new),
1220         (gst_missing_element_message_new),
1221         (gst_missing_decoder_message_new),
1222         (gst_missing_encoder_message_new),
1223         (missing_structure_get_string_detail),
1224         (missing_structure_get_caps_detail),
1225         (gst_missing_plugin_message_get_installer_detail),
1226         (gst_missing_plugin_message_get_description),
1227         (gst_is_missing_plugin_message):
1228         * gst-libs/gst/utils/missing-plugins.h:
1229           API: add new libgstbaseutils library with functions
1230           - to create and parse missing-plugins messages
1231           - that provide (translated) descriptions for caps/decoders/sources/etc.
1232           Closes #392393.
1233
1234         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1235         * pkgconfig/gstreamer-plugins-base.pc.in:
1236           Add new lib.
1237
1238         * docs/libs/gst-plugins-base-libs-docs.sgml:
1239         * docs/libs/gst-plugins-base-libs-sections.txt:
1240           Generate docs for new lib and API.
1241
1242         * tests/check/Makefile.am:
1243         * tests/check/libs/.cvsignore:
1244         * tests/check/libs/utils.c: (missing_msg_check_getters),
1245         (GST_START_TEST), (libgstbaseutils_suite):
1246           Add some basic unit tests.
1247
1248 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1249
1250         * ext/ogg/Makefile.am:
1251           Dist gstoggdemux.h to fix 'make distcheck'.
1252
1253         * sys/v4l/Makefile.am:
1254           Fix 'make distcheck' even more.
1255
1256 2007-01-09  Wim Taymans  <wim@fluendo.com>
1257
1258         * docs/plugins/Makefile.am:
1259         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1260         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1261         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1262         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1263         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1264         (gst_ogg_demux_perform_seek):
1265         * ext/ogg/gstoggdemux.h:
1266         Added docs.
1267         Add some more comments.
1268         Small cleanups.
1269
1270 2007-01-09  Wim Taymans  <wim@fluendo.com>
1271
1272         * ext/theora/theoradec.c:
1273         * ext/vorbis/vorbisdec.c:
1274         * gst-libs/gst/audio/gstringbuffer.c:
1275         (gst_ring_buffer_commit_full):
1276         * gst-libs/gst/audio/gstringbuffer.h:
1277         * gst-libs/gst/rtp/gstrtpbuffer.c:
1278         * gst-libs/gst/tag/gstvorbistag.c:
1279         Small documentation updates/fixes
1280
1281 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1282
1283         * configure.ac:
1284           Require core CVS HEAD for Andy's basesrc/sink API additions.
1285
1286 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1287
1288         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1289
1290         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1291         (plugin_init):
1292           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1293           on flac.sf.net (there appear to be other versions of the first
1294           ogg page in the wild) (#391365).
1295
1296 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1297
1298         * configure.ac:
1299           Check if localtime_r() is available.
1300
1301         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1302           If localtime_r() is not available, fall back to localtime(). Should
1303           fix build on MingW (#393310).
1304
1305 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1306
1307         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1308         * gst/subparse/gstsubparse.h:
1309           Remove spurious 1000 subtrahend when calculating the timestamp from
1310           the frame number and the frame rate . Also, use the frames/second
1311           value specified in the first line of the file, if one is specified
1312           there. Should fix #357503.
1313
1314         * tests/check/elements/subparse.c: (do_test),
1315         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1316         (subparse_suite):
1317           Add some basic unit tests for the microdvd subtitle format.
1318
1319 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1320
1321         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1322         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1323         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1324         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1325         (gst_xvimagesink_set_xwindow_id),
1326         (gst_xvimagesink_set_event_handling),
1327         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1328         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1329         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1330         Fixes : #390076.
1331         Add an adaptor property to select a specific XV adaptor.
1332         * sys/xvimage/xvimagesink.h:
1333
1334 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1335
1336         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1337         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1338         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1339         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1340         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1341         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1342         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1343         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1344         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1345         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1346         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1347         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1348         Use flow_lock much more to protect every access to xwindow.
1349         Try to catch erros while creating images in case some drivers are
1350         just generating an XError when the requested image is too big.
1351         Should fix : #354698, #384008, #384060.
1352         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1353         Implement some stress testing of setting window xid.
1354
1355 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1356
1357         * win32/common/libgsaudio.def:
1358           Add new exported function.
1359         * win32/common/libgstogg.dsp:
1360           Add gstoggaviparse.c to the build.
1361         * win32/common/libgstvideoscale.dsp:
1362           Add vs_4tap.c to the build.
1363         * win32/common/libgstvorbis.dsp:
1364           Add vorbistag.c to the build.
1365         
1366 2007-01-06  Andy Wingo  <wingo@pobox.com>
1367
1368         * gst-libs/gst/audio/gstbaseaudiosink.c
1369         (gst_base_audio_sink_class_init)
1370         (gst_base_audio_sink_init): 
1371         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1372         to baseaudiosink, and tell basesink that we can work in pull mode.
1373         This way the ring buffer thread drives the pipeline directly, if
1374         pull mode is possible. There is some lingering nastiness regarding
1375         capsnego, however.
1376         (gst_base_audio_sink_callback): Implement the callback to pull
1377         data. This interface is a bit light, though -- it should get a
1378         GstFlowReturn return value at least.
1379
1380 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1381
1382         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1383         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1384         * gst/playback/gstdecodebin2.c:
1385         (gst_decode_group_check_if_blocked):
1386           Printf format and missing argument fixes.
1387
1388 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1389
1390         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1391         (gst_ogm_parse_change_state):
1392         Activate pads before adding them to the element.
1393
1394 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1395
1396         * tests/examples/seek/scrubby.c: (main):
1397         * tests/examples/seek/seek.c: (main):
1398           Call g_thread_init() first thing in main() (see #391278).
1399
1400 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1401
1402         * tests/check/Makefile.am:
1403         * tests/check/libs/.cvsignore:
1404         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1405         (netbuffer_suite):
1406           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1407           for the time being, since it's broken, see #393099.
1408
1409 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1410
1411         * tests/check/Makefile.am:
1412           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1413
1414 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1415
1416         * configure.ac:
1417           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1418           so that GST_BASE_CFLAGS can go inbetween them, making sure
1419           we use uninstalled gst-libs headers
1420         * docs/libs/Makefile.am:
1421         * ext/alsa/Makefile.am:
1422         * ext/cdparanoia/Makefile.am:
1423         * ext/gnomevfs/Makefile.am:
1424         * ext/libvisual/Makefile.am:
1425         * ext/ogg/Makefile.am:
1426         * ext/theora/Makefile.am:
1427         * ext/vorbis/Makefile.am:
1428         * gst-libs/gst/audio/Makefile.am:
1429         * gst-libs/gst/cdda/Makefile.am:
1430         * gst-libs/gst/interfaces/Makefile.am:
1431         * gst-libs/gst/riff/Makefile.am:
1432         * gst-libs/gst/rtp/Makefile.am:
1433         * gst-libs/gst/tag/Makefile.am:
1434         * gst/adder/Makefile.am:
1435         * gst/audioconvert/Makefile.am:
1436         * gst/audiorate/Makefile.am:
1437         * gst/audioresample/Makefile.am:
1438         * gst/playback/Makefile.am:
1439         * gst/tcp/Makefile.am:
1440         * gst/videoscale/Makefile.am:
1441         * gst/volume/Makefile.am:
1442         * sys/ximage/Makefile.am:
1443         * sys/xvimage/Makefile.am:
1444         * tests/icles/Makefile.am:
1445           adapt
1446
1447 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1448
1449         * gst-libs/gst/interfaces/xoverlay.c:
1450         (gst_x_overlay_handle_events):
1451         * gst-libs/gst/interfaces/xoverlay.h:
1452         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1453         (gst_ximagesink_set_xwindow_id),
1454         (gst_ximagesink_set_event_handling),
1455         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1456         (gst_ximagesink_get_property), (gst_ximagesink_init),
1457         (gst_ximagesink_class_init):
1458         * sys/ximage/ximagesink.h:
1459         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1460         (gst_xvimagesink_set_xwindow_id),
1461         (gst_xvimagesink_set_event_handling),
1462         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1463         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1464         (gst_xvimagesink_class_init):
1465         * sys/xvimage/xvimagesink.h:
1466         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1467         Add a method to the XOverlay interface to allow disabling of 
1468         event handling in x[v]imagesink elements. This will let X events
1469         propagate to parent windows which can be usefull in some cases.
1470         Be carefull that the application is then responsible of pushing
1471         navigation events and expose events to the video sink.
1472         Fixes: #387138.
1473
1474 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1475
1476         * gst-libs/gst/tag/gstvorbistag.c:
1477         * tests/check/libs/tag.c: (GST_START_TEST):
1478           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1479           (fixes #392070).
1480
1481 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1482
1483         * configure.ac:
1484         * docs/Makefile.am:
1485         * docs/design/Makefile.am:
1486           Dist design docs.
1487
1488 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1489
1490         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1491         typo. Fixes: #390063.
1492
1493 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1494
1495         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1496         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1497         caps leak.
1498         * win32/common/config.h: Updated.
1499
1500 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1501
1502         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1503         (setup_gdpdepay_streamheader):
1504         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1505         (setup_gdppay_streamheader):
1506           Fix the dp tests, but activating the pads for the streamheader tests
1507           too and cleaning up conditionaly
1508
1509 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1510
1511         * gst/ffmpegcolorspace/avcodec.h:
1512         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1513         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1514         (gst_ffmpegcsp_avpicture_fill):
1515         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1516         (img_get_alpha_info):
1517         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1518         other end of the word. Fixes: #387073.
1519
1520         Add some inconsequential branch hints in a couple of places.
1521
1522 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1523
1524         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1525         (gst_ffmpeg_caps_to_smpfmt):
1526           The "signed" field in raw audio caps is of boolean type, trying to
1527           extract the value with _get_int() will fail (fix to keep in sync with
1528           the copy in gst-ffmpeg)
1529
1530 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1531
1532         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1533         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1534         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1535         (cleanup_gdpdepay):
1536         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1537         * tests/check/elements/subparse.c: (teardown_subparse):
1538         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1539         * tests/check/elements/videorate.c: (cleanup_videorate):
1540         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1541         * tests/check/elements/volume.c: (cleanup_volume):
1542         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1543         (cleanup_vorbisdec):
1544         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1545         (cleanup_vorbistag):
1546           consistent pad (de)activation
1547
1548 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1549
1550         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1551           Forgot to register the extensions.
1552
1553 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1554
1555         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1556         (plugin_init):
1557           Add typefinder for VIVO files (my christmas present to the 90s).
1558
1559 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1560
1561         * gst/playback/gstdecodebin.c: (type_found):
1562           Special-case the text/plain media type: we only want to recognise it
1563           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1564           parser, but not if the entire stream is of text/plain type. If the
1565           entire stream is text/plain, we should just error out.
1566
1567           This fixes playback of audio files with lyrics in totem. Totem can't
1568           distinguish between text files and subtitle files and passes any
1569           .txt file with the same basename as the main file to playbin as
1570           suburi, and playbin will then throw a 'subtitle found, but no video
1571           stream' error, which isn't entirely helpful. See #380342.
1572
1573           Also, with this change we'll show a slightly more correct error
1574           message in case totem passes a playlist file to us (although a
1575           custom error message wording instead of the default text would
1576           probably not be a bad idea either).
1577
1578           Same problem also needs to be fixed for playbin+decodebin2.
1579
1580         * tests/check/Makefile.am:
1581         * tests/check/elements/decodebin.c: (src_handoff_cb),
1582         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1583         (decodebin_suite):
1584           Add simple unit test for decodebin for the above.
1585
1586 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1587
1588         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1589         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1590           Refuse to change state to READY when we failed to create any of the
1591           required elements in our instance init function.
1592
1593 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1594
1595         * docs/libs/gst-plugins-base-libs-sections.txt:
1596           Small docs fixes/updates.
1597
1598         * gst-libs/gst/video/gstvideosink.h:
1599           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1600           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1601           removed from the base sink API between 0.9.6 and 0.9.7).
1602           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1603           accessor macros, so we don't do a runtime GObject type check every
1604           time we use them.
1605
1606 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1607
1608         * Makefile.am:
1609         * gst-plugins-base.doap:
1610         * gst-plugins-base.spec.in:
1611           add doap file
1612
1613 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1614
1615         Patch by: Jens Granseuer <jensgr at gmx net>
1616
1617         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1618         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1619         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1620         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1621         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1622           Declare variables at the beginning of a block. Fixes #383195.
1623
1624 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1625
1626         * configure.ac:
1627         Bump version nano - back to CVS.
1628
1629
1630 === release 0.10.11 ===
1631
1632 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1633
1634         * configure.ac:
1635           releasing 0.10.11, "Dumb things"
1636
1637 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1638
1639         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1640         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1641         Handle the case where an element has multiple pads with 
1642         unfixed caps as well as still possibly producing more dynamic 
1643         pads by storing each case as a distinct entry in the dynamic list.
1644         Fixes #38223 again.
1645
1646 2006-12-04  Wim Taymans  <wim@fluendo.com>
1647
1648         * gst/playback/gstdecodebin.c: (close_pad_link):
1649         Fix #382223, add more dynamic caps handling.
1650
1651 2006-12-04  Wim Taymans  <wim@fluendo.com>
1652
1653         reviewed by: <delete if not using a buddy>
1654
1655         * gst-libs/gst/audio/gstringbuffer.h:
1656         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1657         (gst_netaddress_set_ip4_interface),
1658         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1659         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1660         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1661         (gst_netaddress_get_ttl):
1662         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1663         * gst/playback/gstdecodebin.c: (close_pad_link):
1664         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1665         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1666         * win32/common/config.h:
1667
1668 2006-12-01  Michael Smith  <msmith@fluendo.com>
1669
1670         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1671           Delete bad debug code.
1672           Fixes #381219
1673
1674 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1675
1676         * gst/videoscale/vs_4tap.c:
1677         * win32/MANIFEST:
1678         * win32/common/config.h:
1679         * win32/vs8/libgstvideoscale.vcproj:
1680         Fix compilation on win32 under VS8
1681         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1682         Partially fixes #381175
1683
1684 2006-11-30  Michael Smith  <msmith@fluendo.com>
1685
1686         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1687         (GST_START_TEST):
1688           It would be very bad if, after a discont buffer, we thought every
1689           single following buffer was also discont. So, add to the test to
1690           ensure that this isn't the case.
1691           
1692         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1693           ... it was the case. So fix it.
1694
1695 2006-11-28  Wim Taymans  <wim@fluendo.com>
1696
1697         * gst/playback/gstplaybasebin.c: (check_queue_event):
1698         Improve debug.
1699
1700         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1701         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1702         padtemplate caps. Refixes #357577.
1703
1704 2006-11-28  Wim Taymans  <wim@fluendo.com>
1705
1706         * gst/playback/gstplaybasebin.c: (check_queue_event),
1707         (queue_threshold_reached), (queue_out_of_data),
1708         (gen_preroll_element):
1709         Add event probe to see when EOS is in a queue and we can disable the
1710         underrun signals. Fixes #357577.
1711
1712 2006-11-28  Edward Hervey  <edward@fluendo.com>
1713
1714         * gst/playback/Makefile.am:
1715         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1716         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1717         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1718         (gst_decode_bin_init), (gst_decode_bin_dispose),
1719         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1720         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1721         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1722         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1723         (connect_element), (expose_pad), (type_found),
1724         (pad_added_group_cb), (pad_removed_group_cb),
1725         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1726         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1727         (are_raw_caps), (multi_queue_overrun_cb),
1728         (multi_queue_underrun_cb), (gst_decode_group_new),
1729         (get_current_group), (group_demuxer_event_probe),
1730         (gst_decode_group_control_demuxer_pad),
1731         (gst_decode_group_control_source_pad),
1732         (gst_decode_group_check_if_blocked),
1733         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1734         (gst_decode_group_hide), (gst_decode_group_free),
1735         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1736         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1737         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1738         (plugin_init):
1739         New decodebin2 element.
1740         Closes #370092
1741         * gst/playback/gstplay-marshal.list:
1742         Added marshallers for new signals in decodebin2
1743         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1744         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1745         is set.
1746
1747 2006-11-28  Wim Taymans  <wim@fluendo.com>
1748
1749         * gst/playback/gstplaybasebin.c: (setup_source),
1750         (gst_play_base_bin_change_state):
1751         Disable rtsp:// uris for the release, it's not good enough yet.
1752         Remove unused var.
1753
1754 2006-11-26  Wim Taymans  <wim@fluendo.com>
1755
1756         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1757         (theora_dec_push_forward), (theora_dec_push_reverse),
1758         (theora_handle_data_packet), (theora_dec_decode_buffer),
1759         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1760         (theora_dec_chain_forward), (theora_dec_chain):
1761         Implement reverse playback.
1762
1763         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1764         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1765         (vorbis_dec_chain_forward):
1766         Clear buffers used for reverse playback in _reset.
1767         No need to set the eos flag, we clip samples using the segment.
1768
1769 2006-11-24  Wim Taymans  <wim@fluendo.com>
1770
1771         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1772         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1773         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1774         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1775         Some cleanups.
1776         Handle continued pages in reverse mode.
1777
1778 2006-11-24  Wim Taymans  <wim@fluendo.com>
1779
1780         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1781         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1782         (vorbis_dec_flush_decode):
1783         Small cleanups.
1784         Don't try to add invalid timestamps.
1785         Clipping will unref the buffer.
1786
1787 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1788
1789         * gst/adder/gstadder.h:
1790         * gst/audiotestsrc/gstaudiotestsrc.h:
1791           remove obsolete _factory_init protos
1792
1793 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1794
1795         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1796           Fix spacing in debug message.
1797
1798 2006-11-23  Wim Taymans  <wim@fluendo.com>
1799
1800         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1801         (gst_ogg_demux_chain):
1802         Don't just ignore return values from _pad_push().
1803         Small debug improvements.
1804
1805 2006-11-23  Michael Smith  <msmith@fluendo.com>
1806
1807         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1808           If our incoming buffer is marked as DISCONT, then increment the page
1809           number (so that the discontinuity is marked in the final ogg
1810           bitstream) and flush the previous page.
1811
1812 2006-11-22  Michael Smith  <msmith@fluendo.com>
1813
1814         * ext/theora/gsttheoraenc.h:
1815         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1816         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1817         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1818         (theora_enc_chain), (theora_enc_change_state):
1819           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1820
1821         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1822         (GST_START_TEST), (theoraenc_suite):
1823           Enable discontinuity test, fix it.
1824
1825 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1826
1827         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1828         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1829         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1830         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1831         (gst_text_overlay_change_state):
1832         * ext/pango/gsttextoverlay.h:
1833           Some textoverlay fixes: for one, in the video chain function,
1834           actually wait for a text buffer to come in if there is none at the
1835           moment and there should be one; also, deal more gracefully with
1836           incoming buffers that do not have a timestamp or duration; discard
1837           text buffer when not needed any longer. Fixes #341681.
1838
1839         * tests/check/Makefile.am:
1840         * tests/check/elements/.cvsignore:
1841         * tests/check/elements/textoverlay.c:
1842         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1843         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1844         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1845         (test_video_waits_for_text_send_text_newsegment_thread),
1846         (test_video_waits_for_text_shutdown_element),
1847         (test_render_continuity_push_video_buffers_thread),
1848         (textoverlay_suite):
1849           Add some unit tests for textoverlay.
1850
1851 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1852
1853         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1854           Avoid integer underflow when the found probability for mp3 is
1855           smaller than the 'penalty' we subtract if there's not a clean
1856           mp3 header sync at offset 0.
1857
1858 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1859
1860         * docs/libs/gst-plugins-base-libs-sections.txt:
1861           Add some new symbols to the docs
1862
1863 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1864
1865         * tests/check/Makefile.am:
1866         * tests/check/elements/ffmpegcolorspace.c:
1867         (ffmpegcolorspace_suite):
1868           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1869           (for now not for valgrinding though, since it takes too long).
1870
1871 2006-11-20  Wim Taymans  <wim@fluendo.com>
1872
1873         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1874         (gst_ffmpeg_pixfmt_to_caps):
1875         Fix RGBA32 caps. Fixes #357038.
1876
1877 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1878
1879         * gst-libs/gst/interfaces/mixertrack.h:
1880           Add FIXME so we can add some padding here in 0.11
1881
1882 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1883
1884         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1885           Fix GstBaseRTPAudioPayload structure so the whole GObject
1886           inheritance business actually works (parent class instance structure
1887           must always come first in the derived class instance structure).
1888
1889 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1890
1891         * gst/videotestsrc/Makefile.am:
1892         * tests/check/Makefile.am:
1893           Make sure our checks and the videotestsrc plugin link against the
1894           local uninstalled gst libs and not any installed gst libs that
1895           might happen to exist as well.
1896
1897         * tests/check/elements/adder.c: (message_received),
1898         (test_event_message_received), (test_play_twice_message_received):
1899         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1900           Fix compiler warnings when compiling against core with disabled
1901           debugging system.
1902
1903 2006-11-16  Michael Smith  <msmith@fluendo.com>
1904
1905         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1906         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1907           Fix audiorate, so that it accurately sets offsets and timestamps.
1908           Doesn't change the fundamental algorithmic decisions; so should be
1909           safe.
1910
1911         * tests/check/Makefile.am:
1912           Enable audiorate test now that it passes.
1913
1914 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
1915
1916         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1917           clear xv when going to NULL, remove // commented non-existant proto
1918
1919         * tests/examples/seek/seek.c: (main):
1920           add missing tooltip description for scrub and play_scrub
1921
1922 2006-11-14  David Schleef  <ds@schleef.org>
1923
1924         * configure.ac:
1925           Bump liboil requirement to 0.3.8.
1926         * gst-libs/gst/riff/riff-media.c:
1927           Add Dirac fourcc.
1928         * gst/videoscale/vs_image.h:
1929         * gst/videoscale/vs_scanline.h:
1930           Use liboil's stdint.h.
1931         * gst/videotestsrc/videotestsrc.c:
1932           Remove liboil related ifdef's, since they aren't needed now, and
1933           won't work with future versions.
1934
1935 2006-11-14  David Schleef  <ds@schleef.org>
1936
1937         * gst/videoscale/Makefile.am:
1938         * gst/videoscale/gstvideoscale.c:
1939         * gst/videoscale/gstvideoscale.h:
1940         * gst/videoscale/vs_4tap.c:
1941         * gst/videoscale/vs_4tap.h:
1942         * gst/videoscale/vs_image.c:
1943         * gst/videoscale/vs_image.h:
1944         * gst/videoscale/vs_scanline.c:
1945         * gst/videoscale/vs_scanline.h:
1946           Add a 4-tap image scaler.  Theoretically looks much prettier.
1947           The tap calculation could use some improvement.
1948
1949 2006-11-14  Wim Taymans  <wim@fluendo.com>
1950
1951         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1952
1953         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1954         (gst_riff_parse_strf_iavs):
1955         * gst/subparse/gstsubparse.c: (convert_encoding):
1956         * gst/tcp/gstmultifdsink.c:
1957         (gst_multi_fd_sink_handle_client_write):
1958         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1959         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1960         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1961         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1962         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1963         (gst_ximagesink_ximage_new):
1964         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1965         Various gsize and gssize printf fixes. Fixes #372507.
1966
1967 2006-11-13  Wim Taymans  <wim@fluendo.com>
1968
1969         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1970         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1971         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1972         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1973         (vorbis_dec_chain_forward), (vorbis_dec_chain):
1974         * ext/vorbis/vorbisdec.h:
1975         First stab at vorbis reverse playback.
1976
1977 2006-11-13  Wim Taymans  <wim@fluendo.com>
1978
1979         * gst-libs/gst/audio/gstbaseaudiosink.c:
1980         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1981         * gst-libs/gst/audio/gstbaseaudiosink.h:
1982         Make the clock sync code more accurate wrt resampling and playback
1983         at different rates.
1984         
1985         * gst-libs/gst/audio/gstringbuffer.c:
1986         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1987         * gst-libs/gst/audio/gstringbuffer.h:
1988         Use better algorithm to interpolate sample rates. 
1989
1990 2006-11-13  Michael Smith  <msmith@fluendo.com>
1991
1992         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1993           Improve a debug line slightly.
1994
1995         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1996           Call gst_riff_init() in plugin_init, to avoid getting errors from
1997           the debug system (unrelated changes to another plugin made this turn
1998           up; not sure why).
1999
2000 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
2001
2002         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
2003
2004         * win32/common/libgsttag.def:
2005           Add missing symbol (#366492).
2006
2007 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
2008
2009         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2010           Don't unref a NULL pad.
2011
2012 2006-11-09  Wim Taymans  <wim@fluendo.com>
2013
2014         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2015         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2016         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2017         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2018         (gst_ogg_demux_loop):
2019         Implement first stab at reverse playback.
2020
2021 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
2022
2023         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2024         (gst_riff_create_video_template_caps):
2025           add h263/h264 variants to the caps, Fixes #363118
2026
2027 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
2028
2029         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2030         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2031           Use g_strerror instead of strerror so we get UTF-8.
2032
2033 2006-11-03  David Schleef  <ds@schleef.org>
2034
2035         * ext/ogg/gstoggdemux.c:
2036         * ext/ogg/gstoggmux.c:
2037           Add/remove KW-DIRAC header here, since it is ogg-specific.
2038
2039 2006-11-03  Michael Smith  <msmith@fluendo.com>
2040
2041         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2042           Recognise more mpeg4 elementary video streams.
2043
2044 2006-11-02  Edward Hervey  <edward@fluendo.com>
2045
2046         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2047         Lower the probability of mp3 typefinding functions if we don't find a
2048         valid mp3 header at the start of the file.
2049         Closes #369482
2050
2051 2006-11-02  Wim Taymans  <wim@fluendo.com>
2052
2053         * ext/theora/gsttheoradec.h:
2054         * ext/theora/theoradec.c: (gst_theora_dec_init),
2055         (theora_dec_sink_event), (theora_dec_chain_forward),
2056         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2057         (theora_dec_chain):
2058         Document and partially implement an algorithm for doing reverse playback
2059         of theora video.
2060
2061 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2062
2063         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
2064
2065         * win32/common/config.h:
2066         * win32/common/interfaces-enumtypes.c:
2067         * win32/common/libgsttag.def:
2068         * win32/vs8/gst-plugins-base.sln:
2069         * win32/vs8/libgstaudioresample.vcproj:
2070         * win32/vs8/libgstinterfaces.vcproj:
2071         * win32/vs8/libgstogg.vcproj:
2072         * win32/vs8/libgstriff.vcproj:
2073         * win32/vs8/libgsttag.vcproj:
2074         * win32/vs8/libgsttheora.vcproj:
2075         * win32/vs8/libgstvideoscale.vcproj:
2076         * win32/vs8/libgstvorbis.vcproj:
2077           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2078           to libgsttag.def; add missing dependencies for some vs8 projects;
2079           re-arrange placement of .def files in vs8 projects (#366334).
2080
2081 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
2082
2083         * ext/ogg/gstogg.c:
2084           Remove unused variable.
2085
2086         * ext/ogg/gstoggdemux.c:
2087           Fix Wim's surname in plugin description.
2088
2089 2006-10-31  Wim Taymans  <wim@fluendo.com>
2090
2091         * gst-plugins-base.spec.in:
2092         spec new .h file. Fixes #368310.
2093
2094 2006-10-31  Michael Smith  <msmith@fluendo.com>
2095
2096         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2097         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2098         (gst_multi_fd_sink_get_stats),
2099         (gst_multi_fd_sink_remove_client_link),
2100         (gst_multi_fd_sink_queue_buffer),
2101         (gst_multi_fd_sink_handle_clients):
2102         * gst/tcp/gstmultifdsink.h:
2103           Make using the remove or clear signals threadsafe.
2104           Make calling get-stats with an invalid fd not segfault.
2105           Fixes 368273.
2106
2107 2006-10-31  Wim Taymans  <wim@fluendo.com>
2108
2109         * gst-libs/gst/rtp/Makefile.am:
2110         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2111         (gst_base_rtp_audio_payload_init):
2112         Fix and activate base audio payloader.
2113
2114 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2115
2116         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2117         (plugin_init):
2118           Add typefinder for QuickTime Image Files (see #366156).
2119
2120 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2121
2122         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2123           Another typo fix (#366212).
2124
2125 2006-10-27  Wim Taymans  <wim@fluendo.com>
2126
2127         * gst/volume/gstvolume.c: (volume_transform_ip):
2128         Use stream time to synchronize volume property instead of rather random
2129         timestamps. This is needed when gnonlin does its time shifting.
2130
2131 2006-10-27  Wim Taymans  <wim@fluendo.com>
2132
2133         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2134
2135         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2136         Remove the pad from the element in release_pad. Fixes #364812.
2137
2138 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
2139
2140         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2142           Explicitly create our custom buffer classes at a thread-safe
2143           location as well, since g_type_class_ref() doesn't seem to be
2144           entirely thread-safe either (#365501; also see #349410).
2145
2146 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2147
2148         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2149         (gst_riff_parse_info):
2150           If strings in INFO chunk are not UTF-8, do something similar to
2151           what we do for ID3v1 tags: check a number of environment variables
2152           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2153           character sets to try, otherwise try the current locale and/or fall
2154           back on ISO-8859-1. Fixes #360552.
2155
2156 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2157
2158         * gst/videotestsrc/gstvideotestsrc.c:
2159         (gst_video_test_src_pattern_get_type),
2160         (gst_video_test_src_set_pattern):
2161         * gst/videotestsrc/gstvideotestsrc.h:
2162         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2163         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2164         (gst_video_test_src_checkers8):
2165         * gst/videotestsrc/videotestsrc.h:
2166           Add a bunch of exciting new checkers patterns.
2167
2168 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2169
2170         * gst/subparse/Makefile.am:
2171         * gst/subparse/gstsubparse.c:
2172         (gst_sub_parse_data_format_autodetect),
2173         (gst_sub_parse_format_autodetect), (handle_buffer),
2174         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2175         * gst/subparse/gstsubparse.h:
2176         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2177         (parse_tmplayer):
2178         * gst/subparse/tmplayerparse.h:
2179           Add support for TMPlayer-type subtitles (#362845).
2180
2181         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2182         (GST_START_TEST), (subparse_suite):
2183           Add some basic unit tests for the above.
2184
2185 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2186
2187         * tests/check/elements/audiorate.c: (test_injector_base_init),
2188         (test_injector_class_init), (test_injector_chain),
2189         (test_injector_init), (probe_cb), (do_perfect_stream_test),
2190         (GST_START_TEST), (audiorate_suite):
2191           More tests for audiorate: inject buffers to check behaviour when
2192           buffers overlap.
2193
2194 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
2195
2196         * tests/check/Makefile.am:
2197         * tests/check/elements/.cvsignore:
2198         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2199         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2200           Add some basic unit tests for audiorate. Disabled at the moment
2201           since it doesn't pass yet (see bug #363119).
2202
2203 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2204
2205         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2206         (parse_subrip), (handle_buffer):
2207           Add missing closing tags for markup and fix broken markup,
2208           otherwise pango won't render anything (fixes #357531). Also,
2209           make sure the text we send out is always NUL-terminated
2210           (better safe than sorry etc.).
2211
2212         * tests/check/elements/subparse.c: (test_srt_do_test),
2213         (test_srt):
2214           Some more tests for .srt incl. tests for the above stuff.
2215
2216 2006-10-20  Julien MOUTTE  <julien@moutte.net>
2217
2218         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2219         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2220         Patch by: Stefan Kost  <ensonic@users.sf.net>
2221         Try to redraw borders only when needed. Apparently this consumes
2222         resources on small devices... :-O (#363607)
2223
2224 2006-10-20  Michael Smith  <msmith@fluendo.com>
2225
2226         * gst/tcp/gstmultifdsink.c:
2227         (gst_multi_fd_sink_client_queue_buffer):
2228           If caps change, then update the client's idea of the caps so that we
2229           don't end up re-sending streamheaders for every single buffer after
2230           the caps change.
2231
2232 2006-10-20  Michael Smith  <msmith@fluendo.com>
2233
2234         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2235         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2236           Set caps on pushed buffers; fix up refcounting of caps objects.
2237
2238 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2239
2240         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2241         (plugin_init):
2242           Typefind mmsh header data packet to application/x-mmsh (#362625).
2243
2244 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2245
2246         * tests/check/Makefile.am:
2247         * tests/check/elements/.cvsignore:
2248         * tests/check/elements/subparse.c: (buffer_from_static_string),
2249         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2250         (GST_START_TEST), (subparse_suite):
2251           Add very simple unit test for subparse.
2252
2253 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2254
2255         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2256         (parse_subrip):
2257           Strip trailing newlines from subtitle text output.
2258
2259 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2260
2261         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2262         (gst_sub_parse_change_state):
2263           Fix memleak; clear subparse->textbuf n state change function.
2264
2265 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2266
2267         * gst/subparse/gstsubparse.c:
2268         (gst_sub_parse_data_format_autodetect):
2269           Don't require subrip (.srt) files to start with a chunk number of 1.
2270
2271 2006-10-18  Wim Taymans  <wim@fluendo.com>
2272
2273         * gst-libs/gst/audio/gstbaseaudiosink.c:
2274         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2275         * gst-libs/gst/audio/gstbaseaudiosink.h:
2276         Extract rate from the NEWSEGMENT event.
2277         Use commit_full to also take rate adjustment into account when writing
2278         samples to the ringbuffer.
2279         
2280         * gst-libs/gst/audio/gstringbuffer.c:
2281         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2282         (gst_ring_buffer_read):
2283         * gst-libs/gst/audio/gstringbuffer.h:
2284         Added _commit_full() to also take rate into account.
2285         Use simple interpolation algorithm to resample audio.
2286         API: gst_ring_buffer_commit_full()
2287
2288         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2289         * tests/examples/seek/seek.c: (segment_done):
2290         Don't try to seek with 0.0 rate, just pause instead.
2291         Remove bogus debug line.
2292
2293 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2294
2295         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2296         (setup_source):
2297           Catch async errors when starting up the subtitle bin, so we can
2298           stop waiting and continue with the main film instead of hanging
2299           forever. Fixes #339366.
2300
2301         * tests/check/elements/playbin.c: (playbin_suite):
2302           Enable unit test for the above.
2303
2304 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2305
2306         * tests/check/Makefile.am:
2307         * tests/check/elements/.cvsignore:
2308         * tests/check/elements/playbin.c: (GST_START_TEST),
2309         (gst_red_video_src_uri_get_type),
2310         (gst_red_video_src_uri_get_protocols),
2311         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2312         (gst_red_video_src_uri_handler_init),
2313         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2314         (gst_red_video_src_create), (gst_red_video_src_class_init),
2315         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2316           Some small and basic unit tests for playbin; not very useful yet,
2317           but at least a start.
2318
2319 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2320
2321         * gst/playback/gstplaybin.c: (setup_sinks):
2322           The old pad activation spiel.
2323
2324 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2325
2326         * gst/playback/gstplaybasebin.c: (setup_source):
2327           Don't hang forever if the subbin already fails to start up in 
2328           the state change to PAUSED (#339366).
2329
2330 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2331
2332         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2333         (gst_tuner_set_channel), (gst_tuner_get_channel),
2334         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2335         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2336         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2337         (gst_tuner_find_channel_by_name):
2338           Fix some function guards, add some more function guards.
2339
2340 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2341
2342         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2343         (remove_element_chain):
2344         Don't return a pad from get_our_ghost_pad unless it is actually the
2345         one we want.
2346         Change a cast in remove_element_chain slightly.
2347
2348 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2349
2350         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2351         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2352         Segment seeking needs to use the rate and set stop to -1.
2353
2354 2006-10-13  Wim Taymans  <wim@fluendo.com>
2355
2356         * gst-libs/gst/audio/gstbaseaudiosink.c:
2357         (gst_base_audio_sink_setcaps):
2358         Don't crash when ringbuffer is not yet created.
2359         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2360         Fixes #361634.
2361
2362         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2363         * gst/playback/gststreamselector.c:
2364         (gst_stream_selector_request_new_pad):
2365         Activate pads befre adding them to running elements.
2366
2367 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2368
2369         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2370         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2371         updater when we start grabing the slider. Don't wait for the
2372         pipeline to be PAUSED.
2373
2374 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2375
2376         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2377         (gst_mixer_set_volume), (gst_mixer_get_volume),
2378         (gst_mixer_set_mute), (gst_mixer_set_option),
2379         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2380         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2381         (gst_mixer_option_changed):
2382           Guard mixer interface functions against bogus arguments.
2383
2384 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2385
2386         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2387         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2388         (msg_state_changed), (main): Use state-changed messages to trigger
2389         start/stop of scale update timer. Indeed the scale slider was
2390         jumping here and there because the update timer was activated 
2391         before seek completed. This fixes instant applying of rate changes
2392         by pressing the spinbutton like a crazy man !
2393
2394 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2395
2396         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2397
2398         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2399         (gst_basertppayload_finalize):
2400           Fix two small memory leaks (#361456).
2401
2402 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2403
2404         * tests/examples/seek/seek.c: (do_seek),
2405         (rate_spinbutton_changed_cb): When changing spinbutton we try
2406         to change the rate on the fly.
2407
2408 2006-10-10  Wim Taymans  <wim@fluendo.com>
2409
2410         * gst-libs/gst/riff/riff-ids.h:
2411         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2412         (gst_riff_create_audio_template_caps):
2413         Add WMS caps.
2414
2415 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2416
2417         Patch by: Josep Torre Valles <josep@fluendo.com>
2418
2419         * ext/gnomevfs/gstgnomevfssink.c:
2420         * ext/gnomevfs/gstgnomevfssrc.c:
2421         Fix URI interface implementation return type.
2422         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2423         Fix what looks like a copy/paste issue when assigning values.
2424         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2425         (gst_audio_filter_template_get_type):
2426         Cast to prevent Forte warnings.
2427         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2428         Fix URI interface implementation return type.
2429         gst_pad_query_position requires a signed integer pointer as
2430         3rd parameter, GstClockTime is unsigned.
2431         * gst/audioconvert/audioconvert.c:
2432         Fix integer overflow when treated as signed.
2433         * gst/audioresample/resample.c: (resample_add_input_data):
2434         Cast to prevent warnings on Forte.
2435         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2436         Fix integer overflow when treated as signed.
2437         * gst/ffmpegcolorspace/imgconvert_template.h:
2438         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2439         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2440         (cleanup_decodebin):
2441         Who initialises a guint to -1!
2442         Cast function pointers to prevent warnings on Forte.
2443         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2444         (queue_threshold_reached):
2445         Cast function pointers correctly to prevent warnings on Forte.
2446         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2447         Cast function pointers correctly to prevent warnings on Forte.
2448         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2449         Obvious change to unsigned, 0xEF > max signed char.
2450         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2451         GstClockTime is unsigned, initialise correctly.
2452         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2453         Cast so pointer arithemetic doesn't cause warnings on Forte.
2454         * gst/videorate/gstvideorate.c:
2455         Use correct return value.
2456         * tests/examples/seek/scrubby.c:
2457         GstClockTime is unsigned, initialise correctly.
2458
2459 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2460
2461         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2462
2463         * gst/typefind/gsttypefindfunctions.c:
2464           Recognise XML files and XML-like files shorter than 256 bytes as
2465           well (fixes #359237).
2466
2467 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2468
2469         Patch by: Renato Filho <renato.filho@indt.org.br>
2470         
2471         * gst/typefind/gsttypefindfunctions.c:
2472         Added typefind functions to video/x-nuv media.
2473         
2474 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2475
2476         * gst-libs/gst/interfaces/xoverlay.c:
2477         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2478           Some more guards against invalid input.
2479
2480 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2481
2482         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2483         Useless goto.
2484         * tests/examples/seek/seek.c: (do_seek),
2485         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2486         seek example to experiment with rates != 1.0 (reverse playback !)
2487
2488 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2489
2490         * gst-libs/gst/interfaces/xoverlay.c:
2491           Unref message in doc-example (spotted by Robert McQueen)
2492
2493 2006-10-06  Wim Taymans  <wim@fluendo.com>
2494
2495         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2496         (mpeg1_parse_header), (mpeg1_sys_type_find):
2497         printf fix.
2498
2499 2006-10-06  Wim Taymans  <wim@fluendo.com>
2500
2501         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2502         (close_pad_link):
2503         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2504         Activate dynamic pads before adding them to the element.
2505
2506 2006-10-06  Michael Smith  <msmith@fluendo.com>
2507
2508         * gst-libs/gst/floatcast/floatcast.h:
2509           Fix obviously-bogus macros; use the correct types.
2510
2511 2006-10-06  Wim Taymans  <wim@fluendo.com>
2512
2513         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2514         (gst_base_rtp_depayload_change_state):
2515         Also call parent state change function to activate pads.
2516
2517         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2518         (mpeg1_parse_header), (mpeg1_sys_type_find):
2519         Add some more debug info in mpeg typefinding.
2520
2521 2006-10-06  Michael Smith  <msmith@fluendo.com>
2522
2523         * ext/theora/theoradec.c: (theora_dec_chain):
2524           Zero byte theora packets are valid and well-defined; don't warn on
2525           them.
2526
2527 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2528
2529         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2530         (gst_multi_fd_sink_get_stats), (find_limits),
2531         (gst_multi_fd_sink_queue_buffer):
2532           API: add dropped_buffers to the get-stats GValueArray
2533
2534 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2535
2536         * ext/alsa/gstalsadeviceprobe.c:
2537         (gst_alsa_device_property_probe_get_values):
2538         * ext/alsa/gstalsasink.c: (set_hwparams):
2539         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2540         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2541         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2542         (gst_ogg_mux_process_best_pad):
2543         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2544         (gst_ogg_parse_chain):
2545         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2546         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2547         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2548         (gst_vorbis_enc_buffer_check_discontinuous):
2549         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2550         * gst-libs/gst/audio/gstbaseaudiosink.c:
2551         (gst_base_audio_sink_render):
2552         * gst-libs/gst/cdda/gstcddabasesrc.c:
2553         (gst_cdda_base_src_handle_track_seek):
2554         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2555         (gst_base_rtp_depayload_push_full):
2556         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2557         * gst/audioresample/resample.c: (resample_input_pushthrough):
2558         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2559         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2560         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2561         (wavpack_type_find):
2562         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2563         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2564         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2565         * tests/check/elements/volume.c: (GST_START_TEST):
2566           Printf format fixes.
2567
2568 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2569
2570         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2571           Fix a simple mistake (see the docs)
2572           Fixes #359580
2573
2574 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2575
2576         * docs/plugins/Makefile.am:
2577         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2578         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2579         * docs/plugins/gst-plugins-base-plugins.args:
2580         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2581         * docs/plugins/inspect/plugin-adder.xml:
2582         * docs/plugins/inspect/plugin-alsa.xml:
2583         * docs/plugins/inspect/plugin-audioconvert.xml:
2584         * docs/plugins/inspect/plugin-audiorate.xml:
2585         * docs/plugins/inspect/plugin-audioresample.xml:
2586         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2587         * docs/plugins/inspect/plugin-cdparanoia.xml:
2588         * docs/plugins/inspect/plugin-decodebin.xml:
2589         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2590         * docs/plugins/inspect/plugin-gdp.xml:
2591         * docs/plugins/inspect/plugin-gnomevfs.xml:
2592         * docs/plugins/inspect/plugin-libvisual.xml:
2593         * docs/plugins/inspect/plugin-ogg.xml:
2594         * docs/plugins/inspect/plugin-pango.xml:
2595         * docs/plugins/inspect/plugin-playbin.xml:
2596         * docs/plugins/inspect/plugin-subparse.xml:
2597         * docs/plugins/inspect/plugin-tcp.xml:
2598         * docs/plugins/inspect/plugin-theora.xml:
2599         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2600         * docs/plugins/inspect/plugin-video4linux.xml:
2601         * docs/plugins/inspect/plugin-videorate.xml:
2602         * docs/plugins/inspect/plugin-videoscale.xml:
2603         * docs/plugins/inspect/plugin-videotestsrc.xml:
2604         * docs/plugins/inspect/plugin-volume.xml:
2605         * docs/plugins/inspect/plugin-vorbis.xml:
2606         * docs/plugins/inspect/plugin-ximagesink.xml:
2607         * docs/plugins/inspect/plugin-xvimagesink.xml:
2608           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2609
2610 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2611
2612         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2613
2614         * ext/vorbis/Makefile.am:
2615         * ext/vorbis/vorbis.c: (plugin_init):
2616         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2617         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2618         * ext/vorbis/vorbisparse.h:
2619         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2620         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2621         (gst_vorbis_tag_parse_packet):
2622         * ext/vorbis/vorbistag.h:
2623           Add new vorbistag element which derives from vorbisparse
2624           and is essentially the same as well, only that it implements
2625           the GstTagSetter interface and can modify the stream's
2626           vorbiscomment on the fly (#335635).
2627
2628         * tests/check/Makefile.am:
2629         * tests/check/elements/.cvsignore:
2630         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2631         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2632         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2633         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2634           Add unit test for new vorbistag element.
2635
2636 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2637
2638         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2639         (vorbis_parse_push_headers), (vorbis_parse_chain):
2640           Set BOS flag in packet structure to fix 'jump depends
2641           on unitialized value' errors in valgrind; various minor
2642           clean-ups.
2643
2644 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2645
2646         * gst/playback/gstdecodebin.c: (close_pad_link):
2647         Fix typo in a debug statement.
2648
2649         * gst/playback/gstplaybasebin.c: (probe_triggered),
2650         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2651         (gen_source_element), (source_new_pad), (analyse_source),
2652         (setup_source):
2653         When handling no_more_pads in new_decoded_pad, make sure to treat
2654         subtitle pads correctly. Fixes playback with subtitle files.
2655
2656         Move a recurring message to LOG level.
2657
2658         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2659         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2660         which ends up as -1 when cast to an int. Make the logic handle the
2661         max value as an unsigned mask and only change the colorkey when it's
2662         a value we recognise.
2663
2664 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2665
2666         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2667         Removed empty * between paragraphs
2668
2669 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2670
2671         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2672         * gst-libs/gst/rtp/README:
2673         Moved some documentation into .c file
2674
2675 2006-09-29  Wim Taymans  <wim@fluendo.com>
2676
2677         * gst/playback/gstdecodebin.c: (no_more_pads):
2678         Fix compilation.
2679
2680 2006-09-29  Wim Taymans  <wim@fluendo.com>
2681
2682         * gst/playback/gstdecodebin.c: (new_caps):
2683         Remove g_print
2684
2685         * gst/playback/gstplaybin.c:
2686         Add some docs.
2687
2688 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2689
2690         * tests/check/Makefile.am:
2691           Re-enable cddabasesrc test to see if it works again
2692           now.
2693
2694 2006-09-29  Wim Taymans  <wim@fluendo.com>
2695
2696         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2697         (gen_source_element):
2698         Handle invalid URIs a bit more gracefully.
2699
2700 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2701
2702         * tests/check/pipelines/oggmux.c:
2703           Remove obsolete comment.
2704
2705 2006-09-29  Michael Smith  <msmith@fluendo.com>
2706
2707         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2708         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2709         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2710         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2711         (gst_ogg_mux_collected):
2712           Commit patch from James "Doc" Livingston, adds proper EOS handling
2713           in oggmux. GStreamer can, for the first time ever, create a valid
2714           Ogg file! Yay!
2715
2716         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2717         (oggmux_suite):
2718           Reenable tests now that they pass.
2719
2720 2006-09-29  Wim Taymans  <wim@fluendo.com>
2721
2722         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2723         Stop reading commands when EOF (we read 0) as well.
2724
2725 2006-09-28  Wim Taymans  <wim@fluendo.com>
2726
2727         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2728         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2729         (find_dynamic), (unlinked), (close_link):
2730         Implement delayed caps linking needed for element with a lot of
2731         different caps on the src pads that get fixed at runtime.
2732         Improve management of dynamic elements.
2733
2734         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2735         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2736         (gen_preroll_element), (remove_groups), (unknown_type),
2737         (add_element_stream), (no_more_pads_full), (no_more_pads),
2738         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2739         (new_decoded_pad), (setup_subtitle), (array_has_value),
2740         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2741         (analyse_source), (remove_decoders), (make_decoder),
2742         (remove_source), (setup_source), (finish_source), (prepare_output),
2743         (gst_play_base_bin_change_state):
2744         * gst/playback/gstplaybasebin.h:
2745         Use more _CAST instead of full type checking casts.
2746         Small cleanups, plug some leaks.
2747         Handle dynamic sources.
2748         Add some helper functions to create lists of strings used for
2749         blacklisting and other stuff.
2750         Refactor some code dealing with analysing the source.
2751         Re-enable sources without pads (like cd:// or other selfcontained
2752         elements).
2753
2754 2006-09-28  Wim Taymans  <wim@fluendo.com>
2755
2756         * gst-libs/gst/audio/gstbaseaudiosink.c:
2757         (gst_base_audio_sink_render):
2758         When we have a timestamp, we can still perform clipping.
2759         When we have no clock, we must play the sample ASAP.
2760
2761 2006-09-28  Wim Taymans  <wim@fluendo.com>
2762
2763         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2764         Set caps on outgoing buffers.
2765
2766         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2767         (gst_video_rate_event), (gst_video_rate_chain):
2768         * gst/videorate/gstvideorate.h:
2769         Fix videorate some more. Fixes #357977
2770
2771 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2772
2773         * tests/check/elements/adder.c: (adder_suite):
2774           Don't set timeout to 6 seconds when we're running
2775           in valgrind ... (and how is 6 seconds longer than
2776           the default anyway?)
2777
2778 2006-09-28  Wim Taymans  <wim@fluendo.com>
2779
2780         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2781         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2782         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2783         Keep sink and src segment to keep track of time and support more
2784         input formats.
2785         Fix bogus next_offset and run_time calculation, don't understand how
2786         this could have worked before. Fixes #357976.
2787         Remove some unneeded vars.
2788
2789 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2790
2791         * gst/playback/gstplaybin.c: (remove_sinks):
2792           Only remove visualisation from visbin if there is a visbin (or:
2793           don't throw warnings when closing totem without playing a file).
2794
2795 2006-09-27  Wim Taymans  <wim@fluendo.com>
2796
2797         * gst-libs/gst/audio/gstbaseaudiosink.c:
2798         (gst_base_audio_sink_render):
2799         Add some more info in a WARNING.
2800
2801         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2802         (gst_base_audio_src_create):
2803         Handle PAUSE in create function, use new -core addition to
2804         wait for playing. Fixes pausing and resuming capture from an
2805         audiosrc.
2806
2807         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2808         (gst_ring_buffer_read):
2809         Constify some more.
2810         Caller supports interrupted reads now.
2811
2812 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2813
2814         * tests/check/Makefile.am:
2815           Another attempt to make the gen64 buildbot happy.
2816
2817 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2818
2819         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2820
2821         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2822         (gst_visual_chain), (gst_visual_change_state):
2823           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2824           correctly. Fixes #357800
2825
2826 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2827
2828         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2829           Add timeout to _get_state() so we see which pipeline it is
2830           that causes trouble on the gen64 build bot.
2831
2832 2006-09-27  Wim Taymans  <wim@fluendo.com>
2833
2834         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2835         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2836         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2837         (gst_base_rtp_depayload_set_gst_timestamp):
2838         the source pad always uses fixed caps.
2839
2840 2006-09-27  Wim Taymans  <wim@fluendo.com>
2841
2842         * docs/libs/gst-plugins-base-libs-docs.sgml:
2843         * docs/libs/gst-plugins-base-libs-sections.txt:
2844         * gst-libs/gst/audio/gstaudioclock.c:
2845         * gst-libs/gst/audio/gstaudioclock.h:
2846         * gst-libs/gst/audio/gstaudiosink.c:
2847         * gst-libs/gst/audio/gstaudiosink.h:
2848         * gst-libs/gst/audio/gstaudiosrc.c:
2849         * gst-libs/gst/audio/gstbaseaudiosink.c:
2850         (gst_base_audio_sink_render):
2851         * gst-libs/gst/audio/gstbaseaudiosink.h:
2852         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2853         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2854         * gst-libs/gst/audio/gstringbuffer.h:
2855         Added docs for the audio libs.
2856
2857 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2858
2859         * tests/check/Makefile.am:
2860           Temporarily disable test that fails on the bots for unknown reasons.
2861
2862 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2863
2864         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2865         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2866         Moved AudioCodecType into priv
2867         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2868
2869 2006-09-25  Wim Taymans  <wim@fluendo.com>
2870
2871         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2872         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2873         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2874         (new_pad):
2875         Cleanups and small leak fixes.
2876         Added Depayloaders to valid list of autopluggable elements.
2877
2878 2006-09-25  Wim Taymans  <wim@fluendo.com>
2879
2880         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2881         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2882         (gen_video_element), (gen_text_element), (gen_audio_element),
2883         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2884         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2885         Detect NO_PREROLL state change returns and disable clock distribution to
2886         the sinks so that sync is disabled.
2887         Avoid some type checking and do simple casts instead.
2888         Small cleanups, fix some FIXMEs.
2889         Be more robust when linking user specified elements, catch an report
2890         errors. Fixes #357404.
2891         Fix some leaks in the error paths.
2892
2893 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2894
2895         * ChangeLog:
2896           ChangeLog surgery for missing bug-number
2897
2898 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2899
2900         Patch by: Peter Kjellerstedt  <pkj at axis com>
2901
2902         * gst/playback/test.c:
2903           Fix compilation with uClibc and -Werror (#357591).
2904
2905 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2906
2907         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2908           Parse dates that are followed by a time as well (#357532).
2909
2910         * tests/check/libs/tag.c: (test_vorbis_tags):
2911           Add unit test for this.
2912
2913 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2914
2915         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2916         (gst_audio_convert_transform_caps):
2917         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2918         * gst/videotestsrc/videotestsrc.h:
2919           A few array const-ifications.
2920
2921 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2922
2923         * tests/check/Makefile.am:
2924           See if this makes the build bots happy.
2925
2926         * tests/check/libs/cddabasesrc.c:
2927           UTF8-ise my name.
2928
2929 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2930
2931         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2932
2933         * gst/subparse/samiparse.c: (handle_start_font),
2934         (fix_invalid_entities):
2935           More case-insensitivity for certain tags; recognise entities with
2936           decimal codes as special entities as well (#357330).
2937
2938 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2939
2940         * gst-libs/gst/Makefile.am:
2941           Need to build tag directory before cdda.
2942
2943 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2944
2945         * docs/libs/gst-plugins-base-libs-sections.txt:
2946         * gst-libs/gst/cdda/Makefile.am:
2947         * gst-libs/gst/cdda/gstcddabasesrc.c:
2948         (gst_cdda_base_src_base_init):
2949         * gst-libs/gst/cdda/gstcddabasesrc.h:
2950         * gst-libs/gst/tag/tag.h:
2951         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2952         (gst_tag_register_musicbrainz_tags):
2953           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2954           depend on libgsttag. This is required so we can extract/read tags like
2955           DISCID without depending on libgstcddabasesrc (which used to register
2956           them).
2957
2958         * gst-libs/gst/tag/gstvorbistag.c:
2959           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2960           tags (also see #347848).
2961
2962         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2963           Log vorbis comments we are actually writing. Const-ify array.
2964
2965 2006-09-23  Wim Taymans  <wim@fluendo.com>
2966
2967         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2968         Improve buffering a bit by avoiding a deadlock because we cannot assume
2969         the underrun is always called.
2970
2971 2006-09-23  Wim Taymans  <wim@fluendo.com>
2972
2973         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2974
2975         * gst-libs/gst/riff/riff-ids.h:
2976         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2977         (gst_riff_create_audio_template_caps):
2978         Added MPEG-4 AAC and id and caps. Fixes #357289
2979         Added WMA9 Lossless id.
2980
2981 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
2982
2983         * ext/gnomevfs/gstgnomevfssrc.c:
2984           Fix misleading docs addition.
2985
2986         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2987           Get rid of compiler warning the right way.
2988
2989 2006-09-22  Wim Taymans  <wim@fluendo.com>
2990
2991         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2992         (gst_base_rtp_depayload_finalize),
2993         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2994         (gst_base_rtp_depayload_push_full),
2995         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2996         (gst_base_rtp_depayload_process),
2997         (gst_base_rtp_depayload_set_gst_timestamp),
2998         (gst_base_rtp_depayload_queue_release):
2999         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3000         Small cleanups.
3001         Fix some leaks.
3002         Refactored the process method and added methods to push from the process
3003         vmethod.
3004         Use _scale functions.
3005         API: gst_base_rtp_depayload_push_ts
3006         API: gst_base_rtp_depayload_push
3007
3008         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3009         timestamps are uint.
3010
3011 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
3012
3013         * gst-libs/gst/interfaces/xoverlay.c:
3014           Remove unused statement from doc example.
3015
3016 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
3017
3018         * gst-libs/gst/interfaces/videoorientation.c:
3019         (gst_video_orientation_iface_init),
3020         (gst_video_orientation_get_hflip),
3021         (gst_video_orientation_get_vflip),
3022         (gst_video_orientation_get_hcenter),
3023         (gst_video_orientation_get_vcenter),
3024         (gst_video_orientation_set_hflip),
3025         (gst_video_orientation_set_vflip),
3026         (gst_video_orientation_set_hcenter),
3027         (gst_video_orientation_set_vcenter):
3028           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3029           in ChangeLog)
3030
3031 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
3032
3033         * tests/check/Makefile.am:
3034         * tests/check/elements/.cvsignore:
3035         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3036         (create_rgb_conversions), (rgb_conversion_free),
3037         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3038         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3039           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3040           but disable for now since it doesn't pass (something wrong with
3041           RGBA somewhere).
3042
3043 2006-09-21  Wim Taymans  <wim@fluendo.com>
3044
3045         * gst/playback/gstplaybasebin.c: (group_commit),
3046         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3047         (queue_out_of_data), (gen_preroll_element),
3048         (preroll_remove_overrun), (probe_triggered):
3049         Refactor handling of overrun detection.
3050         Separate handling of group completion and deadlock detection when doing
3051         network buffering. This should fix some deadlocks that were not detected
3052         because the group was completed.
3053         Add more comments, improve debugging.
3054
3055 2006-09-21  Wim Taymans  <wim@fluendo.com>
3056
3057         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3058         * tests/check/libs/audio.c:
3059         Some more compilation fixes.
3060
3061 2006-09-21  Wim Taymans  <wim@fluendo.com>
3062
3063         * gst-libs/gst/audio/gstringbuffer.c:
3064         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3065         (gst_ring_buffer_read):
3066         Early morning compilation fix.
3067
3068 2006-09-20  Wim Taymans  <wim@fluendo.com>
3069
3070         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3071         * tests/check/elements/multifdsink.c: (GST_START_TEST):
3072         * tests/check/elements/videorate.c: (GST_START_TEST):
3073         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3074         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3075         Fix some warnings.
3076
3077 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3078
3079         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3080         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3081         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3082           Handcrafted merge to help CVS understanding what I changed and what
3083           not.
3084
3085 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3086
3087         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3088         (gst_xvimagesink_get_times):
3089           change colorkey behaviour back according to #354773 comment 6/7
3090
3091 2006-09-19  Michael Smith  <msmith@fluendo.com>
3092
3093         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3094         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3095         (gst_multi_fd_sink_recover_client),
3096         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3097         (gst_multi_fd_sink_get_property):
3098         * gst/tcp/gstmultifdsink.h:
3099           Implement stubbed out properties unit-type, units-soft-max,
3100           units-max, to allow specifying maximum sizes in units other than
3101           buffers.
3102           Fixes #355935
3103
3104 2006-09-19  Wim Taymans  <wim@fluendo.com>
3105
3106         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3107         (gst_riff_create_audio_template_caps):
3108         Reorder the audio formats a bit for clarity.
3109         Detect and create caps for MSGSM and MSN (WAV49).
3110         Fixes #356596.
3111
3112         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3113         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3114         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3115         Small cleanups, move error handling out of normal flow for clarity.
3116
3117 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3118
3119         * docs/libs/gst-plugins-base-libs-docs.sgml:
3120         * docs/libs/gst-plugins-base-libs.types:
3121         * gst-libs/gst/interfaces/Makefile.am:
3122         * gst-libs/gst/interfaces/videoorientation.c:
3123         (gst_video_orientation_get_type),
3124         (gst_video_orientation_iface_init),
3125         (gst_video_orientation_get_hflip),
3126         (gst_video_orientation_get_vflip),
3127         (gst_video_orientation_get_hcenter),
3128         (gst_video_orientation_get_vcenter),
3129         (gst_video_orientation_set_hflip),
3130         (gst_video_orientation_set_vflip),
3131         (gst_video_orientation_set_hcenter),
3132         (gst_video_orientation_set_vcenter):
3133         * gst-libs/gst/interfaces/videoorientation.h:
3134           API: Add new interface to control video orientation (fixes #354908)
3135
3136 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3137
3138         * gst/videotestsrc/gstvideotestsrc.c:
3139           Use G_UNLIKELY in _create and log one more detail.
3140           
3141         (gst_video_test_src_get_times), (gst_video_test_src_create):
3142         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3143           Use gst_util_uint64_scale_int in _get_times().
3144
3145 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3146
3147         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3148           Give better warning message (add object and detail).
3149
3150 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3151
3152         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3153         (gst_xvimagesink_get_times):
3154           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3155           #354773), use gst_util_uint64_scale_int in _get_times()
3156
3157 2006-09-18  Michael Smith  <msmith@fluendo.com>
3158
3159         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3160           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3161           always true, leading to dropping all timestamps.
3162
3163 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3164
3165         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3166         (gst_visual_chain), (gst_visual_change_state):
3167           update to work also with libvisual 0.4 API, fix double unref (#355914)
3168           
3169         * tools/gst-launch-ext.1.in:
3170         * tools/gst-visualise.1.in:
3171           remove references to old man-pages
3172
3173         * tests/examples/seek/seek.c: (main):
3174           add real meadi-buttons, add tool-tips for the seek-options, arrange
3175           seek options in a table
3176
3177 2006-09-18  Michael Smith  <msmith@fluendo.com>
3178
3179         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3180         (gst_ogg_mux_push_buffer):
3181           Don't generate out-of-order timestamps from oggmux, instead clamp
3182           output timestamps to be >= the previously output ts.
3183           Fixes #355595
3184
3185 2006-09-18  Michael Smith  <msmith@fluendo.com>
3186
3187         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3188         (gst_multi_fd_sink_class_init):
3189           Updates, fixes, and typo corrections for multifdsink. No functional
3190           changes.
3191
3192 2006-09-17  Michael Smith  <msmith@fluendo.com>
3193
3194         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3195           Don't crash on truncated files - check that we got an 8 byte buffer
3196           before trying to memcmp it.
3197
3198 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3199
3200         * gst/playback/gstplaybasebin.c: (get_active_source):
3201           Make stream-switching appear instant to the application
3202           (ie. make sure that a g_object_get on 'current-foo' returns
3203           the stream previously set with g_object_set(). Totem needs
3204           this to update stream-related meta-info (like audio-codec)
3205           correctly when switching streams.
3206
3207 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3208
3209         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3210         (gst_alsa_mixer_ensure_track_list):
3211           Try harder to guess which mixer track is the master mixer
3212           track (instead of just taking the first one that has a pvolume).
3213           Fixes #342228.
3214
3215 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3216
3217         reviewed by: <delete if not using a buddy>
3218
3219         * gst-libs/gst/audio/audio.h:
3220         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3221
3222 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3223
3224         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3225         (gst_audio_convert_transform_caps):
3226           Get structure-name just once.
3227
3228 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3229
3230         * tests/check/elements/audioresample.c: (GST_START_TEST):
3231         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3232         * tests/check/elements/volume.c: (GST_START_TEST):
3233         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3234         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3235         (test_pipeline), (GST_START_TEST):
3236         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3237         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3238           Fix big batch of compiler warnings.
3239
3240 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3241
3242         * ext/gnomevfs/gstgnomevfssrc.c:
3243           Add docs about icydemux usage in connection with gnomevfssrc
3244
3245         * ext/libvisual/visual.c:
3246         * ext/ogg/gstoggaviparse.c:
3247         * ext/ogg/gstoggdemux.c:
3248         * ext/ogg/gstoggmux.c:
3249         * ext/ogg/gstoggparse.c:
3250         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3251         * gst-libs/gst/audio/gstaudiosink.c:
3252         * gst-libs/gst/audio/gstaudiosrc.c:
3253         * gst/audiorate/gstaudiorate.c:
3254           More G_OBJECT macro fixing.
3255
3256         * gst/audiotestsrc/gstaudiotestsrc.h:
3257           Fix wrong info in header due to copy & paste
3258
3259 2006-09-15  Wim Taymans  <wim@fluendo.com>
3260
3261         * gst-libs/gst/audio/gstbaseaudiosink.c:
3262         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3263         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3264         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3265         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3266         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3267         Do the delay calculation in the source/sink base classes as this is
3268         specific for the capture/playback mode.
3269         Try to fixate a bit better, like round depth up to a multiple of 8
3270         bigger than width.
3271         Handle underruns correctly by marking DISCONT on buffers and adjusting
3272         timestamps to handle the gap.
3273         Set offset/offset_end correctly on buffers.
3274
3275         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3276         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3277         (gst_ring_buffer_read):
3278         Remove resync and underrun recovery from the ringbuffer.
3279         Fix ringbuffer read code on under/overrun.
3280
3281 2006-09-15  Wim Taymans  <wim@fluendo.com>
3282
3283         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3284         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3285         (queue_threshold_reached), (gst_play_base_bin_set_property),
3286         (gst_play_base_bin_get_property):
3287         * gst/playback/gstplaybasebin.h:
3288         Don't use a 0 low watermark when buffering, it is catching starvation
3289         way too late. Instead, use a 3 second queue with 30 and 95
3290         percent low/high watermarks. 
3291         Added queue-min-threshold property to configure low watermark.
3292         Use new _buffering message API.
3293         Make queue_threshold variable big enough to store a uint64 time value.
3294         API: playbin::queue-min-threshold property.
3295
3296 2006-09-15  Wim Taymans  <wim@fluendo.com>
3297
3298         * configure.ac:
3299         We require 0.10.10.1 now because of _wait_preroll().
3300
3301         * gst-libs/gst/audio/gstbaseaudiosink.c:
3302         (gst_base_audio_sink_render):
3303         Use gst_base_sink_wait_preroll().
3304
3305 2006-09-15  Wim Taymans  <wim@fluendo.com>
3306
3307         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3308         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3309         Use DEBUG_OBJECT more.
3310
3311 === release 0.10.10 ===
3312
3313 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3314
3315         patch by: Michael Smith <msmith at fluendo dot com>
3316
3317         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3318         (gst_multi_fd_sink_client_queue_buffer),
3319         (gst_multi_fd_sink_new_client):
3320         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3321         (multifdsink_suite):
3322           Fix implementation of sync-method 'next-keyframe'
3323           Closes #354594
3324
3325 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3326
3327         patch by: Wim Taymans <wim at fluendo dot com>
3328
3329         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3330         This patch removes the RANDOM flag that was incorrectly introduced with
3331         revision 1.91.  Fixes #354590
3332
3333 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3334
3335         * tests/check/Makefile.am:
3336           Random variation in Makefile line to see if it makes the
3337           gen64-base-full bot any happier.
3338
3339 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3340
3341         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3342           Disable test that fails at the moment (killed after timeout).
3343
3344 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3345
3346         Patch by: James Livingston  <doclivingston at gmail.com>
3347
3348         * tests/check/Makefile.am:
3349         * tests/check/pipelines/.cvsignore:
3350         * tests/check/pipelines/oggmux.c: (get_page_codec),
3351         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3352         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3353         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3354         (test_theora_vorbis), (oggmux_suite):
3355           Add simple unit test for oggmux from #337026 with checking for the
3356           EOS flags disabled for the time being.
3357
3358 2006-09-04  Wim Taymans  <wim@fluendo.com>
3359
3360         patch by: Alessandro Dessina <alessandro nnva org>
3361
3362         * ext/ogg/gstoggmux.c:
3363         Add cmml caps to oggmux. Fixes #353912
3364
3365 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3366
3367         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3368           Returning a return value often helps. In this case, we
3369           don't need the return value anyway, so just get rid of it.
3370           Should make build bots much happier.
3371
3372 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3373
3374         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3375         (paint_get_structure), (gst_video_test_src_get_size),
3376         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3377         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3378         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3379         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3380         * gst/videotestsrc/videotestsrc.h:
3381           Add support for AYUV and the various RGBA formats. Initialise
3382           fields of paintinfo structs allocated on the stack.
3383
3384         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3385         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3386         (check_rgb_buf), (videotestsrc_suite):
3387           Add unit tests for videotestsrc's RGB output.
3388
3389 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3390
3391         * gst/videotestsrc/gstvideotestsrc.c:
3392         (gst_video_test_src_pattern_get_type),
3393         (gst_video_test_src_set_pattern):
3394         * gst/videotestsrc/gstvideotestsrc.h:
3395         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3396         (gst_video_test_src_black), (gst_video_test_src_white),
3397         (gst_video_test_src_red), (gst_video_test_src_green),
3398         (gst_video_test_src_blue):
3399         * gst/videotestsrc/videotestsrc.h:
3400           Add more uni-colour patterns ("white", "red", "green", and "blue").
3401
3402 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3403
3404         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3405           Fix stride for YVYU, should be word-aligned (#353658).
3406
3407 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3408
3409         * gst/adder/gstadder.c: (gst_adder_src_event):
3410           Fix build.
3411
3412 2006-08-31  Edward Hervey  <edward@fluendo.com>
3413
3414         * gst/adder/gstadder.c: (forward_event_func),
3415         (gst_adder_src_event), (gst_adder_collected),
3416         (gst_adder_change_state):
3417         * gst/adder/gstadder.h:
3418         Remember the start position asked in the incoming seeks, so we can
3419         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3420         of assuming it will always be 0).
3421
3422 2006-08-31  Edward Hervey  <edward@fluendo.com>
3423
3424         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3425         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3426         (gst_ogg_demux_loop):
3427         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3428
3429 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3430
3431         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3432         (gst_ffmpegcsp_get_unit_size):
3433           Return FALSE instead of returning a random false unit
3434           size when the format isn't known/supported (even if
3435           this shouldn't happen under normal circumstances).
3436
3437 2006-08-29  Wim Taymans  <wim@fluendo.com>
3438
3439         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3440
3441         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3442         (gst_gnome_vfs_src_start):
3443         Try harder to get the size from a uri by using _info_uri() when
3444         _info_from_handle() does not give us enough info. 
3445         Also follow symlinks when getting the size.
3446         Partially Fixes #332864.
3447
3448 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3449
3450         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3451
3452         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3453         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3454         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3455         (gst_alsa_mixer_set_record):
3456         * ext/alsa/gstalsamixertrack.c:
3457         (gst_alsa_mixer_track_update_alsa_capabilities),
3458         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3459         (gst_alsa_mixer_track_update):
3460         * ext/alsa/gstalsamixertrack.h:
3461           Improve and fix mixer track handling, in particular better handling
3462           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3463           separate track objects for tracks that have both capture and playback
3464           volume (and label them differently as well so they're not mistakenly
3465           assumed to be duplicates); classify mixer tracks that only affect
3466           the audible volume of something (rather than the capture volume)
3467           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3468           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3469           (following the meaning documented in the mixer interface header
3470           file); add support for alsa's exclusive cswitch groups; update/sync
3471           state/flags better if mixer settings are changed by another
3472           application. Fixes #336075.
3473
3474 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3475
3476         * gst/playback/gstplaybin.c:
3477           Improve docs: add section about BUFFERING messages sent by playbin.
3478
3479 2006-08-29  Michael Smith  <msmith@fluendo.com>
3480
3481         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3482         (gst_vorbis_enc_buffer_check_discontinuous),
3483         (gst_vorbis_enc_chain):
3484           Ignore explicit DISCONT marked on buffers (which is often spurious,
3485           particularly when using multiple segments), in favour of solely
3486           using the timestamps/durations.
3487
3488 2006-08-29  Edward Hervey  <edward@fluendo.com>
3489
3490         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3491         Don't rely on incoming buffers offset anymore, since it is completely
3492         broken when using multiple segments.
3493         Instead convert the incoming buffers timestamp to running time, and
3494         then convert that value to the offsets.
3495         Also inform GstSegment of the last outputted stop position, which is
3496         needed if we received several segments with an unknown stop value.
3497
3498 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3499
3500         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3501           fix buffer unreffing on a header push failure
3502
3503 2006-08-28  Wim Taymans  <wim@fluendo.com>
3504
3505         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3506         (gst_audio_rate_chain):
3507         Make the metadata of the buffer writable before changing its
3508         flags.
3509
3510 2006-08-28  Wim Taymans  <wim@fluendo.com>
3511
3512         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3513         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3514         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3515         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3516         Fix audiorate some more.
3517         Reset and resync counters on flush and READY.
3518         Handle the DISCONT flag correctly.
3519         Use GstSegment to track position.
3520         Fail when not negotiated.
3521         Fixes #353234.
3522
3523 2006-08-25  Michael Smith  <msmith@fluendo.com>
3524
3525         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3526           Fix spelling.
3527           Remove accidently included debug line.
3528
3529 2006-08-25  Wim Taymans  <wim@fluendo.com>
3530
3531         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3532         Small cleanups.
3533         If a buffer is received with no caps, make the buffer metadata
3534         writable and set the caps, making sure that we don't screw up the
3535         refcounts.
3536
3537 2006-08-25  Michael Smith  <msmith@fluendo.com>
3538
3539         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3540         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3541           Fix memory leaks and misleading debug messages, add a couple of
3542           comments.
3543
3544         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3545         (gst_multi_fd_sink_render):
3546           Do not use gst_buffer_make_writable() in a basesink render method,
3547           as it may incorrectly unref the buffer. Instead, use convoluted
3548           dance to avoid copying the buffer except when we need to.
3549
3550 2006-08-25  Michael Smith  <msmith@fluendo.com>
3551
3552         * ext/vorbis/vorbisenc.c:
3553         (gst_vorbis_enc_buffer_check_discontinuous):
3554           Allow very small discontinuities in the timestamps. These we can't
3555           do anything useful with anyway (because vorbis's timestamps have
3556           only sample granularity), and are commonly produced by elements with
3557           minor bugs. Allow up to 1/2 a sample out.
3558           Fixes #351742.
3559
3560 2006-08-24  Wim Taymans  <wim@fluendo.com>
3561
3562         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3563         (play_scrub_toggle_cb), (main):
3564         Add a checkbox to enable play scrubbing. Makes it possible to disable
3565         normal scrubbing.
3566
3567 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3568
3569         * tests/check/elements/.cvsignore:
3570           make buildbot happy
3571
3572 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3573
3574         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3575         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3576         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3577         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3578         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3579         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3580         (gst_ogm_text_parse_strip_trailing_zeroes),
3581         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3582         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3583           Refactor ogm parse, do better input checking, misc. clean-ups.
3584           Cache incoming events and push them once the source pad has
3585           been created. Don't pass unterminated strings to sscanf().
3586           Strip trailing zeroes from subtitle text output, since they
3587           are not valid UTF-8. Don't push vorbiscomment packets on
3588           the subtitle text pad. Output perfect streams if possible.
3589
3590 2006-08-23  Wim Taymans  <wim@fluendo.com>
3591
3592         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3593         Waits for tasks to settle down so that we clean up correctly for 
3594         valgrind.
3595
3596 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3597
3598         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3599           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3600           actually return return value in taglists_are_equal.
3601
3602 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3603
3604         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3605           Fix crash due to broken bitstream parsing on x86-64: can't make
3606           any assumptions about sizeof(struct) due to alignment/packing
3607           differences on different architectures. Fixes #351790.
3608
3609 2006-08-22  Wim Taymans  <wim@fluendo.com>
3610
3611         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3612         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3613         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3614         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3615         (gst_riff_parse_info):
3616         Protect public functions against bad input.
3617         Do some cleanups.
3618         Fix documentation.
3619
3620 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3621
3622         * gst-libs/gst/riff/riff-ids.h:
3623         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3624           Add voxware audio IDs (even if we can't play it) (#351795).
3625
3626 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3627
3628         * gst-libs/gst/riff/riff-media.c:
3629         (gst_riff_create_video_template_caps),
3630         (gst_riff_create_audio_template_caps),
3631         (gst_riff_create_iavs_template_caps):
3632           Const-ify some arrays and use G_N_ELEMENTS instead
3633           of wasting oodles of RAM on terminator bits.
3634
3635 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3636
3637         * gst-libs/gst/tag/gstvorbistag.c:
3638         (gst_tag_list_to_vorbiscomment_buffer):
3639         * tests/check/libs/tag.c: (GST_START_TEST):
3640           And the same for _to_vorbiscomment_buffer(): allow
3641           id_data_len == 0 for speex.
3642
3643 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3644
3645         * configure.ac:
3646         * docs/plugins/Makefile.am:
3647         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3648         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3649         * docs/plugins/inspect/plugin-gdp.xml:
3650         * gst/gdp/Makefile.am:
3651         * tests/check/Makefile.am:
3652           Move GDP plugin to -base from -bad.  Closes #347783.
3653
3654 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3655
3656         * gst-libs/gst/tag/gstvorbistag.c:
3657         (gst_tag_list_from_vorbiscomment_buffer):
3658           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3659           Also add some checks to make sure we don't memcmp() beyond the end of
3660           vorbiscomment buffer if the ID to check for is larger than the buffer.
3661
3662         * tests/check/libs/tag.c: (GST_START_TEST):
3663           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3664
3665 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3666
3667         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3668         (gst_vorbis_enc_set_metadata):
3669           Use vorbis comment utility functions from libgsttag
3670           instead of re-inventing the wheel (partially fixes #347091).
3671
3672 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3673
3674         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3675         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3676         as some that won't.
3677
3678 2006-08-21  Wim Taymans  <wim@fluendo.com>
3679
3680         * docs/libs/Makefile.am:
3681         * docs/libs/gst-plugins-base-libs-sections.txt:
3682         * docs/libs/gst-plugins-base-libs.types:
3683         Don't try to GObject scan the netbuffer as it's not a GObject.
3684         Fixes #351308.
3685
3686         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3687         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3688         Document GstNetBuffer.
3689
3690 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3691
3692         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3693         (audioconvert_suite):
3694           Add testcase for caps-size-explosion
3695
3696 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3697
3698         * gst/audioconvert/gstaudioconvert.c:
3699         (gst_audio_convert_get_unit_size), (set_structure_widths):
3700           Lower debug, use g_assert in _get_unit_size
3701
3702         * gst/audioresample/gstaudioresample.c:
3703         (audioresample_get_unit_size):
3704         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3705         (gst_ffmpegcsp_get_unit_size):
3706         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3707           use g_assert in _get_unit_size
3708
3709 2006-08-18  Wim Taymans  <wim@fluendo.com>
3710
3711         * docs/libs/gst-plugins-base-libs-sections.txt:
3712         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3713         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3714         (gst_rtp_buffer_get_payload_buffer):
3715         * gst-libs/gst/rtp/gstrtpbuffer.h:
3716         Document GstRTPBuffer.
3717         Added function to efficiently strip payload headers.
3718         API: gst_rtp_buffer_get_payload_subbuffer()
3719
3720 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3721
3722         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3723         (gst_tag_to_vorbis_comments):
3724           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3725           tags and deserialise them properly as well (#347091).
3726           Add some more gtk-doc blurbs and also some g_return_if_fail().
3727
3728         * tests/check/libs/tag.c: (GST_START_TEST),
3729         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3730           More tests.
3731
3732 2006-08-17  Wim Taymans  <wim@fluendo.com>
3733
3734         * ext/ogg/Makefile.am:
3735         * ext/ogg/gstogg.c: (plugin_init):
3736         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3737         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3738         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3739         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3740         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3741         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3742         Added ogg-in-avi parser element. Fixes #140139.
3743
3744         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3745         Fixed a bug in oggdemux debug code.
3746
3747         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3748         (gst_riff_create_audio_template_caps):
3749         Recognise Ogg in the AVI extensible wave format.
3750
3751 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3752
3753         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3754           Make buffer durations add up (duration should be next_ts-ts for
3755           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3756           from CVS.
3757
3758         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3759         (test_buffer_timestamps), (cddabasesrc_suite):
3760           Add unit test for the above.
3761
3762         * tests/check/Makefile.am:
3763           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3764           to see what happens.
3765
3766 2006-08-16  Wim Taymans  <wim@fluendo.com>
3767
3768         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3769         (gst_alsasink_open):
3770         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3771         (gst_alsasrc_open):
3772         Avoid setting and using a NULL device name.
3773         Print more info when we fail to open a device.
3774
3775 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3776
3777         * docs/libs/gst-plugins-base-libs-sections.txt:
3778         * gst-libs/gst/tag/tag.h:
3779         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3780           API: add gst_tag_parse_extended_comment() (#351426).
3781
3782         * tests/check/Makefile.am:
3783         * tests/check/libs/.cvsignore:
3784         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3785           Add unit test for gst_tag_parse_extended_comment().
3786
3787 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3788
3789         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3790         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3791           Fix leak (#351502).
3792
3793 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3794
3795         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3796         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3797         * docs/plugins/gst-plugins-base-plugins.args:
3798         * gst/playback/gstplaybin.c:
3799           Document playbin.
3800           
3801         * docs/plugins/inspect/plugin-adder.xml:
3802         * docs/plugins/inspect/plugin-alsa.xml:
3803         * docs/plugins/inspect/plugin-audioconvert.xml:
3804         * docs/plugins/inspect/plugin-audiorate.xml:
3805         * docs/plugins/inspect/plugin-audioresample.xml:
3806         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3807         * docs/plugins/inspect/plugin-cdparanoia.xml:
3808         * docs/plugins/inspect/plugin-decodebin.xml:
3809         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3810         * docs/plugins/inspect/plugin-gnomevfs.xml:
3811         * docs/plugins/inspect/plugin-ogg.xml:
3812         * docs/plugins/inspect/plugin-pango.xml:
3813         * docs/plugins/inspect/plugin-playbin.xml:
3814         * docs/plugins/inspect/plugin-subparse.xml:
3815         * docs/plugins/inspect/plugin-tcp.xml:
3816         * docs/plugins/inspect/plugin-theora.xml:
3817         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3818         * docs/plugins/inspect/plugin-video4linux.xml:
3819         * docs/plugins/inspect/plugin-videorate.xml:
3820         * docs/plugins/inspect/plugin-videoscale.xml:
3821         * docs/plugins/inspect/plugin-videotestsrc.xml:
3822         * docs/plugins/inspect/plugin-volume.xml:
3823         * docs/plugins/inspect/plugin-vorbis.xml:
3824         * docs/plugins/inspect/plugin-ximagesink.xml:
3825         * docs/plugins/inspect/plugin-xvimagesink.xml:
3826           Update to CVS version.
3827
3828 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3829
3830         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3831         (gst_play_bin_set_property), (gst_play_bin_get_property),
3832         (value_list_append_structure_list),
3833         (gst_play_bin_handle_redirect_message),
3834         (gst_play_bin_handle_message):
3835           API: GstPlayBin::connection-speed
3836           Add "connection-speed" property; re-order redirect messages with
3837           multiple redirect locations depending on the minimum bitrate if
3838           that information is available and a connection speed is set
3839           (#350399).
3840
3841 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3842
3843         * gst/playback/gstplaybin.c:
3844           Update max volume to the same value that the volume element uses.
3845
3846 2006-08-14  Wim Taymans  <wim@fluendo.com>
3847
3848         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3849         Less uglyness..
3850
3851 2006-08-14  Wim Taymans  <wim@fluendo.com>
3852
3853         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3854         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3855         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3856         Add some more debug info.
3857         Don't crash when a seek failed.
3858         Actually return the result of the seek instead of TRUE.
3859         Ignore multiple BOS pages with the same serial so that we don't create
3860         the same stream multiple times.
3861         Post an error when we fail to do the initial seek.
3862
3863 2006-08-13  Wim Taymans  <wim@fluendo.com>
3864
3865         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3866         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3867         Small code cleanup.
3868
3869         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3870         (gst_alsa_mixer_new):
3871         Remove hack that always set the device to hw:0*.
3872         Properly find the card name for whatever device was configured.
3873         Do some better debugging.
3874         Fixes #350784.
3875
3876         * ext/alsa/gstalsamixerelement.c:
3877         (gst_alsa_mixer_element_set_property),
3878         (gst_alsa_mixer_element_change_state):
3879         Cleanups.
3880         Handle setting of a NULL device name better.
3881
3882 2006-08-11  Wim Taymans  <wim@fluendo.com>
3883
3884         * gst/adder/gstadder.c:
3885         Don't clip float values. Fixes #350900.
3886
3887 2006-08-11  Andy Wingo  <wingo@pobox.com>
3888
3889         * gst/tcp/gsttcp.c: Really fix the build?
3890
3891         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3892         fixes the build.
3893
3894 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3895
3896         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3897           Float caps shouldn't have a "signed" field.
3898
3899 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3900
3901         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3902           Implement SEEKING query in its most basic form, so that we can
3903           at least check if we're seekable or not (#350655).
3904
3905 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
3906
3907         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3908           The checks here are not even close to anything that would
3909           justify MAXIMUM probability, lowering to POSSIBLE until someone
3910           fixes the checks (case at hand: quicktime redirection files
3911           might start with 00 00 01 XX and pass the checks here just
3912           fine, see #350399).
3913
3914 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3915
3916         Patch by: Sjoerd Simons  <sjoerd at luon net>
3917
3918         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3919           Better detection for multipart/x-mixed-replace: accept leading
3920           whitespaces before the boundary marker as well (as our very own
3921           multipartmux used to produce) (#349068).
3922
3923 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3924
3925         Patch by: Young-Ho Cha  <ganadist at chollian net>
3926
3927         * gst-libs/gst/riff/riff-ids.h:
3928         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3929         (gst_riff_create_audio_template_caps):
3930           Detect DTS audio streams (#350157).
3931
3932 2006-08-05  Andy Wingo  <wingo@pobox.com>
3933
3934         * ext/theora/gsttheoraparse.h:
3935         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3936         (theora_parse_dispose, theora_parse_set_property)
3937         (theora_parse_get_property, theora_parse_munge_granulepos)
3938         (theora_parse_push_buffer, theora_parse_change_state):
3939         API: GstTheoraParse::synchronization-points
3940         Add a property 'synchronization-points' to fix badly synchronized oggs.
3941
3942 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3943
3944         * tests/check/Makefile.am:
3945         * tests/check/libs/.cvsignore:
3946         * tests/check/libs/audio.c: (structure_contains_channel_positions),
3947         (fixed_caps_have_channel_positions), (GST_START_TEST),
3948         (audio_suite), (main):
3949           Add a few tests for the channel position stuff in libgstaudio.
3950
3951 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3952
3953         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3954         (gst_alsa_detect_channels):
3955         * ext/alsa/gstalsasink.c:
3956           Add support for cards that (only) do more than 8 channels,
3957           like the Delta 44 (#345188).
3958
3959         * gst-libs/gst/audio/multichannel.c:
3960         (gst_audio_check_channel_positions):
3961         * gst-libs/gst/audio/multichannel.h:
3962           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3963           unspecified channel position and cannot be combined with any
3964           of the other audio channel positions; adjust position layout
3965           checks accordingly (#345188).
3966
3967 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3968
3969         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3970           Recognise ancient RealAudio files (see #349779).
3971
3972 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3973
3974         Patch by: Jens Granseuer  <jensgr at gmx net>
3975
3976         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3977           Add typefinder for Interplay's MVE format (#348973).
3978
3979 2006-08-02  Wim Taymans  <wim@fluendo.com>
3980
3981         Patch by: Marcel Moreaux <marcelm at luon dot net>
3982
3983         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3984         (gst_base_rtp_depayload_add_to_queue):
3985         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3986         Handle RTP sequence number rollover.
3987         Disable jitterbuffer by default.
3988
3989 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
3990
3991         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3992         (audioresample_set_caps):
3993         Don't leak references to the incoming caps. Clean them up when
3994         stopping.
3995
3996         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3997         (gst_video_scale_finalize):
3998         Don't leak our temporary pixel buffer.
3999
4000         * tests/check/Makefile.am:
4001         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4002         (GST_START_TEST), (simple_launch_lines_suite):
4003
4004         Fix leaks and re-enable the test for valgrind checking.
4005
4006 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
4007
4008         Patch by: Sjoerd Simons  <sjoerd at luon net>
4009
4010         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4011         (plugin_init):
4012           Add typefind function for multipart/x-mixed-replace (#348916).
4013
4014 2006-07-28  Wim Taymans  <wim@fluendo.com>
4015
4016         * gst/adder/gstadder.c: (gst_adder_setcaps),
4017         (gst_adder_query_duration):
4018         Fix leak in duration query.
4019         Reflow some docs and notes.
4020
4021 2006-07-28  Michael Smith  <msmith@fluendo.com>
4022
4023         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4024         (vorbisenc_suite):
4025           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4026           aspect of it.
4027
4028 2006-07-28  Michael Smith  <msmith@fluendo.com>
4029
4030         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4031         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4032         (gst_vorbis_enc_push_buffer),
4033         (gst_vorbis_enc_buffer_check_discontinuous),
4034         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4035         * ext/vorbis/vorbisenc.h:
4036           Handle discontinuities in the input vorbis stream correctly,
4037           so that the output is properly timestamped (and has good granulepos
4038           values). Needs some oggmux fixes too.
4039
4040 2006-07-27  Wim Taymans  <wim@fluendo.com>
4041
4042         patch by: Kai Vehmanen <kv2004 eca cx>
4043
4044         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4045         (gst_base_rtp_depayload_chain),
4046         (gst_base_rtp_depayload_handle_sink_event),
4047         (gst_base_rtp_depayload_change_state):
4048         Don't send multiple newsegments with different formats.
4049         Fixes #348677.
4050
4051 2006-07-26  Wim Taymans  <wim@fluendo.com>
4052
4053         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4054         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4055         Make seeking in ogg more accurate again by doing the more correct
4056         granuletime to stream time conversion.
4057
4058 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4059
4060         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4061         (gst_multi_fd_sink_new_client):
4062           debug a little more understandably
4063           do not use goto as a substitute for break, especially if
4064           break is also being used
4065
4066 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
4067
4068         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4069         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4070           Remove GLib-2.6 compatibility cruft.
4071
4072 2006-07-24  Wim Taymans  <wim@fluendo.com>
4073
4074         * gst-libs/gst/audio/gstbaseaudiosink.c:
4075         (gst_base_audio_sink_render):
4076         Don't try to align a sample to an unknown value.
4077
4078 2006-07-24  Wim Taymans  <wim@fluendo.com>
4079
4080         * gst-libs/gst/audio/gstbaseaudiosink.c:
4081         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4082         When the audio clock is slaved to another clock, never try to align
4083         samples but trust the rate interpolation algorithm.
4084
4085 2006-07-24  Wim Taymans  <wim@fluendo.com>
4086
4087         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4088         Don't try to calculate silence samples, base class does this much
4089         better now.
4090
4091         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4092         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4093         (gst_ring_buffer_acquire):
4094         Calculate silence samples correctly.
4095
4096         * gst-libs/gst/audio/gstringbuffer.h:
4097         Add _CAST macro.
4098
4099 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
4100
4101         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4102           Limit search for the first markup tag to the first few kB of
4103           the file. If we don't find one there, it's highly unlikely that
4104           this is an XML(-ish) file.
4105
4106 2006-07-21  Andy Wingo  <wingo@pobox.com>
4107
4108         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4109         test to the one in vorbisenc. Also commented out.
4110
4111         * tests/check/pipelines/vorbisenc.c: 
4112         (test_discontinuity): New test, commented out until Mike lands
4113         some elite vorbisenc patches.
4114
4115         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4116         Bufferstraw was actually factored out of these tests. Now we share
4117         code yay.
4118
4119         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4120         for bufferstraw addition to gstcheck.
4121
4122 2006-07-21  Wim Taymans  <wim@fluendo.com>
4123
4124         * ext/theora/theoradec.c: (clip_buffer):
4125         Better clipping.
4126
4127 2006-07-21  Wim Taymans  <wim@fluendo.com>
4128
4129         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4130         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4131         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4132         Fix leak.
4133         Avoid type casting when we can.
4134
4135         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4136         Fix mem leak.
4137
4138 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
4139
4140         * ext/alsa/gstalsamixerelement.c:
4141         (gst_alsa_mixer_element_change_state):
4142           Make state change fail if the specified device can't be opened
4143           for some reason.
4144
4145 2006-07-20  Wim Taymans  <wim@fluendo.com>
4146
4147         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4148         (cb_newpad), (main):
4149         Example of a small audio/video player using decodebin.
4150
4151 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
4152
4153         * gst-libs/gst/riff/riff-ids.h:
4154           Add 'fact' chunk id
4155
4156 2006-07-19  Wim Taymans  <wim@fluendo.com>
4157
4158         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4159         (gst_base_rtp_depayload_chain),
4160         (gst_base_rtp_depayload_change_state):
4161         Don't assert when not negotiated but post a meaningfull 
4162         error message. Fixes #347918.
4163
4164         * gst-libs/gst/rtp/gstbasertppayload.c:
4165         Add comment about better default MTU size.
4166
4167         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4168         Small cleanups, start docs.
4169
4170 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4171
4172         Patch by: Martin Szulecki
4173
4174         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4175           If "device-name" is requested and the device is not
4176           open, try to temporarily open it to obtain this
4177           information (#342494).
4178
4179 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4180
4181         * gst-libs/gst/tag/gstid3tag.c:
4182           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4183
4184         * gst-libs/gst/tag/gsttageditingprivate.h:
4185         * gst-libs/gst/tag/gstvorbistag.c:
4186           Some more random const-ifications.
4187
4188 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
4189
4190         * gst-libs/gst/riff/riff-ids.h:
4191         * gst-libs/gst/riff/riff-media.c:
4192         (gst_riff_create_video_template_caps):
4193           Add more FOURCCs (sort list to make stuff easier to find),
4194           add comment what those 16 bytes in struct _gst_riff_strh according to
4195           one avi-dumper are
4196
4197 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4198
4199         * gst-libs/gst/audio/multichannel.c:
4200         (gst_audio_check_channel_positions),
4201         (gst_audio_fixate_channel_positions):
4202           Const-ify two arrays.
4203
4204 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4205
4206         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4207           Fix typo, so that alsasink also advertises 8 channels
4208           if that's supported (tags: can, worms, open, alsa, ph34r).
4209
4210 2006-07-17  Wim Taymans  <wim@fluendo.com>
4211
4212         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4213         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4214         *sigh*, when is the compiler going to warn when the comments
4215         are out-of-sync with the code.. Refix case of busted theora
4216         headers with 0 granule pos.
4217
4218 2006-07-14  Wim Taymans  <wim@fluendo.com>
4219
4220         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4221         (gst_base_rtp_depayload_wait),
4222         (gst_base_rtp_depayload_change_state),
4223         (gst_base_rtp_depayload_set_property),
4224         (gst_base_rtp_depayload_get_property):
4225         Fix 99% cpu load by waiting for absolute times on the
4226         clock. Fixes #347300.
4227
4228 2006-07-14  Andy Wingo  <wingo@pobox.com>
4229
4230         * ext/theora/gsttheoraparse.h: 
4231         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4232         (theora_parse_push_headers, theora_parse_clear_queue)
4233         (theora_parse_drain_queue_prematurely, )
4234         (theora_parse_sink_event, theora_parse_change_state): Queue events
4235         until we initialized our state, like in vorbisparse.
4236
4237         * ext/vorbis/vorbisparse.h: 
4238         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4239         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4240         (vorbis_parse_drain_queue_prematurely, )
4241         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4242         until we have initialized our state. Fixes seeking after an
4243         initial pad block.
4244
4245 2006-07-14  Andy Wingo  <wingo@pobox.com>
4246
4247         Patch by: Iain Holmes <iaingnome@gmail.com>
4248         
4249         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4250
4251 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4252
4253         * configure.ac:
4254         Bump nano back to CVS
4255
4256 === release 0.10.9 ===
4257
4258 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4259
4260         * configure.ac:
4261           releasing 0.10.9, "I walk the line"
4262
4263 2006-07-14  Michael Smith  <msmith@fluendo.com>
4264
4265         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4266           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4267           (commonly happens when running this test under valgrind) when trying
4268           to remove the buffer probe.
4269
4270 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4271
4272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4273         Fix missing g_unlock from the previous commit
4274
4275 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4276
4277         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4278         (gst_ximagesink_change_state):
4279         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4280         (gst_xvimagesink_change_state):
4281         Implement a locking order to ensure we always take the object lock
4282         before the x_lock and never vice-versa.
4283
4284 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4285
4286         * gst/playback/gstdecodebin.c: (find_compatibles):
4287         Fix a caps leak when linking (#347304)
4288
4289         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4290         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4291         (gst_ximagesink_change_state):
4292         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4293         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4294         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4295         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4296         Don't leak shared memory resources. Use the object lock to protect
4297         against the xcontext disappearing while returning a buffer from the
4298         pipeline. (#347304)
4299
4300 2006-07-12  Edward Hervey  <edward@fluendo.com>
4301
4302         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4303         (vorbis_handle_comment_packet):
4304         gst_tag_list_merge() returns a new object. Take that into account when
4305         using it. This avoids memleak.
4306         Revert previous commit which is not needed.
4307
4308 2006-07-12  Edward Hervey  <edward@fluendo.com>
4309
4310         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4311         Reset the decoder in finalize so that all fields get cleared.
4312
4313 2006-07-12  Wim Taymans  <wim@fluendo.com>
4314
4315         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4316         (gst_base_audio_src_set_clock),
4317         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4318         Don't try to post an error message when setting the clock fails
4319         as this can happen when adding an element to a bin which will then
4320         deadlock. Fixes #347296.
4321
4322 2006-07-12  Edward Hervey  <edward@fluendo.com>
4323
4324         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4325         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4326         (vorbis_handle_type_packet):
4327         Post tag messages on the bus even if we're not initialized.
4328         If we're not initialized, we still postpone the event pushing of tags.
4329
4330 2006-07-12  Wim Taymans  <wim@fluendo.com>
4331
4332         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4333         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4334         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4335         Revert last two changes that broke the freeze.
4336
4337 2006-07-12  Wim Taymans  <wim@fluendo.com>
4338
4339         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4340         basesink calculates silence sample correctly for us.
4341
4342 2006-07-12  Wim Taymans  <wim@fluendo.com>
4343
4344         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4345         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4346         Calculate correct silence samples so we don't fill our ringbuffer
4347         with noise.
4348
4349 2006-07-12  Edward Hervey  <edward@fluendo.com>
4350
4351         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4352         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4353         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4354         * ext/vorbis/vorbisdec.h:
4355         Delay sending events (newsegment, tags) until the decoder is properly
4356         initialized.
4357         Fixes #347295
4358
4359 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4360
4361         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4362         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4363           Patch from #347221 adding a test for audioconvert
4364           channel remappings.
4365
4366 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4367
4368         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4369         (gst_ssa_parse_parse_line):
4370           Don't include the terminating NUL in the buffer size,
4371           it's only there for extra paranoia (would add random
4372           '*' characters at the end of each subtitle since the
4373           terminator itself is not valid UTF-8 technically).
4374           Also fix indenting after boilerplate macro.
4375
4376 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4377
4378         * gst/playback/gstdecodebin.c: (close_pad_link):
4379           Also emit 'unknown-type' signal (which should really be
4380           called unhandled-type) if we found potential decoders/demuxers
4381           in the registry but none of them worked in the end (as in the
4382           case where the plugins don't exist any longer but are still
4383           listed in the registry). Fixes #329798.
4384
4385 2006-07-08  Andy Wingo  <wingo@pobox.com>
4386
4387         * theoraparse.c (theora_parse_push_buffer)
4388         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4389         Add some more debugging. Fix granulepos reconstruction in the face
4390         of discontinuities.
4391
4392 2006-07-06  Wim Taymans  <wim@fluendo.com>
4393
4394         * gst-libs/gst/audio/gstbaseaudiosink.c:
4395         (gst_base_audio_sink_class_init),
4396         (gst_base_audio_sink_provide_clock):
4397         Use gobject_class instead of G_OBJECT_CLASS (klass)
4398
4399         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4400         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4401         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4402         (gst_base_audio_src_get_time),
4403         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4404         (gst_base_audio_src_create_ringbuffer):
4405         Fix latency and buffer-time constants and properties ala basesink.
4406         Implement pull based scheduling. Fixes #346527.
4407         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4408         one segment.
4409         Refuse slaving to another clock instead of silently not working.
4410         Only provide a clock when we are actually able to do so.
4411         Various small cleanups and compiler hints.
4412
4413 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4414
4415         Patch by: Lutz Mueller <lutz at topfrose de>
4416
4417         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4418         (plugin_init):
4419           Add typefinding for text/html (#346581).
4420
4421 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4422
4423         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4424         (xml_check_first_element), (xml_type_find), (smil_type_find):
4425           Fix SMIL typefinding, make xml_check_first_element() more
4426           useful.
4427
4428 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4429
4430         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4431         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4432         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4433         * gst/playback/gstplaybasebin.h:
4434           Protect list of elements with a subtitle-encoding property and
4435           the subtitle encoding member itself with a lock of their own
4436           instead of using the object lock. This prevents a dead-lock in
4437           the element-remove callback in some circumstances when shutting
4438           down playbin.
4439
4440 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4441
4442         * win32/common/libgsttag.def:
4443         Export some new functions.
4444         * win32/vs6/libgstogg.dsp:
4445         Add a link to libgsttag-0.10.lib.
4446
4447 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4448
4449         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4450           Some const-ification.
4451
4452 2006-07-04  Wim Taymans  <wim@fluendo.com>
4453
4454         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4455         Improve checking if we are dealing with a stream. Added some
4456         more uris that need buffering.
4457
4458 2006-07-03  Edward Hervey  <edward@fluendo.com>
4459
4460         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4461         Remove unused variable.
4462
4463 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4464
4465         * Makefile.am:
4466           include lcov.mak
4467         * configure.ac:
4468           add GCOV_LIBS to GST_LIBS
4469
4470 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4471
4472         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4473
4474         * ext/alsa/gstalsasrc.c:
4475           Add 32 bps to template caps and increase channels range
4476           from [1,2] to [1,MAX]. See #346326.
4477
4478 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4479
4480         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4481           Recognise 'WMVA' video codec fourcc (#345879).
4482           
4483 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4484          
4485         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4486           Fixed nasty memory leak
4487
4488 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4489
4490         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4491         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4492           fix logging
4493
4494 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4495
4496         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4497         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4498         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4499         Protect remove_fakesink using a mutex, so that we don't try and
4500         remove the fakesink simultaneously from multiple threads.
4501
4502         When going from READY to PAUSED, restore the fakesink, so that
4503         it is there when decodebin gets reused.
4504
4505 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4506
4507         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4508         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4509         * gst-libs/gst/rtp/gstbasertppayload.c:
4510         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4511         * gst/tcp/gstmultifdsink.c:
4512         * gst/tcp/gsttcpclientsink.c:
4513         * gst/tcp/gsttcpclientsrc.c:
4514         * gst/tcp/gsttcpserversink.c:
4515         * gst/tcp/gsttcpserversrc.c:
4516         * gst/videorate/gstvideorate.c:
4517         * gst/videotestsrc/gstvideotestsrc.c:
4518         * sys/v4l/gstv4ljpegsrc.c:
4519         * sys/v4l/gstv4lmjpegsink.c:
4520         * sys/v4l/gstv4lsrc.c:
4521         * tests/examples/seek/scrubby.c:
4522         * tests/examples/seek/seek.c:
4523           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4524
4525 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4526
4527         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4528           Second field in GEnumValue shouldn't be a description,
4529           but a stringified version of the enum value.
4530
4531 2006-06-22  Wim Taymans  <wim@fluendo.com>
4532
4533         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4534         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4535         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4536         Avoid type checking in buffer casts.
4537         Avoid caps copy in buffer_alloc when we can.
4538         Use pad_peer_accept.
4539
4540 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4541
4542         * gst-libs/gst/tag/tag.h:
4543           Oops, make that 'Since: 0.10.9'.
4544
4545 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4546
4547         * docs/libs/gst-plugins-base-libs-sections.txt:
4548         * gst-libs/gst/tag/tag.h:
4549         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4550         (gst_tag_image_type_get_type):
4551           API: add GstTagImageType enum to describe images contained
4552           in image tags (#345641).
4553
4554 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4555
4556         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4557           Fix warnings with gst-inspect: "buffers-min" property
4558           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4559           typo in property description.
4560
4561 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4562
4563         Patch by: Cody Russell <bratsche at gnome org>
4564
4565         * gst/audioresample/gstaudioresample.c:
4566         (gst_audioresample_class_init):
4567         * gst/playback/gststreamselector.c:
4568         (gst_stream_selector_class_init):
4569         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4570         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4571         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4572         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4573         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4574         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4575         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4576         * gst/videotestsrc/gstvideotestsrc.c:
4577         (gst_video_test_src_class_init):
4578         * gst/volume/gstvolume.c: (gst_volume_class_init):
4579           Avoid unnecessary class cast check in class_init
4580           functions (#337747).
4581
4582 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4583
4584         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4585         (gst_text_overlay_video_chain):
4586           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4587           and doesn't validate its input either (and neither did
4588           textoverlay it seems). Let's do that then and fix #345206.
4589
4590 2006-06-19  Wim Taymans  <wim@fluendo.com>
4591
4592         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4593         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4594         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4595         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4596         (find_syncframe), (find_limits), (assign_value),
4597         (count_burst_unit), (gst_multi_fd_sink_new_client),
4598         (gst_multi_fd_sink_handle_client_write),
4599         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4600         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4601         (gst_multi_fd_sink_change_state):
4602         * gst/tcp/gstmultifdsink.h:
4603         Added shiny new burst-on-connect methods.
4604         Add properties to control the minimal amount of data queued.
4605         Small cleanups.
4606         API: bytes-min property
4607         API: time-min property
4608         API: buffers-min property
4609         API: burst-unit property
4610         API: burst-value property
4611         API: add-full signal
4612
4613         * gst/tcp/gsttcp-marshal.list:
4614         Added new marshaller code for the new signal.
4615
4616         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4617         (multifdsink_suite):
4618         Added testcases for new burst methods.
4619
4620 2006-06-19  Edward Hervey  <edward@fluendo.com>
4621
4622         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4623         Implement clipping for accurate seeking.
4624         Closes #345225
4625
4626 2006-06-19  Wim Taymans  <wim@fluendo.com>
4627
4628         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4629
4630         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4631         (gst_video_scale_transform):
4632         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4633
4634 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4635
4636         * configure.ac:
4637           Fix --disable-external (can't set conditionals conditionally,
4638           #343602).
4639
4640 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4641
4642         * tests/check/elements/audioresample.c: (test_reuse),
4643         (audioresample_suite):
4644           Add test case for bug #342789 fixed below.
4645
4646 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4647
4648         * gst/audioresample/gstaudioresample.c:
4649         (gst_audioresample_class_init), (gst_audioresample_init),
4650         (audioresample_start), (audioresample_stop),
4651         (gst_audioresample_set_property), (gst_audioresample_get_property):
4652           Implement GstBaseTransform::start and ::stop so that audioresample
4653           can clear its internal state properly and be reused instead of
4654           causing non-negotiated errors with playbin under some circumstances
4655           (#342789).
4656
4657         * tests/check/elements/audioresample.c: (setup_audioresample),
4658         (cleanup_audioresample):
4659           Need to set element state here so that ::start and ::stop are
4660           called.
4661
4662 2006-06-16  Wim Taymans  <wim@fluendo.com>
4663
4664         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4665
4666         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4667         Parse extra data better, apparently it's right behind
4668         the normal strf header size. Fixes #343500.
4669
4670 2006-06-16  Wim Taymans  <wim@fluendo.com>
4671
4672         * ext/alsa/gstalsasink.c: (set_hwparams):
4673         If we fail to set the buffer_time and period_time alsa
4674         parameters, post a warning and leave alsa select a 
4675         default instead of failing. Fixes #342085
4676
4677 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4678
4679         * docs/libs/gst-plugins-base-libs-sections.txt:
4680         * gst-libs/gst/cdda/gstcddabasesrc.h:
4681           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4682           out in the header file and shouldn't be listed in the docs.
4683
4684         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4685           Must dereference pointer to fourcc in the debug statement.
4686
4687 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4688
4689         * docs/libs/Makefile.am:
4690         * docs/libs/gst-plugins-base-libs-docs.sgml:
4691         * docs/libs/gst-plugins-base-libs-sections.txt:
4692         * docs/libs/gst-plugins-base-libs.types:
4693         add remaining symbols into correct setions
4694         
4695         * gst-libs/gst/audio/gstringbuffer.c:
4696         fix incomplete docs
4697         
4698         * gst-libs/gst/audio/gstringbuffer.h:
4699         comment out not yet implemented function
4700         
4701         
4702         * gst-libs/gst/floatcast/floatcast.h:
4703         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4704         add short descriptions
4705         
4706         
4707         * gst-libs/gst/interfaces/propertyprobe.c:
4708         fix return value docs   
4709         
4710         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4711         simplify debug logging
4712         
4713         * gst-libs/gst/riff/riff-read.h:
4714         sync function prototype and docs
4715         
4716         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4717         remove left over symbol
4718
4719 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4720
4721         * autogen.sh:
4722         * configure.ac:
4723         * docs/Makefile.am:
4724           Use GST_PLUGIN_DOCS macro in configure.ac, add
4725           --enable-plugin-docs default to autogen.sh and use
4726           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4727
4728 2006-06-15  Wim Taymans  <wim@fluendo.com>
4729
4730         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4731         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4732         (gst_ogg_demux_loop):
4733         Combine GstFlowReturn from the source pads to give a
4734         meaningfull result to the upstream peer or to stop the
4735         processing task in case of errors.
4736
4737 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4738
4739         * gst/playback/gststreaminfo.c: (cb_probe):
4740           Try GST_TAG_CODEC as fallback when extracting the
4741           codec name; more debug info.
4742
4743 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4744
4745         * ext/ogg/Makefile.am:
4746         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4747           Extract language tags from ogm subtitle streams, so that
4748           the subtitle menu choices are labelled correctly in
4749           Totem (fixes #344708).
4750
4751 2006-06-14  Wim Taymans  <wim@fluendo.com>
4752
4753         Patch by: Alessandro Decina <alessandro at nnva dot org>
4754
4755         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4756         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4757         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4758         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4759         Fix various leaks. Fixes #343699.
4760         Add x-smoke mime type.
4761
4762 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4763
4764         * gst-libs/gst/riff/riff-ids.h:
4765           Add IDs for 'bext' chunks (see #343837).
4766
4767 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4768
4769         Patch by: Young-Ho Cha  <ganadist at chollian net>
4770
4771         * gst/subparse/samiparse.c: (sami_context_pop_state),
4772         (handle_start_font), (end_sami_element):
4773           Honour font face tags in SAMI subtitles (#344503).
4774
4775 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4776
4777         * po/POTFILES.in:
4778           add missing files containing translatable strings
4779
4780 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4781
4782         * docs/libs/tmpl/.cvsignore:
4783           we don't want those *.sgml files in CVS either
4784
4785 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4786
4787         * docs/libs/.cvsignore:
4788         * tests/check/elements/.cvsignore:
4789         * tests/check/libs/.cvsignore:
4790           ignore more
4791
4792 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4793
4794         * docs/libs/Makefile.am:
4795           also commiting the changed Makefile.am (added more libs to the
4796           doc-build)
4797
4798 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4799
4800         * docs/libs/gst-plugins-base-libs-docs.sgml:
4801         * docs/libs/gst-plugins-base-libs-sections.txt:
4802         * docs/libs/gst-plugins-base-libs.types:
4803           first batch of reordering things, add index & hierarchy
4804
4805 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4806
4807         * configure.ac:
4808           use GST_PKG_CHECK_MODULES, cleans up output
4809
4810 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4811
4812         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4813           Add support for burn:// URIs (#343385); const-ify things a bit,
4814           use G_N_ELEMENTS instead of hard-coded array size.
4815
4816 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4817
4818         Patch by: Young-Ho Cha  <ganadist at chollian net>
4819
4820         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4821           Fix up broken entities before passing them to libxml *sigh*.
4822           (#343303).
4823           
4824 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4825
4826         * configure.ac:
4827           back to TRUNK
4828
4829 === release 0.10.8 ===
4830
4831 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4832
4833         * configure.ac:
4834           releasing 0.10.8, "Moar gij ziet mij nie"
4835
4836 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4837
4838         * configure.ac:
4839         * po/af.po:
4840         * po/az.po:
4841         * po/cs.po:
4842         * po/en_GB.po:
4843         * po/hu.po:
4844         * po/it.po:
4845         * po/nb.po:
4846         * po/nl.po:
4847         * po/or.po:
4848         * po/sq.po:
4849         * po/sr.po:
4850         * po/sv.po:
4851         * po/uk.po:
4852         * po/vi.po:
4853         * win32/common/config.h:
4854           0.10.7.2 prerelease
4855
4856 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4857
4858         * docs/libs/tmpl/gstaudio.sgml:
4859         * docs/libs/tmpl/gstcolorbalance.sgml:
4860         * docs/libs/tmpl/gstmixer.sgml:
4861         * docs/libs/tmpl/gstringbuffer.sgml:
4862         * docs/libs/tmpl/gsttuner.sgml:
4863         * docs/libs/tmpl/gstxoverlay.sgml:
4864         * gst-libs/gst/audio/audio.c:
4865         * gst-libs/gst/audio/gstringbuffer.c:
4866         * gst-libs/gst/interfaces/colorbalance.c:
4867         * gst-libs/gst/interfaces/mixer.c:
4868         * gst-libs/gst/interfaces/tuner.c:
4869         * gst-libs/gst/interfaces/xoverlay.c:
4870           move last template doc snippets to source code and delete them
4871
4872 2006-06-06  Michael Smith  <msmith@fluendo.com>
4873
4874         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4875         (theora_parse_drain_queue):
4876           Mark DELTA_UNIT on non-keyframes.
4877
4878 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4879
4880         * gst-libs/gst/audio/gstbaseaudiosink.c:
4881         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4882         * gst-libs/gst/audio/gstbaseaudiosink.h:
4883         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4884         (gst_ring_buffer_samples_done):
4885         * gst-libs/gst/audio/gstringbuffer.h:
4886         Document better the fact that latency_time and buffer_time are values
4887         stored in microseconds, and not the usual GStreamer nanoseconds.
4888         Change the variables (compatibly) that store them from GstClockTime 
4889         to guint64 to make it more clear that they're not storing clock times.
4890         Also, remove the bogus property description that says the user can
4891         specify -1 to get the default value, since that's never been the case.
4892
4893         When computing the default segment size for the ring buffer, make it
4894         an integer number of samples.
4895
4896         When the sub-class indicates a delay greater than the number of
4897         samples we've written return 0 from the audio sink get_time method.
4898
4899 2006-06-02  Michael Smith  <msmith@fluendo.com>
4900
4901         * tests/check/elements/audioconvert.c: (set_channel_positions),
4902         (get_float_mc_caps), (get_int_mc_caps):
4903         * tests/check/elements/audioresample.c:
4904         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4905         * tests/check/elements/videorate.c:
4906         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4907         * tests/check/elements/volume.c:
4908         * tests/check/elements/vorbisdec.c:
4909         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4910           Don't busy-wait in tests; this was causing test timeouts very
4911           frequently when running under valgrind.
4912
4913 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4914
4915         * gst/tcp/README:
4916         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4917         (gst_multi_fd_sink_remove_client_link),
4918         (gst_multi_fd_sink_client_queue_caps),
4919         (gst_multi_fd_sink_client_queue_buffer),
4920         (gst_multi_fd_sink_handle_client_write),
4921         (gst_multi_fd_sink_render):
4922         * gst/tcp/gstmultifdsink.h:
4923           make multifdsink properly deal with streamheader:
4924           - streamheader is taken from caps
4925           - buffers marked with IN_CAPS are not sent
4926           - streamheaders are sent, on connection, from the caps of the
4927             buffer where the client gets positioned to
4928           - further streamheader changes are done every time the client
4929             will receive a buffer with different caps
4930         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4931         (gst_multifdsink_create_streamheader):
4932           add tests for this
4933
4934 2006-06-02  Michael Smith  <msmith@fluendo.com>
4935
4936         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4937           Reinstate limit on channel count. Vorbis does not define the meaning
4938           of > 6 channels, so they're just independent channels. Gstreamer
4939           currently has no mechanism to represent N independent channels.
4940
4941 2006-06-02  Michael Smith  <msmith@fluendo.com>
4942
4943         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4944           Don't arbitrarily restrict channel counts and rate in vorbis.
4945           In terms of effects likely on real-world files, this fixes 96kHz
4946           playback of vorbis.
4947
4948 2006-06-02  Michael Smith  <msmith@fluendo.com>
4949
4950         * gst/audioconvert/audioconvert.c: (float):
4951           More correct float->int conversion.
4952
4953 2006-06-02  Michael Smith  <msmith@fluendo.com>
4954
4955         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4956           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4957           value. Fixes g-critical on trying to play back ogg containing
4958           unknown codec.
4959
4960 2006-06-02  Wim Taymans  <wim@fluendo.com>
4961
4962         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4963         (setup_source):
4964         * gst/playback/gstplaybasebin.h:
4965         Make the subtitle detection work from any thread so we don't
4966         deadlock. Fixes #343397.
4967
4968 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4969
4970         * gst/volume/Makefile.am:
4971           Seriously, it's not *that* hard to get compilation right.  Even
4972           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4973
4974 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4975
4976         * gst/volume/gstvolume.c: (volume_choose_func),
4977         (volume_update_real_volume), (gst_volume_class_init),
4978         (gst_volume_init), (volume_process_float), (volume_process_int16),
4979         (volume_process_int16_clamp), (volume_set_caps),
4980         (volume_transform_ip), (plugin_init):
4981         * gst/volume/gstvolume.h:
4982         rewrite the passthrough check, split _int16 and _int16_clamp, fix
4983         another property desc., remove unused param from process function
4984         
4985         * tests/check/elements/volume.c: (volume_suite):
4986         reactivate the passthrough test
4987
4988 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4989
4990         * ext/alsa/gstalsamixerelement.h:
4991         * ext/alsa/gstalsamixeroptions.h:
4992         * ext/alsa/gstalsamixertrack.h:
4993         * ext/gnomevfs/gstgnomevfssink.h:
4994         * ext/gnomevfs/gstgnomevfssrc.h:
4995         * ext/theora/gsttheoradec.h:
4996         * ext/theora/gsttheoraenc.h:
4997         * ext/theora/gsttheoraparse.h:
4998         * ext/vorbis/vorbisparse.h:
4999         * gst-libs/gst/audio/gstaudioclock.h:
5000         * gst-libs/gst/audio/gstaudiofilter.h:
5001         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5002         * gst/audioconvert/gstaudioconvert.h:
5003         * gst/audioresample/gstaudioresample.h:
5004         * gst/audiotestsrc/gstaudiotestsrc.h:
5005         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5006         * gst/playback/gststreamselector.h:
5007         * gst/tcp/gstmultifdsink.h:
5008         * gst/tcp/gsttcpclientsink.h:
5009         * gst/tcp/gsttcpclientsrc.h:
5010         * gst/tcp/gsttcpserversink.h:
5011         * gst/tcp/gsttcpserversrc.h:
5012         * gst/videorate/gstvideorate.h:
5013         * gst/videoscale/gstvideoscale.h:
5014         * gst/videotestsrc/gstvideotestsrc.h:
5015         * gst/volume/gstvolume.h:
5016         * sys/v4l/gstv4ljpegsrc.h:
5017         * sys/v4l/gstv4lmjpegsink.h:
5018         * sys/v4l/gstv4lmjpegsrc.h:
5019         * sys/v4l/gstv4lsrc.h:
5020         * sys/ximage/ximagesink.h:
5021         * sys/xvimage/xvimagesink.h:
5022         * tests/old/testsuite/alsa/sinesrc.h:
5023         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5024
5025 2006-05-31  Wim Taymans  <wim@fluendo.com>
5026
5027         * ext/libvisual/visual.c: (gst_visual_reset),
5028         (gst_visual_sink_setcaps), (gst_visual_sink_event),
5029         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5030         Handle DISCONT.
5031         Use running time before doing QoS.
5032         Handle mono too.
5033
5034 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5035
5036         * docs/libs/Makefile.am:
5037           set a magic variable to indicate we know the docs are incomplete
5038
5039 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
5040
5041         * win32/common/libgstvideo.def:
5042           export gst_video_calculate_display_ratio
5043         * win32/vs6/libgstvideoscale.dsp:
5044           add link to libgstvideo-0.10.lib
5045
5046 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
5047
5048         * gst/playback/gstplaybasebin.c: (gen_source_element):
5049           Throw a more comprehensible error for rtsp:// URIs (rather
5050           than erroring out with a negotiation error later on) until
5051           we fix playbin to handle rtspsrc etc.
5052
5053 2006-05-30  Wim Taymans  <wim@fluendo.com>
5054
5055         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5056         (gst_text_overlay_text_event):
5057         Added some FIXMEs.
5058
5059 2006-05-30  Wim Taymans  <wim@fluendo.com>
5060
5061         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5062         (gst_adder_request_new_pad), (gst_adder_release_pad):
5063         * gst/adder/gstadder.h:
5064         Implement release_request_pad.
5065         Make padcounter atomic.
5066
5067         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5068         Added check for release_pad in adder.
5069
5070 2006-05-30  Wim Taymans  <wim@fluendo.com>
5071
5072         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5073         Fix build again.
5074
5075 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5076
5077         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5078         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5079         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5080         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5081         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5082         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5083         (gst_ogg_demux_bisect_forward_serialno),
5084         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5085         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5086           add more debugging
5087           clean up printf formats for granulepos and serialno
5088
5089 2006-05-30  Michael Smith  <msmith@fluendo.com>
5090
5091         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5092         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5093         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5094         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5095         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5096         * ext/vorbis/vorbisenc.h:
5097           Multi-channel caps negotiation, so we can do proper multichannel
5098           vorbis encoding, negotiated through audioconvert.
5099
5100 2006-05-30  Wim Taymans  <wim@fluendo.com>
5101
5102         * tests/check/elements/adder.c: (test_event_message_received),
5103         (test_play_twice_message_received), (GST_START_TEST),
5104         (adder_suite):
5105         Added check to show that #339935 is fixed with ongoing
5106         adder and collectpads fixes.
5107
5108 2006-05-29  Wim Taymans  <wim@fluendo.com>
5109
5110         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5111         Don't leak pad name.
5112
5113 2006-05-29  Wim Taymans  <wim@fluendo.com>
5114
5115         * gst/adder/gstadder.c: (gst_adder_query_duration),
5116         (forward_event_func), (forward_event), (gst_adder_src_event):
5117         Fix adder seeking.
5118         Make query/seeking code threadsafe.
5119
5120         * tests/check/Makefile.am:
5121         * tests/check/elements/adder.c: (test_event_message_received),
5122         (GST_START_TEST), (test_play_twice_message_received):
5123         Fix adder test case.
5124
5125 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
5126
5127         Patch by: Young-Ho Cha  <ganadist at chollian net>
5128
5129         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5130         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5131         (set_encoding_element), (decodebin_element_added_cb),
5132         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5133         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5134         * gst/playback/gstplaybasebin.h:
5135           Add 'subtitle-encoding' property to playbin, so applications can
5136           force a subtitle encoding for non-UTF8 subtitles (#342268).
5137
5138         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5139         (gst_sub_parse_set_property):
5140           Rename recently-added 'encoding' property to 'subtitle-encoding'
5141           (so it can be proxied by playbin/decodebin in a generic way
5142           with less danger of false positives).
5143
5144 2006-05-29  Michael Smith  <msmith@fluendo.com>
5145
5146         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5147         (append_with_other_format), (set_structure_widths),
5148         (gst_audio_convert_transform_caps):
5149           Patch from #341562: give more specific audio caps in get_caps, so
5150           that basetransform  can make better decisions on what caps to
5151           negotiate.
5152
5153 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5154
5155         * tests/check/elements/volume.c:
5156         make it compile again
5157
5158 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5159
5160         * tests/check/elements/volume.c: (volume_suite):
5161         disable test until #343196 gets resolved
5162
5163 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5164
5165         * gst/adder/gstadder.c: (gst_adder_get_type):
5166         Make it easier to copy&paste
5167         
5168         * gst/volume/Makefile.am:
5169         * gst/volume/gstvolume.c: (volume_update_real_volume),
5170         (gst_volume_set_volume), (gst_volume_set_mute),
5171         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5172         (volume_transform_ip), (volume_update_mute),
5173         (volume_update_volume):
5174         * gst/volume/gstvolume.h:
5175         Add own debug category, move duplicate code to helper function, fix
5176         property texts, add more comments and prepare ffor liboil-goodness
5177         
5178         * tests/check/Makefile.am:
5179         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5180         add test for mute and passtrough case, be a bit more verbose to track
5181         failure
5182         
5183         * tests/check/generic/states.c: (GST_START_TEST):
5184         catch elements that fail to instantiate
5185
5186 2006-05-28  Edward Hervey  <edward@fluendo.com>
5187
5188         * tests/check/pipelines/simple-launch-lines.c:
5189         * tests/check/pipelines/theoraenc.c:
5190         * tests/check/pipelines/vorbisenc.c:
5191         Comment out tests using parse_launch() if core was built without
5192         parsing capabilities.
5193
5194 2006-05-27  Edward Hervey  <edward@fluendo.com>
5195
5196         * tests/check/Makefile.am:
5197         Extra bonus points for whoever explains to ensonic that you are meant
5198         to test unit tests thoroughly before commiting them, especially if
5199         you know it's going to break.
5200         De-activated element/adder tests.
5201
5202 2006-05-27  Edward Hervey  <edward@fluendo.com>
5203
5204         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5205         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5206         Marking caps conversion issues as GST_WARNING is way too verbose,
5207         Moving them to GST_LOG.
5208
5209 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5210
5211         * README:
5212           Replace current README (containing the release notes from
5213           some 0.9.x version) with a proper README taken from the core.
5214
5215 2006-05-26  Wim Taymans  <wim@fluendo.com>
5216
5217         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5218         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5219         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5220         (vorbis_dec_change_state):
5221         Small cleanups.
5222         Add some FIXMEs
5223         Clip output samples to segment boundaries.
5224
5225 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5226
5227         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5228         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5229         Improve the errors produced on bad output, including some human
5230         readable description strings.
5231         Handle the (theoretical for ximagesink) case where the XServer 
5232         has a different idea about the size required for a particular 
5233         frame and gives us too small a memory allocation.
5234
5235 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5236
5237         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5238         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5239         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5240         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5241         Improve the errors produced on bad output, including some human 
5242         readable description strings.
5243         Handle RGB Xv formats properly by transforming them into our 
5244         big-endian caps description.
5245         Use gst_caps_truncate to ensure that we never try and choose a
5246         non-fixed caps in buffer_alloc.
5247         Handle the case where the XServer has a different idea about the size
5248         required for a particular frame and gives us too small a memory
5249         allocation.
5250         Use -1 to indicate 'no image format', because 0 is a valid XServer
5251         image format number.
5252         Put RGB Xv formats at the end of the caps, so that we always prefer
5253         YUV format frames.
5254         Iterate the available Xv Encodings to determine the maximum width and
5255         height, and then return that in our caps.
5256         (Closes #315312, #337544)
5257
5258 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5259
5260         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5261         When there is only one unfinished pad and it receives an event that
5262         doesn't match our requirements, we need to set alldone=FALSE so that
5263         the fakesink is not removed yet.
5264
5265 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5266
5267         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5268           Use gst_type_find_helper_for_buffer() to find the type
5269           of stream from the first packet.
5270
5271         * configure.ac:
5272           Bump requirements to core CVS (needed for vorbis
5273           typefinding to work).
5274
5275 2006-05-24  Edward Hervey  <edward@fluendo.com>
5276
5277         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5278         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5279         contain.  Else they play perfectly fine with qtdemux.
5280
5281 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5282
5283         * ext/theora/theoradec.c:
5284         * ext/theora/theoraenc.c:
5285         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5286         * gst/audiorate/gstaudiorate.c:
5287           make more debug catagories static
5288         
5289         * tests/check/Makefile.am:
5290         * tests/check/elements/adder.c: (message_received),
5291         (test_event_message_received), (GST_START_TEST),
5292         (test_play_twice_message_received), (adder_suite):
5293           added test case for using element twice, extra bonus points for anyone
5294           who can make these test run reliably
5295
5296 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5297
5298         * ext/theora/theoradec.c: (theora_dec_chain):
5299           Make work with time-stamped input buffers that do not
5300           have a granulepos in BUFFER_OFFSET_END (like theora
5301           buffers coming from matroskademux). Fixes #342448.
5302
5303 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5304
5305         Patch by: Peter Kjellerstedt  <pkj at axis com>
5306
5307         * gst/tcp/Makefile.am:
5308           fdstresstest doesn't need Gtk+, fix compilation if 
5309           gtk is not available (#342566).
5310
5311 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5312          
5313         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5314           80 line columns
5315           Removed redundant floor()
5316
5317 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5318
5319         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5320           On second thought, just skip JUNK chunks automatically, so
5321           the caller doesn't have to handle this. Fixes #342345.
5322           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5323           not GST_FLOW_ERROR.
5324
5325 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5326
5327         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5328           Don't bail out on JUNK chunks with a size of 0 (would try to
5329           pull_range 0 bytes before, which sources don't like too much).
5330           See #342345.
5331
5332 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5333
5334         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5335         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5336         Use the gstutil scaling function to preserve 64 bits while calculating
5337         output width and height from the display-aspect-ratio. (A continuation
5338         of #341542)
5339
5340 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5341
5342         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5343         (gst_xvimagesink_buffer_alloc):
5344         * sys/xvimage/xvimagesink.h:
5345         When performing buffer allocations, remember the caps and image format
5346         we return so that if the same caps are asked for next time we can
5347         return them immediately without doing any caps intersections.
5348
5349 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5350          
5351         * gst-libs/gst/rtp/README:
5352           Some new documentation
5353         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5354           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5355         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5356         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5357           New RTP audio base payloader class. Supports frame or sample based
5358           codecs.  Not enabled in Makefile.am until approved.
5359
5360 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5361
5362         * tests/check/elements/alsa.c: (test_device_property_probe):
5363           Fix test case: don't try to free NULL GValueArray when there
5364           are no devices.
5365
5366 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5367
5368         * tests/check/Makefile.am:
5369         * tests/check/elements/alsa.c: (test_device_property_probe),
5370         (alsa_suite), (main):
5371           Add simple test that runs a device property probe on alsasrc,
5372           alsasink and alsamixer. Disable valgrind check for now (too
5373           many leaks in libasound, and valgrind ignored my suppressions
5374           additions).
5375
5376 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5377
5378         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5379         (gst_alsa_device_property_probe_probe_property),
5380         (gst_alsa_device_property_probe_needs_probe),
5381         (gst_alsa_device_property_probe_get_values),
5382         (gst_alsa_type_add_device_property_probe_interface):
5383         * ext/alsa/gstalsadeviceprobe.h:
5384         * ext/alsa/gstalsamixerelement.c:
5385         (gst_alsa_mixer_element_init_interfaces):
5386         * ext/alsa/gstalsamixerelement.h:
5387           Clean up and simplify alsa device probing. Make it actually work
5388           for multiple classes. Don't cache results any longer.
5389
5390         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5391         (gst_alsasink_init):
5392         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5393         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5394         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5395           Make alsasink and alsasrc implement the GstPropertyProbe interface
5396           for device probing (#342181).
5397           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5398
5399 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5400
5401         * gst/subparse/samiparse.c: (handle_start_font):
5402           Don't ignore return value of strtol (++compiler_happiness).
5403
5404 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5405
5406         Patch by: Young-Ho Cha  <ganadist chollian net>
5407
5408         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5409         (gst_sub_parse_class_init), (gst_sub_parse_init),
5410         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5411         (convert_encoding):
5412         * gst/subparse/gstsubparse.h:
5413           Add 'encoding' property (#341681).
5414
5415         * gst/subparse/samiparse.c: (characters_sami):
5416           Output is pango markup, so we need to escape text
5417           between tags (#342143).
5418
5419 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5420
5421         * gst-libs/gst/audio/multichannel.c:
5422         (gst_audio_check_channel_positions):
5423           It's okay to have caps with channels=1 and a channel position
5424           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5425           (deinterleavers might want to keep the position in the caps,
5426           so that they can be re-interleaved again properly later).
5427           Leave check for unexpected 2-channel layouts intact for now.
5428
5429 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5430
5431         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5432         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5433         basesrc can do its job correctly.
5434
5435 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5436
5437         * ext/alsa/Makefile.am:
5438         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5439         (gst_alsa_detect_formats), (get_channel_free_structure),
5440         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5441         (gst_alsa_probe_supported_formats):
5442         * ext/alsa/gstalsa.h:
5443         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5444           Refactor and improve caps probing code: probe signedness
5445           when we probe the supported formats/widths; set endianness
5446           to the one we actually probed for (ie. cpu endianness).
5447           
5448         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5449         (gst_alsasrc_close):
5450         * ext/alsa/gstalsasrc.h:
5451           Implement caps probing for alsasrc.
5452
5453 2006-05-15  Wim Taymans  <wim@fluendo.com>
5454
5455         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5456         (theora_dec_src_query), (theora_dec_src_event),
5457         (theora_dec_sink_event), (theora_handle_comment_packet),
5458         (theora_handle_data_packet), (theora_dec_change_state):
5459         Cleanups, add some G_LIKELY.
5460         Use segment helpers instead of our own wrong code.
5461         Clear queued buffers on seek and READY.
5462
5463         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5464         (vorbis_dec_convert), (vorbis_dec_src_query),
5465         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5466         (vorbis_handle_comment_packet), (vorbis_dec_push),
5467         (vorbis_handle_data_packet), (vorbis_dec_chain),
5468         (vorbis_dec_change_state):
5469         * ext/vorbis/vorbisdec.h:
5470         Remove old useless packetno variable.
5471         Do position query properly.
5472         Add some G_LIKELY.
5473         Do cleanup of queued buffers in new helper function
5474         and use it.
5475
5476 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5477
5478         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5479           Query supported sample rates. Fixes #341732.
5480
5481 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5482
5483         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5484         (gst_decode_bin_change_state): Make decodebin reusable
5485         when going from PAUSE_TO_READY and then back to PAUSED.
5486         Fixes #331678.
5487
5488 2006-05-15  Wim Taymans  <wim@fluendo.com>
5489
5490         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5491         (vorbis_dec_convert), (vorbis_dec_src_query),
5492         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5493         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5494         (vorbis_dec_clean_queued), (vorbis_dec_push),
5495         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5496         Cleanups. Use refcounting and DEBUG_OBJECT.
5497         Reset segment on flush, use code methods instead of our
5498         own wrong version.
5499         Fix potential memleak.
5500
5501 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5502
5503         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5504         (gst_alsasink_init):
5505         * ext/alsa/gstalsasink.h:
5506           Don't leak allocated snd_output_t structure if there's
5507           more than one alsasink instance at a time (#341873).
5508           Also fix GObject macros in header file.
5509           
5510 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5511
5512         * gst/subparse/gstsubparse.c:
5513         (gst_sub_parse_data_format_autodetect):
5514           Don't use libxml functions in the typefinding code.
5515
5516 2006-05-15  Wim Taymans  <wim@fluendo.com>
5517
5518         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5519         Fix seeking performance in the case where a non-header 
5520         packet has a 0 granulepos (busted theora case). 
5521         Fixes #341719
5522         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5523          the first place, you limelight stealer you)
5524
5525 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5526
5527         * gst/subparse/gstsubparse.c:
5528         (gst_sub_parse_data_format_autodetect):
5529           Improve SAMI typefinding: handle case where there are
5530           whitespaces or newlines in front of the first <SAMI>
5531           tag (#169936).
5532
5533 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5534
5535         * configure.ac:
5536           Build video4linux plugin even if there's no XVIDEO, just
5537           without implementing the GstXOverlay interface (#334002).
5538          
5539 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5540
5541         * configure.ac:
5542         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5543         (plugin_init):
5544           Add tentative support for libvisual-0.4 (#336881).
5545
5546 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5547
5548         Patch by: Young-Ho Cha <ganadist at chollian net>
5549
5550         * gst/subparse/samiparse.c: (handle_start_font):
5551           Need to map "silver" colour explicitly (#169936).
5552
5553 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5554
5555         Patch by: Young-Ho Cha  <ganadist at chollian net>
5556
5557         * gst/subparse/Makefile.am:
5558         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5559         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5560         (gst_sub_parse_format_autodetect), (feed_textbuf),
5561         (gst_subparse_type_find), (plugin_init):
5562         * gst/subparse/gstsubparse.h:
5563         * gst/subparse/samiparse.c:
5564         * gst/subparse/samiparse.h:
5565           Add support for SAMI subtitles (#169936).
5566
5567 2006-05-14  Michael Smith  <msmith@fluendo.com>
5568
5569         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5570           Fix #341696: crash when mixing L+R+C to mono or stereo.
5571         * tests/check/Makefile.am:
5572         * tests/check/elements/audioconvert.c: (set_channel_positions),
5573         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5574         (audioconvert_suite):
5575           Add test for the above, including some generic framework bits for
5576           testing multichannel things.
5577
5578 === release 0.10.7 ===
5579
5580 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5581
5582         * configure.ac:
5583           releasing 0.10.7, "Leave the gun"
5584
5585 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5586
5587         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5588         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5589         Fix the build.
5590
5591 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5592
5593         * docs/libs/gst-plugins-base-libs-docs.sgml:
5594         * docs/libs/gst-plugins-base-libs-sections.txt:
5595         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5596         * gst-libs/gst/video/video.h:
5597         * gst/videoscale/Makefile.am:
5598         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5599         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5600         * tests/check/Makefile.am:
5601         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5602         (main):
5603           Fix integer overflow problem with pixel-aspect-ratio calculations
5604           in videoscale and xvimagesink (#341542)
5605
5606 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5607
5608         * gst-libs/gst/tag/gstid3tag.c:
5609           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5610
5611 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5612
5613         * win32/MANIFEST:
5614           update win32 files listing
5615
5616 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5617
5618         patch by: Sjoerd Simons (sjoerd@luon.net)
5619
5620         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5621         (group_create), (group_destroy), (add_stream),
5622         (gst_play_base_bin_get_property),
5623         (gst_play_base_bin_get_streaminfo_value_array):
5624         * gst/playback/gstplaybasebin.h:
5625           API: GstPlayBaseBin::stream-info-value-array property
5626           use a more bindings-friendly way of exposing streaminfo
5627           using a GValueArray.  Tested in ipython.
5628           Closes #341114
5629
5630 2006-05-11  Wim Taymans  <wim@fluendo.com>
5631
5632         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5633         (queue_underrun_cb), (queue_filled_cb):
5634         Also catch queue underruns but don't do anything yet.
5635         Refactor and comment queue enlarging code a bit.
5636
5637         * gst/playback/gstplaybasebin.c: (queue_overrun),
5638         (queue_threshold_reached), (queue_out_of_data),
5639         (gen_preroll_element):
5640         If a queue over/underruns check that we don't create nasty
5641         deadlocks when the min-threshold is not reached but the
5642         max-bytes is. In those cases disable max-bytes when we
5643         know that the queue is fed timed data.
5644         Add more comments.
5645
5646 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5647
5648         * gst/playback/gstplaybin.c: (gen_audio_element):
5649           Make playbin automatically plug an 'audioresample'
5650           element before the audio sink as well. This solves
5651           problems with sinks that only accept a very specific
5652           sample rate, like esdsink (e.g. #340379).
5653
5654 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5655
5656         * gst/playback/gstplaybasebin.c: (gen_source_element):
5657           Make http sources send special headers so that we receive
5658           icecast metadata if the http stream is an icecast stream
5659           (otherwise the server will just ignore them). This also
5660           means that from now on users will need the 'icydemux'
5661           element from gst-plugins-good installed if they want to
5662           listen to icecast radio streams. (#341432, #333657).
5663
5664 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5665
5666         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5667         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5668           remove stupid example from docs - it should come with a simple
5669           C program instead.
5670           Clean up/fix docs
5671         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5672         (fail_if_can_read), (GST_START_TEST),
5673         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5674           add a test for changing streamheader which exposes a bug in
5675           multifdsink
5676
5677 2006-05-11  Michael Smith  <msmith@fluendo.com>
5678
5679         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5680         (gst_gnome_vfs_src_received_headers_callback):
5681         * ext/gnomevfs/gstgnomevfssrc.h:
5682           Don't set icy-caps unless we have a sane interval value. Move
5683           interval to a local variable; we never use it outside this function.
5684
5685 2006-05-11  Wim Taymans  <wim@fluendo.com>
5686
5687         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5689         Register special buffer types along with the objects so
5690         that they are not registered at runtime from N different
5691         streaming threads since they are not threadsafe.
5692
5693 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5694
5695         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5696         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5697           add two more tests, one doing streamheader
5698
5699 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5700
5701         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5702           clean up the bufqueue when shutting down
5703         * tests/check/Makefile.am:
5704         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5705         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5706         (main):
5707           add a test for the leak that was just fixed
5708
5709 2006-05-10  Wim Taymans  <wim@fluendo.com>
5710
5711         * gst/adder/gstadder.c: (gst_adder_setcaps),
5712         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5713         (gst_adder_src_event), (gst_adder_sink_event),
5714         (gst_adder_class_init), (gst_adder_finalize),
5715         (gst_adder_request_new_pad), (gst_adder_collected):
5716         * gst/adder/gstadder.h:
5717         Updated some docs. Added comments and FIXMEs all over the place.
5718         Improve debugging info.
5719         Fix leak on finalize by not calling the parent.
5720         Implement duration query.
5721         Make event forwarding threadsafe.
5722         Correctly send NEWSEGMENT at start and after flush.
5723         Handle EOS correctly.
5724         Post error when not negotiated.
5725
5726         * tests/check/elements/adder.c: (GST_START_TEST):
5727         Added FIXME in the test.
5728
5729 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5730
5731         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5732         (gst_text_overlay_halign_get_type),
5733         (gst_text_overlay_wrap_mode_get_type):
5734         * ext/theora/theoradec.c: (theora_handle_type_packet),
5735         (theora_handle_data_packet):
5736         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5737         (theora_enc_sink_setcaps), (theora_enc_chain):
5738         * gst-libs/gst/cdda/gstcddabasesrc.c:
5739         (gst_cdda_base_src_mode_get_type):
5740         * gst/audiotestsrc/gstaudiotestsrc.c:
5741         (gst_audiostestsrc_wave_get_type):
5742         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5743         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5744         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5745         (gst_sync_method_get_type), (gst_unit_type_get_type),
5746         (gst_client_status_get_type):
5747         * gst/videoscale/gstvideoscale.c:
5748         (gst_video_scale_method_get_type):
5749         * gst/videotestsrc/gstvideotestsrc.c:
5750         (gst_video_test_src_pattern_get_type):
5751         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5752         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5753         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5754         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5755         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5756         (paint_setup_RGB565), (paint_setup_xRGB1555):
5757           Const-ify GEnumValue and GFlagsValue arrays. Use
5758           GST_ROUND_UP_* macros instead of home-made ones.
5759
5760 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5761
5762         * configure.ac:
5763           Require core CVS for the new newsegment stuff.
5764
5765 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5766
5767         Patch by: Sjoerd Simons  <sjoerd at luon net>
5768
5769         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5770           Register nick for enum value (#341160).
5771
5772 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5773
5774         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5775         (plugin_init):
5776          backout typefind patch #340375
5777          
5778         * tests/check/elements/adder.c: (message_received),
5779         (GST_START_TEST), (adder_suite):
5780           redo, signal-handling of test
5781
5782 2006-05-09  Wim Taymans  <wim@fluendo.com>
5783
5784         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5785         (gst_adder_collected):
5786         * gst/adder/gstadder.h:
5787         Remove bogus segment merging and forwarding, we don't
5788         care about timestamps anyway and we just produce a
5789         continuous stream. 
5790         Also create a nice NEWSEGMENT event when we start.
5791         Use _scale_int some more.
5792
5793 2006-05-09  Edward Hervey  <edward@fluendo.com>
5794
5795         * tests/icles/stress-xoverlay.c:
5796         Fix if core was built without parsing support.
5797
5798 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5799
5800         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5801           Add SEDG (Samsung MPEG-4) fourcc.
5802
5803 2006-05-09  Edward Hervey  <edward@fluendo.com>
5804
5805         * tests/icles/stress-xoverlay.c:
5806         * tests/examples/volume/volume.c:
5807         Fix if core was built without parsing support.
5808
5809         * tests/examples/seek/seek.c:
5810         Disable the parse_launch example if core was built without parsing
5811         support.
5812
5813 2006-05-08  Edward Hervey  <edward@fluendo.com>
5814
5815         * autogen.sh: (CONFIGURE_DEF_OPT): 
5816         libtoolize on Darwin/MacOSX is called glibtoolize
5817
5818 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5819
5820         * tests/check/Makefile.am:
5821         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5822           Disable the adder test, until the build-slaves posses the kindness to 
5823           either like it or to give valid reason for not doing so 
5824
5825 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5826
5827         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5828         (adder_suite):
5829           Shuffle NULL state change around and raise timeout more
5830
5831 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5832
5833         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5834         (mp4_type_find), (plugin_init):
5835           Add typefind to distinguish between "audio/x-m4a" and new type
5836           "video/mp4". Fixes #340375
5837
5838         * tests/check/elements/adder.c: (adder_suite):
5839           Raise timeout to make buildbot happy
5840
5841 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5842
5843         * gst/adder/gstadder.c: (gst_adder_sink_event),
5844         (gst_adder_request_new_pad), (gst_adder_change_state):
5845         * gst/adder/gstadder.h:
5846         * tests/check/Makefile.am:
5847         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5848         (adder_suite), (main):
5849           Add sink-event handling to adder. It tries to merge incomming
5850           newsegment-events. Added test to check if segment_done is comming
5851           through. Fixes #340060
5852
5853 2006-05-05  Andy Wingo  <wingo@pobox.com>
5854
5855         * ext/theora/theoraparse.c (gst_theora_parse_init)
5856         (theora_parse_src_convert, theora_parse_src_query):
5857         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5858         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5859         query functions on the source pads of the theora and vorbis parse
5860         elements. Fixes position querying when doing a remux.
5861
5862 2006-05-05  Michael Smith  <msmith@fluendo.com>
5863
5864         * ext/theora/theoraparse.c: (parse_granulepos),
5865         (theora_parse_drain_queue_prematurely),
5866         (theora_parse_queue_buffer), (theora_parse_sink_event):
5867           Fix flushing.
5868           Fix invalid granulepos outputs when starting with a non-keyframe.
5869
5870 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5871
5872         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5873         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5874         Rearrange MPEG system stream detection, fixing some memleaks in the
5875         process.
5876         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5877         they clean up their data correctly.
5878         Remove unused ogganx caps and move the 'is_annodex' check to inside
5879         the 'is_ogg' if statement.
5880
5881 2006-05-05  Wim Taymans  <wim@fluendo.com>
5882
5883         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5884         Properly remove ghostpads. Fixes #340392
5885
5886 2006-05-04  David Schleef  <ds@schleef.org>
5887
5888         * gst/typefind/gsttypefindfunctions.c:
5889
5890 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5891
5892         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5893         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5894
5895         When typefinding an MP3 in push-based mode, don't penalise the
5896         probability down to 74% when we found 5 valid frames just because we
5897         can't peek the end of the file.
5898
5899         Make the probability for detecting MPEG Transport Streams based on the
5900         number of sequential headers we successfully detected.
5901
5902 2006-05-03  Wim Taymans  <wim@fluendo.com>
5903
5904         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5905         (vorbis_dec_push), (vorbis_dec_chain):
5906         Still produce an error when we receive an empty packet.
5907
5908 2006-05-03  Wim Taymans  <wim@fluendo.com>
5909
5910         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5911         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5912         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5913         Mark buffers with DISCONT after seek and after activating new
5914         chains.
5915
5916         * ext/theora/gsttheoradec.h:
5917         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5918         (theora_get_query_types), (theora_dec_sink_event),
5919         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5920         (theora_dec_change_state):
5921         Fix frame counter.
5922         Detect and mark DISCONT buffers.
5923
5924         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5925         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5926         (vorbis_dec_change_state):
5927         * ext/vorbis/vorbisdec.h:
5928         Use GstSegment.
5929         Detect and mark DISCONT buffers.
5930         Don't crash on 0 sized buffers.
5931
5932 2006-05-03  Wim Taymans  <wim@fluendo.com>
5933
5934         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5935         (volume_transform_ip):
5936         Increase "volume" property to 10.0. Fixes #340369.
5937         Set the process function to NULL when capsnego fails so that
5938         we properly error out.
5939
5940 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
5941
5942         * gst/playback/gstplaybin.c: (add_sink):
5943         * gst/playback/test.c: (main):
5944         * gst/playback/test5.c: (dump_element_stats):
5945         * gst/playback/test6.c: (main):
5946           free caps using gst_caps_unref, don't leak caps-strings
5947
5948 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
5949
5950         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5951         (plugin_init):
5952           Refine musepack typefinding a bit. Return MAXIMUM
5953           probability when we detect stream version 7 to make
5954           sure the mpeg audio typefinder doesn't trump us.
5955
5956 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
5957
5958         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5959           Protect against unexpected NULL strf_data buffer.
5960
5961 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5962
5963         * tests/check/elements/audioconvert.c: (verify_convert),
5964         (GST_START_TEST):
5965           interpret the out[] buffer in the order the bytes are actually
5966           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5967           Other tests should use BYTE_ORDER since the array is filled in
5968           with actual values
5969
5970 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5971
5972         * tests/check/elements/audioconvert.c: (verify_convert),
5973         (GST_START_TEST):
5974           when a test fails, give an indication of which it is
5975
5976 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5977
5978         * gst-libs/gst/cdda/gstcddabasesrc.c:
5979           compile fix; strtol() needs <stdlib.h>
5980
5981 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5982
5983         * ext/alsa/gstalsamixerelement.c:
5984         * ext/alsa/gstalsasrc.c:
5985         * ext/cdparanoia/gstcdparanoiasrc.c:
5986         * ext/gnomevfs/gstgnomevfssink.c:
5987         * ext/gnomevfs/gstgnomevfssrc.c:
5988         * ext/ogg/gstoggdemux.c:
5989         * ext/ogg/gstoggmux.c:
5990         * ext/ogg/gstoggparse.c:
5991         * ext/ogg/gstogmparse.c:
5992         * ext/pango/gstclockoverlay.c:
5993         * ext/pango/gsttextoverlay.c:
5994         * ext/pango/gsttextrender.c:
5995         * ext/pango/gsttimeoverlay.c:
5996         * ext/theora/theoradec.c:
5997         * ext/theora/theoraenc.c:
5998         * ext/vorbis/vorbisdec.c:
5999         * ext/vorbis/vorbisenc.c:
6000         * gst-libs/gst/audio/gstaudiofilter.c:
6001         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6002         * gst/audioconvert/gstaudioconvert.c:
6003         * gst/audiorate/gstaudiorate.c:
6004         * gst/audioresample/gstaudioresample.c:
6005         * gst/audiotestsrc/gstaudiotestsrc.c:
6006         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6007         * gst/playback/gstdecodebin.c:
6008         * gst/playback/gstplaybin.c:
6009         * gst/playback/gststreamselector.c:
6010         * gst/subparse/gstsubparse.c:
6011         * gst/tcp/gstmultifdsink.c:
6012         * gst/tcp/gsttcpclientsink.c:
6013         * gst/tcp/gsttcpclientsrc.c:
6014         * gst/tcp/gsttcpserversink.c:
6015         * gst/tcp/gsttcpserversrc.c:
6016         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6017         * gst/videorate/gstvideorate.c:
6018         * gst/videoscale/gstvideoscale.c:
6019         * gst/videotestsrc/gstvideotestsrc.c:
6020         * gst/volume/gstvolume.c:
6021         * sys/v4l/gstv4ljpegsrc.c:
6022         * sys/v4l/gstv4lmjpegsink.c:
6023         * sys/v4l/gstv4lmjpegsrc.c:
6024         * sys/v4l/gstv4lsrc.c:
6025         * sys/ximage/ximagesink.c:
6026         * sys/xvimage/xvimagesink.c:
6027         * tests/check/libs/cddabasesrc.c:
6028           make GstElementDetails const
6029
6030 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6031
6032         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6033         (gst_adder_init):
6034           send events from src-pad to all sink-pads fixes #338657
6035
6036 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6037
6038         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6039         (alsasink_parse_spec):
6040           query width capabilities from alsa, fixes #338919
6041
6042 2006-04-28  Wim Taymans  <wim@fluendo.com>
6043
6044         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6045         (gst_multi_fd_sink_remove_client_link):
6046         * gst/tcp/gstmultifdsink.h:
6047         Fix race condition in multifdsink that can lead to spurious 
6048         duplicate clients. this patch adds a new signal that is fired when
6049         multifdsink has removed all references to the fd.
6050         Fixes #339574.
6051         Updated documentation.
6052         API: client-fd-removed signal added
6053
6054 2006-04-28  Michael Smith  <msmith@fluendo.com>
6055
6056         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6057           When asking g_value_array_new to prealloc elements, we may as well
6058           ask for the right number of elements.
6059
6060 2006-04-28  Wim Taymans  <wim@fluendo.com>
6061
6062         * gst-libs/gst/audio/gstbaseaudiosink.c:
6063         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6064         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6065         patch to make timestamp checking more tollerant to rounding 
6066         errors given that real discontinuities are to be marked on
6067         buffers. Fixes some asf files and #338778.
6068         Also avoid some crashers when we receive an event in the 
6069         NULL state.
6070
6071 2006-04-28  Michael Smith  <msmith@fluendo.com>
6072
6073         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6074         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6075         (gst_gnome_vfs_src_get_property),
6076         (gst_gnome_vfs_src_send_additional_headers_callback),
6077         (gst_gnome_vfs_src_received_headers_callback),
6078         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6079         (gst_gnome_vfs_src_stop):
6080         * ext/gnomevfs/gstgnomevfssrc.h:
6081           Remove ICY handling (mostly) from gnomevfssrc, in favour of
6082           proper shared support within icydemux.
6083
6084 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6085
6086         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6087         (gst_video_rate_swap_prev), (gst_video_rate_chain):
6088           fix up docs
6089           fix a leak when no caps negotiated
6090           fix counting of input frames
6091         * tests/check/elements/.cvsignore:
6092         * tests/check/elements/videorate.c: (assert_videorate_stats),
6093         (GST_START_TEST), (videorate_suite):
6094           add tests for these
6095
6096 2006-04-28  Wim Taymans  <wim@fluendo.com>
6097
6098         * gst-libs/gst/audio/gstringbuffer.c:
6099         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6100         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6101         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6102         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6103         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6104         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6105         (gst_ring_buffer_commit), (gst_ring_buffer_read),
6106         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6107         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6108         Check arguments passed to public functions instead of
6109         crashing.
6110
6111 2006-04-28  Wim Taymans  <wim@fluendo.com>
6112
6113         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6114         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6115         GstBaseAudioSrc must be live or it does not work.
6116
6117         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6118         Don't set live to TRUE as this is the default in the parentclass.
6119
6120 2006-04-28  Wim Taymans  <wim@fluendo.com>
6121
6122         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6123         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6124         Videoscale doesn't pass on pixel-aspect ratio. Handle all
6125         fixation cases better. Fixes #338991
6126
6127 2006-04-28  Wim Taymans  <wim@fluendo.com>
6128
6129         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6130         Handle 0/1 framerate correctly Fixes #331901.
6131
6132 2006-04-28  Wim Taymans  <wim@fluendo.com>
6133
6134         * tests/check/elements/audioconvert.c: (get_float_caps),
6135         (GST_START_TEST), (audioconvert_suite):
6136         Added check for correct clipping when doing float samples
6137         in audioconvert.
6138
6139 2006-04-28  Wim Taymans  <wim@fluendo.com>
6140
6141         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6142         (gst_video_rate_chain):
6143         Print more debugging info.
6144
6145 2006-04-28  Wim Taymans  <wim@fluendo.com>
6146
6147         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6148         (resample_set_state_from_caps):
6149         Add support for other formats audioresample can handle such as
6150         32 bits in and float and 64 bits float. Fixes #301759
6151
6152 2006-04-28  Wim Taymans  <wim@fluendo.com>
6153
6154         * gst/audioconvert/audioconvert.c: (float):
6155         correctly clip float samples > 1.0. Fixes #338718
6156
6157 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6158
6159         Patch by: Young-Ho Cha  <ganadist at chollian net>
6160
6161         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6162         (gst_text_overlay_render_text):
6163           Don't strip newlines from the text. Also, center lines
6164           within multi-line paragraphs (#339405).
6165
6166 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6167
6168         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6169           Fix wavpack typefinding to work in more cases (don't peek
6170           for chunks of multiple hundred kBs at once, but process
6171           things step-by-step in smaller units). Fixes #339786.
6172
6173 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6174
6175         * configure.ac:
6176           back to HEAD
6177
6178 === release 0.10.6 ===
6179
6180 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
6181
6182         * configure.ac:
6183           releasing 0.10.6, "Chao"
6184
6185 2006-04-26  David Schleef  <ds@schleef.org>
6186
6187         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6188           Fixes #338897.
6189
6190 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6191
6192         * configure.ac:
6193         * win32/common/config.h:
6194           new prerelease
6195
6196 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6197
6198         patch by: Wim Taymans
6199
6200         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6201         (gst_ogg_demux_perform_seek):
6202           make sure correct newsegments are sent, so that the decoder
6203           and the demuxer agree on timestamps.  Fixes playback of a lot
6204           of Ogg files that do not start from 0.  Fixes #339833.
6205
6206 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6207
6208         Patch by: Edward Hervey  <edward@fluendo.com>
6209
6210         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6211         * tests/check/Makefile.am:
6212         * tests/check/elements/videorate.c: (assert_videorate_stats),
6213         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6214         (videorate_suite), (main):
6215           Fix an infinite loop if frames are passed in with wrongly ordered
6216           timestamps.  Fixes #339013.
6217
6218 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6219
6220         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6221
6222         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6223           fix typefinding on some ISO files.  Fixes #339212.
6224
6225 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6226
6227         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6228
6229         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6230           add another H264 fourcc.  Fixes #339047.
6231
6232 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6233
6234         Patch by: Jan Schmidt
6235
6236         * gst/playback/gststreamselector.c:
6237         (gst_stream_selector_bufferalloc):
6238           Restore old StreamSelector behaviour.
6239           Fixes #338419.
6240
6241 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6242
6243         * configure.ac:
6244         * win32/common/config.h:
6245           prerelease
6246
6247 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6248
6249         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6250
6251         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6252         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6253           Fix some memory leaks: on finalize, free buffers left in the queue
6254           before destroying the queue; in _push(), unref rtp_buf even if
6255           the process vfunc returned a NULL buffer as output buffer (#337548);
6256           demote some recuring debug messages to LOG level.
6257
6258 2006-04-11  Wim Taymans  <wim@fluendo.com>
6259
6260         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6261         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6262         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6263         (gst_ogg_demux_loop):
6264         More cleanups.
6265         Respect segment stop when emiting EOS or SEGMENT_DONE.
6266         Fixes (#337945).
6267
6268 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6269
6270         * gst/playback/gststreamselector.c:
6271         (gst_stream_selector_get_property):
6272           Don't leak pad name.
6273
6274 2006-04-10  Michael Smith  <msmith@fluendo.com>
6275
6276         * tests/check/Makefile.am:
6277         * tests/check/gst-plugins-base.supp:
6278           Suppress an old libtheora bug (fixed in more recent versions), so 
6279           that FC4 buildslaves can pass.
6280
6281 2006-04-10  Wim Taymans  <wim@fluendo.com>
6282
6283         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6284         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6285         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6286         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6287         (gst_ogg_demux_loop):
6288         Don't leak events.
6289         Remember what error we got when finding chains, if we
6290         were shutdown, that would not be an error.
6291
6292 2006-04-10  Wim Taymans  <wim@fluendo.com>
6293
6294         * gst-libs/gst/audio/gstbaseaudiosink.c:
6295         (gst_base_audio_sink_event):
6296         Starting the ringbuffer when we did not acquire it can cause
6297         a deadlock, is pointless and causes nasty things for
6298         subclasses. 
6299         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6300
6301 2006-04-10  Wim Taymans  <wim@fluendo.com>
6302
6303         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6304         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6305         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6306         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6307         (gst_ogg_demux_deactivate_current_chain),
6308         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6309         (gst_ogg_demux_bisect_forward_serialno),
6310         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6311         Add some more debugging.
6312
6313 2006-04-10  Wim Taymans  <wim@fluendo.com>
6314
6315         * ext/theora/theoradec.c: (theora_dec_src_event),
6316         (theora_handle_data_packet):
6317         Some more debug info.
6318
6319         * tests/examples/seek/seek.c: (start_seek), (main):
6320         Print element messages too.
6321
6322 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6323
6324         * gst/audioresample/debug.h:
6325           replace debug macros with variable number of parameters
6326           by a simple alias to gstreamer standard debug macros 
6327          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6328           supported by MSVC 6.0 and 7.1)
6329         * gst/audioresample/resample.h:
6330           define M_PI and rint for WIN32
6331         * win32/common/libgstaudio.def:
6332         * win32/common/libgstriff.def:
6333         * win32/common/libgsttag.def:
6334         * win32/common/libgstvideo.def:
6335           add new exported functions
6336         * win32/vs6:
6337           update project files
6338
6339 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6340
6341         * ext/alsa/gstalsamixeroptions.c:
6342         (gst_alsa_mixer_options_class_init):
6343         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6344         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6345         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6346         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6347         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6348         * gst-libs/gst/audio/gstaudiofilter.c:
6349         (gst_audio_filter_class_init):
6350         * gst-libs/gst/audio/gstaudiosink.c:
6351         (gst_audioringbuffer_class_init):
6352         * gst-libs/gst/audio/gstaudiosrc.c:
6353         (gst_audioringbuffer_class_init):
6354         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6355         * gst-libs/gst/interfaces/colorbalancechannel.c:
6356         (gst_color_balance_channel_class_init):
6357         * gst-libs/gst/interfaces/mixeroptions.c:
6358         (gst_mixer_options_class_init):
6359         * gst-libs/gst/interfaces/mixertrack.c:
6360         (gst_mixer_track_class_init):
6361         * gst-libs/gst/interfaces/tunerchannel.c:
6362         (gst_tuner_channel_class_init):
6363         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6364         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6365         (gst_netbuffer_class_init):
6366         * gst-libs/gst/rtp/gstbasertppayload.c:
6367         (gst_basertppayload_class_init):
6368         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6369         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6370         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6371         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6372         * gst/playback/gststreamselector.c:
6373         (gst_stream_selector_class_init):
6374         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6375         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6376         * sys/v4l/gstv4lcolorbalance.c:
6377         (gst_v4l_color_balance_channel_class_init):
6378         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6379         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6380         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6381         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6382         (gst_v4l_tuner_norm_class_init):
6383         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6384         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6385         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6386         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6387
6388 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6389
6390         * ext/pango/gsttextrender.h:
6391         * gst-libs/gst/audio/gstaudiosink.h:
6392         * gst-libs/gst/audio/gstaudiosrc.h:
6393         * gst-libs/gst/audio/gstbaseaudiosink.h:
6394         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6395         * gst-libs/gst/audio/gstringbuffer.h:
6396         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6397         * gst-libs/gst/rtp/gstbasertppayload.h:
6398         * gst-libs/gst/video/gstvideofilter.h:
6399         * gst-libs/gst/video/gstvideosink.h:
6400         * gst/playback/gstplaybasebin.h:
6401         * gst/tcp/gstmultifdsink.h:
6402         * sys/v4l/gstv4lelement.h:
6403         Fix broken GObject macros
6404
6405 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6406
6407         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6408         More debug to trace why my USB headset is not working with gst
6409
6410 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6411
6412         * gst/playback/gstplaybasebin.c: (group_destroy):
6413         Clean up our group elements properly in the case where it never 
6414         got committed - it still got added unconditionally to the bin.
6415
6416 2006-04-07  Wim Taymans  <wim@fluendo.com>
6417
6418         * ext/theora/theoradec.c: (theora_dec_sink_event),
6419         (theora_handle_data_packet), (theora_dec_chain):
6420         Unref unhandled events.
6421         Protect against empty buffers.
6422         Perform QoS on running time.
6423
6424 2006-04-07  Michael Smith  <msmith@fluendo.com>
6425
6426         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6427         (gst_vorbis_enc_chain):
6428           Remove leaks from vorbisenc.
6429           Mostly minor changes, the only significant one is that now the
6430           buffers we set as 'streamheader' on the caps are copies of the
6431           original buffers, to avoid circular refcounting problems.
6432
6433 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6434
6435         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6436           Don't remove our mute-probe if someone else already did so.
6437           Don't set a 2nd one if there is already one pending on the pad.
6438
6439         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6440         (do_playbin_seek):
6441           When a seek fails, ensure that playbin is still set back to playing.
6442           
6443         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6444         (mpeg_ts_type_find), (plugin_init):
6445           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6446
6447 2006-04-06  Andy Wingo  <wingo@pobox.com>
6448
6449         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6450         (gst_video_rate_init): Caps-related parameters should not be reset
6451         by a flush -- move their inits to the instance init function.
6452         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6453         is not OK, just return the result.
6454
6455         * gst/audiotestsrc/gstaudiotestsrc.c
6456         (gst_audio_test_src_class_init)
6457         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6458         broken by Stefan's commit on 24 March.
6459
6460         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6461         buffers being pushed out. Fixes oggmux ! multifdsink.
6462
6463 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6464
6465         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6466         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6467         * ext/vorbis/vorbisdec.h:
6468         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6469         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6470         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6471         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6472         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6473         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6474         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6475         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6476         (gst_vorbis_enc_buffer_from_packet),
6477         (gst_vorbis_enc_buffer_from_header_packet),
6478         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6479         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6480         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6481         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6482         (gst_vorbis_enc_change_state):
6483         * ext/vorbis/vorbisenc.h:
6484           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6485           vorbisenc adhere to the official nomenclature; use boilerplate
6486           macro.
6487
6488 2006-04-04  Andy Wingo  <wingo@pobox.com>
6489
6490         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6491         Whoops, fix bug introduced. Bad hacker!
6492         
6493         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6494         Properly handle the case where you get EOS before any buffers are
6495         received. Use gst_buffer_make_metadata_writable where appropriate.
6496
6497         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6498         is often negative -- make it signed so as not to wrap around.
6499         Fixes segfaults introduced on 9 March.
6500
6501 2006-04-03  Wim Taymans  <wim@fluendo.com>
6502
6503         * ext/theora/gsttheoradec.h:
6504         * ext/theora/theoradec.c: (theora_dec_src_event):
6505         Don't try to store a gdouble in a gboolean.
6506         Small cleanups.
6507
6508 2006-04-03  Michael Smith  <msmith@fluendo.com>
6509
6510         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6511           Oggmux sucks.
6512           Make it suck slightly less by writing out the final page.
6513           Still can't encode a vorbis-in-ogg file correctly, though.
6514
6515 2006-04-03  Andy Wingo  <wingo@pobox.com>
6516
6517         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6518         a g_print.
6519
6520         * ext/theora/theora.c (plugin_init): Register theoraparse.
6521
6522         * ext/theora/gsttheoraparse.h: 
6523         * ext/theora/theoraparse.c: New files implementing a theora
6524         parser. Now we can properly remux ogg/theora+vorbis, yay.
6525
6526         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6527
6528 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6529
6530         * gst/audiotestsrc/gstaudiotestsrc.c:
6531           Fixed the sample pipeline (see #323798)
6532
6533 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6534
6535         * configure.ac:
6536         * win32/common/config.h:
6537         * win32/common/config.h.in:
6538           use AS_VERSION and AS_NANO
6539           more cleanups
6540
6541 2006-03-31  Andy Wingo  <wingo@pobox.com>
6542
6543         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6544         uninitialized variable return that would happen.
6545         
6546         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6547         uninitialized variable return that would never happen.
6548
6549         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6550         (vorbis_parse_sink_event): Add an event function to flush our
6551         state on a seek, and to drain buffers on a premature EOS.
6552         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6553         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6554         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6555         (vorbis_parse_drain_queue): Queue up buffers until we can set
6556         their timestamps and granulepos values.
6557
6558         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6559         and keep track of data needed for deriving granulepos and
6560         timestamps for buffers.
6561
6562 2006-03-29  Wim Taymans  <wim@fluendo.com>
6563
6564         Patch by: j^ <j at bootlab dot org>
6565
6566         * ext/alsa/gstalsamixerelement.c:
6567         (gst_alsa_mixer_element_class_init):
6568         * ext/alsa/gstalsasink.c:
6569         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6570         * ext/ogg/gstoggdemux.c:
6571         * ext/ogg/gstoggmux.c:
6572         * ext/ogg/gstoggparse.c:
6573         * ext/pango/gstclockoverlay.c:
6574         * ext/pango/gsttextoverlay.c:
6575         * ext/pango/gsttextrender.c:
6576         * ext/pango/gsttimeoverlay.c:
6577         * ext/theora/theoradec.c:
6578         * ext/theora/theoraenc.c:
6579         * ext/vorbis/vorbisdec.c:
6580         * ext/vorbis/vorbisenc.c:
6581         * gst/audioconvert/gstaudioconvert.c:
6582         * gst/subparse/gstsubparse.c:
6583         * gst/tcp/gstmultifdsink.c:
6584         * gst/tcp/gsttcpclientsink.c:
6585         * gst/tcp/gsttcpclientsrc.c:
6586         * gst/tcp/gsttcpserversink.c:
6587         * gst/tcp/gsttcpserversrc.c:
6588           better/unified long descriptions
6589           Fixes #336477
6590
6591 2006-03-29  Wim Taymans  <wim@fluendo.com>
6592
6593         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6594         (stop_seek):
6595         Don't let double and triple clicks mess up our state.
6596
6597 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6598
6599         * gst/playback/gstplaybin.c: (gen_video_element),
6600         (gen_text_element), (gen_audio_element), (gen_vis_element):
6601           Error out gracefully when we can't create any of the usual
6602           conversion elements for some reason. Also, don't try to
6603           create an audioscale (sic) element that's not used anyway.
6604
6605 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6606
6607         * gst/playback/gstplaybasebin.c: (setup_source):
6608           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6609           element for a particular protocol, that's confusing for users.
6610           Instead, post a RESOURCE_FAILED error, so that our own error
6611           message is actually shown in totem etc. (#336303).
6612
6613 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6614
6615         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6616
6617         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6618         (gst_gnome_vfs_src_get_icy_metadata):
6619           Fix some minor memory leaks (#336194).
6620
6621 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6622
6623         * ext/gnomevfs/gstgnomevfs.c:
6624         (gst_gnome_vfs_location_to_uri_string):
6625         * ext/gnomevfs/gstgnomevfs.h:
6626         * ext/gnomevfs/gstgnomevfssink.c:
6627         (gst_gnome_vfs_sink_set_property):
6628         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6629           Make gnomevfssink accept filenames as well as URIs for the
6630           "location" property, just like gnomevfssrc does (and
6631           filesrc/filesink do) (#336190).
6632
6633 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6634
6635         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6636           set to NULL before unreffing, fixes a valgrind leak.
6637           Why was this not triggering the error that an object needs to
6638           be NULL before unreffing ?
6639         * win32/common/config.h:
6640           update
6641
6642 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6643
6644         * gst/subparse/gstsubparse.c: (convert_encoding),
6645         (gst_sub_parse_change_state):
6646         * gst/subparse/gstsubparse.h:
6647           Text subtitle files may or may not be UTF-8. If it's not, we
6648           don't really want to see '?' characters in place of non-ASCII
6649           characters like accented characters. So let's assume the input
6650           is UTF-8 until we come across text that is clearly not. If it's
6651           not UTF-8, we don't really know what it is, so try the following:
6652           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6653           is set; if not, check (b) if the current locale encoding is
6654           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6655           the current locale encoding is UTF-8 and the environment variable
6656           was not set to any particular encoding. Not perfect, but better
6657           than nothing (and better than before, I think) (fixes #172848).
6658
6659 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6660
6661         * configure.ac:
6662           update core requirement to 0.10.4.1 because of async_playback
6663           vmethod on GstBaseSink
6664
6665 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6666
6667         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6668         * gst/adder/gstadder.c: (gst_adder_init):
6669         use DEBUG_FUNCPTR for collectpads
6670
6671 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6672
6673         * docs/plugins/Makefile.am:
6674         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6675         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6676         * ext/cdparanoia/gstcdparanoiasrc.c:
6677         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6678         (gst_gnome_vfs_sink_class_init):
6679         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6680         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6681         * ext/ogg/gstoggmux.c:
6682         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6683         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6684         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6685         * ext/pango/gsttextoverlay.c:
6686         * ext/pango/gsttextrender.c:
6687         * ext/theora/theoradec.c:
6688         * ext/theora/theoraenc.c:
6689         * ext/vorbis/vorbisdec.c:
6690         * ext/vorbis/vorbisenc.c:
6691         * gst-libs/gst/audio/gstaudiofilter.c:
6692         (gst_audio_filter_base_init):
6693         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6694         (gst_audio_filter_template_base_init):
6695         * gst/adder/gstadder.c: (gst_adder_get_type):
6696         * gst/adder/gstadder.h:
6697         * gst/audioconvert/gstaudioconvert.c:
6698         * gst/audiotestsrc/gstaudiotestsrc.c:
6699         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6700         (gst_audio_test_src_create):
6701         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6702         * gst/playback/gstdecodebin.c:
6703         * gst/playback/gstplaybin.c:
6704         * gst/playback/gststreamselector.c:
6705         (gst_stream_selector_base_init):
6706         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6707         * gst/volume/gstvolume.c:
6708         * sys/v4l/gstv4lmjpegsink.c:
6709         * sys/v4l/gstv4lmjpegsrc.c:
6710         * tests/check/libs/cddabasesrc.c:
6711         * tests/old/examples/gob/gst-identity2.gob:
6712           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6713           define GstElementDetails at the top
6714
6715 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6716
6717         * win32/common/libgstinterfaces.def:
6718         Add a lot of export functions for gst-python
6719         * win32/vs6/libgstinterfaces.dsp:
6720         Add a missing include folder in the project configuration
6721         
6722 2006-03-23  Wim Taymans  <wim@fluendo.com>
6723
6724         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6725         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6726         (gst_base_audio_src_change_state):
6727         Fix audio sources, forgot to make the ringbuffer
6728         startable...
6729
6730 2006-03-23  Wim Taymans  <wim@fluendo.com>
6731
6732         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6733         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6734         (gst_base_audio_src_change_state):
6735         unparent instead of unref the ringbuffer.
6736
6737 2006-03-23  Wim Taymans  <wim@fluendo.com>
6738
6739         * gst-libs/gst/audio/gstbaseaudiosink.c:
6740         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6741         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6742         Implement new async_play vmethod to start slaving and allow
6743         playback start in case of async PLAY state changes. 
6744
6745         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6746         Enable QoS with new method in base class.
6747
6748 2006-03-23  Wim Taymans  <wim@fluendo.com>
6749
6750         Patch by: Julien MOUTTE <julien at moutte dot net>
6751
6752         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6753         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6754         Partially handle 0 framerate, only EOS after the first frame
6755         is missing.
6756
6757 2006-03-23  Wim Taymans  <wim@fluendo.com>
6758
6759         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6760
6761         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6762         (gst_riff_create_video_template_caps):
6763         * gst/ffmpegcolorspace/avcodec.h:
6764         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6765         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6766         (gst_ffmpegcsp_avpicture_fill):
6767         * gst/ffmpegcolorspace/imgconvert.c:
6768         Patch for support of YVU9 AVI files (#334822)
6769
6770 2006-03-22  Edward Hervey  <edward@fluendo.com>
6771
6772         * docs/design/design-decodebin.txt:
6773         Added design document for new decodebin
6774         (Target Caps): text/x-pango-markup is also a default target caps.
6775
6776 2006-03-22  Wim Taymans  <wim@fluendo.com>
6777
6778         * gst-libs/gst/audio/gstbaseaudiosink.c:
6779         (gst_base_audio_sink_dispose):
6780         Since we _parent the ringbuffer, we also need to
6781         _unparent instead of a plain _unref.
6782
6783 2006-03-22  Wim Taymans  <wim@fluendo.com>
6784
6785         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6786         (stop_seek), (scrub_toggle_cb), (main):
6787         Add scrub checkbox.
6788
6789 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6790
6791         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6792         (gst_ogg_parse_chain):
6793           Fix very inefficient usage of linked lists (#335365).
6794
6795 2006-03-21  Edward Hervey  <edward@fluendo.com>
6796
6797         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6798         * gst/playback/gstplaybin.c: (handoff):
6799         * gst/playback/gststreamselector.c:
6800         (gst_stream_selector_set_property):
6801         gcc 4.1 unreferenced pointer fixes.
6802         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6804         gst_buffer_ref() now takes a GstBuffer*.
6805
6806 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6807
6808         * sys/xvimage/xvimagesink.c:
6809         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6810         by Jan Schmidt.
6811
6812 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6813
6814         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6815         (id3v1_type_find), (apetag_type_find), (plugin_init):
6816           Can't do tag preferences via probability, as tags would then
6817           lose against types that are recognised with MAXIMUM probability
6818           (like .wav); so let all tag typefinders return MAXIMUM themselves
6819           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6820           that we can prefer APE to ID3v1 (fixes #335028).
6821           
6822 2006-03-17  Wim Taymans  <wim@fluendo.com>
6823
6824         * gst-libs/gst/audio/gstbaseaudiosink.c:
6825         (gst_base_audio_sink_change_state):
6826         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6827         (gst_ring_buffer_may_start):
6828         * gst-libs/gst/audio/gstringbuffer.h:
6829         Only start playback if we are playing.
6830         should fix #330748.
6831
6832 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6833
6834         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6835         * win32/common/config.h:
6836           Revert accidental commits to these files.
6837
6838 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6839
6840         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6841
6842         * tests/Makefile.am:
6843           Don't try to build tests in tests/icles if we
6844           don't have X (#323852)
6845
6846 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6847
6848         * gst-libs/gst/tag/gstid3tag.c:
6849           Add TXXX frame identifiers for replaygain stuff as used
6850           by some taggers (see #323721).
6851
6852 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6853
6854         * gst/playback/gststreamselector.c:
6855         (gst_stream_selector_set_property),
6856         (gst_stream_selector_bufferalloc):
6857           Preserve the existing buggy streamselector behaviour by performing
6858           a fallback buffer allocation when downstream isn't linked yet.
6859           This should really be fixed in playbin by blocking pads until it's
6860           linked them.
6861           Also, use gst_pad_alloc_buffer instead of
6862           gst_pad_alloc_buffer_and_set.
6863
6864 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6865
6866         * gst-libs/gst/tag/gstid3tag.c:
6867           Don't crash on unknown ID3v2 TXXX frames.
6868           
6869 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6870
6871         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6872           Chain up to the parent finalize method.
6873           Add 32-bit sample size to the template caps.
6874
6875         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6876         (gst_riff_create_video_template_caps):
6877           Add the fourcc that the VMWare codec uses.
6878           
6879         * gst/playback/gststreamselector.c:
6880         (gst_stream_selector_set_property),
6881         (gst_stream_selector_bufferalloc),
6882         (gst_stream_selector_request_new_pad):
6883           For the active pad, forward buffer-alloc requests, otherwise
6884           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6885           having to memcpy every frame when used by playbin.
6886
6887         * gst/tcp/gstmultifdsink.c:
6888         (gst_multi_fd_sink_handle_client_write):
6889           Get negotiated caps from the sink pad, rather than the sink
6890           pad's peer.
6891
6892 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6893
6894         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6895         
6896         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6897           Don't forget to set src->callbacks_pushed to FALSE again when
6898           popping them, otherwise re-activation in a different mode won't
6899           work (#334620).
6900
6901 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6902
6903         Patch by: Sebastien Moutte  <sebastien moutte net>
6904
6905         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6906         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6907         (gst_ffmpeg_smpfmt_to_caps):
6908           Replace __VA_ARGS__ caps creation macros with varargs functions.
6909           Makes things compile on MSVC (#320765), looks nicer, and we can
6910           tell the compiler to check for the NULL terminator.
6911
6912 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6913
6914         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6915
6916         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6917           Make sure the buffer we copy into is really always big
6918           enough, this time for real (#333488).
6919           
6920 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6921
6922         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6923           Add support for 24bpp DIB (#305279).
6924
6925 2006-03-14  Wim Taymans  <wim@fluendo.com>
6926
6927         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6928         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6929         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6930         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6931         (gst_video_scale_init), (gst_video_scale_src_event):
6932         Re-enable QoS after the release.
6933         Rework videoscale to use the base class src_event handler.
6934
6935 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6936
6937         * configure.ac:
6938           back to CVS.
6939
6940 === release 0.10.5 ===
6941
6942 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
6943
6944         * configure.ac:
6945           releasing 0.10.5, "Net"
6946
6947 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
6948
6949         * docs/plugins/Makefile.am:
6950           Part of previous cdparanoiasrc docs fixes, forgot to commit.
6951           
6952 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6953
6954         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6955         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6956         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6957           Add cdparanoiasrc to docs.
6958
6959         * gst-libs/gst/cdda/gstcddabasesrc.c:
6960           More GstCddaBaseSrc docs.
6961
6962 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6963
6964         * docs/libs/gst-plugins-base-libs-sections.txt:
6965         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6966         * gst-libs/gst/tag/tag.h:
6967           API: libgsttag: new method gst_tag_from_id3_user_tag().
6968
6969 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6970
6971         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6972           NULL-terminate array of mpeg4 video file extensions.
6973           Fixes crash on PPC (#334226).
6974
6975 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6976
6977         * ext/gnomevfs/gstgnomevfssrc.c:
6978         (gst_gnome_vfs_src_check_get_range):
6979           gnome_vfs_uri_is_local() alone is not a good indicator
6980           whether we can operate in pull-mode with a specific URI,
6981           as it returns FALSE for file:// URIs that point to an
6982           NFS-mounted path. Be more conservative here: whitelist
6983           local files, blacklist http URIs and use the old
6984           mechanism for anything else (fixes #334216).
6985
6986 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6987
6988         * configure.ac:
6989           back to trunk
6990
6991 === release 0.10.4 ===
6992
6993 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
6994
6995         * configure.ac:
6996           releasing 0.10.4, "Power"
6997
6998 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
6999
7000         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7001         Disable max-lateness by setting it to -1 for now, so that 
7002         we can bed QoS stuff in thoroughly between now and the next
7003         release.
7004
7005 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
7006
7007         Patch by: Fabrizio Gennari
7008
7009         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7010           Make sure we don't read beyond the palette buffer in case of
7011           broken or manipulated files (#333488)
7012
7013 2006-03-10  Edward Hervey  <edward@fluendo.com>
7014
7015         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7016         Fix for variable not initialized.
7017
7018 2006-03-09  Wim Taymans  <wim@fluendo.com>
7019
7020         * ext/libvisual/visual.c: (gst_visual_get_type),
7021         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7022         (gst_visual_chain):
7023         Small cleanups.
7024
7025         * ext/theora/gsttheoradec.h:
7026         * ext/theora/theoradec.c: (gst_theora_dec_init),
7027         (gst_theora_dec_reset), (_theora_granule_time),
7028         (theora_dec_src_convert), (theora_dec_sink_convert),
7029         (theora_dec_src_query), (theora_dec_src_event),
7030         (theora_dec_sink_event), (theora_handle_comment_packet),
7031         (theora_handle_header_packet), (theora_dec_push),
7032         (theora_handle_data_packet), (theora_dec_chain),
7033         (theora_dec_change_state):
7034         Add simple QoS.
7035
7036 2006-03-09  Wim Taymans  <wim@fluendo.com>
7037
7038         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7039         (audiocast_register_listener), (gst_gnome_vfs_src_start):
7040         Some cleanups.
7041
7042 2006-03-09  Wim Taymans  <wim@fluendo.com>
7043
7044         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7045         Don't try to activate NULL chains.
7046
7047 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7048
7049         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7050           Fix invalid memory access to region before peek'd data (#332964).
7051
7052 2006-03-09  Wim Taymans  <wim@fluendo.com>
7053
7054         Patch by: Christophe Fergeau
7055
7056         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7057         * ext/pango/gsttextrender.c: (gst_text_render_init):
7058         * gst/adder/gstadder.c: (gst_adder_init):
7059         Don't leak padtemplates, closes #333510.
7060
7061 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7062
7063         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7064           Fix invalid memory access: make sure string passed to
7065           regexec() is NUL-termianted.
7066
7067 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7068
7069         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7070         (mp3_type_find):
7071           Refactor mpeg/audio typefinding to make it more maintainable
7072           and easier to fine-tune. Make probing into middle of the file
7073           work properly (fixes #333900, also see #152688).
7074
7075 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7076
7077         * gst/typefind/gsttypefindfunctions.c:
7078         (utf8_type_find_have_valid_utf8_at_offset):
7079           Remove part from previous commit that was bogus:
7080           g_utf8_validate() does in fact not accept embedded
7081           zeroes, so we don't need to check for those (thanks
7082           to Mike for the hint).
7083
7084 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7085
7086         * gst/typefind/gsttypefindfunctions.c:
7087         (utf8_type_find_count_embedded_zeroes),
7088         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7089           Make plain/text typefinder more conservative: firstly, check
7090           for embedded zeroes, which are perfectly valid UTF-8 characters,
7091           but also a fairly good sign that something is not a plain text
7092           file; secondly, probe into the middle of the file if possible.
7093           If we can't probe into the middle, limit the probability value
7094           to be returned to TYPE_FIND_POSSIBLE (see #333900).
7095
7096 2006-03-08  Michael Smith  <msmith@fluendo.com>
7097
7098         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7099           Make typefind function name for mpeg4 video unique.
7100
7101 2006-03-08  Wim Taymans  <wim@fluendo.com>
7102
7103         * ext/libvisual/visual.c: (gst_visual_init),
7104         (gst_visual_clear_actors), (gst_visual_dispose),
7105         (gst_visual_reset), (gst_visual_src_setcaps),
7106         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7107         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7108         (gst_visual_chain), (gst_visual_change_state):
7109         Cleanups, post nice errors.
7110         Handle sink and src events.
7111         Implement simple QoS.
7112
7113         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7114         Use new basesink methods to configure max-lateness.
7115         Small doc update.
7116
7117         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7118         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7119         Debug statement cleanups.
7120
7121         * gst/volume/gstvolume.c: (gst_volume_class_init):
7122         Simple cleanup.
7123
7124 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7125
7126         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7127         (gst_text_overlay_init), (gst_text_overlay_set_property),
7128         (gst_text_overlay_get_property):
7129           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7130           as string type properties, but mark them deprecated. Add
7131           'halignment' and 'valignment' properties that use enums
7132           instead of strings.
7133
7134 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7135
7136         Patch by: Fabrizio Gennari
7137
7138         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7139           Allow palettes with less than 256 colours in AVI files
7140           (#333488)
7141
7142 2006-03-07  Julien MOUTTE  <julien@moutte.net>
7143
7144         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7145         (gst_text_overlay_video_event): Fix wrong EOS handling on text
7146         pad. We were releasing the queued text buffer when we should keep
7147         it until video pad gets EOS or discard the text buffer because it's
7148         too old. That was eating the last subtitle buffer. Add some more
7149         debug.
7150
7151 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7152
7153         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7154         (gst_text_overlay_video_chain):
7155           Fix invalid memory access (we can't access a buffer after it's been
7156           pushed downstream without taking a reference); fix memory leak (if
7157           there's no text to render, bail out before allocating stuff).
7158
7159 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7160
7161         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7162         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7163         * ext/pango/gsttextoverlay.h:
7164           If input is plain text, escape it before passing it to
7165           pango_layout_set_markup().
7166
7167 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7168
7169         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7170           Don't ignore flow return from gst_pad_push().
7171
7172 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7173
7174         Patch by: Fabrizio Gennari
7175
7176         * ext/libvisual/visual.c: (gst_visual_getcaps),
7177         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7178         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7179         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7180         (gst_vorbisenc_convert_sink):
7181         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7182         (gst_audio_duration_from_pad_buffer):
7183         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7184         (gst_audio_filter_chain):
7185         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7186         (gst_base_rtp_depayload_setcaps):
7187         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7188         (gst_video_get_size):
7189         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7190           Don't leak references returned by gst_pad_get_parent()
7191           (#333663)
7192
7193 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
7194
7195         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7196           change location param details
7197         * gst/volume/gstvolume.c: (plugin_init):
7198           correct plugin description
7199
7200 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7201
7202         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7203         (gst_gnome_vfs_src_check_get_range):
7204           Override GstBaseSrc::check_get_range() in order to avoid opening
7205           the resource just to check whether we can operate in pull-mode or
7206           not - we can predict that pretty well from the URI alone. Should
7207           fix problems with last.fm (#331690). (Requires latest core CVS).
7208
7209 2006-03-06  Wim Taymans  <wim@fluendo.com>
7210
7211         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7212         (gst_video_sink_class_init):
7213         Throw away frames that are later than 20 ms.
7214
7215 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7216
7217         Patch by: Fabrizio Gennari
7218
7219         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7220           Set depth on WMA caps (#333545)
7221
7222 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7223
7224         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7225         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7226           put Theora BOS pages before others.  This hardcodes
7227           the Ogg/Theora I profile, but hey.
7228
7229 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7230
7231         * ext/ogg/README:
7232           updated with some examples
7233         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7234         (granulepos_add), (theora_buffer_from_packet):
7235         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7236         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7237         (gst_vorbisenc_chain):
7238           implement strategy from ext/ogg/README
7239         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7240         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7241         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7242         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7243           Fix muxer so that oggz-validate is happy with all streams;
7244           except for no eos mark, and the BOS page ordering
7245         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7246         (check_buffer_granulepos):
7247         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7248           update tests to check for OFFSET being set as requested
7249           fixed type of granulepos, it's not a ClockTime
7250
7251 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7252
7253         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7254         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7255         Check that the xvimage we are creating has a correct size
7256         before returning it. (#314897)
7257
7258 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7259
7260         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7261           Give id3 and ape tag typefinders a rank slightly higher
7262           than PRIMARY to ensure they're always run before any of
7263           the other typefinders (in particular wav and mp3) (#324186).
7264
7265 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7266
7267         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7268           Add support for '3IVD' fourcc (#333403).
7269
7270 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7271
7272         * configure.ac:
7273           Bump requirements to GStreamer CVS for the new error enum.
7274
7275         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7276           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7277           space left on the device (fixes #333352).
7278
7279 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7280
7281         * win32/vs6:
7282           add a project file for libgstvolume
7283           update the workspace
7284
7285 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7286
7287         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7288         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7289         (GST_START_TEST):
7290           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7291           Set IN_CAPS on header buffers
7292
7293 2006-03-02  Wim Taymans  <wim@fluendo.com>
7294
7295         * docs/plugins/Makefile.am:
7296         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7297         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7298         Add audioresample to docs.
7299
7300         * gst/audioconvert/gstaudioconvert.c:
7301         Add revision date.
7302
7303         * gst/audioresample/gstaudioresample.c:
7304         (gst_audioresample_base_init), (gst_audioresample_class_init),
7305         (gst_audioresample_init), (gst_audioresample_dispose),
7306         (audioresample_get_unit_size), (audioresample_transform_caps),
7307         (resample_set_state_from_caps), (audioresample_transform_size),
7308         (audioresample_set_caps), (audioresample_event),
7309         (audioresample_do_output), (audioresample_transform),
7310         (audioresample_pushthrough), (gst_audioresample_set_property),
7311         (gst_audioresample_get_property), (plugin_init):
7312         * gst/audioresample/gstaudioresample.h:
7313         Added docs.
7314         Small code cleanups.
7315
7316 2006-03-02  Wim Taymans  <wim@fluendo.com>
7317
7318         * docs/plugins/Makefile.am:
7319         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7320         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7321         Added videoscale to docs.
7322
7323         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7324         (gst_video_rate_swap_prev), (gst_video_rate_event),
7325         (gst_video_rate_chain):
7326         Fix typo in docs.
7327
7328         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7329         (gst_video_scale_init), (gst_video_scale_prepare_size),
7330         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7331         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7332         * gst/videoscale/gstvideoscale.h:
7333         Added docs, examples.
7334         Some code cleanups.
7335         Post errors instead of g_warning.
7336
7337 2006-03-02  Wim Taymans  <wim@fluendo.com>
7338
7339         * docs/libs/gst-plugins-base-libs-docs.sgml:
7340         * docs/libs/gst-plugins-base-libs-sections.txt:
7341         * docs/libs/gst-plugins-base-libs.types:
7342         * docs/plugins/Makefile.am:
7343         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7344         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7345         Added some more docs to libs and plugins.
7346
7347         * gst-libs/gst/audio/gstringbuffer.c:
7348         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7349         * gst-libs/gst/audio/gstringbuffer.h:
7350         Document ringbuffer some more.
7351
7352         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7353         (gst_video_rate_setcaps), (gst_video_rate_reset),
7354         (gst_video_rate_init), (gst_video_rate_flush_prev),
7355         (gst_video_rate_swap_prev), (gst_video_rate_event),
7356         (gst_video_rate_chain), (gst_video_rate_change_state):
7357         * gst/videorate/gstvideorate.h:
7358         Fix videorate to use segments.
7359         Make it work with 0/1 framerates (closes #331903)
7360         Handle EOS correctly.
7361         Added docs.
7362
7363 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7364
7365         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7366         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7367         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7368           In state change function, first chain up to parent class,
7369           then handle downwards state change stuff. Remove some
7370           commented out cruft from 0.8 code.
7371
7372 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7373
7374         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7375         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7376         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7377         (gst_ogm_parse_chain):
7378           Don't remove/re-add source pad if the new caps are the same as
7379           the old caps anyway (#333042). When removing source pad, don't
7380           unref it afterwards - we didn't ref it when adding. Sprinkle some
7381           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7382           after using gst_pad_get_parent(). Return downstream flow return
7383           value in chain function.
7384
7385 2006-03-02  Wim Taymans  <wim@fluendo.com>
7386
7387         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7388         * docs/plugins/gst-plugins-base-plugins.args:
7389         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7390         * docs/plugins/gst-plugins-base-plugins.interfaces:
7391         * docs/plugins/gst-plugins-base-plugins.signals:
7392         Fix hierarchy, added some more elements to the docs.
7393
7394         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7395         (gst_ffmpegcsp_get_type):
7396         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7397         Fix docs for ffmpegcolorspace.
7398
7399 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7400
7401         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7402         (apetag_type_find), (ape_type_find), (plugin_init):
7403           Some typefinding fine-tuning:
7404           - rank ID3/APE tags in order of preference via probabilities, so that
7405             ID3v2 > APEv2 > APEv1 > ID3v1.
7406           - three or four bytes don't really justify MAXIMUM probability,
7407             change those to 'very likely' (musepack and monkeysaudio).
7408
7409 2006-03-01  Wim Taymans  <wim@fluendo.com>
7410
7411         * docs/plugins/Makefile.am:
7412         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7413         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7414         * ext/alsa/gstalsamixer.c:
7415         * ext/alsa/gstalsamixer.h:
7416         * ext/alsa/gstalsamixerelement.c:
7417         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7418         * ext/alsa/gstalsamixerelement.h:
7419         * ext/alsa/gstalsasink.c:
7420         * ext/alsa/gstalsasink.h:
7421         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7422         (gst_alsasrc_init):
7423         * ext/alsa/gstalsasrc.h:
7424         Added alsa docs.
7425         Small code cleanups.
7426
7427 2006-03-01  Wim Taymans  <wim@fluendo.com>
7428
7429         * ext/theora/Makefile.am:
7430         Dist new header too,
7431
7432 2006-03-01  Wim Taymans  <wim@fluendo.com>
7433
7434         * docs/plugins/Makefile.am:
7435         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7436         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7437         * ext/gnomevfs/gstgnomevfssink.h:
7438         * ext/gnomevfs/gstgnomevfssrc.h:
7439         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7440         * ext/vorbis/vorbisdec.h:
7441         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7442         * ext/vorbis/vorbisenc.h:
7443         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7444         (vorbis_parse_chain), (vorbis_parse_change_state):
7445         * ext/vorbis/vorbisparse.h:
7446         * gst/audioconvert/gstaudioconvert.h:
7447         * gst/tcp/gsttcpserversink.h:
7448         * gst/videotestsrc/gstvideotestsrc.c:
7449         * gst/videotestsrc/gstvideotestsrc.h:
7450         * gst/volume/gstvolume.c:
7451         * gst/volume/gstvolume.h:
7452         Fix some more docs.
7453         Added docs for vorbisdec and vorbisparse.
7454         Fix vorbisparse.
7455
7456 2006-03-01  Wim Taymans  <wim@fluendo.com>
7457
7458         * docs/plugins/Makefile.am:
7459         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7460         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7461         * ext/pango/gstclockoverlay.h:
7462         * ext/pango/gsttextoverlay.h:
7463         * ext/pango/gsttextrender.h:
7464         * ext/pango/gsttimeoverlay.h:
7465         * ext/theora/gsttheoradec.h:
7466         * ext/theora/gsttheoraenc.h:
7467         * ext/theora/theoradec.c:
7468         * ext/theora/theoraenc.c:
7469         * gst/audioconvert/gstaudioconvert.h:
7470         * gst/audiotestsrc/gstaudiotestsrc.h:
7471         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7472         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7473         * gst/tcp/gstmultifdsink.h:
7474         Updated/added documentation.
7475
7476         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7477         (gst_text_overlay_halign_get_type),
7478         (gst_text_overlay_wrap_mode_get_type),
7479         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7480         (gst_text_overlay_init), (gst_text_overlay_set_property),
7481         (gst_text_overlay_get_property):
7482         Fix up properties to be enums instead of string to make bindings,
7483         introspection and automatic GUI creation possible.
7484         Add getters for the properties.
7485
7486 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7487
7488         * gst/audiotestsrc/gstaudiotestsrc.c:
7489           added defines of M_PI and M_PI_2
7490         * gst/ffmpegcolorspace/avcodec.h:
7491           removed #include "stdint.h" for win32 as _stdint.h is 
7492           autogenerated to win32/common
7493         * win32/common/libgstaudio.def:
7494         * win32/common/libgsttag.def:
7495           added some exports
7496         * win32/vs6:
7497           some project files bugs corrected
7498         * win32/vs7:
7499           project files are reset to the default vs7 configuration 
7500           (they link to msvcr71.dll using default optimizations)
7501           
7502 2006-02-28  Wim Taymans  <wim@fluendo.com>
7503
7504         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7505         Fix some docs.
7506
7507 2006-02-28  Edward Hervey  <edward@fluendo.com>
7508
7509         * ext/alsa/gstalsasrc.c:
7510         Set proper class on the ElementDetails:
7511         Source/Audio instead of Src/Audio/
7512
7513 2006-02-28  Edward Hervey  <edward@fluendo.com>
7514
7515         * gst/videoscale/vs_scanline.c:
7516         (vs_scanline_resample_nearest_RGBA):
7517         Revert optimization in videoscale. It should go in liboil and have
7518         an appropriate liboil function.
7519
7520 2006-02-28  Wim Taymans  <wim@fluendo.com>
7521
7522         * gst-libs/gst/audio/gstbaseaudiosink.c:
7523         (gst_base_audio_sink_provide_clock):
7524         Don't try to provide a clock in the NULL state.
7525
7526 2006-02-28  Wim Taymans  <wim@fluendo.com>
7527
7528         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7529         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7530         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7531         (gst_ogg_demux_deactivate_current_chain),
7532         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7533         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7534         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7535         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7536         Use GstSegment infrastructure to remove duplicated code
7537         and handle more seek cases correctly.
7538
7539 2006-02-28  Wim Taymans  <wim@fluendo.com>
7540
7541         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7542         (gst_ffmpegcsp_transform):
7543         Don't ignore return code from ffmpeg convert function.
7544
7545         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7546         Split out some long statements to ease debugging.
7547
7548 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7549
7550         * ext/libvisual/visual.c: (gst_visual_init),
7551         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7552         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7553         being able to renegotiate the size. Instead, use the negotiation
7554         algorithm from the goom plugin to pick an initial output caps. 
7555
7556         Also, allow theoretical libvisual plugins that might support non-GL 
7557         output even if they also do GL.
7558
7559 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7560
7561         * ext/libvisual/visual.c: (gst_visual_init),
7562         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7563         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7564         possible negotiation issues.
7565
7566 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7567
7568         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7569
7570 2006-02-24  Michael Smith  <msmith@fluendo.com>
7571
7572         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7573         (cmml_type_find), (plugin_init):
7574           Fix CMML type find function to not require a specific minor version
7575           of the CMML header.
7576
7577           Add an MPEG4 video elementary stream typefind function.
7578
7579 2006-02-04  Michael Smith  <msmith@fluendo.com>
7580
7581         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7582         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7583         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7584         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7585         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7586         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7587           Annodex support in ogg demuxer. Doesn't do very much without the
7588           other annodex patches (to come).
7589
7590 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7591
7592         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7593
7594         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7595           Pick up palette for MS video v1 (#327028)
7596
7597 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7598
7599         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7600         (gst_ffmpegcsp_caps_remove_format_info),
7601         (gst_ffmpegcsp_get_unit_size):
7602           The 'palette_data' field from incoming RGB caps shouldn't be
7603           proxied on outgoing YUV caps; also, restrict unit size
7604           adjustment in case of paletted data only to the unit that
7605           actually has a palette. Fixes #330711.
7606
7607 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7608
7609         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7610         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7611         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7612         (gst_ffmpegcsp_get_unit_size):
7613           Plug some memory leaks.
7614
7615 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7616
7617         * sys/ximage/Makefile.am:
7618         * sys/xvimage/Makefile.am:
7619           Add some _CFLAGS and _LIBS that seem to be missing
7620           and/or required for Cygwin (see #317048).
7621
7622 2006-02-22  Wim Taymans  <wim@fluendo.com>
7623
7624         * ext/alsa/gstalsasrc.c:
7625         Fix description as pointed out by caugier.
7626
7627 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7628
7629         Reviewed by : Edward Hervey  <edward@fluendo.com>
7630
7631         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7632         (qt_type_find):
7633         Better 3gp typefinding (#331526).
7634
7635 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7636
7637         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7638           Don't send EOS event here, the base class will send one for us.
7639
7640         * gst/playback/gstplaybasebin.c: (prepare_output):
7641           Subpictures without video stream aren't allowed either.
7642         
7643         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7644           Fix debug statement copy'n'paste-o.
7645
7646 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7647
7648         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7649           Fix issues with mixer keeping state when muting/unmuting
7650           and when changing the volume whilst muted (see #331763
7651           and #331765).
7652
7653 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7654
7655         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7656         (parse_subrip), (gst_sub_parse_format_autodetect):
7657           Set right caps given that we send escaped text. Also,
7658           honour <i></i>, <b></b> and <u></u> markers that can be found
7659           in .srt files (fixes #310202).
7660
7661 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7662
7663         * gst-libs/gst/audio/mixerutils.c:
7664         (element_factory_rank_compare_func):
7665           Make order in which elements are tried more determinable.
7666
7667 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7668
7669         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7670         (remove_element_chain), (cleanup_decodebin),
7671         (gst_decode_bin_change_state): Make decodebin reusable by
7672         fixing remove_element_chain first and then introduce a
7673         cleaner in state change to ->NULL. (Closes #331678)
7674
7675 2006-02-19  Wim Taymans  <wim@fluendo.com>
7676
7677         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7678         use 0666 mask when creating files so umask gets applied
7679         correctly. Fixes #331295.
7680
7681 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7682
7683         * gst/subparse/Makefile.am:
7684         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7685         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7686         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7687         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7688         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7689         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7690         * gst/subparse/gstssaparse.h:
7691         * gst/subparse/gstsubparse.c: (plugin_init):
7692           Add very basic parser for SSA subtitle streams (as often
7693           found in matroska files).
7694
7695 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7696
7697         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7698           That should be text/x-pango-markup, not text/x-pango-layout.
7699
7700 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7701
7702         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7703         Polishing.
7704
7705 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7706
7707         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7708         (gst_text_overlay_finalize), (gst_text_overlay_init),
7709         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7710         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7711         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7712         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7713         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7714         Fix state change deadlock.
7715
7716 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7717
7718         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7719         (gst_text_overlay_finalize), (gst_text_overlay_init),
7720         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7721         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7722         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7723         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7724         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7725         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7726         and subtitles files.
7727
7728 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7729
7730         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7731         should be considered as raw.
7732
7733 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7734
7735         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7736         (cb_probe):
7737         * gst/playback/gststreaminfo.h: Introduce language informations.
7738
7739 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7740
7741         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7742         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7743         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7744         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7745         Set shared memory segments to be deleted as soon as we have attached,
7746         that way they get cleaned up automatically if we crash.
7747
7748 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7749
7750         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7751         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7752         functions are called with lock held.
7753
7754 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7755
7756         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7757         (gst_text_overlay_finalize), (gst_text_overlay_init),
7758         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7759         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7760         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7761         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7762         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7763         (gst_text_overlay_change_state): Refactoring of textoverlay
7764         without collectpads. This now supports sparse subtitles coming
7765         from a demuxer instead of a sub file. Seeking is still broken 
7766         though. Need to discuss with wtay some more on how to handle
7767         seeking correctly.
7768         * ext/pango/gsttextoverlay.h:
7769         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7770         subtitles coming from the demuxer.
7771
7772 2006-02-17  Wim Taymans  <wim@fluendo.com>
7773
7774         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7775         (gst_vorbisenc_convert_sink):
7776         Use some more scaling functions.
7777
7778 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7779
7780         * ext/cdparanoia/gstcdparanoiasrc.c:
7781         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7782         (gst_cd_paranoia_paranoia_callback),
7783         (gst_cd_paranoia_src_signal_is_being_watched),
7784         (gst_cd_paranoia_src_read_sector):
7785         * ext/cdparanoia/gstcdparanoiasrc.h:
7786           Add back 'transport-error' and 'uncorrected-error' signals and
7787           make them actually be fired when bad stuff happens (#319340).
7788
7789 2006-02-17  Wim Taymans  <wim@fluendo.com>
7790
7791         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7792         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7793         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7794         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7795         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7796         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7797         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7798         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7799         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7800         (gst_ring_buffer_clear):
7801         Small cleanups.
7802         Added some G_LIKELY.
7803
7804 2006-02-17  Wim Taymans  <wim@fluendo.com>
7805
7806         * gst-libs/gst/audio/TODO:
7807         Update TODO
7808
7809         * gst-libs/gst/audio/gstbaseaudiosink.c:
7810         (gst_base_audio_sink_get_offset):
7811         When trying to play samples ASAP and we don't have a
7812         previous sample, try to play at position 0 instead of
7813         an invalid position.
7814
7815 2006-02-17  Wim Taymans  <wim@fluendo.com>
7816
7817         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7818         (gst_alsasink_reset):
7819         Also release lock when we get an error in _reset();
7820         fix an error message.
7821
7822 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7823
7824         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7825         (gst_alsasink_init), (get_channel_free_structure),
7826         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7827         (gst_alsasink_close):
7828         * ext/alsa/gstalsasink.h:
7829           Add support for more than 2 channels (#326720).
7830
7831 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7832
7833         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7834           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7835           with 4 or 6 channels, assume a default channel layout to make things
7836           work (not sure there's anything else we can do in those cases).
7837
7838 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7839
7840         * gst-libs/gst/audio/multichannel.c:
7841           Minor docs fix.
7842
7843         * gst-libs/gst/riff/Makefile.am:
7844         * gst-libs/gst/riff/riff-ids.h:
7845         * gst-libs/gst/riff/riff-media.c:
7846         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7847           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7848           channels and a channel layout map.
7849           
7850 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7851
7852         Reviewed by Edward Hervey  <edward@fluendo.com>
7853
7854         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7855         C-level optimization of the RGBA nearest neighbour function.
7856         Eventually this might end up in liboil with vectorized versions.
7857
7858 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7859
7860         * gst-libs/gst/audio/multichannel.c:
7861         (gst_audio_get_channel_positions):
7862           When we have more than 2 channels, but no channel layout is
7863           specified in the caps, return some default channel layout
7864           to the caller and warn about about a possibly buggy element
7865           (could be buggy filtercaps as well of course) (#317038).
7866
7867 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7868
7869         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7870           Add gst-libs/gst/cdda to list of lib search paths.
7871
7872 2006-02-15  Andy Wingo  <wingo@pobox.com>
7873
7874         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7875         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7876         to the Lord Jesus that I do not have to touch the ogg muxer ever
7877         again.
7878
7879 2006-02-15  Edward Hervey  <edward@fluendo.com>
7880
7881         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7882         quicktime movie files can also contain 'uuid' atoms.
7883
7884 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7885
7886         * gst/audioconvert/plugin.c: (plugin_init):
7887           Register the GstAudioChannelPosition enum type with the type
7888           system in the plugin_init function, so that it is known before
7889           any element actually makes use of multi-channel stuff. This is
7890           required for example if one wants to be able to deserialise/use
7891           a caps string with channel positions before any pipeline has
7892           been setup and started, like with gst-launch.
7893
7894 2006-02-14  Wim Taymans  <wim@fluendo.com>
7895
7896         * gst-libs/gst/audio/gstringbuffer.c:
7897         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7898         (gst_ring_buffer_samples_done), (wait_segment),
7899         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7900         Add some compiler G_(UN_)LIKELY help.
7901         SIGNAL the ringbuffer waiters when going to PAUSED as well to
7902         make sure they can exit their functions. Should fix #330748
7903
7904 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7905
7906         * Makefile.am:
7907         * configure.ac:
7908         * win32/MANIFEST:
7909         * win32/common/_stdint.h:
7910           Windows does not have long long; copy the generated _stdint.h
7911         * win32/common/interfaces-enumtypes.c:
7912         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7913         (gst_mixer_track_flags_get_type),
7914         (gst_tuner_channel_flags_get_type):
7915         * win32/common/multichannel-enumtypes.c:
7916         (gst_audio_channel_position_get_type):
7917           update
7918
7919 2006-02-13  Wim Taymans  <wim@fluendo.com>
7920
7921         * gst-libs/gst/audio/gstbaseaudiosink.c:
7922         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7923         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7924         Always sync on first sample we receive when starting.
7925
7926 2006-02-13  Wim Taymans  <wim@fluendo.com>
7927
7928         * gst/playback/gstplaybin.c: (gen_vis_element):
7929         Update vis bin docs.
7930         Move queue after tee so we don't queue video buffers but
7931         audio samples instead. Fixes problems where the video queue
7932         is filled and the audio queue empty.
7933
7934 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
7935
7936         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7937           No need to push an EOS event here, GstBaseSrc will do that for us
7938           when we return FLOW_UNEXPECTED.
7939           
7940 2006-02-12  Wim Taymans  <wim@fluendo.com>
7941
7942         * gst-libs/gst/audio/gstbaseaudiosink.c:
7943         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7944         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7945         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7946         Use scale functions when possible.
7947         Fix error messages.
7948         Free clockid when after waiting for EOS.
7949         Use G_(UN_)LIKLY when it makes sense.
7950         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7951
7952 2006-02-12  Edward Hervey  <edward@fluendo.com>
7953
7954         * gst/playback/gstplaybasebin.c: (prepare_output): 
7955         Remove stray semi-colon (fixes #330888).
7956
7957 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
7958
7959         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7960         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7961         Fix up the XShm call testing so that we catch errors, and don't
7962         cause new ones by attempting to detach from a segment we failed
7963         to attach to. Fixes #312439.
7964
7965 2006-02-10  Edward Hervey  <edward@fluendo.com>
7966
7967         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7968         Added flv file typefind (video/x-flv).
7969
7970 2006-02-10  Edward Hervey  <edward@fluendo.com>
7971
7972         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7973         (gst_riff_create_video_template_caps):
7974         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7975         Also added the caps to the default set of riff video caps.
7976
7977 2006-02-09  Andy Wingo  <wingo@pobox.com>
7978
7979         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7980         time and the end time of the last packet in the page.
7981         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7982         on the pages in our queue, set the duration as well. Reflow a
7983         debug statement.
7984         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7985         Fixes bad muxing order.
7986
7987 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7988
7989         * gst-libs/gst/rtp/gstbasertppayload.c:
7990         (gst_basertppayload_setcaps), (gst_basertppayload_push):
7991           update seqnum before setting it on the packet; this makes sure
7992           that the timestamp and seqnum properties match after pushing
7993           a buffer
7994
7995 2006-02-09  Andy Wingo  <wingo@pobox.com>
7996
7997         * gst-libs/gst/audio/gstringbuffer.c
7998         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7999         overflow after 13.5 hours of recording. Kapow!
8000
8001         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8002         the buffer size -- we don't care about underrun/overrun reporting
8003         right now, just need to return a useful value.
8004
8005 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
8006
8007         * configure.ac:
8008           Back to CVS
8009
8010 === release 0.10.3 ===
8011
8012 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
8013
8014         * configure.ac:
8015           releasing 0.10.3, "Under Pressure"
8016
8017 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8018
8019         * configure.ac:
8020         Drat. Bump libtool version number for new API.
8021         Prelease 0.10.2.3 (of 0.10.3)
8022
8023 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8024
8025         * configure.ac:
8026         * win32/common/config.h:
8027         0.10.2.2 prerelease (of 0.10.3).
8028
8029 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8030
8031         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8032           Revert Andy's newsegment change pending a more correct
8033           fix.
8034
8035 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8036
8037         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8038         (qt_type_find), (plugin_init):
8039           detect more files as 3gp
8040           group and reorder the iso file formats
8041
8042 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8043
8044         * ext/vorbis/vorbis.c: (plugin_init):
8045           Register musicbrainz tags, so apps don't have to.
8046
8047 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8048
8049         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8050         (gst_tag_to_vorbis_tag):
8051           Make sure we called gst_tag_register_musicbrainz_tags()
8052           before possibly mapping a vorbiscomment string from/to a
8053           musicbrainz tag.
8054
8055 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8056
8057         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8058           In case we can't find the required number of consecutive
8059           mpeg audio frames to positively identify an MPEG audio
8060           stream, check if there's at least a valid mpeg audio
8061           frame right at offset 0 and if so suggest mpeg/audio
8062           caps with a very low probability (#153004).
8063
8064 2006-02-07  Andy Wingo  <wingo@pobox.com>
8065
8066         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8067         a TIME segment if we get timestamped buffers. Requires recent
8068         fixes in core to work properly.
8069
8070 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8071
8072         * gst/playback/gstplaybasebin.c: (prepare_output):
8073           Don't print the URI as part of the error message, it
8074           makes error dialogs look rather ugly, especially if
8075           the URI is very long or has characters in it that
8076           need escaping.
8077
8078 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8079
8080         * gst/playback/gstplaybasebin.c: (prepare_output):
8081           Error out if we have only text or subtitles, but nothing
8082           else. Also error out if we have subtitles but no video
8083           stream.
8084
8085 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8086
8087         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8088           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8089           Post an error message on the bus when we encounter an
8090           error, which will hopefully be more meaningful than the
8091           'Internal Flow Error' message users get to see if we
8092           just return GST_FLOW_ERROR.
8093
8094 2006-02-07  Andy Wingo  <wingo@pobox.com>
8095
8096         * configure.ac (GST_MAJORMINOR): Update core version req to
8097         0.10.2.2, for the collectpads API addition (#330244).
8098
8099 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8100
8101         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8102           Return FALSE from plugin_init() when GnomeVFS can't
8103           be initialised for some reason (#328423).
8104
8105 2006-02-06  Julien MOUTTE  <julien@moutte.net>
8106
8107         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
8108         Stick to seeking theory until i find the bug.
8109         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8110
8111 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8112
8113         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8114         (theora_enc_finalize), (theora_enc_sink_setcaps),
8115         (theora_set_header_on_caps), (theora_enc_chain),
8116         (theora_enc_change_state):
8117         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8118           Make theoraenc and the tests leak free. Like, really.
8119
8120 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8121
8122         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8123         (theora_enc_finalize), (theora_enc_sink_setcaps):
8124           Add a finalize method to ensure we clean up state even if
8125           someone omitted the state change back to NULL.
8126
8127         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8128         (gst_vorbisenc_chain):
8129           Free some more leaked bits.
8130
8131         * tests/check/pipelines/theoraenc.c: (start_pipeline),
8132         (stop_pipeline):
8133           Wait for state changes to happen if they're ASYNC.
8134
8135           This ought to teach those fancy pants buildbots a lesson.
8136
8137 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8138
8139         * gst-libs/gst/tag/gstid3tag.c:
8140           Add mapping for ID3 International Standard Recording Code
8141           tag "TSRC"
8142
8143 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8144
8145         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8146           Don't leak tag names.
8147
8148 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8149
8150         * docs/libs/gst-plugins-base-libs-docs.sgml:
8151         * docs/libs/gst-plugins-base-libs-sections.txt:
8152         * gst-libs/gst/tag/gstid3tag.c:
8153         * gst-libs/gst/tag/gstvorbistag.c:
8154         * gst-libs/gst/tag/tags.c:
8155           Split libgsttag docs into multiple sections.
8156
8157 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8158
8159         * docs/libs/Makefile.am:
8160         * docs/libs/gst-plugins-base-libs-docs.sgml:
8161         * docs/libs/gst-plugins-base-libs-sections.txt:
8162         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8163         * gst-libs/gst/tag/gstvorbistag.c:
8164         * gst-libs/gst/tag/tag.h:
8165         * gst-libs/gst/tag/tags.c:
8166           Add libgsttag to the docs.
8167
8168 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8169
8170         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8171         (gst_text_overlay_init), (gst_text_overlay_src_event),
8172         (gst_text_overlay_collected): Fix clockoverlay.
8173
8174 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8175
8176         * docs/libs/compiling.sgml:
8177           Fix typo: it's pkg-config, not pkg-gconfig
8178
8179         * docs/libs/gst-plugins-base-libs-docs.sgml:
8180         * docs/libs/gst-plugins-base-libs-sections.txt:
8181         * docs/libs/tmpl/gstgconf.sgml:
8182           There is no libgstgconf in 0.10, remove it
8183           from the docs.
8184
8185 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8186
8187         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8188         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8189         (gst_text_overlay_src_event), (gst_text_overlay_collected):
8190         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8191         (gst_sub_parse_class_init), (gst_sub_parse_init),
8192         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8193         (parse_mpsub), (parser_state_init), (handle_buffer),
8194         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8195         * gst/subparse/gstsubparse.h: Introduce seeking code.
8196
8197 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8198
8199         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8200           Add comment about LANGUAGE tag inconsistency (we want
8201           ISO-639-1, but extract three-letter identifiers?)
8202
8203         * po/POTFILES.in:
8204           Add two translatable files.
8205
8206 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8207
8208         * gst-libs/gst/tag/Makefile.am:
8209         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8210         * gst-libs/gst/tag/tag.h:
8211         * gst-libs/gst/tag/tags.c:
8212         (gst_tag_register_musicbrainz_tags_internal),
8213         (gst_tag_register_musicbrainz_tags):
8214           Forward-port some tags stuff from the 0.8 branch. This is
8215           mostly the addition of musicbrainz tags and their mapping
8216           to vorbistags, and a vorbistag mapping of the language tag.
8217
8218 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8219
8220         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8221         refactoring.
8222
8223 2006-02-04  David Schleef  <ds@schleef.org>
8224
8225         * ext/ogg/gstoggmux.c:
8226         * gst/typefind/gsttypefindfunctions.c:
8227           Add Dirac typefinding and add dirac format to oggmux.
8228
8229 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8230
8231         * gst/playback/gstdecodebin.c: (try_to_link_1):
8232           Don't put essential function call into
8233           g_return_*() macro, otherwise it'll all be
8234           replaced by NOOPs when compiling with
8235           G_DISABLE_CHECKS defined.
8236
8237 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8238
8239         * ext/ogg/gstoggdemux.c:
8240         * ext/ogg/gstoggparse.c:
8241         * gst/tcp/gsttcpserversink.c:
8242         * sys/v4l/v4lsrc_calls.c:
8243         * sys/v4l/v4lsrc_calls.h:
8244         Just make it compile with --disable-gst-debug.
8245
8246 2006-02-03  Wim Taymans  <wim@fluendo.com>
8247
8248         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8249         (gst_alsasink_class_init), (gst_alsasink_init),
8250         (gst_alsasink_write), (gst_alsasink_reset):
8251         * ext/alsa/gstalsasink.h:
8252         Add lock to protect alsa calls.
8253         Implement reset to flush samples ASAP, does not work
8254         with dmix though.
8255
8256 2006-02-02  Wim Taymans  <wim@fluendo.com>
8257
8258         * gst-libs/gst/audio/gstbaseaudiosink.c:
8259         (gst_base_audio_sink_provide_clock):
8260         Ugh.. getting late I guess...
8261
8262 2006-02-02  Wim Taymans  <wim@fluendo.com>
8263
8264         * gst-libs/gst/audio/gstbaseaudiosink.c:
8265         (gst_base_audio_sink_provide_clock),
8266         (gst_base_audio_sink_set_property),
8267         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8268         Don't try to provide a clock when we are not negotiated since
8269         we might not be able to make it run.
8270
8271 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8272
8273         * gst/playback/gstdecodebin.c: (try_to_link_1):
8274           Unlinking two source pads is ... hard.
8275
8276 2006-02-02  Wim Taymans  <wim@fluendo.com>
8277
8278         * gst-libs/gst/audio/TODO:
8279         Updated.
8280
8281         * gst-libs/gst/audio/gstbaseaudiosink.c:
8282         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8283         On EOS, wait till the last sample is played before posting EOS.
8284
8285 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8286
8287         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8288           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8289           setting queue_delay to zero. Also avoid thread being started if
8290           queue_delay is zero.
8291
8292 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8293
8294         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8295           Make test work again by connecting fakesinks to each decoded pad,
8296           which makes the pipeline wait until each fakesink has a buffer
8297           queued before going to PAUSED state. At that point we know the
8298           decodebin pads are negotiated.
8299
8300 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8301
8302         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8303         (gst_cdda_base_src_handle_event):
8304         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8305           Pass unhandled queries to the parent class's query function.
8306
8307 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8308
8309         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8310         (gst_ogg_pad_src_query):
8311         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8312         * ext/theora/theoradec.c: (theora_dec_src_query),
8313         (theora_dec_sink_query):
8314         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8315         (vorbis_dec_sink_query):
8316         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8317         (gst_vorbisenc_sink_query):
8318         * gst/adder/gstadder.c: (gst_adder_query):
8319           Pass unhandled queries upstream instead of just
8320           dropping them (#326447). Also, fix supported
8321           query types list for some elements.
8322
8323 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8324
8325         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8326         (paris_type_find), (ilbc_type_find), (plugin_init):
8327           Fix typefinding for audio/x-au, audio/x-paris and
8328           audio/iLBC-sh. We cannot use the START_WITH macros
8329           here, because there can only be one typefind factory
8330           with the same name (caps), so the second one would
8331           replace the first one and the first one would never
8332           be called when doing typefinding (see #161712).
8333           
8334
8335 2006-01-31  Wim Taymans  <wim@fluendo.com>
8336
8337         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8338         (vorbis_handle_header_packet), (vorbis_dec_push),
8339         (vorbis_handle_data_packet):
8340         Use scale_int when we can, add some more scaling.
8341         Check packettype before parsing it.
8342
8343 2006-01-31  Wim Taymans  <wim@fluendo.com>
8344
8345         * ext/theora/theoradec.c: (_theora_granule_time),
8346         (theora_dec_src_convert), (theora_dec_sink_convert):
8347         Call right _scale functions.
8348         Use parameter instead of some other random value.
8349
8350 2006-01-31  Wim Taymans  <wim@fluendo.com>
8351
8352         * ext/theora/theoradec.c: (_theora_granule_frame),
8353         (_theora_granule_time), (_inc_granulepos),
8354         (theora_dec_src_convert), (theora_dec_sink_convert),
8355         (theora_handle_type_packet), (theora_handle_data_packet),
8356         (theora_dec_chain):
8357         Use higher precision timestamps calculation.
8358         Convert some other conversions to _scale.
8359
8360 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8361
8362         * gst/audiotestsrc/gstaudiotestsrc.c:
8363         (gst_audio_test_src_create_sine_table), (plugin_init):
8364         * gst/volume/gstvolume.c: (plugin_init):
8365           initialize gst_controller before using
8366
8367 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8368
8369         * tests/check/pipelines/theoraenc.c:
8370         * tests/check/pipelines/vorbisenc.c:
8371         Define constant using G_GINT64_CONSTANT to avoid errors when
8372         passing it around - otherwise it gets truncated to 32 bits.
8373
8374         Fixes failing tests.
8375
8376 2006-01-31  Andy Wingo  <wingo@pobox.com>
8377
8378         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8379         caps being set doesn't have a framerate value. Basically a stopgap
8380         measure.
8381
8382         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8383         technically correct enough to put into core though.
8384         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8385         DURATION. Fixes theoraenc ! oggmux.
8386
8387         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8388         fraction, not double.
8389
8390 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8391
8392         * win32/vs7:
8393         add vs7 project files created by Sergey Scobich
8394
8395 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8396
8397         * win32/vs8:
8398         add vs8 project files created by Sergey Scobich
8399         
8400 2006-01-30  Andy Wingo  <wingo@pobox.com>
8401
8402         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8403         timestamp + duration, not just timestamp -- ogg pages should be
8404         ordered by stop time. Necessary fix given the change in vorbis
8405         timestamps.
8406
8407         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8408         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8409         (granulepos_add): New function, handles the messiness of adjusting
8410         granulepos values.
8411         (theora_buffer_from_packet):
8412         (theora_enc_chain):
8413         (theora_enc_sink_event): Use granulepos_add, not +.
8414
8415         * tests/check/pipelines/theoraenc.c
8416         (check_buffer_granulepos_from_starttime): Just check the frame
8417         count, not the actual granulepos -- we can't dictate to the
8418         encoder when it should be placing keyframes.
8419
8420 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8421
8422         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8423           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8424           play an http:// stream from a server that's not serving
8425
8426 2006-01-30  Andy Wingo  <wingo@pobox.com>
8427
8428         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8429         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8430         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8431         available.
8432
8433         * ext/theora/gsttheoraenc.h:
8434         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8435         although theoraenc was timestamping correctly. Added handling of
8436         streams that start with nonzero timestamps.
8437
8438         * tests/check/Makefile.am:
8439         * tests/check/pipelines/theoraenc.c: New file, basically does same
8440         tests as vorbisenc.
8441
8442         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8443
8444 2006-01-30  Wim Taymans  <wim@fluendo.com>
8445
8446         * gst-libs/gst/audio/gstaudiosink.c:
8447         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8448         (gst_audioringbuffer_pause):
8449         Implement pause that does not wait for completion.
8450
8451         * gst-libs/gst/audio/gstbaseaudiosink.c:
8452         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8453         Don't drop buffers when going to PAUSED but perform preroll on
8454         remaining samples now that core base class supports this.
8455
8456         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8457         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8458         (gst_ring_buffer_commit):
8459         Pause should not signal waiters.
8460         Implement return value of _commit correctly.
8461
8462 2006-01-30  Andy Wingo  <wingo@pobox.com>
8463
8464         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8465
8466         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8467         updated to timestamp from the first sample, not the last.
8468         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8469         special care of granulepos and timestamp for header packets.
8470         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8471         when the first buffer has a nonzero timestamp.
8472
8473         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8474         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8475         case when the first audio buffer we get has a nonzero timestamp.
8476         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8477         properly timestamp vorbis buffers with the time of the first
8478         sample, not the last.
8479         
8480         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8481         vorbis_granule_time_copy -- now it takes the granule/subgranule
8482         offset into account.
8483
8484         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8485         timestamps, durations, and granulepos on buffers produced by
8486         vorbisenc.
8487
8488 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8489
8490         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8491         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8492           Patch from Eric Jonas to support conversions to/from UYVY 
8493           (Fixes: #324626)
8494
8495 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8496
8497         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8498         (setup_subtitle), (setup_source), (set_active_source):
8499         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8500         (gen_text_element), (gen_audio_element), (gen_vis_element),
8501         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8502
8503 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8504
8505         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8506         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8507                 use gst_guint64_to_gdouble to be compliant with vs6
8508         * gst/playback/gstdecodebin.c: (try_to_link_1)
8509         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8510                 use G_GINT64_CONSTANT for int64 constants
8511         * win32/common/libgstinterfaces.def:
8512                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8513         * win32/vs6:
8514                 update and add new project files
8515                 
8516 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8517
8518         * Makefile.am:
8519         * win32/MANIFEST:
8520         * win32/common/interfaces-enumtypes.c:
8521         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8522         (gst_mixer_track_flags_get_type),
8523         (gst_tuner_channel_flags_get_type):
8524         * win32/common/interfaces-enumtypes.h:
8525         * win32/common/multichannel-enumtypes.c:
8526         (gst_audio_channel_position_get_type):
8527         * win32/common/multichannel-enumtypes.h:
8528           add a win32-update rule like in core, and copy over enumtypes files
8529
8530 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8531
8532         * win32/MANIFEST:
8533         * win32/common/config.h:
8534         * win32/common/config.h.in:
8535           add config files just like in core
8536
8537 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8538
8539         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8540           Make gcc-4.1 happy (part of #327357).
8541
8542 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8543
8544         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8545         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8546         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8547         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8548         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8549         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8550           Update all error messages.  All of them should either use
8551           the default translated message, or actually provide a
8552           translatable string.
8553           Make the string for channel count problems meaningful.
8554
8555 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8556
8557         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8558           check for and throw RESOURCE_BUSY
8559
8560 2006-01-27  David Schleef  <ds@schleef.org>
8561
8562         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8563           checked in this change -- it requires liboil features not
8564           in 0.3.6.  Revert parts.
8565
8566 2006-01-27  David Schleef  <ds@schleef.org>
8567
8568         * REQUIREMENTS:
8569         * configure.ac: update liboil requirement to 0.3.6
8570         * gst/videoscale/Makefile.am:
8571         * gst/videoscale/vs_scanline.c: liboilify
8572
8573 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8574
8575         * ext/libvisual/visual.c: (get_buffer):
8576           When pad_alloc returns a GstFlowReturn other
8577           than GST_FLOW_OK, make sure it is passed upstream.
8578
8579 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8580
8581         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8582         (gst_alsasink_class_init):
8583           Free the device name string.
8584
8585         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8586         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8587         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8588           Don't remove a pad from the collectpads structure until it
8589           is released - it's a request pad, and may receive data again
8590           if the element gets moved back to PLAYING state.
8591
8592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8593           Ensure we turn on double buffering on the Xv port, and
8594           set the colour key to something dark and mysterious that
8595           isn't black.
8596
8597 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8598
8599         * ext/alsa/gstalsaplugin.c: (plugin_init):
8600         * ext/cdparanoia/gstcdparanoiasrc.c:
8601         (gst_cd_paranoia_src_base_init), (plugin_init):
8602         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8603         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8604           - a library should not call setlocale. see "Libraries" node in
8605             gettext manual
8606           - make sure all plugins that use translation do bindtextdomain
8607             to point to the localedir
8608         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8609         (setup_sinks), (plugin_init):
8610           all this, and check for NULL when creating sinks
8611
8612 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8613
8614         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8615         (plugin_init): Make typefinding of subtitles work again.
8616
8617 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8618
8619         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8620         (mp3_type_frame_length_from_header), (mp3_type_find),
8621         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8622         (plugin_init):
8623           Backport a bunch of typefinding fixes from the 0.8 branch.
8624           Also, improve wavpack typefinding: if we can't peek the
8625           entire wavpack block, try to parse the bits we can get and
8626           see if we find what we're looking for in those.
8627
8628 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8629
8630         * sys/ximage/ximagesink.c:
8631         (gst_ximagesink_calculate_pixel_aspect_ratio):
8632         * sys/xvimage/xvimagesink.c:
8633         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8634         more cases of pixel aspect ratio.
8635
8636 2006-01-26  Edward Hervey  <edward@fluendo.com>
8637
8638         * gst/playback/gstdecodebin.c: (pad_probe):
8639         Also consider the flush-start and tag events as unblockers
8640         for the pad probes.
8641
8642 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8643
8644         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8645         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8646         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8647         On the fly visualisation switch, works disabling, enabling as
8648         well but it won't be able to enable vis in a playbin that was
8649         created with no visualisation.
8650
8651 2006-01-25  Wim Taymans  <wim@fluendo.com>
8652
8653         * gst-libs/gst/audio/gstbaseaudiosink.c:
8654         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8655         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8656         resume after pause.
8657
8658 2006-01-25  Wim Taymans  <wim@fluendo.com>
8659
8660         * gst-libs/gst/audio/gstbaseaudiosink.c:
8661         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8662         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8663         Improve debugging.
8664         Post error when caps cannot be parsed.
8665         Resync on discontinuity in the stream.
8666         Clip samples to segment boundaries.
8667         return WRONG_STATE sooner when we are flushing.
8668
8669         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8670         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8671         Make audiosrc operate in TIME.
8672         Set TIMESTAMP and DURATION on buffers.
8673
8674 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8675
8676         * tests/examples/seek/seek.c: (main):
8677           Output tag messages as well.
8678
8679 2006-01-23  Edward Hervey  <edward@fluendo.com>
8680
8681         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8682         (free_pad_probes), (remove_fakesink), (pad_probe),
8683         (close_pad_link), (gst_decode_bin_change_state):
8684         Replace GstPadBlockCallback with pad probes that detect
8685         first buffer AND eos before removing fakesink.
8686         Fixes hang with demuxers doing EOS while pre-rolling.
8687         Solves #328279
8688
8689 2006-01-23  Andy Wingo  <wingo@pobox.com>
8690
8691         * ext/alsa/gstalsasink.c:
8692         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8693         (gst_base_rtp_depayload_setcaps),
8694         (gst_base_rtp_depayload_add_to_queue),
8695         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8696         
8697         Patch by: Jens Granseuer <jensgr at gmx dot net>
8698
8699 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8700
8701         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8702         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8703         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8704         frames. We might get a frame destroyed after changing state to
8705         NULL, adding a safety check on xcontext.
8706
8707 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8708
8709         * gst-libs/gst/interfaces/xoverlay.c:
8710           Fix prepare-xwindow-id code example in the docs - we need to
8711           ignore all messages that aren't element messages as well.
8712           
8713 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8714
8715         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8716           I think one day i'll completely undestand how caps negotiation
8717           is supposed to work. This refactoring handles buffer_alloc
8718           called with caps we can't handle. We definitely don't want a
8719           set_caps with those caps, so we define and allocate a buffer
8720           we would like to receive.
8721
8722 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8723
8724         * gst/playback/gstplaybasebin.c: (setup_source):
8725           Free iterator when done.
8726
8727 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8728
8729         * gst-libs/gst/audio/gstbaseaudiosink.c:
8730         (gst_base_audio_sink_render):
8731           Fix playback of non-synchronised streams by assuming a rate
8732           of 1.0 instead of a random one.
8733
8734           Makes this work again:
8735
8736           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8737           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8738           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8739           audioresample ! alsasink
8740
8741 === release 0.10.2 ===
8742
8743 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8744
8745         * configure.ac:
8746           releasing 0.10.2, "Then the devil is six"
8747
8748 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8749
8750         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8751         * gst/playback/gststreamselector.c:
8752         (gst_stream_selector_set_property):
8753           Comment out broken code that connects to the state-changed signal.
8754           At this point, changing current stream selection is broken, but 
8755           stuff like gst-launch playbin current-audio=1 works and filters
8756           to the chosen stream.
8757
8758 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8759
8760         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8761           Fix #327216 (null dereference in vorbisdec)
8762
8763 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8764
8765         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8766           Post taglist actually on bus instead of just freeing it
8767           (fixes #327114 and totem bug #327080).
8768
8769         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8770           Use gst_element_found_tags_for_pad(), so that the tags
8771           are sent downstream as an event as well.
8772
8773 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8774
8775         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8776         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8777         (gst_ximagesink_buffer_alloc):
8778         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8779         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8780         (gst_xvimagesink_buffer_alloc):
8781           move all regularly occurring messages to GST_LOG level
8782           add some more object logs
8783
8784 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8785
8786         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8787           fix a silly segfault
8788
8789 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8790
8791         * docs/libs/gst-plugins-base-libs-docs.sgml:
8792         * docs/libs/gst-plugins-base-libs-sections.txt:
8793         * gst-libs/gst/audio/mixerutils.c:
8794         * gst-libs/gst/audio/mixerutils.h:
8795           Add docs for mixerutils stuff.
8796
8797 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8798
8799         * gst/playback/gstplaybasebin.c: (setup_source):
8800           Fix playback for sources that emit raw audio or
8801           raw video streams (e.g.: cd audio sources) (#325984).
8802
8803 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8804
8805         * gst-libs/gst/audio/mixerutils.c:
8806         (gst_audio_mixer_filter_do_filter):
8807           actually save the element we create
8808
8809 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8810
8811         * gst-libs/gst/cdda/gstcddabasesrc.c:
8812         (gst_cdda_base_src_handle_track_seek):
8813           No need to post a tag message on the bus when seeking
8814           within the same track, only post it when the current
8815           track changes.
8816
8817 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8818
8819         * gst/playback/gstplaybasebin.c: (group_destroy),
8820         (probe_triggered), (new_decoded_pad), (mute_group_type),
8821         (set_active_source):
8822         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8823         * gst/playback/gststreamselector.c:
8824         (gst_stream_selector_base_init),
8825         (gst_stream_selector_set_property),
8826         (gst_stream_selector_request_new_pad):
8827           Reenable stream selection. These mechanisms need a complete overhaul
8828           in the face of 0.8->0.10 changes though.
8829
8830 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8831
8832         * ext/ogg/gstoggdemux.c:
8833           Change the pad template to src_%d to match the pads that 
8834           are created from it. decodebin needs this information in order
8835           to decide that oggdemux is capable of producing multiple pads
8836           (and hence needs queues inserted).
8837
8838         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8839         (gst_ogg_mux_collected):
8840           Make debug output more useful by using GST_PTR_FORMAT.
8841
8842 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8843
8844         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8845
8846         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8847           Set depth and width for alaw/mulaw (fixes #326601).
8848
8849 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8850
8851         * tests/icles/Makefile.am:
8852           don't build the tests if we don't have the libs
8853
8854 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8855
8856         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8857         (gst_cd_paranoia_paranoia_callback):
8858           Don't try to free NULL pointers.
8859
8860 2006-01-10  Edward Hervey  <edward@fluendo.com>
8861
8862         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8863         (gst_audio_rate_change_state), (plugin_init):
8864         Add debugging category.
8865         Fix type issues.
8866         Add case for incoming buffers without valid offset/offset_end.
8867
8868 2006-01-10  Michael Smith  <msmith@fluendo.com>
8869
8870         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8871           Don't leak GCond in audio sources.
8872
8873 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8874
8875         * gst/playback/gstplaybin.c: (gen_audio_element):
8876           Don't leak an autoaudiosink/alsasink when we generate
8877           a new audio element. (old code, I guess)
8878
8879 2006-01-10  Michael Smith  <msmith@fluendo.com>
8880
8881         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8882           Support float audio in audiorate.
8883           Use width rather than depth for selecting sample width.
8884
8885 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8886
8887         * gst/videotestsrc/videotestsrc.h:
8888           Use GLib types here (that way we don't have to include the
8889           generated _stdint.h header, which makes life easier for win32
8890           folks that don't use autotools for the build) (#325990, patch
8891           by: Sergey Scobich).
8892
8893 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8894
8895         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8896         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8897         (gst_ring_buffer_pause), (wait_segment):
8898         * gst-libs/gst/audio/gstringbuffer.h:
8899           Name (private) union, makes Forte compiler happy (this time
8900           for real) (#324900).
8901
8902 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8903
8904         * gst-libs/gst/audio/Makefile.am:
8905           Link against libgstinterfaces, needed for mixer
8906           and property probe stuff.
8907
8908 2006-01-09  Edward Hervey  <edward@fluendo.com>
8909
8910         * gst-libs/gst/Makefile.am:
8911
8912 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8913
8914         * gst-libs/gst/audio/Makefile.am:
8915         * gst-libs/gst/audio/mixerutils.c:
8916         (gst_audio_mixer_filter_do_filter),
8917         (gst_audio_mixer_filter_check_element),
8918         (gst_audio_mixer_filter_probe_feature),
8919         (element_factory_rank_compare_func),
8920         (gst_audio_default_registry_mixer_filter):
8921         * gst-libs/gst/audio/mixerutils.h:
8922           Add gst_audio_default_registry_mixer_filter() utility
8923           function.
8924
8925 2006-01-03  Michael Smith  <msmith@fluendo.com>
8926
8927         * gst/audioresample/resample.h:
8928           As before, but for o_buf
8929
8930 2006-01-03  Michael Smith  <msmith@fluendo.com>
8931
8932         * gst/audioresample/resample.h:
8933           Declare struct _ResampleState.buffer as unsigned char *, not void *,
8934           since we do arithmetic on it.
8935
8936 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
8937
8938         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8939         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8940         (gst_ring_buffer_pause), (wait_segment):
8941         * gst-libs/gst/audio/gstringbuffer.h:
8942           Sun's Forte compiler doesn't seem to like anonymous structs,
8943           so use same setup as in GstBaseSrc (fixes #324900).
8944
8945 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8946
8947         * configure.ac:
8948         * gst/volume/Makefile.am:
8949         * gst/volume/demo.c:
8950           move old example to tests/examples/volume/volune.c
8951         * tests/examples/Makefile.am:
8952         * tests/examples/seek/seek.c: (main):
8953           change window-close event from "delete-event" to "destroy"
8954         * tests/examples/volume/Makefile.am:
8955         * tests/examples/volume/volume.c: (value_changed_callback),
8956         (setup_gui), (message_received), (eos_message_received), (main):
8957           fix event handling and bus usage
8958
8959 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
8960
8961         * gst/audiotestsrc/gstaudiotestsrc.c:
8962         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8963         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8964         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8965         (gst_audio_test_src_create_square),
8966         (gst_audio_test_src_create_saw),
8967         (gst_audio_test_src_create_triangle),
8968         (gst_audio_test_src_create_silence),
8969         (gst_audio_test_src_create_white_noise),
8970         (gst_audio_test_src_create_pink_noise),
8971         (gst_audio_test_src_init_sine_table),
8972         (gst_audio_test_src_create_sine_table),
8973         (gst_audio_test_src_change_wave),
8974         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8975         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8976         * gst/audiotestsrc/gstaudiotestsrc.h:
8977           update to basesrc changes, implement segmented seeking and eos
8978           handling, add a 'sine-tab' waveform for performance critical playback
8979
8980 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8981
8982         * po/POTFILES.in:
8983           ... and this time the other modified file that I missed last time.
8984
8985 2005-12-29  Michael Smith  <msmith@fluendo.com>
8986
8987         * gst/playback/gstdecodebin.c: (new_pad):
8988           Fix non-C89 variable declaration not at the start of a block. Should
8989           help some compilers.
8990
8991 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8992
8993         * tests/check/Makefile.am:
8994           And now fix 'make distcheck' (builddir != srcdir)
8995
8996 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8997
8998         * configure.ac:
8999         * ext/cdparanoia/Makefile.am:
9000         * ext/cdparanoia/gstcdparanoia.c:
9001         * ext/cdparanoia/gstcdparanoia.h:
9002         * ext/cdparanoia/gstcdparanoiasrc.c:
9003         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9004         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9005         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9006         (gst_cd_paranoia_paranoia_callback),
9007         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9008         (gst_cd_paranoia_src_set_property),
9009         (gst_cd_paranoia_src_get_property), (plugin_init):
9010         * ext/cdparanoia/gstcdparanoiasrc.h:
9011           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9012           plugin again (there are still fixes required to playbin to make
9013           cdda:// uris work there).
9014
9015 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9016
9017         * tests/check/Makefile.am:
9018           Fix test case compilation.
9019
9020 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9021
9022         * gst-libs/gst/cdda/gstcddabasesrc.c:
9023         (gst_cdda_base_src_update_duration),
9024         (gst_cdda_base_src_calculate_cddb_id):
9025           An integer is not a string. Fix access to uninitialised variable.
9026
9027         * tests/check/Makefile.am:
9028           Add cddabasesrc unit test; also actually enable the vorbis test.
9029
9030         * tests/check/generic/states.c:
9031           Blacklist new cd audio elements as well.
9032
9033         * tests/check/libs/cddabasesrc.c:
9034           Unit test for GstCddaBaseSrc (discid calculation mostly).
9035
9036 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9037
9038         * docs/libs/Makefile.am:
9039         * docs/libs/gst-plugins-base-libs-docs.sgml:
9040         * docs/libs/gst-plugins-base-libs-sections.txt:
9041         * docs/libs/gst-plugins-base-libs.types:
9042           Add docs for libgstcdda/GstCddaBaseSrc.
9043
9044         * gst-libs/gst/interfaces/mixertrack.h:
9045           Do one struct member per line with a semicolon at the end, that way
9046           even gtk-doc might parse it without complaining.
9047
9048 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9049
9050         * configure.ac:
9051         * gst-libs/gst/Makefile.am:
9052         * gst-libs/gst/cdda/Makefile.am:
9053         * gst-libs/gst/cdda/base64.c:
9054         * gst-libs/gst/cdda/base64.h:
9055         * gst-libs/gst/cdda/gstcddabasesrc.c:
9056         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9057         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9058         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9059         (gst_cdda_base_src_get_property),
9060         (gst_cdda_base_src_get_track_from_sector),
9061         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9062         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9063         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9064         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9065         (gst_cdda_base_src_uri_get_protocols),
9066         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9067         (gst_cdda_base_src_uri_handler_init),
9068         (gst_cdda_base_src_setup_interfaces),
9069         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9070         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9071         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9072         (gst_cdda_base_src_add_tags),
9073         (gst_cdda_base_src_add_index_associations),
9074         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9075         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9076         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9077         (gst_cdda_base_src_create):
9078         * gst-libs/gst/cdda/gstcddabasesrc.h:
9079         * gst-libs/gst/cdda/sha1.c:
9080         * gst-libs/gst/cdda/sha1.h:
9081           Add new libgstcdda with GstCddaBaseSrc class.
9082
9083 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9084
9085         * ext/gnomevfs/gstgnomevfssink.h:
9086           Use GstBaseSinkClass as parent_class member for class struct, not
9087           GstBaseSink.
9088
9089 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9090
9091         Patch by: Michael Benes
9092
9093         * gst/videotestsrc/gstvideotestsrc.c:
9094         (gst_video_test_src_class_init), (gst_video_test_src_start):
9095           Add start method to reset running time and number of frames sent
9096           when starting up (fixes #324696)
9097
9098 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9099
9100         * docs/plugins/Makefile.am:
9101         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9102         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9103         * docs/plugins/gst-plugins-base-plugins.args:
9104         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9105         * docs/plugins/gst-plugins-base-plugins.signals:
9106           Add docs stuff for gnomevfssrc and gnomevfssink.
9107
9108         * ext/gnomevfs/gstgnomevfssrc.c:
9109           Fix example pipeline in gtk-doc blurb.
9110
9111 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9112
9113         * ext/gnomevfs/Makefile.am:
9114         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9115         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9116         (gst_gnome_vfs_handle_get_type), (plugin_init):
9117         * ext/gnomevfs/gstgnomevfs.h:
9118         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9119         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9120         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9121         (gst_gnome_vfs_sink_set_property),
9122         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9123         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9124         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9125         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9126         (gst_gnome_vfs_sink_uri_get_type),
9127         (gst_gnome_vfs_sink_uri_get_protocols),
9128         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9129         (gst_gnome_vfs_sink_uri_handler_init):
9130         * ext/gnomevfs/gstgnomevfssink.h:
9131           Port gnomevfssink; add gtk-doc blurb.
9132
9133         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9134         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9135         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9136         (gst_gnome_vfs_src_uri_get_type),
9137         (gst_gnome_vfs_src_uri_get_protocols),
9138         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9139         (gst_gnome_vfs_src_uri_handler_init),
9140         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9141         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9142         (gst_gnome_vfs_src_send_additional_headers_callback),
9143         (gst_gnome_vfs_src_received_headers_callback),
9144         (gst_gnome_vfs_src_push_callbacks),
9145         (gst_gnome_vfs_src_pop_callbacks),
9146         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9147         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9148         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9149         * ext/gnomevfs/gstgnomevfssrc.h:
9150           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9151           file; add gtk-doc blurb with example pipelines.
9152
9153 === release 0.10.1 ===
9154
9155 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
9156
9157         * configure.ac:
9158           releasing 0.10.1, "Dobro Dedek"
9159
9160 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
9161
9162         * gst/typefind/gsttypefindfunctions.c:
9163         iLBC30 and iLBC20 added to typefind.
9164
9165 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9166
9167         * gst-libs/gst/audio/gstbaseaudiosink.c:
9168         (gst_base_audio_sink_class_init):
9169         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9170         (gst_base_audio_src_class_init):
9171           update strings, values are in microseconds
9172           change the default sink buffer time to something that is smaller
9173           (to help software volume mixing have a slightly lower delay) but
9174           still be acceptable on Wim's laptop
9175
9176 2005-12-20  Edward Hervey  <edward@fluendo.com>
9177
9178         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9179         Made a quack, forgot to add DUCK to the riff video template.
9180
9181 2005-12-19  Edward Hervey  <edward@fluendo.com>
9182
9183         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9184         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9185         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9186         (gst_ogm_parse_chain):
9187         Make sure pads are initialized correctly.
9188         * gst-libs/gst/riff/riff-ids.h:
9189         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9190         (gst_riff_create_video_template_caps):
9191         Add a whole bunch of FOURCC <=> MimeType.
9192         Extend the riff video pad template to support the newly added fourcc.
9193
9194 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
9195
9196         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9197         (gst_ogg_demux_activate_chain):
9198           Extra debug output when activating/deactivating chains.
9199
9200         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9201         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9202         (unlinked):
9203           Remove a queue from our list when it becomes unlinked.
9204           Don't add queues to elements in class 'Demux' if they
9205           can only produce one pad 
9206
9207 2005-12-18  Julien MOUTTE  <julien@moutte.net>
9208
9209         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9210         (gst_video_sink_get_type): Add a debug category.
9211
9212 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9213
9214         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9215         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9216           Handle downstream newsegment by sending our own newsegment before the
9217           next buffer to be released. (#323900)
9218
9219 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9220
9221         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9222         (gst_base_rtp_depayload_set_gst_timestamp):
9223           add queue delay to new segment as well (as opposed to just the first
9224           buffer). (bug #322347)
9225
9226 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9227
9228         * ext/libvisual/visual.c: (make_valid_name):
9229           change some char* into char[]
9230         * gst/audiotestsrc/gstaudiotestsrc.c:
9231         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9232         (gst_audio_test_src_create):
9233         * gst/audiotestsrc/gstaudiotestsrc.h:
9234           prepare to handle EOS and SEGMENT_DONE
9235
9236 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9237
9238         * tests/check/generic/states.c: (GST_START_TEST):
9239           Blacklist cdparanoia element in state test.
9240
9241 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9242
9243           Patch by: Benjamin Pineau
9244
9245         * gst/tcp/gsttcp.c:
9246         * gst/tcp/gsttcpclientsink.c:
9247         * gst/tcp/gsttcpserversink.c:
9248         * gst/tcp/gsttcpserversrc.c:
9249           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9250
9251 2005-12-15  Michael Smith  <msmith@fluendo.com>
9252
9253         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9254         (gst_video_rate_chain):
9255           Fix timestamping for videorate when the first buffer it sees has a
9256           non-zero timestamp. Fix some misleading debug output.
9257
9258 2005-12-15  Michael Smith  <msmith@fluendo.com>
9259
9260         * gst/audioresample/gstaudioresample.c:
9261           Don't leak all input buffers to audioresample.
9262
9263 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9264
9265         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9266           Don't operate on empty text buffers. Strip newlines and
9267           tabs only from the end of the text, but leave them intact
9268           in the middle. Fix typo in gtk-doc description.
9269
9270 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9271
9272         * gst/playback/gstplaybasebin.c:
9273         * gst/playback/gstplaybin.c: (handoff):
9274           Make sure the video frame buffer we return to apps via the
9275           "frame" property always has caps set on it. Modify
9276           _gst_gvalue_set_object() macro to handle NULL objects
9277           gracefully too.
9278
9279 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9280
9281         * gst/audiotestsrc/gstaudiotestsrc.c:
9282         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9283         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9284         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9285         (gst_audio_test_src_create):
9286         * gst/audiotestsrc/gstaudiotestsrc.h:
9287         Adjust to some recent api changes and add wtays new cool seeking
9288         capabillities
9289
9290 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9291
9292         * ext/alsa/Makefile.am:
9293         * ext/alsa/gstalsadeviceprobe.c:
9294         * ext/alsa/gstalsadeviceprobe.h:
9295           Helper functions to add device probing via the GstPropertyProbe
9296           interface to a class.
9297
9298         * ext/alsa/gstalsamixer.h:
9299           Comment out GST_ALSA_MIXER, it returns a struct that's not
9300           used.
9301
9302         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9303           Add some debug info. 
9304
9305         * ext/alsa/gstalsamixerelement.c:
9306         (gst_alsa_mixer_element_interface_supported),
9307         (gst_implements_interface_init),
9308         (gst_alsa_mixer_element_init_interfaces),
9309         (gst_alsa_mixer_element_class_init),
9310         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9311         (gst_alsa_mixer_element_set_property),
9312         (gst_alsa_mixer_element_get_property),
9313         (gst_alsa_mixer_element_change_state):
9314         * ext/alsa/gstalsamixerelement.h:
9315           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9316           for device handling (gnome-volume-control will need that).
9317
9318 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9319
9320         * ext/Makefile.am: fix cdparanoia entry
9321         * gst-plugins-base.spec.in: add cdparanoia
9322
9323 2005-12-12  Michael Smith  <msmith@fluendo.com>
9324
9325         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9326           Use the correct function to free list of typefind factories.
9327
9328 2005-12-12  Wim Taymans  <wim@fluendo.com>
9329
9330         * gst/videotestsrc/gstvideotestsrc.c:
9331         (gst_video_test_src_class_init), (gst_video_test_src_init),
9332         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9333         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9334         (gst_video_test_src_create):
9335         * gst/videotestsrc/gstvideotestsrc.h:
9336         Implement seeking in videotestsrc.
9337         Small cleanups.
9338
9339 2005-12-12  Wim Taymans  <wim@fluendo.com>
9340
9341         * ext/cdparanoia/Makefile.am:
9342         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9343         (gst_paranoia_endian_get_type), (_do_init),
9344         (cdparanoia_class_init), (cdparanoia_init),
9345         (cdparanoia_set_property), (cdparanoia_get_property),
9346         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9347         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9348         (cdparanoia_convert), (cdparanoia_get_query_types),
9349         (cdparanoia_query), (cdparanoia_set_index),
9350         (cdparanoia_uri_set_uri):
9351         * ext/cdparanoia/gstcdparanoia.h:
9352         Partially ported cdparanoia now that basesrc can support a
9353         plugin like this..
9354
9355 2005-12-12  Wim Taymans  <wim@fluendo.com>
9356
9357         * tests/examples/seek/scrubby.c: (main):
9358         Set higher priority for bus events so they don't get reordered with
9359         gtk gui events.
9360
9361         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9362         (flush_toggle_cb), (main):
9363         Added checkbox to disable flushing seeks. 
9364         Disable scrubbing when doing non flushing seeks.
9365
9366 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9367
9368         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9369         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9370         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9371         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9372           Implement some sort of event handling that doesn't rely on
9373           g_return_if_fail; make sure we always push the last chunk of an 
9374           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9375           state change function; remove some old cruft. Seeking is still
9376           rather unlikely to work though.
9377
9378         * tools/.cvsignore:
9379           Ignore more.
9380
9381 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9382
9383         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9384         Fixed a leak of the current image reference when cleaning up.
9385         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9386
9387 2005-12-09  Michael Smith  <msmith@fluendo.com>
9388
9389         * tools/Makefile.am:
9390         * tools/gst-launch-ext-m.m:
9391           Remove gst-launch-ext. It doesn't work, and is no longer
9392           particularly useful.
9393
9394 2005-12-08  Luca Ognibene  <luogni@tin.it>
9395
9396         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9397           don't pass random values to ogmparse convert function.
9398           Make seeking possible in the exile1.ogm file.
9399
9400 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9401
9402         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9403         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9404           Work around refcount problem with g_value_set_object() that occur
9405           if the core has been compiled against GLib-2.6 (g_value_set_object()
9406           will only g_object_ref() the element, but the caller will
9407           gst_object_unref() it and bad things will happen due to the way
9408           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9409           totem for people on FC4 using Thomas's 0.10 RPMs.
9410           
9411 2005-12-07  Edward Hervey  <edward@fluendo.com>
9412
9413         Time to welcome ogm to 0.10 :)
9414         
9415         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9416         (gst_ogg_pad_typefind):
9417         Oggdemux can now properly typefind elements with dynamic pads.
9418         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9419         Properly set caps on src pad, and set caps on outgoing buffers.
9420
9421 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9422
9423         * ext/alsa/gstalsamixer.h:
9424         * ext/alsa/gstalsamixerelement.h:
9425         * ext/alsa/gstalsamixeroptions.h:
9426         * ext/alsa/gstalsamixertrack.h:
9427         * ext/alsa/gstalsasink.c:
9428         * ext/alsa/gstalsasink.h:
9429         * ext/alsa/gstalsasrc.c:
9430         * ext/alsa/gstalsasrc.h:
9431         * ext/cdparanoia/gstcdparanoia.h:
9432         * ext/gnomevfs/gstgnomevfsuri.h:
9433         * ext/ogg/gstoggdemux.c:
9434         * ext/ogg/gstoggmux.c:
9435         * ext/pango/gsttextoverlay.h:
9436         * ext/theora/theoradec.c:
9437         * ext/theora/theoraenc.c:
9438         * ext/vorbis/vorbisdec.h:
9439         * ext/vorbis/vorbisenc.c:
9440         * ext/vorbis/vorbisenc.h:
9441         * ext/vorbis/vorbisparse.h:
9442         * gst-libs/gst/audio/gstaudioclock.h:
9443         * gst-libs/gst/audio/gstaudiosink.c:
9444         * gst-libs/gst/audio/gstaudiosink.h:
9445         * gst-libs/gst/audio/gstaudiosrc.c:
9446         * gst-libs/gst/audio/gstaudiosrc.h:
9447         * gst-libs/gst/audio/gstbaseaudiosink.c:
9448         * gst-libs/gst/audio/gstbaseaudiosink.h:
9449         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9450         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9451         * gst-libs/gst/audio/gstringbuffer.h:
9452         * gst-libs/gst/audio/multichannel.h:
9453         * gst-libs/gst/floatcast/floatcast.h:
9454         * gst-libs/gst/interfaces/colorbalance.c:
9455         * gst-libs/gst/interfaces/colorbalance.h:
9456         * gst-libs/gst/interfaces/colorbalancechannel.h:
9457         * gst-libs/gst/interfaces/mixer.h:
9458         * gst-libs/gst/interfaces/mixeroptions.h:
9459         * gst-libs/gst/interfaces/mixertrack.h:
9460         * gst-libs/gst/interfaces/navigation.h:
9461         * gst-libs/gst/interfaces/propertyprobe.h:
9462         * gst-libs/gst/interfaces/tuner.h:
9463         * gst-libs/gst/interfaces/tunerchannel.h:
9464         * gst-libs/gst/interfaces/tunernorm.h:
9465         * gst-libs/gst/interfaces/xoverlay.h:
9466         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9467         * gst-libs/gst/riff/riff-ids.h:
9468         * gst-libs/gst/riff/riff-media.h:
9469         * gst-libs/gst/riff/riff-read.h:
9470         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9471         * gst-libs/gst/rtp/gstbasertppayload.c:
9472         * gst-libs/gst/rtp/gstbasertppayload.h:
9473         * gst-libs/gst/rtp/gstrtpbuffer.c:
9474         * gst-libs/gst/rtp/gstrtpbuffer.h:
9475         * gst-libs/gst/tag/gsttageditingprivate.h:
9476         * gst-libs/gst/tag/gstvorbistag.c:
9477         (gst_tag_list_from_vorbiscomment_buffer):
9478         * gst-libs/gst/tag/tag.h:
9479         * gst-libs/gst/video/video.h:
9480         * gst/adder/gstadder.c:
9481         * gst/adder/gstadder.h:
9482         * gst/audioconvert/audioconvert.c:
9483         * gst/audioconvert/audioconvert.h:
9484         * gst/audioconvert/gstaudioconvert.c:
9485         * gst/audioconvert/gstchannelmix.c:
9486         * gst/audioconvert/gstchannelmix.h:
9487         * gst/audiorate/gstaudiorate.c:
9488         * gst/audioresample/buffer.h:
9489         * gst/audioresample/functable.h:
9490         * gst/audioresample/gstaudioresample.c:
9491         * gst/audioresample/resample.h:
9492         * gst/ffmpegcolorspace/avcodec.h:
9493         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9494         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9495         * gst/ffmpegcolorspace/imgconvert.c:
9496         * gst/ffmpegcolorspace/imgconvert_template.h:
9497         * gst/playback/gstdecodebin.c:
9498         * gst/playback/gstplaybasebin.h:
9499         * gst/playback/gstplaybin.c:
9500         * gst/playback/gststreaminfo.h:
9501         * gst/tcp/gstfdset.c:
9502         * gst/tcp/gstfdset.h:
9503         * gst/tcp/gstmultifdsink.c:
9504         * gst/tcp/gstmultifdsink.h:
9505         * gst/tcp/gsttcp.h:
9506         * gst/tcp/gsttcpclientsrc.c:
9507         * gst/tcp/gsttcpclientsrc.h:
9508         * gst/tcp/gsttcpplugin.h:
9509         * gst/tcp/gsttcpserversink.c:
9510         * gst/tcp/gsttcpserversrc.c:
9511         * gst/typefind/gsttypefindfunctions.c:
9512         * gst/videorate/gstvideorate.c:
9513         * gst/videotestsrc/gstvideotestsrc.h:
9514         * gst/videotestsrc/videotestsrc.h:
9515         * sys/v4l/gstv4lcolorbalance.h:
9516         * sys/v4l/gstv4ltuner.h:
9517         * sys/v4l/gstv4lxoverlay.h:
9518         * sys/v4l/v4l_calls.h:
9519         * sys/v4l/videodev_mjpeg.h:
9520         * tests/check/elements/audioconvert.c:
9521         * tests/check/elements/audioresample.c:
9522         * tests/check/elements/audiotestsrc.c:
9523         * tests/check/elements/videotestsrc.c:
9524         * tests/check/elements/volume.c:
9525         * tests/examples/seek/scrubby.c:
9526         * tests/examples/seek/seek.c:
9527           expand tabs
9528
9529 === release 0.10.0 ===
9530
9531 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9532
9533         * configure.ac:
9534           releasing 0.10.0, "Mont-d'or"
9535
9536 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9537
9538         * tests/examples/seek/Makefile.am:
9539         Build fix for when gtk is not available.
9540
9541 2005-12-05  Andy Wingo  <wingo@pobox.com>
9542
9543         * ext/libvisual/visual.c: (get_buffer):
9544         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9545         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9546         * ext/theora/theoradec.c: (theora_handle_data_packet):
9547         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9548         (theora_enc_chain):
9549         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9550         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9551         Update for alloc_buffer changes.
9552
9553 2005-12-05  Andy Wingo  <wingo@pobox.com>
9554
9555         patch by: Kai Vehmanen <kv2004 eca cx>
9556         
9557         * gst-libs/gst/rtp/gstbasertpdepayload.c
9558         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9559
9560 2005-12-04  Andy Wingo  <wingo@pobox.com>
9561
9562         patch by: Sebastien Cote <sebas642 yahoo ca>
9563         
9564         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9565         Fixes #319172.
9566
9567 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9568
9569         * docs/plugins/Makefile.am:
9570         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9571         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9572         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9573         * ext/pango/gstclockoverlay.c:
9574         * ext/pango/gsttextoverlay.c: 
9575         * ext/pango/gsttextrender.c:
9576         * ext/pango/gsttimeoverlay.c:
9577           Add gtk-doc blurbs to pango elements.
9578
9579 2005-12-02  Wim Taymans  <wim@fluendo.com>
9580
9581         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9582         * gst/audioresample/buffer.h:
9583         * gst/audioresample/gstaudioresample.c:
9584         * gst/audioresample/gstaudioresample.h:
9585         * gst/audioresample/resample.c: (resample_input_flush),
9586         (resample_input_pushthrough), (resample_input_eos),
9587         (resample_get_output_size_for_input),
9588         (resample_get_input_size_for_output), (resample_get_output_size),
9589         (resample_get_output_data):
9590         * gst/audioresample/resample.h:
9591         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9592         Fix audioresample, seek torture, new segments, reverse negotiation
9593         etc.. work fine.
9594
9595 2005-12-02  Wim Taymans  <wim@fluendo.com>
9596
9597         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9598         Small cleanups.
9599
9600 2005-12-02  Wim Taymans  <wim@fluendo.com>
9601
9602         * gst/audioconvert/gstaudioconvert.c:
9603         (gst_audio_convert_transform):
9604         Post errors.
9605
9606 === release 0.9.7 ===
9607
9608 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9609
9610         * configure.ac:
9611           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9612
9613 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9614
9615         * Makefile.am:
9616         * po/hu.po:
9617         * win32/MANIFEST:
9618         * win32/gst.sln:
9619           add win32 MANIFEST file
9620           do something to the hungarian translation
9621
9622 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9623
9624         * ext/Makefile.am:
9625           Add $(PANGO_DIR) to SUBDIRS
9626
9627         * ext/pango/gstclockoverlay.c:
9628         * ext/pango/gsttimeoverlay.c:
9629           Fix and improve element descriptions.
9630
9631 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9632
9633         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9634         * docs/plugins/inspect/plugin-libvisual.xml:
9635         * docs/plugins/inspect/plugin-pango.xml:
9636           add pango plugin to docs
9637
9638 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9639
9640         * configure.ac:
9641         * ext/Makefile.am:
9642           moved pango to base
9643
9644 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9645
9646         * configure.ac:
9647         * tests/Makefile.am:
9648         * tests/icles/.cvsignore:
9649         * tests/icles/Makefile.am:
9650         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9651         (close_display), (resize_window), (move_window), (create_window),
9652         (terminate_playback), (pause_playback), (start_playback), (main):
9653           add stress test for xoverlay from Julien
9654
9655 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9656
9657         * docs/libs/tmpl/gstcolorbalance.sgml:
9658         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9659         * gst-libs/gst/rtp/gstbasertppayload.c:
9660         * gst-libs/gst/rtp/gstrtpbuffer.c:
9661         * gst-libs/gst/rtp/gstrtpbuffer.h:
9662           Do burger's rename for rtp payloaders and depayloaders
9663
9664 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9665
9666         * win32/:
9667           add Visual Studio 6 build files
9668
9669 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9670
9671         * docs/libs/gst-plugins-base-libs-docs.sgml:
9672         * docs/libs/gst-plugins-base-libs-sections.txt:
9673         * docs/libs/tmpl/gstaudio.sgml:
9674         * docs/libs/tmpl/gstringbuffer.sgml:
9675         * gst-libs/gst/interfaces/xoverlay.c:
9676         * gst-libs/gst/video/gstvideofilter.c:
9677         * gst-libs/gst/video/gstvideosink.c:
9678           update documentation
9679
9680 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9681
9682         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9683         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9684         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9685         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9686         (gst_multi_fd_sink_get_stats),
9687         (gst_multi_fd_sink_remove_client_link),
9688         (gst_multi_fd_sink_handle_client_read),
9689         (gst_multi_fd_sink_client_queue_data),
9690         (gst_multi_fd_sink_client_queue_caps),
9691         (gst_multi_fd_sink_client_queue_buffer),
9692         (gst_multi_fd_sink_new_client),
9693         (gst_multi_fd_sink_handle_client_write),
9694         (gst_multi_fd_sink_recover_client),
9695         (gst_multi_fd_sink_queue_buffer),
9696         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9697         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9698         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9699         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9700         * gst/tcp/gstmultifdsink.h:
9701         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9702         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9703         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9704         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9705         (gst_tcp_client_sink_set_property),
9706         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9707         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9708         * gst/tcp/gsttcpclientsink.h:
9709         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9710         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9711         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9712         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9713         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9714         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9715         * gst/tcp/gsttcpclientsrc.h:
9716         * gst/tcp/gsttcpplugin.c: (plugin_init):
9717         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9718         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9719         (gst_tcp_server_sink_finalize),
9720         (gst_tcp_server_sink_handle_server_read),
9721         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9722         (gst_tcp_server_sink_set_property),
9723         (gst_tcp_server_sink_get_property),
9724         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9725         * gst/tcp/gsttcpserversink.h:
9726         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9727         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9728         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9729         (gst_tcp_server_src_set_property),
9730         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9731         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9732         * gst/tcp/gsttcpserversrc.h:
9733           more borgifying
9734
9735 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9736
9737         * docs/plugins/Makefile.am:
9738         * docs/plugins/gst-plugins-base-plugins.args:
9739         * docs/plugins/inspect/plugin-libvisual.xml:
9740         * gst/audioconvert/plugin.h:
9741         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9742         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9743         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9744         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9745         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9746         (plugin_init):
9747         * gst/audiotestsrc/gstaudiotestsrc.c:
9748         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9749         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9750         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9751         (gst_audio_test_src_get_query_types),
9752         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9753         (gst_audio_test_src_create_square),
9754         (gst_audio_test_src_create_saw),
9755         (gst_audio_test_src_create_triangle),
9756         (gst_audio_test_src_create_silence),
9757         (gst_audio_test_src_create_white_noise),
9758         (gst_audio_test_src_init_pink_noise),
9759         (gst_audio_test_src_generate_pink_noise_value),
9760         (gst_audio_test_src_create_pink_noise),
9761         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9762         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9763         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9764         (plugin_init):
9765         * gst/audiotestsrc/gstaudiotestsrc.h:
9766         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9767         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9768         (gst_sub_parse_init), (gst_sub_parse_formats),
9769         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9770         (convert_encoding), (get_next_line),
9771         (gst_sub_parse_data_format_autodetect),
9772         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9773         (gst_sub_parse_loop), (gst_sub_parse_chain),
9774         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9775         (plugin_init):
9776         * gst/subparse/gstsubparse.h:
9777         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9778         (gst_video_rate_base_init), (gst_video_rate_class_init),
9779         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9780         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9781         (gst_video_rate_init), (gst_video_rate_event),
9782         (gst_video_rate_chain), (gst_video_rate_set_property),
9783         (gst_video_rate_get_property), (gst_video_rate_change_state),
9784         (plugin_init):
9785         * gst/videoscale/gstvideoscale.c:
9786         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9787         (gst_video_scale_src_template_factory),
9788         (gst_video_scale_sink_template_factory),
9789         (gst_video_scale_get_type), (gst_video_scale_base_init),
9790         (gst_video_scale_class_init), (gst_video_scale_init),
9791         (gst_video_scale_set_property), (gst_video_scale_get_property),
9792         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9793         (gst_video_scale_prepare_size), (parse_caps),
9794         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9795         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9796         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9797         (plugin_init):
9798         * gst/videoscale/gstvideoscale.h:
9799         * gst/videotestsrc/gstvideotestsrc.c:
9800         (gst_video_test_src_pattern_get_type),
9801         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9802         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9803         (gst_video_test_src_set_pattern),
9804         (gst_video_test_src_set_property),
9805         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9806         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9807         (gst_video_test_src_event), (gst_video_test_src_get_times),
9808         (gst_video_test_src_create), (plugin_init):
9809         * gst/videotestsrc/gstvideotestsrc.h:
9810         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9811         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9812         (gst_video_test_src_black):
9813         * gst/videotestsrc/videotestsrc.h:
9814           borgify further
9815           clean up docs a little
9816
9817 2005-11-30  Wim Taymans  <wim@fluendo.com>
9818
9819         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9820         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9821         (gst_basertppayload_event), (gst_basertppayload_push),
9822         (gst_basertppayload_change_state):
9823         * gst-libs/gst/rtp/gstbasertppayload.h:
9824         closed #320644.
9825
9826 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9827
9828         * docs/libs/gst-plugins-base-libs-docs.sgml:
9829         * docs/libs/gst-plugins-base-libs-sections.txt:
9830         * gst-libs/gst/video/gstvideofilter.c:
9831         * gst-libs/gst/video/gstvideosink.c:
9832         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9833
9834 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9835
9836         * LICENSE:
9837           move
9838         * po/af.po:
9839         * po/az.po:
9840         * po/cs.po:
9841         * po/en_GB.po:
9842         * po/hu.po:
9843         * po/it.po:
9844         * po/nb.po:
9845         * po/nl.po:
9846         * po/or.po:
9847         * po/sq.po:
9848         * po/sr.po:
9849         * po/sv.po:
9850         * po/uk.po:
9851         * po/vi.po:
9852         * Makefile.am:
9853           update
9854         * scripts/autoplugins.sh:
9855           remove
9856
9857 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9858
9859         * Makefile.am:
9860         * configure.ac:
9861         * examples/Makefile.am:
9862         * examples/capsfilter/Makefile.am:
9863         * examples/capsfilter/capsfilter1.c:
9864         * examples/gob/Makefile.am:
9865         * examples/gob/gst-identity2.gob:
9866         * examples/indexing/.cvsignore:
9867         * examples/indexing/Makefile.am:
9868         * examples/indexing/indexmpeg.c:
9869         * examples/seeking/.cvsignore:
9870         * examples/seeking/Makefile.am:
9871         * examples/seeking/cdparanoia.c:
9872         * examples/seeking/cdplayer.c:
9873         * examples/seeking/chained.c:
9874         * examples/seeking/scrubby.c:
9875         * examples/seeking/seek.c:
9876         * examples/stats/Makefile.am:
9877         * examples/stats/mp2ogg.c:
9878         * examples/switch/.cvsignore:
9879         * examples/switch/Makefile.am:
9880         * examples/switch/switcher.c:
9881         * tests/Makefile.am:
9882         * tests/check/generic/.cvsignore:
9883         * tests/check/pipelines/.cvsignore:
9884         * tests/examples/Makefile.am:
9885         * tests/examples/seek/Makefile.am:
9886           reorganize stuff under tests/
9887
9888 2005-11-30  Edward Hervey  <edward@fluendo.com>
9889
9890         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9891         Go away you stupid GstStaticPadTemplate memleak.
9892
9893 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9894
9895         * gst-libs/gst/net/Makefile.am:
9896         * gst-libs/gst/net/README:
9897         * gst-libs/gst/net/gstnetbuffer.c:
9898         * gst-libs/gst/net/gstnetbuffer.h:
9899           this was moved to "netbuffer"
9900
9901 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9902
9903         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9904         (gst_video_filter_class_init), (gst_video_filter_init):
9905         * gst-libs/gst/video/gstvideofilter.h:
9906           borgify name to bring in line with other classes
9907
9908 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9909
9910         * gst/audioscale/.cvsignore:
9911         * gst/audioscale/Makefile.am:
9912         * gst/audioscale/README:
9913         * gst/audioscale/audioscale.vcproj:
9914         * gst/audioscale/dtof.c:
9915         * gst/audioscale/dtos.c:
9916         * gst/audioscale/functable.c:
9917         * gst/audioscale/gstaudioscale.c:
9918         * gst/audioscale/gstaudioscale.h:
9919         * gst/audioscale/private.h:
9920         * gst/audioscale/resample.c:
9921         * gst/audioscale/resample.h:
9922         * gst/audioscale/test.c:
9923           remove
9924
9925 2005-11-30  Edward Hervey  <edward@fluendo.com>
9926
9927         * gst-libs/gst/netbuffer/Makefile.am:
9928         really, really tired
9929
9930 2005-11-30  Edward Hervey  <edward@fluendo.com>
9931
9932         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9933         Update for new GstTypeFindFactory _register()
9934
9935 2005-11-30  Edward Hervey  <edward@fluendo.com>
9936
9937         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
9938         Let's not override libgstnet from core for no reason...
9939         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9940         Ok, maybe not so quick next time.
9941
9942 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9943
9944         * configure.ac:
9945         * gst-libs/gst/Makefile.am:
9946           moved gst-libs/gst/net to netbuffer through CVS surgery
9947           remove old directory
9948           updating build to accomodate
9949           (#322257)
9950
9951 2005-11-29  Andy Wingo  <wingo@pobox.com>
9952
9953         * pkgconfig/gstreamer-plugins-base.pc.in:
9954         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9955         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9956         (#322257).
9957
9958 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9959
9960         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9961         3rd time's the charm. Correct ref-counting for discarded buffers.
9962
9963 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9964
9965         * gst/playback/gststreamselector.c:
9966         (gst_stream_selector_class_init),
9967         (gst_stream_selector_set_property),
9968         (gst_stream_selector_get_property),
9969         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9970         Fix ref-counting
9971
9972 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
9973
9974         * gst/subparse/gstsubparse.c: (feed_textbuf):
9975           Don't access already unref'ed buffer.
9976
9977 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9978
9979         * gst/playback/gststreamselector.c:
9980         (gst_stream_selector_class_init), (gst_stream_selector_init),
9981         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9982         (gst_stream_selector_get_property),
9983         (gst_stream_selector_get_linked_pad),
9984         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9985         * gst/playback/gststreamselector.h:
9986         Add the active-pad property for playbin to use shortly. Ignore buffers
9987         from any other pad, returning GST_FLOW_NOT_LINKED
9988
9989 2005-11-29  Julien MOUTTE  <julien@moutte.net>
9990
9991         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9992         patch from bug #322704 (Alessandro Decina).
9993
9994 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9995
9996         * gst-libs/gst/audio/Makefile.am:
9997           folded audiofilter into the audio library
9998
9999 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10000
10001         * gst/videoscale/gstvideoscale.h:
10002         * gst/videoscale/gstvideoscale.c:
10003           remove unimplemented scale methods
10004
10005 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
10006
10007         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10008           Don't leak caps.
10009
10010 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10011
10012         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10013         (gst_ximagesink_setcaps):
10014         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10015         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10016         happens (only visible on ximagesink but bug is in xv too) set_caps was
10017         destroying the internal x[v]image used to memcpy non locally alloced
10018         buffers so that it got renewed on next _chain. The issue is that 
10019         _expose will try to put that image as it reffed it in _put.
10020         Using gst_buffer_unref instead of destroy fixes it !
10021
10022 2005-11-28  Edward Hervey  <edward@fluendo.com>
10023
10024         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10025         (try_to_link_1), (queue_filled_cb):
10026         Better use of the queues. Start with a small size queue and only increase
10027         the size of the queues when the other queues are empty.
10028
10029 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10030
10031         * gst-libs/gst/video/Makefile.am:
10032           compile in copied-over videofilter into the video library
10033         * gst-libs/gst/video/videosink.h:
10034           rename the header to gstvideosink.h since it's a base GstObject class
10035         * sys/ximage/ximagesink.h:
10036         * sys/xvimage/xvimagesink.h:
10037           use the new header
10038
10039 2005-11-28  Wim Taymans  <wim@fluendo.com>
10040
10041         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10042         * gst/playback/gstplaybasebin.h:
10043         Prepare to handle errors betters.
10044
10045         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10046         Set sinks to PAUSED first before adding and linking them so that
10047         we don't interrupt dataflow.
10048
10049 2005-11-28  Wim Taymans  <wim@fluendo.com>
10050
10051         * gst-libs/gst/audio/TODO:
10052         Updated TODO
10053
10054         * gst-libs/gst/audio/gstaudiosink.c:
10055         (gst_audioringbuffer_open_device),
10056         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10057         (gst_audioringbuffer_release):
10058         Small cleanups.
10059
10060         * gst-libs/gst/audio/gstbaseaudiosink.c:
10061         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10062         (gst_base_audio_sink_change_state):
10063         Slave to the master clock when going to PLAYING and unslave when
10064         going to PAUSED.
10065
10066         * gst-libs/gst/audio/gstringbuffer.c:
10067         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10068         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10069         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10070         (gst_ring_buffer_clear_all), (wait_segment),
10071         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10072         (gst_ring_buffer_advance):
10073         * gst-libs/gst/audio/gstringbuffer.h:
10074         Add some docs and cleanups.
10075
10076 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10077
10078         * sys/xvimage/xvimagesink.c:
10079         (gst_xvimagesink_navigation_send_event): Fix navigation events
10080         coordinates translation with pixel aspect ratios.
10081
10082 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10083
10084         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10085         Use calculated video geometry from _setcaps instead of buffer
10086         caps to respect pixel aspect ratio. (fixes #322388)
10087
10088 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10089
10090         * docs/libs/tmpl/gstcolorbalance.sgml:
10091         * docs/libs/tmpl/gstmixer.sgml:
10092         * docs/libs/tmpl/gstxoverlay.sgml:
10093         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10094         interface.
10095
10096 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10097
10098         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10099         Refuse to create an XvImage if we can't find the format.
10100
10101 2005-11-28  Edward Hervey  <edward@fluendo.com>
10102
10103         * gst-libs/gst/riff/riff-media.c:
10104         (gst_riff_create_audio_template_caps):
10105         Add ATRAC3 to the list of riff-possible audio caps.
10106         I know we still don't have a plugin for atrac3, but it's saner to output
10107         that than a cryptic mimetype.
10108
10109 2005-11-27  Edward Hervey  <edward@fluendo.com>
10110
10111         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10112         Don't try to create a zero-sized subbuffer.
10113
10114 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10115
10116         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10117         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10118         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10119         (gst_ximagesink_expose): Fixed a tricky race.
10120         * sys/ximage/ximagesink.h:
10121         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10122         (gst_xvimagesink_expose): Fixed a tricky race.
10123         * sys/xvimage/xvimagesink.h:
10124
10125 2005-11-27  Edward Hervey  <edward@fluendo.com>
10126
10127         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10128         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10129         Remove unused properties, and add queues between demuxers and decoders
10130         so that a lot more files can preroll properly.
10131
10132 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10133
10134         * gst-libs/gst/net/Makefile.am:
10135         * gst-libs/gst/rtp/Makefile.am:
10136         * gst-libs/gst/tag/Makefile.am:
10137           remove silly include
10138         * gst/tags/Makefile.am:
10139         * gst/tags/gsttagediting.c:
10140         * gst/tags/gsttageditingprivate.h:
10141         * gst/tags/tagedit.vcproj:
10142           remove directory, is as good as empty
10143
10144 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10145
10146         * configure.ac:
10147           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10148         * gst-libs/Makefile.am:
10149         * gst-libs/gst/audio/Makefile.am:
10150         * gst-libs/gst/interfaces/Makefile.am:
10151         * gst-libs/gst/net/Makefile.am:
10152         * gst-libs/gst/riff/Makefile.am:
10153         * gst-libs/gst/rtp/Makefile.am:
10154         * gst-libs/gst/tag/Makefile.am:
10155         * gst-libs/gst/video/Makefile.am:
10156           and use them
10157
10158 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10159
10160         * docs/libs/tmpl/gstcolorbalance.sgml:
10161         * docs/libs/tmpl/gstmixer.sgml:
10162         * docs/libs/tmpl/gstxoverlay.sgml:
10163         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10164         * sys/ximage/ximagesink.h:
10165         * sys/xvimage/xvimagesink.h: More and more documentation.
10166
10167 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10168
10169         * docs/libs/gst-plugins-base-libs-docs.sgml:
10170         * docs/libs/gst-plugins-base-libs-sections.txt:
10171         * docs/libs/tmpl/gstcolorbalance.sgml:
10172         * docs/libs/tmpl/gstmixer.sgml:
10173         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10174         to documentation.
10175
10176 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10177
10178         * docs/plugins/Makefile.am:
10179         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10180         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10181         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10182
10183 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10184
10185         * docs/plugins/Makefile.am:
10186         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10187         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10188         * docs/plugins/inspect/plugin-adder.xml:
10189         * docs/plugins/inspect/plugin-alsa.xml:
10190         * docs/plugins/inspect/plugin-audioconvert.xml:
10191         * docs/plugins/inspect/plugin-audiorate.xml:
10192         * docs/plugins/inspect/plugin-audioresample.xml:
10193         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10194         * docs/plugins/inspect/plugin-decodebin.xml:
10195         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10196         * docs/plugins/inspect/plugin-gnomevfs.xml:
10197         * docs/plugins/inspect/plugin-ogg.xml:
10198         * docs/plugins/inspect/plugin-playbin.xml:
10199         * docs/plugins/inspect/plugin-subparse.xml:
10200         * docs/plugins/inspect/plugin-tcp.xml:
10201         * docs/plugins/inspect/plugin-theora.xml:
10202         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10203         * docs/plugins/inspect/plugin-video4linux.xml:
10204         * docs/plugins/inspect/plugin-videorate.xml:
10205         * docs/plugins/inspect/plugin-videoscale.xml:
10206         * docs/plugins/inspect/plugin-videotestsrc.xml:
10207         * docs/plugins/inspect/plugin-volume.xml:
10208         * docs/plugins/inspect/plugin-vorbis.xml:
10209         * docs/plugins/inspect/plugin-ximagesink.xml:
10210         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10211         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10212
10213 2005-11-26  Edward Hervey  <edward@fluendo.com>
10214
10215         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10216         Properly return GstFlowReturn from gst_pad_push in chain functions.
10217
10218 2005-11-25  Michael Smith  <msmith@fluendo.com>
10219
10220         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10221         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10222         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10223         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10224           Handle various conditions better when we don't understand a stream.
10225           Removes a heap of CRITICALs on ogg streams containing unknown data.
10226
10227 2005-11-24  Andy Wingo  <wingo@pobox.com>
10228
10229         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10230         Be threadsafe.
10231
10232 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10233
10234         * configure.ac: back to HEAD
10235
10236 === release 0.9.6 ===
10237
10238 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10239
10240         * configure.ac:
10241           releasing 0.9.6, "White Eight"
10242
10243 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10244
10245         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10246         * docs/plugins/inspect/plugin-sine.xml:
10247           remove sinesrc some more
10248
10249 2005-11-23  Wim Taymans  <wim@fluendo.com>
10250
10251         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10252         If we are reading too slowly, jump forward in the ringbuffer
10253         instead of blocking.
10254
10255 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10256
10257         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10258         (gst_visual_chain):
10259         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10260         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10261         (gst_videorate_chain):
10262         * gst/videotestsrc/gstvideotestsrc.c:
10263         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10264         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10265         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10266         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10267         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10268         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10269           Updates for API changes
10270
10271 2005-11-23  Wim Taymans  <wim@fluendo.com>
10272
10273         * gst-libs/gst/audio/gstbaseaudiosink.c:
10274         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10275         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10276         Fix for calibration API change.
10277
10278 2005-11-23  Michael Smith <msmith@fluendo.com>
10279
10280         * gst-libs/gst/audio/multichannel.c:
10281         (gst_audio_get_channel_positions),
10282         (gst_audio_set_channel_positions),
10283         (gst_audio_set_structure_channel_positions_list),
10284         (gst_audio_fixate_channel_positions):
10285           Use gst_value_array_*() functions on value arrays, not
10286           gst_value_list_*().
10287
10288 2005-11-23  Edward Hervey  <edward@fluendo.com>
10289
10290         * autogen.sh:
10291         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10292         Fixes autogen
10293
10294 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10295
10296         * check/Makefile.am:
10297         * check/elements/videotestsrc.c: (setup_videotestsrc),
10298         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10299         (main):
10300           add a test for videotestsrc
10301
10302 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10303
10304         * gst/sine/.cvsignore:
10305         * gst/sine/Makefile.am:
10306         * gst/sine/gstsinesrc.c:
10307         * gst/sine/gstsinesrc.h:
10308         * gst/sine/sinesrc.vcproj:
10309           and remove sinesrc from the repository.  Closes #321446
10310
10311 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10312
10313         * configure.ac:
10314         * gst-plugins-base.spec.in:
10315           remove sinesrc from the build
10316
10317 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10318
10319         * check/Makefile.am:
10320         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10321         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10322         (main):
10323           add a test for audiotestsrc, testing all waves.  Even seems
10324           leak-free at first glance, nice job Stefan
10325
10326 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10327
10328         * po/af.po:
10329         * po/az.po:
10330         * po/cs.po:
10331         * po/en_GB.po:
10332         * po/hu.po:
10333         * po/it.po:
10334         * po/nb.po:
10335         * po/nl.po:
10336         * po/or.po:
10337         * po/sq.po:
10338         * po/sr.po:
10339         * po/sv.po:
10340         * po/uk.po:
10341         * po/vi.po:
10342           Translation string updates
10343
10344         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10345         (gst_v4lsrc_set_caps):
10346         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10347         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10348         * sys/v4l/v4lsrc_calls.h:
10349           Improve v4lsrc, by making it work again.
10350
10351 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10352
10353         * ext/libvisual/visual.c: (gst_visual_chain):
10354           Fix the fps calculations.
10355
10356         * gst/ffmpegcolorspace/avcodec.h:
10357           Move structure element for clarity
10358
10359         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10360         * gst-libs/gst/interfaces/tunernorm.h:
10361         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10362         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10363         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10364         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10365         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10366         (gst_v4lmjpegsrc_getcaps):
10367         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10368         (gst_v4lsrc_set_caps):
10369         * sys/v4l/gstv4lsrc.h:
10370         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10371         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10372         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10373         * sys/v4l/v4lsrc_calls.h:
10374           Fractional framerates...
10375
10376 2005-11-22  Wim Taymans  <wim@fluendo.com>
10377
10378         * gst-libs/gst/audio/gstbaseaudiosink.c:
10379         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10380         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10381         And we provide a clock by default, of course...
10382
10383 2005-11-22  Wim Taymans  <wim@fluendo.com>
10384
10385         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10386         This clock can be slaved to a master clock now.
10387
10388         * gst-libs/gst/audio/gstbaseaudiosink.c:
10389         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10390         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10391         (gst_base_audio_sink_set_clock),
10392         (gst_base_audio_sink_set_property),
10393         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10394         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10395         * gst-libs/gst/audio/gstbaseaudiosink.h:
10396         Handle slaving the internal clock to the clock selected in the
10397         pipeline.
10398         Add property to make the basesink not provide a clock.
10399
10400         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10401         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10402         (gst_base_rtp_depayload_wait):
10403         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10404         We can use the clock in GstElement, no need to store it ourselves.
10405
10406 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10407
10408         * docs/libs/tmpl/gstaudio.sgml:
10409           update
10410         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10411         (gst_paranoia_endian_get_type):
10412         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10413         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10414         * gst/audiotestsrc/gstaudiotestsrc.c:
10415         (gst_audiostestsrc_wave_get_type):
10416         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10417         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10418         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10419         (gst_sync_method_get_type), (gst_unit_type_get_type),
10420         (gst_client_status_get_type), (gst_multifdsink_class_init),
10421         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10422         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10423         (gst_multifdsink_get_property):
10424         * gst/tcp/gstmultifdsink.h:
10425         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10426         * gst/videotestsrc/gstvideotestsrc.c:
10427         (gst_videotestsrc_pattern_get_type):
10428           remove deprecated properties
10429           fix up enums to correctly have short lowercase dashed nicks
10430
10431 2005-11-22  Michael Smith <msmith@fluendo.com>
10432
10433         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10434         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10435           Add underscore.
10436
10437 2005-11-22  Michael Smith <msmith@fluendo.com>
10438
10439         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10440         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10441           Use utility method for scaling clocktime for fractional framerates.
10442
10443 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10444
10445         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10446         (gst_visual_chain):
10447         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10448         * ext/theora/theoradec.c: (theora_handle_type_packet):
10449         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10450         (theora_enc_chain):
10451         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10452         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10453         * gst-libs/gst/video/video.h:
10454         * gst/ffmpegcolorspace/avcodec.h:
10455         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10456         (gst_ffmpeg_caps_to_pixfmt):
10457         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10458         (gst_ffmpegcsp_set_caps):
10459         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10460         (gst_videorate_setcaps), (gst_videorate_blank_data),
10461         (gst_videorate_chain):
10462         * gst/videotestsrc/gstvideotestsrc.c:
10463         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10464         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10465         (gst_videotestsrc_event), (gst_videotestsrc_create):
10466         * gst/videotestsrc/gstvideotestsrc.h:
10467         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10468         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10469         (gst_ximagesink_get_times), (gst_ximagesink_init):
10470         * sys/ximage/ximagesink.h:
10471         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10472         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10473         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10474         * sys/xvimage/xvimagesink.h:
10475           Convert elements to use fractions for their framerate.
10476           V4L elements to come later tonight.
10477
10478 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10479
10480         * gst-libs/gst/audio/audio.c:
10481         * gst-libs/gst/audio/audio.h:
10482           remove some deprecated functions
10483
10484 2005-11-22  Andy Wingo  <wingo@pobox.com>
10485
10486         * Update for gst_tag_setter API changes.
10487
10488 2005-11-22  Andy Wingo  <wingo@pobox.com>
10489
10490         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10491         (gst_ogg_demux_perform_seek):
10492         * ext/theora/theoradec.c (theora_dec_sink_event):
10493         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10494         update-funcnames.
10495
10496 2005-11-22  Wim Taymans  <wim@fluendo.com>
10497
10498         * examples/seeking/seek.c: (main):
10499         Give higher priority to bus signals than the gtk events
10500         to fix a race condition in the segment looping.
10501
10502 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10503
10504         * ext/theora/Makefile.am:
10505         * ext/vorbis/Makefile.am:
10506         * gst-libs/gst/tag/Makefile.am:
10507         * gst-plugins-base.spec.in:
10508           Rename libgsttagedit to libgsttag (#322117).
10509
10510 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10511
10512         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10514           Call gst_x_overlay_prepare_xwindow_id() to give applications
10515           a final chance to set their own xwindow id before the video
10516           sink creates its own window.
10517
10518 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10519
10520         * sys/xvimage/xvimagesink.c:
10521         (gst_xvimagesink_navigation_send_event): Handle navigation
10522         events correcly with borders if applicable.
10523
10524 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10525
10526         Patch by: Luca Ognibene
10527
10528         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10529         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10530         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10531         (gst_ffmpegcsp_caps_remove_format_info):
10532         * gst/ffmpegcolorspace/imgconvert.c:
10533         * gst/ffmpegcolorspace/imgconvert_template.h:
10534           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10535           #318353); use gst_structure_has_name().
10536
10537 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10538
10539         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10540         (gst_ximagesink_class_init): Add debug macros on functions.
10541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10542         (gst_xvimagesink_xwindow_draw_borders),
10543         (gst_xvimagesink_xvimage_put),
10544         (gst_xvimagesink_xwindow_update_geometry),
10545         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10546         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10547         (gst_xvimagesink_xcontext_clear),
10548         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10549         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10550         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10551         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10552         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10553         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10554         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10555         expose while being PAUSED, out of data flow navigation events, etc..
10556
10557 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10558
10559         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10560         * gst-libs/gst/audio/audio.h:
10561           fix prototype - wondering why the test worked regardless
10562
10563 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10564
10565         * check/Makefile.am:
10566         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10567         * gst-libs/gst/audio/audio.h:
10568           add a method that returns a proper GstClockTime
10569
10570 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10571
10572         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10573         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10574         * gst-libs/gst/interfaces/xoverlay.h:
10575           Remove everything having to do with the desired size; add 
10576           gst_x_overlay_prepare_xwindow_id() function; remove the
10577           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10578           post a message on the bus instead (#321816).
10579
10580         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10581         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10582         (gst_xvimagesink_xoverlay_init):
10583           Remove desired size stuff (#321816).
10584
10585 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10586
10587         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10588         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10589         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10590           Terminate vararg functions with NULL instead of 0 to 
10591           make gcc4 happy.
10592
10593 2005-11-21  Andy Wingo  <wingo@pobox.com>
10594
10595         patch by: Sebastien Cote <sebas642@yahoo.ca>
10596         
10597         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10598         * gst-libs/gst/rtp/gstrtpbuffer.c
10599         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10600
10601 2005-11-21  Andy Wingo  <wingo@pobox.com>
10602
10603         * gst/playback/gstplaybin.c (gen_audio_element) 
10604         (gen_video_element): Use the new MISSING_PLUGIN core error
10605         category. Closes #320060.
10606
10607         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10608         * gst/videorate/gstvideorate.c (gst_videorate_event):
10609         * ext/theora/theoradec.c (theora_dec_sink_event): 
10610         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10611         stream lock.
10612
10613         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10614         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10615         stream lock changes.
10616
10617 2005-11-21  Wim Taymans  <wim@fluendo.com>
10618
10619         * gst-libs/gst/audio/gstbaseaudiosink.c:
10620         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10621         (gst_base_audio_sink_provide_clock),
10622         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10623         (gst_base_audio_sink_change_state):
10624         * gst/audioresample/gstaudioresample.c:
10625         Segment update fix.
10626
10627 2005-11-21  Andy Wingo  <wingo@pobox.com>
10628
10629         * *.h:
10630         * *.c: Ran scripts/update-macros. Oh yes.
10631
10632 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10633
10634         * sys/ximage/Makefile.am:
10635         * sys/ximage/ximage.c:
10636           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10637           remove your old libgstximage.* manually if necessary).
10638
10639 2005-11-21  Michael Smith <msmith@fluendo.com>
10640
10641         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10642           Minimal fix for bug #320200: set the min/max bitrate in the correct
10643           units. A better fix would be to upgrade to the RATEMANAGE2
10644           interface, rather than using the deprecated interface used here, but
10645           that would require an update in our libvorbis dependency (to 1.1),
10646           which is probably undesirable.
10647
10648 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10649
10650         * ext/libvisual/visual.c: (get_buffer):
10651         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10652         (gst_base_audio_src_fixate):
10653         * gst/audioconvert/gstaudioconvert.c:
10654         (gst_audio_convert_fixate_caps):
10655         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10656         * gst/audiotestsrc/gstaudiotestsrc.c:
10657         (gst_audiotestsrc_src_fixate):
10658         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10659         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10660         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10661         * gst/videotestsrc/gstvideotestsrc.c:
10662         (gst_videotestsrc_src_fixate):
10663         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10664         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10665           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10666           (#322027)
10667
10668
10669 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10670
10671         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10672         (gst_riff_create_iavs_caps):
10673         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10674         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10675         (gst_riff_parse_info):
10676         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10677         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10678         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10679           Fixes for GST_FOURCC_FORMAT API change.
10680
10681 2005-11-21  Andy Wingo  <wingo@pobox.com>
10682
10683         patch by: Alessandro Dessina <alessandro nnva org>
10684
10685         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10686         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10687         (gst_ogg_parse_chain):
10688         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10689         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10690         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10691         gst_value_list calls on arrays. Fixes #321962.
10692
10693 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10694
10695         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10696         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10697         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10698         * gst/adder/gstadder.c: (gst_adder_init),
10699         (gst_adder_request_new_pad), (gst_adder_collected),
10700         (gst_adder_change_state):
10701           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10702           API change.
10703
10704 2005-11-21  Michael Smith <msmith@fluendo.com>
10705
10706         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10707         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10708           Properly handle pad_push return values.
10709
10710 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10711
10712         * gst-libs/gst/tag/Makefile.am:
10713         * gst-libs/gst/tag/gstvorbistag.c:
10714         (gst_tag_list_to_vorbiscomment_buffer):
10715           Remove obsolete vorbistag element and debug category.
10716
10717         * gst/playback/gstplaybasebin.c: (check_queue):
10718           Don't divide by 0 when queue-threshold is 0.
10719
10720         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10721           Don't modify an existing pixel-aspect-ratio if we fail to read
10722           a new one.
10723
10724 2005-11-20  Wim Taymans  <wim@fluendo.com>
10725
10726         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10727         (gst_vorbisenc_push_packet):
10728         GST_PAD_IS_USABLE is gone, use the return value of
10729         the push or pad_alloc_buffer instead.
10730
10731 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10732
10733         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10734         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10735         (gst_ximagesink_ximage_destroy),
10736         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10737         (gst_ximagesink_xwindow_new),
10738         (gst_ximagesink_xwindow_update_geometry),
10739         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10740         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10741         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10742         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10743         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10744         (gst_ximagesink_navigation_send_event),
10745         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10746         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10747         (gst_ximagesink_finalize), (gst_ximagesink_init),
10748         (gst_ximagesink_class_init):
10749         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10750         This new version brings correct software scaling, non flickering
10751         window while resizing, pixel aspect ratio handling, usage of
10752         hardware buffer pools, out of data flow event thread for 
10753         navigation and handling of expose events even when being PAUSED,
10754         a new property to keep video aspect ratio when resizing, etc...
10755
10756 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10757
10758         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10759         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10760         handling of PAR.
10761
10762 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10763
10764         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10765         Unsetting IS_SINK flag from the fakesink, so decodebin
10766         never behaves as a sink.
10767
10768 2005-11-17  Wim Taymans  <wim@fluendo.com>
10769
10770         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10771         (gst_base_audio_src_change_state):
10772         Fix the audiosrc base class again, we did not unflush.
10773
10774 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10775
10776         * examples/seeking/seek.c: (make_dv_pipeline),
10777         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10778         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10779         to ogg/vorbis/theora pipeline.
10780
10781 2005-11-17  Wim Taymans  <wim@fluendo.com>
10782
10783         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10784         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10785         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10786         Fix EOS on multiple streams.
10787         More debugging.
10788
10789 2005-11-16  Wim Taymans  <wim@fluendo.com>
10790
10791         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10792         (gst_ogg_demux_perform_seek):
10793         Segment done must include stream time.
10794
10795         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10796         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10797         (gst_ogg_mux_change_state):
10798         Fix ogg muxer again.
10799
10800 2005-11-16  Wim Taymans  <wim@fluendo.com>
10801
10802         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10803         Fix compile again.
10804
10805 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10806
10807         * ext/libvisual/visual.c: (gst_visual_init):
10808         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10809         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10810         (gst_ogg_parse_chain):
10811         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10812         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10813         * ext/theora/theoradec.c: (gst_theora_dec_init):
10814         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10815         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10816         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10817         * gst/adder/gstadder.c: (gst_adder_class_init),
10818         (gst_adder_dispose):
10819         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10820         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10821         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10822           Fix a whole set of pad template leaks
10823
10824 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10825
10826         * check/generic/states.c: (GST_START_TEST):
10827           fix the test so that it only checks for elements that are part of
10828           this source module
10829
10830 2005-11-16  Michael Smith <msmith@fluendo.com>
10831
10832         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10833         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10834         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10835         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10836         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10837         (gst_ogg_mux_change_state):
10838           Fix leaking collectpads.
10839
10840 2005-11-16  Edward Hervey  <edward@fluendo.com>
10841
10842         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10843         (gst_videorate_event), (gst_videorate_chain):
10844         Handle segment seeks
10845
10846 2005-11-16  Wim Taymans  <wim@fluendo.com>
10847
10848         * gst-libs/gst/audio/gstbaseaudiosink.c:
10849         (gst_base_audio_sink_provide_clock),
10850         (gst_base_audio_sink_change_state):
10851         Set ringbuffer to non-flushing when going to PAUSED, set to
10852         flushing again when going to READY.
10853
10854         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10855         (gst_ring_buffer_stop):
10856         Start in flushing mode by default.
10857         Don't set flushing in the _stop method, let the app call
10858         this explicitly.
10859
10860 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10861
10862         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10863         * gst-libs/gst/video/videosink.h: Add helper function needed
10864         for video sinks.
10865
10866 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10867
10868         * gst/videoscale/gstvideoscale.c:
10869         (gst_videoscale_handle_src_event):
10870           Don't leak reference to pad parent.
10871
10872 2005-11-16  Wim Taymans  <wim@fluendo.com>
10873
10874         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10875         Set ringbuffer to flushing when stopping so that we don't
10876         block on wait_segment anymore and livelock.
10877
10878 2005-11-16  Wim Taymans  <wim@fluendo.com>
10879
10880         * examples/seeking/seek.c: (send_event), (do_seek),
10881         (loop_toggle_cb), (segment_done), (main):
10882         Added looping checkbox.
10883
10884 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10885
10886         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10887         (gst_ogg_demux_init):
10888         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10889         (gst_vorbis_dec_init):
10890           revert unrefs, they don't pass make check
10891
10892 2005-11-15  Johan Dahlin  <johan@gnome.org>
10893
10894         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10895         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10896         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10897         (gst_vorbis_dec_init):
10898         Fix pad template leaks. 
10899
10900 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10901
10902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10903           Make state change function thread safe.
10904
10905 2005-11-15  Edward Hervey  <edward@fluendo.com>
10906
10907         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10908         (gst_ogg_demux_class_init):
10909         Implement GstElement::send_event, so we can send seek events
10910         in GST_STATE_READY
10911
10912 2005-11-14  Julien MOUTTE  <julien@moutte.net>
10913
10914         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10915         Discovered how to take away flickering while resizing the
10916         window. Please don't put that in ximagesink, refactoring in
10917         progress.
10918
10919 2005-11-14  Michael Smith <msmith@fluendo.com>
10920
10921         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10922         (gst_multifdsink_render):
10923           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10924
10925 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
10926
10927         * gst/playback/gstplaybin.c: (gen_audio_element):
10928           Use autoaudiosink, it tends to be more widely available than
10929           autoaudiiosink.
10930           
10931 2005-11-14  Andy Wingo  <wingo@pobox.com>
10932
10933         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10934         as well if it is available. Fixes #316442.
10935
10936 2005-11-14  Michael Smith <msmith@fluendo.com>
10937
10938         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10939         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10940         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10941         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10942         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10943         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10944         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10945         (gst_vorbisenc_change_state):
10946           Fix a small memory leak in vorbisenc.
10947           Fix large memory leaks in oggmux, also fix lots of state change
10948           bugs in oggmux.
10949
10950 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10951
10952         * gst/videotestsrc/gstvideotestsrc.c:
10953         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10954         (gst_videotestsrc_src_fixate):
10955           move fixation to a fixate function
10956           remove negotiate function, basesrc's is good enough
10957           fixes a bug for check when using the element alone
10958
10959 2005-11-13  Edward Hervey  <edward@fluendo.com>
10960
10961         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10962         (key_toggle_cb), (main):
10963         Added checkboxes for adding/removing the accurate and key_unit seek
10964         flags.
10965
10966 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10967
10968         * configure.ac: back to HEAD
10969
10970 === release 0.9.5 ===
10971
10972 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
10973
10974         * configure.ac:
10975           releasing 0.9.5, "No No Kia"
10976
10977 2005-11-11  Edward Hervey  <edward@fluendo.com>
10978
10979         * examples/seeking/seek.c: (make_parselaunch_pipeline):
10980         Added parse-launch syntax seeking mode for the seeking example.
10981         This should help stress-test even more cases.
10982         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10983
10984 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10985
10986         * sys/xvimage/xvimagesink.c:
10987         (gst_xvimagesink_navigation_send_event):
10988           Check whether peer pad exists before sending navigation events
10989           to it.
10990
10991 2005-11-11  Michael Smith <msmith@fluendo.com>
10992
10993         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10994         (gst_vorbisenc_buffer_from_packet):
10995         * ext/vorbis/vorbisenc.h:
10996           Set duration on encoded buffers. This allows oggmux's
10997           max_page_delay parameter to actually work.
10998
10999 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11000
11001         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11002         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11003         (gst_ffmpegcsp_avpicture_fill):
11004         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11005         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11006           Make palettes work again (see #132341). Use our own macros
11007           for rounding up.
11008
11009 2005-11-10  Andy Wingo  <wingo@pobox.com>
11010
11011         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11012         string doober.
11013
11014 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11015
11016         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11017         (gst_ffmpegcsp_transform_caps):
11018           Prefer passthrough in transform_caps
11019
11020 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11021
11022         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11023           check for ALSA errors properly, instead of relying on ALSA's
11024           error strings to serve to the user.
11025
11026 2005-11-10  Wim Taymans  <wim@fluendo.com>
11027
11028         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11029         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11030         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11031         Modernise the seek code.
11032
11033 2005-11-10  Michael Smith <msmith@fluendo.com>
11034         
11035         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11036         (setup_substreams), (set_active_source):
11037           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11038           trying to go to NULL if we failed to read a file.
11039
11040 2005-11-10  Wim Taymans  <wim@fluendo.com>
11041
11042         * gst/audiotestsrc/gstaudiotestsrc.c:
11043         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11044         (gst_audiotestsrc_create):
11045         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11046         (gst_sinesrc_get_times), (gst_sinesrc_create):
11047         * gst/videotestsrc/gstvideotestsrc.c:
11048         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11049         (gst_videotestsrc_create):
11050         The base class can now sync for us.
11051
11052 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11053
11054         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11055           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11056           name=source autoprobe=false autoprobe-fps=false copy-mode=1
11057           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11058           format=(fourcc)I420" ! xvimagesink
11059
11060 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11061
11062         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11063         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11064         (gst_sinesrc_newsegment):
11065           Send newsegment event in TIME format, set duration if
11066           num-buffers is set, fix duration querying.
11067
11068 2005-11-10  Michael Smith <msmith@fluendo.com>
11069
11070         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11071         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11072         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11073         (gst_ogg_mux_collected):
11074          Fix EOS handling, partially. Now forwarding an EOS event once we have
11075          EOS on all pads works correctly. However, we still don't properly set
11076          EOS on the actual ogg stream pages.
11077
11078 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11079
11080         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11081           Set elements to NULL state before disposing of them.
11082
11083 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
11084
11085         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11086
11087         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11088         (gst_base_rtp_depayload_init),
11089         (gst_base_rtp_depayload_set_gst_timestamp):
11090         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11091           We need to send a newsegment event for each instance, not
11092           just for the first instance of this class (get rid of
11093           static variable in function). (#321011).
11094           
11095 2005-11-08  Michael Smith <msmith@fluendo.com>
11096
11097         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11098         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11099         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11100         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11101           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11102           This makes us mux things correctly according to the ogg muxing
11103           rules. Still not handling EOS correctly right now, though.
11104
11105 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11106
11107         * gst/audioconvert/gstaudioconvert.c:
11108           Fix typo in docs. 
11109
11110 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11111
11112         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11113         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11114           Initialise segment_stop to GST_CLOCK_TIME_NONE when
11115           creating a new chain; should fix live streaming. Also
11116           add more debug output and fix a typo.
11117
11118 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
11119
11120         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11121
11122         * gst/volume/gstvolume.c: (volume_set_caps):
11123           Fix compilation on Solaris with Forte. (#320923)
11124
11125 2005-11-08  Wim Taymans  <wim@fluendo.com>
11126
11127         * gst-libs/gst/audio/gstbaseaudiosink.c:
11128         (gst_base_audio_sink_render):
11129         No need to do a typecheck.
11130
11131 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11132
11133         * ext/alsa/gstalsa.h:
11134           We register a debug category, so let's use it.
11135
11136 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11137
11138         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11139         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11140         Fixed a small problem.
11141
11142 2005-11-04  Wim Taymans  <wim@fluendo.com>
11143
11144         * examples/seeking/Makefile.am:
11145         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11146         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11147         (make_playerbin_pipeline), (format_value), (update_scale),
11148         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11149         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11150         (print_usage), (main):
11151         Added app for playback speed testing.
11152
11153         * examples/seeking/seek.c: (dynamic_link),
11154         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11155         (make_mpeg_pipeline), (do_seek), (set_update_scale),
11156         (message_received), (main):
11157         Updated seek example.
11158
11159 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11160
11161         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11162         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11163         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11164         (gst_base_rtp_depayload_set_clock):
11165         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11166         Don't sleep on the bench (system clock) when you have a nice 
11167         comfortable bed (Gstreamer clock) to sleep on.
11168
11169 2005-11-03  Wim Taymans  <wim@fluendo.com>
11170
11171         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11172         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11173         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11174         Handle the case where a pad_block failed.
11175
11176 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
11177
11178         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
11179
11180         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11181         (gst_base_rtp_depayload_add_to_queue),
11182         (gst_base_rtp_depayload_push),
11183         (gst_base_rtp_depayload_set_gst_timestamp),
11184         (gst_base_rtp_depayload_queue_release):
11185           Fixes some bugs in the depayloader's queuing/de-queueing code.
11186
11187 2005-10-31  Michael Smith <msmith@fluendo.com>
11188
11189         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11190         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11191         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11192           Patch from Alessandro Decina <alessandro@nnva.org>.
11193           Make oggdemux only find the final time in a chain, not per-pad,
11194           since the per-pad information can be very expensive to locate, and
11195           it isn't used anywhere. This makes reading a file containing
11196           OggSkeleton reasonably fast.
11197           Also, make chain finding work when there are logical bitstreams that
11198           can't be decoded. Fixes #319110.
11199
11200 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11201
11202         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11203         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11204         (gst_base_rtp_depayload_chain),
11205         (gst_base_rtp_depayload_add_to_queue),
11206         (gst_base_rtp_depayload_push),
11207         (gst_base_rtp_depayload_set_gst_timestamp),
11208         (gst_base_rtp_depayload_queue_release),
11209         (gst_base_rtp_depayload_start_thread),
11210         (gst_base_rtp_depayload_set_property),
11211         (gst_base_rtp_depayload_get_property):
11212         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11213         Some random fixes, to fullfill the desires of thomas.
11214
11215 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11216
11217         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11218         (gst_base_rtp_depayload_add_to_queue),
11219         (gst_base_rtp_depayload_push):
11220         Fixed the queueing algorithm.
11221
11222 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11223
11224         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11225         (gst_base_rtp_depayload_push):
11226         A small fix
11227
11228 2005-10-31  Wim Taymans  <wim@fluendo.com>
11229
11230         * gst-libs/gst/audio/gstringbuffer.h:
11231         Don't break ABI.
11232
11233         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11234         (gst_ffmpeg_caps_to_pixfmt):
11235         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11236         (gst_ffmpegcsp_set_caps):
11237         Some more comments.
11238         Handle missing required caps fields better.
11239
11240 2005-10-31  Wim Taymans  <wim@fluendo.com>
11241
11242         * gst-libs/gst/audio/gstbaseaudiosink.c:
11243         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11244         (gst_base_audio_sink_render):
11245         * gst-libs/gst/audio/gstringbuffer.c:
11246         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11247         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11248         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11249         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11250         (gst_ring_buffer_read):
11251         * gst-libs/gst/audio/gstringbuffer.h:
11252         Add flushing mode to the ringbuffer so that it in all cases does
11253         not try to handle more audio. This makes sure it does not try to
11254         block anymore when flushing and fixes a livelock.
11255
11256 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11257
11258         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11259         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11260         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11261           Explicitly check for -1 values before doing a conversion
11262           and always map them to -1. (#315545)
11263
11264 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11265
11266         * gst/playback/gstplaybin.c: (gen_video_element):
11267           first try autovideosink, then xvimagesink, then error out
11268         * po/POTFILES.in:
11269           add translatable file
11270         * po/af.po:
11271         * po/az.po:
11272         * po/cs.po:
11273         * po/en_GB.po:
11274         * po/hu.po:
11275         * po/it.po:
11276         * po/nb.po:
11277         * po/nl.po:
11278         * po/or.po:
11279         * po/sq.po:
11280         * po/sr.po:
11281         * po/sv.po:
11282         * po/uk.po:
11283         * po/vi.po:
11284           update translations
11285
11286 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11287
11288         * gst-libs/gst/rtp/gstbasedepayload.c:
11289         * gst-libs/gst/rtp/gstbasedepayload.h:
11290           Minor cleanups
11291
11292 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11293
11294         * gst/playback/.cvsignore:
11295         * gst/playback/decodetest.c:
11296         * gst/playback/test3.c:
11297           Port these two tests as well.
11298
11299 2005-10-27  Wim Taymans  <wim@fluendo.com>
11300
11301         * ext/theora/theoradec.c: (theora_dec_src_query),
11302         (theora_dec_sink_event):
11303         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11304         (theora_enc_change_state):
11305         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11306         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11307         Take proper locks when handling events.
11308
11309 2005-10-27  Wim Taymans  <wim@fluendo.com>
11310
11311         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11312         (gst_adder_change_state):
11313         Fix timestamps and fix deadlock when stopping the collectpads.
11314
11315 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11316
11317         * gst-libs/gst/rtp/gstrtpbuffer.h:
11318         Declaring the payload types as strings too so that they can be used
11319         in the padtemplate inialization.
11320
11321 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11322
11323         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11324
11325         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11326         (gst_base_rtp_depayload_class_init):
11327         Fixes a small but nasty bug. The derived elements no longer segfaults
11328         on finalization.
11329
11330 2005-10-26  Michael Smith <msmith@fluendo.com>
11331
11332         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11333           When clearing an audioconvert context, set tmpbufsize to zero, so
11334           we'll allocate it again later if required.
11335           This fixes audioconvert re-negotiating formats, which previously
11336           segfaulted with a NULL destination buffer.
11337
11338 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11339
11340         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11341         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11342         (gst_base_rtp_depayload_set_gst_timestamp),
11343         (gst_base_rtp_depayload_queue_release):
11344         Fixed a smalll memleak.
11345
11346 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11347         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11348         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11349         (gst_base_rtp_depayload_finalize),
11350         (gst_base_rtp_depayload_setcaps),
11351         (gst_base_rtp_depayload_add_to_queue),
11352         (gst_base_rtp_depayload_push),
11353         (gst_base_rtp_depayload_set_gst_timestamp),
11354         (gst_base_rtp_depayload_queue_release),
11355         (gst_base_rtp_depayload_thread),
11356         (gst_base_rtp_depayload_change_state):
11357         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11358         Changed the C++ comments to C comments
11359
11360 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11361
11362         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11363         * gst/tcp/gsttcpclientsrc.h:
11364         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11365         * gst/tcp/gsttcpserversrc.h:
11366           Remove unused 'curoffset' structure member.
11367
11368 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11369
11370         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11371         (gst_base_rtp_depayload_base_init),
11372         (gst_base_rtp_depayload_finalize):
11373         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11374         * gst-libs/gst/rtp/gstbasertppayload.h:
11375           The pad-template on the sinkpad should be set by the derived classes.
11376           Also added some useful macros.
11377
11378 2005-10-24  Wim Taymans  <wim@fluendo.com>
11379
11380         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11381         Correctly flush decoder samples even if we could not
11382         copy them to an output buffer. Fixes #319618.
11383
11384 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11385
11386         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11387         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11388         the caps against our xcontext caps.
11389
11390 2005-10-24  Wim Taymans  <wim@fluendo.com>
11391
11392         * gst-libs/gst/audio/gstbaseaudiosink.c:
11393         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11394         Remove g_print
11395         Use sync property from baseclass to disable sync.
11396
11397 2005-10-24  Wim Taymans  <wim@fluendo.com>
11398
11399         * gst-libs/gst/audio/gstbaseaudiosink.c:
11400         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11401         Buffers with no timestamps get aligned with previous buffers or
11402         on underrun, played ASAP.
11403
11404 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11405
11406         * gst-libs/gst/video/video.h:
11407         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11408         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11409         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11410         here comes my change on caps for framerate and geometry range.
11411         We are now accepting 1 to MAXINT for width and height, and from
11412         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11413         to be blended correctly in videomixer.
11414
11415 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11416
11417         * configure.ac:
11418           back to HEAD
11419
11420 === release 0.9.4 ===
11421
11422 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11423
11424         * NEWS:
11425         * RELEASE:
11426         * configure.ac:
11427           releasing 0.9.4, "Velociraptor"
11428
11429 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11430
11431         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11432         * po/POTFILES.in:
11433           STOPPED -> FAILED
11434
11435 2005-10-21  Wim Taymans  <wim@fluendo.com>
11436
11437         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11438         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11439         (pad_blocked), (close_pad_link), (new_pad):
11440         Don't try to remove elements twice.
11441
11442 2005-10-21  Wim Taymans  <wim@fluendo.com>
11443
11444         * ext/theora/theoradec.c: (theora_dec_src_query),
11445         (theora_dec_sink_event):
11446         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11447         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11448         (vorbis_handle_data_packet):
11449         * ext/vorbis/vorbisdec.h:
11450         Fix old naming.
11451
11452         * gst-libs/gst/audio/gstbaseaudiosink.c:
11453         (gst_base_audio_sink_render):
11454         Don't try to sync on buffers without a timestamp.
11455
11456 2005-10-21  Wim Taymans  <wim@fluendo.com>
11457
11458         * ext/theora/theoradec.c: (theora_dec_src_query),
11459         (theora_dec_sink_event):
11460         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11461         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11462         (vorbis_handle_data_packet):
11463         * ext/vorbis/vorbisdec.h:
11464         Fix old naming.
11465
11466 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11467
11468         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11469         (gst_vorbisenc_src_query):
11470           Implement position and duration queries.
11471
11472         * gst/playback/test3.c: (update_scale), (main):
11473           Fix for async state changes and print nicer output.
11474
11475 2005-10-20  Wim Taymans  <wim@fluendo.com>
11476
11477         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11478         (dump_element_stats), (main):
11479         * gst/playback/test6.c: (main):
11480         Fix tests again
11481
11482 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11483
11484         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11485         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11486           Don't use functions for position queries when handling
11487           duration queries.
11488
11489 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11490
11491         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11492         (vorbis_handle_data_packet), (vorbis_dec_chain),
11493         (vorbis_dec_change_state):
11494         * ext/vorbis/vorbisdec.h:
11495           Vorbis streams can be embedded in other container formats
11496           than ogg, container formats where the demuxer might set 
11497           timestamps on encoded vorbis buffers instead of those silly 
11498           granulepos thingies. In short: make vorbisdec handle 
11499           timestamps on incoming buffers as well.
11500
11501 2005-10-20  Wim Taymans  <wim@fluendo.com>
11502
11503         * gst/playback/gstplaybasebin.c: (group_destroy),
11504         (gst_play_base_bin_change_state):
11505         Fix leak.
11506         Handle case where playbasebin is now ASYNC because
11507         decodebin is.
11508
11509 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11510
11511         * gst/audioconvert/Makefile.am:
11512         * gst/audioconvert/bufferframesconvert.c:
11513         * gst/audioconvert/plugin.c: (plugin_init):
11514         * gst/audioconvert/plugin.h:
11515           And bye bye buffer-frames-convert
11516
11517 2005-10-19  Wim Taymans  <wim@fluendo.com>
11518
11519         * check/elements/audioconvert.c:
11520         * docs/libs/tmpl/gstaudio.sgml:
11521         * docs/libs/tmpl/gstcolorbalance.sgml:
11522         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11523         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11524         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11525         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11526         * gst-libs/gst/audio/audio.h:
11527         * gst/audioconvert/audioconvert.h:
11528         * gst/audioconvert/gstaudioconvert.c:
11529         (gst_audio_convert_parse_caps):
11530         * gst/volume/gstvolume.c:
11531         Bye bye buffer-frames.
11532
11533 2005-10-19  Wim Taymans  <wim@fluendo.com>
11534
11535         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11536         (query_positions_elems), (query_positions_pads), (update_scale),
11537         (do_seek), (set_update_scale), (message_received), (main):
11538         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11539         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11540         (gst_ogg_demux_loop):
11541         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11542         * ext/theora/theoradec.c: (theora_dec_src_query),
11543         (theora_dec_sink_event):
11544         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11545         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11546         * gst/adder/gstadder.c: (gst_adder_query):
11547         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11548         * gst/playback/test3.c: (update_scale):
11549         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11550         (dump_element_stats), (main):
11551         * gst/playback/test6.c: (main):
11552         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11553         Query API update.
11554
11555 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11556
11557         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11558         (xml_check_first_element), (xml_type_find), (smil_type_find),
11559         (plugin_init):
11560           Add typefinding for SMIL and for generic XML. Based on patch by
11561           Akos Maroy (#308663).
11562
11563 2005-10-18  Wim Taymans  <wim@fluendo.com>
11564
11565         * gst/playback/Makefile.am:
11566         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11567         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11568         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11569         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11570         (gst_decode_bin_change_state):
11571         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11572         (gst_play_bin_send_event_to_sink):
11573         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11574         (dump_element_stats), (main):
11575         * gst/playback/test6.c: (main):
11576         Make playbin async, it'll commit state to paused when all streams
11577         are detected.
11578         Remove ugly hack.
11579         Added test6.c to show async behaviour.
11580
11581 2005-10-18  Wim Taymans  <wim@fluendo.com>
11582
11583         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11584         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11585         Fix for segment-start/stop API change.
11586
11587 2005-10-18  Wim Taymans  <wim@fluendo.com>
11588
11589         * check/Makefile.am:
11590         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11591         (main):
11592         Add future test for clock selection.
11593
11594 2005-10-18  Wim Taymans  <wim@fluendo.com>
11595
11596         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11597         (gst_alsasink_close):
11598         Set handle to NULL.
11599
11600         * gst-libs/gst/audio/gstringbuffer.c:
11601         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11602         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11603         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11604         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11605         (gst_ring_buffer_read):
11606         More debug info.
11607
11608 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11609
11610         * gst/audiotestsrc/Makefile.am:
11611         * gst/sine/Makefile.am:
11612         * gst/volume/Makefile.am:
11613           fix broken build of controllerized plugins
11614
11615 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11616
11617         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11618
11619         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11620         (gst_riff_create_video_template_caps):
11621           Add support for Indeo-3 (IV32).
11622
11623 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11624
11625         * configure.ac:
11626           rewrite
11627
11628 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11629
11630         * gst-libs/gst/video/video.c: (gst_video_get_size):
11631         * gst/audiotestsrc/gstaudiotestsrc.c:
11632           doc updates
11633
11634 2005-10-17  Andy Wingo  <wingo@pobox.com>
11635
11636         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11637         with the collectpads change.
11638         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11639
11640         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11641
11642         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11643
11644         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11645         alloc_buffer flow return to callers.
11646         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11647         change. Fix some memleaks in theoraenc.
11648
11649         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11650         in strange circumstance.
11651
11652 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11653
11654         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11655         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11656         from caps, let's use the caps...
11657
11658 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11659
11660         * configure.ac:
11661           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11662
11663 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11664
11665         * gst-libs/gst/interfaces/Makefile.am:
11666           fix silly typo
11667
11668 2005-10-16  Andy Wingo  <wingo@pobox.com>
11669
11670         * gst/playback/gstdecodebin.c
11671         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11672         function!
11673         (try_to_link_1): Increase kraziness level.
11674
11675 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11676
11677         * configure.ac:
11678           restructure like the core one
11679         * gst-libs/gst/audio/Makefile.am:
11680         * gst-libs/gst/interfaces/Makefile.am:
11681         * gst-libs/gst/net/Makefile.am:
11682         * gst-libs/gst/riff/Makefile.am:
11683         * gst-libs/gst/rtp/Makefile.am:
11684         * gst-libs/gst/tag/Makefile.am:
11685         * gst-libs/gst/video/Makefile.am:
11686           use correct linker flags, now the libs are properly versioned
11687         * check/elements/audioconvert.c: (verify_convert):
11688         * ext/alsa/gstalsaplugin.c:
11689         * ext/cdparanoia/gstcdparanoia.c:
11690         * ext/gnomevfs/gstgnomevfs.c:
11691         * ext/libvisual/visual.c:
11692         * ext/ogg/gstogg.c:
11693         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11694         * ext/theora/theora.c:
11695         * ext/vorbis/vorbis.c:
11696         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11697         * gst-libs/gst/tag/gsttagediting.c:
11698         * gst-libs/gst/video/video.c:
11699         * gst/adder/gstadder.c:
11700         * gst/audioconvert/plugin.c:
11701         * gst/audiorate/gstaudiorate.c:
11702         * gst/audioresample/gstaudioresample.c:
11703         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11704         * gst/audioscale/gstaudioscale.c:
11705         * gst/audioscale/resample.c:
11706         * gst/audiotestsrc/gstaudiotestsrc.c:
11707         * gst/ffmpegcolorspace/gstffmpeg.c:
11708         * gst/playback/gstdecodebin.c: (close_pad_link):
11709         * gst/playback/gstplaybin.c: (gen_video_element),
11710         (gen_audio_element):
11711         * gst/sine/gstsinesrc.c:
11712         * gst/subparse/gstsubparse.c:
11713         * gst/tags/gsttagediting.c:
11714         * gst/tcp/gsttcpplugin.c:
11715         * gst/typefind/gsttypefindfunctions.c:
11716         * gst/videorate/gstvideorate.c:
11717         * gst/videoscale/gstvideoscale.c:
11718         * gst/videotestsrc/gstvideotestsrc.c:
11719         * gst/volume/gstvolume.c:
11720         * sys/v4l/gstv4l.c:
11721         * sys/ximage/ximage.c:
11722         * sys/xvimage/xvimagesink.c:
11723           fix up defines
11724
11725 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11726
11727         * ext/vorbis/vorbisenc.c:
11728         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11729         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11730         (gst_tag_to_vorbis_comments):
11731           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11732
11733 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11734
11735         * examples/stats/mp2ogg.c:
11736         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11737           typo fixes
11738
11739 2005-10-13  Michael Smith <msmith@fluendo.com>
11740
11741         * ext/ogg/gstoggmux.c:
11742           Use magic glib macros to define constants as 64 bit, to ensure
11743           appropriate vararg passing.
11744
11745 2005-10-13  Michael Smith <msmith@fluendo.com>
11746
11747         * ext/ogg/gstoggmux.c:
11748         * gst/audioconvert/audioconvert.c: (float):
11749           Don't use LL suffix, as it's not portable, and neither of these
11750           uses required it anyway.
11751
11752 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11753
11754         * examples/indexing/indexmpeg.c: (main):
11755         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11756         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11757         (cdparanoia_convert), (cdparanoia_query):
11758         * ext/cdparanoia/gstcdparanoia.h:
11759         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11760         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11761         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11762         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11763         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11764         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11765         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11766         (gst_multifdsink_render), (gst_multifdsink_start),
11767         (gst_multifdsink_stop):
11768         * gst/tcp/gstmultifdsink.h:
11769         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11770         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11771         (gst_tcpclientsink_stop):
11772         * gst/tcp/gsttcpclientsink.h:
11773         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11774         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11775         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11776         * gst/tcp/gsttcpclientsrc.h:
11777         * gst/tcp/gsttcpserversink.h:
11778         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11779         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11780         (gst_tcpserversrc_stop):
11781         * gst/tcp/gsttcpserversrc.h:
11782         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11783         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11784         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11785           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11786           moved bitshift from macro to enum definition
11787
11788 2005-10-12  Wim Taymans  <wim@fluendo.com>
11789
11790         * examples/seeking/Makefile.am:
11791         Oops.
11792
11793 2005-10-12  Wim Taymans  <wim@fluendo.com>
11794
11795         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11796         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11797         Don't assert on normal stuff.
11798
11799         * gst/playback/gstplaybin.c: (do_playbin_seek):
11800         API fix.
11801
11802 2005-10-12  Wim Taymans  <wim@fluendo.com>
11803
11804         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11805         * examples/seeking/Makefile.am:
11806         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11807         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11808         (do_seek), (set_update_scale), (message_received), (main):
11809         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11810         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11811         Update for _get_state() API change.
11812
11813 2005-10-11  Wim Taymans  <wim@fluendo.com>
11814
11815         * gst-libs/gst/audio/gstbaseaudiosink.c:
11816         (gst_base_audio_sink_render):
11817         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11818         (gst_base_audio_src_create):
11819         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11820         (gst_ring_buffer_read):
11821         Cleanups.
11822         Commit and read from ringbuffer in samples rather than bytes.
11823
11824 2005-10-11  Wim Taymans  <wim@fluendo.com>
11825
11826         * gst-libs/gst/audio/gstbaseaudiosink.c:
11827         (gst_base_audio_sink_render):
11828         Respect segment rate and accum when scheduling samples.
11829
11830 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11831
11832         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11833         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11834         EOS correctly, that needs more work.
11835
11836 2005-10-11  Wim Taymans  <wim@fluendo.com>
11837
11838         * check/generic/states.c: (GST_START_TEST):
11839         remove old property.
11840
11841         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11842         (gst_ogg_demux_perform_seek):
11843         * ext/theora/theoradec.c: (theora_dec_sink_event):
11844         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11845         (vorbis_handle_data_packet):
11846         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11847         (gst_base_rtp_depayload_set_gst_timestamp):
11848         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11849         Update for newsegment API change.
11850
11851 2005-10-11  Michael Smith <msmith@fluendo.com>
11852
11853         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11854         (do_playbin_seek), (gst_play_bin_send_event):
11855           Override send_event differently, so that we can takes bits of
11856           functionality from GstPipeline (special handling for seeks,
11857           including pausing/resuming, and resetting stream time) and still get
11858           the appropriate behaviour of only forwarding event to a single sink,
11859           rather than all of them.
11860           Unfortunately requires a lot of code duplication, but the
11861           alternatives are equally ugly in the end.
11862
11863 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11864
11865         * check/elements/audioconvert.c: (setup_audioconvert),
11866         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11867         (GST_START_TEST), (audioconvert_suite):
11868           clean up tests a little, fix some leaks.
11869
11870 2005-10-10  Wim Taymans  <wim@fluendo.com>
11871
11872         * ext/alsa/gstalsasink.c:
11873         Also allow unsigned int.
11874
11875         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11876         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11877         Small cleanup
11878
11879 2005-10-10  Wim Taymans  <wim@fluendo.com>
11880
11881         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11882         Small update, use API as stated in design docs.
11883
11884         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11885         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11886         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11887         (message_received), (main):
11888         Updated seek example for GOption. Some usability improvements.
11889
11890 2005-10-10  Wim Taymans  <wim@fluendo.com>
11891
11892         * gst/audioconvert/audioconvert.h:
11893         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11894         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11895         Alloc temp storage somewhere else where we can do it more
11896         portable.
11897
11898 2005-10-10  Wim Taymans  <wim@fluendo.com>
11899
11900         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11901         (gst_tcpserversrc_start):
11902         Don't block in accept while doing the state change, move
11903         to poll and make cancellable.
11904
11905 2005-10-09  Philippe Khalaf <burger@speedy.org>
11906
11907         * gst-libs/gst/rtp/rtpbasedepayload.c:
11908         Set timestamp and add queue delay to timestamp
11909         * gst-libs/gst/rtp/rtpbuffer.h:
11910         Set correct payload type for h263
11911
11912 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11913
11914         * gst/audiotestsrc/gstaudiotestsrc.c:
11915         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11916         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11917         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11918         (gst_audiotestsrc_create_triangle),
11919         (gst_audiotestsrc_create_silence),
11920         (gst_audiotestsrc_create_white_noise),
11921         (gst_audiotestsrc_init_pink_noise),
11922         (gst_audiotestsrc_generate_pink_noise_value),
11923         (gst_audiotestsrc_create_pink_noise),
11924         (gst_audiotestsrc_change_wave):
11925         * gst/audiotestsrc/gstaudiotestsrc.h:
11926           fixed typo, added pink noise
11927
11928 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11929
11930         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11931         (plugin_init):
11932           Add wavpack and spc typefind functions from 0.8 branch.
11933
11934 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11935
11936         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11937         (ar_type_find), (msdos_type_find), (plugin_init):
11938           Add typefind functions for tar archives, ar archives,
11939           RAR archives, and msdos-executables (dlls, exe, etc.).
11940           Some of those would be wrongly identified as mpeg
11941           streams of some sort before (#315550).
11942
11943 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11944
11945         * configure.ac:
11946         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11947         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11948         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11949         * gst/audiotestsrc/Makefile.am:
11950         * gst/audiotestsrc/gstaudiotestsrc.c:
11951         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11952         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11953         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11954         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11955         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11956         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11957         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11958         (gst_audiotestsrc_create_silence),
11959         (gst_audiotestsrc_create_white_noise),
11960         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11961         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11962         (gst_audiotestsrc_start), (plugin_init):
11963         * gst/audiotestsrc/gstaudiotestsrc.h:
11964           add new plugin and element
11965         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11966           use gobject_class
11967
11968 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11969
11970         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11971         (gst_adder_init), (gst_adder_request_new_pad),
11972         (gst_adder_change_state):
11973           Add query function to source pad, so adder reports the correct
11974           time/sample position when queried (#315457); fix state change
11975           function; use GST_DEBUG_FUNCPTR() for pad functions.
11976
11977 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11978
11979         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11980           Fix leaks in typefind registration
11981           Clean up the gratuitous commenting and whitespacing a little
11982
11983 2005-10-08  Wim Taymans  <wim@fluendo.com>
11984
11985         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11986         Only actually wait for the thread to be stopped if it's 
11987         running.
11988
11989 2005-10-08  Wim Taymans  <wim@fluendo.com>
11990
11991         * gst-libs/gst/audio/gstbaseaudiosink.c:
11992         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11993         If we receive EOS we can start playback of what we had.
11994
11995 2005-10-08  Wim Taymans  <wim@fluendo.com>
11996
11997         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11998         (gst_multifdsink_finalize), (multifdsink_hash_remove),
11999         (gst_multifdsink_stop):
12000         Fix crasher when going to NULL multiple times.
12001
12002 2005-10-06  Wim Taymans  <wim@fluendo.com>
12003
12004         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12005         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12006         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12007         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12008         patch from Edgard Lima <edgard.lima@indt.org.br>
12009         Fixed gstbaseaudiosrc adding ring buffer sync to it.
12010
12011 2005-10-06  Wim Taymans  <wim@fluendo.com>
12012
12013         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12014         Report the FLOW_RETURN as string in the error message.
12015
12016         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12017         Don't assert when clearing an unnegotiated buffer.
12018
12019 2005-10-04  Michael Smith <msmith@fluendo.com>
12020
12021         * gst/playback/gstplaybasebin.c: (group_destroy),
12022         (gen_preroll_element), (remove_groups), (setup_source):
12023         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12024         (setup_sinks), (gst_play_bin_send_event),
12025         (gst_play_bin_change_state):
12026           Set state to NULL before removing from bin. Fix refcounting.
12027
12028 2005-10-04  Michael Smith <msmith@fluendo.com>
12029
12030         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12031           Correct refcounting in send_event() function. Previously was wrong
12032           if the first sink was unable to handle the event.
12033
12034 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12035
12036         * configure.ac:
12037           back to development
12038
12039 === release 0.9.3 ===
12040
12041 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12042
12043         * configure.ac:
12044           Releasing 0.9.3, "De Facto"
12045
12046 2005-10-03  Andy Wingo  <wingo@pobox.com>
12047
12048         * gst/playback/gstdecodebin.c (try_to_link_1)
12049         (remove_element_chain): set element to NULL before removing it.
12050
12051 2005-10-02  Johan Dahlin  <johan@gnome.org>
12052
12053         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
12054         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12055         MT safe.
12056
12057 2005-10-02  Andy Wingo  <wingo@pobox.com>
12058
12059         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
12060         (gst_ring_buffer_prepare_read): 
12061         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12062         Demote to LOG.
12063
12064 2005-09-29  Wim Taymans  <wim@fluendo.com>
12065
12066         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12067         * ext/theora/theoradec.c: (theora_handle_data_packet):
12068         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12069         Propagate error codes from alloc_buffer too.
12070
12071 2005-09-29  Wim Taymans  <wim@fluendo.com>
12072
12073         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12074         We use fixed caps.
12075
12076         * gst/playback/Makefile.am:
12077         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12078         (dump_element_stats), (main):
12079         Added example stream introspection code.
12080
12081 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
12082
12083         * gst/adder/gstadder.c: (gst_adder_collected):
12084           fix adder for float elements
12085
12086 2005-09-28  Wim Taymans  <wim@fluendo.com>
12087
12088         * gst-libs/gst/audio/gstbaseaudiosink.c:
12089         (gst_base_audio_sink_class_init),
12090         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12091         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12092         (gst_base_audio_src_class_init),
12093         (gst_base_audio_src_provide_clock):
12094         get_clock -> provide_clock
12095
12096 2005-09-28  Andy Wingo  <wingo@pobox.com>
12097
12098         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12099         and unlocking.
12100
12101         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12102         unlocking.
12103
12104         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12105         Actually add the pad template.
12106         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12107
12108         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12109         I'm at it...
12110
12111         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12112         from fdsrc. Get caps in create() instead of start() so it can be
12113         interrupted. Interruption somewhat untested.
12114
12115         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12116         Proper EOS handling.
12117
12118 2005-09-27  Andy Wingo  <wingo@pobox.com>
12119
12120         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12121
12122         * gst/tcp/gsttcpserversrc.c: Cleaned up.
12123
12124         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12125
12126         * gst/tcp/gsttcp.h: 
12127         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12128         out of tcpclientsrc.c. Cancellable.
12129         (gst_tcp_socket_read): Made private, cancellable, with better
12130         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12131         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12132         whole buffer, and better diagnostics.
12133         (gst_tcp_gdp_read_caps): Same.
12134
12135         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12136
12137 2005-09-26  Andy Wingo  <wingo@pobox.com>
12138
12139         * gst/sine/gstsinesrc.h:
12140         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12141         change the 'sync' property to 'is-live' and implement it halfway,
12142         update for controller api change.
12143
12144         * gst/volume/gstvolume.c (volume_transform_ip): Update for
12145         controller api change.
12146
12147 2005-09-24  Wim Taymans  <wim@fluendo.com>
12148
12149         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12150         * gst-libs/gst/audio/gstaudiosink.c:
12151         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12152         (gst_audioringbuffer_stop):
12153         * gst-libs/gst/audio/gstbaseaudiosink.c:
12154         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12155         (gst_base_audio_sink_change_state):
12156         * gst-libs/gst/audio/gstbaseaudiosink.h:
12157         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12158         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12159         (gst_ring_buffer_commit), (gst_ring_buffer_read):
12160         * gst-libs/gst/audio/gstringbuffer.h:
12161         Fix sync again. Moved sample alignment to basesink.
12162
12163 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12164
12165         * docs/plugins/Makefile.am:
12166         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12167         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12168         * gst/volume/gstvolume.c:
12169           add/fix docs
12170         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12171         * gst-libs/gst/audio/audio.h:
12172           add conversion macros for frames <-> clocktime
12173
12174 2005-09-23  David Schleef  <ds@schleef.org>
12175
12176         * gst/audioresample/Makefile.am:
12177         * gst/audioresample/debug.h:
12178         * gst/audioresample/gstaudioresample.c:
12179         * gst/audioresample/resample.c: Convert to using gst debugging
12180
12181 2005-09-22  Wim Taymans  <wim@fluendo.com>
12182
12183         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12184         (gst_play_bin_send_event):
12185         Only seek on one sink, the first one that succeeds.
12186
12187 2005-09-22  Michael Smith <msmith@fluendo.com>
12188
12189         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12190         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12191         Don't flush encoder state unless we have an initialised encoder.
12192         Clear out encoder state on PAUSED_TO_READY.
12193
12194 2005-09-22  Wim Taymans  <wim@fluendo.com>
12195
12196         * gst-libs/gst/rtp/gstbasertppayload.c:
12197         (gst_basertppayload_class_init), (gst_basertppayload_init),
12198         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12199         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12200         (gst_basertppayload_is_filled), (gst_basertppayload_push),
12201         (gst_basertppayload_set_property),
12202         (gst_basertppayload_get_property),
12203         (gst_basertppayload_change_state):
12204         * gst-libs/gst/rtp/gstbasertppayload.h:
12205         Added max-ptime to control amount of data in the rtp packets.
12206
12207 2005-09-21  Andy Wingo  <wingo@pobox.com>
12208
12209         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12210         thingies.
12211
12212         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12213         can be called multiple times, dogs.
12214
12215 2005-09-21  Wim Taymans  <wim@fluendo.com>
12216
12217         * gst-libs/gst/rtp/gstbasertppayload.c:
12218         (gst_basertppayload_class_init), (gst_basertppayload_init),
12219         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12220         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12221         (gst_basertppayload_push), (gst_basertppayload_get_property),
12222         (gst_basertppayload_change_state):
12223         Allow 0 ssrc too.
12224
12225 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
12226
12227         * docs/libs/compiling.sgml:
12228           fixing typos
12229
12230 2005-09-20  Wim Taymans  <wim@fluendo.com>
12231
12232         * gst-libs/gst/rtp/gstbasertppayload.c:
12233         (gst_basertppayload_class_init), (gst_basertppayload_init),
12234         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12235         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12236         (gst_basertppayload_push), (gst_basertppayload_set_property),
12237         (gst_basertppayload_get_property),
12238         (gst_basertppayload_change_state):
12239         * gst-libs/gst/rtp/gstbasertppayload.h:
12240         Added property to configure sequence number offsets.
12241
12242 2005-09-20  Wim Taymans  <wim@fluendo.com>
12243
12244         * gst-libs/gst/rtp/gstbasertppayload.c:
12245         (gst_basertppayload_class_init), (gst_basertppayload_init),
12246         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12247         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12248         (gst_basertppayload_push), (gst_basertppayload_set_property),
12249         (gst_basertppayload_get_property),
12250         (gst_basertppayload_change_state):
12251         * gst-libs/gst/rtp/gstbasertppayload.h:
12252         Make timestamp offset configurable.
12253
12254 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12255
12256         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12257           fix wrong pop/unref
12258
12259 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12260
12261         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12262
12263         * gst-libs/gst/interfaces/propertyprobe.c:
12264         (gst_property_probe_probe_property_name),
12265         (gst_property_probe_needs_probe_name),
12266         (gst_property_probe_get_values_name),
12267         (gst_property_probe_probe_and_get_values_name):
12268           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12269           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12270
12271 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12272
12273         * check/Makefile.am:
12274           have some tests be disabled for valgrinding
12275         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12276         (GST_START_TEST):
12277         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12278           Fix A Leak.  Chain To Parent Finalize.
12279
12280 2005-09-19  Wim Taymans  <wim@fluendo.com>
12281
12282         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12283         Fixed wav pipeline.
12284
12285 2005-09-19  Wim Taymans  <wim@fluendo.com>
12286
12287         * gst-libs/gst/rtp/gstbasertppayload.c:
12288         (gst_basertppayload_class_init), (gst_basertppayload_init),
12289         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12290         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12291         (gst_basertppayload_push), (gst_basertppayload_get_property),
12292         (gst_basertppayload_change_state):
12293         Posting ERROR and WARNING messages is good.
12294
12295 2005-09-19  Wim Taymans  <wim@fluendo.com>
12296
12297         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12298         (gst_base_rtp_depayload_add_to_queue),
12299         (gst_base_rtp_depayload_push),
12300         (gst_base_rtp_depayload_set_gst_timestamp),
12301         (gst_base_rtp_depayload_queue_release):
12302         This one was not supposed to go in.
12303
12304 2005-09-19  Wim Taymans  <wim@fluendo.com>
12305
12306         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12307         Fix for bus API.
12308
12309         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12310         (gst_base_rtp_depayload_chain),
12311         (gst_base_rtp_depayload_add_to_queue),
12312         (gst_base_rtp_depayload_push),
12313         (gst_base_rtp_depayload_set_gst_timestamp),
12314         (gst_base_rtp_depayload_queue_release):
12315         Some cleanups.
12316
12317         * gst-libs/gst/rtp/gstbasertppayload.c:
12318         (gst_basertppayload_class_init), (gst_basertppayload_init),
12319         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12320         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12321         (gst_basertppayload_get_property),
12322         (gst_basertppayload_change_state):
12323         Added debugging category.
12324
12325 2005-09-18  David Schleef  <ds@schleef.org>
12326
12327         * gst/playback/gstdecodebin.c: free plugin list correctly
12328         * gst/playback/gstplaybin.c: emit warning if autovideosink
12329           and autoaudiosink can't be found (instead of segfaulting)
12330
12331 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12332
12333         * check/elements/audioconvert.c: (GST_START_TEST):
12334           try out 24 bit conversion
12335
12336 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12337
12338         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12339         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12340         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12341         * ext/vorbis/vorbisenc.h:
12342           Fix EOS handling.  Still needs a fix in the ogg muxer to
12343           mark the last page as eos.
12344
12345 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12346
12347         * common/gtk-doc-plugins.mak:
12348         * docs/plugins/Makefile.am:
12349         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12350         * gst/ffmpegcolorspace/Makefile.am:
12351         * gst/ffmpegcolorspace/avcodec.h:
12352         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12353         * gst/tcp/gstmultifdsink.c:
12354           fix up ffmpegcolorspace docs; extract header
12355
12356 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12357
12358         * common/gtk-doc-plugins.mak:
12359         * docs/plugins/Makefile.am:
12360         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12361         * ext/theora/Makefile.am:
12362         * ext/theora/gsttheoraenc.h:
12363         * ext/theora/theoraenc.c:
12364         * ext/vorbis/vorbisenc.c:
12365           pick up signals and args for vorbis; add some docs for vorbis
12366
12367 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12368
12369         * common/gstdoc-scangobj:
12370         * common/gtk-doc-plugins.mak:
12371         * docs/libs/Makefile.am:
12372         * docs/plugins/gst-plugins-base-plugins.args:
12373         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12374         * docs/plugins/gst-plugins-base-plugins.interfaces:
12375         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12376         * docs/plugins/gst-plugins-base-plugins.signals:
12377           only scanobj stuff from our source module.  Not sure yet
12378           if that's correct, given the hierarchy stuff :)
12379
12380 2005-09-15  Wim Taymans  <wim@fluendo.com>
12381
12382         * gst/audioconvert/gstaudioconvert.c:
12383         And enable 24 bits mode as well..
12384
12385 2005-09-15  Wim Taymans  <wim@fluendo.com>
12386
12387         * gst-libs/gst/rtp/Makefile.am:
12388         * gst-libs/gst/rtp/gstbasertppayload.c:
12389         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12390         (gst_basertppayload_class_init), (gst_basertppayload_init),
12391         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12392         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12393         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12394         (gst_basertppayload_set_property),
12395         (gst_basertppayload_get_property),
12396         (gst_basertppayload_change_state):
12397         * gst-libs/gst/rtp/gstbasertppayload.h:
12398         Added rtp payloader base class.
12399
12400 2005-09-15  Andy Wingo  <wingo@pobox.com>
12401
12402         * configure.ac (plugindir): Remove the EOL matcher from the
12403         regexp, as it causes me problems. Libtool? Make? Who knows?
12404
12405 2005-09-14  David Schleef  <ds@schleef.org>
12406
12407         * check/generic/states.c: 
12408         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12409         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12410           Fixes for changes in registry API.
12411
12412         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12413           to GST_PLUGIN_LDFLAGS.
12414         * ext/libvisual/visual.c: Make the library shut up.
12415         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12416         * gst-libs/gst/audio/gstaudiofilter.c: same
12417
12418 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12419
12420         * docs/plugins/Makefile.am:
12421         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12422         * docs/plugins/inspect/plugin-libvisual.xml:
12423         * docs/plugins/tmpl/element-tcpserversink.sgml:
12424         * ext/theora/theoraenc.c:
12425           add libvisual plugin and theoraenc element to docs
12426
12427 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12428
12429         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12430         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12431         * ext/theora/theoraenc.c:
12432           add theoraenc
12433
12434 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12435
12436         * gst/audioconvert/Makefile.am:
12437           Audioconvert derives from GstBaseTransform and should
12438           link to the library with our base elements to avoid
12439           unresolved symbols. Makes things work with MinGW (#316160)
12440
12441         * gst/playback/test4.c: (main):
12442           Fix MinGW build problem and use g_usleep() instead of 
12443           sleep() (#316162)
12444
12445 2005-09-12  Wim Taymans  <wim@fluendo.com>
12446
12447         * gst/audioconvert/audioconvert.c: (float),
12448         (audio_convert_prepare_context), (audio_convert_convert):
12449         * gst/audioconvert/audioconvert.h:
12450         Cleanups, speedups, simplifications, added back support
12451         for 24 bits.
12452
12453 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12454
12455         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12456         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12457         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12458         * docs/plugins/tmpl/element-tcpserversink.sgml:
12459         * gst/ffmpegcolorspace/gstffmpeg.c:
12460         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12461         * gst/videotestsrc/gstvideotestsrc.c:
12462         * gst/volume/gstvolume.c:
12463           add more elements to the docs
12464
12465 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12466
12467         * check/Makefile.am:
12468         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12469         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12470           Add extra tests for basetransform based components. 
12471           Comment out the test_element_negotiation test until we decide
12472           if it's testing correct behaviour.
12473         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12474         (gst_visual_chain), (gst_visual_change_state):
12475           Slightly more correct but still bogus timestamping.
12476           Fix state change function.
12477         * gst/audioconvert/gstaudioconvert.c:
12478         (gst_audio_convert_class_init):
12479         * gst/audioresample/gstaudioresample.c:
12480         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12481         (gst_ffmpegcsp_class_init):
12482         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12483         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12484         (gst_videoscale_prepare_image):
12485         * gst/volume/gstvolume.c: (gst_volume_class_init),
12486         (volume_transform_ip):
12487           Basetransform updates. Enable passthrough modes.
12488         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12489         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12490         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12491           Negotiation fix that allows the window to return to the original
12492           size and renegotiate passthrough upstream. Extra debug output.
12493
12494 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12495
12496         * gst/sine/gstsinesrc.c:
12497         * gst/volume/gstvolume.c:
12498           fix up header include
12499
12500 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12501
12502         * gst-libs/gst/audio/gstbaseaudiosink.c:
12503         (gst_base_audio_sink_render):
12504         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12505         * gst/volume/gstvolume.c: (gst_volume_class_init),
12506         (volume_transform):
12507           fixing lost sync, some more debugging
12508
12509 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12510
12511         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12512         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12513         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12514         (gst_xvimagesink_check_xshm_calls):
12515           Fix compilation when XShm is not available.
12516
12517 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12518
12519         * ext/libvisual/visual.c: (gst_visual_dispose),
12520         (gst_visual_getcaps), (gst_visual_src_setcaps),
12521         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12522         (gst_visual_change_state):
12523           Finish fixing up libvisual plugin so that it runs. 
12524
12525 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12526
12527         * ext/vorbis/vorbisenc.c:
12528         * gst-libs/gst/tag/gstvorbistag.c:
12529           gsttaginterface.h -> gsttagsetter.h
12530
12531 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12532
12533         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12534           added another test that failes for me (test is not active by default)
12535
12536 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12537
12538         * configure.ac:
12539           v4l2 is no longer in gst-plugins-base
12540
12541 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12542
12543         * configure.ac:
12544           In the output at the end, don't show the first plugin on the same
12545           line as "Core plug-ins, always built:".
12546           Indent the output as for other plugin categories
12547         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12548           #define that can be used to not use peer buffer_alloc functions for
12549           test purposes.
12550         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12551         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12552         (gst_ximagesink_show_frame):
12553         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12554         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12555         (gst_xvimagesink_show_frame):
12556           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12557           fails gracefully instead of XError aborting or deadlocking.
12558
12559 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12560
12561         * ext/libvisual/Makefile.am:
12562           link against gst-base-libs
12563
12564 2005-09-06  David Schleef  <ds@schleef.org>
12565
12566         * configure.ac: Enable libvisual plugin.
12567         * ext/libvisual/Makefile.am:
12568         * ext/libvisual/visual.c: Fixes to make it compile.
12569
12570 === release 0.9.2 ===
12571
12572 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12573
12574         * NEWS:
12575         * RELEASE:
12576         * configure.ac:
12577         * docs/random/ChangeLog-0.8:
12578           releasing 0.9.2, "Spoon"
12579
12580 2005-09-05  Michael Smith <msmith@fluendo.com>
12581
12582         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12583           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12584           that in the vorbisenc element.
12585
12586 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12587
12588         * common/gtk-doc-plugins.mak:
12589         * docs/plugins/Makefile.am:
12590           fix distcheck
12591         * gst/audioresample/resample.c:
12592           fix wrong docstring
12593
12594 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12595
12596         * common/gst-xmlinspect.py:
12597         * common/gtk-doc-plugins.mak:
12598           only inspect plugins for this given package
12599           require gst-python 0.9
12600
12601 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12602
12603         * Makefile.am:
12604         * autogen.sh:
12605         * common/gst-xmlinspect.py:
12606         * configure.ac:
12607         * docs/Makefile.am:
12608         * docs/plugins/inspect/plugin-alsa.xml:
12609         * docs/plugins/inspect/plugin-audioresample.xml:
12610         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12611         * docs/plugins/inspect/plugin-ogg.xml:
12612         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12613         * docs/plugins/tmpl/element-multifdsink.sgml:
12614         * docs/plugins/tmpl/element-tcpserversink.sgml:
12615         * docs/plugins/tmpl/element-vorbisenc.sgml:
12616         * gst-plugins-base.spec.in:
12617           various doc-related updates
12618
12619 2005-08-31  Wim Taymans  <wim@fluendo.com>
12620
12621         * gst-libs/gst/audio/gstbaseaudiosink.c:
12622         (gst_base_audio_sink_render):
12623         Resync if the buffer timestamps drift more than a 10th 
12624         of a second.
12625
12626 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12627
12628         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12629         (gst_v4lsrc_get_property):
12630           The 'timestamp-offset' property is registered as an int64, so
12631           let's use g_value_{set|get}_int64() in our setter and getter
12632           functions (makes it work and fixes warnings with gst-inspect).
12633
12634 2005-08-30  Wim Taymans  <wim@fluendo.com>
12635
12636         * check/elements/audioconvert.c: (setup_audioconvert):
12637         * check/elements/audioresample.c: (setup_audioresample):
12638         * check/elements/volume.c: (setup_volume):
12639         Fix checks.
12640
12641 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12642
12643         * common/gtk-doc-plugins.mak:
12644         * common/plugins.xsl:
12645         * docs/plugins/Makefile.am:
12646           make module a param
12647
12648 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12649
12650         * examples/seeking/seek.c: (make_mp3_pipeline),
12651         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12652         (play_cb), (pause_cb), (stop_cb):
12653           update the example
12654
12655 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12656
12657         * gst/volume/gstvolume.c: (gst_volume_class_init),
12658         (volume_transform):
12659           do not update controlled params, if buffer has no timestamp
12660
12661 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12662
12663         * configure.ac:
12664         * gst/sine/Makefile.am:
12665         * gst/volume/Makefile.am:
12666           controllerized elements also need to link against controller-libs ;)
12667
12668 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12669
12670         * docs/libs/tmpl/gstcolorbalance.sgml:
12671         * docs/libs/tmpl/gstgconf.sgml:
12672         * docs/libs/tmpl/gstmixer.sgml:
12673         * docs/libs/tmpl/gstringbuffer.sgml:
12674         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12675         (gst_sinesrc_create):
12676         * gst/volume/gstvolume.c: (gst_volume_class_init),
12677         (volume_transform):
12678           controllerized two audio plugins
12679
12680 2005-08-29  Andy Wingo  <wingo@pobox.com>
12681
12682         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12683         (vorbis_handle_data_packet): Fix some int overflow errors.
12684
12685         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12686         -1.
12687         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12688         valid.
12689         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12690         if it's valid. Fixed streaming-mode playback.
12691
12692         * check/elements/volume.c (cleanup_volume): Fix for running
12693         CK_FORK=no.
12694
12695         * check/elements/audioconvert.c: Convert from native endian, not
12696         little endian.
12697
12698 2005-08-29  Michael Smith <msmith@fluendo.com>
12699
12700         * ext/ogg/Makefile.am:
12701         * ext/ogg/gstogg.c: (plugin_init):
12702         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12703         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12704         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12705         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12706         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12707         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12708         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12709         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12710         Add an ogg parser element.
12711
12712 2005-08-28  Andy Wingo  <wingo@pobox.com>
12713
12714         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12715
12716 2005-08-26  Wim Taymans  <wim@fluendo.com>
12717
12718         * gst/audioconvert/audioconvert.c: (if), (float),
12719         (audio_convert_get_func_index), (check_default),
12720         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12721         (audio_convert_clean_context), (audio_convert_get_sizes),
12722         (audio_convert_convert):
12723         Cleanups.
12724
12725 2005-08-26  Wim Taymans  <wim@fluendo.com>
12726
12727         * gst/audioconvert/audioconvert.c: (if), (float),
12728         (audio_convert_get_func_index), (check_default),
12729         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12730         (audio_convert_clean_context), (audio_convert_get_sizes),
12731         (audio_convert_convert):
12732         More elegant and working temp buffer selection algo.
12733
12734 2005-08-26  Wim Taymans  <wim@fluendo.com>
12735
12736         * gst/audioconvert/audioconvert.c: (if), (float),
12737         (audio_convert_get_func_index), (check_default),
12738         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12739         (audio_convert_clean_context), (audio_convert_get_sizes),
12740         (get_temp_buffer), (audio_convert_convert):
12741         Use realloc else we lose our original data.
12742
12743 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12744
12745         * gst/audioresample/gstaudioresample.c:
12746           use base class' newsegment to properly timestamp
12747
12748 2005-08-26  Wim Taymans  <wim@fluendo.com>
12749
12750         * gst/audioconvert/audioconvert.c: (if), (float),
12751         (audio_convert_get_func_index), (check_default),
12752         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12753         (audio_convert_clean_context), (audio_convert_get_sizes),
12754         (get_temp_buffer), (audio_convert_convert):
12755         * gst/audioconvert/gstaudioconvert.c:
12756         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12757         (gst_audio_convert_transform_caps),
12758         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12759         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12760         Oops, allocate enough space to perform the channel mix.
12761
12762 2005-08-26  Wim Taymans  <wim@fluendo.com>
12763
12764         * gst/audioconvert/Makefile.am:
12765         * gst/audioconvert/audioconvert.c: (if), (float),
12766         (audio_convert_get_func_index), (check_default),
12767         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12768         (audio_convert_clean_context), (audio_convert_get_sizes),
12769         (get_temp_buffer), (audio_convert_convert):
12770         * gst/audioconvert/audioconvert.h:
12771         * gst/audioconvert/gstaudioconvert.c:
12772         (gst_audio_convert_class_init), (gst_audio_convert_init),
12773         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12774         (gst_audio_convert_get_unit_size),
12775         (gst_audio_convert_transform_caps),
12776         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12777         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12778         * gst/audioconvert/gstaudioconvert.h:
12779         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12780         (gst_channel_mix_fill_identical),
12781         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12782         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12783         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12784         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12785         (gst_channel_mix_mix):
12786         * gst/audioconvert/gstchannelmix.h:
12787         Cleanups, librarify a bit, optimize, better negotiation and more.
12788
12789 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12790
12791         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12792         Another from MikeS:
12793         During typefinding, don't support negative offsets
12794         (offsets from the end of the stream) in our typefind->peek() function
12795         - nothing embedded in ogg ever needs them. However, we need to recognise
12796         those requests and reject them, otherwise we return invalid pointers.
12797
12798 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12799
12800         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12801         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12802         (vorbisdec_finalize), (vorbis_handle_type_packet):
12803           Big shout-out to MikeS for fixing this giant memory leak.
12804           Huzzah!
12805
12806 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12807
12808         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12809         (audio_convert_get_unit_size):
12810           plug some leaks
12811
12812 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12813
12814         * check/Makefile.am:
12815         * check/elements/audioconvert.c: (setup_audioconvert),
12816         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12817         (GST_START_TEST), (audioconvert_suite), (main):
12818           add a test for audioconvert
12819         * gst/audioresample/gstaudioresample.c:
12820         * gst/audioresample/gstaudioresample.h:
12821           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12822           note that for buffers of 1/3 sec this means DURATION(c) is 
12823           one nanosecond more than for a and b
12824
12825 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12826
12827         * check/Makefile.am:
12828         * check/elements/audioresample.c: (setup_audioresample),
12829         (cleanup_audioresample), (fail_unless_perfect_stream),
12830         (test_perfect_stream_instance), (GST_START_TEST),
12831           add a check for audioresample
12832         (audioresample_suite), (main):
12833         * check/elements/volume.c: (GST_START_TEST):
12834           remove unused method
12835         * gst/audioresample/gstaudioresample.c:
12836           set correct buffer parameters since we're changing them
12837         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12838           add some debug
12839
12840 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12841
12842         * gst/audioresample/debug.c:
12843         * gst/audioresample/gstaudioresample.c:
12844           add room for extra overlap samples when asked to transform size
12845           protect against possible mem corruption and check for discrepancies
12846           between written size and outbuffer's size so we can warn for
12847           potential problems
12848         * gst/audioresample/resample.c: (resample_init),
12849         (resample_get_output_size_for_input), (resample_get_output_size),
12850         (resample_set_n_channels), (resample_set_format):
12851           set debug level based on RESAMPLE_DEBUG env var
12852           make sure that get_output_size* returns a whole number of
12853           sample_size
12854           set sample_size each time either channel or format is set
12855         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12856         * gst/audioresample/resample_functable.c:
12857         (resample_scale_functable):
12858         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12859           remove r->sample_size, it's done in resample.c now
12860           add some debugging to the ref implementation
12861           make sure we only give back bytes that are wholes of the sample
12862           size
12863
12864 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12865         * gst/playback/gstplaybasebin.c: (fill_buffer):
12866         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12867
12868 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12869
12870         * gst/volume/gstvolume.c:
12871           made set_caps function static
12872
12873 2005-08-24  Wim Taymans  <wim@fluendo.com>
12874
12875         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12876         (gst_vorbisenc_change_state):
12877         Stop leaking taglists.
12878
12879 2005-08-24  Wim Taymans  <wim@fluendo.com>
12880
12881         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12882         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12883         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12884         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12885         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12886         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12887         Parse seeking events better.
12888         Unref static caps.
12889         Generate correct newsegment events, fixes seeking in live oggs.
12890
12891         * ext/theora/theoradec.c: (theora_dec_src_query),
12892         (theora_dec_src_event), (theora_dec_src_getcaps),
12893         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12894         Use newsegment values to report correct play time.
12895
12896         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12897         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12898         * ext/vorbis/vorbisdec.h:
12899         Parse and use newsegment values to report correct play time.
12900
12901         * gst-libs/gst/audio/gstbaseaudiosink.c:
12902         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12903         Clear ringbuffer on flush.
12904         Use newsegment values to calculate playback time.
12905
12906         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12907         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12908         Basesink does newsegment calculations for us now.
12909
12910 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12911
12912         * check/Makefile.am:
12913         * configure.ac:
12914           add core's plugins to the mix so that playbin works
12915         * check/generic/states.c: (GST_START_TEST):
12916           set a 0 timeout on pipelines, so they don't force the next
12917           state change
12918         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12919         (gst_play_base_bin_change_state):
12920           remove the crappy error handling and do GST error handling
12921
12922 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12923
12924         * check/Makefile.am:
12925         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12926           add same test as to core, it bitches out on playbin atm.
12927
12928 2005-08-24  Wim Taymans  <wim@fluendo.com>
12929
12930         * configure.ac:
12931         Remove audioscale.
12932
12933 2005-08-24  Wim Taymans  <wim@fluendo.com>
12934
12935         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12936         (gst_videoscale_prepare_size), (parse_caps),
12937         (gst_videoscale_set_caps), (gst_videoscale_get_size),
12938         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12939         (gst_videoscale_transform):
12940         * gst/videoscale/gstvideoscale.h:
12941         Refactor, make use of BaseTranform really well.
12942
12943 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12944
12945         * configure.ac:
12946           compile audioresample
12947         * gst/audioresample/Makefile.am:
12948         * gst/audioresample/buffer.c:
12949         * gst/audioresample/functable.c:
12950         * gst/audioresample/gstaudioresample.c:
12951         * gst/audioresample/gstaudioresample.h:
12952         * gst/audioresample/resample.c:
12953         (resample_get_output_size_for_input):
12954         * gst/audioresample/resample.h:
12955         * gst/audioresample/resample_chunk.c:
12956         * gst/audioresample/resample_functable.c:
12957         * gst/audioresample/resample_ref.c:
12958           port to use basetransform; doesn't work in all cases yet
12959
12960 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12961
12962         * gst/audioconvert/gstaudioconvert.c:
12963         (gst_audio_convert_class_init), (gst_audio_convert_init),
12964         (audio_convert_get_unit_size), (audio_convert_transform_caps),
12965         (audio_convert_fixate_caps), (audio_convert_set_caps),
12966         (audio_convert_transform),
12967         (gst_audio_convert_buffer_to_default_format),
12968         (gst_audio_convert_buffer_from_default_format),
12969         (gst_audio_convert_channels):
12970         * gst/audioconvert/gstchannelmix.c:
12971         * gst/audioconvert/gstchannelmix.h:
12972           port to basetransform
12973         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12974         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12975         (gst_ffmpegcsp_get_unit_size):
12976         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12977         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12978           fix for basetransform changes
12979
12980 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
12981
12982         * check/Makefile.am:
12983           Add CHECK_CFLAGS and LDFLAGS
12984
12985         * gst/playback/gstplaybasebin.c: (fill_buffer):
12986           GST_MESSAGE_SRC became a GObject
12987
12988 2005-08-24  Wim Taymans  <wim@fluendo.com>
12989
12990         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12991         (gst_ring_buffer_clear_all):
12992         * gst-libs/gst/audio/gstringbuffer.h:
12993         Added function to clear the ringbuffer.
12994
12995 2005-08-24  Andy Wingo  <wingo@pobox.com>
12996
12997         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
12998         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12999         of _open and _close.
13000
13001         * sys/v4l/gstv4lxoverlay.h:
13002         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13003         an Xv connection here, instead of all the time. Make Xv only be
13004         loaded if you axe for it. Kindof a workaround for buggy behaviour
13005         of Xv when using remote xservers (XvQueryExtension would block).
13006         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13007         replace the _open and _close public API. Only start the xv
13008         connection if necessary.
13009         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13010
13011 2005-08-23  David Schleef  <ds@schleef.org>
13012
13013         * gst/audioresample/Makefile.am: Leet audioresampling code
13014         * gst/audioresample/buffer.c:
13015         * gst/audioresample/buffer.h:
13016         * gst/audioresample/debug.c:
13017         * gst/audioresample/debug.h:
13018         * gst/audioresample/functable.c:
13019         * gst/audioresample/functable.h:
13020         * gst/audioresample/gstaudioresample.c:
13021         * gst/audioresample/gstaudioresample.h:
13022         * gst/audioresample/resample.c:
13023         * gst/audioresample/resample.h:
13024         * gst/audioresample/resample_chunk.c:
13025         * gst/audioresample/resample_functable.c:
13026         * gst/audioresample/resample_ref.c:
13027
13028 2005-08-23  Wim Taymans  <wim@fluendo.com>
13029
13030         * examples/seeking/seek.c: (make_vorbis_pipeline),
13031         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13032         Small seek updates.
13033
13034 2005-08-23  Andy Wingo  <wingo@pobox.com>
13035
13036         * gst-libs/gst/audio/gstbaseaudiosrc.c
13037         (gst_base_audio_src_fixate): Only fixate endianness if it is
13038         present in the caps.
13039
13040 2005-08-22  Andy Wingo  <wingo@pobox.com>
13041
13042         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
13043         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13044         device-name property.
13045
13046         * gst-libs/gst/audio/gstaudiosrc.h:
13047         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13048         close_device in the ring buffer, like gstaudiosink.
13049
13050         * ext/alsa/gstalsamixer.h:
13051         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13052         macro to implement the interface without much code. Cleanups. 
13053
13054         * ext/alsa/gstalsasrc.h:
13055         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13056         READY.
13057
13058         * ext/alsa/Makefile.am: Add new files.
13059         * ext/alsa/gstalsamixerelement.c: 
13060         * ext/alsa/gstalsamixerelement.c: Split element code out from
13061         mixer code so that alsasrc can be a mixer too.
13062
13063 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13064
13065         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13066         (GST_START_TEST):
13067         * check/elements/vorbisdec.c: (setup_vorbisdec),
13068         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13069         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13070         (vorbis_handle_identification_packet),
13071         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13072         (vorbis_handle_header_packet), (vorbis_dec_push),
13073         (vorbis_dec_chain):
13074           use the setup/teardown methods to save code.  save code is good.
13075
13076 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13077
13078         * check/Makefile.am:
13079           add ext dir for plugins
13080           add vorbisdec test conditionally
13081         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13082         (GST_START_TEST), (volume_suite):
13083           add a test with wrong caps
13084         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13085         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13086           add a vorbisdec test
13087         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13088         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13089           clean up debug output
13090         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13091           yay, fix a segfault/security issue in vorbisdec
13092           gst-launch fakesrc ! vorbisdec wasn't happy
13093         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13094         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13095         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13096         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13097         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13098         (gst_vorbisenc_set_metadata), (get_constraints_string),
13099         (update_start_message), (gst_vorbisenc_setup),
13100         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13101         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13102         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13103         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13104         * ext/vorbis/vorbisenc.h:
13105           march in line
13106         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13107         (gst_ffmpegcsp_transform):
13108           have the kow come home
13109         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13110           debug my func ptr
13111         * gst/volume/gstvolume.c: (volume_set_caps):
13112           add a debug
13113
13114 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13115
13116         * Makefile.am:
13117         * check/.cvsignore:
13118         * check/Makefile.am:
13119         * check/elements/.cvsignore:
13120         * check/elements/volume.c: (chain_func), (event_func),
13121         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13122         (main):
13123         * configure.ac:
13124           add unit test structure for gst-plugins-base
13125           add a test for volume
13126         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13127         (gst_volume_set_volume), (gst_volume_get_volume),
13128         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13129         (volume_funcfind), (volume_process_float), (volume_process_int16),
13130         (volume_set_caps), (volume_transform), (volume_update_mute),
13131         (volume_update_volume), (volume_set_property),
13132         (volume_get_property):
13133           document a little; use basetransform vmethod _set_caps
13134
13135 2005-08-19  Andy Wingo  <wingo@pobox.com>
13136
13137         * ext/alsa/gstalsamixertrack.h:
13138         * ext/alsa/gstalsamixertrack.c:
13139         * ext/alsa/gstalsamixeroptions.h:
13140         * ext/alsa/gstalsamixeroptions.c:
13141         * ext/alsa/gstalsamixer.h:
13142         * ext/alsa/gstalsamixer.c: Port to 0.9.
13143
13144         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13145         Remove gstalsa.c and alsaclock. No more cruft here.
13146         
13147 2005-08-18  Wim Taymans  <wim@fluendo.com>
13148
13149         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13150         (gst_base_rtp_depayload_chain),
13151         (gst_base_rtp_depayload_add_to_queue),
13152         (gst_base_rtp_depayload_push),
13153         (gst_base_rtp_depayload_queue_release):
13154         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13155         Fix for RTPBuffer changes.
13156
13157         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13158         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13159         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13160         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13161         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13162         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13163         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13164         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13165         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13166         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13167         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13168         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13169         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13170         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13171         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13172         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13173         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13174         (gst_rtpbuffer_get_payload):
13175         * gst-libs/gst/rtp/gstrtpbuffer.h:
13176         Don't subclass GstBuffer but add methods and helper functions
13177         to construct and manipulate RTP packets in regular GstBuffers.
13178
13179 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
13180
13181         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13182           moved statement below switch
13183         * gst/volume/gstvolume.c: (gst_volume_class_init):
13184           added debug ptr
13185
13186 2005-08-16  Wim Taymans  <wim@fluendo.com>
13187
13188         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13189         (gst_base_audio_src_change_state):
13190         Open and close device in READY<->NULL state change.
13191
13192 2005-08-16  Andy Wingo  <wingo@pobox.com>
13193
13194         * examples/seeking/Makefile.am: Don't compile non-compiling
13195         compiled objects with the compiler.
13196
13197         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13198         elements.
13199
13200 2005-08-12  Philippe Khalaf <burger@speedy.org>
13201         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13202         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13203           Made a thread to release the queue.
13204           Removed timestamp conversion for now.
13205
13206 2005-08-10  Philippe Khalaf <burger@speedy.org>
13207         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13208         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13209           Added rtp timestamp -> gst timestamp conversion.
13210           Fixed several problems with queue.
13211
13212 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13213
13214         * gst-libs/gst/audio/gstaudioclock.h:
13215         * gst-libs/gst/audio/gstaudiofilter.h:
13216         * gst-libs/gst/audio/gstaudiosink.h:
13217         * gst-libs/gst/audio/gstaudiosrc.h:
13218         * gst-libs/gst/audio/gstbaseaudiosink.h:
13219         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13220         * gst-libs/gst/audio/gstringbuffer.h:
13221         * gst-libs/gst/net/gstnetbuffer.h:
13222         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13223         * gst-libs/gst/rtp/gstrtpbuffer.h:
13224           Add padding (you will need to rebuild gst-plugins-base,
13225           gst-plugins and all applications afterwards!)
13226
13227 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13228
13229         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13230         (gst_riff_parse_chunk):
13231           Fix bug in debug message and add some more debug messages.
13232
13233 2005-08-08  Edward Hervey  <edward@fluendo.com>
13234
13235         * gst-libs/gst/riff/riff-media.c:
13236         backported updates since branch
13237
13238 2005-08-08  Andy Wingo  <wingo@pobox.com>
13239
13240         * gst-libs/gst/audio/gstbaseaudiosink.c
13241         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13242         like good elements should. Close on READY->NULL too.
13243
13244         * gst-libs/gst/audio/gstaudiosink.c
13245         (gst_audioringbuffer_open_device,
13246         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13247         (gst_audioringbuffer_release): Updates for new ring buffer API,
13248         hook into the new audio sink api.
13249
13250         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13251         (GstAudioSinkClass.close): Just open and close the device -- no
13252         resource allocation or configuration.
13253         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13254         vmethods, handle device setup and resource allocation.
13255
13256         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13257         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13258         base class API.
13259
13260         * gst-libs/gst/audio/gstringbuffer.h
13261         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13262         New vmethods.
13263
13264         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13265         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13266         New API functions. The device should be opened before acquiring
13267         and closed after releasing.
13268
13269 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13270
13271         * gst-libs/gst/interfaces/mixer.h:
13272           Reset padding to GST_PADDING.
13273
13274 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13275
13276         * gst/playback/gstplaybin.c: (remove_sinks):
13277           Remove visualization from parent explicitely; works around some
13278           apparent refcount issue that I haven't tracked down yet.
13279
13280 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13281
13282         * ext/alsa/gstalsasink.c: (set_hwparams):
13283           Assign debug category, add negotiation debug msgs.
13284
13285 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13286
13287         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13288           Fix error code for file-not-found to NOT_FOUND.
13289
13290 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13291
13292         * common/gtk-doc-plugins.mak:
13293         * docs/plugins/Makefile.am:
13294         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13295         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13296           renamed to actual element names, so much nicer to look at
13297         * docs/plugins/tmpl/gstmultifdsink.sgml:
13298           remove
13299         * docs/plugins/tmpl/multifdsink.sgml:
13300         * docs/plugins/tmpl/tcpserversink.sgml:
13301           add
13302         * ext/alsa/gstalsa.c:
13303         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13304         * ext/ogg/gstoggmux.c:
13305         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13306         * gst/playback/gstdecodebin.c:
13307         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13308         * gst/tcp/gsttcpserversink.c:
13309           various fixes and documentation additions
13310
13311 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13312
13313         * common/Makefile.am:
13314         * common/gstdoc-scangobj:
13315         * common/gtk-doc-plugins.mak:
13316         * common/gtk-doc.mak:
13317           add a custom scangobj that uses the registry
13318           add a custom gtk-doc-plugins.mak that uses it
13319           some doc build fixes
13320         * configure.ac:
13321         * docs/Makefile.am:
13322         * docs/plugins/Makefile.am:
13323         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13324         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13325         * docs/plugins/gst-plugins-base-plugins.types:
13326         * docs/plugins/tmpl/gstmultifdsink.sgml:
13327           add docs for one element, multifdsink
13328         * gst/adder/gstadder.h:
13329         * gst/volume/gstvolume.h:
13330           don't privatize enum
13331         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13332         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13333         (gst_sync_method_get_type), (gst_client_status_get_type),
13334         (gst_multifdsink_class_init),
13335         (gst_multifdsink_client_queue_buffer),
13336         (gst_multifdsink_handle_client_write):
13337         * gst/tcp/gstmultifdsink.h:
13338         * gst/tcp/gsttcp.h:
13339         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13340         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13341         (gst_tcpclientsink_render):
13342         * gst/tcp/gsttcpclientsink.h:
13343         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13344         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13345         (gst_tcpclientsrc_start):
13346         * gst/tcp/gsttcpclientsrc.h:
13347         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13348         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13349         * gst/tcp/gsttcpserversrc.h:
13350         * gst/typefind/gsttypefindfunctions.c:
13351           remove superfluous Type stuff
13352
13353 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13354
13355         * gst/playback/gstplaybin.c: (gen_video_element):
13356           Enable videoscale.
13357
13358 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13359
13360         * gst-libs/gst/gconf/gconf.c:
13361         * gst-libs/gst/gconf/gconf.h:
13362           Fix some Andy Problem [tm].
13363
13364 2005-08-04  Andy Wingo  <wingo@pobox.com>
13365
13366         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13367         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13368         (gst_ffmpegcsp_get_size): Adapt to API changes.
13369
13370         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13371         Implement an in-place do-nothing transform.
13372
13373 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13374
13375         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13376         (gst_ximagesink_renegotiate_size):
13377           Do not set new window sizes yet if we prepare a new buffer size
13378           for upstream renegotiation (software scaling) at some point in the
13379           future, because this new size waqs not actually accepted yet. Once
13380           accepted, renegotiation later on will set the new sizes just fine.
13381           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13382           embedding testcase.
13383
13384 2005-08-03  Andy Wingo  <wingo@pobox.com>
13385
13386         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13387         (gst_ximagesink_buffer_alloc): 
13388         Protect the height, width, and desired_caps with the pool_lock.
13389         Fixes videotestsrc ! queue ! ximagesink.
13390
13391 2005-08-02  Edward Hervey  <edward@fluendo.com>
13392
13393         * gst/volume/gstvolume.c:
13394         include left from controller cleanup
13395
13396 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13397         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13398           Stop collectpads before calling the parent state
13399           change function on PAUSED->READY.
13400
13401 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13402         * configure.ac:
13403           When testing for X libs, use the X CFlags 
13404         * gst/adder/gstadder.c: (gst_adder_change_state):
13405           Stop the collectpads before calling parent state change function
13406           on PAUSED->READY, otherwise we deadlock deactivating pads.
13407
13408 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13409
13410         * configure.ac:
13411         * docs/libs/tmpl/gstcolorbalance.sgml:
13412         * docs/libs/tmpl/gstmixer.sgml:
13413         * examples/Makefile.am:
13414         * gst/sine/Makefile.am:
13415         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13416         (gst_sinesrc_set_property), (plugin_init):
13417         * gst/sine/gstsinesrc.h:
13418         * gst/volume/Makefile.am:
13419         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13420         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13421         (volume_process_float), (volume_process_int16),
13422         (volume_set_property), (plugin_init):
13423         * gst/volume/gstvolume.h:
13424           deactivate and remove dparams (libgstcontrol)
13425
13426 2005-07-29  Wim Taymans  <wim@fluendo.com>
13427
13428         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13429         Convert me to BaseTransform!! help..
13430
13431 2005-07-29  Andy Wingo  <wingo@pobox.com>
13432
13433         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13434         sinks.
13435
13436         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13437         support of both endiannesses.
13438
13439 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13440
13441         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13442           Fix confusing debug message (s/event/query/)
13443
13444 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13445
13446         * gst/videotestsrc/videotestsrc.h:
13447           Use "_stdint.h" instead of <stdint.h>
13448
13449 2005-07-27  Wim Taymans  <wim@fluendo.com>
13450
13451         * ext/vorbis/Makefile.am:
13452         Revert wrong commit.
13453
13454 2005-07-27  Wim Taymans  <wim@fluendo.com>
13455
13456         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13457         More compilation fixen.
13458
13459 2005-07-27  Wim Taymans  <wim@fluendo.com>
13460
13461         * gst-libs/gst/audio/gstbaseaudiosink.c:
13462         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13463         (gst_base_audio_sink_create_ringbuffer),
13464         (gst_base_audio_sink_change_state):
13465         Fix compilation.
13466
13467 2005-07-27  Wim Taymans  <wim@fluendo.com>
13468
13469         * examples/seeking/seek.c: (setup_dynamic_link),
13470         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13471         (query_positions_elems), (query_positions_pads), (do_seek):
13472         Update seek example.
13473
13474         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13475         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13476         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13477         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13478         (gst_ogg_demux_handle_event),
13479         (gst_ogg_demux_deactivate_current_chain),
13480         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13481         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13482         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13483         (gst_ogg_demux_loop):
13484         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13485         * ext/theora/theoradec.c: (theora_dec_src_event),
13486         (theora_dec_src_getcaps), (theora_dec_sink_event),
13487         (theora_dec_push), (theora_dec_chain):
13488         * ext/vorbis/Makefile.am:
13489         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13490         (vorbis_dec_sink_event), (vorbis_dec_push),
13491         (vorbis_handle_data_packet):
13492         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13493         (gst_vorbisenc_chain):
13494         * gst/playback/gststreaminfo.c: (cb_probe):
13495         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13496         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13497         * gst/videoscale/gstvideoscale.c:
13498         (gst_videoscale_handle_src_event):
13499         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13500         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13501         (gst_ximagesink_navigation_send_event):
13502         * sys/xvimage/xvimagesink.c:
13503         (gst_xvimagesink_navigation_send_event):
13504         Various event updates and cleanups
13505
13506 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13507
13508         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13509           Fix segfault for I420/YV12.
13510
13511 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13512
13513         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13514           Report bitrate.
13515
13516 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13517
13518         * gst/playback/gstplaybin.c: (gen_video_element),
13519         (gen_audio_element):
13520           Switch to auto*sink elements as default sinks; add volume element
13521           so that volume control in totem works.
13522
13523 2005-07-21  Wim Taymans  <wim@fluendo.com>
13524
13525         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13526         * gst/playback/gstplaybin.c: (setup_sinks),
13527         (gst_play_bin_change_state):
13528         Refcount fix and more comments.
13529
13530 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13531
13532         * sys/ximage/Makefile.am:
13533         * sys/ximage/ximage.c: (plugin_init):
13534         * sys/ximage/ximagesink.c:
13535         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13536         
13537
13538 2005-07-21  Wim Taymans  <wim@fluendo.com>
13539
13540         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13541         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13542         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13543         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13544         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13545         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13546         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13547         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13548         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13549         Generate correct disconts for live chained oggs.
13550
13551         * gst-libs/gst/audio/gstbaseaudiosink.c:
13552         (gst_base_audio_sink_render),
13553         (gst_base_audio_sink_create_ringbuffer),
13554         (gst_base_audio_sink_change_state):
13555         Handle discont math correctly.
13556
13557         * gst/playback/gstplaybin.c: (add_sink):
13558         Some small debug cleanup.
13559
13560 2005-07-21  Wim Taymans  <wim@fluendo.com>
13561
13562         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13563         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13564         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13565         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13566         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13567         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13568         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13569         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13570         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13571         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13572         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13573         (gst_ogg_demux_change_state), (gst_ogg_print):
13574         Reorganize code to send the right disconts when in streaming
13575         mode.
13576
13577 2005-07-20  Andy Wingo  <wingo@pobox.com>
13578
13579         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13580         fix (?), fixes a seggie mcfalterson (#310894).
13581
13582 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13583
13584         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13585         (gst_ogg_mux_set_header_on_caps):
13586         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13587         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13588         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13589         * gst-libs/gst/audio/multichannel.c:
13590         (gst_audio_set_channel_positions),
13591         (gst_audio_set_structure_channel_positions_list):
13592         * gst/playback/gstdecodebin.c: (dynamic_create):
13593         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13594         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13595           Fixes for API changes in core.
13596
13597 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13598
13599         * gst/playback/gstplaybasebin.c: (fill_buffer):
13600           Use _new_custom() so we can set custom message types for buffering
13601           messages.
13602
13603 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13604
13605         * configure.ac:
13606         * gst-libs/gst/Makefile.am:
13607         * gst-libs/gst/gconf/.cvsignore:
13608         * gst-libs/gst/gconf/Makefile.am:
13609         * gst-libs/gst/gconf/test-gconf.c:
13610         * pkgconfig/Makefile.am:
13611         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13612         * pkgconfig/gstreamer-gconf.pc.in:
13613           Remove gconf stuff, use gconf elements instead from now on.
13614
13615 2005-07-20  Wim Taymans  <wim@fluendo.com>
13616
13617         * gst-libs/gst/audio/TODO:
13618         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13619         (gst_audio_clock_get_internal_time):
13620         * gst-libs/gst/audio/gstaudioclock.h:
13621         * gst-libs/gst/audio/gstbaseaudiosink.c:
13622         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13623         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13624         (gst_base_audio_sink_render),
13625         (gst_base_audio_sink_create_ringbuffer),
13626         (gst_base_audio_sink_change_state):
13627         Make sure the audio clock always returns an increasing value.
13628
13629 2005-07-19  Andy Wingo  <wingo@pobox.com>
13630
13631         * gst/videotestsrc/: Cleanups.
13632
13633 2005-07-19  Wim Taymans  <wim@fluendo.com>
13634
13635         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13636         Better debugging.
13637
13638 2005-07-19  Wim Taymans  <wim@fluendo.com>
13639
13640         * examples/seeking/seek.c: (make_dv_pipeline),
13641         (make_vorbis_theora_pipeline), (query_rates),
13642         (query_positions_elems), (query_positions_pads), (do_seek):
13643         Make correct DV pipeline.
13644
13645 2005-07-18  Andy Wingo  <wingo@pobox.com>
13646
13647         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13648         default. Also because it's the only thing that really works. (This
13649         is used in the GConf elements).
13650         Use AS_LIBTOOL_TAGS.
13651
13652 2005-07-18  Wim Taymans  <wim@fluendo.com>
13653
13654         * gst/playback/gstdecodebin.c: (remove_element_chain):
13655         * gst/playback/gstplaybin.c: (add_sink):
13656         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13657         (gst_stream_info_set_mute):
13658         * gst/playback/gststreamselector.c:
13659         (gst_stream_selector_get_linked_pad),
13660         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13661         More leak and compile fixes.
13662
13663 2005-07-18  Wim Taymans  <wim@fluendo.com>
13664
13665         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13666         (query_rates), (query_positions_elems), (query_positions_pads),
13667         (do_seek), (seek_cb), (stop_seek):
13668         Updated seek example. 
13669
13670         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13671         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13672         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13673         * gst/playback/gstplaybin.c: (add_sink):
13674         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13675         (gst_stream_info_set_mute):
13676         Some refcount leak fixes.
13677
13678 2005-07-16  Wim Taymans  <wim@fluendo.com>
13679
13680         * gst-libs/gst/audio/gstbaseaudiosink.c:
13681         (gst_base_audio_sink_render):
13682         Align samples even if we have roundoff errors in the 
13683         timestamp conversion.
13684
13685 2005-07-16  Wim Taymans  <wim@fluendo.com>
13686
13687         * docs/libs/tmpl/gstringbuffer.sgml:
13688         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13689         (query_rates), (query_positions_elems), (query_positions_pads),
13690         (update_scale), (do_seek):
13691         Updated seek example.
13692
13693         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13694         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13695         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13696         (gst_ogg_demux_loop):
13697         Push out correct discont values.
13698
13699         * ext/theora/theoradec.c: (theora_dec_src_convert),
13700         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13701         (theora_dec_sink_event), (theora_handle_type_packet),
13702         (theora_handle_header_packet), (theora_dec_push),
13703         (theora_handle_data_packet), (theora_dec_chain),
13704         (theora_dec_change_state):
13705         Better timestamping.
13706
13707         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13708         (vorbis_dec_sink_event), (vorbis_dec_push),
13709         (vorbis_handle_data_packet), (vorbis_dec_chain):
13710         * ext/vorbis/vorbisdec.h:
13711         Better timestamping.
13712
13713         * gst-libs/gst/audio/gstbaseaudiosink.c:
13714         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13715         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13716         Handle syncing on timestamps instead of sample offsets. Make
13717         use of DISCONT values as described in design docs.
13718
13719         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13720         (gst_base_audio_src_get_time):
13721         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13722         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13723         (gst_ring_buffer_read):
13724         * gst-libs/gst/audio/gstringbuffer.h:
13725         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13726         (gst_ximagesink_show_frame):
13727         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13728         Correcly convert buffer timestamp to stream time.
13729
13730 2005-07-16  Wim Taymans  <wim@fluendo.com>
13731
13732         * gst/audioconvert/gstaudioconvert.c:
13733         (gst_audio_convert_get_buffer):
13734         Timestamp buffers correctly.
13735
13736         * gst/playback/gstplaybin.c: (gen_video_element):
13737         Make internal fakesink silent.
13738
13739 2005-07-15  Wim Taymans  <wim@fluendo.com>
13740
13741         * gst/ffmpegcolorspace/Makefile.am:
13742         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13743         (gst_ffmpegcsp_caps_remove_format_info),
13744         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13745         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13746         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13747         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13748         Ported ffmpegcolorspace to basetransform.
13749
13750         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13751         * gst/volume/gstvolume.c: (volume_transform):
13752         Ported to new API.
13753
13754 2005-07-14  Wim Taymans  <wim@fluendo.com>
13755
13756         * gst/videotestsrc/Makefile.am:
13757         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13758         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13759         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13760         (gst_videotestsrc_init), (gst_videotestsrc_event),
13761         (gst_videotestsrc_create), (gst_videotestsrc_start),
13762         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13763         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13764         (gst_videotestsrc_get_property):
13765         * gst/videotestsrc/gstvideotestsrc.h:
13766         Make videotestsrc a pushsrc.
13767
13768 2005-07-14  Wim Taymans  <wim@fluendo.com>
13769
13770         * gst/tcp/gstfdset.c: (gst_fdset_free):
13771         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13772         (gst_multifdsink_add), (gst_multifdsink_remove),
13773         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13774         (gst_multifdsink_remove_client_link),
13775         (gst_multifdsink_client_queue_data),
13776         (gst_multifdsink_client_queue_caps),
13777         (gst_multifdsink_client_queue_buffer),
13778         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13779         (gst_multifdsink_stop):
13780         * gst/tcp/gstmultifdsink.h:
13781         0.8 backporting.
13782
13783         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13784         Also draw image when not from a pool.
13785
13786 2005-07-14  Wim Taymans  <wim@fluendo.com>
13787
13788         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13789         (mute_stream), (silence_stream):
13790         Small debug additions.
13791
13792 2005-07-14  Wim Taymans  <wim@fluendo.com>
13793
13794         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13795         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13796         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13797         Better error recovery, ignore unconnected pads and
13798         non-fatal errors.
13799
13800 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13801
13802         * docs/libs/tmpl/gstaudio.sgml:
13803         * docs/libs/tmpl/gstcolorbalance.sgml:
13804         * docs/libs/tmpl/gstgconf.sgml:
13805         * docs/libs/tmpl/gstmixer.sgml:
13806         * docs/libs/tmpl/gstringbuffer.sgml:
13807         * docs/libs/tmpl/gsttuner.sgml:
13808         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13809         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13810         (gst_tcpclientsrc_class_init):
13811         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13812         (gst_tcpserversrc_class_init):
13813         * sys/v4l/gstv4lelement.c:
13814           more autistic cleanliness in functions/names/defines
13815
13816 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13817
13818         * configure.ac:
13819           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13820           added manually to each Makefile.am so we are sure it goes
13821           *last* and doesn't add -L flags before linking in libs of our
13822           own, like, say, internal .la libs, that then accidentally pick
13823           up the installed copy.
13824         * docs/libs/Makefile.am:
13825         * ext/alsa/Makefile.am:
13826         * ext/cdparanoia/Makefile.am:
13827         * ext/gnomevfs/Makefile.am:
13828         * ext/libvisual/Makefile.am:
13829         * ext/ogg/Makefile.am:
13830         * ext/theora/Makefile.am:
13831         * ext/vorbis/Makefile.am:
13832         * gst-libs/gst/video/Makefile.am:
13833         * gst/adder/Makefile.am:
13834         * gst/audioconvert/Makefile.am:
13835         * gst/audiorate/Makefile.am:
13836         * gst/audioscale/Makefile.am:
13837         * gst/ffmpegcolorspace/Makefile.am:
13838         * gst/playback/Makefile.am:
13839         * gst/sine/Makefile.am:
13840         * gst/subparse/Makefile.am:
13841         * gst/tags/Makefile.am:
13842         * gst/tcp/Makefile.am:
13843         * gst/typefind/Makefile.am:
13844         * gst/videorate/Makefile.am:
13845         * gst/videoscale/Makefile.am:
13846         * gst/videotestsrc/Makefile.am:
13847         * gst/volume/Makefile.am:
13848         * sys/v4l/Makefile.am:
13849         * sys/ximage/Makefile.am:
13850         * sys/xvimage/Makefile.am:
13851           adapt properly to this change. This should make sure that
13852           plugins and libs properly link to the as-yet-uninstalled
13853           copies of stuff like libgstinterfaces and libgstvideo
13854
13855 2005-07-13  Andy Wingo  <wingo@pobox.com>
13856
13857         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13858         (gst_v4lsrc_fixate): Fixate on format as well.
13859
13860         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13861         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13862         buffer points to it.
13863         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13864         rather just doing X calls ourselves. Also fixes a memleak.
13865
13866 2005-07-12  Andy Wingo  <wingo@pobox.com>
13867
13868         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13869         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13870         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13871         TRUE to avoid deadlocks if an element holds on to our buffers.
13872
13873 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13874
13875         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13876         (gst_sinesrc_init), (gst_sinesrc_create),
13877         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13878         (gst_sinesrc_start):
13879         * gst/sine/gstsinesrc.h:
13880           removing num-buffers property before moving it
13881
13882 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13883
13884         * configure.ac:
13885           use overridable ERROR_CFLAGS
13886         * docs/libs/gst-plugins-base-libs.types:
13887         * docs/libs/tmpl/gstringbuffer.sgml:
13888         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13889         (gst_alsasink_class_init):
13890         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13891         (gst_alsasrc_class_init):
13892         * gst-libs/gst/audio/audio.h:
13893         * gst-libs/gst/audio/gstaudioclock.h:
13894         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13895         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13896         (gst_audio_filter_link), (gst_audio_filter_init),
13897         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13898         (gst_audio_filter_get_property),
13899         (gst_audio_filter_class_add_pad_templates):
13900         * gst-libs/gst/audio/gstaudiofilter.h:
13901         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13902         (gst_audio_filter_template_get_type),
13903         (gst_audio_filter_template_base_init),
13904         (gst_audio_filter_template_class_init),
13905         (gst_audio_filter_template_init),
13906         (gst_audio_filter_template_set_property),
13907         (gst_audio_filter_template_get_property), (plugin_init),
13908         (gst_audio_filter_template_setup),
13909         (gst_audio_filter_template_filter),
13910         (gst_audio_filter_template_filter_inplace):
13911         * gst-libs/gst/audio/gstaudiosink.c:
13912         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13913         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13914         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13915         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13916         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13917         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13918         * gst-libs/gst/audio/gstaudiosink.h:
13919         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13920         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13921         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13922         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13923         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13924         (gst_audio_src_class_init), (gst_audio_src_init),
13925         (gst_audio_src_create_ringbuffer):
13926         * gst-libs/gst/audio/gstaudiosrc.h:
13927         * gst-libs/gst/audio/gstbaseaudiosink.c:
13928         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13929         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13930         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13931         (gst_base_audio_sink_set_property),
13932         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13933         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13934         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13935         (gst_base_audio_sink_create_ringbuffer),
13936         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13937         * gst-libs/gst/audio/gstbaseaudiosink.h:
13938         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13939         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13940         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13941         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13942         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13943         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13944         (gst_base_audio_src_event), (gst_base_audio_src_create),
13945         (gst_base_audio_src_create_ringbuffer),
13946         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13947         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13948         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13949         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13950         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13951         (gst_ring_buffer_debug_spec_caps),
13952         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13953         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13954         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13955         (gst_ring_buffer_start), (gst_ring_buffer_pause),
13956         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13957         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13958         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13959         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13960         (gst_ring_buffer_clear):
13961         * gst-libs/gst/audio/gstringbuffer.h:
13962         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13963         (gst_video_sink_class_init), (gst_video_sink_get_type):
13964         * gst-libs/gst/video/videosink.h:
13965         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13966         (gst_multifdsink_class_init),
13967         (gst_multifdsink_handle_client_write),
13968         (gst_multifdsink_change_state):
13969         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13970         (gst_tcpclientsink_setcaps):
13971         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13972         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13973         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13974         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13975         (gst_ximagesink_send_pending_navigation),
13976         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13977         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13978         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13979         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13980         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13981         (gst_xvimagesink_send_pending_navigation),
13982         (gst_xvimagesink_navigation_send_event),
13983         (gst_xvimagesink_set_xwindow_id),
13984         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13985         (gst_xvimagesink_get_type):
13986         more macro splitting
13987
13988 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13989
13990         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13991           plug a memleak, allows me to import 1479 albums in one go
13992           in jamboree
13993         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13994         (vorbis_handle_type_packet), (vorbis_dec_chain),
13995         (vorbis_dec_change_state):
13996           fix some format strings
13997
13998 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13999
14000         * docs/libs/tmpl/gstcolorbalance.sgml:
14001         * docs/libs/tmpl/gstmixer.sgml:
14002         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14003         (gst_alsasink_set_property), (gst_alsasink_get_property):
14004         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14005         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14006           add device property
14007
14008 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14009
14010         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14011         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14012         (audiocast_register_listener), (audiocast_thread_run),
14013         (gst_gnomevfssrc_send_additional_headers_callback),
14014         (gst_gnomevfssrc_received_headers_callback),
14015         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14016         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14017         (gst_gnomevfssrc_get_size):
14018           add/clean up debugging
14019         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14020           cleanups
14021
14022 2005-07-07  Andy Wingo  <wingo@pobox.com>
14023
14024         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14025         framerate. Need to get a handle on when exactly this function is
14026         called, tho.
14027
14028         * sys/v4l/v4lsrc_calls.h:
14029         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14030         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14031         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14032
14033         * sys/v4l/v4l_calls.h: Cast to V4lElement.
14034         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14035         v4lelements are sources.
14036
14037         * sys/v4l/gstv4lxoverlay.h:
14038         * sys/v4l/gstv4lxoverlay.c:
14039         * sys/v4l/gstv4ltuner.h:
14040         * sys/v4l/gstv4ltuner.c: Header loc fixen.
14041         
14042         * sys/v4l/gstv4lsrc.h:
14043         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14044         PushSrc/BaseSrc. Removed most sync-related properties, videorate
14045         or something should handle that. Made a live source.
14046
14047         * sys/v4l/gstv4lelement.h:
14048         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14049         signals. Some cleanups.
14050
14051         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14052
14053         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14054         stuff.
14055
14056         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14057         stuff.
14058
14059         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14060
14061 2005-07-07  Wim Taymans  <wim@fluendo.com>
14062
14063         * ext/theora/theoradec.c: (theora_get_query_types),
14064         (theora_dec_src_getcaps), (theora_dec_push):
14065         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14066         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14067         Remove deprecated/unused query types.
14068
14069 2005-07-06  Wim Taymans  <wim@fluendo.com>
14070
14071         * ext/alsa/Makefile.am:
14072         * ext/alsa/gstalsaplugin.c: (plugin_init):
14073         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14074         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14075         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14076         (gst_alsasrc_class_init), (gst_alsasrc_init),
14077         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14078         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14079         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14080         (gst_alsasrc_reset):
14081         * ext/alsa/gstalsasrc.h:
14082         * gst-libs/gst/audio/Makefile.am:
14083         * gst-libs/gst/audio/gstaudiosink.c:
14084         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14085         (gst_audioringbuffer_start):
14086         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14087         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14088         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14089         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14090         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14091         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14092         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14093         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14094         * gst-libs/gst/audio/gstaudiosrc.h:
14095         * gst-libs/gst/audio/gstbaseaudiosink.c:
14096         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14097         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14098         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14099         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14100         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14101         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14102         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14103         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14104         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14105         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14106         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14107         (gst_baseaudiosrc_change_state):
14108         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14109         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14110         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14111         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14112         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14113         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14114         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14115         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14116         * gst-libs/gst/audio/gstringbuffer.h:
14117         Added audiosource base classes.
14118         Ported alsasrc, still very basic.
14119
14120 2005-07-06  Wim Taymans  <wim@fluendo.com>
14121
14122         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14123         (theora_dec_push), (theora_handle_data_packet):
14124         Prepare for better timestamp fix later.
14125
14126         * gst/audioconvert/gstaudioconvert.c:
14127         List most accurate caps first
14128
14129         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14130         Use proper pad task function.
14131
14132         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14133         (gst_xvimagesink_show_frame):
14134         Fix deadlock when alloc failed.
14135
14136 2005-07-05  Andy Wingo  <wingo@pobox.com>
14137
14138         * ext/gnomevfs/gstgnomevfssrc.c:
14139         * gst/sine/gstsinesrc.c:
14140         * gst/tcp/gsttcpserversrc.c:
14141         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14142
14143         * sys/v4l/: Port from 0.8.
14144
14145         * Many files: Null if we got it....
14146
14147 2005-07-05  Andy Wingo  <wingo@pobox.com>
14148
14149         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
14150         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14151         Signedness fixes.
14152
14153 2005-07-05  Wim Taymans  <wim@fluendo.com>
14154
14155         * configure.ac:
14156         * gst/tcp/Makefile.am:
14157         * gst/tcp/README:
14158         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14159         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14160         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14161         (is_sync_frame), (gst_multifdsink_handle_client_write),
14162         (gst_multifdsink_render), (gst_multifdsink_start),
14163         (gst_multifdsink_stop), (gst_multifdsink_change_state):
14164         * gst/tcp/gstmultifdsink.h:
14165         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14166         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14167         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14168         * gst/tcp/gsttcp.h:
14169         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14170         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14171         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14172         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14173         * gst/tcp/gsttcpclientsink.h:
14174         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14175         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14176         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14177         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14178         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14179         * gst/tcp/gsttcpclientsrc.h:
14180         * gst/tcp/gsttcpplugin.c: (plugin_init):
14181         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14182         * gst/tcp/gsttcpserversink.h:
14183         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14184         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14185         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14186         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14187         (gst_tcpserversrc_stop):
14188         * gst/tcp/gsttcpserversrc.h:
14189         * gst/tcp/gsttcpsink.c:
14190         * gst/tcp/gsttcpsink.h:
14191         * gst/tcp/gsttcpsrc.c:
14192         * gst/tcp/gsttcpsrc.h:
14193         Ported tcp plugins to 0.9. 
14194         
14195
14196 2005-07-05  Andy Wingo  <wingo@pobox.com>
14197
14198         * gst/playback/gstplaybasebin.c (fill_buffer):
14199         message_new_application fixen.
14200
14201         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14202         Style fix.
14203
14204 2005-07-04  Wim Taymans  <wim@fluendo.com>
14205
14206         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14207         Set caps on output buffer.
14208
14209 2005-07-04  Andy Wingo  <wingo@pobox.com>
14210
14211         * ext/gnomevfs/gstgnomevfssrc.c
14212         (gst_gnomevfssrc_received_headers_callback) 
14213         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14214         hopefully.
14215
14216         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14217         No refcount leakage.
14218
14219         * configure.ac: Enable -Werror.
14220         
14221         * ext/theora/theoradec.c (theora_dec_src_getcaps):
14222         * gst/audioconvert/bufferframesconvert.c
14223         (buffer_frames_convert_fixate):
14224         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14225         (gst_audio_convert_fixate):
14226         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14227         (gst_sinesrc_create): Fixate func changes.
14228         
14229         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14230         (gst_ximagesink_buffer_alloc): Unused var.
14231
14232 2005-07-01  Andy Wingo  <wingo@pobox.com>
14233
14234         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14235         getcaps to do explicit caps. Needs to be done in all decoders,
14236         possibly via a base class.
14237
14238         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14239
14240         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14241         caps on the sink pad, just rely on the pad template. Also, setting
14242         ANY caps on a pad is not valid because the caps are not fixed.
14243
14244         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14245         caps on the buffer, and get the width from the desired_caps if
14246         they're set.
14247         (gst_ximagesink_renegotiate_size): Implement via setting the
14248         desired_caps on the ximagesink.
14249         (gst_ximagesink_setcaps): Only reset the width of the player if it
14250         wasn't already set. Not sure if this is right.
14251         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14252
14253         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14254         that the user wants. NULL unless the window has been resized.
14255
14256         * gst/volume/gstvolume.c (volume_transform): Adapt to
14257         basetransform refcount changes.
14258         
14259 2005-07-01  Andy Wingo  <wingo@pobox.com>
14260
14261         * gst/videoscale/gstvideoscale.c:
14262         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14263         from BaseTransform, implements a transform_caps. Removed dead code
14264         including some PAR stuff that was never reached -- should probably
14265         be added back somehow.
14266
14267 2005-07-01  Andy Wingo  <wingo@pobox.com>
14268
14269         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14270         come later.
14271
14272 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14273
14274         * configure.ac:
14275         * docs/libs/Makefile.am:
14276         * docs/libs/gst-plugins-libs.types:
14277         * ext/alsa/Makefile.am:
14278         * ext/alsa/gstalsamixer.h:
14279         * ext/alsa/gstalsamixeroptions.h:
14280         * ext/alsa/gstalsamixertrack.h:
14281         * gst-libs/gst/Makefile.am:
14282         * gst-libs/gst/colorbalance/.cvsignore:
14283         * gst-libs/gst/colorbalance/Makefile.am:
14284         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14285         * gst-libs/gst/colorbalance/colorbalance.c:
14286         * gst-libs/gst/colorbalance/colorbalance.h:
14287         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14288         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14289         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14290         * gst-libs/gst/interfaces/Makefile.am:
14291         * gst-libs/gst/interfaces/colorbalance.c:
14292         (gst_color_balance_class_init):
14293         * gst-libs/gst/interfaces/colorbalance.h:
14294         * gst-libs/gst/interfaces/interfaces-marshal.list:
14295         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14296         * gst-libs/gst/interfaces/mixer.h:
14297         * gst-libs/gst/interfaces/mixeroptions.h:
14298         * gst-libs/gst/interfaces/navigation.c:
14299         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14300         * gst-libs/gst/interfaces/tuner.h:
14301         * gst/volume/Makefile.am:
14302         * gst/volume/gstvolume.c:
14303         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14304         * sys/ximage/Makefile.am:
14305         * sys/ximage/ximagesink.c:
14306         * sys/xvimage/Makefile.am:
14307         * sys/xvimage/xvimagesink.c:
14308           fold in all interfaces into an interfaces dir, preserving CVS
14309           history
14310
14311 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14312
14313         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14314           Fix build after riff changes.
14315
14316 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14317
14318         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14319         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14320         (gst_riff_create_video_template_caps),
14321         (gst_riff_create_audio_template_caps),
14322         (gst_riff_create_iavs_template_caps):
14323         * gst-libs/gst/riff/riff-media.h:
14324         * gst-libs/gst/riff/riff-read.h:
14325         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14326           Add gst_riff_init() to initialize the debug category, instead
14327           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14328
14329 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14330
14331         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14332           Oops, I shouldn't apply hacks.
14333
14334 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14335
14336         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14337           Remove pad_loop function which doesn't work.
14338
14339 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14340
14341         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14342           Send EOS when deactivating.
14343         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14344         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14345         (gen_preroll_element), (probe_triggered), (mute_stream),
14346         (silence_stream), (new_decoded_pad), (setup_substreams),
14347         (set_active_source):
14348         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14349         (remove_sinks), (add_sink):
14350         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14351           Change for new probe API.
14352
14353 2005-06-29  Wim Taymans  <wim@fluendo.com>
14354
14355         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14356         * gst-libs/gst/audio/gstbaseaudiosink.c:
14357         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14358         (gst_baseaudiosink_change_state):
14359         * gst-libs/gst/audio/gstbaseaudiosink.h:
14360         * gst-libs/gst/audio/gstringbuffer.c:
14361         (gst_ringbuffer_set_callback):
14362         Fix compilation error.
14363         Ringbuffer starts out as not running.
14364         Free our clock in dispose.
14365         When releasing the ringbuffer we need to renegotiate so
14366         clear the pad caps.
14367
14368 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14369
14370         * autogen.sh:
14371         * configure.ac:
14372         * docs/Makefile.am:
14373         * docs/libs/Makefile.am:
14374         * docs/libs/gst-plugins-libs-docs.sgml:
14375         * docs/libs/gst-plugins-libs-sections.txt:
14376         * docs/libs/gst-plugins-libs.types:
14377         * docs/libs/tmpl/gstaudio.sgml:
14378         * docs/libs/tmpl/gstcolorbalance.sgml:
14379         * docs/libs/tmpl/gstringbuffer.sgml:
14380         * gst-libs/gst/audio/gstringbuffer.c:
14381         (gst_ringbuffer_set_callback):
14382           reinstate gtk-doc docs for plugin libs
14383
14384 2005-06-28  Wim Taymans  <wim@fluendo.com>
14385
14386         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14387         (gst_ogg_demux_init):
14388         Removed pad loop function.
14389
14390 2005-06-28  Wim Taymans  <wim@fluendo.com>
14391
14392         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14393         If we're building a chain we are not in an error case
14394         when we queue a buffer.
14395
14396 2005-06-28  Andy Wingo  <wingo@pobox.com>
14397
14398         * *.c: Don't cast to GstObject before reffing/unreffing.
14399
14400 2005-06-27  Andy Wingo  <wingo@pobox.com>
14401
14402         * gst/videotestsrc/gstvideotestsrc.c
14403         (gst_videotestsrc_activate_push): Activation API changes.
14404
14405         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14406         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14407         they have refs on the decodebin.
14408
14409         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14410         parent class.
14411         (gst_ogg_pad_typefind): Don't leak a pad ref.
14412         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14413         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14414         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14415
14416 2005-06-27  Edward Hervey  <edward@fluendo.com>
14417
14418         * ext/theora/theoradec.c: (theora_dec_change_state): 
14419         re-arranged call to parent's state change in order to avoid locks (or
14420         worse).
14421
14422 2005-06-26  Edward Hervey  <edward@fluendo.com>
14423
14424         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14425         2nd argument of 'unknow-type' signal is a GstCaps and not a
14426         GstMiniObject
14427
14428 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14429         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14430           Set the worker thread's running flag to TRUE before starting the
14431           thread.
14432         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14433           Catch a failure to add typefind to the bin.
14434
14435 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14436
14437         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14438         (gst_sinesrc_init), (gst_sinesrc_create),
14439         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14440         (gst_sinesrc_start):
14441         * gst/sine/gstsinesrc.h:
14442           add num-buffers and timestamp-offset properties
14443         * gst/videotestsrc/gstvideotestsrc.c:
14444         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14445         (gst_videotestsrc_get_property):
14446           add timestamp-offset property
14447
14448 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14449
14450         * configure.ac: add videorate
14451         * gst-plugins-base.spec.in: add videorate
14452
14453 2005-06-23  Wim Taymans  <wim@fluendo.com>
14454
14455         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14456         (gst_videorate_getcaps), (gst_videorate_setcaps),
14457         (gst_videorate_event), (gst_videorate_chain):
14458         Fixed videorate, fixating an already fixated caps is not
14459         an error.
14460
14461 2005-06-23  Wim Taymans  <wim@fluendo.com>
14462
14463         * ext/ogg/README:
14464         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14465         Buffer on caps is not boxed anymore.
14466
14467 2005-06-22  Wim Taymans  <wim@fluendo.com>
14468
14469         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14470         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14471         Set buffers on caps as miniobjects and not as boxed.
14472
14473 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14474
14475         * configure.ac:
14476           back to HEAD
14477
14478 === release 0.9.1 ===
14479
14480 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14481
14482         * .cvsignore:
14483         * NEWS:
14484         * README:
14485         * RELEASE:
14486         * configure.ac:
14487         * po/af.po:
14488         * po/az.po:
14489         * po/cs.po:
14490         * po/en_GB.po:
14491         * po/hu.po:
14492         * po/it.po:
14493         * po/nb.po:
14494         * po/nl.po:
14495         * po/or.po:
14496         * po/sq.po:
14497         * po/sr.po:
14498         * po/sv.po:
14499         * po/uk.po:
14500         * po/vi.po:
14501           updates for release
14502
14503 2005-06-09  Andy Wingo  <wingo@pobox.com>
14504
14505         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14506         
14507 2005-06-09  Andy Wingo  <wingo@pobox.com>
14508
14509         * configure.ac:
14510         * gst-libs/gst/Makefile.am:
14511         * gst-libs/gst/net/Makefile.am:
14512         Add gstnet to build.
14513
14514 2005-06-09  Andy Wingo  <wingo@pobox.com>
14515
14516         * gst-libs/gst/gconf/gconf.c:
14517         * gst/playback/test.c:
14518         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14519         fixes.
14520
14521         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14522
14523         * ext/theora/theoraenc.c (theora_enc_chain): 
14524         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14525
14526         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14527         RealPad.
14528
14529 2005-06-02  Wim Taymans  <wim@fluendo.com>
14530
14531         * gst-libs/gst/net/Makefile.am:
14532         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14533         * pkgconfig/gstreamer-libs.pc.in:
14534         Added net stuff, version net lib.
14535
14536 2005-06-02  Wim Taymans  <wim@fluendo.com>
14537
14538         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14539         (query_rates), (query_positions_elems), (query_positions_pads),
14540         (do_seek):
14541         Updated seek example.
14542
14543 2005-06-02  Andy Wingo  <wingo@pobox.com>
14544
14545         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14546         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14547         list.
14548
14549         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14550         remove the typefind, the bin dispose will do it for us. When it's
14551         removed and unreffed, the signal handler will be disconnected,
14552         too.
14553         (unlinked): It's too difficult to disconnect from unlinked
14554         handlers, as they are on pads not elements. Just punt if the pads
14555         aren't grandkids of the bin.
14556
14557 2005-06-02  Wim Taymans  <wim@fluendo.com>
14558
14559         * ext/ogg/README:
14560         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14561         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14562         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14563         * ext/theora/theoradec.c: (theora_dec_src_query),
14564         (theora_handle_data_packet):
14565         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14566         (theora_enc_chain):
14567         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14568         (vorbis_handle_data_packet):
14569         * gst/audioconvert/bufferframesconvert.c:
14570         (buffer_frames_convert_chain):
14571         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14572         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14573         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14574         (gst_ffmpegcsp_chain):
14575         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14576         (gst_videorate_getcaps), (gst_videorate_setcaps),
14577         (gst_videorate_event), (gst_videorate_chain):
14578         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14579         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14580         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14581         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14582         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14583         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14584         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14585         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14586         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14587         Cleanups and buffer alloc.
14588
14589 2005-05-31  Wim Taymans  <wim@fluendo.com>
14590
14591         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14592         Don't try to call the delay method when the device is not
14593         opened.
14594
14595 2005-05-31  Wim Taymans  <wim@fluendo.com>
14596
14597         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14598         Get actual segment size and buffer size after opening
14599         the device.
14600
14601 2005-05-30  Wim Taymans  <wim@fluendo.com>
14602
14603         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14604         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14605         Also FLUSH upstream, makes the loop function exit faster.
14606         
14607         * ext/theora/theoradec.c: (theora_dec_src_query):
14608         Some more debug info in the query.
14609         
14610         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14611         (gst_ximagesink_setcaps):
14612         Release lock on par error, better error reporting.
14613
14614 2005-05-26  Wim Taymans  <wim@fluendo.com>
14615
14616         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14617         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14618         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14619         Clear chains in READY
14620         Queue packets until the chain is activated.
14621
14622 2005-05-25  Wim Taymans  <wim@fluendo.com>
14623
14624         * gst-libs/gst/audio/gstaudiosink.c:
14625         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14626         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14627         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14628         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14629         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14630         (gst_audiosink_create_ringbuffer):
14631         * gst-libs/gst/audio/gstbaseaudiosink.c:
14632         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14633         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14634         (gst_baseaudiosink_set_property), (build_linear_format),
14635         (debug_spec_caps), (debug_spec_buffer),
14636         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14637         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14638         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14639         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14640         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14641         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14642         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14643         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14644         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14645         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14646         (wait_segment), (gst_ringbuffer_commit),
14647         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14648         (gst_ringbuffer_clear):
14649         Various small cleanups.
14650
14651         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14652         (gst_audio_convert_change_state):
14653         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14654         No need to take the locks anymore.
14655
14656 2005-05-25  Wim Taymans  <wim@fluendo.com>
14657
14658         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14659         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14660         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14661         (type_found):
14662         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14663         (group_destroy), (group_commit), (queue_overrun),
14664         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14665         (mute_stream), (new_decoded_pad), (setup_substreams),
14666         (setup_source), (mute_group_type), (set_active_source),
14667         (gst_play_base_bin_change_state):
14668         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14669         (gen_video_element), (gen_text_element), (gen_audio_element),
14670         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14671         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14672         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14673         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14674         Some playbin cleanups mostly refcounting sloppyness.
14675
14676 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14677
14678         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14679           Work with streaming input.
14680
14681 2005-05-25  Wim Taymans  <wim@fluendo.com>
14682
14683         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14684         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14685         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14686         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14687         No need to take the STREAM lock anymore.
14688
14689 2005-05-25  Wim Taymans  <wim@fluendo.com>
14690
14691         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14692         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14693         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14694         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14695         (gst_ogg_demux_sink_activate):
14696         * ext/theora/theoradec.c: (theora_dec_src_event),
14697         (theora_handle_comment_packet), (theora_dec_chain),
14698         (theora_dec_change_state):
14699         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14700         (vorbis_handle_data_packet), (vorbis_dec_chain),
14701         (vorbis_dec_change_state):
14702         Remove STREAM locks as they are taken in core now.
14703         Never set bogus granulepos on vorbis/theora.
14704         Fix leaks in theoradec tag parsing.
14705
14706 2005-05-25  Wim Taymans  <wim@fluendo.com>
14707
14708         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14709         Fix memleaks, GST_BUFFER_DATA() is not freed.
14710
14711 2005-05-25  Wim Taymans  <wim@fluendo.com>
14712
14713         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14714         Open non-blocking, set to blocking mode afterwards to avoid
14715         lockups when audio device is busy.
14716
14717 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14718
14719         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14720           This can't be good.
14721
14722 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14723
14724         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14725         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14726         (gst_audio_convert_setcaps):
14727           Implement instant setup switching.
14728
14729 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14730
14731         * gst/playback/gstplaybasebin.c: (probe_triggered):
14732           Fix missing unlock.
14733         * gst/playback/gstplaybin.c: (add_sink):
14734           First add, then link (otherwise pad link fails).
14735
14736 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14737
14738         * examples/Makefile.am:
14739         fix buildbot (make distcheck)
14740
14741 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14742
14743         * gst/playback/gstplaybin.c: (gen_vis_element):
14744           Remove some wrong code. Doesn't work yet.
14745
14746 2005-05-19  Wim Taymans  <wim@fluendo.com>
14747
14748         * gst-libs/gst/net/Makefile.am:
14749         * gst-libs/gst/net/README:
14750         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14751         (gst_netbuffer_class_init), (gst_netbuffer_init),
14752         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14753         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14754         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14755         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14756         * gst-libs/gst/net/gstnetbuffer.h:
14757         Added buffer subclass to store extra to/from addresses for
14758         network sources/sinks.
14759
14760 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14761
14762         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14763           Don't lock an unassigned variable.
14764
14765 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14766
14767         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14768           Increase buffer for video, decrease buffer for other media types.
14769         * gst/playback/gstplaybin.c: (gen_video_element),
14770         (gen_audio_element):
14771           Change names for debugging purposes.
14772
14773 2005-05-18  Wim Taymans  <wim@fluendo.com>
14774
14775         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14776         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14777         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14778         (gst_ffmpegcsp_chain):
14779         Enable buffer alloc passthrough if the source and dest
14780         formats are the same.
14781
14782 2005-05-17  Wim Taymans  <wim@fluendo.com>
14783
14784         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14785         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14786         (gst_ogg_demux_chain_unlocked):
14787         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14788         (gst_audio_convert_caps_remove_format_info),
14789         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14790         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14791         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14792         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14793         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14794         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14795         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14796         (gst_ffmpegcsp_get_property):
14797         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14798         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14799         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14800         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14801         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14802         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14803         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14804         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14805         Leak fixes in oggdemux.
14806         Some cleanups in audioconvert.
14807         Make passthrough work along with buffer_alloc etc.
14808         Make buffer_alloc and buffer recycling actually work in
14809         xvimagesink.
14810
14811 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14812
14813         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14814           make the compiler happy
14815
14816 2005-05-17  Wim Taymans  <wim@fluendo.com>
14817
14818         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14819         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14820         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14821         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14822         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14823         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14824         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14825         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14826         (gst_xvimagesink_set_xwindow_id):
14827         * sys/xvimage/xvimagesink.h:
14828         Port xvimagesink to new MiniObject.
14829
14830 2005-05-17  Wim Taymans  <wim@fluendo.com>
14831
14832         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14833         (gst_audiofilter_chain):
14834         * gst-libs/gst/audio/gstaudiosink.c:
14835         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14836         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14837         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14838         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14839         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14840         (gst_audiosink_create_ringbuffer):
14841         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14842         (gst_audio_convert_caps_remove_format_info),
14843         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14844         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14845         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14846         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14847         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14848         Fix passthrough in ffmpegcolorspace.
14849         Fix memset in audiosink on wrong memory.
14850
14851 2005-05-16  David Schleef  <ds@schleef.org>
14852
14853         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14854         to GstMiniObject.
14855
14856 2005-05-16  David Schleef  <ds@schleef.org>
14857
14858         Port from GstData to GstMiniObject.
14859         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14860         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14861         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14862         (gst_ogg_mux_collected):
14863         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14864         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14865         (theora_handle_data_packet):
14866         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14867         (theora_set_header_on_caps), (theora_enc_chain):
14868         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14869         (vorbis_handle_comment_packet):
14870         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14871         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14872         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14873         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14874         * gst/audioconvert/gstaudioconvert.c:
14875         (gst_audio_convert_get_buffer):
14876         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14877         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14878         (mute_stream), (silence_stream):
14879         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14880         * gst/volume/gstvolume.c: (volume_transform):
14881         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14882         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14883         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14884         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14885         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14886         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14887         (gst_ximagesink_buffer_alloc):
14888         * sys/ximage/ximagesink.h:
14889
14890 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14891
14892         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14893         (fill_buffer), (check_queue), (queue_threshold_reached),
14894         (queue_out_of_data):
14895         * gst/playback/gstplaybasebin.h:
14896           Post buffer-fullness on the bus.
14897
14898 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14899
14900         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14901         (try_to_link_1):
14902         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14903         (group_commit), (probe_triggered), (setup_source),
14904         (gst_play_base_bin_change_state):
14905         * gst/playback/gstplaybasebin.h:
14906         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14907         (gst_play_bin_init), (remove_sinks), (setup_sinks),
14908         (gst_play_bin_change_state):
14909           Move setup_output_pads into a virtual function, remove
14910           group-switch (no longer needed) and redirect (handled by bus
14911           now) signals.
14912
14913 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14914
14915         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14916         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14917         (get_active_group), (get_building_group), (group_destroy),
14918         (group_commit), (check_queue), (queue_overrun),
14919         (queue_threshold_reached), (queue_out_of_data),
14920         (gen_preroll_element), (remove_groups), (unknown_type),
14921         (add_element_stream), (no_more_pads), (probe_triggered),
14922         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14923         (setup_substreams), (setup_source), (finish_source),
14924         (prepare_output), (muted_group_change_state),
14925         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14926         (gst_play_base_bin_change_state):
14927         * gst/playback/gstplaybasebin.h:
14928         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14929         (gst_play_bin_init), (gst_play_bin_set_property),
14930         (gen_video_element), (gen_text_element), (gen_audio_element),
14931         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14932         (gst_play_bin_change_state):
14933         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14934         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14935         (stream_info_change_state), (gst_stream_info_set_mute),
14936         (gst_stream_info_get_property):
14937         * gst/playback/gststreaminfo.h:
14938         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14939         (gst_stream_selector_get_linked_pad),
14940         (gst_stream_selector_getcaps),
14941         (gst_stream_selector_get_linked_pads),
14942         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14943         * gst/playback/gststreamselector.h:
14944           Rough port of playbin. Needs some more work, but is mostly done,
14945           and uses a few locks in important places, which should make stuff
14946           like chain-switches clean. Still uses GST_STATE() in a few places,
14947           which isn't all that good an idea, subtitles/elements disabled
14948           because no elements to test with and thus probably broken, query
14949           and event handling moved to GstBin, internal thread removed
14950           alltogether because the pipeline does that for us now. Can play
14951           Ogg/Vorbis files. Haven't tested anything else yet.
14952
14953 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14954
14955         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14956           Do no-more-pads (needed for autoplugging).
14957
14958 2005-05-10  Andy Wingo  <wingo@pobox.com>
14959
14960         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14961         message to the bus with the tags. Still not sent downstream tho.
14962
14963         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14964         get_parent.
14965         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14966         avoid refcounting hassles.
14967
14968 2005-05-09  Andy Wingo  <wingo@pobox.com>
14969
14970         * gst/volume/Makefile.am:
14971         * gst/volume/demo.c
14972         * gst/volume/gstvolume.h
14973         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14974         basetransform. Probably need an audio filter base class.
14975
14976 2005-05-09  Wim Taymans  <wim@fluendo.com>
14977
14978         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14979         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14980         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14981         (gst_vorbisenc_chain):
14982         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14983         (gst_audio_convert_caps_remove_format_info),
14984         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14985         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14986         Make caps writable before writing to it.
14987         Fix negotiation in audioconvert some more.
14988
14989 2005-05-09  Wim Taymans  <wim@fluendo.com>
14990
14991         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14992         (gst_videorate_getcaps), (gst_videorate_setcaps),
14993         (gst_videorate_event), (gst_videorate_chain):
14994         Better negotiation.
14995
14996 2005-05-09  Wim Taymans  <wim@fluendo.com>
14997
14998         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14999         (gst_videorate_getcaps), (gst_videorate_setcaps),
15000         (gst_videorate_blank_data), (gst_videorate_init),
15001         (gst_videorate_event), (gst_videorate_chain),
15002         (gst_videorate_change_state):
15003         Port videorate, do a better job at negotiation while we're at
15004         it.
15005
15006 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
15007
15008         * configure.ac:
15009           Disable libvisual
15010
15011         * examples/Makefile.am:
15012         * gst-libs/gst/audio/Makefile.am:
15013         * gst-libs/gst/riff/Makefile.am:
15014         * gst-libs/gst/tag/Makefile.am:
15015         * gst-libs/gst/video/Makefile.am:
15016           Fixups for missing variables.
15017
15018 2005-05-09  Wim Taymans  <wim@fluendo.com>
15019
15020         * examples/seeking/seek.c: (make_theora_pipeline),
15021         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15022         (query_rates), (query_positions_elems), (query_positions_pads),
15023         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15024         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15025         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15026         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15027         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15028         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15029         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15030         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15031         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15032         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15033         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15034         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15035         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15036         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15037         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15038         (theora_dec_src_convert), (theora_dec_sink_convert),
15039         (theora_dec_src_query), (theora_dec_sink_query),
15040         (theora_dec_src_event), (theora_dec_sink_event),
15041         (theora_handle_comment_packet), (theora_handle_type_packet),
15042         (theora_handle_header_packet), (theora_handle_data_packet),
15043         (theora_dec_chain):
15044         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15045         (vorbis_dec_convert), (vorbis_dec_src_query),
15046         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15047         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15048         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15049         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15050         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15051         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15052         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15053         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15054         (gst_play_bin_query):
15055         * gst/playback/test3.c: (update_scale):
15056         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15057         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15058         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15059         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15060         (gst_videotestsrc_src_query):
15061         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15062         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15063         (paint_hline_YUV9):
15064         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15065         Port to new query API.
15066         Updated seek.
15067         Cleanups in x[v]imagesink
15068
15069 2005-05-09  Andy Wingo  <wingo@pobox.com>
15070
15071         * ext/alsa/gstalsasink.h:
15072         * ext/gnomevfs/gstgnomevfssrc.c:
15073         (gst_gnomevfssrc_get_icy_metadata):
15074         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15075         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15076         * ext/theora/theoradec.c (theora_dec_src_query)
15077         (theora_dec_src_event, theora_dec_sink_event)
15078         (theora_handle_comment_packet, theora_handle_data_packet):
15079         * ext/theora/theoraenc.c (theora_enc_chain):
15080         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15081         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15082         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15083         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15084         (qt_type_find):
15085         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15086         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15087         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15088         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15089         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15090         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15091         (paint_setup_xBGR8888, paint_setup_RGBx8888)
15092         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15093         (paint_setup_RGB565, paint_setup_xRGB1555):
15094         * gst/videotestsrc/videotestsrc.h:
15095         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15096         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15097         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15098         GCC4 fixes.
15099         
15100         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15101         gst_pad_query_position. Fixes oggdemux.
15102
15103 2005-05-08  David Schleef  <ds@schleef.org>
15104
15105         * configure.ac: Require liboil.
15106         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15107         a few more.
15108         * gst/videotestsrc/videotestsrc.c:
15109         * gst/videotestsrc/videotestsrc.h:
15110
15111 2005-05-06  Wim Taymans  <wim@fluendo.com>
15112
15113         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15114         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15115         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15116         Well, unreffing a buffer right before pushing it is asking
15117         for trouble..
15118
15119 2005-05-06  Christian Schaller  <uraeus@gnome.org>
15120
15121         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15122
15123 2005-05-06  Wim Taymans  <wim@fluendo.com>
15124
15125         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15126         (gst_audio_convert_caps_remove_format_info),
15127         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15128         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15129         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15130         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15131         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15132         * gst/sine/Makefile.am:
15133         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15134         (gst_sinesrc_class_init), (gst_sinesrc_init),
15135         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15136         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15137         (gst_sinesrc_update_freq):
15138         * gst/sine/gstsinesrc.h:
15139         * gst/tcp/gstmultifdsink.c:
15140         * sys/xvimage/xvimagesink.c:
15141         Fixed negotiation wrt _peer_get_caps()
15142         Some cleanups.
15143
15144
15145 2005-05-06  Wim Taymans  <wim@fluendo.com>
15146
15147         * gst-libs/gst/audio/gstaudiosink.c:
15148         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15149         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15150         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15151         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15152         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15153         (gst_audiosink_create_ringbuffer):
15154         * gst-libs/gst/audio/gstbaseaudiosink.c:
15155         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15156         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15157         (gst_baseaudiosink_set_property), (build_linear_format),
15158         (debug_spec_caps), (debug_spec_buffer),
15159         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15160         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15161         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15162         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15163         * gst-libs/gst/audio/gstbaseaudiosink.h:
15164         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15165         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15166         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15167         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15168         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15169         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15170         (wait_segment), (gst_ringbuffer_commit),
15171         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15172         (gst_ringbuffer_clear):
15173         * gst-libs/gst/audio/gstringbuffer.h:
15174         Make the base audiosink return an error when there is no
15175         audiobuffer negotiated.
15176
15177 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15178
15179         * ext/Makefile.am:
15180         Disable cdparanoia until someone ports it!
15181
15182 2005-05-06  Wim Taymans  <wim@fluendo.com>
15183
15184         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15185         (gst_ogg_demux_sink_activate):
15186         And revert after wingo's revert.. sigh..
15187
15188 2005-05-05  Andy Wingo  <wingo@pobox.com>
15189
15190         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15191         GObject.
15192         * configure.ac: Return audiorate and subparse from the ghetto.
15193         Re-enable -Wall -Werror.
15194         * gst/subparse/gstsubparse.c:
15195         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15196         or chain-based. Cleaned up a bit. Not tested.
15197         
15198 2005-05-05  Christian Schaller <christian@fluendo.com> 
15199
15200         * Makefile.am: remove stuff that is not building
15201         * configure.ac: remove stuff that is not building
15202         * examples/Makefile.am: remove stuff that is not building
15203         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15204         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15205         * sys/Makefile.am: remove stuff that is not building
15206         * testsuite/Makefile.am: remove stuff that is not building
15207
15208 2005-05-05  Andy Wingo  <wingo@pobox.com>
15209
15210         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15211         * gst-libs/gst/tag/gstvorbistag.c:
15212         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15213         * gst/adder/gstadder.h:
15214         * gst/audioconvert/gstchannelmix.c:
15215         (gst_audio_convert_fill_one_other):
15216         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15217         (gst_audiorate_init), (gst_audiorate_chain):
15218         * gst/playback/gstplaybasebin.c: (setup_source):
15219         * gst/playback/test3.c: (update_scale):
15220         Some GCC4 fixes
15221         
15222         * po/af.po:
15223         * po/az.po:
15224         * po/cs.po:
15225         * po/en_GB.po:
15226         * po/hu.po:
15227         * po/it.po:
15228         * po/nb.po:
15229         * po/nl.po:
15230         * po/or.po:
15231         * po/sq.po:
15232         * po/sr.po:
15233         * po/sv.po:
15234         * po/uk.po:
15235         * po/vi.po: Foo
15236
15237 2005-05-05  Wim Taymans  <wim@fluendo.com>
15238
15239         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15240         (gst_audio_convert_caps_remove_format_info),
15241         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15242         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15243         * gst/videotestsrc/gstvideotestsrc.c:
15244         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15245         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15246         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15247         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15248         Don't ignore _push() return values.
15249         Make sure no processing is done when shutting down.
15250         Videotestsrc pad activation fix.
15251
15252 2005-05-05  Wim Taymans  <wim@fluendo.com>
15253
15254         * gst/adder/Makefile.am:
15255         * gst/adder/gstadder.c: (gst_adder_setcaps),
15256         (gst_adder_class_init), (gst_adder_init),
15257         (gst_adder_request_new_pad), (gst_adder_collected),
15258         (gst_adder_change_state):
15259         * gst/adder/gstadder.h:
15260         Ported adder as an example of a mixer element using
15261         collect pads. Needs more negotiation work.
15262
15263 2005-05-05  Wim Taymans  <wim@fluendo.com>
15264
15265         * ext/theora/theoradec.c: (_inc_granulepos),
15266         (theora_dec_src_event), (theora_dec_sink_event),
15267         (theora_handle_comment_packet), (theora_handle_type_packet),
15268         (theora_handle_header_packet), (theora_handle_data_packet),
15269         (theora_dec_chain):
15270         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15271         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15272         (theora_push_buffer), (theora_push_packet),
15273         (theora_enc_sink_event), (theora_enc_chain),
15274         (theora_enc_change_state), (theora_enc_set_property),
15275         (theora_enc_get_property):
15276         Added stream lock to decoder so that we can serialize
15277         the discont event.
15278         More theoraenc porting, recover from errors, do clean
15279         shutdown.
15280
15281 2005-05-05  Wim Taymans  <wim@fluendo.com>
15282
15283         * ext/ogg/Makefile.am:
15284         * ext/ogg/README:
15285         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15286         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15287         (gst_ogg_print):
15288         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15289         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15290         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15291         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15292         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15293         (gst_ogg_mux_change_state):
15294         Ported ogg muxer.
15295
15296 2005-05-05  Wim Taymans  <wim@fluendo.com>
15297
15298         * docs/design-audiosinks.txt:
15299         * gst-libs/gst/audio/TODO:
15300         * gst-libs/gst/audio/gstaudiosink.c:
15301         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15302         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15303         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15304         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15305         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15306         (gst_audiosink_create_ringbuffer):
15307         * gst-libs/gst/audio/gstbaseaudiosink.c:
15308         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15309         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15310         (gst_baseaudiosink_set_property), (build_linear_format),
15311         (debug_spec_caps), (debug_spec_buffer),
15312         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15313         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15314         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15315         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15316         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15317         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15318         (gst_ringbuffer_release), (gst_ringbuffer_play),
15319         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15320         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15321         (gst_ringbuffer_set_sample), (wait_segment),
15322         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15323         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15324         More work on the audiosink, mostly debugging and a race in
15325         shutdown.
15326
15327 2005-04-28  Wim Taymans  <wim@fluendo.com>
15328
15329         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15330         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15331         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15332         (vorbis_dec_src_query), (vorbis_dec_src_event),
15333         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15334         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15335         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15336         Don't crap out when seeking back to position 0.
15337
15338 2005-04-28  Wim Taymans  <wim@fluendo.com>
15339
15340         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15341         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15342         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15343         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15344         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15345         Make audio sink configurable, use alsasink as default.
15346
15347 2005-04-28  Wim Taymans  <wim@fluendo.com>
15348
15349         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15350         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15351         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15352         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15353         (vorbis_dec_change_state):
15354         * ext/vorbis/vorbisdec.h:
15355         Refactor, use STREAM_LOCK.
15356
15357 2005-04-28  Wim Taymans  <wim@fluendo.com>
15358
15359         * ext/theora/theoradec.c: (_inc_granulepos),
15360         (theora_dec_sink_event), (theora_handle_comment_packet),
15361         (theora_handle_type_packet), (theora_handle_header_packet),
15362         (theora_handle_data_packet), (theora_dec_chain),
15363         (theora_dec_change_state):
15364         Refactor a bit, use STREAM_LOCK.
15365
15366 2005-04-28  Wim Taymans  <wim@fluendo.com>
15367
15368         * ext/alsa/Makefile.am:
15369         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15370         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15371         (gst_alsa_link), (gst_alsa_close_audio):
15372         * ext/alsa/gstalsaplugin.c: (plugin_init):
15373         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15374         (gst_alsasink_dispose), (gst_alsasink_base_init),
15375         (gst_alsasink_class_init), (gst_alsasink_init),
15376         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15377         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15378         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15379         (gst_alsasink_reset):
15380         * ext/alsa/gstalsasink.h:
15381         Implement alsasink with simple open/write/close API. 
15382         Make alsa dir build by disabling compilation of code.
15383
15384 2005-04-28  Wim Taymans  <wim@fluendo.com>
15385
15386         * gst-libs/gst/audio/Makefile.am:
15387         * gst-libs/gst/audio/audio.h:
15388         * gst-libs/gst/audio/audioclock.c:
15389         * gst-libs/gst/audio/audioclock.h:
15390         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15391         (gst_audio_clock_class_init), (gst_audio_clock_init),
15392         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15393         * gst-libs/gst/audio/gstaudioclock.h:
15394         * gst-libs/gst/audio/gstaudiosink.c:
15395         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15396         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15397         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15398         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15399         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15400         (gst_audiosink_create_ringbuffer):
15401         * gst-libs/gst/audio/gstbaseaudiosink.c:
15402         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15403         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15404         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15405         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15406         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15407         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15408         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15409         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15410         * gst-libs/gst/audio/gstbaseaudiosink.h:
15411         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15412         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15413         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15414         (gst_ringbuffer_release), (gst_ringbuffer_play),
15415         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15416         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15417         (gst_ringbuffer_set_sample), (wait_segment),
15418         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15419         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15420         * gst-libs/gst/audio/gstringbuffer.h:
15421         Make ringbuffer faster and more simple by removing the locks
15422         in the playback thread.
15423         Add sample accurate playback based on buffer sample offsets.
15424         Make the baseaudiosink provide a clock.
15425         Parse caps in the base class.
15426         Correctly handle seeking, flushing and state changes.
15427
15428 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15429
15430         * configure.ac:
15431         * gst/audioconvert/Makefile.am:
15432         * gst/audioscale/Makefile.am:
15433           Fix part of the build.  Come on guys, autogen didn't even work :)
15434
15435 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15436
15437         * configure.ac:
15438         * gst-libs/gst/Makefile.am:
15439         * gst-libs/gst/media-info/.cvsignore:
15440         * gst-libs/gst/media-info/Makefile.am:
15441         * gst-libs/gst/media-info/README:
15442         * gst-libs/gst/media-info/media-info-priv.c:
15443         * gst-libs/gst/media-info/media-info-priv.h:
15444         * gst-libs/gst/media-info/media-info-test.c:
15445         * gst-libs/gst/media-info/media-info.c:
15446         * gst-libs/gst/media-info/media-info.h:
15447         * gst-libs/gst/media-info/media-info.vcproj:
15448         * pkgconfig/Makefile.am:
15449         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15450         * pkgconfig/gstreamer-media-info.pc.in:
15451           Remove media-info, which is also successed by playbin (see Totem
15452           implementation).
15453
15454 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15455
15456         * configure.ac:
15457         * examples/Makefile.am:
15458         * examples/gstplay/.cvsignore:
15459         * examples/gstplay/Makefile.am:
15460         * examples/gstplay/player.c:
15461         * gst-libs/gst/Makefile.am:
15462         * gst-libs/gst/play/.cvsignore:
15463         * gst-libs/gst/play/Makefile.am:
15464         * gst-libs/gst/play/play.c:
15465         * gst-libs/gst/play/play.h:
15466         * gst-libs/gst/play/play.vcproj:
15467         * pkgconfig/Makefile.am:
15468         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15469         * pkgconfig/gstreamer-play.pc.in:
15470           Remove libgstplay, playbin is now the official successor.
15471
15472 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15473
15474         * configure.ac:
15475         * gst-libs/gst/Makefile.am:
15476         * gst-libs/gst/xwindowlistener/Makefile.am:
15477         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15478         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15479           Remove deprecated xwindowlistener (I've moved xwindowlistening
15480           in the v4l/v4l2 plugins over to serverside).
15481
15482 2005-04-25  David Schleef  <ds@schleef.org>
15483
15484         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15485         to examples/dynparams.  Examples do not belong interspersed with
15486         source code.
15487         * examples/dynparams/demo-dparams.c:
15488         * gst/sine/Makefile.am:
15489         * gst/sine/demo-dparams.c:
15490
15491 2005-04-25  David Schleef  <ds@schleef.org>
15492
15493         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15494         * gst-libs/gst/audio/Makefile.am:
15495         * gst-libs/gst/riff/Makefile.am:
15496         * gst-libs/gst/tag/Makefile.am:
15497         * gst-libs/gst/video/Makefile.am:
15498         * gst-libs/gst/xwindowlistener/Makefile.am:
15499
15500         Convert to 0.9 API, seems to work:
15501         * sys/ximage/Makefile.am:
15502         * sys/ximage/ximagesink.c:
15503
15504 2005-04-24  David Schleef  <ds@schleef.org>
15505
15506         Link plugins against libraries:
15507         * ext/alsa/Makefile.am:
15508         * gst/tcp/Makefile.am:
15509
15510         Remove asm code that should be in liboil
15511         * gst/videoscale/Makefile.am:
15512         * gst/videoscale/videoscale_x86_asm.s:
15513
15514         gettext wants these checked in:
15515         * po/af.po:
15516         * po/az.po:
15517         * po/cs.po:
15518         * po/en_GB.po:
15519         * po/hu.po:
15520         * po/it.po:
15521         * po/nb.po:
15522         * po/nl.po:
15523         * po/or.po:
15524         * po/sq.po:
15525         * po/sr.po:
15526         * po/sv.po:
15527         * po/uk.po:
15528         * po/vi.po:
15529
15530 2005-04-24  David Schleef  <ds@schleef.org>
15531
15532         Convert gst_main() to g_main_loop_run()
15533         * gst/playback/decodetest.c: (main):
15534         * gst/playback/test2.c: (main):
15535         * gst/playback/test3.c: (main):
15536         * gst/playback/test4.c: (main):
15537
15538         Link plugins against libraries:
15539         * ext/libvisual/Makefile.am:
15540         * sys/xvimage/Makefile.am:
15541
15542 2005-04-24  David Schleef  <ds@schleef.org>
15543
15544         * configure.ac: Remove idct and resample libs
15545         * gst-libs/gst/Makefile.am: same
15546
15547         Remove usage of gst_library_load():
15548         * ext/alsa/gstalsaplugin.c: (plugin_init):
15549         * ext/libvisual/visual.c: (plugin_init):
15550         * ext/ogg/gstogg.c: (plugin_init):
15551         * ext/theora/theora.c: (plugin_init):
15552         * ext/vorbis/vorbis.c: (plugin_init):
15553         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15554         * gst/audioscale/gstaudioscale.c:
15555         * gst/adder/gstadder.c: (plugin_init):
15556         * gst/audioconvert/plugin.c: (plugin_init):
15557         * sys/ximage/ximagesink.c: (plugin_init):
15558         * sys/xvimage/xvimagesink.c: (plugin_init):
15559         * gst/tcp/gsttcpplugin.c: (plugin_init):
15560
15561         Link plugins against libraries:
15562         * ext/ogg/Makefile.am:
15563         * ext/theora/Makefile.am:
15564         * ext/vorbis/Makefile.am:
15565         * gst/audioconvert/Makefile.am:
15566
15567         Create proper libraries:
15568         * gst-libs/gst/riff/Makefile.am:
15569         * gst-libs/gst/audio/Makefile.am:
15570         * gst-libs/gst/video/Makefile.am:
15571
15572         Move resample library to audioscale plugin directory:
15573         * gst-libs/gst/resample/Makefile.am:
15574         * gst-libs/gst/resample/README:
15575         * gst-libs/gst/resample/dtof.c:
15576         * gst-libs/gst/resample/dtos.c:
15577         * gst-libs/gst/resample/functable.c:
15578         * gst-libs/gst/resample/private.h:
15579         * gst-libs/gst/resample/resample.c:
15580         * gst-libs/gst/resample/resample.h:
15581         * gst-libs/gst/resample/resample.vcproj:
15582         * gst-libs/gst/resample/test.c:
15583         * gst/audioscale/Makefile.am:
15584         * gst/audioscale/README:
15585         * gst/audioscale/dtof.c:
15586         * gst/audioscale/dtos.c:
15587         * gst/audioscale/functable.c:
15588         * gst/audioscale/private.h:
15589         * gst/audioscale/resample.c:
15590         * gst/audioscale/resample.h:
15591         * gst/audioscale/test.c:
15592
15593         Move tagedit library to gst-libs:
15594         * gst-libs/gst/tag/Makefile.am:
15595         * gst-libs/gst/tag/gstid3tag.c:
15596         * gst-libs/gst/tag/gsttagediting.c:
15597         * gst-libs/gst/tag/gsttageditingprivate.h:
15598         * gst-libs/gst/tag/gstvorbistag.c:
15599         * gst/tags/Makefile.am:
15600         * gst/tags/gstid3tag.c:
15601         * gst/tags/gstvorbistag.c:
15602
15603         Fix for core changes:
15604         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15605         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15606         (gst_sinesrc_getrange):
15607
15608 2005-04-23  David Schleef  <ds@schleef.org>
15609
15610         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15611         in gst-plugins in a long time, and properly belongs in liboil.
15612         * gst-libs/gst/idct/Makefile.am:
15613         * gst-libs/gst/idct/README:
15614         * gst-libs/gst/idct/dct.h:
15615         * gst-libs/gst/idct/doieee:
15616         * gst-libs/gst/idct/fastintidct.c:
15617         * gst-libs/gst/idct/floatidct.c:
15618         * gst-libs/gst/idct/idct.c:
15619         * gst-libs/gst/idct/idct.h:
15620         * gst-libs/gst/idct/idtc.vcproj:
15621         * gst-libs/gst/idct/ieeetest.c:
15622         * gst-libs/gst/idct/intidct.c:
15623
15624 2005-04-20  Wim Taymans  <wim@fluendo.com>
15625
15626         * docs/design-audiosinks.txt:
15627         * gst-libs/gst/audio/Makefile.am:
15628         * gst-libs/gst/audio/TODO:
15629         * gst-libs/gst/audio/gstaudiosink.c:
15630         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15631         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15632         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15633         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15634         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15635         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15636         (gst_audiosink_class_init), (gst_audiosink_init),
15637         (gst_audiosink_create_ringbuffer):
15638         * gst-libs/gst/audio/gstaudiosink.h:
15639         * gst-libs/gst/audio/gstbaseaudiosink.c:
15640         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15641         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15642         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15643         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15644         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15645         (gst_baseaudiosink_create_ringbuffer),
15646         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15647         * gst-libs/gst/audio/gstbaseaudiosink.h:
15648         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15649         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15650         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15651         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15652         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15653         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15654         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15655         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15656         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15657         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15658         * gst-libs/gst/audio/gstringbuffer.h:
15659         An attempt at a set of audio base classes together with some
15660         design docs.
15661
15662 2005-04-20  Wim Taymans  <wim@fluendo.com>
15663
15664         * gst/audioconvert/Makefile.am:
15665         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15666         (gst_audio_convert_caps_remove_format_info),
15667         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15668         (gst_audio_convert_channels):
15669         Link against audio libs.
15670         Fix audio convert plugin.
15671
15672 2005-04-20  Wim Taymans  <wim@fluendo.com>
15673
15674         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15675         (gst_ogg_demux_sink_activate):
15676         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15677         (theora_set_header_on_caps), (theora_enc_sink_event),
15678         (theora_enc_chain):
15679         Fix theora encoder.
15680
15681 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15682
15683         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15684         * gst/playback/gstdecodebin.c: (find_compatibles):
15685           Work with staticpadtemplates in elementfactories.
15686
15687 2005-04-12  Wim Taymans  <wim@fluendo.com>
15688
15689         * gst/playback/README:
15690         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15691         (compare_ranks), (print_feature), (gst_decode_bin_init),
15692         (dynamic_create), (dynamic_free), (find_compatibles),
15693         (mimetype_is_raw), (close_pad_link), (got_redirect),
15694         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15695         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15696         (gst_decode_bin_change_state):
15697         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15698         (gst_play_base_bin_init), (group_destroy), (group_commit),
15699         (check_queue), (queue_overrun), (queue_threshold_reached),
15700         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15701         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15702         (got_redirect), (setup_source), (play_base_eos),
15703         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15704         (gst_play_base_bin_remove_element):
15705         * gst/playback/gstplaybasebin.h:
15706         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15707         (gst_play_bin_init), (gst_play_bin_dispose),
15708         (gst_play_bin_set_property), (gen_video_element),
15709         (gen_text_element), (gen_audio_element), (remove_sinks),
15710         (gst_play_bin_send_event):
15711         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15712         (stream_info_change_state), (gst_stream_info_set_mute):
15713         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15714         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15715         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15716         (gst_stream_selector_chain):
15717         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15718         (main):
15719         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15720         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15721         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15722         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15723         Raw and crude port of decodebin. 
15724         Make playbin compile.
15725
15726 2005-04-06  Wim Taymans  <wim@fluendo.com>
15727
15728         * ext/gnomevfs/Makefile.am:
15729         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15730         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15731         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15732         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15733         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15734         (gst_gnomevfssrc_stop):
15735         * ext/ogg/Makefile.am:
15736         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15737         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15738         * ext/theora/Makefile.am:
15739         * ext/theora/theoradec.c: (_inc_granulepos),
15740         (theora_dec_sink_event), (theora_dec_chain):
15741         * ext/vorbis/Makefile.am:
15742         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15743         (vorbis_dec_sink_event), (vorbis_dec_chain):
15744         * gst-libs/gst/audio/Makefile.am:
15745         * sys/xvimage/Makefile.am:
15746         Make gnomevfssrc extend the source base class.
15747         Fix linking against libs in various plugins.
15748
15749 2005-04-06  Andy Wingo  <wingo@pobox.com>
15750
15751         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15752         GST_BASE_LIBS.
15753
15754         * configure.ac: Add check and AC_SUBST for libgstbase.
15755
15756 2005-03-31  Wim Taymans  <wim@fluendo.com>
15757
15758         * examples/seeking/Makefile.am:
15759         * examples/seeking/cdparanoia.c: (main):
15760         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15761         (play_cb), (pause_cb), (stop_cb), (main):
15762         * examples/seeking/playbin.c:
15763         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15764         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15765         (make_sid_pipeline), (make_vorbis_pipeline),
15766         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15767         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15768         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15769         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15770         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15771         (stop_cb), (main):
15772         * examples/seeking/spider_seek.c:
15773         * examples/seeking/vorbisfile.c:
15774         * ext/gnomevfs/Makefile.am:
15775         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15776         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15777         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15778         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15779         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15780         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15781         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15782         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15783         * ext/ogg/README:
15784         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15785         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15786         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15787         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15788         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15789         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15790         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15791         (gst_ogg_demux_factory_filter), (compare_ranks),
15792         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15793         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15794         (gst_ogg_chain_new), (gst_ogg_chain_free),
15795         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15796         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15797         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15798         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15799         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15800         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15801         (gst_ogg_demux_get_prev_page),
15802         (gst_ogg_demux_deactivate_current_chain),
15803         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15804         (gst_ogg_demux_bisect_forward_serialno),
15805         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15806         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15807         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15808         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15809         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15810         (gst_ogg_demux_change_state), (gst_ogg_print):
15811         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15812         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15813         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15814         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15815         (gst_ogg_mux_loop):
15816         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15817         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15818         (theora_dec_src_convert), (theora_dec_sink_convert),
15819         (theora_dec_src_query), (theora_dec_src_event),
15820         (theora_dec_sink_event), (theora_dec_chain),
15821         (theora_dec_change_state):
15822         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15823         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15824         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15825         (theora_enc_change_state):
15826         * ext/vorbis/Makefile.am:
15827         * ext/vorbis/oggvorbisenc.c:
15828         * ext/vorbis/oggvorbisenc.h:
15829         * ext/vorbis/vorbis.c: (plugin_init):
15830         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15831         (vorbis_dec_src_query), (vorbis_dec_src_event),
15832         (vorbis_dec_sink_event), (vorbis_dec_chain),
15833         (vorbis_dec_change_state):
15834         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15835         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15836         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15837         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15838         (gst_vorbisenc_change_state):
15839         * ext/vorbis/vorbisenc.h:
15840         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15841         * gst-libs/gst/audio/audioclock.c:
15842         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15843         (gst_audiofilter_init), (gst_audiofilter_chain):
15844         * gst-libs/gst/audio/testchannels.c: (main):
15845         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15846         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15847         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15848         (gmip_find_track_streaminfo), (gmip_find_track_format):
15849         * gst-libs/gst/media-info/media-info.c:
15850         (gst_media_info_read_idler):
15851         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15852         (gst_play_get_all_by_interface):
15853         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15854         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15855         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15856         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15857         (gst_riff_parse_info):
15858         * gst-libs/gst/riff/riff-read.h:
15859         * gst-libs/gst/riff/riff.c: (plugin_init):
15860         * gst-libs/gst/video/Makefile.am:
15861         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15862         (gst_videosink_class_init), (gst_videosink_get_type):
15863         * gst-libs/gst/video/videosink.h:
15864         * gst/audioconvert/bufferframesconvert.c:
15865         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15866         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15867         * gst/audioconvert/channelmixtest.c: (main):
15868         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15869         (gst_audio_convert_chain),
15870         (gst_audio_convert_caps_remove_format_info),
15871         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15872         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15873         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15874         (gst_audio_convert_buffer_to_default_format),
15875         (gst_audio_convert_buffer_from_default_format),
15876         (gst_audio_convert_channels):
15877         * gst/audioconvert/gstchannelmix.h:
15878         * gst/ffmpegcolorspace/avcodec.h:
15879         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15880         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15881         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15882         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15883         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15884         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15885         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15886         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15887         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15888         (dv_type_find):
15889         * gst/videotestsrc/gstvideotestsrc.c:
15890         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15891         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15892         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15893         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15894         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15895         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15896         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15897         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15898         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15899         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15900         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15901         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15902         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15903         (gst_xvimagesink_navigation_send_event),
15904         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15905         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15906         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15907         * sys/xvimage/xvimagesink.h:
15908         Plugin port to 0.9, ogg/theora playback should work in the seek
15909         example now.
15910         Removed old examples.
15911         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15912         explained in 0.9 TODO doc.
15913
15914
15915 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15916
15917         * autogen.sh:
15918         * configure.ac:
15919         * ext/Makefile.am:
15920         * gst/Makefile.am:
15921         * po/POTFILES.in:
15922         * po/af.po:
15923         * po/az.po:
15924         * po/cs.po:
15925         * po/en_GB.po:
15926         * po/hu.po:
15927         * po/it.po:
15928         * po/nb.po:
15929         * po/nl.po:
15930         * po/or.po:
15931         * po/sq.po:
15932         * po/sr.po:
15933         * po/sv.po:
15934         * po/uk.po:
15935         * po/vi.po:
15936         * sys/Makefile.am:
15937         * testsuite/Makefile.am:
15938           remove a whole bunch of plugins.  This module now contains a set
15939           of free reference plugins/elements as agreed.
15940
15941 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15942
15943         * configure.ac:
15944           hunting season on 0.9 is now OPEN
15945
15946 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15947
15948         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15949           Kick the hell out of gcc for not warning me about a symbol conflict.
15950
15951 2005-02-22  Luca Ognibene  <luogni@tin.it>
15952
15953         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15954
15955         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15956           Don't leak caps string (fixes #168134)
15957
15958         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15959         (gst_jpegenc_init), (gst_jpegenc_finalize),
15960         (gst_jpegenc_change_state):
15961           Don't leak line buffers and context struct (fixes #168133).
15962
15963 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
15964
15965         * configure.ac:
15966         * ext/dirac/gstdiracdec.cc:
15967         (gst_diracdec_chain):
15968           Since dirac 0.5.0 the framerate in dirac is expressed as a
15969           rational number. Fix build and up requirement to 0.5.0, and
15970           also pass parameters to gst_diracdec_link in the right order
15971           (fixes #167959).
15972
15973 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
15974
15975         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15976         * ext/faad/gstfaad.h:
15977         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
15978         certain invalid muxed streams, where some packets will contain 
15979         junk after decoder data. Partially fixes #149158.
15980
15981 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
15982         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15983           Make sure we only write to writable buffers
15984
15985 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
15986
15987         * gst-libs/gst/riff/riff-media.c:
15988         (gst_riff_create_audio_caps_with_data):
15989           Do actually fix invalid RIFF fmt header values for alaw
15990           and mulaw audio instead of just saying so.
15991
15992         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15993           Give gst_riff_create_audio_caps_with_data() a chance to
15994           fix up broken format header fields before extracting any
15995           parameters from the header. (fixes #167633)
15996
15997 2005-02-19  Martin Holters  <martin.holters@gmx.de>
15998
15999         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16000
16001         * gst/audioconvert/bufferframesconvert.c:
16002         (buffer_frames_convert_link):
16003           Don't leak othercaps. (fixes #167878)
16004
16005 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
16006
16007         * configure.ac:
16008         * ext/libvisual/visual.c: (gst_visual_srclink),
16009         (gst_visual_change_state):
16010           Support libvisual 0.2.0.
16011
16012 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
16013
16014         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16015         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16016           Use same rowstrides for I420 as used everywhere else.
16017
16018 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16019
16020         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16021           Declare variables at beginning of block and make gcc-2.95 happy
16022           (fixes # 167482, patch by Gergely Nagy).
16023           
16024         * gst/tcp/gsttcpclientsrc.c:
16025         * gst/tcp/gsttcpclientsrc.h:
16026           Move some includes into the header, so that struct sockaddr_in is
16027           defined when it should be defined on FreeBSD as well (fixes
16028           #167483).
16029           
16030         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16031           Don't pass uninitialised values to setsockopt() here either.
16032
16033 2005-02-17  Luca Ognibene  <luogni at tin dot it>
16034
16035         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16036
16037         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16038           Don't pass uninitialised values to setsockopt(). (fixes #167704)
16039
16040 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16041
16042         * gst/playback/gstplaybin.c: (add_sink):
16043           Invert bin_add/link order to workaround deadlock in opt.
16044
16045 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16046
16047         * gst/modplug/gstmodplug.cc:
16048           Add missing break causing position queries to fail.
16049
16050 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16051
16052         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16053           Granpos can apparently be -1, which screws up calculations...
16054
16055 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
16056
16057         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16058         (gst_ximagesink_send_pending_navigation),
16059         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16060         (gst_ximagesink_init):
16061         * sys/ximage/ximagesink.h:
16062         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16063         (gst_xvimagesink_send_pending_navigation),
16064         (gst_xvimagesink_navigation_send_event),
16065         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16066         * sys/xvimage/xvimagesink.h:
16067           Use a mutex protected list to marshal navigation
16068           events into the stream thread from whichever thread
16069           sends them.
16070
16071 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
16072
16073         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16074           Display current position and track length; misc. clean-ups.
16075           
16076         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16077         (speed_init), (speed_chain):
16078           Add query function, so that the stream length and current position
16079           get adjusted when queried (note that current position queries may
16080           still be wrong if the audio sink returns values based on buffer
16081           timestamps instead of passing on the query).
16082
16083 2005-02-13  Benjamin Otte  <otte@gnome.org>
16084
16085         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16086         (gst_audio_convert_channels):
16087           create channel conversion matrix when linking
16088         * gst/audioconvert/.cvsignore:
16089         * gst/audioconvert/Makefile.am:
16090         * gst/audioconvert/channelmixtest.c: (main):
16091           add (ugly) test that ensures stereo <=> mono conversion works
16092           correctly
16093
16094 2005-02-13  Benjamin Otte  <otte@gnome.org>
16095
16096         * gst/audioconvert/gstchannelmix.h:
16097           include missing header file
16098         * gst/audioconvert/gstchannelmix.c:
16099         (gst_audio_convert_fill_compatible):
16100           use same sign for both channels when converting to/from compatible
16101           channel. Previously used different signs made the signals cancel
16102           each other out and appear like silence. (fixes #167269)
16103
16104 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16105
16106         * gst/ffmpegcolorspace/avcodec.h:
16107         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16108         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16109         (gst_ffmpegcsp_avpicture_fill):
16110         * gst/ffmpegcolorspace/imgconvert.c:
16111           Convert to and from YV12 (fixes #156379).
16112
16113 2005-02-12  Julien MOUTTE  <julien@moutte.net>
16114
16115         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16116         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16117         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16118         (gst_ximagesink_expose), (gst_ximagesink_set_property),
16119         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16120         methods from chain and negotiation and vice versa (Fixes #166142).
16121         * sys/ximage/ximagesink.h: Add stream_lock.
16122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16123         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16124         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16125         (gst_xvimagesink_expose): Check for xcontext before trying to link.
16126
16127 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16128
16129         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16130           Don't send "Hey! You gave me a NULL pointer you naughty person" as
16131           error message when we can't open the DVD device (when dvdnav_open()
16132           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16133           the above). Send something more useful instead (fixes #167117).
16134
16135 2005-02-11  Julien MOUTTE  <julien@moutte.net>
16136
16137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16138         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16139         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16140         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16141         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16142         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16143         methods from chain and negotiation and vice versa (Fixes #166142).
16144         Fix a possible bug of images in the buffer pool being discarded because
16145         we are looking at the wrong geometry.
16146         * sys/xvimage/xvimagesink.h: Add stream_lock.
16147
16148 2005-02-11  David Schleef  <ds@schleef.org>
16149
16150         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16151         unsigned int. (fixes #167128)
16152
16153 2005-02-11  David Schleef  <ds@schleef.org>
16154
16155         * gst/librfb/Makefile.am: Testing stuff before committing is
16156           for wimps... and people with fast machines.  Fix stupid
16157           mistake.
16158
16159 2005-02-11  David Schleef  <ds@schleef.org>
16160
16161         * configure.ac: Pull in librfb from my CVS tree, because it is
16162           too small and annoying to be separate.  Move rfbsrc plugin
16163           to gst/.
16164         * ext/Makefile.am:
16165         * ext/librfb/Makefile.am:
16166         * ext/librfb/gstrfbsrc.c:
16167         * gst/librfb/Makefile.am:
16168         * gst/librfb/gstrfbsrc.c:
16169         * gst/librfb/rfb.c:
16170         * gst/librfb/rfb.h:
16171         * gst/librfb/rfbbuffer.c:
16172         * gst/librfb/rfbbuffer.h:
16173         * gst/librfb/rfbbytestream.c:
16174         * gst/librfb/rfbbytestream.h:
16175         * gst/librfb/rfbcontext.h:
16176         * gst/librfb/rfbdecoder.c:
16177         * gst/librfb/rfbdecoder.h:
16178         * gst/librfb/rfbutil.h:
16179
16180 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
16181
16182         * gst/speed/Makefile.am:
16183         * gst/speed/demo-mp3.c: (main):
16184         * gst/speed/filter.func:
16185         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16186         (speed_class_init), (speed_init), (speed_chain_int16),
16187         (speed_chain_float32), (speed_chain), (speed_set_property),
16188         (speed_get_property), (speed_change_state):
16189         * gst/speed/gstspeed.h:
16190           Fix speed element and make it chain-based (fixes #156467),
16191           and make it handle more than one channel.
16192
16193 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
16194
16195         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16196         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16197         (gst_dtsdec_chain), (gst_dtsdec_change_state):
16198         * ext/dts/gstdtsdec.h:
16199           Don't clobber the stack constructing the channels array.
16200           Make the element chain-based. DTS tracks can now be played.
16201           
16202 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
16203
16204         * gst-libs/gst/audio/multichannel.h:
16205         * gst-libs/gst/gconf/gconf.h:
16206         * gst-libs/gst/idct/idct.h:
16207         * gst-libs/gst/media-info/media-info-priv.h:
16208         * gst-libs/gst/play/play.h:
16209         * gst-libs/gst/resample/private.h:
16210         * gst-libs/gst/resample/resample.h:
16211         * gst-libs/gst/riff/riff-ids.h:
16212         * gst-libs/gst/video/video.h:
16213         * gst-libs/gst/video/videosink.h:
16214           Add G_BEGIN_DECLS and G_END_DECLS around headers where
16215           missing, so that they work when included from C++ code.
16216
16217 2005-02-09  David Schleef  <ds@schleef.org>
16218
16219         * testsuite/gst-lint: Check for non-statically scoped
16220           parent_class variables.  This won't be a problem once
16221           plugins are loaded with RTLD_LOCAL.
16222
16223 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16224
16225         * ext/mplex/gstmplexibitstream.cc:
16226           gcc madness.
16227
16228 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16229
16230         * ext/ogg/gstogmparse.c:
16231         * gst/debug/gstnavigationtest.c:
16232           Die, thou faulty symbol pollutors (non-static parent_class).
16233
16234 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16235
16236         * ext/mplex/gstmplexibitstream.cc:
16237           Fix event handling (#165525).
16238
16239 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16240
16241         * ext/mikmod/gstmikmod.c:
16242         * gst/modplug/gstmodplug.cc:
16243           Add missing endianness to template (fixes #165509).
16244
16245 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16246
16247         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16248           Fix wrong order of reading of optional bytes (#165290).
16249
16250 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16251
16252         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16253           Implement FILLER event awareness.
16254
16255 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16256
16257         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16258           Fix track calculations (#166208).
16259
16260 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16261
16262         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16263
16264         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16265         * ext/libpng/gstpngenc.c:
16266           Fix byte-order, use proper fixed caps. Fixes #164197.
16267
16268 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16269
16270         * configure.ac:
16271           Add dvdlpcmdec 
16272
16273         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16274         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16275           Don't push buffers if the src pad isn't negotiated yet.
16276           
16277         * gst/audioconvert/gstaudioconvert.c:
16278         (gst_audio_convert_buffer_to_default_format),
16279         (gst_audio_convert_buffer_from_default_format):
16280           Add support for 24-bit width.
16281
16282         * gst/dvdlpcmdec/.cvsignore:
16283         * gst/dvdlpcmdec/Makefile.am:
16284         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16285         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16286         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16287         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16288         (plugin_init):
16289         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16290           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16291           format. Needs support for the channels maps if someone can find 
16292           a DVD LPCM track with > 2 channels.
16293
16294         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16295         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16296         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16297         * gst/mpegstream/gstdvddemux.h:
16298         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16299         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16300         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16301         * gst/mpegstream/gstmpegdemux.h:
16302         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16303         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16304         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16305         (gst_mpeg_parse_handle_src_query),
16306         (gst_mpeg_parse_handle_src_event):
16307           Use audio/x-dvd-lpcm for LPCM output.
16308           Add DTS output.
16309
16310 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16311
16312         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16313
16314         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16315         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16316           Add BGRA handling (#165736).
16317
16318 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16319
16320         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16321
16322         * gst/law/alaw-decode.c: (alawdec_link):
16323         * gst/law/alaw-encode.c: (alawenc_link):
16324         * gst/law/mulaw-decode.c: (mulawdec_link):
16325         * gst/law/mulaw-encode.c: (mulawenc_link):
16326           Fix caps memleaks (#166600).
16327
16328 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16329
16330         * ext/tarkin/mem.h:
16331         * ext/tarkin/wavelet.h:
16332         * ext/tarkin/yuv.h:
16333         * gst/ffmpegcolorspace/avcodec.h:
16334           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16335           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16336
16337 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16338
16339         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16340         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16341         (gst_xvimagesink_change_state):
16342           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16343           Xv video (and thereby regenerate Xv colourkey) in clear() so
16344           that PLAY -> READY -> PLAY works (fixes #162504).
16345
16346 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16347
16348         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16349           Switch to list instead of range, since MJPEG-devices really just
16350           support decimations, not any size.
16351
16352 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16353         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16354         (gst_mpeg2dec_reset), (free_all_buffers),
16355         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16356         * ext/mpeg2dec/gstmpeg2dec.h:
16357           The libmpeg2 user-allocated buffer management is awkward, 
16358           to say the least. Hopefully this fixes things.
16359
16360 2005-02-04  Andy Wingo  <wingo@pobox.com>
16361
16362         * gst/audioconvert/bufferframesconvert.c
16363         (buffer_frames_convert_fixate): New function, fixates to 256
16364         frames per buffer by default. (Much better than 1.)
16365         (buffer_frames_convert_init): Set the fixate function for both src
16366         and sink pad.
16367         (buffer_frames_convert_link): After success setting nonfixed caps,
16368         get the negotiated caps so we can know how many buffer-frames it
16369         will be. No idea how this worked at all before.
16370
16371 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16372
16373         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16374         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16375         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16376         (handle_sequence), (handle_picture):
16377         * ext/mpeg2dec/gstmpeg2dec.h:
16378           Rearrange buffer tracking and refcounting and refactor
16379           a little for readability. 
16380
16381 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16382         * sys/v4l/gstv4l.c: (plugin_init):
16383         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16384         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16385         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16386         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16387         * sys/v4l/gstv4ljpegsrc.h:
16388         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16389         * sys/v4l/v4l_calls.h:
16390         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16391         (gst_v4lsrc_get_fps):
16392         * sys/v4l/v4lsrc_calls.h:
16393           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16394           you jpeg inside rgb frames" driver.
16395           Don't error in the v4lsrc link function, just return 
16396           REFUSED.
16397
16398 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16399
16400         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16401         (gst_qcamsrc_open):
16402           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16403
16404 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16405
16406         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16407           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16408
16409 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16410
16411         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16412           Reset negotiated state on PAUSED->READY.
16413
16414 2005-02-02  David Schleef  <ds@schleef.org>
16415
16416         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16417         whereever possible.  (Fixes #165997)
16418         * examples/capsfilter/capsfilter1.c: (main):
16419         * examples/dynparams/filter.c: (create_ui):
16420         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16421         * examples/seeking/chained.c: (main):
16422         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16423         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16424         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16425         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16426         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16427         * examples/switch/switcher.c: (main):
16428         * ext/dv/demo-play.c: (main):
16429         * ext/faad/gstfaad.c: (gst_faad_change_state):
16430         * ext/mad/gstmad.c: (gst_mad_chain):
16431         * ext/smoothwave/demo-osssrc.c: (main):
16432         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16433         (gst_gconf_render_bin_from_description),
16434         (gst_gconf_get_default_audio_sink),
16435         (gst_gconf_get_default_video_sink),
16436         (gst_gconf_get_default_audio_src),
16437         (gst_gconf_get_default_video_src),
16438         (gst_gconf_get_default_visualization_element):
16439         * gst/level/demo.c: (main):
16440         * gst/level/plot.c: (main):
16441         * gst/playback/gstplaybin.c: (gen_video_element),
16442         (gen_audio_element):
16443         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16444         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16445         * gst/sine/demo-dparams.c: (main):
16446         * gst/spectrum/demo-osssrc.c: (main):
16447         * gst/speed/demo-mp3.c: (main):
16448         * gst/volume/demo.c: (main):
16449         * testsuite/embed/embed.c: (main):
16450
16451 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16452
16453         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16454         (gst_tcpclientsink_finalize):
16455         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16456         (gst_tcpclientsrc_finalize):
16457         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16458         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16459         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16460         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16461           Don't leak the hostname when shutting down.
16462           In tcpserversrc, take a copy of the default hostname.
16463
16464 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16465
16466         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16467           Set caps to systemstream=TRUE.
16468
16469 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16470
16471         * testsuite/Makefile.am:
16472           Fix more OSX buildbots.
16473
16474 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16475
16476         * ext/mpeg2dec/gstmpeg2dec.c:
16477           Don't send things to NULL PAD_PEERs
16478
16479         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16480           Copy-on-write the incoming buffer.
16481
16482         * gst/mpegstream/gstdvddemux.h:
16483         * gst/mpegstream/gstmpegclock.h:
16484         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16485         (normal_seek), (gst_mpeg_demux_handle_src_event):
16486         * gst/mpegstream/gstmpegdemux.h:
16487         * gst/mpegstream/gstmpegpacketize.h:
16488         * gst/mpegstream/gstmpegparse.c:
16489         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16490         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16491         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16492         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16493         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16494         * gst/mpegstream/gstmpegparse.h:
16495         * gst/mpegstream/gstrfc2250enc.h:
16496           Various changes to the way time is computed that make seeking and
16497           total time estimation much better here.
16498           Use G_BEGIN/END_DECLS instead of __cplusplus
16499
16500         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16501           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16502
16503 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16504
16505         * gst/subparse/gstsubparse.c:
16506           Fix OSX buildbot.
16507
16508 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16509
16510         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16511         (theora_enc_chain), (theora_enc_change_state):
16512         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16513         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16514         (gst_vorbisenc_change_state):
16515         * ext/vorbis/vorbisenc.h:
16516           Set granulepos and timestamp correctly for streams not
16517           starting at 0, taking into account the initial delay.
16518
16519 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16520
16521         * gst/mpegstream/gstdvddemux.c:
16522           Add audio/x-dts to audio pad template caps
16523
16524 2005-01-30  David Schleef  <ds@schleef.org>
16525
16526         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16527         (create_context), (gst_polypsink_link): Fix silly endianness
16528         bug.  Add some debugging.  Remove float from caps; it doesn't
16529         work.  Attempt to get remote audio working.
16530
16531 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16532
16533         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16534           Add 3IV2 fourcc.
16535
16536 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16537
16538         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16539         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16540         (gst_avi_demux_stream_data):
16541         * gst/avi/gstavidemux.h:
16542           Invert DIB images. Fixes #132341.
16543
16544 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16545
16546         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16547         (gst_ffmpegcsp_chain):
16548           D'oh, reference the palette data, not the palette structure.
16549           Fixes color distortion in #132341.
16550
16551 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16552
16553         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16554           PAR can be non-fixed when not provided as argument (#162626).
16555
16556 2005-01-29  David Moore  <dcm@acm.org>
16557
16558         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16559
16560         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16561         (gst_qtdemux_loop_header):
16562           Re-apply patch from #142272 that allows non-seekable sources,
16563           re-proposed by Daniel Drake <dsd@gentoo.org>.
16564
16565 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16566
16567         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16568           Use the src template for creating the src pad (#162330).
16569
16570 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16571
16572         * configure.ac:
16573         * ext/musepack/Makefile.am:
16574         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16575         (gst_musepackdec_init), (gst_musepackdec_dispose),
16576         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16577         (gst_musepack_stream_init), (gst_musepackdec_loop),
16578         (gst_musepackdec_change_state):
16579         * ext/musepack/gstmusepackdec.cpp:
16580         * ext/musepack/gstmusepackdec.h:
16581         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16582         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16583         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16584         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16585         * ext/musepack/gstmusepackreader.cpp:
16586         * ext/musepack/gstmusepackreader.h:
16587           Update to 1.1 API (#165446).
16588
16589 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16590
16591         * ext/Makefile.am:
16592           Unbreak buildbot.
16593
16594 2005-01-28  Andy Wingo  <wingo@pobox.com>
16595
16596         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16597         to reflect a different dubious internet source. Add a reference
16598         and some commentary.
16599
16600 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16601
16602         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16603         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16604         * gst/playback/gststreamselector.h:
16605           Be more selective when we're redoing caps negotiation from
16606           within the chain function on a stream change.
16607
16608 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16609
16610         * configure.ac:
16611         * ext/Makefile.am:
16612         * ext/amrnb/Makefile.am:
16613         * ext/amrnb/amrnb.c: (plugin_init):
16614         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16615         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16616         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16617         (gst_amrnbdec_state_change):
16618         * ext/amrnb/amrnbdec.h:
16619         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16620         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16621         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16622         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16623         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16624         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16625         * ext/amrnb/amrnbparse.h:
16626           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16627         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16628           Add AMR-NB/-WB raw formats.
16629         * ext/alsa/gstalsa.c: (gst_alsa_link):
16630           Keep valid time when changing format.
16631         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16632         (qtdemux_parse_trak):
16633           Add some more format-specific options (#140141, #143555, #155163).
16634
16635 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16636
16637         * gst/matroska/matroska-demux.c:
16638         (gst_matroska_demux_parse_blockgroup):
16639           Fix logic error in timing of subtitle stream synchronization.
16640         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16641           Add skip-chunk, which is found in kodak-camera streams.
16642
16643 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16644
16645         * po/LINGUAS:
16646         * po/vi.po:
16647           Adding Vietnamese translation (submitted by Clytie Siddall)
16648
16649 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16650
16651         * gst/playback/gstdecodebin.c: (try_to_link_1):
16652           Use realpad for signal.
16653
16654 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16655
16656         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16657           Fix category so decodebin picks it up.
16658
16659 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16660
16661         * ext/mad/Makefile.am:
16662         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16663         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16664         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16665         (found_type), (gst_id3demux_bin_change_state):
16666         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16667         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16668         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16669         (gst_id3_tag_change_state), (plugin_init):
16670         * ext/mad/gstmad.h:
16671           Add id3demuxbin (which is a simple bin consisting of id3demux
16672           and typefind), take over rank from id3demux, remove typefind
16673           code from id3demux. Makes all broken mp3s that I know of work,
16674           and thereby fixes #152688.
16675
16676 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16677
16678         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16679
16680         * ext/mad/gstmad.c: (gst_mad_src_event):
16681         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16682           Allow seeks on audio pad, make mad forward those (#164826).
16683         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16684           Set duration (#165335).
16685
16686 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16687
16688         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16689         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16690         (gst_asf_demux_process_ext_content_desc),
16691         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16692         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16693         * gst/asfdemux/gstasfdemux.h:
16694           Improve metadata display, e.g. if the metadata comes before the
16695           streams are loaded (which is perfectly valid).
16696
16697 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16698
16699         * tools/gst-launch-ext-m.m:
16700           Fix AVI/ASF pipelines (#165340).
16701
16702 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16703         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16704         build failure on amd64
16705
16706 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16707
16708         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16709         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16710           Check environment variables GST_ID3V2_TAG_ENCODING,
16711           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16712           list of character encodings to force interpretation of non-unicode
16713           strings stored in an ID3v2 tag to a particular encoding. If none
16714           is specified, try to use current locale's encoding, then fall back
16715           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16716         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16717         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16718           Check environment variables GST_ID3V1_TAG_ENCODING,
16719           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16720           list of character encodings to use in case a string encountered
16721           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16722           specified, try to use the current locale's encoding, then fall
16723           back to ISO-8859-1 (which will always succeed).
16724
16725 2005-01-25  Benjamin Otte  <otte@gnome.org>
16726
16727         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16728           - on half framerate, compute the rate in advance so the comparisons
16729             don't compare wrong values
16730           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16731             behaviour
16732           - don't use mad_header_decode anymore, mad_frame_decode does that
16733             automatically
16734           - when getting rid of consumed bytes, reset the stream's skiplen
16735           (fixes #163867)
16736
16737 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16738
16739         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16740           Use 1/2 a second for default max_discont, as PES streams from DVB
16741           seem to have larger spacings in the SCR. 
16742           Fix a typo.
16743
16744 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16745
16746         * gst/playback/gstplaybasebin.c: (group_commit):
16747           Notify delayed stream-info availability.
16748
16749 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16750         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16751         (gst_a52dec_handle_event), (gst_a52dec_chain):
16752         Add some debug output. Check that a discont has a valid
16753         time associated.
16754         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16755         (gst_alsa_sink_loop):
16756         Ignore TAG events. A little extra debug for broken timestamps.
16757         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16758         (dvdnavsrc_change_state):
16759         Ensure we send a discont to engage the link before we send any
16760         other events.
16761         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16762         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16763         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16764         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16765         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16766         dvd://title works in totem because typefinding sends a seek that ends
16767         up going back to chapter 1 regardless.
16768         * ext/mpeg2dec/gstmpeg2dec.c:
16769         * ext/mpeg2dec/gstmpeg2dec.h:
16770         Output correct timestamps and handle disconts.
16771         * ext/ogg/gstoggdemux.c: (get_relative):
16772         Small guard against a null dereference.
16773         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16774         (gst_textoverlay_set_property):
16775         Free memory when done. Don't call gst_event_filler_get_duration on
16776         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16777         g_warning.
16778         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16779         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16780         (gst_sw_srclink), (gst_smoothwave_chain):
16781         Draw solid lines, prettier colours.
16782         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16783         Add a default palette that'll work for some movies.
16784         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16785         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16786         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16787         * gst/mpegstream/gstdvddemux.h:
16788         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16789         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16790         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16791         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16792         * gst/mpegstream/gstmpegparse.h:
16793         Use PTM/NAV events when for timestamp adjustment when connected to 
16794         dvdnavsrc. Don't use many discont events where one suffices.
16795         * gst/playback/gstplaybasebin.c: (group_destroy),
16796         (gen_preroll_element), (gst_play_base_bin_add_element):
16797         * gst/playback/gstplaybasebin.h:
16798         Make sure we remove subtitles from the same bin we put them in.
16799         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16800         (gst_subparse_buffer_format_autodetect),
16801         (gst_subparse_change_state):
16802         Fix some memleaks and invalid accesses.
16803         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16804         (oggskel_type_find), (cmml_type_find), (plugin_init):
16805         Some typefind functions for Annodex v3.0 files
16806         * gst/wavparse/gstwavparse.h:
16807         GstRiffReadClass is the correct parent class.
16808
16809 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16810
16811         * gst-libs/gst/riff/riff-media.c:
16812         (gst_riff_create_video_caps_with_data):
16813           Add extradata to huffyuv (fixes #165013).
16814         * gst-libs/gst/riff/riff-read.c:
16815         (gst_riff_read_strf_vids_with_data):
16816           Fix extradata extraction if it is in the chunk size.
16817
16818 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16819
16820         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16821
16822         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16823         (gst_quarktv_change_state), (gst_quarktv_dispose):
16824           Memory free'ing location fix (#164708).
16825
16826 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16827
16828         * gst/playback/gstplaybasebin.c: (group_commit),
16829         (gen_preroll_element), (probe_triggered), (gen_source_element),
16830         (setup_source), (gst_play_base_bin_change_state),
16831         (gst_play_base_bin_add_element):
16832           Don't block for streams.
16833         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16834         (gst_stream_info_set_mute):
16835           Use gst_pad_set_active_recursive.
16836
16837 2005-01-25  Andy Wingo  <wingo@pobox.com>
16838
16839         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16840         for #ifndef HAVE_XVIDEO.
16841
16842 2005-01-24  Jeffrey C. Ollie
16843
16844         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16845
16846         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16847         * ext/gsm/gstgsmdec.h:
16848         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16849         * ext/gsm/gstgsmenc.h:
16850         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16851         was given by property. Add proper buffer timestamps and offsets.
16852
16853 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16854
16855         * gst-libs/gst/riff/riff-media.c:
16856         (gst_riff_create_audio_caps_with_data):
16857           Audio can be <8000Hz.
16858
16859 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16860
16861         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16862           Explicit state change to workaround refcount bugs.
16863
16864 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16865
16866         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16867         (gst_avimux_riff_get_avi_header):
16868           Fix...
16869
16870 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16871
16872         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16873         (gst_riff_read_element_data):
16874         * gst-libs/gst/riff/riff-read.h:
16875           Add _peek version (req'ed in CDXA).
16876         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16877         (gst_cdxaparse_loop):
16878           Fix parsing in playbin.
16879         * gst/playback/gstdecodebin.c: (close_pad_link):
16880           Ignore current_ pads, they cause major annoyance.
16881
16882 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16883
16884         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16885           Safety guard.
16886
16887 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16888
16889         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16890           Fix padding...
16891
16892 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16893
16894         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16895           Allow for 0-sized buffers. Fixes length query problems in
16896           starwars.mkv from the testsuite.
16897
16898 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16899
16900         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16901         (gst_video_box_i420), (gst_video_box_chain):
16902           Fix row strides for I420 (fixes #163159)
16903           
16904 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16905
16906         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16907           MPEG2 has a useful rate property, so we can actually use that.
16908           For MPEG-1, continue using the bytes/time properties.
16909
16910 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16911
16912         * gst-libs/gst/riff/riff-media.c:
16913         (gst_riff_create_video_caps_with_data),
16914         (gst_riff_create_video_template_caps):
16915           Add intel-h263.
16916
16917 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16918
16919         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16920           Fail if caps negotiation fails. Should fix #162184, and should
16921           definately be in there regardless of it fixing the actual bug.
16922         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16923         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16924         (gst_avimux_riff_get_avix_header),
16925         (gst_avimux_riff_get_video_header),
16926         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16927         (gst_avimux_start_file), (gst_avimux_handle_event),
16928         (gst_avimux_change_state):
16929         * gst/avi/gstavimux.h:
16930           Refactor structure writing to use GST_WRITE_UINT macros, add
16931           metadata writing support.
16932
16933 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16934
16935         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16936           Elements may already be destroyed when this function is called.
16937
16938 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16939
16940         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16941         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16942           More memory leak fixes (#149162).
16943
16944 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16945
16946         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16947         (gst_qtdemux_add_stream):
16948           Fix two memleaks.
16949
16950 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16951
16952         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16953           Argh...
16954
16955 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16956
16957         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16958           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16959           when fixating to six channels in Totem.
16960
16961 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16962
16963         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16964           Fix compile warnings on Solaris 10 buildbot
16965
16966 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16967
16968         * ext/dvdread/dvdreadsrc.c: (_read):
16969           Don't read beyond the last cell in a chapter (fixes 
16970           invalid memory access)
16971
16972 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16973
16974         * ext/dvdread/stream_labels.c:
16975         (dvdreadsrc_get_audio_stream_labels):
16976           Use NULL for an empty GList instead of g_list_alloc(); fix 
16977           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
16978           of GString (easier to bulk free later)
16979
16980 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16981
16982         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16983
16984         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16985         (gst_ffmpeg_pixfmt_to_caps):
16986           Fix BGRA32 caps (#164209).
16987
16988 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16989
16990         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16991
16992         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16993         (gst_ffmpeg_caps_to_pixfmt):
16994           alpha_mask can be RGBA/ABGR. Fixes #164265.
16995
16996 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
16997
16998         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16999
17000         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17001         (gst_mpeg2dec_alloc_buffer):
17002         * ext/mpeg2dec/gstmpeg2dec.h:
17003           Crop if decoding size is not the actual image size (#163676).
17004
17005 2005-01-17  Steve Baker  <steve@stevebaker.org>
17006
17007         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17008
17009         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17010         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17011           Add libsndfile typefind functions (#163309).
17012
17013 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17014
17015         * tools/gst-launch-ext-m.m:
17016           Add .aac, fix .m1v/.m2v (#163891).
17017
17018 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17019
17020         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17021           Sanity check, don't wait endlessly since the clock might not
17022           actually run at this point (which is a deadlock). Fixes #164069.
17023
17024 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17025
17026         * gst/playback/gstplaybasebin.c: (probe_triggered):
17027           Of course, only pause if group is done...
17028
17029 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17030
17031         * gst/playback/gstplaybasebin.c: (probe_triggered):
17032           Thread safety.
17033
17034 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
17035
17036         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17037           Don't return state change success when the parent
17038           failed.
17039
17040 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17041
17042         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17043           Free events (fix memleak in #162905).
17044
17045 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
17046
17047         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17048
17049         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17050         (gst_ffmpeg_caps_to_pixfmt):
17051           Fix for depth = 15. Fixes #161675.
17052
17053 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17054
17055         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17056           Set FPS correctly, even for webcams and the like.
17057         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17058           Don error on setting while capturing.
17059
17060 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17061
17062         * ext/dv/gstdvdec.c:
17063         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17064         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17065           I'm a bad boy. using /1001. to force C to do float division
17066           and not integer division (as it did in my last commit)
17067           Thanks to David I. Lehn for pointing this mistake.
17068
17069 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17070
17071         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17072           Revert Johan's 1.35->1.36 since it breaks compat.
17073
17074 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17075
17076         * ext/dv/gstdvdec.c:
17077         * ext/libfame/gstlibfame.c:
17078         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17079         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17080           replace framerate aproximations by their real value
17081           (24000/1001, 30000/1001, 60000/1001)
17082           Finish fixing bug #164049
17083
17084 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17085
17086         * ext/ogg/gstoggmux.c:
17087           eos/bos debugging
17088         * gst/tcp/gstmultifdsink.c:
17089         * gst/tcp/gstmultifdsink.h:
17090         * gst/tcp/gsttcp.c:
17091         * gst/tcp/gsttcp.h:
17092         * gst/tcp/gsttcpclientsink.c:
17093         * gst/tcp/gsttcpclientsrc.c:
17094         * gst/tcp/gsttcpserversink.c:
17095         * gst/tcp/gsttcpserversrc.c:
17096           improve reusability of elements after state changes and errors
17097           make multifdsink throw away streamheaders when receiving new ones
17098
17099 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17100
17101         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17102           Fix for if items are already in list...
17103
17104 2005-01-12  Benjamin Otte  <otte@gnome.org>
17105
17106         * gst/adder/gstadder.c: (gst_adder_loop):
17107           fix adder a bit so it doesn't screw up with events as much anymore
17108
17109 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
17110
17111         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17112         (pixbufscale_scale), (gst_pixbufscale_chain):
17113         * ext/gdk_pixbuf/pixbufscale.h:
17114           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17115           to ensure rowstrides are calculated the same way as 
17116           ffmpegcolorspace
17117           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17118           that we pick up duration and offset also.
17119
17120 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17121
17122         * gst/avi/gstavimux.c: (gst_avimux_class_init),
17123         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17124           Reusability fixes.
17125
17126 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17127
17128         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17129         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17130         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17131         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17132           Update flags when requested.
17133
17134 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17135
17136         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17137           Fix dmix.
17138
17139 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17140
17141         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17142         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17143         (probe_triggered), (new_decoded_pad), (gen_source_element),
17144         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17145         * gst/playback/gstplaybasebin.h:
17146         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17147         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17148         (gst_play_bin_change_state):
17149           Implement group-switch signal for use in apps to clear metadata
17150           cache, clean up subtitle, add suburi property instead of # hack,
17151           some error-out fixes.
17152
17153 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17154
17155         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17156           Debug.
17157         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17158           If we got a state change in the _get handler, don't return success.
17159
17160 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17161
17162         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17163         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17164           Make jpegdec quiet on MJPEG decoding
17165         * gst/asfdemux/README:
17166           Fix mimetypes for MJPEG and H263
17167
17168 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17169
17170         * ext/theora/theoradec.c: (theora_dec_chain):
17171           Fix broken code generation by gcc by swapping arguments.
17172         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17173           Fix \n in debug.
17174
17175 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17176
17177         * TODO:
17178           delete this file, it is by far outdated
17179         * ext/alsa/gstalsa.1: remove
17180         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17181         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17182         (gst_alsa_get_caps):
17183           Add HW probing for supported sample rates. Fixes #161704
17184
17185 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17186
17187         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17188           Don't crash, biatch! :).
17189
17190 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17191
17192         * ext/musepack/gstmusepackreader.cpp:
17193         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17194           Some work on tags - still doesn't work in playbin...
17195         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17196           Handle events...
17197
17198 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17199
17200         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17201           Also shove tags on kid pads.
17202
17203 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17204
17205         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17206           Don't bail on unknown events.
17207         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17208           Don't crash on events before negotiation.
17209         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17210           Send tags on pads, too.
17211         * gst/playback/gststreamselector.c:
17212         (gst_stream_selector_request_new_pad):
17213           Forward events on first pad if no input was selected yet.
17214
17215 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17216
17217         * gst/playback/gstplaybasebin.c: (setup_substreams):
17218           Don't disable streamtype if the stream doesn't exist, since
17219           then playing a video after audio will disable both and nothing
17220           will happen. Fixes the testsuite.
17221
17222 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17223
17224         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17225         (gst_v4l_xoverlay_set_xwindow_id):
17226         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17227         (gst_v4l2_xoverlay_set_xwindow_id):
17228           Add debug categories, fix overlay disabling.
17229
17230 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17231
17232         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17233         * ext/alsa/gstalsa.h:
17234           Add HW probing for period_count/size and buffer_size MIX/MAX
17235           Adjust default/user defined value if out of bounds
17236           Should fix bug #162024
17237
17238 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17239
17240         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17241           Fix warning (#161191).
17242
17243 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17244
17245         * ext/dvdread/stream_labels.c:
17246         (dvdreadsrc_get_audio_stream_labels):
17247           Fix warning (init the good variable in switch default)
17248
17249 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17250
17251         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17252
17253         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17254           Fix gcc-2.95 compile (#163485).
17255
17256 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17257
17258         * configure.ac:
17259         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17260         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17261         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17262         (gst_flacenc_change_state):
17263         * ext/flac/gstflacenc.h:
17264           Update for API change in flac-1.1.1. Update requirement in
17265           configure.ac. Fixes #162974.
17266
17267 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17268
17269         * gst/playback/gstplaybasebin.c: (group_destroy):
17270           Remove hack to get rid of assert and get rid of unlinked
17271           signals properly.
17272
17273 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17274
17275         * gst/playback/gstplaybasebin.c: (setup_source):
17276           Set source to NULL so that resources are free'ed. Fixes issues
17277           with playback of CDDA and similar device-accessing things.
17278
17279 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17280
17281         * testsuite/embed/Makefile.am:
17282           test->noinst, fix make test in buildbot.
17283
17284 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17285
17286         * ext/dvdread/stream_labels.c: new file
17287         * ext/dvdread/stream_labels.h: new file
17288         * ext/dvdread/Makefile.am:
17289         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17290           Extract audio stream label from DVD IFO files.
17291           It only dump them on the console for now, still have to
17292           make playbin aware of them.
17293
17294 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17295
17296         * gst/playback/gstplaybasebin.c: (setup_source):
17297           Fix hanging subs.
17298
17299 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17300
17301         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17302         (gen_preroll_element), (remove_groups), (setup_subtitle),
17303         (gen_source_element), (setup_source):
17304         * gst/playback/gstplaybasebin.h:
17305           Multiple .sub files is just a stupid idea... Fix some threading
17306           mistakes. Interestingly, external .sub files cause playbin to
17307           hang, I don't know why... Parsing fixes contributed by Fran??ois
17308           Kooman <fkooman@tuxed.net>.
17309
17310 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17311
17312         * testsuite/embed/Makefile.am:
17313           Fix buildbot.
17314
17315 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17316
17317         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17318
17319         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17320         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17321         (gst_pngenc_set_property):
17322         * ext/libpng/gstpngenc.h:
17323           Add compression level property (#163323).
17324
17325 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17326
17327         * configure.ac:
17328         * examples/capsfilter/capsfilter1.c: (main):
17329         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17330         * ext/dvdread/Makefile.am:
17331         * ext/dvdread/demo-play:
17332         * ext/dvdread/demo-play.c:
17333         * gconf/gstreamer.schemas.in:
17334         * gst-libs/gst/gconf/gconf.c:
17335         * sys/v4l/TODO:
17336         * testsuite/Makefile.am:
17337         * testsuite/embed/Makefile.am:
17338         * testsuite/embed/embed.c: (cb_expose), (main):
17339           Remove all references to xvideosink, fix examples (#140845).
17340         * gst/playback/gstplaybasebin.c: (group_destroy):
17341           Apparently, disposal does not unlink - so do explicitely.
17342         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17343           Add debug.
17344
17345 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17346
17347         * README: fix PKG_CONFIG_PATH instructions, what was there
17348         previously was breaking default search path, not nice. 
17349         Fixes #163358
17350
17351 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17352
17353         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17354         (gst_audioscale_chain):
17355           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17356           when resampling - how the ^@$^!@^! is this possible?!?
17357
17358 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17359
17360         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17361           Reset variables on READY.
17362         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17363         (gst_matroska_mux_loop):
17364           Require data before writing header.
17365
17366 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17367
17368         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17369
17370         * ext/mad/gstmad.c: (gst_mad_chain):
17371           Don't call mad_stream_sync() directly after recovering sync.
17372           Fixes #151661.
17373
17374 2005-01-09  Martin Eikermann  <meiker@upb.de>
17375
17376         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17377
17378         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17379         (snapshot_handler), (gst_snapshot_sinkconnect),
17380         (gst_snapshot_chain):
17381           Allocate resources when required, fix recursive signal emission
17382           and fix caps. Fixes #161667.
17383
17384 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17385
17386         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17387
17388         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17389         (gst_pngdec_chain):
17390           Handle only 8-bppc (bits-per-pixel-component) images, better
17391           error handling and correct strides. Fixes #163177.
17392         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17393         (gst_pngenc_chain):
17394           Better error handling. Fixes #163348.
17395
17396 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17397
17398         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17399         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17400         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17401         (dvdnavsrc_uri_handler_init):
17402           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17403         * gst/playback/gstplaybasebin.c: (gen_source_element):
17404           Add MMS to streaming URIs.
17405
17406 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17407
17408         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17409         * sys/xvimage/xvimagesink.c:
17410         (gst_xvimagesink_navigation_send_event):
17411           Check for pad availability before sending event.
17412
17413 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17414
17415         * gst-plugins.spec.in:
17416           Add subparse.
17417
17418 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17419
17420         * configure.ac:
17421           Since we use functions from CVS, up requirement.
17422
17423 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17424
17425         * gst/playback/Makefile.am:
17426         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17427         (group_destroy), (group_commit), (group_is_muted),
17428         (gen_preroll_element), (add_stream), (unknown_type),
17429         (probe_triggered), (preroll_unlinked), (mute_stream),
17430         (silence_stream), (new_decoded_pad), (setup_substreams),
17431         (setup_source), (get_active_source), (mute_group_type),
17432         (muted_group_change_state), (set_active_source),
17433         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17434         (play_base_eos), (gst_play_base_bin_change_state):
17435         * gst/playback/gstplaybasebin.h:
17436         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17437         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17438         (gst_stream_info_dispose), (stream_info_mute_pad),
17439         (stream_info_change_state), (gst_stream_info_set_mute):
17440         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17441         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17442         (gst_stream_selector_init), (gst_stream_selector_dispose),
17443         (gst_stream_selector_get_linked_pad),
17444         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17445         (gst_stream_selector_get_linked_pads),
17446         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17447         * gst/playback/gststreamselector.h:
17448           Adding stream selection support plus required properties for
17449           applications to use this. Fully fixes #100931.
17450
17451 2005-01-08  Benjamin Otte  <otte@gnome.org>
17452
17453         * gst/games/gstpuzzle.c: (nav_event_handler):
17454           - handle nav events differently: forward every event no matter if it
17455             was handled or not.
17456           - translate events
17457           You can now cheat by using navigationtest ! puzzle and moving the
17458           mouse close to the edge of a tile. ;)
17459
17460 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17461
17462         * configure.ac:
17463         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17464         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17465         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17466         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17467         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17468         (gst_ogm_parse_plugin_init):
17469         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17470         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17471         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17472         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17473         * ext/pango/gsttextoverlay.h:
17474         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17475         (gst_matroska_demux_handle_seek_event),
17476         (gst_matroska_demux_sync_streams),
17477         (gst_matroska_demux_parse_blockgroup),
17478         (gst_matroska_demux_subtitle_caps),
17479         (gst_matroska_demux_plugin_init):
17480         * gst/matroska/matroska-ids.h:
17481         * gst/playback/gstdecodebin.c: (close_pad_link):
17482         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17483         (gen_preroll_element), (remove_groups), (add_stream),
17484         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17485         (setup_source):
17486         * gst/playback/gstplaybasebin.h:
17487         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17488         * gst/subparse/Makefile.am:
17489         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17490         (gst_subparse_base_init), (gst_subparse_class_init),
17491         (gst_subparse_init), (gst_subparse_formats),
17492         (gst_subparse_eventmask), (gst_subparse_event),
17493         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17494         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17495         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17496         (parse_mpsub_deinit), (parse_mpsub_init),
17497         (gst_subparse_buffer_format_autodetect),
17498         (gst_subparse_format_autodetect), (gst_subparse_loop),
17499         (gst_subparse_change_state), (gst_subparse_type_find),
17500         (plugin_init):
17501         * gst/subparse/gstsubparse.h:
17502         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17503         (plugin_init):
17504           Add subtitle support, .sub parser (supports SRT and MPsub),
17505           OGM text support, Matroska UTF-8 text support, deadlock fixes
17506           all over the place, subtitle awareness in decodebin/playbin
17507           and some fixes to textoverlay to handle subtitles in a stream
17508           correctly. Fixes #100931.
17509
17510 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17511
17512         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17513           Check for pad availability before doing a query on it.
17514
17515 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17516
17517         * ext/dv/gstdvdec.c:
17518           really fix bpp24/32 dvdec caps (classic rgba indeed)
17519         * gst/asfdemux/gstasfdemux.c:
17520         (gst_asf_demux_process_ext_content_desc):
17521           don't send text tags if they are empty (bis repetita)
17522
17523 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17524
17525         * ext/dv/gstdvdec.c:
17526          remove unneeded comment from dvdec
17527           (related to DV 4CC codes in AVI files)
17528           moved them in gstreamer/docs/random/mimetypes
17529         * gst/asfdemux/gstasfdemux.c:
17530         (gst_asf_demux_process_ext_content_desc):
17531          don't send text tags if they are empty
17532          fix mem leak on error path
17533         * gst/ffmpegcolorspace/avcodec.h:
17534         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17535         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17536         (gst_ffmpegcsp_avpicture_fill):
17537         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17538         * gst/ffmpegcolorspace/imgconvert_template.h:
17539          adds BGR32 and BGRA32 to ffmpegcolorspace
17540           (still bad colors, fixing it on next commit)
17541           helps with dvdec outputing BGR32
17542
17543 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17544
17545         * ext/dv/gstdvdec.c:
17546          Fix audio caps i just broke (missing ',')
17547         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17548         (gst_matroska_mux_reset):
17549          Fix typo + add FIXME about old "x-gst-metadata" crap
17550
17551 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17552
17553         * ext/dv/demo-play.c: (main):
17554          xvideosink -> xvimagesink
17555         * ext/dv/gstdvdec.c:
17556          change rgb 32/32 caps to 24/32 (no alpha)
17557          change nb of channels to be a list (2 or 4, not 2)
17558          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17559         * gst/asfdemux/gstasfdemux.c:
17560         (gst_asf_demux_process_ext_content_desc):
17561          Add 'date/year' to extracted metadata list
17562
17563 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17564
17565         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17566           The return value of fixate_to does not imply that the requested
17567           value was set, so don't assume.
17568
17569 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17570
17571         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17572
17573         * ext/libpng/gstpngdec.c:
17574         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17575         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17576         * ext/libpng/gstpngenc.h:
17577           Alpha support (encoder; #163161), mime fixage.
17578
17579 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17580
17581         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17582
17583         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17584         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17585         (gst_faac_set_property), (gst_faac_get_property):
17586         * ext/faac/gstfaac.h:
17587           Allow for ADTS output (#153434).
17588
17589 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17590
17591         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17592           Fix against template (#150576).
17593
17594 2005-01-06  Benjamin Otte  <otte@gnome.org>
17595
17596         * gst/games/gstpuzzle.c: (draw_puzzle):
17597           don't draw a puzzle if either width or height of tiles would be 0.
17598
17599 2005-01-06  Benjamin Otte  <otte@gnome.org>
17600
17601         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17602         (gst_puzzle_class_init), (gst_puzzle_finalize):
17603           no memleaks, please
17604         (gst_puzzle_create), (gst_puzzle_init),
17605         (gst_puzzle_set_property), (gst_puzzle_setup):
17606           change initialization code around so we don't reshuffle on resize
17607         (draw_puzzle):
17608           fix another stupid typo
17609
17610 2005-01-06  Benjamin Otte  <otte@gnome.org>
17611
17612         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17613           fix stupid typo that borked copying on YUY2
17614
17615 2005-01-06  Benjamin Otte  <otte@gnome.org>
17616
17617         * gst/games/gstpuzzle.c: (draw_puzzle):
17618           fix edges when image sizes aren't multiples of tile sizes
17619
17620 2005-01-06  Benjamin Otte  <otte@gnome.org>
17621
17622         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17623           make RGB endianness work correctly
17624         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17625           refactor and fix race with initial shuffling
17626         (nav_event_handler):
17627           allow using the mouse to puzzle
17628         (draw_puzzle):
17629           insist on tiles having width and height as multiples of 4 to get
17630           clean YUV image handling
17631         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17632         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17633           s/DEBUG/LOG/ for common messages
17634         (gst_xvimagesink_navigation_send_event):
17635           fix mouse event translation to not include screen PAR
17636         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17637           fix mouse event translation to actually work
17638
17639 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17640
17641         * gst/asfdemux/gstasfdemux.c:
17642         (gst_asf_demux_process_ext_content_desc):
17643          Extract TrackNumber metadata + clean up code
17644         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17645          Hope this is the good fix (var used unitialised)
17646
17647 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17648
17649         * ext/faad/gstfaad.c: (gst_faad_chain):
17650           Only increment timestamp if it's valid. Fixes raw AAC streams.
17651
17652 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17653
17654         * configure.ac:
17655         * gst/games/Makefile.am:
17656         * gst/games/gstpuzzle.c:
17657           add a puzzle game with...
17658         * gst/games/gstvideoimage.c:
17659         * gst/games/gstvideoimage.h:
17660           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17661           from videotestsrc and made into something that would be a nice
17662           library for a lot of other plugins.
17663
17664 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17665
17666         * configure.ac:
17667          don't compile faad plugin if a RC of 2.0 is found
17668          Fixes #155346 (and FC1 buildbot)
17669         * gst/asfdemux/gstasfdemux.c:
17670         (gst_asf_demux_process_ext_content_desc):
17671          try to make Solaris compiler happier
17672
17673 2005-01-06  Paul Jack  <pjack@sfaf.org>
17674
17675         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17676
17677         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17678           Fix segfault (#161667).
17679
17680 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17681
17682         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17683           Fix framerate reporting.
17684
17685 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17686
17687         * gst-libs/gst/riff/riff-ids.h:
17688         * gst/wavenc/riff.h:
17689          Add AMR (VBR and CBR) ids to riff.h audio codec list
17690         * gst/asfdemux/gstasfdemux.c:
17691         (gst_asf_demux_process_ext_content_desc),
17692         (gst_asf_demux_process_object):
17693           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17694
17695 2005-01-05  Martin Eikermann  <meiker@upb.de>
17696
17697         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17698
17699         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17700         (gst_dvd_demux_handle_discont):
17701         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17702         (gst_mpeg_demux_handle_discont):
17703           Recreate pads on new-media (#160730).
17704         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17705           Send discont even if manager changes timestamps (#161929).
17706
17707 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17708
17709         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17710
17711         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17712           Fix invalid memory access (#159211).
17713
17714 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17715
17716         * examples/gstplay/player.c: (main):
17717           Don't iterate.
17718         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17719           Add visualizations.
17720         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17721         (gst_a52dec_handle_frame):
17722           Set duration.
17723         * ext/dvdnav/gst-dvd:
17724           Add audioconvert. Fixes #161325.
17725         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17726           Explicitely case to gint64. Possible valgrind error.
17727         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17728         (gst_play_tick_callback), (gst_play_change_state),
17729         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17730         (gst_play_set_location), (gst_play_get_location),
17731         (gst_play_seek_to_time), (gst_play_set_data_src),
17732         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17733         (gst_play_set_visualization), (gst_play_connect_visualization),
17734         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17735         (gst_play_new):
17736           Use playbin. Fixes #139749 and #147744.
17737         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17738           Add genre tag.
17739         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17740         (audioscale_get_type), (gst_audioscale_base_init),
17741         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17742         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17743         (gst_audioscale_link), (gst_audioscale_get_buffer),
17744         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17745         (gst_audioscale_init), (gst_audioscale_dispose),
17746         (gst_audioscale_chain), (gst_audioscale_set_property),
17747         (gst_audioscale_get_property), (plugin_init):
17748           Indent properly.
17749         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17750           Fix LPCM.
17751         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17752         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17753         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17754           Add more metadata (fixes #162656).
17755
17756 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17757
17758         * configure.ac:
17759           back to cvs
17760
17761 === release 0.8.7 ===
17762
17763 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17764
17765         * NEWS:
17766         * RELEASE:
17767         * configure.ac:
17768           releasing 0.8.7, "Hyperspace"
17769
17770 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17771
17772         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17773
17774         * gst/playback/gstplaybasebin.c:
17775          Fix for #162924 - free caps after use, not before
17776
17777 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17778
17779         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17780
17781         * gst/playback/gstplaybasebin.c:
17782         * gst/wavparse/gstwavparse.c:
17783           Fix for #154773 - fixes playback of small .wav files
17784
17785 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17786
17787         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17788
17789         * gst/audioscale/gstaudioscale.c:
17790           Fix for #162819 - make audioscale reusable
17791           Fixes playback of more than one file with playbin/totem
17792
17793 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17794
17795         * gst/ffmpegcolorspace/avcodec.h:
17796         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17797         * gst/ffmpegcolorspace/imgconvert.c:
17798           clean up the mess that made me cry and avoid needless duplication
17799
17800 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17801
17802         * gst/ffmpegcolorspace/imgconvert.c:
17803           give some indication of why we're segfaulting
17804
17805 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17806
17807         * configure.ac:
17808           Fix indentation, fix v4l2 plugin detection.
17809         * ext/Makefile.am:
17810           Fix libmms location (Maciej, use diff -u!).
17811         * ext/alsa/gstalsa.c: (gst_alsa_init):
17812           Initialize caps cache to NULL.
17813         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17814           Only change state on audiosink if it exists.
17815
17816 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17817
17818         * gst/matroska/matroska-demux.c:
17819         * gst/matroska/matroska-ids.h:
17820         * gst/matroska/matroska-demux.h:
17821         Fix Vorbis streams failing to decode in some files, where cluster_time
17822         isn't 0, because then it doesn't send codec_priv before actual data.
17823         Remove time-based test and replace it with marker set on beginning of
17824         new stream
17825
17826 2004-12-28  David Schleef  <ds@schleef.org>
17827
17828         Merge patch from Ronald fixing problems with streaming
17829         text.
17830         * ext/cairo/gstcairo.c: (plugin_init):
17831         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17832         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17833         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17834         (gst_textoverlay_font_init), (gst_textoverlay_init),
17835         (gst_textoverlay_set_property):
17836         * ext/cairo/gsttextoverlay.h:
17837
17838 2004-12-27  David Schleef  <ds@schleef.org>
17839
17840         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17841         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17842         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17843         (gst_textoverlay_font_init), (gst_textoverlay_init),
17844         (gst_textoverlay_set_property): Improvements to actually
17845         render text as white on black outline on video, including
17846         font selection and horizontal/vertical alignment.  (Ronald's
17847         christmas present)
17848         * ext/cairo/gsttextoverlay.h:
17849
17850 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17851
17852         * ext/ogg/gstogg.c:
17853         * ext/ogg/gstogmparse.c:
17854           fix ogm[audio/video]parse plugin registration
17855           (riff won't load if bytestream is already loaded)
17856
17857 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17858
17859         * gst/audioconvert/gstchannelmix.c:
17860           fix for GLIB < 2.4
17861
17862 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17863
17864         * Makefile.am:
17865         * configure.ac:
17866           disable docs again until it actually passes make distcheck.
17867
17868 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17869
17870         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17871         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17872         (plugin_init):
17873           Add 3GP (variables name Q3GP because they can't start with a
17874           number). Add samr audio fourcc (used in .3gp files), decoder
17875           is work in progress. Also do a GST_WARNING instead of ERROR
17876           in case of unknown nodes, to decrease output.
17877
17878 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17879
17880         * Makefile.am:
17881           really fix dist
17882
17883 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17884
17885         * configure.ac:
17886         * ext/speex/gstspeexdec.h:
17887         * ext/speex/gstspeexenc.h:
17888           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17889           Fix detection code in configure.ac
17890
17891 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17892
17893         * gst/matroska/matroska-demux.c:
17894         (gst_matroska_demux_parse_blockgroup):
17895           Save position, so that queries give proper return values. Don't
17896           know how this could ever have worked before...
17897
17898 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17899
17900         * configure.ac:
17901           Put additional LAME check inside the conditional.  Fixes #152339
17902
17903 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17904
17905         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17906         (gst_avi_demux_stream_scan):
17907           Add some more debug. Fix logic error when setting movi offset
17908           while reading index.
17909
17910 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17911
17912         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17913         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17914         (gst_avi_demux_process_next_entry):
17915           Add some debugging. Better detection of broken indexes and the
17916           accompanying index recovery. No infinite loops on state changes
17917           when we're still in our loopfunction.
17918
17919 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17920
17921         * configure.ac:
17922           Fix up.
17923
17924 2004-12-22  Archana Shah  <archana.shah@wipro.com>
17925
17926         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17927
17928         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17929           Normalizing the value before setting
17930         (gst_sunaudiomixer_get_volume):
17931           Normalizing the value after getting. Fixes bug# 161980
17932
17933 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17934
17935         * Makefile.am: Make sure docs gets disted
17936         * docs/Makefile.am: Make sure all needed files get disted
17937         * gst-plugins.spec.in: latest updates
17938
17939 2004-12-22  Wim Taymans  <wim@fluendo.com>
17940
17941         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17942         Revert patch 1.38 as clock distribution over schedulers does
17943         not work correcly in the core yet.
17944
17945 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17946
17947         * sys/oss/README: remove this file, which predates my birth
17948           (and which content is by far outdated)
17949
17950 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
17951
17952         * Makefile.am:
17953         * configure.ac:
17954         * docs/Makefile.am:
17955         * docs/libs/Makefile.am:
17956         * docs/libs/gst-plugins-libs-docs.sgml:
17957         * docs/libs/gst-plugins-libs-sections.txt:
17958         * docs/libs/tmpl/gstgconf.sgml:
17959         * docs/upload.mak:
17960         * docs/version.entities.in:
17961           Added boilerplate gtk-doc files for plugin-libs documentation.
17962
17963 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17964
17965         * gst/auparse/gstauparse.c: fix int and float audio caps
17966
17967 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17968
17969         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17970         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17971           g_assert() can be a macro, don't use #ifdef inside it.
17972
17973 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
17974
17975         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17976
17977         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17978         (gst_videorate_init), (gst_videorate_chain),
17979         (gst_videorate_change_state):
17980           Event handling (fixes #159986).
17981
17982 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17983
17984         * gst-libs/gst/riff/riff-media.c:
17985         (gst_riff_create_video_caps_with_data):
17986           Add BLZ0 (Blizzard's version of DivX) fourcc.
17987
17988 2004-12-18  David Schleef  <ds@schleef.org>
17989
17990         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17991         portability fix.
17992
17993 2004-12-18  David Schleef  <ds@schleef.org>
17994
17995         * gst/tta/ttadec.h: Disable some header code that isn't used
17996         and clearly isn't portable.
17997
17998 2004-12-18  David Schleef  <ds@schleef.org>
17999
18000         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18001         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18002         (avcodec_get_pix_fmt), (avpicture_layout),
18003         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18004         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18005         Fix code to not use GCC extensions (and c99 extensions that
18006         Forte does not like.)
18007
18008 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18009
18010         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18011
18012         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18013         (gst_deinterlace_chain):
18014           Rowstride fixes. Fixes #161039.
18015         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18016         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18017         (gst_video_crop_getcaps), (gst_video_crop_link),
18018         (gst_video_crop_i420), (gst_video_crop_chain),
18019         (gst_video_crop_change_state):
18020           Rework of negotiation. Actually works now. Fixes #158650.
18021
18022 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18023
18024         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18025           That was very stupid.
18026
18027 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18028
18029         * gst/matroska/matroska-demux.c:
18030         (gst_matroska_demux_parse_blockgroup):
18031           Fix possible crasher.
18032
18033 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18034
18035         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18036         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18037           Lace sizes can be zero.
18038
18039 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18040
18041         * ext/musepack/gstmusepackdec.cpp:
18042           Fetch error return values. Fixes #161624.
18043         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18044           Really EOS.
18045
18046 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18047
18048         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18049           Work for truncated (unfinished download etc.) files. Fixes #160514.
18050
18051 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18052
18053         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18054           Fix for integer overflow. Makes #156001 not crash. Probably masks
18055           the real bug.
18056
18057 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18058
18059         * gst/ac3parse/gstac3parse.c: (plugin_init):
18060           Parsers never have ranks. Fixes #159651.
18061
18062 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18063
18064         * gst/playback/gstdecodebin.c: (compare_ranks):
18065           make sure the facotries are ordered the same every time even if they
18066           have the same rank by using the name
18067         * gst/playback/gstdecodebin.c: (find_compatibles):
18068           make sure we don't add factories to the list twice
18069
18070 2004-12-16  David Schleef  <ds@schleef.org>
18071
18072         * configure.ac: look for musepack headers as musepack/*.h
18073         (fixes #159847)
18074         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18075         * ext/musepack/gstmusepackreader.h: same
18076
18077 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18078
18079         * gst-libs/gst/riff/riff-read.c:
18080         (gst_riff_read_strf_auds_with_data):
18081           Read extradata correctly (fixes #155879).
18082
18083 2004-12-16  David Schleef  <ds@schleef.org>
18084
18085         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18086         audio.  does _not_ attempt or allow conversion unless channels
18087         is 1 or 2.
18088
18089 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18090
18091         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18092
18093 2004-12-16  David Schleef  <ds@schleef.org>
18094
18095         * gst/audioscale/gstaudioscale.c: the resample library only
18096         handles 1 or 2 channels.  Change caps to compensate.
18097
18098 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18099
18100         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18101         (gst_matroska_demux_audio_caps):
18102           Some MPEG-AAC hacks, because else it doesn't work...
18103
18104 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18105
18106         * gst-libs/gst/riff/riff-media.c:
18107         (gst_riff_create_video_caps_with_data),
18108         (gst_riff_create_video_template_caps):
18109           Add h264.
18110
18111 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18112
18113         * gst-libs/gst/audio/Makefile.am:
18114           Try to fix buildbot.
18115
18116 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18117
18118         * gst/tcp/gstmultifdsink.c:
18119           Clean up and uniformize debugging.
18120
18121 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
18122
18123         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18124
18125         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18126         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18127         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18128         (gst_mpeg_demux_change_state):
18129           Reset on ready. Fixes 160276.
18130
18131 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18132
18133         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18134
18135         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18136         (gst_ffmpegcsp_pad_link):
18137           Fix memleak (#154815).
18138
18139 2004-12-16  James Bowes  <bowes@cs.dal.ca>
18140
18141         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18142
18143         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18144         (gst_musicbrainz_init), (gst_musicbrainz_chain),
18145         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18146         * ext/musicbrainz/gsttrm.h:
18147           Add support for using a proxy server when getting a trm id from
18148           the MusicBrainz database (#149613).
18149
18150 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
18151
18152         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18153
18154         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18155         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18156           Fix memleaks (#157233).
18157
18158 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18159
18160         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18161
18162         * gst-libs/gst/resample/resample.c: (gst_resample_close):
18163         * gst-libs/gst/resample/resample.h:
18164         * gst/audioscale/gstaudioscale.c:
18165           Fix memleak (#159215).
18166
18167 2004-12-16  Toni Willberg  <toniw@iki.fi>
18168
18169         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18170
18171         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18172         * sys/oss/oss_probe.c: (main):
18173           Check for mono/stereo support (similar to samplerate probing),
18174           fixes #159433. Also add missing copyright header to oss_probe.c.
18175
18176 2004-12-15  David Schleef  <ds@schleef.org>
18177
18178         * configure.ac: add audioresample and cairo plugins.  Remove
18179         HAVE_MMX stuff, because it's not used.
18180         * ext/Makefile.am: same
18181         * ext/audioresample/Makefile.am: You are not ready for an
18182         audio resampling element based on audioresample.
18183         * ext/audioresample/gstaudioresample.c:
18184         * ext/audioresample/gstaudioresample.h:
18185         * ext/cairo/Makefile.am: You are not ready for overlay elements
18186         based on cairo.  Don't look too closely, these elements kinda
18187         suck right now.
18188         * ext/cairo/gstcairo.c: new
18189         * ext/cairo/gsttextoverlay.c: new
18190         * ext/cairo/gsttextoverlay.h: new
18191         * ext/cairo/gsttimeoverlay.c: new
18192         * ext/cairo/gsttimeoverlay.h: new
18193         * gst-libs/gst/media-info/media-info-priv.h: fix compile
18194         problem with compilers that don't support variadic macros.
18195
18196 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18197
18198         Reviewed by:  David Schleef  <ds@schleef.org>
18199
18200         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
18201         Bala, registering sunaudiosrc (oops!), and cleaning up code a
18202         bit.  Also ran indent-gst.
18203         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18204         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18205         (gst_sunaudiosrc_setparams):
18206
18207 2004-12-14  David Schleef  <ds@schleef.org>
18208
18209         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18210         output rate to 16000.  Should fix #160235.
18211
18212 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18213
18214         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18215         Add typefinding for mpeg2 pes streams
18216
18217 2004-12-13  David Schleef  <ds@schleef.org>
18218
18219         * configure.ac:  Applied patch from bug #143659, making default
18220         sources and sinks OS-dependent (for Solaris), and added code
18221         for OS/X.
18222         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18223
18224 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18225
18226         * gst-libs/gst/riff/riff-media.c:
18227           forgot to add h2.64 to avidemux template caps
18228
18229 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18230
18231         * gst/wavenc/riff.h:
18232         * gst-libs/gst/riff/riff-media.c:
18233         * gst-libs/gst/riff/riff-ids.h:
18234         * gst/avi/gstavimux.c
18235         add 4CC code for VideoSoft h264 in AVI (VSSH)
18236           fixes bug #160655
18237         remove s323 from riff, it's quicktime specific :(
18238
18239 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18240
18241         * gst/asfdemux/README
18242         * gst/wavenc/riff.h
18243         * gst-libs/gst/riff/riff-ids.h
18244         * gst-libs/gst/riff/riff-media.c
18245         * gst/qtdemux/qtdemux.c:
18246           add new 4CC codes for h263 related codecs
18247           fixes partially bug #155163
18248
18249 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18250
18251         * configure.ac: Update polyaudio requirement to 0.7
18252         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18253
18254 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18255
18256         * gst/interleave/deinterleave.c:
18257         fix my name's spelling! :)
18258
18259 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18260
18261         * AUTHORS ChangeLog
18262         * gst/auparse/gstauparse.c
18263         * gst/interleave/deinterleave.c
18264         * gst/law/:
18265                 alaw-decode.c alaw-encode.c
18266                 mulaw-decode.c mulaw-encode.c
18267         * gst/oneton/gstoneton.c
18268         * sys/osxaudio/:
18269                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18270         * sys/osxvideo/:
18271                 cocoawindow.h cocoawindow.m
18272                 osxvideosink.h osxvideosink.m
18273
18274         put the same mail address for Zaheer Abbas Merali everywhere
18275
18276 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18277
18278         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18279           Align by packetsize, and assert that we a packet available before
18280           playing. The first makes webstreams work (they often include
18281           trailing padding data in a packet), the second allows pausing a
18282           ASF stream in totem without getting demux errors afterwards.
18283
18284 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18285
18286         * ext/ogg/gstoggdemux.c: (get_relative):
18287           Check for non-NULL before accessing member (end-of-chain).
18288
18289 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18290
18291         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18292         (cdparanoia_set_property), (cdparanoia_get_property):
18293         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18294         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18295         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18296         (dvdreadsrc_init), (dvdreadsrc_set_property),
18297         (dvdreadsrc_get_property):
18298         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18299         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18300           Synchronize property names where not yet the case. Devices are
18301           now device=X, other versions are deprecated (but still exist).
18302           Also use g_free() unconditionally.
18303         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18304         (setup_source), (gst_play_base_bin_get_property):
18305           Expose source.
18306
18307 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18308
18309         * configure.ac: move GCONF macro outside conditional for the am
18310           conditional. Fixes #160439
18311
18312 2004-12-08  David Schleef  <ds@schleef.org>
18313
18314         * tools/gst-visualise-m.m: Switch to elements that currently
18315         exist.
18316
18317 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18318
18319         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18320           We love wrong commas.
18321
18322 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18323
18324         * gst/matroska/matroska-demux.c:
18325         (gst_matroska_demux_handle_src_query):
18326           Don't set DEFAULT, unsupported - makes length display incorrectly
18327           in some cases.
18328
18329 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18330
18331         * gst/monoscope/README: remove blurb about files being GPL
18332         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18333         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18334           monoscope is now effectively LGPL licensed
18335
18336 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18337
18338         * gst/monoscope/README: Update information to be more correct
18339         * gst/monoscope/convolve.c: Relicense to LGPL
18340         * gst/monoscope/convolve.h: Relicense to LGPL
18341
18342 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18343
18344         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18345           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18346         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18347           set default_duration for mpeg1 audio
18348
18349 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18350
18351         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18352         * ext/alsa/gstalsa.h:
18353           refactor big chunks of the core caps negotiation code to make it
18354           a lot faster, because people claim it's really slow
18355           (actually, just cache the getcaps when the device is opened)
18356
18357 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18358
18359         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18360         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18361         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18362         (gst_a52dec_change_state), (plugin_init):
18363         * ext/a52dec/gsta52dec.h:
18364           Do something useful with timestamps. Make chain-based (since
18365           there's really no reason to be loopbased).
18366         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18367           Update current_byte/frame correctly.
18368
18369 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18370
18371         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18372         (gst_ape_demux_stream_init):
18373           Forward tags, too.
18374
18375 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18376
18377         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18378           Let's make sure we're done typefinding when detecting tags.
18379
18380 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18381
18382         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18383         (gst_ebml_read_init), (gst_ebml_read_use_event),
18384         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18385         (gst_ebml_read_seek), (gst_ebml_read_skip),
18386         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18387         (gst_ebml_read_master):
18388         * gst/matroska/ebml-read.h:
18389         * gst/matroska/matroska-demux.c:
18390         (gst_matroska_demux_parse_contents),
18391         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18392           Disgustingly evil hack for working around INTERRUPT events and
18393           their extremely annoying habit of being a pain in the ass. We
18394           simply peek a cluster before reading any of it.
18395
18396 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18397
18398         * ext/musepack/gstmusepackdec.cpp:
18399           There's also floating point libmusepacks.
18400
18401 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18402
18403         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18404         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18405           Set DURATION even if source buffer didn't. Also use increasing
18406           timestamps.
18407         * gst-libs/gst/riff/riff-media.c:
18408         (gst_riff_create_audio_caps_with_data):
18409           Block_align can have larger values than 8192.
18410
18411 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18412
18413         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18414         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18415         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18416         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18417           Fix caps.
18418
18419 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18420
18421         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18422           Fix logic bug.
18423
18424 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18425
18426         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18427           Yay, another one.
18428
18429 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18430
18431         * ext/esd/esdsink.c: (gst_esdsink_chain):
18432           Make error actually say something useful (fixes #156798).
18433         * gst-libs/gst/riff/riff-media.c:
18434         (gst_riff_create_video_caps_with_data),
18435         (gst_riff_create_video_template_caps):
18436           Add Intel Video 5.0 fourcc (IV50).
18437
18438 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18439
18440         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18441         detection on mono and stereo mp3 files.
18442
18443 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18444
18445         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18446           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18447           the contained stream).
18448
18449 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18450
18451         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18452           Oops, remove debug.
18453
18454 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18455
18456         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18457
18458         * gst/law/alaw-decode.c: (alawdec_getcaps):
18459         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18460           Prevent warnings when negotiating caps (fixes #159338).
18461
18462 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18463
18464         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18465         (gst_ffmpegcsp_chain):
18466           Remove old leftover that shouldn't be there...
18467
18468 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18469
18470         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18471
18472         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18473           Don't forward DISCONT events (fixes #159684).
18474
18475 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18476
18477         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18478           Unlink manually since sometimes bin disposal (and therefore
18479           pad unlinking) is delayed, which will cause a new media file
18480           to not be able to start playing instantly.
18481
18482 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18483
18484         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18485           On mute of an unlinked stream, check for pad availability so
18486           we don't crash on unlinked pad.
18487
18488 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18489
18490         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18491         (gst_avi_demux_massage_index):
18492           Fix quite humiliating bug in omitting 0-sized index chunks but
18493           forgetting to count them for timestamps.
18494
18495 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18496
18497         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18498           Actually leave the loop if we failed to sync. Don't crash.
18499
18500 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18501
18502         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18503         (gst_dvd_demux_process_private):
18504         * gst/mpegstream/gstdvddemux.h:
18505           Fix crash (#159759). Doesn't work, though. :-(.
18506
18507 2004-11-28  Benjamin Otte  <otte@gnome.org>
18508
18509         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18510           more overwriting protection due to modifying channels one by one
18511           instead of all at once
18512
18513 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18514
18515         * gst/audioconvert/gstchannelmix.c:
18516         (gst_audio_convert_fill_normalize):
18517           Normalize using absolute values.
18518
18519 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18520
18521         * configure.ac:
18522         * ext/Makefile.am:
18523         * ext/directfb/Makefile.am:
18524         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18525         (gst_directfbvideosink_get_pixel_format),
18526         (gst_directfbvideosink_get_format_from_fourcc),
18527         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18528         (gst_directfbvideosink_sink_link),
18529         (gst_directfbvideosink_change_state),
18530         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18531         (gst_directfbvideosink_buffer_alloc),
18532         (gst_directfbvideosink_interface_supported),
18533         (gst_directfbvideosink_interface_init),
18534         (gst_directfbvideosink_navigation_send_event),
18535         (gst_directfbvideosink_navigation_init),
18536         (gst_directfbvideosink_set_property),
18537         (gst_directfbvideosink_get_property),
18538         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18539         (gst_directfbvideosink_base_init),
18540         (gst_directfbvideosink_class_init),
18541         (gst_directfbvideosink_get_type), (plugin_init):
18542         * ext/directfb/directfbvideosink.h: Adding a first version of
18543         directfbvideosink.
18544         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18545         more.
18546
18547 2004-11-28  Benjamin Otte  <otte@gnome.org>
18548
18549         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18550           walk the samples backwards if out_channels > in_channels so we don't
18551           overwrite data
18552
18553 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18554
18555         * gst/audioconvert/Makefile.am:
18556         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18557         (gst_audio_convert_link), (gst_audio_convert_change_state),
18558         (gst_audio_convert_channels):
18559         * gst/audioconvert/gstchannelmix.c:
18560         (gst_audio_convert_unset_matrix),
18561         (gst_audio_convert_fill_identical),
18562         (gst_audio_convert_fill_compatible),
18563         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18564         (gst_audio_convert_fill_others),
18565         (gst_audio_convert_fill_normalize),
18566         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18567         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18568         * gst/audioconvert/gstchannelmix.h:
18569           Implement a channel mixer.
18570
18571 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18572
18573         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18574         * ext/alsa/gstalsa.h:
18575         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18576         Make alsasink actually honor gst_element_set_clock and use that
18577         clock instead of its internal one.
18578
18579 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18580
18581         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18582         (gst_play_base_bin_change_state): nullify source and decoder when
18583         going from READY to NULL so that we don't try to do weird stuff with
18584         them when going from NULL to READY
18585         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18586         instead of g_object_unref
18587         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18588         it should be correct
18589         (gst_play_bin_change_state): don't call remove_sinks if we are
18590         currently disposing the object
18591
18592 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18593
18594         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18595           Don't forget bass if it's there. Else left channel is silent...
18596
18597 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18598
18599         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18600         (gst_a52dec_change_state):
18601           Don't do sample adjusting anymore, we use float audio now.
18602         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18603           Don't fixate to non-existing properties.
18604
18605 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18606
18607         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18608         (gst_a52dec_change_state):
18609           Advertise that we can do surround sound.
18610
18611 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18612
18613         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18614           Add buffer-frames=0.
18615         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18616         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18617         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18618         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18619         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18620         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18621         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18622         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18623         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18624         * ext/dvdread/dvdreadsrc.h:
18625           Add seeking, querying for bytes, sectors, title, angle and
18626           chapter. Handle multiple chapters. Relicense to LGPL because
18627           Billy agreed on that (thanks Billy!).
18628
18629 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18630
18631         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18632         call parent dispose method
18633
18634 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18635
18636         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18637         (gst_audio_clock_get_internal_time):
18638         Fix active <-> inactive transitions: ensure time value always
18639         grows and avoid abrupt value changes.
18640
18641 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18642
18643         * configure.ac:
18644         * gst/tta/Makefile.am:
18645         * gst/tta/crc32.h:
18646         * gst/tta/filters.h:
18647         * gst/tta/gsttta.c:
18648         * gst/tta/gstttadec.c:
18649         * gst/tta/gstttadec.h:
18650         * gst/tta/gstttaparse.c:
18651         * gst/tta/gstttaparse.h:
18652         * gst/tta/ttadec.h:
18653           added TTA parser and decoder
18654
18655 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18656
18657         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18658         (probe_triggered), (check_queue), (buffer_underrun),
18659         (buffer_running), (buffer_overrun), (gen_source_element),
18660         (setup_source):
18661         * gst/playback/gstplaybasebin.h:
18662           Implement buffering. Needs some more work.
18663
18664 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18665
18666         * ext/theora/theoradec.c: (theora_dec_chain):
18667           Fix ilog mask range overflow.
18668
18669 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18670
18671         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18672           Don't omit the last (which in case of dmix is the only :) )
18673           channel count. Don't set channels if <= 2.
18674
18675 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18676
18677         * gst/playback/gstplaybin.c: (gen_video_element),
18678         (gen_audio_element): Removed 2 obsolete comments
18679
18680 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18681
18682         * ext/vorbis/oggvorbisenc.c
18683         * ext/vorbis/vorbisenc.c :
18684           change description fields of those plugins to differentiate them
18685           (pitivi show Encoders by description, they had the same one)
18686
18687 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18688
18689         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18690
18691         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18692         (gst_play_bin_set_property), (gen_video_element),
18693         (gen_audio_element):
18694           Refcounting fixes for provided audio-/videosinks.
18695
18696 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18697
18698         * gst/playback/gstplaybin.c: (gen_video_element),
18699         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18700           Don't reference all sinks, but only the video- and audiosinks.
18701           The vis. element should be disposed when we're done with it.
18702           We don't have any reason to keep it around. This fixes warnings
18703           when reusing playbin for playing multiple audio files with
18704           vis. enabled. Also release audio device on pause - idea stolen
18705           from Rhythmbox.
18706
18707 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18708
18709         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18710         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18711         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18712         * ext/alsa/gstalsaplugin.c: (plugin_init):
18713         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18714         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18715         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18716         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18717         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18718         (gst_faad_change_state), (plugin_init):
18719         * ext/faad/gstfaad.h:
18720         * ext/vorbis/vorbis.c: (plugin_init):
18721         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18722         * gst-libs/gst/audio/Makefile.am:
18723         * gst-libs/gst/audio/audio.c: (plugin_init):
18724         * gst-libs/gst/audio/multichannel.c:
18725         (gst_audio_check_channel_positions),
18726         (gst_audio_get_channel_positions),
18727         (gst_audio_set_channel_positions),
18728         (gst_audio_set_structure_channel_positions_list),
18729         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18730         (gst_audio_fixate_channel_positions):
18731         * gst-libs/gst/audio/multichannel.h:
18732         * gst-libs/gst/audio/testchannels.c: (main):
18733         * gst/audioconvert/gstaudioconvert.c:
18734         (gst_audio_convert_class_init), (gst_audio_convert_init),
18735         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18736         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18737         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18738         * gst/audioconvert/plugin.c: (plugin_init):
18739           Surround sound support.
18740
18741 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18742
18743         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18744           Fix position for discont if we're close as well. Nitpicking, but
18745           saves a few milliseconds of extra waiting or skipping.
18746
18747 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18748
18749         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18750           We sometimes need parsers for playback, so add those too.
18751
18752 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18753
18754         * configure.ac:
18755         * gst/apetag/Makefile.am:
18756         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18757         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18758         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18759         (gst_ape_demux_get_src_query_types),
18760         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18761         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18762         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18763         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18764         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18765         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18766         (gst_ape_demux_change_state):
18767         * gst/apetag/apedemux.h:
18768         * gst/apetag/apetag.c: (plugin_init):
18769         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18770         (plugin_init):
18771           APE v1/2 tag reader plus typefind function.
18772
18773 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18774
18775         * configure.ac:
18776         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18777         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18778           Remove hacks for older core. Require newer core version
18779           accordingly.
18780
18781 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18782
18783         * gst/cdxaparse/Makefile.am:
18784         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18785         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18786         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18787         * gst/cdxaparse/gstcdxaparse.h:
18788         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18789         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18790         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18791         (gst_cdxastrip_get_src_query_types),
18792         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18793         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18794         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18795         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18796         * gst/cdxaparse/gstcdxastrip.h:
18797           SVCD/VCD header stripping separated from CDXA image parsing.
18798         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18799         (plugin_init):
18800           Add VCD/SVCD header typefinding for VCD/SVCD.
18801         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18802         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18803         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18804         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18805         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18806         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18807         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18808         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18809         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18810         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18811         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18812         * sys/vcd/vcdsrc.h:
18813           Fix up, add seeking, querying, URI interface. Works in totem now.
18814
18815 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18816
18817         * configure.ac:
18818           back to CVS
18819
18820 === release 0.8.6 ===
18821
18822 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18823
18824         * NEWS:
18825         * RELEASE:
18826         * configure.ac:
18827         * po/af.po:
18828         * po/az.po:
18829         * po/cs.po:
18830         * po/en_GB.po:
18831         * po/hu.po:
18832         * po/it.po:
18833         * po/nb.po:
18834         * po/nl.po:
18835         * po/or.po:
18836         * po/sq.po:
18837         * po/sr.po:
18838         * po/sv.po:
18839         * po/uk.po:
18840           releasing 0.8.6, "IOU Love"
18841
18842 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18843
18844         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18845
18846         * gst/playback/gstplaybasebin.c:
18847           Fix unplayable files error handling.  Fixes #158365
18848
18849 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18850
18851         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18852
18853         * gst/typefind/gsttypefindfunctions.c:
18854           Fix broken mp3 typefinding.  Fixes #158375
18855
18856 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18857
18858         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18859
18860         * ext/ogg/gstoggdemux.c:
18861           Fix sync on broken files.  Fixes #158976
18862
18863 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18864
18865         patch by: Edward Hervey <bilboed@bilboed.com>
18866
18867         * ext/libpng/gstpngenc.c:
18868           Copy over buffer properties.  Fixes #158832
18869
18870 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18871
18872         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18873
18874         * ext/dvdread/dvdreadsrc.c:
18875           Fixes invalid reads (#158462)
18876
18877 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18878
18879         * sys/v4l/gstv4lsrc.c:
18880         * sys/v4l/gstv4lsrc.h:
18881         * sys/v4l/v4lsrc_calls.c:
18882           Probe less and cache it.  Fixes #159187.
18883
18884 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18885
18886         * gst/videorate/gstvideorate.c:
18887           Handle all video formats. Fixes #159186.
18888
18889 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18890         * gst/synaesthesia/gstsynaesthesia.c:
18891         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18892         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18893         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18894         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18895         (gst_synaesthesia_change_state), (plugin_init):
18896         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18897         Force 320x200 output, as that's the only thing the underlying
18898         synaesthesia implementation supports. Still needs to be made
18899         re-entrant.
18900
18901 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18902
18903         * configure.ac:
18904           Fix mpeg2enc configure check (similar to mplex check below).
18905
18906 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
18907
18908         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18909
18910         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18911           Fix for gcc-2.95 (fixes #158221).
18912
18913 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18914
18915         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18916           Re-add clock distribution hack (until new core is released).
18917           Fixes #158125.
18918
18919 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
18920         * configure.ac:
18921           fix mplex configure check segfaulting on some systems (bug #140994)
18922
18923 2004-11-13  Benjamin Otte  <otte@gnome.org>
18924
18925         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18926           add debugging
18927         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18928           do a wait when we enter the loop func with no data available to
18929           write instead of getting into an 100% CPU loop by just returning and
18930           being called again by the scheduler
18931
18932 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
18933
18934         * configure.ac:
18935         * ext/libvisual/visual.c: (gst_visual_get_type),
18936         (libvisual_log_handler), (gst_visual_getcaps),
18937         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18938         (plugin_init):
18939           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18940         * ext/smoothwave/Makefile.am:
18941         * ext/smoothwave/demo-osssrc.c: (main):
18942         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18943         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18944         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18945         (plugin_init):
18946         * ext/smoothwave/gstsmoothwave.h:
18947           Make gstsmoothwave a working element in the 20th century.
18948
18949         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18950           Fix incorrect link function
18951
18952 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18953
18954         * gst/volume/gstvolume.c:
18955           Allow buffer-frames=0.
18956
18957 2004-11-12 Iain <iaingnome@gmail.com>
18958
18959         * configure.ac: Check for polypaudio
18960
18961         * ext/Makefile.am: Build the polyp dir
18962
18963         * ext/polyp: The polypsink sources.
18964
18965 2004-10-30 Iain <iaingnome@gmail.com>
18966
18967         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18968         caps to reflect the new number of channels.
18969
18970 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18971
18972         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18973           Fix for negotiation order problem. This would show when the
18974           ALSA loopfuction was called before any other function. ALSA
18975           wouldn't do anything because we're not negotiated yet, leading
18976           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18977
18978 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18979
18980         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18981
18982         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18983           No warnings (#157986).
18984
18985 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18986
18987         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18988           Prefer apev1/2 and id3v1 (at end of file) over musepack.
18989
18990 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18991
18992         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18993           Signal no-more-pads (so it works in playbin).
18994
18995 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18996
18997         * ext/musepack/gstmusepackreader.cpp:
18998           Workaround for older core.
18999
19000 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19001
19002         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19003           Actually test for odd width/height rather than testing whether
19004           a temporary variable that was 0 before we subtracted 1 is now
19005           not equal to zero (which it always is).
19006
19007 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19008
19009         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19010         Fix compilation if HAVE_XVIDEO is not defined
19011
19012 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19013
19014         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19015         Fix compilation if HAVE_XVIDEO is not defined
19016
19017 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
19018
19019         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19020         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19021         (gst_goom_change_state), (plugin_init):
19022         Use the bytestream adapter so goom doesn't depend on the input
19023         buffer size.
19024         Add a debug category
19025
19026 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19027
19028         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19029           Only set hardware parameters *after* negotiation. Before
19030           negotiation, it will set ANY and that seems to cause crashes
19031           (see e.g. #151288, #153227).
19032
19033 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19034
19035         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19036           This seems to be antique leftover. It needs to pass error
19037           checking.
19038         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19039         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19040         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19041         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19042           Fix GstXOverlay implementation (#151059).
19043
19044 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19045
19046         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19047           Don't assert (#157853).
19048
19049 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19050
19051         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19052           Fix bytes/samples confustion.
19053         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19054           Fix for underrun (#144389).
19055
19056 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19057
19058         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19059           Disable halfway-seek for pending release (since it needs a new
19060           core release).
19061
19062 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19063
19064         * sys/v4l/gstv4lsrc.c:
19065         * sys/v4l/gstv4lsrc.h:
19066         * sys/v4l/v4lsrc_calls.c:
19067           add autoprobe-fps property so we can separate autoprobing parts
19068
19069 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19070
19071         * sys/v4l/gstv4lsrc.c:
19072         * sys/v4l/v4lsrc_calls.c:
19073         initialise fourcc to catch unset fourcc's, and debug
19074
19075 2004-11-09  Wim Taymans  <wim@fluendo.com>
19076
19077         * gst/playback/README:
19078         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19079         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19080         (gst_play_bin_dispose), (gst_play_bin_set_property),
19081         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19082         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19083         (gst_play_bin_get_formats), (gst_play_bin_convert),
19084         (gst_play_bin_get_query_types), (gst_play_bin_query):
19085         Cleanups and some more documentation.
19086
19087 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
19088
19089         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19090         (gst_cacasink_init), (gst_cacasink_chain):
19091         * ext/libcaca/gstcacasink.h:
19092         Cacasink inherits from VideoSink, so let that store the clock.
19093
19094 2004-11-09  Wim Taymans  <wim@fluendo.com>
19095
19096         * gst/playback/README:
19097         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19098         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19099         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19100         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19101         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19102         (setup_sinks):
19103         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19104         (gst_stream_info_is_mute), (gst_stream_info_set_property):
19105         * gst/playback/gststreaminfo.h:
19106         Updated README.
19107         Only switch groups if all streams have muted (EOSed).
19108         Send Tags in sync with the stream playback instead of in
19109         the playback/preroll phase.
19110         Some cleanups, free the fakesrc elements.
19111
19112 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19113
19114         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19115           buffer-frames property was missing
19116         * ext/arts/gst_arts.c:
19117           rate missing from sinkcaps
19118         * ext/audiofile/gstafparse.c:
19119         * ext/audiofile/gstafsink.c:
19120         * ext/audiofile/gstafsrc.c:
19121         * ext/swfdec/gstswfdec.c:
19122           int audio doesn't know buffer-frames
19123         * ext/cdparanoia/gstcdparanoia.c:
19124           int audio doesn't know chunksize either
19125         * ext/nas/nassink.c:
19126           it's endianness, not endianess
19127         * gst-libs/gst/audio/audio.h:
19128           make float standard pad template caps really describe float
19129         * gst/law/mulaw.c: (linear_factory):
19130           signed only, please
19131         * gst/mpegstream/gstdvddemux.c:
19132           widths of 20 are not valid
19133
19134 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19135
19136         Submitted by: Luca Ferretti <elle.uca@infinito.it>
19137
19138         * po/LINGUAS:
19139         * po/it.po:
19140           Add Italian
19141
19142 2004-11-08  Wim Taymans  <wim@fluendo.com>
19143
19144         * gst/playback/README:
19145         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19146         * gst/playback/gstplaybasebin.c: (probe_triggered),
19147         (gst_play_base_bin_change_state):
19148         Updated README, added more comments for fixmes etc..
19149
19150 2004-11-08  Wim Taymans  <wim@fluendo.com>
19151
19152         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19153         We can remove this hack now.
19154
19155 2004-11-08  Wim Taymans  <wim@fluendo.com>
19156
19157         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19158         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19159         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19160         Only mix AYUV for maximum quality.
19161
19162 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19163
19164         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19165         (gst_ogg_demux_push), (gst_ogg_pad_push):
19166           Let's act as if we're synchronized now! :).
19167         * ext/theora/theoradec.c: (theora_dec_chain):
19168           Add some debug.
19169
19170 2004-11-08  Wim Taymans  <wim@fluendo.com>
19171
19172         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19173         (gst_alpha_set_property), (gst_alpha_sink_link),
19174         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19175         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19176         (gst_alpha_init_params), (gst_alpha_chain):
19177         Implement alpha functions for AYUV too, this increases
19178         accuracy quite a bit.
19179
19180 2004-11-08  Wim Taymans  <wim@fluendo.com>
19181
19182         * gst/ffmpegcolorspace/avcodec.h:
19183         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19184         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19185         (gst_ffmpegcsp_avpicture_fill):
19186         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19187         (gst_ffmpegcsp_caps_remove_format_info):
19188         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19189         (shrink12), (img_get_alpha_info), (deinterlace_line),
19190         (deinterlace_line_inplace):
19191         * gst/ffmpegcolorspace/imgconvert_template.h:
19192         Added AYUV colorspace and handle RGBA a bit more respectful.
19193
19194 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19195
19196         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19197           Actually always send a discont (cornercase when resending the
19198           same serial-tagged chain twice).
19199
19200 2004-11-08  Julien MOUTTE  <julien@moutte.net>
19201
19202         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19203         (gst_ximagesink_finalize):
19204         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19205         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19206
19207 2004-11-08  Wim Taymans  <wim@fluendo.com>
19208
19209         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19210         Don't segfault on NULL data.
19211
19212 2004-11-08  Wim Taymans  <wim@fluendo.com>
19213
19214         * gst/playback/gstdecodebin.c: (unlinked):
19215         * gst/playback/gstplay-marshal.list:
19216         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19217         (gst_play_base_bin_init), (group_create), (get_active_group),
19218         (get_building_group), (group_destroy), (group_commit),
19219         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19220         (add_element_stream), (no_more_pads), (probe_triggered),
19221         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19222         (state_change), (setup_source), (gst_play_base_bin_get_property),
19223         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19224         (gst_play_base_bin_link_stream),
19225         (gst_play_base_bin_get_streaminfo):
19226         * gst/playback/gstplaybasebin.h:
19227         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19228         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19229         Add support for chained ogg files. Prepare for playlist
19230         support. This patch introduces the concept of pad groups, which
19231         together compose one playable media file.
19232
19233 2004-11-07  David Schleef  <ds@schleef.org>
19234
19235         * testsuite/gst-lint: Check for pad templates that aren't statically
19236         scoped.
19237
19238 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19239
19240         * configure.ac:
19241         * ext/Makefile.am:
19242         * ext/musepack/Makefile.am:
19243         * ext/musepack/gstmusepackdec.cpp:
19244         * ext/musepack/gstmusepackdec.h:
19245         * ext/musepack/gstmusepackreader.cpp:
19246         * ext/musepack/gstmusepackreader.h:
19247           Add musepack decoder.
19248         * ext/faad/gstfaad.c: (gst_faad_base_init):
19249           Make pad templates static.
19250         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19251         (plugin_init):
19252           Add musepack typefinder, make mp3 typefinding work halfway stream,
19253           which doesn't actually work yet because id3demux doesn't implement
19254           _get_length().
19255
19256 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19257
19258         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19259         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19260           Fix interrupt event handling (#144436).
19261
19262 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19263
19264         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19265           Hide unused glory.
19266
19267 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19268
19269         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19270
19271         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19272           Fix weird caps (#157548).
19273
19274 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19275
19276         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19277
19278         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19279           Add missing NULL terminator (#157543).
19280
19281 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19282
19283         * gst/tcp/gsttcp.h:
19284         * gst/tcp/gsttcpclientsink.c:
19285         * gst/tcp/gsttcpclientsrc.c:
19286         * gst/tcp/gsttcpserversink.c:
19287         * gst/tcp/gsttcpserversrc.c:
19288           ports can go up to 65535.  Move common defines to gsttcp.h
19289
19290 2004-11-05  Wim Taymans  <wim@fluendo.com>
19291
19292         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19293         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19294         Added two more colorspaces.
19295
19296 2004-11-05  Wim Taymans  <wim@fluendo.com>
19297
19298         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19299         (gst_ffmpegcsp_avpicture_fill):
19300         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19301         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19302         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19303         More stride fixes.
19304
19305 2004-11-05  Wim Taymans  <wim@fluendo.com>
19306
19307         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19308         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19309         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19310         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19311         (gst_videomixer_loop):
19312         More stride fixes.
19313
19314 2004-11-05  Benjamin Otte  <otte@gnome.org>
19315
19316         * ext/mad/gstmad.c: (gst_mad_chain):
19317           don't overflow data buffer. Flush not needed sync data when syncing
19318           failed.
19319
19320 2004-11-04  Wim Taymans  <wim@fluendo.com>
19321
19322         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19323         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19324         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19325         (gst_alpha_init_params), (gst_alpha_chain),
19326         (gst_alpha_change_state):
19327         Updated the chroma keying algorithm with something more
19328         sophisticated.
19329
19330 2004-11-03  Wim Taymans  <wim@fluendo.com>
19331
19332         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19333         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19334         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19335         Fix stride issues. Does not completely work for odd
19336         heights.
19337
19338 2004-11-03  Wim Taymans  <wim@fluendo.com>
19339
19340         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19341         (gst_alpha_chroma_key), (gst_alpha_chain):
19342         Fix stride issues. Does not completely work for odd
19343         heights.
19344
19345 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19346
19347         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19348         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19349         leak fixes
19350
19351 2004-11-03  Wim Taymans  <wim@fluendo.com>
19352
19353         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19354         (gst_ffmpegcsp_avpicture_fill):
19355         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19356         (avpicture_alloc):
19357         * gst/ffmpegcolorspace/imgconvert_template.h:
19358         Use correct _fill function to get correct strides.
19359
19360 2004-11-02  David Schleef  <ds@schleef.org>
19361
19362         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19363         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19364         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19365         Change all g_print()s to debugging.  Add a bunch of consistency
19366         checks.
19367
19368 2004-11-02  Wim Taymans  <wim@fluendo.com>
19369
19370         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19371         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19372         (unlinked), (no_more_pads), (close_link):
19373         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19374         (unknown_type), (add_element_stream), (new_decoded_pad),
19375         (removed_decoded_pad), (setup_source):
19376         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19377         (gst_stream_info_class_init), (gst_stream_info_init),
19378         (gst_stream_info_new), (gst_stream_info_dispose),
19379         (stream_info_mute_pad), (gst_stream_info_set_property),
19380         (gst_stream_info_get_property):
19381         * gst/playback/gststreaminfo.h:
19382         Fix playback of multiple files.
19383         a slightly different approach to handling dynamic pad removals.
19384         This one only looks at pads that we have linked.
19385
19386 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19387
19388         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19389         free" warning from libc.
19390
19391 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19392
19393         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19394         (get_unconnected_element), (remove_starting_from), (pad_removed),
19395         (close_link):
19396           Implement support for dynamic pad changing. We listen to "live"
19397           pad removals (i.e. while playing) and re-setup autoplugging
19398           after that. Playbasebin/playbin need some more work for this
19399           to finally work, but decodebin supports (and replugs) chained
19400           ogg now.
19401
19402 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19403
19404         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19405         (gst_alsa_finalize):
19406         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19407         (gst_cdaudio_finalize):
19408         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19409         (cdparanoia_finalize):
19410         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19411         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19412         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19413         (dvdreadsrc_finalize):
19414         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19415         (gst_flacdec_finalize):
19416         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19417         (gst_flacenc_finalize):
19418         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19419         (gst_gnomevfssink_finalize):
19420         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19421         (gst_gnomevfssrc_finalize):
19422         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19423         (gst_fameenc_finalize):
19424         * ext/nas/nassink.c: (gst_nassink_class_init),
19425         (gst_nassink_finalize):
19426         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19427         (gst_sdlvideosink_class_init):
19428         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19429         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19430         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19431         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19432         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19433         (gst_x_window_listener_dispose):
19434         * gst/audioscale/gstaudioscale.c:
19435         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19436         (play_on_demand_finalize):
19437         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19438         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19439         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19440         (cdplayer_finalize):
19441         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19442         (gst_glimagesink_class_init):
19443         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19444         (gst_osselement_finalize):
19445         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19446         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19447         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19448           Fixes a bunch of problems with finalize and dispose functions,
19449           either assumptions that dispose is only called once, or not calling
19450           the parent class dispose/finalize function
19451
19452 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19453
19454         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19455           added two api precondition guards
19456           use g_strdup with getenv to fix crash when using ENVVAR
19457
19458 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19459         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19460         (gst_esdsink_finalize):
19461         Use a finalize function, not dispose, and more importantly,
19462         call the parent class finalize function too
19463
19464 2004-11-01  Johan Dahlin  <johan@gnome.org>
19465
19466         * ext/ogg/gstoggdemux.c:
19467         * gst/tags/gstvorbistag.c:
19468         Plug leaks.
19469
19470 2004-10-31  Benjamin Otte  <otte@gnome.org>
19471
19472         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19473           lotsa memleaks today. But they're all small...
19474
19475 2004-10-31  Benjamin Otte  <otte@gnome.org>
19476
19477         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19478           another memleak crushed
19479
19480 2004-10-31  Benjamin Otte  <otte@gnome.org>
19481
19482         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19483           fix memleak
19484
19485 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19486
19487         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19488           Hack to prevent crash when going to READY inside signal handler
19489           while this function is active.
19490
19491 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19492
19493         * gst/ffmpegcolorspace/Makefile.am:
19494         * gst/ffmpegcolorspace/avcodec.h:
19495         * gst/ffmpegcolorspace/common.h:
19496         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19497         * gst/ffmpegcolorspace/dsputil.h:
19498         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19499         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19500         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19501         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19502         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19503         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19504         (gst_ffmpegcsp_avpicture_fill):
19505         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19506         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19507         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19508         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19509         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19510         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19511         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19512         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19513         * gst/ffmpegcolorspace/imgconvert.c:
19514         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19515         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19516         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19517         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19518         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19519         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19520         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19521         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19522         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19523         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19524         (grow21), (grow22), (grow41), (grow44), (conv411),
19525         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19526         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19527         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19528         (avpicture_free), (is_yuv_planar), (img_convert),
19529         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19530         (deinterlace_line_inplace), (deinterlace_bottom_field),
19531         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19532         * gst/ffmpegcolorspace/imgconvert_template.h:
19533         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19534         * gst/ffmpegcolorspace/mmx.h:
19535         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19536         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19537         (av_freep), (avcodec_get_context_defaults),
19538         (avcodec_alloc_context), (avcodec_init):
19539           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19540           handling plus update from ffmpeg CVS. Large clean-up.
19541
19542 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19543
19544         * gst/playback/Makefile.am:
19545           We need the marshallers for decodebin, too.
19546
19547 2004-10-30  David Schleef  <ds@schleef.org>
19548
19549         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19550           quicktime typefinding work with 64-bit offsets.
19551
19552 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19553
19554         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19555           Set EOS on the element when processing an EOS event.
19556         * ext/speex/gstspeexdec.h:
19557         * ext/speex/gstspeexenc.h:
19558           Only keep a const ptr to the mode
19559         * gst-libs/gst/riff/riff-media.c:
19560         (gst_riff_create_audio_caps_with_data),
19561         (gst_riff_create_audio_template_caps):
19562           Allow WMAV3, with up to 6 channels.
19563         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19564           Don't call gst_pad_set_event_function on a sink pad.
19565         * gst/mpegstream/gstdvddemux.c:
19566         (gst_dvd_demux_get_subpicture_stream),
19567         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19568           Copy the explicit caps that were set across to the cur_* pads,
19569           instead of trying to use a possibly non-existent negotiated caps.
19570           Reset the type of subpicture pads to UNKNOWN after calling
19571           init_stream, so that the caps get set.
19572
19573 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19574
19575         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19576
19577         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19578           Don't touch buffer if it is of size 0 (fixes #151064).
19579
19580 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19581
19582         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19583           Synchronized discont handling.
19584
19585 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19586
19587         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19588         (gst_ogg_demux_push):
19589           Make seeking sort-of exact again (fixes #156387).
19590
19591 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19592
19593         * gst/playback/gstplaybasebin.c: (unknown_type),
19594         (add_element_stream), (new_decoded_pad),
19595         (gst_play_base_bin_change_state):
19596         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19597         (gst_stream_info_init), (gst_stream_info_new),
19598         (gst_stream_info_dispose), (gst_stream_info_get_property):
19599         * gst/playback/gststreaminfo.h:
19600           Make caps explicitely available. Makes testing for unsupported
19601           types possible. Improves error reporting.
19602
19603 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19604
19605         * gst/audioconvert/gstaudioconvert.c:
19606         (gst_audio_convert_buffer_to_default_format):
19607           Really don't touch read-only buffers (#156563).
19608
19609 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19610
19611         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19612
19613         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19614           Fix memleak (#155223).
19615
19616 2004-10-29  Wim Taymans  <wim@fluendo.com>
19617
19618         * gst/tcp/.cvsignore:
19619         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19620         (gst_multifdsink_class_init), (gst_multifdsink_init),
19621         (gst_multifdsink_add), (gst_multifdsink_remove),
19622         (gst_multifdsink_remove_client_link), (is_sync_frame),
19623         (gst_multifdsink_new_client),
19624         (gst_multifdsink_handle_client_write),
19625         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19626         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19627         (gst_multifdsink_get_property):
19628         * gst/tcp/gstmultifdsink.h:
19629         Added burst on connect sync_method, deprecated sync_clients,
19630         streamlined the sync code some more.
19631
19632 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19633
19634         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19635         (gst_play_base_bin_change_state):
19636           Improve error reporting.
19637
19638 2004-10-28  Wim Taymans  <wim@fluendo.com>
19639
19640         * gst/tcp/Makefile.am:
19641         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19642         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19643         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19644         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19645         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19646         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19647         (gst_fdset_wait):
19648         Added more locks around fdset structures. Fixed/reworked
19649         the poll array resizing code.
19650         Added stress test for fdset.
19651
19652 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19653
19654         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19655         fix build
19656
19657 2004-10-28  Benjamin Otte  <otte@gnome.org>
19658
19659         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19660           fix link function to always query channels and query width for
19661           floats
19662         * configure.ac:
19663           add equalizer dir
19664         * gst/equalizer/Makefile.am:
19665         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19666         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19667         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19668         (arg_to_scale), (setup_filter),
19669         (gst_iir_equalizer_compute_frequencies),
19670         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19671         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19672         (plugin_init):
19673           add an equalizer
19674
19675 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19676
19677         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19678
19679         * po/LINGUAS:
19680         * po/nb.po:
19681           Added Norwegian Bokmaal translation
19682
19683 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19684
19685         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19686           Don't break on options (fixes #156488).
19687
19688 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19689
19690         * configure.ac:
19691         * ext/cdaudio/Makefile.am:
19692         * sys/Makefile.am:
19693           fix build on older automake
19694
19695 2004-10-26  Wim Taymans  <wim@fluendo.com>
19696
19697         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19698         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19699         Allow a little margin when negotiating the framerate.
19700
19701 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19702
19703         * gst/level/gstlevel.c:
19704           synchonised naming of pads and pad-templates
19705
19706 2004-10-26  Wim Taymans  <wim@fluendo.com>
19707
19708         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19709         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19710         (_find_streams_check), (gst_ogg_demux_push):
19711         Fix EOS again. Needs to be done in a better way. We should not
19712         remove the pad if there is no new chained stream.
19713
19714 2004-10-26 Iain <iaingnome@gmail.com>
19715
19716         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19717         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19718         of the caps.
19719         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19720         pad.
19721         (interleave_release_pad): Remove the pad.
19722         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19723         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19724         the set device.
19725         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19726         attrs
19727         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19728         (gst_xvimagesink_finalize): Free the par.
19729
19730 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19731
19732         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19733         (gst_avimux_stop_file):
19734           First calculate the rate, and only then use it. Hdr.rate is a
19735           multiple and not a derivative of hdr.scale. Scale is not the
19736           same as blockalign but is solely related to rate.
19737
19738 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19739
19740         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19741         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19742           Implement seeking.
19743
19744 2004-10-25  James Henstridge  <james@jamesh.id.au>
19745
19746         Reviewed by:  David Schleef  <ds@schleef.org>
19747
19748         * examples/gstplay/player.c: (got_stream_length), (main):
19749         * examples/seeking/cdplayer.c: (update_scale):
19750         * examples/seeking/seek.c: (format_value), (update_scale):
19751         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19752         (stop_seek):
19753         Build fixes on AMD64.
19754
19755 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19756
19757         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19758
19759         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19760         Fix for some v4l cards which hang in v4lsrc
19761
19762 2004-10-25  Wim Taymans  <wim@fluendo.com>
19763
19764         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19765         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19766         Make sure to remove the pad when a new chain is
19767         encountered. Set some vars to NULL so we don't try
19768         to reference freed memory.
19769
19770 2004-10-25  Wim Taymans  <wim@fluendo.com>
19771
19772         * examples/seeking/Makefile.am:
19773         * examples/seeking/cdplayer.c: (update_scale):
19774         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19775         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19776         (format_value), (update_scale), (iterate), (start_seek),
19777         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19778         (print_usage), (main):
19779         Added some more examples, update others.
19780
19781 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19782
19783         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19784         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19785         * ext/theora/theoradec.c: (theora_dec_chain):
19786         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19787           Add codec-name metadata.
19788
19789 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19790
19791         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19792
19793         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19794         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19795         * ext/alsa/gstalsamixertrack.h:
19796         * po/POTFILES.in:
19797           ALSA mixer track label internationalization (#154054).
19798
19799 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19800
19801         * ext/theora/theoradec.c: (theora_dec_chain):
19802           Export bitrate as metadata.
19803
19804 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19805
19806         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19807         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19808         * ext/alsa/gstalsamixertrack.h:
19809           Fix names, fix loop.
19810
19811 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19812
19813         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19814         (speex_dec_convert):
19815           sinkconvert function so oggdemux can get the file length (totem).
19816
19817 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19818
19819         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19820
19821         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19822           Don't push incomplete packets.
19823         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19824           Fix MPEG-4 audio typefinding.
19825
19826 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19827
19828         * sys/v4l/Makefile.am:
19829         * sys/v4l/gstv4l.c: (plugin_init):
19830         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19831         (gst_v4lelement_init), (gst_v4lelement_dispose),
19832         (gst_v4lelement_change_state):
19833         * sys/v4l/gstv4lelement.h:
19834         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19835         (gst_v4l_xoverlay_close), (idle_refresh),
19836         (gst_v4l_xoverlay_set_xwindow_id):
19837         * sys/v4l/gstv4lxoverlay.h:
19838         * sys/v4l/v4l-overlay_calls.c:
19839         * sys/v4l/v4l_calls.h:
19840         * sys/v4l2/Makefile.am:
19841         * sys/v4l2/gstv4l2.c: (plugin_init):
19842         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19843         (gst_v4l2element_init), (gst_v4l2element_dispose),
19844         (gst_v4l2element_change_state):
19845         * sys/v4l2/gstv4l2element.h:
19846         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19847         (gst_v4l2_xoverlay_close), (idle_refresh),
19848         (gst_v4l2_xoverlay_set_xwindow_id):
19849         * sys/v4l2/gstv4l2xoverlay.h:
19850         * sys/v4l2/v4l2-overlay_calls.c:
19851         * sys/v4l2/v4l2_calls.h:
19852           Remove client-side overlay handling, use the X-server v4l plugin
19853           for that. Nicer overlay, less code. Also make the plugin
19854           compileable without X (but then without overlay, obviously).
19855           Makes xwindowlistener obsolete, should we remove that?
19856
19857 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19858
19859         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19860         (gst_osssrc_src_query):
19861         * sys/oss/gstosssrc.h:
19862           OK, so people want offset in DEFAULT. This time, actually fix all
19863           cases.
19864         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19865           Add FPS properly.
19866
19867 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19868
19869         * gst/asfdemux/gstasfmux.c:
19870         * gst/avi/gstavimux.c:
19871           Framerate.
19872
19873 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19874
19875         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19876           Fix properties (channel, norm, frequency).
19877
19878 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19879
19880         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19881           Flag typo.
19882         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19883           No warnings.
19884
19885 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19886
19887         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19888           Fix hang.
19889
19890 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19891
19892         * sys/v4l2/gstv4l2element.h:
19893           Yet Another Hack (tm) for kernel header borkedness.
19894         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19895         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19896         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19897         (gst_v4l2src_change_state):
19898         * sys/v4l2/gstv4l2src.h:
19899         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19900         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19901           Fix caps, keep track of state, work.
19902
19903 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19904
19905         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19906           Quiet.
19907
19908 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19909
19910         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19911           Don't mix bytes and samples.
19912
19913 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19914
19915         * ext/ogg/gstoggmux.c:
19916           Basic pad template which accepts OGM tracks, speex, flac, vorbis
19917           and theora. Any is incorrect.
19918         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19919           Fix caps.
19920         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19921         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19922         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19923         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19924         * sys/v4l/gstv4lmjpegsrc.h:
19925         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19926         (gst_v4lsrc_change_state):
19927         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19928         (gst_v4lmjpegsrc_capture_stop):
19929           Fix caps. Keep track of internal state. Work.
19930
19931 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19932
19933         * ext/Makefile.am:
19934           Fix the build fixes.
19935
19936 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19937
19938         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19939         (gst_ogg_demux_src_event), (_find_chain_seek),
19940         (gst_ogg_pad_push):
19941           Check for pad availability before using it.
19942         * ext/ogg/gstoggdemux.c: (_find_chain_process):
19943           Fix parsing of chained ogg. Needs more work on the decoder side.
19944
19945 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19946
19947         * gst/spectrum/Makefile.am:
19948         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19949         (idle_func):
19950           Fix demo and reenable it. Yes, I'm currently playing with audio
19951           analysis tools
19952
19953 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19954
19955         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19956           We love it if files that start at zero work too...
19957
19958 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19959
19960         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19961           Handle files with missing EOS headers.
19962
19963 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19964
19965         * gst/tcp/gsttcpserversink.c:
19966         (gst_tcpserversink_handle_server_read),
19967         (gst_tcpserversink_init_send):
19968         Zero some variables first (need for accept not to return EINVAL)
19969
19970 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19971
19972         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19973         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19974         * ext/theora/theoradec.c: (theora_dec_sink_convert),
19975         (theora_dec_chain):
19976         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19977         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19978           Seeking and querying finetune.
19979
19980 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19981
19982         * configure.ac:
19983         * ext/Makefile.am:
19984         * ext/raw1394/Makefile.am:
19985           fix the build
19986
19987 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19988
19989         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19990           Wrong return.
19991         * gst/playback/Makefile.am:
19992         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19993         * gst/playback/gstplay-marshal.list:
19994         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19995           Fix marshallers.
19996
19997 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19998
19999         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20000           Silence.
20001
20002 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20003
20004         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20005         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20006         (gst_ogg_pad_push):
20007           Yay for non-lineair granulepos in theora.
20008
20009 2004-10-18  Wim Taymans  <wim@fluendo.com>
20010
20011         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20012         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20013         * ext/dv/gstdvdec.h:
20014         Make sure we renegotiate aspect ratio when the camera switches.
20015
20016 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20017
20018         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20019         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20020           Start at zero.
20021         * ext/theora/theoradec.c: (theora_dec_chain):
20022           Skip headers. Bad idea for chained ogg, but fixes seeking.
20023
20024 2004-10-18  Wim Taymans  <wim@fluendo.com>
20025
20026         * configure.ac:
20027         I swear, this is the last time I touch this.
20028
20029 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20030
20031         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20032         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20033         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20034           Faster seeking.
20035         * ext/theora/theoradec.c: (theora_dec_sink_convert):
20036           Time-to-default conversion.
20037         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20038           Don't error on unknown packets, just skip. We should probably
20039           read them if we want to support chained ogg.
20040
20041 2004-10-18  Wim Taymans  <wim@fluendo.com>
20042
20043         * configure.ac:
20044         Added cdaudio to wrong list.
20045
20046 2004-10-18  Wim Taymans  <wim@fluendo.com>
20047
20048         * configure.ac:
20049         Revive cdaudio.
20050
20051 2004-10-18  Wim Taymans  <wim@fluendo.com>
20052
20053         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20054         (gst_dvdec_video_link), (gst_dvdec_push):
20055         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20056         (gst_smokeenc_resync), (gst_smokeenc_chain):
20057         Fix mimetype on smoke encoder.
20058         Add aspect ratio to dvdec. Not sure if these
20059         values are correct though....
20060
20061 2004-10-18  Wim Taymans  <wim@fluendo.com>
20062
20063         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20064         Fix vorbis property descriptions and ranges.
20065
20066 2004-10-18  Wim Taymans  <wim@fluendo.com>
20067
20068         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20069         Really do nothing when no data is available.
20070         Go to the playing state when the stream is not seekable
20071         instead of failing.
20072
20073 2004-10-18  Wim Taymans  <wim@fluendo.com>
20074
20075         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20076         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20077         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20078         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20079         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20080         Added uri handler for cd://
20081         Port to new API.
20082
20083 2004-10-18  Wim Taymans  <wim@fluendo.com>
20084
20085         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20086         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20087         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20088         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20089         (remove_prerolls), (unknown_type), (add_element_stream),
20090         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20091         (gst_play_base_bin_remove_element),
20092         (gst_play_base_bin_link_stream):
20093         * gst/playback/gstplaybin.c: (gen_video_element),
20094         (gen_vis_element), (remove_sinks), (setup_sinks):
20095         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20096         (gst_stream_info_get_type), (gst_stream_info_class_init),
20097         (gst_stream_info_init), (gst_stream_info_new),
20098         (gst_stream_info_dispose), (stream_info_mute_pad),
20099         (gst_stream_info_set_property), (gst_stream_info_get_property):
20100         * gst/playback/gststreaminfo.h:
20101         Add sink padtemplate to decodebin.
20102         Added some more comments.
20103         Make queue size configurable in playbasebin.
20104         Added possibility to use elements as sinks (ex cdaudio).
20105
20106 2004-10-15  Wim Taymans  <wim@fluendo.com>
20107
20108         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20109         (gst_speexenc_chain):
20110         Fix speex timestamps so that it gets muxed properly.
20111
20112 2004-10-15  Wim Taymans  <wim@fluendo.com>
20113
20114         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20115         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20116         (gst_dv1394src_init), (gst_dv1394src_dispose),
20117         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20118         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20119         (gst_dv1394src_event), (gst_dv1394src_get_formats),
20120         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20121         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20122         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20123         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20124         * ext/raw1394/gstdv1394src.h:
20125         Added conversion/query functions.
20126         Update buffer timestamps,
20127         Added signals.
20128         Added uri dv:// so it might play from the firewire in playbin.
20129         Fix a possible leak.
20130         Added debugging.
20131
20132 2004-10-15  Wim Taymans  <wim@fluendo.com>
20133
20134         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20135         (gst_dv1394src_init), (gst_dv1394src_set_property),
20136         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20137         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20138         * ext/raw1394/gstdv1394src.h:
20139         Added AV/C VTR control support needed for some cameras.
20140         Added automatic port detection.
20141         Added properties for selecting the channel.
20142         The configure.ac script is not yet updated to reflect the
20143         new libavc1394 and librom1394 dependencies.
20144
20145 2004-10-15  Wim Taymans  <wim@fluendo.com>
20146
20147         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20148         (qtdemux_parse), (gst_qtdemux_handle_esds):
20149         An esds box is not a container.
20150         Fix parsing of mp4v boxes.
20151         Do not try to renegotiate fps for each frame. Need to
20152         find a better method. This should fix mp4 playback.
20153
20154 2004-10-14  David Schleef  <ds@schleef.org>
20155
20156         * configure.ac: update for swfdec-0.3 and liboil-0.2
20157         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20158         * ext/swfdec/gstswfdec.h: same
20159         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20160         * gst/videotestsrc/videotestsrc.c: same
20161
20162 2004-10-14  Wim Taymans  <wim@fluendo.com>
20163
20164         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20165         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20166         (is_sync_frame), (gst_multifdsink_new_client),
20167         (gst_multifdsink_handle_client_write),
20168         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20169         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20170         Turn warnings into info.
20171         Don't allow a state change in the streaming thread.
20172
20173 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20174
20175         * ext/vorbis/oggvorbisenc.c:
20176         * ext/vorbis/vorbisdec.c:
20177           fix template sample rate
20178
20179 2004-10-13  Wim Taymans  <wim@fluendo.com>
20180
20181         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20182         Decoding the header first fixes some problems in resyncing
20183         in more mp3s.
20184
20185 2004-10-12  Wim Taymans  <wim@fluendo.com>
20186
20187         * gst/playback/gstplaybin.c: (gen_video_element),
20188         (gen_vis_element), (remove_sinks), (setup_sinks):
20189         Added vis plugin support, need to configure the vis
20190         element to activate it.
20191
20192 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20193
20194         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20195         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20196           Some debug.
20197         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20198         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20199         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20200         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20201         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20202         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20203         * gst/avi/gstavidemux.h:
20204           Support for openDML-2.0 indx/ix## chunks. Support for broken index
20205           recovery (where, if part of the index is broken, we will still read
20206           the rest of the index and recover the broken part by stream
20207           scanning). More broken media support. EOS workarounds. General AVI
20208           braindamage headache recovery. Aspirin included.
20209
20210 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20211
20212         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20213         (cdparanoia_event), (cdparanoia_query):
20214           Get rid of hideous lead-in.
20215
20216 2004-10-11  Wim Taymans  <wim@fluendo.com>
20217
20218         * gst/playback/gstplaybasebin.c: (setup_source):
20219         Wrong var used to get g_list_next.
20220
20221 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20222
20223         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20224         (cdparanoia_get), (cdparanoia_open):
20225           Report discid as metadata, add duration.
20226
20227 2004-10-11  Wim Taymans  <wim@fluendo.com>
20228
20229         * gst/playback/gstplaybasebin.c: (setup_source):
20230         Cleanup the previous pipeline a little earlier for the
20231         case that a source element provides raw data.
20232
20233 2004-10-11  Benjamin Otte  <otte@gnome.org>
20234
20235         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20236           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20237           consuming the last 128 bytes, even though it was valid mp3 data.
20238
20239 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20240
20241         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20242         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20243         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20244         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20245
20246 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20247
20248         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20249         Fix for webcams that support only specific width or height
20250
20251 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20252
20253         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20254
20255         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20256           Fix wrong discont event setup (fixes #154967).
20257
20258 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20259
20260         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20261
20262         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20263           Error out on invalid data (fixes #154807).
20264
20265 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20266
20267         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20268
20269         * ext/dvdread/dvdreadsrc.c: (_read):
20270           Make titles > 0 work again (fixes #154834).
20271
20272 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20273
20274         * gst-libs/gst/riff/riff-media.c:
20275         (gst_riff_create_video_template_caps):
20276           WMV3 missing in template caps.
20277
20278 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20279
20280         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20281           OK, so the original code was too strict. It makes random AVI files
20282           hang for seconds upon opening, which is unacceptable and is far
20283           beyond the original goal of getting multiple chunks for one-chunk
20284           sounc stream files. So now do just that.
20285
20286 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20287
20288         * gst/playback/gstplaybasebin.c: (setup_source),
20289         (gst_play_base_bin_change_state):
20290           Actually clean up streaminfo if output fails. This would trigger
20291           if, for example, there was no CD in the drive. No preroll, so
20292           a streaminfo structure is created, but the subsequent state change
20293           of the thread fails.
20294         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20295           Don't change state if parent failed.
20296
20297 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20298
20299         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20300         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20301         (gen_video_element), (remove_sinks):
20302           Add small bits of code for screenshot handling.
20303
20304 2004-10-08  Wim Taymans  <wim@fluendo.com>
20305
20306         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20307         (gen_video_element), (gen_audio_element), (setup_sinks):
20308         Don't assume the user provided sinks are named "sink"...
20309
20310 2004-10-08  Wim Taymans  <wim@fluendo.com>
20311
20312         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20313         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20314         (gst_play_base_bin_link_stream):
20315         Do not try to autoplug sources that generate raw streams like
20316         cdparanoia.
20317         disconnect the preroll overrun signal when we don't need it anymore.
20318
20319 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20320
20321         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20322         Added reworked patch from #154903 from milosz derezynski (deadchip).
20323
20324 2004-10-08  Wim Taymans  <wim@fluendo.com>
20325
20326         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20327         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20328         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20329         (cdparanoia_convert), (cdparanoia_uri_get_type),
20330         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20331         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20332         * ext/cdparanoia/gstcdparanoia.h:
20333         This adds the cdda://<tracknum> uri.
20334
20335 2004-10-08  Wim Taymans  <wim@fluendo.com>
20336
20337         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20338         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20339         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20340         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20341         (unknown_type), (gst_play_base_bin_remove_element),
20342         (gst_play_base_bin_link_stream):
20343         * gst/playback/gstplaybasebin.h:
20344         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20345         (gst_play_bin_set_property), (gen_video_element),
20346         (gen_audio_element), (setup_sinks):
20347         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20348         (gst_stream_info_get_type), (gst_stream_info_class_init),
20349         (gst_stream_info_init), (gst_stream_info_new),
20350         (gst_stream_info_dispose), (stream_info_mute_pad),
20351         (gst_stream_info_set_property), (gst_stream_info_get_property):
20352         * gst/playback/gststreaminfo.h:
20353         Reuse the audio and video bins.
20354         Some internal cleanups in the stream selection code.
20355
20356 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20357
20358         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20359         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20360         * sys/ximage/ximagesink.h:
20361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20362         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20363         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20364         not coming from those elements. Moreover these elements should not keep
20365         the xid they have been given when in NULL state.
20366
20367 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20368
20369         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20370         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20371         * sys/ximage/ximagesink.h:
20372         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20373         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20374         * sys/xvimage/xvimagesink.h:
20375           Actually only create a new toplevel window if we're not gonna
20376           embed it right after.
20377
20378 2004-10-07  Wim Taymans  <wim@fluendo.com>
20379
20380         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20381         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20382         * gst/playback/gstplaybin.c: (setup_sinks):
20383         Implement muting/unmuting of streams, mute streams that are not
20384         used.
20385
20386 2004-10-07  Wim Taymans  <wim@fluendo.com>
20387
20388         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20389         (plugin_init):
20390         Added lame audio/x-ac3 typefind function.
20391
20392 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20393
20394         * configure.ac:
20395           bump nano to cvs
20396
20397 === release 0.8.5 ===
20398
20399 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20400
20401         * NEWS:
20402         * RELEASE:
20403         * configure.ac:
20404           releasing 0.8.5, "Take You On"
20405
20406 2004-10-06  Wim Taymans  <wim@fluendo.com>
20407
20408         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20409         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20410         (no_more_pads), (close_link), (type_found):
20411         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20412         * gst/playback/gstplaybin.c: (gen_video_element):
20413         Do not signal the no_more_pads after the first pad when
20414         we are plugging a non dynamic element with multiple
20415         output pads (like swfdec, dvdec, ...).
20416
20417 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20418
20419         * configure.ac:
20420           bump for prerelease
20421
20422 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20423
20424         * gst/wavparse/gstwavparse.c:
20425           add ATRAC3 to STATIC CAPS to fix a warning
20426
20427         * gst/matroska/ebml-read.c:
20428         * gst-libs/gst/riff/riff-read.c:
20429           fix typos
20430
20431 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20432
20433         * gst-libs/gst/riff/riff-media.c:
20434           generate caps for ATRAC3 audio streams
20435
20436         * gst/realmedia/rmdemux.c:
20437           generate caps for ATRAC3 audio streams
20438
20439 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20440
20441         * gst/wavparse/Makefile.am
20442         * gst/wavparse/riff.h
20443         * gst/wavparse/wavparse.vcproj
20444           riff.h removal (unused and duplication with riff-ids.h)
20445
20446 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20447
20448         * gst/wavparse/gstwavparse.h
20449           remove duplicated defines for audio codec codes
20450
20451         * gst-libs/gst/riff/riff-ids.h
20452         * gst/wavenc/riff.h:
20453           add "4CC" code for ATRAC3 audio streams
20454           add "4CC" code for ITU_G721_ADPCM (unused for now)
20455
20456 2004-10-06  Wim Taymans  <wim@fluendo.com>
20457
20458         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20459         Actually _do_ negotiation. Pass gdouble as arg instead
20460         of guint64 for the framerate.
20461
20462 2004-10-06  Wim Taymans  <wim@fluendo.com>
20463
20464         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20465         (find_compatibles), (close_pad_link), (try_to_link_1),
20466         (no_more_pads), (close_link), (type_found):
20467         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20468         * gst/playback/gstplaybin.c: (gen_video_element),
20469         (gen_audio_element):
20470         Set state on newly added element to READY so that negotiation
20471         can happen ASAP.
20472         Addes some more debug info.
20473         Do not try to plug pads with multiple caps structures or ANY
20474         because it is too dangerous since we do not do dynamic
20475         replugging.
20476
20477 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20478
20479         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20480
20481         * po/LINGUAS:
20482         * po/or.po:
20483           add Oriya translation
20484
20485 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20486
20487         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20488           Prevent overwrite of size member. Makes audio sound crappy.
20489
20490 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20491
20492         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20493         Add rmvb to the list of known RealMedia extensions
20494
20495 2004-10-05  Wim Taymans  <wim@fluendo.com>
20496
20497         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20498         (mngdec_openstream), (mngdec_closestream),
20499         (mngdec_handle_sink_event), (mngdec_readdata),
20500         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20501         (mngdec_getcanvasline), (mngdec_refresh),
20502         (gst_mngdec_change_state):
20503         Set the framerate correctly.
20504
20505 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20506
20507         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20508           There was something wrong with the index massaging.
20509
20510 2004-10-04  Wim Taymans  <wim@fluendo.com>
20511
20512         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20513         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20514         (gst_smokedec_chain):
20515         * ext/jpeg/gstsmokedec.h:
20516         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20517         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20518         * ext/jpeg/gstsmokeenc.h:
20519         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20520         (smokecodec_decode_new), (smokecodec_info_free),
20521         (smokecodec_set_quality), (smokecodec_get_quality),
20522         (smokecodec_set_threshold), (smokecodec_get_threshold),
20523         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20524         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20525         (smokecodec_encode), (smokecodec_parse_id),
20526         (smokecodec_parse_header), (smokecodec_decode):
20527         * ext/jpeg/smokecodec.h:
20528         * ext/jpeg/smokeformat.h:
20529         Updated smoke, new bitstream, allows embedding in ogg.
20530
20531 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20532
20533         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20534           Fix seeking in some files. All this code is no longer needed (and
20535           actually breaks stuff) because we now synchronize the full index
20536           right when reading the header.
20537
20538 2004-10-04  Wim Taymans  <wim@fluendo.com>
20539
20540         * configure.ac:
20541         configure update for libmng.
20542
20543 2004-10-04  Wim Taymans  <wim@fluendo.com>
20544
20545         * ext/libmng/Makefile.am:
20546         * ext/libmng/gstmng.c: (plugin_init):
20547         * ext/libmng/gstmng.h:
20548         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20549         (gst_mngdec_base_init), (gst_mngdec_class_init),
20550         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20551         (gst_mngdec_loop), (gst_mngdec_get_property),
20552         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20553         (mngdec_closestream), (mngdec_handle_sink_event),
20554         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20555         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20556         (gst_mngdec_change_state):
20557         * ext/libmng/gstmngdec.h:
20558         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20559         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20560         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20561         (gst_mngenc_chain), (gst_mngenc_get_property),
20562         (gst_mngenc_set_property):
20563         * ext/libmng/gstmngenc.h:
20564         Added basic MNG decoder. Needs more work. The encoder does
20565         not work yet.
20566
20567 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20568
20569         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20570         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20571         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20572           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20573           no-more-pads.
20574
20575 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20576
20577         * configure.ac:
20578           you need at least 1.0.4 of speex
20579
20580 2004-10-04 Iain <iaingnome@gmail.com>
20581
20582         * ext/speex/gstspeexdec.h: Revert the includes changes.
20583
20584         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20585
20586 2004-09-30 Iain <iaingnome@gmail.com>
20587
20588         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20589         found during init or set as a property instead of hardcoding /dev/audio
20590
20591 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20592
20593         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20594         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20595         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20596         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20597         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20598         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20599         (gst_rmdemux_dump_data):
20600           Use debug category, fix EOS handling. filesrc ! rmdemux now
20601           works.
20602
20603 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20604
20605         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20606         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20607         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20608           Improve allocation, cutting and sorting of the index. How takes a
20609           few seconds instead of minutes.
20610
20611 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20612
20613         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20614           fixed compilation
20615
20616 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20617
20618         * gst-libs/gst/riff/riff-media.c:
20619         (gst_riff_create_video_caps_with_data),
20620         (gst_riff_create_video_template_caps):
20621           Add wing commander format mimetype/fourccs.
20622         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20623           Don't crash if some value is 0.
20624
20625 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20626
20627         * gst-libs/gst/riff/riff-media.c:
20628         (gst_riff_create_video_caps_with_data),
20629         (gst_riff_create_video_template_caps):
20630           Add DIB fourcc (raw, palettized 8-bit RGB).
20631         * gst-libs/gst/riff/riff-read.c:
20632         (gst_riff_read_strf_vids_with_data):
20633           Oops, fix strf_data reading bug.
20634         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20635           Use a non-NULL tag.
20636         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20637           Time for hacks. Sorry Dave. At least one quicktime movie (a
20638           trailer) that I've encountered contains multiple video tracks.
20639           One of those is the actual video track, the other are one-frame
20640           tracks (images). Unfortunately, the number of frames according
20641           to the trak header is 1 for each, so that doesn't help. So
20642           instead, I look at the duration and discard tracks with a
20643           duration shorter than 20% of the length of the stream. Better
20644           than nothing.
20645
20646 2004-10-01  Christian Schaller <christian@fluendo.com>
20647
20648         * ext/ivorbis/vorbis.c:
20649           Patch from Phil Blundell (Bug 152341)
20650
20651 2004-10-01  Wim Taymans  <wim@fluendo.com>
20652
20653         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20654         (speex_dec_get_formats), (speex_dec_convert),
20655         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20656         (speex_dec_chain), (gst_speexdec_get_property),
20657         (gst_speexdec_set_property):
20658         Small cleanups.
20659
20660 2004-10-01  Wim Taymans  <wim@fluendo.com>
20661
20662         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20663         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20664         (gst_wavparse_other), (gst_wavparse_loop),
20665         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20666         (gst_wavparse_srcpad_event):
20667         * gst/wavparse/gstwavparse.h:
20668         Added some more debugging info.
20669         Fix the case where the length of the file is 0.
20670         Make sure we seek to sample borders.
20671
20672 2004-10-01  Wim Taymans  <wim@fluendo.com>
20673
20674         * gst/playback/README:
20675         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20676         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20677         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20678         Add some debug info to decodebin, update README
20679
20680 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20681
20682         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20683           Don't use g_print(); use GST_DEBUG().
20684
20685 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20686
20687         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20688         (gst_ogg_mux_queue_pads):
20689           Handle EOS properly.
20690
20691 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20692
20693         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20694
20695         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20696         (gst_faad_chain), (gst_faad_change_state):
20697         * ext/faad/gstfaad.h:
20698           Allow playback of raw (unframed) MPEG AAC files (#148993).
20699
20700 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20701
20702         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20703
20704         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20705           Throw error if we didn't recognize the stream. Fixes #152289.
20706
20707 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20708
20709         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20710           Fix negotiation.
20711
20712 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20713
20714         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20715
20716         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20717           Fix memleak.
20718
20719 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20720
20721         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20722
20723         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20724           Solve #152805.
20725         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20726           Solve 152806.
20727
20728 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20729
20730         * gst-libs/gst/riff/riff-media.c:
20731         (gst_riff_create_video_caps_with_data),
20732         (gst_riff_create_audio_caps_with_data):
20733           Add codec_data handling (like asfdemux used to do).
20734         * gst/asfdemux/gstasf.c: (plugin_init):
20735         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20736         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20737           Use riff-media for caps creation instead of our own (mostly
20738           broken) copy of its functions.
20739
20740 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20741
20742         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20743           Don't actually error out if we get another return value than
20744           -EINVAL. Opposite to what I first thought, drivers have random
20745           return values for this, although -EINVAL is the expected return
20746           value. Since this is not fatal, we shouldn't use
20747           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20748
20749 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20750
20751         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20752         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20753         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20754         (dvdreadsrc_get), (dvdreadsrc_open_file),
20755         (dvdreadsrc_change_state):
20756           Fix. Don't do one big huge loop around the whole DVD, that will
20757           cache all data and thus eat sizeof(dvd) (several GB) before we
20758           see something.
20759         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20760           Actually NULL'ify event after using it.
20761         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20762         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20763         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20764         (gst_ebml_read_seek), (gst_ebml_read_skip):
20765           Handle events.
20766         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20767         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20768         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20769           Fix timing (this will probably break if I seek using menus, but
20770           I didn't get there yet). VOBs and normal DVDs should now work.
20771           Add a mpeg2-only pad with high rank so this get autoplugged for
20772           MPEG-2 movies.
20773         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20774         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20775         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20776         (gst_mpeg_demux_get_audio_stream),
20777         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20778         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20779           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20780           MPEG-1 but use dvddemux for MPEG-2.
20781         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20782         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20783         (gst_mpeg_parse_parse_packhead):
20784           Timing. Only add pad template if it exists. Add sink template from
20785           class and not from ourselves. This means we will always use the
20786           correct sink template even if it is not the one defined in this
20787           file.
20788
20789 2004-09-29  Wim Taymans  <wim@fluendo.com>
20790
20791         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20792         (gst_mpeg_demux_parse_pes):
20793         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20794         Fix playback of mpeg again, timestamps where screwed up by
20795         patch 1.61.
20796
20797 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20798
20799         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20800           Only return true if we actually filled something in. Prevents
20801           player applications from showing a random length for flac files.
20802         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20803         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20804         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20805         (gst_riff_read_strf_vids_with_data),
20806         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20807           OK, ok, so I implemented event handling. Apparently it's normal
20808           that we receive random events at random points without asking
20809           for it.
20810         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20811         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20812         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20813         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20814         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20815         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20816         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20817         * gst/avi/gstavidemux.h:
20818           Implement non-lineair chunk handling and subchunk processing.
20819           The first solves playback of AVI files where the audio and video
20820           data of individual buffers that we read are not synchronized.
20821           This should not happen according to the wonderful AVI specs, but
20822           of course it does happen in reality. It is also a prerequisite for
20823           the second. Subchunk processing allows us to cut chunks in small
20824           pieces and process each of these pieces separately. This is
20825           required because I've seen several AVI files with incredibly large
20826           audio chunks, even some files with only one audio chunk for the
20827           whole file. This allows for proper playback including seeking.
20828           This patch is supposed to fix all AVI A/V sync issues.
20829         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20830         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20831           Work.
20832         * gst/modplug/gstmodplug.cc:
20833           Proper return value setting for the query() function.
20834         * gst/playback/gstplaybasebin.c: (setup_source):
20835           Being in non-playing state (after, e.g., EOS) is not necessarily
20836           a bad thing. Allow for that. This fixes playback of short files.
20837           They don't actually playback fully now, because the clock already
20838           runs. This means that small files (<500kB) with a small length
20839           (<2sec) will still not or barely play. Other files, such as mod
20840           or flx, will work correctly, however.
20841
20842 2004-09-28  Wim Taymans  <wim@fluendo.com>
20843
20844         * ext/speex/gstspeex.c: (plugin_init):
20845         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20846         (gst_speex_dec_class_init), (speex_dec_get_formats),
20847         (speex_get_event_masks), (speex_get_query_types),
20848         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20849         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20850         (gst_speexdec_get_property), (gst_speexdec_set_property),
20851         (speex_dec_change_state):
20852         * ext/speex/gstspeexdec.h:
20853         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20854         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20855         (gst_speexenc_base_init), (gst_speexenc_class_init),
20856         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20857         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20858         (gst_speexenc_src_query), (gst_speexenc_init),
20859         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20860         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20861         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20862         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20863         (gst_speexenc_chain), (gst_speexenc_get_property),
20864         (gst_speexenc_set_property), (gst_speexenc_change_state):
20865         * ext/speex/gstspeexenc.h:
20866         Rewrote speex encoder, make sure it can be embedded in ogg.
20867         Implemented speex decoder.
20868
20869 2004-09-28  Christian Schaller <christian@fluendo.com>
20870
20871         * configure.ac:
20872         Remove kioslave plugin. Markey is brewing a new working one
20873         * ext/Makefile.am: Remove kioslave plugin
20874         * ext/kio: remove
20875         * gst-plugins.spec.in: remove kio plugin from spec
20876
20877 2004-09-27  Wim Taymans  <wim@fluendo.com>
20878
20879         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20880         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20881         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20882         (gst_multifdsink_new_client),
20883         (gst_multifdsink_handle_client_write),
20884         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20885         (gst_multifdsink_handle_clients):
20886         * gst/tcp/gstmultifdsink.h:
20887         Make syncing to keyframes actually work for new clients and lagging
20888         clients.
20889
20890 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20891
20892         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20893         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20894         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20895         * gst/debug/gstnavigationtest.h:
20896           make navigationtest display button-press and button-release events
20897
20898 2004-09-26 Iain <iaingnome@gmail.com>
20899
20900         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20901         the channels have received a new media event.
20902         (interleave_buffered_loop): Compresses a new media event on all
20903         channels into one.
20904
20905 2004-09-26 Iain <iaingnome@gmail.com>
20906
20907         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20908         call the sinkpad's default event handler and not the srcpads. He also
20909         says this is confusing :)
20910         (gst_wavenc_stop_file): Company says that seek events only go upstream
20911         we should send a discontinuous downstream instead.
20912
20913 2004-09-25  Christian Schaller <christian@fluendo.com>
20914
20915         * Update SPEC file to be usable in conjunction with Fedora Core,
20916           Fedora.us and freshrpms packages
20917         * Fix typo in multifilesrc test Makefile
20918
20919 2004-09-24  Wim Taymans  <wim@fluendo.com>
20920
20921         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20922         Only signal the no_more_pads signal when we have
20923         added the stream to our list.
20924
20925 2004-09-24  Wim Taymans  <wim@fluendo.com>
20926
20927         * gst/playback/gstplaybasebin.c: (remove_prerolls),
20928         (new_decoded_pad):
20929         * gst/playback/gstplaybasebin.h:
20930         * gst/playback/gstplaybin.c: (setup_sinks):
20931         Don't try to preroll or decode more than one audio/video
20932         track.
20933
20934 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20935
20936         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20937           Throw error if we failed to find a suitable output. This should
20938           throw an error if we successfully set up a pipeline (e.g. because
20939           we recognized a media file) but found no decodable streams in it
20940           (e.g. because it contains only media stream types for which we
20941           have no decoders, or because it's not a media type).
20942
20943 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20944
20945         * ext/dirac/Makefile.am:
20946         * ext/dirac/gstdirac.cc:
20947         * ext/dirac/gstdiracdec.cc:
20948         * ext/dirac/gstdiracdec.h:
20949           Do something. Don't actually know if this works because I don't
20950           have a demuxer yet.
20951         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20952           Add channels=1 to caps returned from _getcaps().
20953         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20954         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20955         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20956         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20957         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20958         (gst_ogm_parse_change_state):
20959           Separate between audio/video so ogmaudioparse actually uses the
20960           audio pad templates. Both audio and video work now, including
20961           autoplugging. Also use sometimes-srcpad hack.
20962         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20963           Handle events better. Don't hang on infinite loops.
20964         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20965         (gst_avi_demux_init), (gst_avi_demux_reset),
20966         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20967         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20968         (gst_avi_demux_change_state):
20969         * gst/avi/gstavidemux.h:
20970           Improve A/V sync. Still not perfect.
20971         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20972         (gst_ebml_read_skip):
20973           Handle events better.
20974         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20975         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20976         (qtdemux_audio_caps):
20977           Add IMA4. Improve event handling. Save offset after a seek when
20978           the headers are at the end of the file so that we don't end up in
20979           an infinite loop.
20980         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20981           Add low-priority typefind support for files with no length.
20982
20983 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20984
20985         * testsuite/multifilesink/Makefile.am:
20986         fix typo
20987
20988 2004-09-22  Julien MOUTTE  <julien@moutte.net>
20989
20990         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20991         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20992         mistakes from thaytan's patches.
20993
20994 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20995
20996         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20997           For completeness, XSync in the destroy function as xvimage does.
20998
20999 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21000
21001         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21002            Correct caps negotiation
21003         * gst/volume/gstvolume.c: (volume_chain_float),
21004         (volume_chain_int16):
21005            Modify debug output to be little more informative
21006         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21007         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21008         (gst_xvimagesink_xvimage_destroy):
21009           Add XSync calls after detaching from the shared memory segment to
21010           avoid a crash.
21011
21012 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21013
21014         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21015         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21016         * ext/vorbis/vorbis.c: (plugin_init):
21017         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21018         (gst_vorbisenc_chain):
21019         * ext/vorbis/vorbisenc.h:
21020         remove explicit newmedia support from oggmux and vorbisenc
21021         add debug category to vorbisenc
21022         * gst/multifilesink/gstmultifilesink.c:
21023         (gst_multifilesink_class_init), (gst_multifilesink_init),
21024         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21025         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21026         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21027         (plugin_init):
21028         * gst/multifilesink/gstmultifilesink.h:
21029         add support for streamheader in multifilesink
21030
21031 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21032
21033         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21034         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21035         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21036           Prevent infinite loops. More correct error reporting.
21037         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21038           Error out if negotiation fails.
21039         * gst/playback/gstplaybasebin.c: (setup_source),
21040         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21041         (gst_play_base_bin_found_tag):
21042           Error/tag forwarding. Pre-roll fixes for source errors on state
21043           changes (e.g. "file does not exist") to prevent hangs.
21044
21045 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21046
21047         * testsuite/multifilesink/Makefile.am:
21048         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21049         (gst_newmedia_class_init), (gst_newmedia_init),
21050         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21051         (newfile_signal), (test_signal), (main):
21052         * testsuite/multifilesink/multifilesrc_test.c: (main):
21053         * testsuite/multifilesink/oggtheora_test.c:
21054         (gst_newmedia_base_init), (gst_newmedia_class_init),
21055         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21056         (test_format), (newfile_signal), (test_signal), (main):
21057         * testsuite/multifilesink/oggvorbis_test.c:
21058         (gst_newmedia_base_init), (gst_newmedia_class_init),
21059         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21060         (test_format), (newfile_signal), (test_signal), (main):
21061         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21062         (gst_newmedia_class_init), (gst_newmedia_init),
21063         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21064         (newfile_signal), (test_signal), (main):
21065         New media tests
21066
21067 2004-09-20  Christian Schaller <christian@fluendo.com>
21068
21069         * Fix mikmod license to LGPL as they have relicensed
21070         * Move Dirac and Effectv into LGPL section of README_license
21071
21072 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21073
21074         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21075         (gst_mad_change_state):
21076           Allow for mp3 rate/channels changes. However, only very
21077           conservatively. Reason that we *have* to enable this is smiply
21078           because the mad find_sync() function is not good enough, it will
21079           regularly sync on random data as valid frames and therefore make
21080           us provide random caps as *final* caps of the stream. The best fix
21081           I could think of is to simply require several of the same stream
21082           changes in a row before we change caps.
21083           The actual testcase that works now is #
21084         * ext/ogg/Makefile.am:
21085         * ext/ogg/gstogg.c: (plugin_init):
21086         * ext/ogg/gstogmparse.c:
21087           OGM support (video only for now; I need an audio sample file).
21088         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21089         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21090         (gst_asf_demux_add_video_stream):
21091           WMV extradata.
21092         * gst/playback/gstplaybasebin.c: (unknown_type):
21093           Don't error out on single unknown-types after all. It's wrong.
21094           If we found type of video and audio but not of a subtitle stream,
21095           it will still error out (which is unwanted). Will find a better fix
21096           later on.
21097         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21098         (ogmaudio_type_find), (plugin_init):
21099           OGM support.
21100
21101 2004-09-20  Johan Dahlin  <johan@gnome.org>
21102
21103         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21104         after setting caps.
21105
21106 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21107
21108         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21109         * gst/wavenc/gstwavenc.h:
21110         Added newmedia support to wavenc
21111
21112 2004-09-17  Wim Taymans  <wim@fluendo.com>
21113
21114         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21115         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21116         (gst_fdset_fd_can_write), (gst_fdset_wait):
21117         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21118         (gst_multifdsink_init), (gst_multifdsink_add),
21119         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21120         (gst_multifdsink_remove_client_link),
21121         (gst_multifdsink_client_queue_buffer),
21122         (gst_multifdsink_handle_client_write),
21123         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21124         (gst_multifdsink_close), (gst_multifdsink_change_state):
21125         * gst/tcp/gstmultifdsink.h:
21126         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21127         (gst_tcpserversink_removed):
21128         Small cleanups in fdset.c
21129         Use a hastable to map fd to the client structure for faster
21130         lookup in _remove and get_stats.
21131         Added virtual function to close the fds.
21132         Handle clients even when the select/poll call was unblocked because
21133         of a command.
21134         Implement syncing to keyframe in the recovery procedure.
21135
21136 2004-09-16 Iain <iaingnome@gmail.com>
21137
21138         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21139         try caps.
21140
21141 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21142
21143         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21144           Caps are only set if the type of the stream is unknown, but this
21145           is initialized in ->init_stream(), so set to UNKNOWN after calling
21146           ->init_stream() so that capsnego starts.
21147
21148 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21149
21150         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21151         (gst_avi_demux_stream_data):
21152           Just hardcode for raw audio then. AVI audio sucks.
21153
21154 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
21155
21156         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21157         * gst/matroska/matroska-mux.c: (audiosink_templ),
21158         (gst_matroska_mux_audio_pad_link):
21159         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21160         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21161
21162 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21163
21164         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21165         (gst_avi_demux_stream_data):
21166           Try to fix a/v sync issues.
21167
21168 2004-09-15  David Schleef  <ds@schleef.org>
21169
21170         * configure.ac: remove NASM check, since we don't use it.  Update
21171         dirac check to 0.4
21172         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21173         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21174         Initialized variables.
21175         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21176         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21177         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21178         SVQ3 format
21179
21180 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21181
21182         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21183         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21184         * gst/avi/gstavidemux.h:
21185           Fix for compressed audio (mp3) timestamp generation. How did this
21186           ever work?
21187
21188 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21189
21190         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21191           Volume is a double not a float.
21192
21193 2004-09-15  Wim Taymans  <wim@fluendo.com>
21194
21195         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21196         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21197         Don't close the fd in multifdsink as we didn't open it in the
21198         first place. Some cleanups.
21199
21200 2004-09-15  Wim Taymans  <wim@fluendo.com>
21201
21202         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21203         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21204         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21205         Fix the case where the muxer would mark pages as delta
21206         frames when they are not (vorbis only ogg).
21207
21208 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21209
21210         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21211         (gst_play_base_bin_change_state):
21212           Handle the case where we failed to setup a clear pipeline. This
21213           will throw an error (or EOS, another nice case) and if you don't
21214           catch that, the app will wait for the signal forever (and thus
21215           hang).
21216
21217 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21218
21219         * ext/gnomevfs/gstgnomevfssink.c:
21220         (gst_gnomevfssink_uri_get_protocols):
21221         * ext/gnomevfs/gstgnomevfssrc.c:
21222         (gst_gnomevfssrc_uri_get_protocols):
21223         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21224         * ext/gnomevfs/gstgnomevfsuri.h:
21225           Use _uri_new() instead of _open(), so it doesn't take as long and
21226           Christophe's computer won't hang.
21227         * gst/playback/gstplaybasebin.c: (unknown_type):
21228           Throw error on unknown media type, so apps actually display it.
21229
21230 2004-09-14  Brian Cameron  <brian.cameron@sun.com
21231
21232         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
21233           this script to work on Solaris since bash shell handles echo
21234           differenly than bash.
21235
21236 2004-09-17  Wim Taymans  <wim@fluendo.com>
21237
21238         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21239         (setup_source), (gst_play_base_bin_set_property),
21240         (gst_play_base_bin_add_element):
21241         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21242         Some more work on making sure seeking pauses the pipeline and
21243         that changing the uri actually does something.
21244
21245 2004-09-17  Wim Taymans  <wim@fluendo.com>
21246
21247         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21248         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21249         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21250         (gst_tcpserversink_close):
21251         Be a bit more paranoid when freeing memory.
21252
21253 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21254
21255         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21256         (qtdemux_parse_trak):
21257           Don't crash by dividing by zero (see sample movie in #126922).
21258
21259 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21260
21261         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21262           Don't touch non-existing data (fixes crash on file in #140147).
21263
21264 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21265
21266         * gst/playback/gstplaybasebin.c:
21267         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21268           Handle double disposals, and proper change of URIs.
21269
21270 2004-09-13  Martin Eikermann <meiker@upb.de>
21271
21272         * gst/mpegstream/gstmpegparse.c:
21273           fix synchronistation for streams recorded from digital PCR
21274           fixes bug #119376
21275
21276 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21277
21278         * ext/gnomevfs/Makefile.am:
21279         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21280         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21281         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21282         (gst_gnomevfssink_uri_get_type),
21283         (gst_gnomevfssink_uri_get_protocols),
21284         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21285         (gst_gnomevfssink_uri_handler_init),
21286         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21287         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21288         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21289         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21290         (gst_gnomevfssrc_uri_get_type),
21291         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21292         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21293         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21294         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21295         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21296         * ext/gnomevfs/gstgnomevfsuri.h:
21297           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21298           of fake URIs to see which this version of Gnome-VFS likes, and
21299           uses that for the Gst-URI interface. Makes playbin support http://
21300           streams. Also fix up some stupid behaviour in gnomevfssrc.
21301
21302 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21303
21304         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21305         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21306         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21307         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21308           Update mixer (to sync with other sessions) if we try to obtain
21309           a new value. This makes alsamixer work accross applications.
21310         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21311           Only call sync functions if we're running, else alsalib asserts.
21312         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21313           Sometimes fails to compile. Possibly a gcc bug.
21314         * gst/playback/gstplaybin.c: (gen_video_element),
21315         (gen_audio_element):
21316           Add a reference to an application-provided object, because we lose
21317           this same reference if we add it to the bin. If we don't do this,
21318           we can only use this object once and thus crash if we go from
21319           ready to playing, back to ready and back to playing again.
21320           Also add an audioscale element because several cheap soundcards -
21321           like mine - don't support all samplerates.
21322         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21323         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21324           Fix wrong order or PAR calls. Makes automatically obtained PAR
21325           from the X server atually being used.
21326
21327 2004-09-12  David Schleef  <ds@schleef.org>
21328
21329         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21330         #151887, #152102, #152247.
21331         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21332         * examples/seeking/cdparanoia.c: same
21333         * examples/seeking/cdplayer.c: same
21334         * examples/seeking/seek.c: same
21335         * examples/seeking/spider_seek.c: same
21336         * examples/seeking/vorbisfile.c: same
21337         * examples/stats/mp2ogg.c: same
21338         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21339         (gst_esdsink_dispose): Dispose of element properly.
21340         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21341         fixes.
21342         * ext/nas/nassink.c: (gst_nassink_class_init),
21343         (gst_nassink_dispose): Dispose of element correctly.
21344         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21345         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21346         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21347         Fix 64-bit warning.
21348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21349         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21350         Fix 64-bit warning.
21351
21352 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21353
21354         * configure.ac : change speex detection as 1.1.6 now uses
21355           .pc/pkg-config and they changed their headers location.
21356
21357 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21358
21359         * gst/matroska/matroska-mux.h:
21360         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21361         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21362         (gst_matroska_mux_write_data):
21363           Write multiple blocks/frames per cluster.
21364                 Write meta-seek information (seek heads).
21365
21366 2004-09-09  Scott Wheeler <wheeler@kde.org>
21367
21368         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21369         (gst_play_bin_set_property), (gst_play_bin_get_property),
21370         (gen_audio_element), (gen_audio_element):
21371           Add a volume element / property to the pipeline.
21372
21373 2004-09-07  Wim Taymans  <wim@fluendo.com>
21374
21375         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21376         Copy timestamps from the master pad to the output buffers.
21377
21378 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21379
21380         * ext/raw1394/gstdv1394src.c:
21381           throw errors when applicable
21382
21383 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21384
21385         * gst/matroska/ebml-ids.h:
21386         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21387         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21388         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21389           automatically convert unix time <-> ebml time when reading/writing
21390           a date, use gst_ebml_write_uint to write CUETIME,
21391           not gst_ebml_write_date.
21392         * gst/matroska/matroska-ids.h:
21393         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21394         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21395         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21396         (gst_matroska_mux_write_data):
21397           Write track and segment UIDs, write muxing date, write
21398           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21399           Create cues for audio only files.
21400
21401 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21402
21403         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21404         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21405           Re-commit ALSA switches.
21406         * gst/adder/gstadder.c: (gst_adder_loop):
21407           64-bit fix (#151416).
21408         * gst/debug/progressreport.c: (gst_progressreport_report):
21409           64-bit fix (#151419).
21410         * gst/matroska/matroska-demux.c:
21411         (gst_matroska_demux_parse_contents):
21412           64-bit fix (#151420).
21413         * gst/playback/test3.c: (update_scale):
21414           64-bit fix (#151421).
21415
21416 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21417
21418         * configure.ac:
21419           bump nano to cvs
21420
21421 === release 0.8.4 ===
21422
21423 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21424
21425         * configure.ac: releasing 0.8.4, "Alias"
21426
21427 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21428
21429         * ext/theora/Makefile.am:
21430           fix makefile.  Fixes #151462.
21431
21432 2004-08-30  Wim Taymans  <wim@fluendo.com>
21433
21434         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21435         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21436         (gst_multifdsink_remove_client_link),
21437         (gst_multifdsink_client_queue_buffer),
21438         (gst_multifdsink_handle_client_write):
21439         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21440         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21441         Fix some memory leaks.
21442
21443 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21444
21445         Patch by: David Schleef
21446
21447         * configure.ac:
21448         * sys/Makefile.am:
21449           rename our detection macro for V4L2.  Fixes #151236.
21450
21451 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21452
21453         Patch by: David Schleef
21454
21455         * configure.ac:
21456           check to define LAMEPRESET.  Fixes #151232.
21457
21458 2004-08-27  David Schleef  <ds@schleef.org>
21459
21460         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21461         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21462         (gst_glimagesink_fixate):  Move local variable declarations to
21463         make gcc-2.95 happy.
21464
21465 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21466
21467         * configure.ac:
21468           bump nano for prerelease
21469
21470 2004-08-27  David Schleef  <ds@schleef.org>
21471
21472         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21473         * sys/sunaudio/gstsunaudiosrc.c:
21474         * sys/sunaudio/gstsunaudiosrc.h:
21475
21476 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21477
21478         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21479         handle EOS correctly
21480         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21481         * gst/matroska/matroska-mux.h:
21482         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21483         VFW compatibility mode
21484
21485 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21486
21487         patch by: Zaheer Abbas Merali
21488
21489         * ext/ogg/gstoggmux.c:
21490         * ext/vorbis/vorbisenc.c:
21491         * ext/vorbis/vorbisenc.h:
21492           handle NEWMEDIA
21493
21494 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21495
21496         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21497         fix byte order reversion on little endian machines.
21498         * gst/matroska/matroska-mux.c: (audiosink_templ),
21499         (gst_matroska_mux_audio_pad_link):
21500         add TTA codec to the list of supported codecs.
21501         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21502         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21503         (gst_matroska_mux_write_data):
21504         * gst/matroska/matroska-mux.h:
21505         write segment duration correctly, write muxing app string, fixes bugs
21506         #140897 and #140898.
21507         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21508         wait for all pads to be negotiated before starting to mux.
21509
21510 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21511
21512         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21513         * ext/lame/gstlame.h:
21514         Added new media support to lame
21515
21516 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21517
21518         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21519         send vorbis headers at the beginning of a stream, fixes bug #141554.
21520         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21521         bug #148950.
21522         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21523         (gst_matroska_demux_plugin_init):
21524         * gst/matroska/matroska-ids.h:
21525         enable demuxing of TTA audio streams, fixes bug #148951.
21526         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21527         enable typefinding for TTA audio files, fixes bug #148711.
21528         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21529         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21530         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21531
21532 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21533
21534         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21535         (gst_riff_read_element_data), (gst_riff_read_seek),
21536         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21537         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21538         <teuf@gnome.org>
21539
21540 2004-08-23 Iain <iaingnome@gmail.com>
21541
21542         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21543         tags. They appear to be handled differently to normal.
21544         (tag_list_to_id3_tag_foreach): Ditto.
21545
21546 2004-08-22  Wim Taymans  <wim@fluendo.com>
21547
21548         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21549         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21550         Make sure we never send -1 granulepos.
21551
21552 2004-08-20  Wim Taymans  <wim@fluendo.com>
21553
21554         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21555         (gst_ogg_mux_loop):
21556         I will accept bitchslappings with non sharp objects.
21557
21558 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21559
21560         * configure.ac:
21561         Clean up the test for lame presets
21562
21563 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21564
21565         * configure.ac:
21566         * ext/lame/Makefile.am:
21567         * ext/lame/gstlame.c: (gst_lame_class_init),
21568         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21569         Only enable lame presets if version of lame has presets in API
21570
21571 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21572         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21573         * gst/udp/gstudpsrc.h:
21574           Don't call gst_pad_push in a get function. Fixes #150449
21575
21576 2004-08-18  Wim Taymans  <wim@fluendo.com>
21577
21578         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21579         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21580         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21581         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21582         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21583         (gst_fdset_wait):
21584         * gst/tcp/gstfdset.h:
21585         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21586         (gst_multifdsink_client_queue_buffer),
21587         (gst_multifdsink_handle_client_write):
21588         * gst/tcp/gstmultifdsink.h:
21589         Some extra checks in gstfdset.
21590         Only use send() when the fd is a socket. Don't try to
21591         read from write only fds.
21592
21593 2004-08-18  Wim Taymans  <wim@fluendo.com>
21594
21595         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21596         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21597         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21598         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21599         (gst_fdset_wait):
21600         Add more locking and bounds checking.
21601
21602 2004-08-18  Wim Taymans  <wim@fluendo.com>
21603
21604         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21605         Realloc test fdset in the lock and right before starting
21606         the poll call. Bump the limit to 4096.
21607
21608 2004-08-17  David Schleef  <ds@schleef.org>
21609
21610         * sys/sunaudio/Makefile.am:
21611         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21612         of rates and channels.  Make debugging less obnoxious.
21613
21614         Patch from Balamurali Viswanathan implementing a mixer for
21615         Sun audio.  (bug #144091):
21616         * sys/sunaudio/gstsunelement.c:
21617         * sys/sunaudio/gstsunelement.h:
21618         * sys/sunaudio/gstsunmixer.c:
21619         * sys/sunaudio/gstsunmixer.h:
21620
21621 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21622
21623         * gst/audioscale/gstaudioscale.c:
21624         * gst/audioscale/gstaudioscale.h:
21625         made audioscale resample from any sample rate to any sample rate
21626
21627 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21628
21629         * ext/libpng/gstpngdec.c:
21630           error out on unsupported types
21631
21632 2004-08-17  Iain <iaingnome@gmail.com>
21633
21634         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21635         mid_side and loose_mid_side properties if its a stereo stream.
21636
21637 2004-08-17  Wim Taymans  <wim@fluendo.com>
21638
21639         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21640         (theora_get_formats), (theora_dec_src_convert),
21641         (theora_dec_sink_convert), (theora_dec_src_query),
21642         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21643         Add a debug line.
21644
21645 2004-08-17  Wim Taymans  <wim@fluendo.com>
21646
21647         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21648         (gst_ogg_pad_push):
21649         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21650         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21651         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21652         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21653         Mark delta units in the muxer.
21654         Try to decode the packet after an out-of-sync error from
21655         libogg.
21656
21657 2004-08-17  Wim Taymans  <wim@fluendo.com>
21658
21659         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21660         (gst_multifdsink_init), (gst_multifdsink_add),
21661         (gst_multifdsink_client_queue_buffer),
21662         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21663         * gst/tcp/gstmultifdsink.h:
21664         Added option to send a keyframe to clients as the first buffer.
21665         Make timeout property writable.
21666
21667 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21668
21669         patch by: Wim Taymans
21670
21671         * gst/tcp/gstfdset.c:
21672         * gst/tcp/gstmultifdsink.c:
21673           fix index comparison, should include 0
21674
21675 2004-08-16  Wim Taymans  <wim@fluendo.com>
21676
21677         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21678         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21679         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21680         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21681         (gst_fdset_wait):
21682           copy when reallocing for poll so the select arguments don't get
21683           changed during the call
21684
21685 2004-08-16  Wim Taymans  <wim@fluendo.com>
21686
21687         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21688         (gst_theora_enc_class_init), (theora_enc_sink_link),
21689         (theora_buffer_from_packet), (theora_enc_chain):
21690         Fix bug where buffers were not marked as keyframes
21691         correctly.
21692
21693 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21694
21695         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21696         (gst_lame_preset_get_type), (gst_lame_class_init):
21697         describe the enum values for vbr mode and presets more verbosely
21698
21699 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21700
21701         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21702         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21703         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21704         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21705         * ext/lame/gstlame.h:
21706         add preset property to lame so it can use lame presets
21707
21708 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21709
21710         * ext/lame/gstlame.c: (gst_lame_get_property):
21711         whoops forgot break, thanks teuf
21712
21713 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21714
21715         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21716         (gst_lame_class_init), (gst_lame_src_getcaps),
21717         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21718         (gst_lame_get_property), (gst_lame_setup):
21719         * ext/lame/gstlame.h:
21720         fix lame's broken vbr stuff, allow it to resample if need be, and also
21721         make xing header optional
21722
21723 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21724
21725         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21726         added getcaps function so samplerate doesnt get fixated to silly values
21727
21728 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21729
21730         * ext/lame/gstlame.c: (gst_lame_src_link):
21731         revert previous fix
21732
21733 2004-08-12  Johan Dahlin  <johan@gnome.org>
21734
21735         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21736         checks. Doesn't matter what state we are in. Interfaces are a
21737         compile time thing, not runtime. It also broke the python bindings.
21738
21739 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21740
21741         * ext/lame/gstlame.c: (gst_lame_src_link):
21742         made source pad link function check if sinkpad is ok..fixes the problem
21743         where core fixates the output rate of lame stupidly
21744
21745 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21746
21747         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21748         * sys/v4l/v4l_calls.c:
21749         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21750           fix fixate function to handle nonsimple caps.
21751           remove bogus check in _link
21752           cleanups
21753
21754 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21755
21756         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21757         set default compression ratio parameter to 0.0 so bitrate parameter
21758         works :)
21759
21760 2004-08-11  David Schleef  <ds@schleef.org>
21761
21762         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21763
21764 2004-08-11  David Schleef  <ds@schleef.org>
21765
21766         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21767         before.
21768
21769 2004-08-11  David Schleef  <ds@schleef.org>
21770
21771         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21772
21773 2004-08-11  David Schleef  <ds@schleef.org>
21774
21775         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21776           license field
21777         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21778         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21779           LGPL.
21780         * gst/auparse/gstauparse.c: Fix plugin license field.
21781         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21782         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21783         * gst/rtp/gstrtp.c: Fix plugin license field.
21784
21785 2004-08-11  Wim Taymans  <wim@fluendo.com>
21786
21787         * gst/tcp/Makefile.am:
21788         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21789         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21790         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21791         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21792         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21793         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21794         (gst_fdset_fd_can_write), (gst_fdset_wait):
21795         * gst/tcp/gstfdset.h:
21796         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21797         (gst_multifdsink_class_init), (gst_multifdsink_init),
21798         (gst_multifdsink_add), (gst_multifdsink_remove),
21799         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21800         (gst_multifdsink_remove_client_link),
21801         (gst_multifdsink_handle_client_read),
21802         (gst_multifdsink_client_queue_data),
21803         (gst_multifdsink_client_queue_caps),
21804         (gst_multifdsink_client_queue_buffer),
21805         (gst_multifdsink_handle_client_write),
21806         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21807         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21808         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21809         (gst_multifdsink_close):
21810         * gst/tcp/gstmultifdsink.h:
21811         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21812         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21813         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21814         (gst_tcpserversink_close):
21815         * gst/tcp/gsttcpserversink.h:
21816         Abstracted away the select call, implemented poll (yes we ran into
21817         the 1024 limit in production).
21818
21819 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21820
21821         * gst/tcp/gsttcp.c:
21822         * gst/tcp/gsttcpplugin.c:
21823           improve debuggging, remove assert
21824
21825 2004-08-10  Wim Taymans  <wim@fluendo.com>
21826
21827         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21828         (gst_client_status_get_type), (gst_multifdsink_class_init),
21829         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21830         (gst_multifdsink_handle_client_read),
21831         (gst_multifdsink_handle_client_write),
21832         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21833         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21834         (gst_multifdsink_get_property):
21835         * gst/tcp/gstmultifdsink.h:
21836         * gst/tcp/gsttcp-marshal.list:
21837         Starting to prepare for specifying buffer time in other units
21838         than buffers. Expose remove reason in signal.
21839
21840 2004-08-10  Wim Taymans  <wim@fluendo.com>
21841
21842         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21843         (gst_multifdsink_remove), (gst_multifdsink_clear),
21844         (gst_multifdsink_remove_client_link),
21845         (gst_multifdsink_handle_client_read),
21846         (gst_multifdsink_client_queue_data),
21847         (gst_multifdsink_client_queue_buffer),
21848         (gst_multifdsink_handle_client_write),
21849         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21850         (gst_multifdsink_chain), (gst_multifdsink_close):
21851         * gst/tcp/gstmultifdsink.h:
21852         Added more debugging info. Changed the way clients are
21853         removed from the lists. Fixed a bug where a bad file descriptor
21854         could cause many clients to be removed.
21855
21856 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21857
21858         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21859           allow all pixel-aspect-ratios, not just 1:1
21860
21861 2004-08-09  David Schleef  <ds@schleef.org>
21862
21863         * sys/glsink/ARB_multitexture.h:  Remove old files.
21864         * sys/glsink/EXT_paletted_texture.h:
21865         * sys/glsink/NV_register_combiners.h:
21866         * sys/glsink/gstgl_nvimage.c:
21867         * sys/glsink/gstgl_pdrimage.c:
21868         * sys/glsink/gstgl_rgbimage.c:
21869         * sys/glsink/gstglsink.c:
21870         * sys/glsink/gstglsink.h:
21871         * sys/glsink/gstglxwindow.c:
21872         * sys/glsink/regcomb_yuvrgb.c:
21873
21874 2004-08-09  David Schleef  <ds@schleef.org>
21875
21876         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21877         GL sink plugin.  (Bug #147302)
21878
21879         * configure.ac: Test for OpenGL
21880         * sys/Makefile.am: Use test for OpenGL
21881         * sys/glsink/Makefile.am:
21882         * sys/glsink/glimagesink.c: rewrite
21883         * sys/glsink/glimagesink.h: rewrite
21884
21885 2004-08-09  David Schleef  <ds@schleef.org>
21886
21887         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21888         sane framerates.
21889         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21890         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21891         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21892
21893 2004-08-09  Wim Taymans  <wim@fluendo.com>
21894
21895         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21896         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21897         (gst_multifdsink_client_remove),
21898         (gst_multifdsink_handle_client_read),
21899         (gst_multifdsink_handle_client_write),
21900         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21901         Do a bit more logging, make the client_read code more robust.
21902
21903 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21904
21905         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21906         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21907         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21908         (gst_jpegdec_init), (gst_jpegdec_chain):
21909         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21910         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21911           cleanups, debugging fixes and memleak plugging
21912
21913 2004-08-09  Wim Taymans  <wim@fluendo.com>
21914
21915         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21916         (theora_get_formats), (theora_dec_src_convert),
21917         (theora_dec_sink_convert), (theora_dec_src_query),
21918         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21919         (theora_dec_change_state):
21920         Don't crash on missing header packets.
21921
21922 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21923
21924         * po/LINGUAS:
21925         * po/sq.po:
21926           Added Albanian translation (Laurent Dhima)
21927         * po/cs.po:
21928           updated
21929
21930 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21931
21932         * ext/lame/gstlame.c:
21933           fix/add debugging
21934
21935 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21936
21937         * sys/ximage/ximagesink.c:
21938         * sys/xvimage/xvimagesink.c:
21939           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
21940
21941 2004-08-06  Wim Taymans  <wim@fluendo.com>
21942
21943         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21944         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21945         (gst_multifdsink_client_remove),
21946         (gst_multifdsink_handle_client_read),
21947         (gst_multifdsink_handle_client_write),
21948         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21949         Make sure we don't try to read more from a client that what
21950         ioctl says us or we deadlock.
21951
21952 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21953
21954         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21955         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21956         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21957           decouple running_time and n_frames so it can handle changing
21958           framerate while running
21959
21960 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21961
21962         * po/nl.po:
21963         * po/sv.po:
21964           updated translations
21965
21966 2004-08-04  Benjamin Otte  <otte@gnome.org>
21967
21968         * gst/videotestsrc/gstvideotestsrc.c:
21969         (gst_videotestsrc_get_capslist), (generate_capslist),
21970         (plugin_init):
21971           generate the list of supported caps at startup and reuse it instead
21972           of always generating it
21973
21974 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21975
21976         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21977           whoops, last checkin broke normal build
21978
21979 2004-08-03  Benjamin Otte  <otte@gnome.org>
21980
21981         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21982         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21983         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21984         (gst_alsa_mixer_get_option):
21985         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21986         (dvdnavsrc_print_event):
21987         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21988         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21989         (gst_ogg_mux_pad_unlink):
21990         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21991         (gst_multipart_mux_pad_unlink):
21992         * gst/videofilter/gstvideobalance.c:
21993         (gst_videobalance_colorbalance_set_value):
21994         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21995         (gst_videomixer_pad_unlink):
21996         * po/uk.po:
21997         * sys/oss/gstossmixer.c:
21998         * sys/v4l/gstv4lcolorbalance.c:
21999         * sys/v4l/gstv4ltuner.c:
22000         * sys/v4l/v4lsrc_calls.c:
22001         * sys/v4l2/gstv4l2colorbalance.c:
22002         * sys/v4l2/gstv4l2tuner.c:
22003           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22004
22005 2004-08-03  Benjamin Otte  <otte@gnome.org>
22006
22007         * examples/dynparams/filter.c: (ui_control_create):
22008         * examples/gstplay/player.c: (print_tag):
22009         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22010         * ext/gdk_pixbuf/gstgdkanimation.c:
22011         (gst_gdk_animation_iter_may_advance):
22012         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22013         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22014         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22015         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22016         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22017         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22018         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22019         * gst/sine/demo-dparams.c: (main):
22020         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22021         * testsuite/alsa/formats.c: (create_pipeline):
22022         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22023           fixes for G_DISABLE_ASSERT and friends
22024         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22025         (mp3_type_frame_length_from_header), (mp3_type_find),
22026         (plugin_init):
22027           require mp3 typefinding to have at least MIN_HEADERS valid headers
22028           add typefinding for AAC adts files
22029
22030 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
22031
22032         * sys/ximage/ximagesink.c:
22033         (gst_ximagesink_calculate_pixel_aspect_ratio):
22034         * sys/xvimage/xvimagesink.c:
22035         (gst_xvimagesink_calculate_pixel_aspect_ratio):
22036         Make sure we calculate pixel-aspect-ratio using floating point maths
22037
22038 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22039
22040         * po/uk.po:
22041           updated translation
22042
22043 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22044
22045         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22046         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22047           add debugging for display PAR calculation
22048
22049 2004-08-02  David Schleef  <ds@schleef.org>
22050
22051         * configure.ac: Fix mikmod CFLAGS.
22052
22053 2004-07-27  Benjamin Otte  <otte@gnome.org>
22054
22055         * gst/audioscale/gstaudioscale.c:
22056         - fix templates to only support S16, it's the only format that works
22057         - make caps nego code use try_set_caps_nonfixed and fixation instead
22058         of try_set_caps twice, which is not nice for autopluggers
22059         - change rank to secondary, so autopluggers can pick it up after
22060         audioconvert
22061
22062 2004-08-02  Iain <iain@prettypeople.org>
22063
22064         * gst/interleave/interleave.c (interleave_init),
22065         (interleave_request_new_pad),
22066         (interleave_pad_removed),
22067         (interleave_buffered_loop): Use the real pad count, not the artificial
22068         one.
22069
22070 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22071
22072         * configure.ac: bump nano back to development
22073
22074 === release 0.8.3 ===
22075
22076 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22077
22078         * configure.ac: releasing 0.8.3, "Water"
22079
22080 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22081
22082         * sys/xvimage/xvimagesink.c:
22083         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22084         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22085         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22086         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22087         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22088         * sys/xvimage/xvimagesink.h:
22089           apply similar PAR fixes as to ximagesink
22090
22091 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22092
22093         patch from: Benjamin Otte
22094
22095         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22096           add link function to lame.  Fixes #148986.
22097
22098 2004-08-02  Johan Dahlin  <johan@gnome.org>
22099
22100         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22101         fix debugging log
22102
22103 2004-07-30  David Schleef  <ds@schleef.org>
22104
22105         * gst/videomixer/Makefile.am: Fix things that should have been
22106         fixed in the last checkin.
22107
22108 2004-07-30  David Schleef  <ds@schleef.org>
22109
22110         * gst/multipart/Makefile.am: Fix things that should have been
22111         fixed in the last checkin.
22112
22113 2004-07-30  David Schleef  <ds@schleef.org>
22114
22115         * testsuite/multifilesink/Makefile.am: Fix unused variable.
22116
22117 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22118
22119         * configure.ac:
22120           bump nano for prerelease
22121         * po/af.po:
22122         * po/az.po:
22123         * po/cs.po:
22124         * po/en_GB.po:
22125         * po/hu.po:
22126         * po/nl.po:
22127         * po/sr.po:
22128         * po/sv.po:
22129         * po/uk.po:
22130           updates
22131
22132 2004-07-30  Wim Taymans  <wim@fluendo.com>
22133
22134         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22135         (gst_multifdsink_add), (gst_multifdsink_remove),
22136         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22137         (gst_multifdsink_client_remove),
22138         (gst_multifdsink_handle_client_write),
22139         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22140         * gst/tcp/gstmultifdsink.h:
22141         Recover from a select with a bad file descriptor by removing
22142         the client.
22143
22144 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22145
22146         * configure.ac:
22147           fix requirement of core
22148         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22149         (gst_play_pipeline_setup):
22150           don't use colorspace element.  do use hermescolorspace element.
22151           make macro to get a colorspace element.
22152           mark strings for translation.
22153         * po/POTFILES.in:
22154           add play.c
22155         * po/af.po:
22156         * po/az.po:
22157         * po/cs.po:
22158         * po/en_GB.po:
22159         * po/hu.po:
22160         * po/nl.po:
22161         * po/sr.po:
22162         * po/sv.po:
22163         * po/uk.po:
22164           update translations
22165
22166 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22167
22168         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22169         fix default for newmedia flag
22170
22171 2004-07-30  Wim Taymans  <wim@fluendo.com>
22172
22173         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22174         (gst_theora_dec_init), (theora_get_formats),
22175         (theora_dec_src_convert), (theora_dec_sink_convert),
22176         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22177         (theora_dec_chain), (theora_dec_set_property),
22178         (theora_dec_get_property):
22179         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22180         (gst_theora_enc_class_init), (gst_theora_enc_init),
22181         (theora_enc_sink_link), (theora_enc_chain),
22182         (theora_enc_set_property), (theora_enc_get_property):
22183         Added cropping option to theora decoder.
22184         Added border option to theora encoder.
22185
22186 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22187
22188         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22189         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22190         (gst_pngenc_set_property):
22191         * ext/libpng/gstpngenc.h:
22192         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
22193
22194 2004-07-30  Wim Taymans  <wim@fluendo.com>
22195
22196         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22197         (theora_enc_sink_link), (theora_enc_chain),
22198         (theora_enc_set_property), (theora_enc_get_property):
22199         Fix encoding of non-multiple-of-16 video.
22200
22201 2004-07-29  David Schleef  <ds@schleef.org>
22202
22203         * configure.ac: make test for audiofile more strict
22204
22205 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22206
22207         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22208           give different names to typefind functions
22209
22210 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22211
22212         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22213         (gst_ximagesink_calculate_pixel_aspect_ratio),
22214         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22215         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22216         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22217         (gst_ximagesink_get_property), (gst_ximagesink_init):
22218         * sys/ximage/ximagesink.h:
22219           allocate PAR's dynamically.
22220           use autodetected PAR if no object-set PAR is given.
22221           add workaround for directfb's X not setting physical size.
22222           fix to xvimagesink will follow tomorrow.
22223
22224 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22225
22226         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22227         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22228         (gst_shout2send_get_type), (gst_shout2send_set_clock),
22229         (gst_shout2send_class_init), (gst_shout2send_init),
22230         (set_shout_metadata), (gst_shout2send_set_metadata),
22231         (gst_shout2send_chain), (gst_shout2send_set_property),
22232         (gst_shout2send_get_property), (gst_shout2send_connect),
22233         (gst_shout2send_change_state):
22234         * ext/shout2/gstshout2.h:
22235         - fix for sending mp3 audio to icecast2 server, if pad link function not
22236         called before PAUSED state
22237         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22238         - added tagging support for mp3 audio broadcasted
22239         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22240         debug info
22241
22242 2004-07-28  Wim Taymans  <wim@fluendo.com>
22243
22244         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22245         (gst_ogg_demux_push):
22246         Return query failure when we don't know the length of
22247         an ogg stream insteda of returning TRUE with a bogus value.
22248
22249 2004-07-28  Wim Taymans  <wim@fluendo.com>
22250
22251         * ext/theora/theoradec.c: (theora_get_formats),
22252         (theora_dec_src_convert), (theora_dec_sink_convert),
22253         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22254         (theora_dec_chain):
22255         Don't screw up the 1 Chroma for 1 luma sample situation when we
22256         have an odd offset/width by adding a black border in those cases.
22257
22258 2004-07-28  Wim Taymans  <wim@fluendo.com>
22259
22260         * ext/theora/theoradec.c: (theora_get_formats),
22261         (theora_dec_src_convert), (theora_dec_sink_convert),
22262         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22263         (theora_dec_chain):
22264         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22265         Added first attempt at cropping of the image as required by the
22266         theora spec. We need more properties in the caps (offset_x,
22267         offset_y,stride) to implement this correctly.
22268
22269 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22270
22271         * ext/dvdnav/README:
22272           Update the README to use dvddemux
22273         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22274           Ensure getcaps returns a subset of the template caps
22275         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22276         (gst_mpeg2subt_init):
22277           Ensure getcaps returns a subset of the template caps
22278         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22279         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22280         (gst_dvd_demux_get_subpicture_stream),
22281         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22282         * gst/mpegstream/gstdvddemux.h:
22283           Set the explicit caps on the current_video pad before pushing
22284           anything
22285         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22286         (gst_mpeg_demux_get_audio_stream):
22287           Free caps used to gst_pad_set_explicit_caps, which takes a const
22288           GstCaps *
22289
22290 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22291
22292         * configure.ac: update GStreamer requirement to 0.8.4 because of
22293           GstFraction.
22294
22295 2004-07-28  Wim Taymans  <wim@fluendo.com>
22296
22297         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22298         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22299         Add the pad to the element after setting up the caps. This
22300         makes it a lot easier to autoplug.
22301
22302 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22303
22304         * gst/median/gstmedian.c:
22305         * gst/mpeg2subt/gstmpeg2subt.c:
22306         * gst/mpegaudioparse/gstmpegaudioparse.c:
22307         * gst/mpegstream/gstdvddemux.c:
22308         * gst/mpegstream/gstmpegdemux.c:
22309         * gst/mpegstream/gstmpegpacketize.c:
22310         * gst/rtjpeg/gstrtjpeg.c:
22311         * gst/rtjpeg/gstrtjpegdec.c:
22312         * gst/rtjpeg/gstrtjpegenc.c:
22313         * gst/sine/gstsinesrc.c:
22314         * gst/smooth/gstsmooth.c:
22315         * gst/smpte/gstsmpte.c:
22316         * gst/smpte/gstsmpte.h:
22317         * gst/stereo/gststereo.c:
22318         * gst/videofilter/gstgamma.c:
22319         * gst/videofilter/gstvideobalance.c:
22320         * gst/videofilter/gstvideofilter.c:
22321         * gst/videofilter/gstvideoflip.c:
22322         * gst/videoscale/gstvideoscale.c:
22323         * gst/videoscale/videoscale.c:
22324         * gst/videotestsrc/gstvideotestsrc.c:
22325         * gst/videotestsrc/videotestsrc.c:
22326         * gst/wavenc/gstwavenc.c:
22327         * gst/wavparse/gstwavparse.c:
22328           fix local includes and 64 bits constants
22329
22330 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22331
22332         * win32/gst.sln:
22333         * gst-libs/gst/*/*.vcproj:
22334         * gst/*/*.vcproj:
22335           more working plugins
22336
22337 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22338
22339         * testsuite/alsa/Makefile.am:
22340         * testsuite/alsa/srcstate.c:
22341         add test for alsasrc changing state
22342
22343 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22344
22345         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22346         (gst_silence_get):
22347         * gst/silence/gstsilence.h:
22348         fix silence generation for 16bit raw audio
22349
22350 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22351
22352         * gst/matroska/matroska-demux.c:
22353         (gst_matroska_demux_parse_metadata),
22354         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22355         * gst/mpegaudio/common.c:
22356         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22357         (gst_videoscale_getcaps), (gst_videoscale_link),
22358         (gst_videoscale_src_fixate), (gst_videoscale_init),
22359         (gst_videoscale_finalize):
22360         * gst/videoscale/gstvideoscale.h:
22361         * gst/videotestsrc/gstvideotestsrc.c:
22362         (gst_videotestsrc_get_capslist):
22363         * gst/wavenc/gstwavenc.c:
22364         * sys/oss/gstossmixer.c: (fill_labels):
22365         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22366         (gst_ximagesink_handle_xevents),
22367         (gst_ximagesink_calculate_pixel_aspect_ratio),
22368         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22369         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22370         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22371         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22372         (gst_ximagesink_init), (gst_ximagesink_class_init):
22373         * sys/ximage/ximagesink.h:
22374         * sys/xvimage/xvimagesink.c:
22375         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22376         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22377         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22378         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22379         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22380         * sys/xvimage/xvimagesink.h:
22381           first batch of pixel aspect ratio commits.
22382
22383 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22384
22385         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22386         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22387         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22388           handle stride, needs work if we want to move stride handling
22389           upstream, but works correctly for our purposes.
22390
22391 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22392
22393         * gst/videoscale/README:
22394           add testing examples
22395         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22396         (gst_videoscale_chain):
22397         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22398         (gst_videoscale_get_size):
22399           add get_size function that handles stride like videotestsrc.
22400           fixes conversion for YUV formats for as much as I can test them.
22401
22402 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22403
22404         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22405         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22406         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22407         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22408         (gst_xvimagesink_xvimage_put):
22409           further cleanups, logging, error handling and synchronizing
22410
22411 2004-07-27  Wim Taymans  <wim@fluendo.com>
22412
22413         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22414         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22415         (gst_videomixer_pad_set_property),
22416         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22417         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22418         (gst_videomixer_class_init), (gst_videomixer_init),
22419         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22420         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22421         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22422         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22423         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22424         (gst_videomixer_loop), (plugin_init):
22425         Be a nicer negotiation citizen and provide a getcaps function on
22426         the srcpad. This also fixes a crash when resizing.
22427
22428 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22429
22430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22431         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22432
22433 2004-07-27  Wim Taymans  <wim@fluendo.com>
22434
22435         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22436         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22437         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22438         (gst_pngenc_set_property):
22439         * ext/libpng/gstpngenc.h:
22440         Added snapshot property to pngenc.
22441         removed g_print from pngdec
22442
22443 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22444
22445         * gst/ac3parse/ac3parse.vcproj
22446         * gst/adder/adder.vcproj
22447         * gst/alpha/alpha.vcproj
22448         * gst/alpha/alphacolor.vcproj
22449         * gst/asfdemux/asf.vcproj
22450         * gst/audioconvert/audioconvert.vcproj
22451         * gst/audiorate/audiorate.vcproj
22452         * gst/audioscale/audioscale.vcproj
22453         * gst/auparse/auparse.vcproj
22454         * gst/avi/avi.vcproj
22455         * gst/cdxaparse/cdxaparse.vcproj
22456         * gst/chart/chart.vcproj
22457         * gst/colorspace/colorspace.vcproj
22458         * gst/cutter/cutter.vcproj
22459         * gst/debug/debug.vcproj
22460         * gst/debug/efence.vcproj
22461         * gst/debug/navigationtest.vcproj
22462         * gst/deinterlace/deinterlace.vcproj
22463         * gst/effectv/effectv.vcproj
22464         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22465         * gst/filter/filter.vcproj
22466         * gst/flx/flxdec.vcproj
22467         * gst/goom/goom.vcproj
22468         * gst/interleave/interleave.vcproj
22469         * gst/law/alaw.vcproj
22470         * gst/law/mulaw.vcproj
22471         * gst/matroska/matroska.vcproj
22472         * gst/median/median.vcproj
22473         * gst/mixmatrix/mixmatrix.vcproj
22474         * gst/mpeg1sys/mpeg1systemencode.vcproj
22475         * gst/mpeg1videoparse/mp1videoparse.vcproj
22476         * gst/mpeg2sub/mpeg2subt.vcproj
22477         * gst/mpegaudio/mpegaudio.vcproj
22478         * gst/mpegaudioparse/mpegaudioparse.vcproj
22479         * gst/mpegstream/mpegstream.vcproj
22480         * gst/multifilesink/multifilesink.vcproj
22481         * gst/multipart/multipart.vcproj
22482         * gst/oneton/oneton.vcproj
22483         * gst/overlay/overlay.vcproj
22484         * gst/passthrough/passthrough.vcproj
22485         * gst/qtdemux/qtdemux.vcproj
22486         * gst/realmedia/rmdemux.vcproj
22487         * gst/rtjpeg/rtjpeg.vcproj
22488         * gst/rtp/rtp.vcproj
22489         * gst/silence/silence.vcproj
22490         * gst/sine/sinesrc.vcproj
22491         * gst/smooth/smooth.vcproj
22492         * gst/smpte/smpte.vcproj
22493         * gst/spectrum/spectrum.vcproj
22494         * gst/speed/speed.vcproj
22495         * gst/stereo/stereo.vcproj
22496         * gst/switch/switch.vcproj
22497         * gst/tags/tagedit.vcproj
22498         * gst/tcp/tcp.vcproj
22499         * gst/typefind/typefindfunctions.vcproj
22500         * gst/udp/udp.vcproj
22501         * gst/videobox/videobox.vcproj
22502         * gst/videocrop/videocrop.vcproj
22503         * gst/videodrop/videodrop.vcproj
22504         * gst/videofilter/gamma.vcproj
22505         * gst/videofilter/videobalance.vcproj
22506         * gst/videofilter/videofilter.vcproj
22507         * gst/videofilter/videoflip.vcproj
22508         * gst/videoflip/videoflip.vcproj
22509         * gst/videomixer/videomixer.vcproj
22510         * gst/videorate/videorate.vcproj
22511         * gst/videoscale/videoscale.vcproj
22512         * gst/videotestsrc/videotestsrc.vcproj
22513         * gst/virtualdub/virtualdub.vcproj
22514         * gst/volenv/volenv.vcproj
22515         * gst/volume/volume.vcproj
22516         * gst/wavenc/wavenc.vcproj
22517         * gst/wavparse/wavparse.vcproj
22518         * gst/y4m/y4menc.vcproj
22519         * gst-libs/gst/audio/audio.vcproj
22520         * gst-libs/gst/audio/audiofilter.vcproj
22521         * gst-libs/gst/colorbalance/colorbalance.vcproj
22522         * gst-libs/gst/idct/idtc.vcproj
22523         * gst-libs/gst/media-info/media-info.vcproj
22524         * gst-libs/gst/mixer/mixer.vcproj
22525         * gst-libs/gst/navigation/navigation.vcproj
22526         * gst-libs/gst/play/play.vcproj
22527         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22528         * gst-libs/gst/resample/resample.vcproj
22529         * gst-libs/gst/riff/riff.vcproj
22530         * gst-libs/gst/tuner/tuner.vcproj
22531         * gst-libs/gst/video/video.vcproj
22532         * gst-libs/gst/xoverlay/xoverlay.vcproj
22533           avoid problems with math.h, fix release dependancy
22534           rename GStreamer-0.8.lib to libgstreamer.lib
22535
22536 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22537
22538         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22539         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22540         the atom is not available we have to unlock the mutex. Fixes #148023
22541
22542 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22543
22544         * gst-libs/gst/media-info/media-info.h:
22545           issue for a vararg macro with MSVC
22546
22547 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22548
22549         * gst/effectv/effectv.vcproj
22550         * gst-libs/gst/idct/idct.vcproj:
22551         * gst-libs/gst/media-info/media-info.vcproj:
22552         * gst-libs/gst/navigation/navigation.vcproj:
22553         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22554         * gst-libs/gst/video/video.vcproj:
22555         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22556           fixes for build problems
22557
22558 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22559
22560         * gst-libs/gst/audio/audio.def:
22561         * gst-libs/gst/audio/riff.def:
22562           add some definitions needed by plugins
22563
22564 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22565
22566         * gst/asfdemux/gstasfmux.c
22567           Fix some 64 bits constants to be glib friendly
22568
22569 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22570
22571         * gst/ac3parse/gstac3parse.c
22572         * gst/audioscale/gstaudioscale.c
22573         * gst/auparse/gstauparse.c
22574         * gst/colorspace/gstcolorspace.c
22575         * gst/colorspace/yuv2rgb.h
22576           local include fixes
22577
22578 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22579
22580         * win32/gst.sln
22581           add more plugins to the build
22582
22583 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22584
22585         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22586         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22587
22588 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22589
22590         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22591         (gst_level_set_property), (gst_level_get_property),
22592         (gst_level_base_init), (gst_level_class_init):
22593           add debugging categories.  cleanups.
22594
22595 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22596
22597         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22598         (gst_videoscale_planar411), (gst_videoscale_planar400),
22599         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22600         (gst_videoscale_scale_nearest_str1),
22601         (gst_videoscale_scale_nearest_str2),
22602         (gst_videoscale_scale_nearest_str4),
22603         (gst_videoscale_scale_nearest_16bit),
22604         (gst_videoscale_scale_nearest_24bit):
22605           fixed stride issues
22606           tested with 320x240 -> 321, 322, 324 x240
22607           tested with YV12, I420, YUY2, UYVY
22608           fixed packed422rev (don't think it could have worked before)
22609           by testing with UYVY
22610
22611 2004-07-26  Benjamin Otte  <otte@gnome.org>
22612
22613         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22614         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22615         (plugin_init):
22616           add debugging category, add error checks like checking return values
22617           of setup calls, make sure it still works after
22618           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22619
22620 2004-07-26  Wim Taymans  <wim@fluendo.com>
22621
22622         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22623         (gst_mpeg_demux_get_audio_stream),
22624         (gst_mpeg_demux_process_private):
22625         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22626         Check for error codes from the negotiation functions. Make sure
22627         we really set the pad caps when a new pad is created.
22628
22629 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22630
22631         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22632         (gst_ffmpeg_caps_to_pix_fmt):
22633         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22634         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22635         (gst_ffmpegcolorspace_pad_link):
22636           don't make function do two things at the same time without reason.
22637
22638 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22639
22640         * gst/ac3parse/ac3parse.vcproj
22641         * gst/adder/adder.vcproj
22642         * gst/alpha/alpha.vcproj
22643         * gst/alpha/alphacolor.vcproj
22644         * gst/asfdemux/asf.vcproj
22645         * gst/audioconvert/audioconvert.vcproj
22646         * gst/audiorate/audiorate.vcproj
22647         * gst/audioscale/audioscale.vcproj
22648         * gst/auparse/auparse.vcproj
22649         * gst/avi/avi.vcproj
22650         * gst/cdxaparse/cdxaparse.vcproj
22651         * gst/chart/chart.vcproj
22652         * gst/colorspace/colorspace.vcproj
22653         * gst/cutter/cutter.vcproj
22654         * gst/debug/debug.vcproj
22655         * gst/debug/efence.vcproj
22656         * gst/debug/navigationtest.vcproj
22657         * gst/deinterlace/deinterlace.vcproj
22658         * gst/effectv/effectv.vcproj
22659         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22660         * gst/filter/filter.vcproj
22661         * gst/flx/flxdec.vcproj
22662         * gst/goom/goom.vcproj
22663         * gst/interleave/interleave.vcproj
22664         * gst/law/alaw.vcproj
22665         * gst/law/mulaw.vcproj
22666         * gst/matroska/matroska.vcproj
22667         * gst/median/median.vcproj
22668         * gst/mixmatrix/mixmatrix.vcproj
22669         * gst/mpeg1sys/mpeg1systemencode.vcproj
22670         * gst/mpeg1videoparse/mp1videoparse.vcproj
22671         * gst/mpeg2sub/mpeg2subt.vcproj
22672         * gst/mpegaudio/mpegaudio.vcproj
22673         * gst/mpegaudioparse/mpegaudioparse.vcproj
22674         * gst/mpegstream/mpegstream.vcproj
22675         * gst/multifilesink/multifilesink.vcproj
22676         * gst/multipart/multipart.vcproj
22677         * gst/oneton/oneton.vcproj
22678         * gst/overlay/overlay.vcproj
22679         * gst/passthrough/passthrough.vcproj
22680         * gst/qtdemux/qtdemux.vcproj
22681         * gst/realmedia/rmdemux.vcproj
22682         * gst/rtjpeg/rtjpeg.vcproj
22683         * gst/rtp/rtp.vcproj
22684         * gst/silence/silence.vcproj
22685         * gst/sine/sinesrc.vcproj
22686         * gst/smooth/smooth.vcproj
22687         * gst/smpte/smpte.vcproj
22688         * gst/spectrum/spectrum.vcproj
22689         * gst/speed/speed.vcproj
22690         * gst/stereo/stereo.vcproj
22691         * gst/switch/switch.vcproj
22692         * gst/tags/tagedit.vcproj
22693         * gst/tcp/tcp.vcproj
22694         * gst/typefind/typefindfunctions.vcproj
22695         * gst/udp/udp.vcproj
22696         * gst/videobox/videobox.vcproj
22697         * gst/videocrop/videocrop.vcproj
22698         * gst/videodrop/videodrop.vcproj
22699         * gst/videofilter/gamma.vcproj
22700         * gst/videofilter/videobalance.vcproj
22701         * gst/videofilter/videofilter.vcproj
22702         * gst/videofilter/videoflip.vcproj
22703         * gst/videoflip/videoflip.vcproj
22704         * gst/videomixer/videomixer.vcproj
22705         * gst/videorate/videorate.vcproj
22706         * gst/videoscale/videoscale.vcproj
22707         * gst/videotestsrc/videotestsrc.vcproj
22708         * gst/virtualdub/virtualdub.vcproj
22709         * gst/volenv/volenv.vcproj
22710         * gst/volume/volume.vcproj
22711         * gst/wavenc/wavenc.vcproj
22712         * gst/wavparse/wavparse.vcproj
22713         * gst/y4m/y4menc.vcproj
22714           more plugins supported under windows
22715
22716 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22717
22718         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22719         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22720         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22721         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22722         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22723           Add debugging statements.  Use the sizes as returned by the
22724           *CreateImage calls.
22725
22726 2004-07-26  Johan Dahlin  <johan@gnome.org>
22727
22728         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22729         the pad is negotiated.
22730
22731         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22732
22733 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22734
22735         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22736         * gst-libs/gst/idct/idct.vcproj:
22737         * gst-libs/gst/media-info/media-info.vcproj:
22738         * gst-libs/gst/mixer/mixer.vcproj:
22739         * gst-libs/gst/navigation/navigation.vcproj:
22740         * gst-libs/gst/play/play.vcproj:
22741         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22742         * gst-libs/gst/resample/resample.vcproj:
22743         * gst-libs/gst/tuner/tuner.vcproj:
22744         * gst-libs/gst/video/video.vcproj:
22745         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22746           more plugins supported under windows
22747
22748 2004-07-25 Iain <iain@prettypeople.org>
22749
22750         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22751         pad now rather than when the pad is created because state changes wipe
22752         explicit caps (fixes #148043).
22753
22754 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22755
22756         reviewed by Benjamin Otte  <otte@gnome.org>
22757
22758         * ext/mad/gstmad.c:
22759           fix mad plugin crashing on Sun (fixes #148289)
22760
22761 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22762
22763         * gst/avi/avi.def:
22764         * gst/avi/avi.vcproj:
22765         * gst/matroska/matroska.def:
22766         * gst/matroska/matroska.vcproj:
22767           remove unused .def files
22768
22769 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22770
22771         * gst-libs/gst/audio/gstaudiofilter.c:
22772           Clean the local include
22773
22774 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22775
22776         * win32/gst.sln:
22777         * gst-libs/gst/audio/audio.def:
22778         * gst-libs/gst/audio/audio.vcproj:
22779         * gst-libs/gst/audio/audiofilter.vcproj:
22780         * gst-libs/gst/audio/riff.def:
22781         * gst-libs/gst/audio/riff.vcproj:
22782         * gst-libs/gst/gst-libs.def:
22783         * gst-libs/gst/gst-libs.vcproj:
22784         * gst/avi/avi.vcproj:
22785         * gst/avi/avi.vcproj:
22786           Copy the files where needed after building, cleaner projects
22787
22788 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22789
22790         * gst/matroska/ebml-write.c:
22791           Fix some 64 bits constants to be glib friendly
22792
22793 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22794
22795         * win32/gst.sln:
22796         * gst-libs/gst/gst-libs.def:
22797         * gst-libs/gst/gst-libs.vcproj:
22798         * gst/matroska/matroska.def:
22799         * gst/matroska/matroska.vcproj:
22800           Add the preliminary canvas to build plugins on Win32
22801
22802 2004-07-23  Benjamin Otte  <otte@gnome.org>
22803
22804         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22805           don't enfore negotiation from source side, it breaks
22806           sinesrc ! audioconvert ! osssink
22807
22808 2004-07-22  David Schleef  <ds@schleef.org>
22809
22810         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22811         for ELF files, since they can easily be recognized as audio/mpeg.
22812         (bug #147441)
22813
22814 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22815
22816         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22817         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22818         (gst_videoscale_scale_nearest_24bit),
22819         (gst_videoscale_scale_nearest_16bit):
22820           fix 16bit and 24bit for stride (24bit might need testing)
22821           don't pretend we do more than one algorithm
22822
22823 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22824
22825         * configure.ac:
22826         * gst/Makefile.am:
22827         * gst/multifilesink/Makefile.am:
22828         * gst/multifilesink/gstmultifilesink.c:
22829         (gst_multifilesink_get_formats),
22830         (gst_multifilesink_get_query_types), (_do_init),
22831         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22832         (gst_multifilesink_init), (gst_multifilesink_dispose),
22833         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22834         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22835         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22836         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22837         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22838         (gst_multifilesink_uri_get_type),
22839         (gst_multifilesink_uri_get_protocols),
22840         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22841         (gst_multifilesink_uri_handler_init), (plugin_init):
22842         * gst/multifilesink/gstmultifilesink.h:
22843         * testsuite/Makefile.am:
22844         * testsuite/multifilesink/Makefile.am:
22845         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22846         (gst_newmedia_class_init), (gst_newmedia_init),
22847         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22848         (newfile_signal), (test_signal), (main):
22849         multifilesink plugin for creating new files every time a new media
22850         discontinuity event occurs
22851
22852 2004-07-22  Wim Taymans  <wim@fluendo.com>
22853
22854         * gst/alpha/Makefile.am:
22855         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22856         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22857         (gst_alpha_color_init), (gst_alpha_color_set_property),
22858         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22859         (transform), (gst_alpha_color_chain),
22860         (gst_alpha_color_change_state), (plugin_init):
22861         Stupid plugin to to RGBA to AYUV conversion because none of
22862         the colorspace plugins can handle that yet.
22863
22864 2004-07-22  Wim Taymans  <wim@fluendo.com>
22865
22866         * examples/seeking/seek.c: (update_scale), (main):
22867         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22868         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22869         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22870         (gst_decode_bin_init), (gst_decode_bin_dispose),
22871         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22872         (no_more_pads), (close_link), (type_found),
22873         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22874         (plugin_init):
22875         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22876         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22877         (gst_play_base_bin_dispose), (queue_overrun),
22878         (gen_preroll_element), (remove_prerolls), (unknown_type),
22879         (no_more_pads), (new_stream), (setup_source),
22880         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22881         (play_base_eos), (gst_play_base_bin_change_state),
22882         (gst_play_base_bin_add_element),
22883         (gst_play_base_bin_remove_element),
22884         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22885         (gst_play_base_bin_unlink_stream),
22886         (gst_play_base_bin_get_streaminfo):
22887         * gst/playback/gstplaybin.c: (gen_video_element),
22888         (gen_audio_element):
22889         * gst/playback/gststreaminfo.h:
22890         More playback updates, attempt to fix things after the state change
22891         breakage.
22892
22893 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22894
22895         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22896         (gst_videoscale_scale_nearest_16bit):
22897           comment algorithm
22898
22899 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22900
22901         * gst/videotestsrc/gstvideotestsrc.c:
22902         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22903         (gst_videotestsrc_init), (gst_videotestsrc_get),
22904         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22905         (gst_videotestsrc_get_property):
22906         * gst/videotestsrc/gstvideotestsrc.h:
22907         * gst/videotestsrc/videotestsrc.c:
22908         * gst/videotestsrc/videotestsrc.h:
22909           cleanup and commenting
22910
22911 2004-07-21  Wim Taymans  <wim@fluendo.com>
22912
22913         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22914         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22915         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22916         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22917         (_find_chain_get_unknown_part), (_find_streams_check),
22918         (gst_ogg_demux_push), (gst_ogg_pad_push):
22919         * ext/theora/theoradec.c: (theora_get_formats),
22920         (theora_dec_src_convert), (theora_dec_sink_convert),
22921         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22922         (theora_dec_chain):
22923         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22924         (vorbis_dec_convert), (vorbis_dec_src_query),
22925         (vorbis_dec_src_event), (vorbis_dec_event):
22926         More seeking fixes, oggdemux now supports seeking to time and
22927         uses the downstream element to convert granulepos to time.
22928         Seeking in theora-only ogg files now works.
22929
22930 2004-07-21  Wim Taymans  <wim@fluendo.com>
22931
22932         * ext/theora/theoradec.c: (gst_theora_dec_init),
22933         (theora_get_formats), (theora_get_event_masks),
22934         (theora_get_query_types), (theora_dec_src_convert),
22935         (theora_dec_sink_convert), (theora_dec_src_query),
22936         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22937         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22938         (vorbis_get_event_masks), (vorbis_get_query_types),
22939         (gst_vorbis_dec_init), (vorbis_dec_convert),
22940         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22941         Added query/convert/formats functions to vorbis and theora decoders
22942         so that the outside world can use them too. Fixed seeking on an
22943         ogg/theora/vorbis file by disabling the seeking seeking on the
22944         theora srcpad.
22945
22946 2004-07-21  Julien MOUTTE  <julien@moutte.net>
22947
22948         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22949         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22950         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22951         images creation for both elements. We don't create the image on caps
22952         nego or renego, we just destroy the internal one if present if it does
22953         not match the needs. The chain function takes care of creating a new
22954         image when needed.
22955         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22956         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22957         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22958         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22959         the image format information. The buffer pool checks for the context
22960         image format and discard images with different formats.
22961         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22962
22963 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22964
22965         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22966         (gst_ffmpegcolorspace_chain):
22967           no point in doing any chaining if the pad we want to push from
22968           isn't usable.
22969
22970 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22971
22972         * gst-libs/gst/riff/riff-media.c:
22973         (gst_riff_create_audio_caps_with_data):
22974           Fix double end-to-native symbol conversion (#148021).
22975
22976 2004-07-20  David Schleef  <ds@schleef.org>
22977
22978         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22979         Don't use an Atom that doesn't exist.
22980
22981 2004-07-20  Wim Taymans  <wim@fluendo.com>
22982
22983         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22984         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22985         (gst_multifdsink_client_remove),
22986         (gst_multifdsink_handle_client_write),
22987         (gst_multifdsink_queue_buffer):
22988         * gst/tcp/gstmultifdsink.h:
22989         More multifdsink stats. Avoid deadlock by releasing locks
22990         before sending out a signal.
22991
22992 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22993
22994         * po/LINGUAS:
22995         * po/hu.po:
22996           added Hungarian translation (Laszlo Dvornik)
22997
22998 2004-07-20  Wim Taymans  <wim@fluendo.com>
22999
23000         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23001         (gst_multifdsink_add), (gst_multifdsink_client_remove),
23002         (gst_multifdsink_handle_client_write),
23003         (gst_multifdsink_queue_buffer):
23004         * gst/tcp/gsttcp-marshal.list:
23005         Fixed the stupid marshal definition.
23006
23007 2004-07-20  Wim Taymans  <wim@fluendo.com>
23008
23009         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23010         (gst_multifdsink_init), (gst_multifdsink_add),
23011         (gst_multifdsink_client_remove),
23012         (gst_multifdsink_handle_client_write),
23013         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23014         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23015         (gst_multifdsink_init_send):
23016         * gst/tcp/gstmultifdsink.h:
23017         Added more stats, added timeout for a client, fixed some typos
23018         and added some comments.
23019
23020 2004-07-20  Wim Taymans  <wim@fluendo.com>
23021
23022         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23023         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23024         (gst_multifdsink_client_remove),
23025         (gst_multifdsink_handle_client_write):
23026         * gst/tcp/gstmultifdsink.h:
23027         * gst/tcp/gsttcp-marshal.list:
23028         Added get_stats method that returns a GValueArray of
23029         stats values.
23030
23031 2004-07-19  Benjamin Otte  <otte@gnome.org>
23032
23033         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23034           make sure longname, description and author are valid UTF-8
23035
23036 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23037
23038         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23039         (gst_ximagesink_set_property):
23040         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23041         (gst_xvimagesink_set_property):
23042           make sure SYNCHRONOUS is respected after getting the X context
23043
23044 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23045
23046         * gst/matroska/matroska-demux.c:
23047         (gst_matroska_demux_handle_src_event),
23048         (gst_matroska_demux_parse_blockgroup):
23049         * gst/matroska/matroska-ids.h:
23050           add BlockReference tag and ignore it to clear out log.
23051           ignore NAVIGATION events to clear out log.
23052
23053 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23054
23055         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23056         (gst_matroska_demux_add_stream):
23057         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23058           add debug categories
23059
23060 2004-07-16  Wim Taymans  <wim@fluendo.com>
23061
23062         * ext/libpng/Makefile.am:
23063         * ext/libpng/gstpng.c: (plugin_init):
23064         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23065         (gst_pngdec_get_type), (gst_pngdec_base_init),
23066         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23067         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23068         * ext/libpng/gstpngdec.h:
23069         Added png decoder.
23070
23071 2004-07-16  Julien MOUTTE  <julien@moutte.net>
23072
23073         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23074         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23075         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23076         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23077         (gst_ximagesink_buffer_alloc):
23078         * sys/ximage/ximagesink.h:
23079         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23080         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23081         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23082         (gst_xvimagesink_buffer_alloc):
23083         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23084         again. Using internal data pointer of the x(v)image to store image's
23085         data to be coherent with the buffer alloc mechanism. Investigated the
23086         image destruction code to be sure that everything gets freed correctly.
23087
23088 2004-07-16  Wim Taymans  <wim@fluendo.com>
23089
23090         * gst-libs/gst/riff/riff-read.c:
23091         (gst_riff_read_strf_vids_with_data),
23092         (gst_riff_read_strf_auds_with_data):
23093         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23094         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23095         Make sure we don't create 0 sized subbuffers in riff-read.
23096         Signal the no more pads signal after reading the avi header.
23097
23098 2004-07-16  Wim Taymans  <wim@fluendo.com>
23099
23100         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23101         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23102         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23103         (gst_decode_bin_init), (gst_decode_bin_dispose),
23104         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23105         (no_more_pads), (close_link), (type_found),
23106         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23107         (gst_decode_bin_change_state), (plugin_init):
23108         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23109         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23110         (gst_play_base_bin_dispose), (queue_overrun),
23111         (gen_preroll_element), (remove_prerolls), (unknown_type),
23112         (no_more_pads), (new_stream), (setup_source),
23113         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23114         (play_base_eos), (gst_play_base_bin_change_state),
23115         (gst_play_base_bin_add_element),
23116         (gst_play_base_bin_remove_element),
23117         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23118         (gst_play_base_bin_unlink_stream),
23119         (gst_play_base_bin_get_streaminfo):
23120         * gst/playback/gstplaybasebin.h:
23121         Better error recovery. Added configurable preroll queue size. Faster
23122         detection of no-more-pads.
23123
23124 2004-07-16  Wim Taymans  <wim@fluendo.com>
23125
23126         * gst-libs/gst/video/video.h:
23127         Added 32 bits RGBA. Not sure if we should use another mime-type
23128         for alpha rgb. Currently the presence of the alpha_mask property
23129         signals an alpha channel.
23130
23131 2004-07-16  Wim Taymans  <wim@fluendo.com>
23132
23133         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23135         FPS seems to be 0.0 to MAX everywhere else.
23136
23137 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23138
23139         * gst-libs/gst/riff/riff-media.c:
23140         (gst_riff_create_video_caps_with_data):
23141           mp42/mp43 (no caps) exist too.
23142         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23143           Set pixel_width/height; we've got them in-caps.
23144         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23145         * gst/wavparse/gstwavparse.c: (plugin_init):
23146           Both are valid primary.
23147         * sys/oss/gstossmixer.c:
23148           Remove i18n hack and enable translations.
23149
23150 2004-07-15  Benjamin Otte  <otte@gnome.org>
23151
23152         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23153         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23154           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23155
23156 2004-07-15  Benjamin Otte  <otte@gnome.org>
23157
23158         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23159         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23160         (gst_alsa_close_audio):
23161           disable some of the debugging code for now. Writing debugging to a
23162           buffer is broken in current alsalib releases.
23163
23164 2004-07-12  Benjamin Otte  <otte@gnome.org>
23165
23166         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23167           use bufferpools
23168
23169 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23170
23171         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23172         (theora_dec_src_query), (theora_dec_event):
23173         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23174           add debugging categories.  Remove \n's.
23175
23176 2004-07-13  Johan Dahlin  <johan@gnome.org>
23177
23178         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23179         (gst_play_bin_get_property): Impl.
23180
23181 2004-07-13  Wim Taymans  <wim@fluendo.com>
23182
23183         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23184         When trying to find the stream length, seek back N pages
23185         instead of just one, where N is the number of streams in
23186         the current chain.
23187
23188 2004-07-13  Wim Taymans  <wim@fluendo.com>
23189
23190         * gst-libs/gst/riff/riff-media.c:
23191         (gst_riff_create_audio_caps_with_data),
23192         (gst_riff_create_audio_caps),
23193         (gst_riff_create_audio_template_caps):
23194         * gst-libs/gst/riff/riff-media.h:
23195         * gst-libs/gst/riff/riff-read.c:
23196         (gst_riff_read_strf_vids_with_data),
23197         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23198         * gst-libs/gst/riff/riff-read.h:
23199         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23200         (gst_avi_demux_add_stream):
23201         Set codec_data on caps for avidemuxer.
23202
23203 2004-07-12  David Schleef  <ds@schleef.org>
23204
23205         * configure.ac: Fix test for Objective C
23206
23207 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
23208         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23209         (gst_gdk_pixbuf_chain):
23210           Add svg and pcx to template caps, and ensure that getcaps returns a
23211           subset of the template caps.
23212           Copy each row manually for output, as gdkpixbuf may pad the
23213           rowstride to a 32-bit word boundary.
23214
23215 2004-07-12  Wim Taymans  <wim@fluendo.com>
23216
23217         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23218         (gst_riff_create_video_template_caps):
23219         Fix the template caps to include some more media types.
23220
23221 2004-07-12  Wim Taymans  <wim@fluendo.com>
23222
23223         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23224         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23225         (compare_ranks), (print_feature), (gst_decode_bin_init),
23226         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23227         (try_to_link_1), (new_pad), (close_link), (type_found),
23228         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23229         (gst_decode_bin_change_state), (plugin_init):
23230         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23231         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23232         (gst_play_base_bin_dispose), (queue_overrun),
23233         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23234         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23235         (gst_play_base_bin_get_property), (play_base_eos),
23236         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23237         (gst_play_base_bin_remove_element),
23238         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23239         (gst_play_base_bin_unlink_stream),
23240         (gst_play_base_bin_get_streaminfo):
23241         * gst/playback/gstplaybasebin.h:
23242         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23243         (gst_play_bin_class_init), (gst_play_bin_init),
23244         (gst_play_bin_dispose), (gst_play_bin_set_property),
23245         (gst_play_bin_get_property), (gen_video_element),
23246         (gen_audio_element), (remove_sinks), (setup_sinks),
23247         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23248         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23249         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23250         (gst_play_bin_query), (plugin_init):
23251         * gst/playback/test4.c: (main):
23252         More fixes on reusing of the element.
23253
23254 2004-07-11  Benjamin Otte  <otte@gnome.org>
23255
23256         * ext/mad/gstmad.c: (normal_seek):
23257           allow seeking for other methods than just SET
23258
23259 2004-07-11  Andy Wingo  <wingo@pobox.com>
23260
23261         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23262         float, "any" caps -> buffer_frames=[0,MAX].
23263
23264         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23265         doesn't intersect our caps with the template any more. Do it
23266         ourselves.
23267         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23268
23269 2004-07-09  Wim Taymans  <wim@fluendo.com>
23270
23271         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23272         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23273         (compare_ranks), (print_feature), (gst_decode_bin_init),
23274         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23275         (try_to_link_1), (new_pad), (close_link), (type_found),
23276         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23277         (gst_decode_bin_change_state), (plugin_init):
23278         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23279         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23280         (gst_play_base_bin_dispose), (queue_overrun),
23281         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23282         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23283         (gst_play_base_bin_get_property), (play_base_eos),
23284         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23285         (gst_play_base_bin_remove_element),
23286         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23287         (gst_play_base_bin_unlink_stream),
23288         (gst_play_base_bin_get_streaminfo):
23289         * gst/playback/gstplaybasebin.h:
23290         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23291         (gst_play_bin_class_init), (gst_play_bin_init),
23292         (gst_play_bin_dispose), (gst_play_bin_set_property),
23293         (gst_play_bin_get_property), (gen_video_element),
23294         (gen_audio_element), (remove_sinks), (setup_sinks),
23295         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23296         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23297         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23298         (gst_play_bin_query), (plugin_init):
23299         * gst/playback/test4.c: (main):
23300         Work on object reuse and seeking.
23301
23302 2004-07-09  Wim Taymans  <wim@fluendo.com>
23303
23304         * examples/seeking/seek.c: (iterate):
23305         Don't consume all CPU in the idle loop.
23306
23307 2004-07-09  Wim Taymans  <wim@fluendo.com>
23308
23309         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23310         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23311         Add pad to element *after* setting the pad functions so that
23312         the scheduler can use the correct ones.
23313
23314 2004-07-09  Wim Taymans  <wim@fluendo.com>
23315
23316         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23317         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23318         Sync to keyframe after seek
23319
23320 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23321
23322         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23323         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23324         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23325         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23326         * ext/libvisual/visual.c: (gst_visual_change_state):
23327         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23328         * ext/theora/theoradec.c: (theora_dec_change_state):
23329         * ext/theora/theoraenc.c: (theora_enc_change_state):
23330         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23331         * gst-libs/gst/navigation/navigation.c:
23332         * gst/adder/gstadder.c: (gst_adder_change_state):
23333         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23334         (gst_audio_convert_get_buffer):
23335         * gst/multipart/multipartdemux.c:
23336         (gst_multipart_demux_change_state):
23337         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23338         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23339         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23340         * gst/videoscale/gstvideoscale.c:
23341         (gst_videoscale_handle_src_event):
23342         * gst/volume/gstvolume.c: (volume_chain_int16):
23343           don't assert in state change, this should be done by the base
23344           GstElement class.
23345           various debugging fixes.
23346
23347 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23348
23349         * configure.ac:
23350         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23351         (gst_play_dispose), (gst_play_set_location),
23352         (gst_play_set_data_src), (gst_play_set_video_sink),
23353         (gst_play_set_audio_sink), (gst_play_set_visualization),
23354         (gst_play_connect_visualization), (gst_play_get_sink_element),
23355         (gst_play_get_all_by_interface):
23356         * gst-libs/gst/play/play.h:
23357           add new method to get elements implementing an interface.
23358           add various error logging
23359
23360 2004-07-08  Wim Taymans  <wim@fluendo.com>
23361
23362         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23363         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23364         (make_playerbin_pipeline), (query_durations_elems),
23365         (query_durations_pads), (query_positions_elems),
23366         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23367         (main):
23368         Added playbin seeking example.
23369
23370 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23371
23372         * gst-libs/gst/play/play.c: (gst_play_set_location),
23373         (gst_play_set_data_src), (gst_play_set_video_sink),
23374         (gst_play_set_audio_sink), (gst_play_set_visualization),
23375         (gst_play_connect_visualization), (gst_play_get_framerate):
23376           use a macro to look up elements from hash table
23377
23378 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23379
23380         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23381         (gst_play_get_length_callback), (gst_play_set_location),
23382         (gst_play_seek_to_time), (gst_play_set_data_src),
23383         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23384         (gst_play_set_visualization), (gst_play_connect_visualization),
23385         (gst_play_get_sink_element):
23386         - add debugging info
23387         - fix looking up sink elements by iterating over complete caps
23388         - put everything except for source and autoplugger in a complete bin
23389
23390 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23391
23392         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23393         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23394         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23395         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23396         * ext/alsa/gstalsasink.h:
23397         - add debugging info
23398         - clean up schizophrenia of data/buffer/event
23399         - fix double event unref error
23400
23401 2004-07-08  Wim Taymans  <wim@fluendo.com>
23402
23403         * gst/playback/Makefile.am:
23404         Add headers to noinst
23405
23406 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23407
23408         * tools/gst-launch-ext-m.m:
23409         * tools/gst-launch-ext.1.in:
23410           convert to the third millenium
23411
23412 2004-07-07  David Schleef  <ds@schleef.org>
23413
23414         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23415
23416 2004-07-07  Wim Taymans  <wim@fluendo.com>
23417
23418         * gst/playback/Makefile.am:
23419         * gst/playback/README:
23420         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23421         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23422         (compare_ranks), (print_feature), (gst_decode_bin_init),
23423         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23424         (try_to_link_1), (new_pad), (close_link), (type_found),
23425         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23426         (plugin_init):
23427         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23428         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23429         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23430         (gen_preroll_element), (no_more_pads), (new_stream),
23431         (setup_source), (gst_play_base_bin_set_property),
23432         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23433         (gst_play_base_bin_add_element),
23434         (gst_play_base_bin_remove_element),
23435         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23436         (gst_play_base_bin_unlink_stream),
23437         (gst_play_base_bin_get_streaminfo):
23438         * gst/playback/gstplaybasebin.h:
23439         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23440         (gst_play_bin_class_init), (gst_play_bin_init),
23441         (gst_play_bin_dispose), (gst_play_bin_set_property),
23442         (gst_play_bin_get_property), (gen_video_element),
23443         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23444         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23445         (gst_play_bin_get_formats), (gst_play_bin_convert),
23446         (gst_play_bin_get_query_types), (gst_play_bin_query),
23447         (plugin_init):
23448         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23449         (gst_stream_info_get_type), (gst_stream_info_class_init),
23450         (gst_stream_info_init), (gst_stream_info_new),
23451         (gst_stream_info_dispose), (gst_stream_info_set_property),
23452         (gst_stream_info_get_property):
23453         * gst/playback/gststreaminfo.h:
23454         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23455         (main):
23456         * gst/playback/test2.c: (main):
23457         * gst/playback/test3.c: (update_scale), (main):
23458         More playbin fixes. Added README. Do better element filtering.
23459         Added base class to preroll media. Added test apps.
23460
23461 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23462
23463         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23464         * ext/mpeg2dec/gstmpeg2dec.h:
23465           various debugging improvements.  Reset stream to next picture
23466           instead of sequence header, otherwise seeks cannot work.
23467
23468 2004-07-07  Wim Taymans  <wim@fluendo.com>
23469
23470         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23471         (gst_video_box_class_init), (gst_video_box_set_property),
23472         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23473         Use pad_alloc where possible.
23474
23475 2004-07-07  Wim Taymans  <wim@fluendo.com>
23476
23477         * sys/oss/gstosselement.c: (gst_osselement_reset),
23478         (gst_osselement_parse_caps):
23479         * sys/oss/gstosselement.h:
23480         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23481         Fix offset on osssrc.
23482
23483 2004-07-07  Wim Taymans  <wim@fluendo.com>
23484
23485         * ext/theora/theora.c: (plugin_init):
23486         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23487         (theora_dec_src_query), (theora_dec_chain):
23488         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23489         (theora_enc_sink_link), (theora_buffer_from_packet),
23490         (theora_push_packet), (theora_enc_chain):
23491         Fix theora granulepos calculation.
23492         Fix overflow in duration/position calculation.
23493         Bump rank to PRIMARY for theoradec.
23494         Use granulepos of last packet to calculate position.
23495         Set keyframe flag on buffers when needed.
23496
23497 2004-07-06  David Schleef  <ds@schleef.org>
23498
23499         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23500         serious?  (Fixed, obviously.)
23501
23502 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23503
23504         * po/LINGUAS:
23505         * po/cs.po:
23506           added Czech translation (Miloslav Trmac)
23507
23508 2004-07-05  Wim Taymans  <wim@fluendo.com>
23509
23510         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23511         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23512         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23513         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23514         (close_link), (type_found), (gst_decode_bin_set_property),
23515         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23516         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23517         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23518         (gst_decode_bin_query), (plugin_init):
23519         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23520         (gst_play_bin_class_init), (gst_play_bin_init),
23521         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23522         (get_video_element), (new_pad), (setup_source),
23523         (gst_play_bin_set_property), (gst_play_bin_get_property),
23524         (gst_play_bin_change_state), (gst_play_bin_add_element),
23525         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23526         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23527         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23528         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23529         * gst/playback/test.c: (main):
23530         More fixes, cleaned up playbin, make it use decodebin. Added
23531         threaded property to playbin.
23532
23533 2004-07-05  Wim Taymans  <wim@fluendo.com>
23534
23535         * configure.ac:
23536         * gst/playback/Makefile.am:
23537         * gst/playback/decodetest.c: (main):
23538         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23539         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23540         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23541         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23542         (close_link), (type_found), (gst_decode_bin_set_property),
23543         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23544         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23545         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23546         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23547         (plugin_init):
23548         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23549         (gst_play_bin_class_init), (gst_play_bin_init),
23550         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23551         (collect_sink_pads), (find_compatibles), (close_pad_link),
23552         (try_to_link_1), (new_pad), (close_link), (type_found),
23553         (setup_source), (gst_play_bin_set_property),
23554         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23555         (compare_ranks), (gst_play_bin_collect_factories),
23556         (gst_play_bin_change_state), (gst_play_bin_add_element),
23557         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23558         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23559         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23560         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23561         * gst/playback/test.c: (main):
23562         Added some playback helper elements and some test apps, very alpha
23563         still.
23564
23565 2004-07-04  Benjamin Otte  <otte@gnome.org>
23566
23567         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23568           only restart audio when we indeed have an xrun to fix repeated
23569           xruns. Fix suggested by Giuliano Pochini.
23570
23571 2004-07-03  David Schleef  <ds@schleef.org>
23572
23573         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23574         call to gst_debug_log() if debugging is disabled (bug #145118)
23575
23576 2004-07-03  Benjamin Otte  <otte@gnome.org>
23577
23578         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23579           use our own functions for restarting the alsa device.
23580         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23581           I should apply patches myself - use MIN for the third argument, not
23582           the second, this fixes seeking
23583
23584 2004-07-02  David Schleef  <ds@schleef.org>
23585
23586         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23587         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23588         do with the logic.
23589
23590 2004-07-02  David Schleef  <ds@schleef.org>
23591
23592         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23593         output buffers.  Fix logic mistake.  (bug #144866)
23594
23595 2004-07-02  David Schleef  <ds@schleef.org>
23596
23597         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23598         on X.  (bug #144753)
23599
23600 2004-07-02  David Schleef  <ds@schleef.org>
23601
23602         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23603         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23604         (bug #144624)
23605         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23606         (gst_osselement_rate_probe_check): Add another workaround for
23607         buggy drivers (bug #145336)
23608
23609 2004-07-02  David Schleef  <ds@schleef.org>
23610
23611         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23612         Most systems don't have MSG_NOSIGNAL.
23613
23614 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23615
23616         * Makefile.am:
23617         * gst-libs/gst/colorbalance/Makefile.am:
23618         * gst-libs/gst/mixer/Makefile.am:
23619         * gst-libs/gst/play/Makefile.am:
23620         * gst-libs/gst/tuner/Makefile.am:
23621           (hopefully) fix both install and dist and make error message useful.
23622           needs testing across automakes.
23623
23624 2004-07-02  Benjamin Otte  <otte@gnome.org>
23625
23626         * ext/ogg/gstogg.c: (plugin_init):
23627           we require bytestream now
23628         * ext/ogg/gstoggdemux.c:
23629           huge diff to implement chain setup in a fast and generic way. This
23630           improves tag reading and startup of huge files (read: Theora videos)
23631           quite a bit. It probably contains bugs, too, so please test.
23632           Seeking is not improved to the fast method.
23633
23634 2004-06-29  Wim Taymans  <wim@fluendo.com>
23635
23636         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23637         * ext/ogg/gstoggmux.c:
23638         Fix memleak in oggdemux when running unconnected pads.
23639         doc update in mux, start working on keyframe mode.
23640
23641 2004-06-29  Benjamin Otte  <otte@gnome.org>
23642
23643         * sys/oss/gstosssink.c:
23644         * sys/oss/gstosssrc.c:
23645           advertise correct template caps - we indeed do non-native endianness
23646           and 8bit audio has no endianness
23647         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23648         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23649           avoid (wrong) duplications in getcaps function and return
23650           template caps
23651
23652 2004-06-29  Wim Taymans  <wim@fluendo.com>
23653
23654         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23655         (gst_multifdsink_class_init), (gst_multifdsink_add),
23656         (gst_multifdsink_remove), (gst_multifdsink_clear),
23657         (gst_multifdsink_client_remove),
23658         (gst_multifdsink_handle_client_read),
23659         (gst_multifdsink_client_queue_data),
23660         (gst_multifdsink_client_queue_caps),
23661         (gst_multifdsink_client_queue_buffer),
23662         (gst_multifdsink_handle_client_write),
23663         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23664         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23665         (gst_multifdsink_init_send), (gst_multifdsink_close):
23666         Fix wrong GList iteration that could crash the server when
23667         more then 2 clients disconnect at the same time. Read all the
23668         pending commands in one batch to recover from command storms under
23669         very heavy load.
23670
23671 2004-06-28  Wim Taymans  <wim@fluendo.com>
23672
23673         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23674         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23675         (gst_videomixer_pad_set_property),
23676         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23677         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23678         (gst_videomixer_class_init), (gst_videomixer_init),
23679         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23680         (pad_zorder_compare), (gst_videomixer_sort_pads),
23681         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23682         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23683         (gst_videomixer_update_queues), (gst_videomixer_loop),
23684         (plugin_init):
23685         Avoid divide by zero, choose masterpad as the pad with the highest
23686         framerate.
23687
23688 2004-06-27  Julien Moutte  <julien@moutte.net>
23689
23690         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23691         (gst_ximagesink_xwindow_new):
23692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23693         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23694         function directly. We might want to call it from somewhere else one day.
23695
23696 2004-06-27  Julien Moutte  <julien@moutte.net>
23697
23698         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23699         (gst_ximagesink_xwindow_new):
23700         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23701         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23702         window decorations.
23703
23704 2004-06-27  Wim Taymans  <wim@fluendo.com>
23705
23706         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23707         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23708         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23709         (gst_dvdec_set_property), (gst_dvdec_get_property):
23710         * ext/dv/gstdvdec.h:
23711         Implement drop_factor property to lower the framerate with
23712         a factor.
23713
23714 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23715
23716         * gst-libs/gst/colorbalance/Makefile.am:
23717         * gst-libs/gst/mixer/Makefile.am:
23718         * gst-libs/gst/play/Makefile.am:
23719         * gst-libs/gst/tuner/Makefile.am:
23720           unbreak Company's fix that didn't install the -enum.h files
23721
23722 2004-06-27  Wim Taymans  <wim@fluendo.com>
23723
23724         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23725         (gst_dvdec_change_state):
23726         * ext/dv/gstdvdec.h:
23727         Fix timestamp, duration and offset of the buffers.
23728
23729 2004-06-27  Wim Taymans  <wim@fluendo.com>
23730
23731         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23732         (gst_multifdsink_class_init), (gst_multifdsink_add),
23733         (gst_multifdsink_remove), (gst_multifdsink_clear),
23734         (gst_multifdsink_client_remove),
23735         (gst_multifdsink_handle_client_read),
23736         (gst_multifdsink_client_queue_data),
23737         (gst_multifdsink_client_queue_caps),
23738         (gst_multifdsink_client_queue_buffer),
23739         (gst_multifdsink_handle_client_write),
23740         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23741         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23742         (gst_multifdsink_init_send), (gst_multifdsink_close):
23743         * gst/tcp/gstmultifdsink.h:
23744         * gst/tcp/gsttcpserversink.c:
23745         (gst_tcpserversink_handle_server_read),
23746         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23747         More multifdsink fixes, more recovery policy fixes.
23748         Removed stupid g_print
23749
23750 2004-06-26  Wim Taymans  <wim@fluendo.com>
23751
23752         * gst/tcp/Makefile.am:
23753         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23754         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23755         (gst_multifdsink_class_init), (gst_multifdsink_init),
23756         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23757         (gst_multifdsink_handle_client_read),
23758         (gst_multifdsink_client_queue_data),
23759         (gst_multifdsink_client_queue_caps),
23760         (gst_multifdsink_client_queue_buffer),
23761         (gst_multifdsink_handle_client_write),
23762         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23763         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23764         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23765         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23766         (gst_multifdsink_close), (gst_multifdsink_change_state):
23767         * gst/tcp/gstmultifdsink.h:
23768         * gst/tcp/gsttcpplugin.c: (plugin_init):
23769         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23770         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23771         (gst_tcpserversink_handle_server_read),
23772         (gst_tcpserversink_handle_select),
23773         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23774         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23775         * gst/tcp/gsttcpserversink.h:
23776         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23777         one of the locks, added recovery policy to multifdsink.
23778
23779 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23780
23781         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23782           fix decision for when getting frames with same timestamp
23783         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23784         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23785         (gst_v4lsrc_get_property):
23786         * sys/v4l/gstv4lsrc.h:
23787           add latency offset property
23788
23789 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23790
23791         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23792         (plugin_init):
23793           fix debugging. add category.
23794
23795 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23796
23797         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23798           fix wrong offsets
23799
23800 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23801
23802         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23803         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23804         (gst_alsa_src_change_state):
23805           return a time that is in sync with the element's processing
23806
23807 2004-06-25  Wim Taymans  <wim@fluendo.com>
23808
23809         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23810         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23811         (gst_tcpserversink_client_remove),
23812         (gst_tcpserversink_handle_client_read),
23813         (gst_tcpserversink_client_queue_data),
23814         (gst_tcpserversink_client_queue_caps),
23815         (gst_tcpserversink_client_queue_buffer),
23816         (gst_tcpserversink_handle_client_write),
23817         (gst_tcpserversink_queue_buffer),
23818         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23819         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23820         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23821         (gst_tcpserversink_close):
23822         * gst/tcp/gsttcpserversink.h:
23823         Serversink rewrite. Really do non blocking writes to clients and
23824         maintain an internal queue to handle slower clients while not
23825         disturbing fast clients.
23826
23827 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23828
23829         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23830           better debug, don't override OFFSET and OFFSET_END
23831
23832 2004-06-25  Iain <iain@prettypeople.org>
23833
23834         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23835         name=source for the wavparse pipeline.
23836
23837 2004-06-24  Johan Dahlin  <johan@gnome.org>
23838
23839         * ext/theora/theoraenc.c (theora_enc_chain): Call
23840         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23841         streamheader caps are set correctly.
23842
23843 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23844
23845         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23846         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23847           respect minimum bitrate; same could be done for max bitrate
23848
23849 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23850
23851         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23852         (gst_vorbisenc_setup):
23853           fix sample rate range
23854
23855 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23856
23857         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23858         (gst_oggvorbisenc_setup):
23859         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23860         (gst_vorbisenc_setup):
23861           resolve ambiguities in code and description
23862
23863 2004-06-24  Wim Taymans  <wim@fluendo.com>
23864
23865         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23866         * ext/alsa/gstalsa.h:
23867         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23868         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23869         Use alsa trigger_tstamp to get the timestamp of the first
23870         sample in the buffer for more precise sync. Some cleanups.
23871
23872 2004-06-24  Wim Taymans  <wim@fluendo.com>
23873
23874         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23875         (gst_audiorate_init), (gst_audiorate_chain),
23876         (gst_audiorate_set_property), (gst_audiorate_get_property):
23877         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23878         (gst_videorate_chain):
23879         Added some logging, fixed an overflow bug in videorate.
23880
23881 2004-06-24  Benjamin Otte  <otte@gnome.org>
23882
23883         * ext/kio/Makefile.am:
23884           fix for builddir != srcdir and distcheck
23885
23886 2004-06-24  Benjamin Otte  <otte@gnome.org>
23887
23888         * gst-libs/gst/colorbalance/Makefile.am:
23889         * gst-libs/gst/mixer/Makefile.am:
23890         * gst-libs/gst/play/Makefile.am:
23891         * gst-libs/gst/tuner/Makefile.am:
23892         * gst/tcp/Makefile.am:
23893         * sys/dxr3/Makefile.am:
23894           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23895           tarball.
23896           Also add all *.list files that were missing.
23897         * Makefile.am:
23898           add a distcheck hook to ensure the above doesn't happen again.
23899
23900 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
23901
23902         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23903
23904 2004-06-23  Colin Walters  <walters@redhat.com>
23905
23906         * m4/Makefile.am: Distribute gst-fionread.m4.
23907
23908 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23909
23910         * configure.ac: back to dev
23911
23912 2004-06-23  Wim Taymans  <wim@fluendo.com>
23913
23914         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23915         (gst_alsa_xrun_recovery):
23916         * ext/alsa/gstalsa.h:
23917         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23918         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23919         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23920         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23921         (gst_alsa_src_loop):
23922         Add clock to alsasrc. Take new capture timestamp when
23923         restarting after an overrun. Split up some functions between
23924         alsasrc and alsasink.
23925
23926 === release 0.8.2 ===
23927
23928 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23929
23930         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23931         (gst_alsa_change_state), (gst_alsa_update_avail),
23932         (gst_alsa_xrun_recovery):
23933         * ext/alsa/gstalsa.h:
23934         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23935           merge back changes from release
23936
23937 2004-06-23  Wim Taymans  <wim@fluendo.com>
23938
23939         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23940         (gst_audiorate_init), (gst_audiorate_chain),
23941         (gst_audiorate_set_property), (gst_audiorate_get_property):
23942         Implement sample dropping and notify
23943
23944 2004-06-22  Wim Taymans  <wim@fluendo.com>
23945
23946         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23947         (theora_enc_sink_link), (theora_buffer_from_packet),
23948         (theora_push_packet), (theora_enc_chain):
23949         Some cleanups, make sure the timestamps are correct.
23950
23951 2004-06-22  Wim Taymans  <wim@fluendo.com>
23952
23953         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23954         (gst_alsa_change_state), (gst_alsa_update_avail),
23955         (gst_alsa_xrun_recovery):
23956         * ext/alsa/gstalsa.h:
23957         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23958         Cleanups, take queued samples into account when reporting
23959         the time.
23960
23961 2004-06-22  Wim Taymans  <wim@fluendo.com>
23962
23963         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23964         (gst_videorate_init):
23965         Initialize the property as well.
23966
23967 2004-06-22  Wim Taymans  <wim@fluendo.com>
23968
23969         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23970         (gst_videorate_init), (gst_videorate_chain),
23971         (gst_videorate_set_property), (gst_videorate_get_property):
23972         Add property to make videorate silent.
23973         Add property to prefer new frames over old ones.
23974
23975 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23976
23977         * sys/osxvideo/Makefile.am:
23978         Workaround so that the osxvideo .so file gets linked with the
23979         Cocoa, OpenGL and QuickTime frameworks
23980
23981 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23982
23983         * sys/osxaudio/Makefile.am:
23984         Workaround so that the osxaudio .so file gets linked with the
23985         CoreAudio framework
23986
23987 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23988
23989         * configure.ac:
23990         Whoops, my fault...fixed build issues
23991
23992 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23993
23994         * configure.ac:
23995         Add objective-c support if running in Darwin/Mac OS X
23996         * sys/Makefile.am:
23997         * sys/osxvideo:
23998         * sys/osxvideo/Makefile.am:
23999         * sys/osxvideo/osxvideosink.h:
24000         * sys/osxvideo/osxvideosink.m:
24001         * sys/osxvideo/cocoawindow.h:
24002         * sys/osxvideo/cocoawindow.m:
24003         Add osxvideosink, a cocoa-based osx video sink
24004
24005
24006 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
24007         * ext/dvdnav/gst-dvd:
24008         Grab the gconf key from the right spot
24009         * gst/debug/gstnavseek.c: (gst_navseek_init),
24010         (gst_navseek_segseek), (gst_navseek_handle_src_event),
24011         (gst_navseek_chain):
24012         * gst/debug/gstnavseek.h:
24013           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24014           and loop parameters of a segment seek.
24015         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24016         (gst_videotestsrc_get_event_masks),
24017         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24018         * gst/videotestsrc/gstvideotestsrc.h:
24019           Add seeking support to videotestsrc
24020           Initialise the timestamp_offset variable.
24021
24022 2004-06-18  Wim Taymans  <wim@fluendo.com>
24023
24024         * ext/sidplay/gstsiddec.cc:
24025         Fix negotiation and set correct end offset.
24026
24027 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24028
24029         * configure.ac: branch and prerelease
24030
24031 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24032
24033         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24034         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24035         (gst_tcpclientsrc_init_receive):
24036         * gst/tcp/gsttcpclientsrc.h:
24037           read caps when connecting to server for GDP so we set them correctly
24038
24039 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24040
24041         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24042           notify drops and duplicates
24043         * gst/videoscale/videoscale.c: (videoscale_get_structure):
24044           no good reason to limit ourselves to 100x100
24045
24046 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24047
24048         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24049         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24050         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24051         (gst_v4lsrc_get_property):
24052         * sys/v4l/gstv4lsrc.h:
24053         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24054         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24055         (gst_v4l_set_audio):
24056         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24057         (gst_v4lsrc_try_capture):
24058         * sys/v4l/v4lsrc_calls.h:
24059           change try_palette to more general try_capture
24060           add autoprobe option so we can turn off autoprobing
24061           various fixes
24062
24063 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24064
24065         * configure.ac:
24066           add videorate
24067         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24068         (gst_ximagesink_class_init):
24069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24070         (gst_xvimagesink_class_init):
24071           run them as finalize, not dispose, since dispose can be invoked
24072           multiple times
24073
24074 2004-06-17  Wim Taymans  <wim@fluendo.com>
24075
24076         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24077         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24078         * ext/alsa/gstalsa.h:
24079         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24080         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24081         (gst_alsa_src_change_state):
24082         * ext/alsa/gstalsasrc.h:
24083         Make the xrun code timestamp and offset the buffers correctly.
24084         moved the clock to the base class, use alsa methods to get time.
24085         Do correct timestamping on outgoing buffers.
24086
24087 2004-06-17  Wim Taymans  <wim@fluendo.com>
24088
24089         * gst/audiorate/Makefile.am:
24090         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24091         (gst_audiorate_base_init), (gst_audiorate_class_init),
24092         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24093         (gst_audiorate_set_property), (gst_audiorate_get_property),
24094         (gst_audiorate_change_state), (plugin_init):
24095         Added an audiorate converter that fills in gaps.
24096
24097 2004-06-17  Johan Dahlin  <johan@gnome.org>
24098
24099         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24100
24101 2004-06-16  Wim Taymans  <wim@fluendo.com>
24102
24103         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24104         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24105         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24106         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24107         (gst_v4lsrc_get_property):
24108         * sys/v4l/gstv4lsrc.h:
24109         Added a copy mode to v4lsrc where it will output a copied version
24110         of its internal hardware buffer.
24111         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24112         can't | them.
24113
24114 2004-06-16  Wim Taymans  <wim@fluendo.com>
24115
24116         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24117         Timestamp fixes.
24118
24119 2004-06-16  Wim Taymans  <wim@fluendo.com>
24120
24121         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24122         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24123         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24124         (gst_v4lsrc_get_property):
24125         * sys/v4l/gstv4lsrc.h:
24126         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24127         Added a sync mode enum property to control v4lsrc timestamp method
24128         Removed the use-fixed-fps property and moved functionality in
24129         the enum.
24130         Don't error on an error value from v4l-conf, it might not always
24131         be a real error.
24132
24133 2004-06-16  Wim Taymans  <wim@fluendo.com>
24134
24135         * gst/videorate/Makefile.am:
24136         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24137         (gst_videorate_base_init), (gst_videorate_class_init),
24138         (gst_videorate_getcaps), (gst_videorate_link),
24139         (gst_videorate_init), (gst_videorate_chain),
24140         (gst_videorate_set_property), (gst_videorate_get_property),
24141         (gst_videorate_change_state), (plugin_init):
24142         Added a video timestamp corrector.
24143
24144 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24145
24146         fixed a potential leak with previous commit
24147
24148         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24149
24150 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24151
24152         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24153         Added missing refcount, fixes bug #144425
24154         Cheers Tim for finding the bug
24155
24156 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24157
24158         * sys/v4l/gstv4l.c: (plugin_init):
24159         * sys/v4l/gstv4lcolorbalance.c:
24160         * sys/v4l/gstv4lcolorbalance.h:
24161         * sys/v4l/gstv4lelement.c:
24162         * sys/v4l/gstv4lelement.h:
24163         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24164         * sys/v4l/gstv4lmjpegsink.h:
24165         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24166         * sys/v4l/gstv4lmjpegsrc.h:
24167         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24168         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24169         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24170         * sys/v4l/gstv4lsrc.h:
24171         * sys/v4l/gstv4ltuner.c:
24172         * sys/v4l/gstv4ltuner.h:
24173         * sys/v4l/gstv4lxoverlay.c:
24174         * sys/v4l/gstv4lxoverlay.h:
24175         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24176         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24177         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24178         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24179         (gst_v4l_set_audio):
24180         * sys/v4l/v4l_calls.h:
24181         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24182         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24183         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24184         (gst_v4lmjpegsink_playback_init),
24185         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24186         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24187         (gst_v4lmjpegsink_playback_stop),
24188         (gst_v4lmjpegsink_playback_deinit):
24189         * sys/v4l/v4lmjpegsink_calls.h:
24190         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24191         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24192         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24193         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24194         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24195         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24196         * sys/v4l/v4lmjpegsrc_calls.h:
24197         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24198         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24199         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24200         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24201         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24202         (gst_v4lsrc_try_palette):
24203         * sys/v4l/v4lsrc_calls.h:
24204           bunch of paranoia cleanups
24205
24206 2004-06-14  David Schleef  <ds@schleef.org>
24207
24208         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24209         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24210         Send discont events and change timestamps appropriately when
24211         we get a seek event.  (bug #144240)
24212         * ext/cdparanoia/gstcdparanoia.h:
24213
24214 2004-06-14  Benjamin Otte  <otte@gnome.org>
24215
24216         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24217           snd_pcm_hw_params_set_rate  since the latter fails for no good
24218           reason on some setups.
24219
24220 2004-06-14  David Schleef  <ds@schleef.org>
24221
24222         * gst/volume/demo.c: (value_changed_callback): exp10() is not
24223         standard.  Thank you for playing.
24224
24225 2004-06-14  Wim Taymans  <wim@fluendo.com>
24226
24227         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24228         Patch 1.3 broke the ordering of the colorspace info and
24229         made the plugin basically work by coincidence, reordered
24230         the info.
24231
24232 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24233
24234         * ext/lame/gstlame.c:
24235         * ext/mad/gstmad.c:
24236           sync caps.  Make sure mad can only output a list of rates, not
24237           a full range.  In the future, have three caps lists for each of the
24238           mpeg versions.  Change mpegversion to a double as well.
24239
24240 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24241
24242         * gst/volume/.cvsignore:
24243         * gst/volume/Makefile.am:
24244         * gst/volume/demo.c: (value_changed_callback), (idler),
24245         (setup_gui), (main):
24246           added small demo app
24247
24248 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24249         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24250         * ext/esd/esdsink.h:
24251         Close the esd connection on pause, because esd will just wait -
24252         blocking all other esd clients indefinitely.
24253
24254 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24255
24256         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24257           previous commit with GST_DEBUG
24258
24259 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24260
24261         * configure.ac:
24262           add a header check for a dvdread header in dvdnav.  Fixes #133002
24263
24264 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24265
24266         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24267         * gst/tcp/gsttcpclientsink.h:
24268         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24269         * gst/tcp/gsttcpclientsrc.h:
24270         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24271         (gst_tcpserversink_handle_server_read),
24272         (gst_tcpserversink_init_send):
24273         * gst/tcp/gsttcpserversink.h:
24274         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24275         * gst/tcp/gsttcpserversrc.h:
24276         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24277         version of IP)
24278
24279 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24280
24281         * configure.ac:
24282         Added ogg library so that OSX detects libtheora properly
24283
24284 2004-06-11  Wim Taymans  <wim@fluendo.com>
24285
24286         * ext/theora/theoradec.c: (theora_dec_chain),
24287         (theora_dec_change_state):
24288         Don't try to decode frames before we received a keyframe.
24289
24290 2004-06-11  Wim Taymans  <wim@fluendo.com>
24291
24292         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24293         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24294         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24295         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24296         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24297         Added property to set the maximum delay of a page.
24298
24299 2004-06-10  Wim Taymans  <wim@fluendo.com>
24300
24301         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24302         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24303         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24304         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24305         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24306         Added max-delay property to control the maximum amount
24307         of data to put in one page.
24308
24309 2004-06-10  Wim Taymans  <wim@fluendo.com>
24310
24311         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24312         (gst_theora_enc_init), (theora_enc_sink_link),
24313         (theora_buffer_from_packet), (theora_enc_set_property),
24314         (theora_enc_get_property):
24315         Set duration on encoded buffer, added some more properties
24316
24317 2004-06-10  Wim Taymans  <wim@fluendo.com>
24318
24319         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24320         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24321         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24322         * ext/theora/theoraenc.c: (theora_enc_chain):
24323         Fix refcounting bugs
24324
24325 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24326
24327         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24328         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24329         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24330         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24331         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24332         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24333         (gst_asf_demux_change_state):
24334         * gst/asfdemux/gstasfdemux.h:
24335           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24336           feels like. I think we should set a new requirement for demuxers
24337           from now on to implement sane loop functions, data loops, query
24338           and seek functions before first commit into CVS. And this commit
24339           fixes all of the above.
24340
24341 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24342
24343         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24344           vorbis comments are properly encoded in UTF-8 before adding them
24345           to a GstTagList
24346
24347 2004-06-09  Benjamin Otte  <otte@gnome.org>
24348
24349         * ext/alsa/gstalsa.c: (add_channels):
24350           handle min <= max correctly
24351         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24352         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24353           add fixation functions so we fixate correctly. No preferring of alaw
24354           anymore because it's the first structure.
24355         * ext/alsa/gstalsa.h:
24356         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24357         (gst_alsa_hw_params_dump):
24358           add functions to ease debugging in alsalib
24359         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24360         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24361         (gst_alsa_start_audio):
24362           only specify hw params if we really setup a format (fixes #134007 -
24363           or at least works around it)
24364
24365 2004-06-09  Wim Taymans  <wim@fluendo.com>
24366
24367         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24368         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24369         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24370         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24371         (gst_ogg_mux_loop):
24372         Use stream caps to setup the initial pages in the ogg stream.
24373         Correctly set the streamheader caps on the srcpad.
24374
24375 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24376
24377         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24378         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24379         (gst_v4lsrc_getcaps):
24380         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24381         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24382           add querying of fps lists for webcams.  Negotiating to a framerate
24383           now works.
24384
24385 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24386
24387         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24388         (theora_push_buffer), (theora_push_packet),
24389         (theora_set_header_on_caps), (theora_enc_chain):
24390           mark buffers and put on streamheader, raw theora streaming
24391           now works too, whee
24392
24393 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24394
24395         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24396         (gst_tcp_gdp_read_caps):
24397           do a looping read for caps and GDP headers too
24398
24399 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24400
24401         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24402         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24403           return EOS instead of NULL in _get
24404
24405 2004-06-08  Wim Taymans  <wim@fluendo.com>
24406
24407         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24408         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24409         (gst_tcp_gdp_write_caps):
24410         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24411         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24412         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24413         Memory leak fixes
24414
24415 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24416
24417         * ext/vorbis/Makefile.am:
24418         * ext/vorbis/vorbis.c: (plugin_init):
24419         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24420         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24421         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24422         (vorbis_parse_change_state):
24423         * ext/vorbis/vorbisparse.h:
24424           adding a vorbisparse element that marks the buffers, streaming
24425           raw vorbis using GDP now works, whee
24426
24427 2004-06-08  Wim Taymans  <wim@fluendo.com>
24428
24429         * ext/jpeg/Makefile.am:
24430         * ext/jpeg/README:
24431         * ext/jpeg/gstjpeg.c: (plugin_init):
24432         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24433         (gst_smokedec_base_init), (gst_smokedec_class_init),
24434         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24435         * ext/jpeg/gstsmokedec.h:
24436         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24437         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24438         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24439         (gst_smokeenc_resync), (gst_smokeenc_chain),
24440         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24441         * ext/jpeg/gstsmokeenc.h:
24442         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24443         (smokecodec_flush_destination), (smokecodec_term_destination),
24444         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24445         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24446         (smokecodec_term_source), (smokecodec_encode_new),
24447         (smokecodec_decode_new), (smokecodec_info_free),
24448         (smokecodec_set_quality), (smokecodec_get_quality),
24449         (smokecodec_set_threshold), (smokecodec_get_threshold),
24450         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24451         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24452         (smokecodec_parse_header), (smokecodec_decode):
24453         * ext/jpeg/smokecodec.h:
24454         Added a new simple jpeg based codec
24455
24456 2004-06-08  Wim Taymans  <wim@fluendo.com>
24457
24458         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24459         (gst_multipart_mux_loop):
24460         Fix memory leak
24461
24462 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24463
24464         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24465         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24466         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24467         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24468         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24469         * gst/tcp/gsttcpserversink.h:
24470           take streamheader into account
24471
24472 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24473
24474         * gst/level/Makefile.am:
24475         * gst/level/gstlevel.c: (gst_level_class_init):
24476           clean up marshal generation
24477
24478 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24479
24480         * gst/tcp/Makefile.am:
24481         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24482         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24483         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24484         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24485         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24486         (gst_tcpclientsrc_get_property):
24487         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24488         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24489         (gst_tcpserversink_handle_client_read),
24490         (gst_tcpserversink_handle_client_write),
24491         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24492         * gst/tcp/gsttcpserversink.h:
24493           add signals client-added and client-removed
24494         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24495         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24496         (gst_tcpserversrc_get_property):
24497         uniformized, change default protocol to NONE
24498         * gst/tcp/gsttcp-marshal.list: added
24499 2004-06-07  Benjamin Otte  <otte@gnome.org>
24500
24501         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24502           handle discont events if they happen before caps nego
24503
24504 2004-06-07  Wim Taymans  <wim@fluendo.com>
24505
24506         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24507         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24508         (gst_multipart_demux_plugin_init):
24509         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24510         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24511         (gst_multipart_mux_change_state):
24512         Small updates, fix a memleak
24513
24514 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24515
24516         * configure.ac: OSS portability
24517         * ext/arts/gst_arts.c: idem
24518         * sys/oss/gstosselement.c: idem
24519         * sys/oss/gstossmixer.c: idem
24520         * sys/oss/gstosssink.c: idem
24521         * sys/oss/gstosssrc.c: idem
24522         * sys/oss/oss_probe.c: idem
24523           - check for soundcard.h in different places for some BSD
24524
24525 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24526
24527         * AUTHORS:
24528         Add me to the authors file
24529         * configure.ac:
24530         Increase the libdv requirement to >= version 0.100
24531         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24532         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24533         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24534         * ext/dv/gstdvdec.h:
24535         Add support for the new_media flag when sending DISCONT events
24536         Make the querying work when video pad is not linked
24537
24538 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24539
24540         reviewed by Benjamin Otte  <otte@gnome.org>
24541
24542         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24543           create a NULL-initialized array of pads, so we don't think they
24544           exist already. (fixes #143130)
24545
24546 2004-06-07  Benjamin Otte  <otte@gnome.org>
24547
24548         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24549         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24550         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24551           don't use // coments
24552
24553 2004-06-07  Benjamin Otte  <otte@gnome.org>
24554
24555         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24556           cast to GstClockTime to get higher granularity
24557         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24558           use gst_element_set_time_delay to get the exact time
24559         * ext/mad/gstmad.c: (gst_mad_chain):
24560           use the negotiated rate instead of the current frame's rate which
24561           might be wrong because of bit errors. This avoids emitting totally
24562           bogus timestamps and screwing sync.
24563         (fixes #143454)
24564
24565 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24566
24567         reviewed by Benjamin Otte  <otte@gnome.org>
24568
24569         * gst/adder/gstadder.c: (gst_adder_loop):
24570           properly error out when no negotiation has happened yet. (fixes
24571           #143032)
24572
24573 2004-06-06  Benjamin Otte  <otte@gnome.org>
24574
24575         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24576           forward correctly transformed offset in discont events. Based on
24577           patch by Arwed v. Merkatz. (fixes #142851)
24578
24579 2004-06-06  David Schleef  <ds@schleef.org>
24580
24581         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24582         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24583         problems on several systems.
24584
24585 2004-06-06  Benjamin Otte  <otte@gnome.org>
24586
24587         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24588           use explicit caps on the srcpad
24589         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24590           properly error out if caps couldn't be set (fixes #142764)
24591
24592 2004-06-06  Benjamin Otte  <otte@gnome.org>
24593
24594         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24595         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24596         (gst_alsa_start_audio):
24597           - don't call set_periods_integer anymore, it breaks the
24598           configuration randomly
24599           - call snd_pcm_hw_params_set_access directly instead of using masks
24600           - don't fail if the sw_params can't be set, just use the default
24601           params and hope it works. Alsalib has weird issues when you touch
24602           sw_params and does no proper error reporting about what failed.
24603         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24604         (gst_alsa_close_audio):
24605           make our alsa debugging go via gst debugging and not conditionally
24606           defined
24607         * ext/alsa/gstalsa.h:
24608           add ALSA_DEBUG_FLUSH macro
24609         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24610         (plugin_init):
24611           wrap alsa errors to be printed via the gst debugging system and not
24612           spammed to stderr
24613
24614 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24615
24616         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24617         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24618         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24619         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24620         (qtdemux_parse_trak):
24621         * gst/qtdemux/qtdemux.h:
24622           Bitch. Also known as seeking, querying & co.
24623         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24624         (gst_osssink_change_state):
24625         * sys/oss/gstosssink.h:
24626           Resyncing is for weenies, this hack is no longer needed and was
24627           broken anyway (since it - unintendedly - always leaves resync to
24628           TRUE).
24629
24630 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24631
24632         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24633         * gst/tcp/gsttcpclientsrc.h: idem
24634           - define MSG_NOSIGNAL if not done
24635           - include unistd.h for off_t
24636           (fixes #143749)
24637
24638 2004-06-05  Benjamin Otte  <otte@gnome.org>
24639
24640         * configure.ac:
24641         * ext/kio/Makefile.am:
24642           check for qt's moc preprocessor explicitly and use it
24643
24644 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24645
24646         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24647           don't get a signal for EPIPE on socket writes
24648           (somebody check if this works on other platforms)
24649
24650 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24651
24652         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24653         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24654           check error condition on available samples correctly
24655
24656 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24657
24658         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24659           avoid a segfault
24660         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24661         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24662         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24663         (gst_tcpserversrc_gdp_read_header):
24664          use ssize_t over size_t since the former is signed and thus the
24665          check for error codes can work
24666
24667 2004-06-02  Wim Taymans  <wim@fluendo.com>
24668
24669         reviewed by: Johan
24670
24671         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24672         (gst_multipart_mux_loop):
24673         Oops
24674
24675 2004-06-02  Wim Taymans  <wim@fluendo.com>
24676
24677         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24678         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24679         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24680         (gst_multipart_mux_change_state):
24681         Added configurable boundary specifier, added the value as a
24682         caps field as well.
24683
24684 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24685
24686         * gst/tcp/gsttcp.c:
24687         * gst/tcp/gsttcpclientsrc.c:
24688         * gst/tcp/gsttcpclientsrc.h:
24689         * gst/tcp/gsttcpserversrc.c:
24690           - portability fix, to compile on OSX
24691             (fixes #143146)
24692
24693         * sys/osxaudio/gstosxaudioelement.c:
24694         * sys/osxaudio/gstosxaudiosink.c:
24695         * sys/osxaudio/gstosxaudiosrc.c:
24696           - compilation warnings on OSX
24697             (fixes #143153)
24698
24699 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24700
24701         * ext/vorbis/vorbisdec.c : sign warning fixes
24702
24703         * gst-libs/gst/mixer/mixertrack.c :
24704           do no use defines which are glib 2.4 specific
24705
24706 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24707
24708         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24709           buffer since libflac doesn't expect it (reports a sync error when
24710           it encounters that)
24711
24712
24713 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24714
24715         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24716         * gst-libs/gst/mixer/mixertrack.c:
24717         (gst_mixer_track_get_property), (get_mixer_track_init),
24718         (get_mixer_track_get_property): Added property accessors
24719         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24720         * gst-libs/gst/mixer/mixeroptions.c:
24721         (gst_mixer_options_get_values): Added
24722         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24723         * gst-libs/gst/mixer/mixer.c: Fixed comment
24724
24725
24726 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24727
24728         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24729           improve error messages on open
24730
24731
24732 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24733
24734         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24735           check if v4l-conf is in path
24736
24737 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24738
24739         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24740           change assert to a more readable error message
24741
24742 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24743
24744         * gst-libs/gst/tuner/tunerchannel.h:
24745           - add a freq_multiplicator field to make the conversion
24746             between internal frequency unit and Hz
24747         * sys/v4l/gstv4lelement.c:
24748         * sys/v4l2/gstv4l2element.c:
24749           - change default video device to /dev/video0
24750         * sys/v4l/v4l_calls.c:
24751         * sys/v4l2/v4l2_calls.c:
24752           - we only expose frequency to the user in Hz instead of
24753             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24754
24755 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24756         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24757           Initialise b_o_s and e_o_s variables
24758         * gst-libs/gst/riff/riff-media.c:
24759         (gst_riff_create_video_caps_with_data):
24760           Add some unusual fourcc's from mplayer avi's
24761         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24762           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24763           autoplugging.
24764
24765 2004-05-28  Wim Taymans  <wim@fluendo.com>
24766
24767         * configure.ac:
24768         * gst/alpha/Makefile.am:
24769         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24770         (gst_alpha_get_type), (gst_alpha_base_init),
24771         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24772         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24773         (gst_alpha_chroma_key), (gst_alpha_chain),
24774         (gst_alpha_change_state), (plugin_init):
24775         A plugin to add an alpha channel to I420 video. Can optionally do
24776         chroma keying.
24777         * gst/multipart/Makefile.am:
24778         * gst/multipart/multipart.c: (plugin_init):
24779         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24780         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24781         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24782         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24783         (gst_multipart_demux_change_state),
24784         (gst_multipart_demux_plugin_init):
24785         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24786         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24787         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24788         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24789         (gst_multipart_mux_pad_unlink),
24790         (gst_multipart_mux_request_new_pad),
24791         (gst_multipart_mux_handle_src_event),
24792         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24793         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24794         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24795         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24796         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24797         send multipart jpeg images to a browser.
24798         * gst/videobox/Makefile.am:
24799         * gst/videobox/README:
24800         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24801         (gst_video_box_get_type), (gst_video_box_base_init),
24802         (gst_video_box_class_init), (gst_video_box_init),
24803         (gst_video_box_set_property), (gst_video_box_get_property),
24804         (gst_video_box_sink_link), (gst_video_box_i420),
24805         (gst_video_box_ayuv), (gst_video_box_chain),
24806         (gst_video_box_change_state), (plugin_init):
24807         Crops or adds borders around an image. can do alpha channel
24808         borders as well.
24809         * gst/videomixer/Makefile.am:
24810         * gst/videomixer/README:
24811         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24812         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24813         (gst_videomixer_pad_get_sink_event_masks),
24814         (gst_videomixer_pad_get_property),
24815         (gst_videomixer_pad_set_property),
24816         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24817         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24818         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24819         (gst_videomixer_base_init), (gst_videomixer_class_init),
24820         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24821         (gst_videomixer_handle_src_event),
24822         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24823         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24824         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24825         (gst_videomixer_loop), (gst_videomixer_get_property),
24826         (gst_videomixer_set_property), (gst_videomixer_change_state),
24827         (plugin_init):
24828         Generic video mixer plugin, can handle multiple inputs all with
24829         different framerates and video sizes. Is fully alpha channel
24830         aware.
24831
24832 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24833
24834         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24835           Select first track as master track. Not sure how else to handle
24836           that...
24837         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24838           Discard discont events. Should fix #142962.
24839
24840 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24841
24842         * ext/alsa/Makefile.am:
24843         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24844         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24845         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24846         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24847         (gst_alsa_mixer_get_option):
24848         * ext/alsa/gstalsamixer.h:
24849         * ext/alsa/gstalsamixeroptions.c:
24850         (gst_alsa_mixer_options_get_type),
24851         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24852         (gst_alsa_mixer_options_new):
24853         * ext/alsa/gstalsamixeroptions.h:
24854         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24855         * ext/alsa/gstalsamixertrack.h:
24856           Add enumerations (as GstMixerOptions). Make correct distinction
24857           between input/output tracks. Add capture/playback private flag.
24858           Use flag to decide on whether to set capture or playback volumes
24859           or switches. Use playback and record switches.
24860         * gst-libs/gst/mixer/Makefile.am:
24861         * gst-libs/gst/mixer/mixer-marshal.list:
24862         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24863         (gst_mixer_set_option), (gst_mixer_get_option),
24864         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24865         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24866         * gst-libs/gst/mixer/mixer.h:
24867         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24868         (gst_mixer_options_class_init), (gst_mixer_options_init),
24869         (gst_mixer_options_dispose):
24870         * gst-libs/gst/mixer/mixeroptions.h:
24871           Add GstMixerOptions.
24872         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24873           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24874           broken device detection on computers with multiple OSS sound
24875           cards.
24876
24877 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24878
24879         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24880           fixate nicely even when the peer is not negotiating
24881
24882 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24883
24884         * gst/audioconvert/gstaudioconvert.c:
24885         (gst_audio_convert_parse_caps):
24886           make sure we don't allow depth > width
24887         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24888           fixate endianness to G_BYTE_ORDER as default
24889         * gst/audioscale/gstaudioscale.c:
24890           we don't handle another endianness as host-endianness
24891
24892 2004-05-25  David Schleef  <ds@schleef.org>
24893
24894         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24895
24896 2004-05-24  Benjamin Otte  <otte@gnome.org>
24897
24898         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24899         (gst_oggvorbisenc_setup):
24900           properly fail when we can't setup the vorbis encoder due to
24901           unsupported settings
24902         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24903         (gst_vorbisenc_setup):
24904           same
24905         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24906           fix case where warnings occured when one pad was unlinked while the
24907           other's link function was called
24908
24909 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24910
24911         * gst/tcp/Makefile.am:
24912           use GST_ENABLE_NEW
24913
24914 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24915
24916         * gst-libs/gst/resample/private.h:
24917           don't use optimizations that are #if 0'ed
24918
24919 2004-05-24  Wim Taymans  <wim@fluendo.com>
24920
24921         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24922         Fix potential division by zero error and hopefully get
24923         the position query right to get correct timestamps on avi
24924         audio.
24925
24926 2004-05-24  Wim Taymans  <wim@fluendo.com>
24927
24928         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24929         (gst_videoscale_scale_nearest_str2),
24930         (gst_videoscale_scale_nearest_str4),
24931         (gst_videoscale_scale_nearest_32bit),
24932         (gst_videoscale_scale_nearest_24bit),
24933         (gst_videoscale_scale_nearest_16bit):
24934         Fix the scaling algorithm and avoid a buffer overflow.
24935         removed the while loop in the scaling function as it
24936         was used for point sampling only.
24937
24938 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24939
24940         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24941         (gst_id3_tag_class_init), (gst_id3_tag_init),
24942         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24943         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24944         (gst_id3_tag_send_tag_event):
24945           lots of fixes to make id3mux work and id3demux work correctly
24946
24947 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24948
24949         * ext/Makefile.am:
24950           add rules to build shout2send (was removed by accident
24951           when this module was no more marked experimental/broken)
24952
24953 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24954
24955         * ext/shout2/gstshout2.c:
24956         * ext/shout2/gstshout2.h:
24957           adding a "connection problem" signal to shout2send
24958           (fixes #142954)
24959
24960 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24961
24962         * ext/kio/kioreceiver.cpp:
24963         * ext/kio/kioreceiver.h:
24964           fix sign comparison issues
24965
24966 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24967
24968         * gst/cdxaparse/gstcdxaparse.c:
24969         * gst/cdxaparse/gstcdxaparse.h:
24970           some renaming
24971           add some checks/sanity
24972           prepare for seek addition
24973
24974         * sys/sunaudio/gstsunaudio.c:
24975           remove exported dupe init function
24976
24977 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
24978
24979         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24980         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24981           Fix format conversion and position querying.
24982         * gst/debug/progressreport.c: (gst_progressreport_report):
24983           Don't output a bogus total value that we didn't query.
24984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24985           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24986           only a blank window after xine has been used.
24987
24988 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24989
24990         * m4/as-arts.m4:
24991           sync with upstream version to fix test on FC2
24992           readd with -ko to preserve Id header
24993
24994 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24995
24996         * configure.ac:
24997           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24998         * gst/tcp/gsttcpclientsrc.c: idem
24999         * gst/tcp/gsttcpserversink.c: idem
25000         * gst/tcp/gsttcpserversrc.c: idem
25001         * m4/gst-fionread.m4: idem
25002
25003         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25004
25005         * configure.ac: enable speex plugin for speex 1.1.5+
25006         * ext/speex/gstspeexenc.c: fix cast warning
25007
25008         * ext/esd/README: fix typo
25009
25010 2004-05-20  David Schleef  <ds@schleef.org>
25011
25012         * configure.ac: Minor cosmetic change to convince the buildbot to
25013         reautogen.
25014         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25015         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25016         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25017         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25018         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25019         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25020         More hacking.  Plays audio now.
25021
25022 2004-05-20  David Schleef  <ds@schleef.org>
25023
25024         * configure.ac:
25025         * sys/Makefile.am:
25026
25027 2004-05-20  David Schleef  <ds@schleef.org>
25028
25029         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
25030         * sys/osxaudio/gstosxaudio.c:
25031         * sys/osxaudio/gstosxaudioelement.c:
25032         * sys/osxaudio/gstosxaudioelement.h:
25033         * sys/osxaudio/gstosxaudiosink.c:
25034         * sys/osxaudio/gstosxaudiosink.h:
25035         * sys/osxaudio/gstosxaudiosrc.c:
25036         * sys/osxaudio/gstosxaudiosrc.h:
25037
25038 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25039
25040         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25041         (gst_vorbisenc_chain):
25042           put the codec headers on the caps as streamheader as well as
25043           pushing them out
25044
25045 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25046
25047         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25048         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25049         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25050         split up push_packet into two functions
25051
25052 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25053
25054         * gst/tcp/.cvsignore:
25055           ignore enums
25056         * gst/tcp/Makefile.am:
25057         * gst/tcp/README:
25058         * gst/tcp/gsttcp.c:
25059         * gst/tcp/gsttcp.h:
25060         * gst/tcp/gsttcpclientsink.c:
25061         * gst/tcp/gsttcpclientsink.h:
25062         * gst/tcp/gsttcpclientsrc.c:
25063         * gst/tcp/gsttcpclientsrc.h:
25064         * gst/tcp/gsttcpplugin.c:
25065         * gst/tcp/gsttcpserversink.c:
25066         * gst/tcp/gsttcpserversink.h:
25067         * gst/tcp/gsttcpserversrc.c:
25068         * gst/tcp/gsttcpserversrc.h:
25069           add new tcp elements
25070
25071 2004-05-19  Wim Taymans  <wim@fluendo.com>
25072
25073         * gst/law/mulaw-conversion.c: (mulaw_encode):
25074         Fix overflow bug in ulaw encoding.
25075
25076 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25077
25078         * ext/mad/gstmad.c: (gst_mad_handle_event):
25079           don't unref the event twice
25080
25081 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25082
25083         * configure.ac:
25084           remove -Wno-sign-compare
25085
25086 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25087
25088         * configure.ac:
25089           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25090           if you want to work against glib 2.2 and 2.4
25091
25092 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25093
25094         * gst/tcp/Makefile.am:
25095         * gst/tcp/gsttcp.c:
25096         * gst/tcp/gsttcp.h:
25097         * gst/tcp/gsttcpsink.h:
25098         * gst/tcp/gsttcpsrc.h:
25099           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25100
25101 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25102
25103         * gst/debug/tests.c: (md5_get_value):
25104           fix segfault on gst-inspect
25105
25106 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25107
25108         * gst/debug/testplugin.c:
25109         * gst/debug/tests.c:
25110         * gst/debug/tests.h:
25111           add new extensible and configurable testing element. Current tests
25112           include buffer count, stream length, timestamp/duration matching and
25113           md5.
25114         * gst/debug/Makefile.am:
25115         * gst/debug/gstdebug.c: (plugin_init):
25116           add infrastructure for new element
25117
25118 2004-05-19  Johan Dahlin  <johan@gnome.org>
25119
25120         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25121         ending of the array. Fixes gst-inspect segfault on ppc.
25122
25123 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25124
25125         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25126
25127         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25128
25129 2004-05-18  David Schleef  <ds@schleef.org>
25130
25131         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25132         warnings (bugs, actually) noticed by gcc but not forte.
25133
25134 2004-05-18  David Schleef  <ds@schleef.org>
25135
25136         * sys/sunaudio/Makefile.am:
25137         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25138
25139 2004-05-18  David Schleef  <ds@schleef.org>
25140
25141         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25142         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
25143         to allow qtdemux to use non-seekable streams. (bug #142272)
25144
25145 2004-05-18  David Schleef  <ds@schleef.org>
25146
25147         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25148         (gst_resample_sinc_ft_float): Remove use of static temporary
25149         buffer.  This code was obviously not supposed to last long, but
25150         it's stuck in our ABI, so it required a little hack to make it
25151         ABI-compatible.  Fixes #142585.
25152         * gst-libs/gst/resample/resample.h: same.
25153
25154 2004-05-18  David Schleef  <ds@schleef.org>
25155
25156         * configure.ac: Add sunaudio
25157         * examples/Makefile.am: make gstplay depend on gconf
25158         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25159         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25160         (convert_table_lookup), (img_convert): remove c99-isms
25161         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25162           unsigned, to fix a warning on Solaris
25163         * gst/mpeg1sys/systems.c: bcopy->memcpy
25164         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25165         * sys/Makefile.am: Add sunaudio
25166
25167 2004-05-18  Wim Taymans  <wim@fluendo.com>
25168
25169         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25170         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25171         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25172         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25173         (gst_ogg_mux_loop):
25174         Fix an ugly memleak where the muxer didn't flush enough ogg
25175         pages. This also resulted in badly muxed ogg files.
25176
25177 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25178
25179         * gst/asfdemux/asfheaders.c :
25180         * gst/asfdemux/asfheaders.h :
25181         * gst/asfdemux/gstasfdemux.c :
25182           - fix ASF_OBJ_PADDING guid
25183           - add 3 new object guids (language list, metadata,
25184             extended stream properties)
25185           - add a function to parse extended header objects
25186
25187 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25188
25189         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25190           remove leftover debugging g_print
25191
25192 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25193
25194         * ext/mad/gstmad.c: (gst_mad_handle_event):
25195           Fix for when the first format in a discont event is not a
25196           byte-based one. Should fix #137710.
25197
25198 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25199
25200         * m4/a52.m4 : fix compilation with -Wall -Werror
25201         * m4/libfame.m4 : idem
25202         * m4/libmikmod.m4 : idem
25203
25204 2004-05-17  Benjamin Otte  <otte@gnome.org>
25205
25206         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25207           signal the new tags before giving up the reference
25208
25209 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25210
25211         * ext/shout2/gstshout2.c:
25212           use application/ogg instead of application/x-ogg (patch by Patrick
25213           Guimond, fixes #142432)
25214         * sys/oss/gstosselement.c: (gst_osselement_reset),
25215         (gst_osselement_sync_parms):
25216           don't set fragment size unless specified (fixes #142493)
25217
25218 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25219
25220         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25221           fixes #142664
25222
25223 2004-05-17  Benjamin Otte  <otte@gnome.org>
25224
25225         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25226           compute offsets correctly for internal buffers so timestamps are set
25227           correctly when we can't seek. Also handle cases where there are no
25228           offsets. (based on a patch by David Moore, fixes #142507)
25229
25230 2004-05-17  Benjamin Otte  <otte@gnome.org>
25231
25232         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25233           use correct variable when determining amount of data to skip so we
25234           don't skip into the void and segfault
25235
25236 2004-05-16  Benjamin Otte  <otte@gnome.org>
25237
25238         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25239           Hi, I'm a memleak
25240
25241 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25242
25243         * gst/asfdemux/gstasfdemux.c:
25244           - fix a mem leak and always propagate tags
25245           - add WMV3 to known video codecs (but no decoder yet)
25246           - replace "surplus data" at end of audio header for what
25247             it is : codec specific data
25248           - fix a typo
25249
25250 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25251
25252         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25253
25254         * gst-libs/gst/audio/audioclock.c:
25255           Fix wrong return type (#142205).
25256
25257 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25258
25259         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25260           Ignore CRCs by default (fixes #142566).
25261
25262 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25263
25264         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25265         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25266         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25267         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25268         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25269         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25270           Fix for cases where we fail to attach to a mixer.
25271
25272 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25273
25274         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25275           Don't touch events after not owning them anymore.
25276         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25277         (gst_wavparse_fmt), (gst_wavparse_other),
25278         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25279         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25280         (gst_wavparse_srcpad_event):
25281         * gst/wavparse/gstwavparse.h:
25282           Add seeking, fix querying.
25283
25284 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25285
25286         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25287           - process comments even if they don't end with \0\0
25288             g_convert would ignore them if present and works well without them
25289
25290 2004-05-16  Benjamin Otte  <otte@gnome.org>
25291
25292         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25293           simplify caps
25294
25295 2004-05-16  Benjamin Otte  <otte@gnome.org>
25296
25297         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25298           don't write to memory we might not write to - g_convert does that
25299           for us anyway (fixes #142613)
25300         (gst_asf_demux_audio_caps):
25301           comment out gst_util_dump_mem
25302
25303 2004-05-16  Benjamin Otte  <otte@gnome.org>
25304
25305         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25306           compute correct expected timestamps after seek (broken since
25307           last commit)
25308         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25309           rename element and debugging category to gdkpixbufscale
25310
25311 2004-05-16  Benjamin Otte  <otte@gnome.org>
25312
25313         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25314           add error checking to snd_pcm_delay and remove duplicate call to
25315           snd_pcm_delay that caused issues (see inline code comments)
25316         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25317           make more readable and fix return value when snd_pcm_delay fails
25318         (fixes #142586)
25319
25320 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25321         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25322         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25323         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25324         (gst_pixbufscale_link), (gst_pixbufscale_init),
25325         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25326         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25327         (gst_pixbufscale_get_property), (pixbufscale_init):
25328         * ext/gdk_pixbuf/pixbufscale.h:
25329         Add these files I forgot earlier
25330
25331 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25332         * ext/gdk_pixbuf/Makefile.am:
25333         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25334         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25335         Add new pixbufscale element to scale RGB video
25336         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25337         and HYPER interpolation correctly.
25338         * ext/theora/theoraenc.c: (theora_enc_chain),
25339         Discard buffer and return if explicit caps could not be set
25340         (theora_enc_get_property):
25341         Make _get return kbps for the bitrate consistent with
25342         the _set function.
25343
25344
25345 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25346
25347         * ext/libvisual/visual.c: (gst_visual_chain):
25348           add missing visual_audio_analyze
25349
25350 2004-05-14  David Schleef  <ds@schleef.org>
25351
25352         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25353         is killed while we're playing.
25354         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25355         gst_element_no_more_pads().
25356
25357 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25358
25359         * gst-libs/gst/riff/riff-read.c :
25360           - fix INFO tag extraction in RIFF/AVI files
25361             because gst_event_unref (event) also freed taglist
25362           - avoid a mem leak
25363
25364 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25365
25366         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25367         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25368
25369         * gst/auparse/gstauparse.c :
25370           - add code (commented for now) to support audio/x-adpcm on src pad
25371             (we have no decoder for those layout yet)
25372
25373         * gst/cdxaparse/gstcdxaparse.c :
25374         * gst/cdxaparse/gstcdxaparse.h :
25375           - partial rewrite using RiffRead (ripped iain's wavparse code)
25376
25377         * gst/rtp/gstrtpL16enc.c : typo
25378         * gst/rtp/gstrtpgsmenc.c : typo
25379
25380 2004-05-13  Benjamin Otte  <otte@gnome.org>
25381
25382         * configure.ac:
25383           check for exact version of libvisual, it's not supposed to be
25384           API/ABI stable yet
25385
25386 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25387
25388         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25389           signal no-more-pads
25390
25391 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25392
25393         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25394         Report which format was used for GST_FORMAT_DEFAULT
25395         * gst/debug/Makefile.am:
25396         * gst/debug/gstdebug.c: (plugin_init):
25397         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25398         (gst_progressreport_class_init), (gst_progressreport_init),
25399         (gst_progressreport_report), (gst_progressreport_set_property),
25400         (gst_progressreport_get_property), (gst_progressreport_chain),
25401         (gst_progressreport_plugin_init):
25402         Add progressreport element for testing.
25403
25404 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25405
25406         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25407         * sys/v4l/gstv4lsrc.h:
25408         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25409         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25410         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25411         (gst_v4lsrc_grab_frame):
25412           add more debugging
25413           send a discont at start
25414
25415 2004-05-12  Colin Walters  <walters@redhat.com>
25416
25417         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25418         inflooping if we can't find a chunk.  Or in other words, don't blow
25419         chunks if we don't have a chunk to blow.
25420
25421 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25422         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25423         Remove old debug output
25424         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25425         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25426         (gst_dvdec_set_property), (gst_dvdec_get_property):
25427         Change the quality setting to an enum, so it works from gst-launch
25428         Don't renegotiate a non-linked pad. Allows audio only decoding.
25429         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25430         (gst_deinterlace_link), (gst_deinterlace_init):
25431         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25432         (gst_videodrop_link):
25433         Some caps negotiation fixes
25434
25435 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25436
25437         * ext/tarkin/gsttarkin.c :
25438           - Change RANK from NONE to PRIMARY
25439         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25440           - Change RANK from NONE to MARGINAL
25441         * ext/divx/gstdivxenc.c :
25442           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25443
25444 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25445
25446         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25447         (gst_vorbisenc_push_packet):
25448           copy a function that was added between 1.0 and 1.0.1 until we
25449           depend on worthwhile features of post-1.0
25450
25451 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25452
25453         * configure.ac:
25454           enable shout2 by default
25455         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25456         (gst_shout2send_base_init), (gst_shout2send_init),
25457         (gst_shout2send_connect), (gst_shout2send_change_state):
25458         * ext/shout2/gstshout2.h:
25459           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25460           #142262)
25461         * ext/theora/theora.c: (plugin_init):
25462           don't set rank on encoders
25463
25464 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25465
25466         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25467           Use codec_data property instead of flag1 and flag2 for wma
25468
25469 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25470
25471         * gst/cdxaparse/gstcdxaparse.c :
25472           - Add mpegversion to CAPS to make it link
25473           - Rank is as GST_RANK_SECONDARY instead of NONE
25474         * gst/auparse/gstauparse.c :
25475           - Document all audio encoding we can encounter from Solaris 9
25476             headers and libsndfile information.
25477           - Increase max. rate from 48000 to 192000 (to match other elements)
25478           - Don't try to play junk data between header and samples
25479
25480 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25481
25482         * ext/libvisual/visual.c: (gst_visual_getcaps):
25483           use the right caps depending on endianness (I hope)
25484         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25485           use GST_RANK_NONE for all non-decoding elements or spider gets
25486           mighty confused
25487
25488 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25489
25490         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25491           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25492
25493 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25494
25495         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25496         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25497         (gst_switch_loop), (gst_switch_get_type):
25498           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25499           HEADERS. Had to be said.
25500
25501 2004-05-10  David Schleef  <ds@schleef.org>
25502
25503         * configure.ac: Add prototype Dirac support.
25504         * ext/Makefile.am:
25505         * ext/dirac/Makefile.am:
25506         * ext/dirac/gstdirac.cc:
25507         * ext/dirac/gstdiracdec.cc:
25508
25509 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25510
25511         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25512         (gst_auparse_init), (gst_auparse_chain),
25513         (gst_auparse_change_state):
25514           Hack around spider. Remove me some day please.
25515
25516 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25517
25518         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25519           Fix for some uninitialized variables in previous patch, also
25520           makes it work. Fixes #142286 while we're at it.
25521
25522 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25523
25524         * gst/auparse/gstauparse.c:
25525                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25526                 only unsupported formats are ADPCM/CCITT G.72x
25527                 reviewed by Ronald
25528         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25529
25530 2004-05-10  Wim Taymans  <wim@fluendo.com>
25531
25532         * ext/vorbis/Makefile.am:
25533         * ext/vorbis/README:
25534         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25535         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25536         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25537         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25538         (gst_oggvorbisenc_convert_sink),
25539         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25540         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25541         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25542         (get_constraints_string), (update_start_message),
25543         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25544         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25545         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25546         * ext/vorbis/oggvorbisenc.h:
25547         * ext/vorbis/vorbis.c: (plugin_init):
25548         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25549         (raw_caps_factory), (gst_vorbisenc_class_init),
25550         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25551         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25552         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25553         * ext/vorbis/vorbisenc.h:
25554         Added a raw vorbis encoder to be used with the oggmuxer.
25555         We still need the old encoder for some gnome applications,
25556         read the README to find out how that works.
25557         The raw encoder is called "rawvorbisenc" until 0.9.
25558
25559 2004-05-10  Wim Taymans  <wim@fluendo.com>
25560
25561         * ext/ogg/gstogg.c: (plugin_init):
25562         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25563         (gst_ogg_print):
25564         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25565         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25566         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25567         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25568         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25569         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25570         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25571         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25572         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25573         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25574         Added an ogg muxer.
25575         Small typo fixes in the demuxer.
25576
25577 2004-05-10  Wim Taymans  <wim@fluendo.com>
25578
25579         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25580         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25581         (theora_enc_change_state), (theora_enc_set_property),
25582         (theora_enc_get_property):
25583         Mark the last packet with an EOS flag which is not really needed
25584         in gstreamer.
25585         Do some better video framerate initialisation.
25586         Update the buffer timestamp.
25587
25588 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25589
25590         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25591         Return the result of the parent state change call
25592
25593 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25594
25595         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25596         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25597         * gst/law/alaw-encode.c : (idem)
25598         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25599         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25600         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25601
25602 2004-05-09  Benjamin Otte  <otte@gnome.org>
25603
25604         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25605           don't use a fixed buffer size when writing variable length data to
25606           it. Fixes memory corruption and makes alsasrc work
25607
25608 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25609
25610         * ext/gnomevfs/gstgnomevfssink.c:
25611         (_gst_boolean_allow_overwrite_accumulator),
25612         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25613           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25614           RUN_LAST, and don't use that to set the accumulator value because
25615           then it's always FALSE.
25616
25617 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25618
25619         * gst-libs/gst/riff/riff-media.c:
25620         (gst_riff_create_video_caps_with_data),
25621         (gst_riff_create_audio_caps),
25622         (gst_riff_create_audio_template_caps):
25623         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25624           Fix for unaligned RIFF files (i.e. where all the chunks together
25625           in a LIST chunk are not of the same size as the size given in
25626           the LIST chunk header). Fixes several odd WAVE files. Also fix
25627           ADPCM (block_align property) in audio, so that wavparse based
25628           on this works now as it used to stand-alone.
25629
25630 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25631
25632         reviewed by Benjamin Otte  <otte@gnome.org>
25633
25634         * ext/a52dec/gsta52dec.c:
25635         * ext/divx/gstdivxdec.c:
25636         * ext/divx/gstdivxenc.c:
25637         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25638         * ext/faac/gstfaac.c: (gst_faac_base_init):
25639         * ext/faad/gstfaad.c: (gst_faad_base_init):
25640         * ext/ivorbis/vorbisfile.c:
25641         * ext/lame/gstlame.c:
25642         * ext/libfame/gstlibfame.c:
25643         * ext/mpeg2enc/gstmpeg2enc.cc:
25644         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25645         * ext/sidplay/gstsiddec.cc:
25646         * ext/speex/gstspeexdec.c:
25647         * ext/speex/gstspeexenc.c:
25648         * ext/xvid/gstxviddec.c:
25649         * ext/xvid/gstxvidenc.c:
25650           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25651           (fixes #142193)
25652
25653 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25654
25655         * ext/alsa/gstalsa.c: (device_list),
25656         (gst_alsa_class_probe_devices):
25657         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25658           Fix alsa oddness in mixer after the combination of using mixer
25659           in source/sink elements and using hw:x,y instead of just hw:x.
25660
25661 2004-05-09  Benjamin Otte  <otte@gnome.org>
25662
25663         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25664         (gst_wavparse_create_sourcepad):
25665           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25666           sourcepads
25667
25668 2004-05-09  Benjamin Otte  <otte@gnome.org>
25669
25670         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25671           allow discont events before caps nego
25672
25673 2004-05-08  Benjamin Otte  <otte@gnome.org>
25674
25675         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25676           don't leak events
25677
25678 2004-05-08  Benjamin Otte  <otte@gnome.org>
25679
25680         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25681         (gst_level_change_state), (gst_level_init):
25682         * gst/level/gstlevel.h:
25683           figure out if we're initialized directly instead of keeping a
25684           variable that's wrong in 90% of cases
25685           don't initialize pads and then leak them and use a new unitialized
25686           pad. (fixes #142084)
25687           these were bugs so n00bish I didn't find them for an hour :/
25688
25689 2004-05-08 Iain <iain@prettypeople.org>
25690
25691         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25692         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25693         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25694         return the length that was read.
25695         (gst_riff_read_strf_auds): Allow fmt tags as well.
25696
25697 2004-05-07  David Schleef  <ds@schleef.org>
25698
25699         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25700         signed char assumption in faad.h.
25701
25702 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25703
25704         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25705           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25706
25707 2004-05-07  Colin Walters  <walters@redhat.com>
25708
25709         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25710         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25711         function.
25712         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25713         Add dispose function.
25714
25715 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25716         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25717           Fix caps nego and pad templates. RGB mode caps should
25718           work now.
25719         * ext/dvdnav/gst-dvd:
25720           Move mpeg2dec inside the thread because otherwise the
25721           queue rejects cap changes mid-stream
25722         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25723         (gst_mpeg2dec_flush_decoder):
25724           For mpeg2dec > 0.4.0, call the flush function instead of
25725           manually extracting all in-flight frames.
25726         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25727         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25728           Change mime type video/dv go video/x-dv to match the
25729           rest of gst-plugins
25730
25731 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25732
25733         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25734         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25735         (gst_alsa_sink_class_init):
25736         * ext/alsa/gstalsasink.h:
25737         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25738         (gst_alsa_src_class_init):
25739         * ext/alsa/gstalsasrc.h:
25740           Make alsasink/src a subclass of alsamixer so that mixer stuff
25741           shows up in gst-rec. Needs some finetuning.
25742
25743 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25744
25745         * ext/lame/gstlame.c: (gst_lame_chain):
25746           simplify
25747         * ext/mad/gstmad.c: (gst_mad_handle_event):
25748           fix event leak
25749         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25750           be able to detect mp3 files < 4096 bytes
25751
25752 2004-05-06  Wim Taymans  <wim@fluendo.com>
25753
25754         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25755         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25756         (theora_enc_set_property), (theora_enc_get_property):
25757         Also encode the first frame, cleanup some code.
25758
25759 2004-05-06  Wim Taymans  <wim@fluendo.com>
25760
25761         * ext/mpeg2enc/gstmpeg2enc.cc:
25762         Forward events first before deciding that negotiation was
25763         not performed.
25764
25765 2004-05-06  Wim Taymans  <wim@fluendo.com>
25766
25767         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25768         First process the events before deciding that negotiation
25769         was not performed.
25770
25771 2004-05-06  Wim Taymans  <wim@fluendo.com>
25772
25773         * ext/theora/Makefile.am:
25774         * ext/theora/theora.c: (plugin_init):
25775         * ext/theora/theoradec.c: (theora_dec_change_state):
25776         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25777         (gst_theora_enc_class_init), (gst_theora_enc_init),
25778         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25779         (theora_enc_chain), (theora_enc_change_state),
25780         (theora_enc_set_property), (theora_enc_get_property):
25781         Added a theora encoder, grouped the encoder and decoder into the
25782         same plugin.
25783
25784 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25785
25786         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25787         (gst_jpegenc_chain):
25788         fix DURATION on outgoing buffers
25789         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25790         debug using time formats
25791         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25793         (gst_xvimagesink_sink_link):
25794         windows with width/height 0 generate X errors, so don't allow them
25795
25796 2004-05-05  Wim Taymans  <wim@fluendo.com>
25797
25798         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25799         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25800         (gst_mpeg2dec_negotiate_format):
25801         * ext/mpeg2dec/gstmpeg2dec.h:
25802           removed the static pad template so that we can add the
25803           more accurate framerate value to the caps.
25804
25805
25806 2004-05-04  Benjamin Otte  <otte@gnome.org>
25807
25808         * configure.ac:
25809           check for kdemacros.h, too (should fix #141821)
25810         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25811           don't crash if no header was sent, but nicely error out (fixes part
25812           of #141554)
25813
25814 2004-05-04  Wim Taymans  <wim@fluendo.com>
25815
25816         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25817         parent dispose function to avoid segfault on destroy.
25818
25819 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25820
25821         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25822         (plugin_init):
25823         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25824         (gst_xvimagesink_sink_link):
25825         clean up debugging caps
25826         also recreate xvimage when format has changed
25827
25828 2004-05-04  Benjamin Otte  <otte@gnome.org>
25829
25830         * ext/libvisual/Makefile.am:
25831         * ext/libvisual/visual.c: (gst_visual_class_init),
25832         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25833         (gst_visual_srclink), (gst_visual_chain),
25834         (gst_visual_change_state), (plugin_init):
25835           use a GstAdapter to correctly adapt buffer sizes - allows using a
25836           framerate
25837
25838 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25839
25840         * sys/v4l/gstv4lelement.h:
25841         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25842         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25843         (gst_v4lsrc_buffer_free):
25844         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25845         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25846         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25847         (gst_v4lsrc_requeue_frame):
25848         move some debugging categories around
25849         query for fps index and set accordingly if found
25850
25851 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25852
25853         * ext/lame/gstlame.c:
25854         correct defaults that lame_init puts out of range
25855
25856 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25857
25858         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25859         (gst_divxenc_class_init):
25860         fix range since -1 is the default
25861         * gst/mpeg1sys/gstmpeg1systemencode.c:
25862         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25863         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25864         (gst_rtjpegdec_chain):
25865         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25866         (gst_rtjpegenc_chain):
25867         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25868         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25869         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25870         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25871         * sys/v4l/gstv4lsrc.c:
25872         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25873         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25874         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25875         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25876         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25877           remove gst_info calls
25878
25879 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25880
25881         * Makefile.am:
25882         * po/af.po:
25883         * po/az.po:
25884         * po/en_GB.po:
25885         * po/nl.po:
25886         * po/sr.po:
25887         * po/sv.po:
25888           Updated translations
25889
25890 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25891
25892         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25893           refactor/comment code
25894
25895 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25896
25897         * gst/asfdemux/Makefile.am:
25898         * gst/asfdemux/asfheaders.c:
25899         * gst/asfdemux/asfheaders.h:
25900         * gst/asfdemux/gstasf.c: (plugin_init):
25901         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25902         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25903         (gst_asf_demux_setup_pad):
25904         * gst/asfdemux/gstasfdemux.h:
25905         * gst/asfdemux/gstasfmux.c:
25906         * gst/asfdemux/gstasfmux.h:
25907           Add tagging support to demuxer, split out registration in its own
25908           file instead of in demux (hacky), and prevent having some tables
25909           in our memory multiple times (in asfheaders.h).
25910
25911 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25912
25913         * gst/matroska/matroska-demux.c:
25914         (gst_matroska_demux_parse_metadata):
25915         * gst/matroska/matroska-ids.h:
25916           Basic tag reading support.
25917
25918 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25919
25920         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25921           Really detect ac-3 audio.
25922         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25923           really detect matroska files (off-by-1).
25924
25925 2004-04-30  David Schleef  <ds@schleef.org>
25926
25927         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25928         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25929         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25930         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25931         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25932         hackage -- parse a lot more atoms, extract a few tags.  One might even
25933         mistake this for tag support.  Maybe it is.
25934         * gst/qtdemux/qtdemux.h:
25935
25936 2004-04-30  Colin Walters  <walters@verbum.org>
25937
25938         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25939
25940 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25941
25942         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25943         (gst_ffmpegcolorspace_getcaps):
25944           remove broken nego fix
25945
25946 2004-04-30  Benjamin Otte  <otte@gnome.org>
25947
25948         * configure.ac:
25949         * ext/Makefile.am:
25950         * ext/libvisual/Makefile.am:
25951         * ext/libvisual/visual.c:
25952           add initial support for libvisual (http://libvisual.sourceforge.net)
25953           libvisual is still quite alpha, so expect crashes in there :)
25954
25955 2004-04-29  David Schleef  <ds@schleef.org>
25956
25957         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25958         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25959         up qtdemux to make it spit out codec_data.  Do _not_ look at this
25960         code; you will no longer respect me.
25961
25962 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25963
25964         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25965         * ext/alsa/gstalsa.h :
25966         change alsa pcm device discovery to find more than 1 device
25967         per card. code review by Ronald.
25968
25969 2004-04-29  David Schleef  <ds@schleef.org>
25970
25971         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25972         Add a check for a driver bug on FreeBSD.  (bug #140565)
25973
25974 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25975
25976         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25977         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25978         (gst_jpegenc_getcaps):
25979           move format setting to inner loop
25980         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25981         (gst_ffmpegcolorspace_getcaps):
25982           use GST_PAD_CAPS if available so that we use already negotiated
25983           caps
25984         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25985         (qtdemux_parse_moov), (qtdemux_parse):
25986           extra debugging
25987         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25988         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25989           move hardcoded path to DEFINE
25990
25991 2004-04-28  David Schleef  <ds@schleef.org>
25992
25993         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
25994         (bug #140064)
25995
25996 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25997
25998         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25999           Don't probe for playback device if we're a source element. Fixes
26000           #139658.
26001
26002 2004-04-29  Benjamin Otte  <otte@gnome.org>
26003
26004         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26005         (gst_id3_tag_chain):
26006           rewrite buffer offset
26007
26008 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26009
26010         * configure.ac:
26011         * ext/Makefile.am:
26012         * ext/dts/Makefile.am:
26013         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26014         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26015         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26016         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26017         (gst_dtsdec_loop), (gst_dtsdec_change_state),
26018         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26019         (plugin_init):
26020         * ext/dts/gstdtsdec.h:
26021           New DTS decoder.
26022         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26023         (gst_faad_srcconnect):
26024           Add ESDS atom handling (.m4a).
26025
26026 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26027
26028         * ext/divx/gstdivxdec.c: (plugin_init):
26029           Remove comment that makes no sense.
26030         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26031           Fix for obvious typo that resulted in warnings during gst-register.
26032         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26033         (gst_xviddec_sink_link):
26034           Fix caps negotiation a bit better.
26035         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26036           We call this 'codec_data', not 'esds'.
26037
26038 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26039
26040         * gst/monoscope/gstmonoscope.c:
26041           make sure we only provide 256x128
26042         * gst/monoscope/monoscope.c: (monoscope_init):
26043           assert size of 256x128
26044
26045 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26046
26047         * Makefile.am:
26048         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26049         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26050           fixate to max width and height of device
26051
26052 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26053
26054         * Makefile.am:
26055         * sys/v4l/gstv4l.c:
26056         * sys/v4l/gstv4lsrc.c:
26057         * sys/v4l/v4l_calls.c:
26058         * sys/v4l/v4lsrc_calls.c:
26059           fix for qc-usb driver which fakes having more than one buffer
26060           by handing the same buffer twice, which confused GStreamer's/v4lsrc
26061           buffer_free override
26062           add debugging
26063
26064 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26065
26066         * Makefile.am:
26067         * gst/videotestsrc/gstvideotestsrc.c:
26068         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26069         (gst_videotestsrc_init), (gst_videotestsrc_get),
26070         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26071         * gst/videotestsrc/gstvideotestsrc.h:
26072           add num-buffers property
26073
26074         2004-04-26  Benjamin Otte  <otte@gnome.org>
26075
26076         * ext/mad/gstid3tag.c: (plugin_init):
26077           set id3mux rank to NONE so it doesn't confuse spider
26078           require audio/mpeg,mpegversion=1 in id3mux
26079
26080 2004-04-26  Benjamin Otte  <otte@gnome.org>
26081
26082         * configure.ac:
26083           detect faad correctly as non-working if it's indeed non-working
26084
26085 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26086
26087         * Makefile.am:
26088         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26089         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26090         fix _getcaps so it only negotiates to its supported format
26091
26092 2004-04-25  Benjamin Otte  <otte@gnome.org>
26093
26094         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26095           fix memleak
26096
26097 2004-04-23  Benjamin Otte  <otte@gnome.org>
26098
26099         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26100           audio/x-raw-int with height rules! not. Now it's depth.
26101
26102 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26103
26104         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26105         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26106         (gst_wavparse_loop):
26107           Missing variable initialization. Add handling of DVI ADPCM. Fix
26108           mis-parsing of LIST chunks. This works around a bug where we mis-
26109           parse non-aligning LIST chunks (so LIST chunks where the contents
26110           don't align with the actual LIST size). The correct fix is to use
26111           rifflib, I'm not going to fix wavparse - too much work. All this
26112           fixes #104878.
26113
26114 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26115
26116         reviewed by Benjamin Otte  <otte@gnome.org>
26117
26118         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26119           fix shoutcast not working (fixes #140844)
26120
26121 2004-04-22  Benjamin Otte  <otte@gnome.org>
26122
26123         * ext/hermes/gsthermescolorspace.c:
26124         (gst_hermes_colorspace_caps_remove_format_info):
26125         * gst/colorspace/gstcolorspace.c:
26126         (gst_colorspace_caps_remove_format_info):
26127         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26128         (gst_ffmpegcolorspace_caps_remove_format_info):
26129           s/gst_caps_simplify/gst_caps_do_simplify/
26130
26131 2004-04-22  Benjamin Otte  <otte@gnome.org>
26132
26133         * gst-libs/gst/riff/riff-media.c:
26134         (gst_riff_create_video_caps_with_data):
26135           mpegversion is an int
26136         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26137           don't try to create pad templates with NULL caps, use any caps
26138           instead.
26139
26140 2004-04-20  David Schleef  <ds@schleef.org>
26141
26142         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26143         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
26144         (bug #140384)
26145
26146 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26147
26148         reviewed by David Schleef
26149
26150         * ext/mad/gstid3tag.c: Add stdlib.h
26151         * gst/rtp/gstrtpgsmenc.c: same
26152         * gst/tags/gstid3tag.c: same
26153         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26154         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26155         GST_DISABLE_LOADSAVE use.
26156         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26157         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26158         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26159         atol(3)).
26160         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26161         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26162         strtoul(3)).
26163         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26164         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26165         $(ID3_CFLAGS).
26166         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26167         $(LIBFAME_CFLAGS).
26168
26169 2004-04-20  David Schleef  <ds@schleef.org>
26170
26171         * gst/realmedia/rmdemux.c:  This was supposed to part of the
26172         last checkin.  Same idea.
26173
26174 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26175
26176         reviewed by David Schleef
26177
26178         * configure.ac: bump required gstreamer version to 0.8.1.1
26179         because of following changes [--ds]
26180
26181         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
26182         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26183         (gst_riff_read_header):  Use GST_READ_UINT*
26184         macros to access possibly unaligned memory.
26185
26186         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26187         (mp3_type_find):  Use GST_READ_UINT*
26188         macros to access possibly unaligned memory.
26189         (mp3_type_find, mpeg1_parse_header, qt_type_find)
26190         (speex_type_find): Likewise
26191
26192         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26193
26194         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26195         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26196         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26197         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26198         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26199         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
26200         macros to access possibly unaligned memory.
26201
26202         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26203         Likewise.
26204
26205         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26206         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26207
26208         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26209         Likewise.
26210
26211         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26212         (gst_mpeg2subt_chain_subtitle): Likewise.
26213
26214         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26215         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26216         Likewise.
26217
26218         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26219         Likewise.
26220
26221         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26222         Likewise.
26223
26224         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26225         Likewise.
26226
26227 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26228
26229         * configure.ac:
26230           update required version of GStreamer because of GST_TIME_FORMAT
26231
26232 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26233
26234         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26235           remove leftover g_print
26236         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26237           don't try setting only a subset of the caps. We don't want to kill
26238           autoplugging on purpose
26239
26240 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26241
26242         * sys/ximage/ximagesink.c: (plugin_init):
26243         * sys/xvimage/xvimagesink.c: (plugin_init):
26244           add debugging categories
26245
26246 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26247
26248         * po/en_GB.po:
26249         * po/LINGUAS:
26250           Adding en_GB translation (Gareth Owen)
26251
26252 2004-04-20  David Schleef  <ds@schleef.org>
26253
26254         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26255         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26256         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26257         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26258         A number of new features and hacks to extract the esds atom and
26259         put it into the caps.  (bug #137724)
26260
26261 2004-04-19  David Schleef  <ds@schleef.org>
26262
26263         * gconf/Makefile.am: Fix for non-GNU make
26264         * gst-libs/gst/Makefile.am: Change directory order to handle
26265         GstPlay linking with gstinterfaces
26266         * gst-libs/gst/audio/make_filter: make use of tr portable
26267         * gst-libs/gst/play/Makefile.am: Add intended \
26268         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26269         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26270         function prototype instead of void *.
26271         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26272         macro.
26273         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26274         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26275         * gst/videofilter/make_filter: make use of tr portable
26276         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26277
26278 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26279
26280         * po/LINGUAS:
26281         * po/uk.po:
26282           Added Ukrainian translation (Maxim V. Dziumanenko)
26283
26284 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26285
26286         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26287         (gst_gsmdec_link), (gst_gsmdec_chain):
26288           Fix capsnego, simplify chain function slightly.
26289         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26290           Add GSM.
26291
26292 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26293
26294         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26295         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26296         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26297           Hack to make wavparse work with spider (always -> sometimes pad).
26298           Fixes #135862 && #140411.
26299
26300 2004-04-18  Benjamin Otte  <otte@gnome.org>
26301
26302         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26303         (gst_osselement_rate_probe_check),
26304         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26305           get rid of \n in debug output
26306
26307 2004-04-17  Iain <iain@prettypeople.org>
26308
26309         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26310         not just EOS.
26311
26312 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26313
26314         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26315         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26316         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26317         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26318         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26319         (gst_id3_tag_change_state), (plugin_init):
26320           deprecate id3tag element and replace with id3demux/id3mux.
26321           great side effect: this ugly file is now even uglier, yay!
26322         * ext/mad/gstmad.h:
26323           remove non-available function
26324           update for new get_type
26325
26326 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26327
26328         * configure.ac:
26329           require mpeg2dec >= 0.4.0
26330
26331 2004-04-17  Benjamin Otte  <otte@gnome.org>
26332
26333         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26334         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26335         (gst_xvimagesink_set_xwindow_id):
26336           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26337           assorted cleanup fixes.
26338
26339 2004-04-16  David Schleef  <ds@schleef.org>
26340
26341         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26342         * sys/xvimage/xvimagesink.h: same
26343
26344 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26345
26346         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26347           Fix GST_ELEMENT_ERROR with (NULL)
26348
26349 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26350
26351         * gst-libs/gst/riff/riff-media.c:
26352         (gst_riff_create_video_caps_with_data):
26353           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26354
26355 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26356
26357         * gst-libs/gst/riff/riff-media.c:
26358         (gst_riff_create_video_caps_with_data),
26359         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26360         (gst_riff_create_video_template_caps),
26361         (gst_riff_create_audio_template_caps):
26362         * gst-libs/gst/riff/riff-media.h:
26363         * gst-libs/gst/riff/riff-read.c:
26364         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26365         * gst-libs/gst/riff/riff-read.h:
26366         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26367           Add MS RLE support. I added some functions to read out strf chunks
26368           into strf chunks and the data behind it. This is usually color
26369           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26370           caps creation. Lastly, add ADPCM (similar to wavparse - which
26371           should eventually be rifflib based).
26372         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26373         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26374         * gst/matroska/matroska-demux.h:
26375           Remove placeholders for some prehistoric tagging system. Didn't add
26376           support for any tag system really anyway.
26377         * gst/qtdemux/qtdemux.c:
26378           Add support for audio/x-m4a (MPEG-4) through spider.
26379         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26380         (gst_wavparse_loop):
26381           ADPCM support (#135862). Increase max. buffer size because we
26382           cannot split buffers for ADPCM (screws references) and I've seen
26383           files with 2048 byte chunks. 4096 seems safe for now.
26384
26385 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26386
26387         * configure.ac: bump nano to 1
26388
26389 === release 0.8.1 ===
26390
26391 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26392
26393         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26394
26395 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26396
26397         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26398           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26399           Fixes #140058
26400
26401 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26402
26403         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26404           lower rank of dvddemux so that it's not used for mpeg playback.
26405
26406 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26407
26408         * configure.ac:
26409           save libs correctly when checking mad
26410
26411 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26412
26413         * ext/mad/gstid3tag.c: (plugin_init):
26414           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26415
26416 2004-04-13  David Schleef  <ds@schleef.org>
26417
26418         * common/m4/gst-feature.m4: Call -config scripts with
26419         --plugin-libs if it is supported.
26420         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26421         JPEG images are image/jpeg.
26422         * gst/debug/Makefile.am:
26423         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26424         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26425         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26426         (gst_negotiation_plugin_init): Add a property that acts like
26427         filter caps.
26428         * testsuite/gst-lint:  Move license checking to be a standard
26429         test.
26430
26431 2004-04-13  David Schleef  <ds@schleef.org>
26432
26433         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26434         patch from Sebastien Cote (bug #139958)
26435
26436 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26437
26438         * examples/gstplay/Makefile.am:
26439         * examples/gstplay/player.c: (main):
26440           make the commandline player example use gconf settings
26441
26442 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26443
26444         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26445         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26446         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26447           init/end library during state transition, not object
26448           creation/disposal.  get rid of custom dispose handler.
26449
26450
26451 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26452
26453         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26454         be a symlink
26455
26456 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26457
26458         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26459           Handle JUNK chunks inside data section. Prevents warnings.
26460
26461 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26462
26463         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26464         (gst_riff_create_video_template_caps):
26465           Add MS video v1.
26466         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26467         (gst_avi_demux_stream_data):
26468           Add support for "rec-list" chunks.
26469
26470 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26471
26472         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26473           Fix another codecname mismatch.
26474
26475 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26476
26477         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26478           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26479           so that MJPEG plays back.
26480
26481 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26482
26483         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26484         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26485         * gst/mpeg1videoparse/gstmp1videoparse.h:
26486           Fix for some slight mis-cuts in buffer parsing, and for some
26487           potential overflows or faults-causers. Adds disconts. Also fixes
26488           #139105 while we're at it.
26489
26490 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26491
26492         * configure.ac:
26493         * sys/v4l2/gstv4l2element.h:
26494           Workaround for missing struct v4l2_buffer declaration in Suse 9
26495           and Mandrake 10 linux/videodev2.h header file (#135919).
26496
26497 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26498
26499         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26500           Bail out if no filename was given.
26501
26502 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26503
26504         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26505         (gst_v4l2_fourcc_from_structure):
26506           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26507           Y41B somewhere).
26508
26509 2004-04-09  Benjamin Otte  <otte@gnome.org>
26510
26511         * ext/gnomevfs/gstgnomevfssink.c:
26512         (_gst_boolean_allow_overwrite_accumulator),
26513         (gst_gnomevfssink_class_init):
26514           fix erase signal - if any handler returns false the file will not be
26515           overwritten. If no handler is connected, the file will not be
26516           overwritten either.
26517           renamed signal to "allow-overwrite"
26518         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26519           free string when adding it to ID3 failed
26520         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26521           unref event when done
26522         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26523           free caps
26524         * gst/typefind/gsttypefindfunctions.c:
26525         (mpeg_video_stream_type_find):
26526           fix invalid read
26527
26528 2004-04-08  David Schleef  <ds@schleef.org>
26529
26530         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26531         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26532
26533 2004-04-08  David Schleef  <ds@schleef.org>
26534
26535         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26536         we don't support (bug #139532)
26537
26538 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26539
26540         * ext/mad/gstmad.c: (gst_mad_handle_event),
26541         (gst_mad_check_caps_reset), (gst_mad_chain),
26542         (gst_mad_change_state):
26543           only set explicit caps if they haven't been set before for
26544           this stream.  MPEG-audio sample rate/channels aren't allowed
26545           to change in-stream.
26546           Fixes #139382
26547
26548 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26549
26550         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26551         (_gst_boolean_did_something_accumulator),
26552         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26553         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26554         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26555         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26556         (gst_gnomevfssink_change_state):
26557           Fix erase signal. Don't erase by default. Remove handoff signal.
26558           Remove erase property. Don't segfault. General cleanup.
26559
26560 2004-04-07  Benjamin Otte  <otte@gnome.org>
26561
26562         * gst-libs/gst/gconf/test-gconf.c: (main):
26563           add missing gst_init
26564
26565 2004-04-07  Benjamin Otte  <otte@gnome.org>
26566
26567         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26568           free the mutexes, too
26569
26570 2004-04-07  Benjamin Otte  <otte@gnome.org>
26571
26572         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26573           actually free the URI string
26574         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26575           compute offset correctly when passing discont events
26576         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26577           don't leak discont events
26578         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26579           add some missing breaks so caps aren't copied randomly
26580         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26581           if we realloc memory, we better use it
26582
26583 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26584
26585         * ext/mad/gstmad.c: (normal_seek):
26586           fix GST_FORMAT_TIME usage
26587
26588 2004-04-05  David Schleef  <ds@schleef.org>
26589
26590         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26591         a deprecated function (hack!)
26592
26593 2004-04-05  Benjamin Otte  <otte@gnome.org>
26594
26595         * ext/esd/esdmon.c: (gst_esdmon_get):
26596           fix nonterminated vararg and memleak
26597
26598 2004-04-05  Benjamin Otte  <otte@gnome.org>
26599
26600         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26601         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26602         (gst_ladspa_set_property), (gst_ladspa_get_property),
26603         (gst_ladspa_instantiate), (gst_ladspa_activate),
26604         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26605           clean up debugging
26606
26607 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26608
26609         reviewed by Benjamin Otte  <otte@gnome.org>
26610
26611         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26612           check for broken LADSPA parameters (fixes #138635)
26613
26614 2004-04-05  Benjamin Otte  <otte@gnome.org>
26615
26616         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26617           advertise buffer-frames correctly on sinkpads
26618
26619 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26620
26621         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26622         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26623         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26624         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26625         (gst_mad_check_caps_reset), (gst_mad_chain):
26626         add more debugging, only reset caps when we're not in error state
26627
26628 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26629
26630         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26631
26632 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26633
26634         reviewed by Benjamin Otte  <otte@gnome.org>
26635
26636         * configure.ac:
26637           fix == in test(1) operator
26638
26639 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26640
26641         reviewed by Benjamin Otte  <otte@gnome.org>
26642
26643         * configure.ac:
26644           fix --export-symblos-regex to a working regex.
26645
26646 2004-04-04  Benjamin Otte  <otte@gnome.org>
26647
26648         * sys/oss/.cvsignore:
26649           add for oss_probe
26650
26651 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26652
26653         reviewed by Benjamin Otte  <otte@gnome.org>
26654
26655         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26656           add missing 'new_media' argument (fixes #138168)
26657         * gst/matroska/matroska-demux.c:
26658         (gst_matroska_demux_handle_seek_event):
26659           add vararg terminator (fixes #138169)
26660
26661 2004-04-02  David Schleef  <ds@schleef.org>
26662
26663         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26664         disted (bug #138914)
26665
26666 2004-04-01  Benjamin Otte  <otte@gnome.org>
26667
26668         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26669         (gst_alsa_close_audio):
26670           handle case better where a soundcard can't pause
26671         * ext/ogg/gstoggdemux.c:
26672           don't crash when we get events but don't have pads yet
26673
26674 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26675
26676         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26677           throw an error if we couldn't probe any caps.
26678
26679 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26680
26681         * ext/dvdnav/gst-dvd:
26682         Add a really simple sample DVD player
26683
26684 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26685
26686         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26687         (gst_a52dec_push), (gst_a52dec_handle_event),
26688         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26689         (gst_a52dec_change_state):
26690         * ext/a52dec/gsta52dec.h:
26691           Use a debug category, Output timestamps correctly
26692           Emit tag info, Handle events, tell liba52dec about cpu
26693           capabilities so it can use MMX etc.
26694         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26695           Fix a crasher accessing invalid memory
26696         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26697         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26698         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26699         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26700         (dvdnavsrc_query):
26701           Some support for byte-format seeking.
26702           Small fixes for still frames and menu button overlays
26703         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26704         (gst_mpeg2dec_alloc_buffer):
26705           Use a debug category. Adjust the report level of several items to
26706           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26707           so it doesn't lose the GstBuffer pointer
26708         * gst/debug/Makefile.am:
26709         * gst/debug/gstdebug.c: (plugin_init):
26710         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26711         (gst_navseek_base_init), (gst_navseek_class_init),
26712         (gst_navseek_init), (gst_navseek_seek),
26713         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26714         (gst_navseek_get_property), (gst_navseek_chain),
26715         (gst_navseek_plugin_init):
26716         * gst/debug/gstnavseek.h:
26717           Add the navseek debug element for seeking back and forth in a
26718           video stream using arrow keys.
26719         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26720         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26721         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26722         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26723         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26724         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26725         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26726         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26727         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26728         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26729         * gst/mpeg2sub/gstmpeg2subt.h:
26730           Pretty much a complete rewrite. Now a loopbased element. May still
26731           require work to properly synchronise subtitle buffers.
26732         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26733         (gst_dvd_demux_send_subbuffer):
26734         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26735           Don't attempt to create subbuffers of size 0
26736           Reduce a couple of error outputs to warnings.
26737         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26738         (gst_y4mencode_chain):
26739         Output the y4m frame header correctly.
26740
26741 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26742
26743         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26744           throw errors instead of allowing SIGFPE
26745
26746 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26747
26748         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26749         (gst_gconf_render_bin_from_key):
26750           leak plugging and style fixing
26751
26752 2004-03-31  David Schleef  <ds@schleef.org>
26753
26754         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26755         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26756         (bug #138225)
26757         * gst/debug/Makefile.am:
26758         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26759         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26760         plugin.
26761         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26762         (gst_negotiation_base_init), (gst_negotiation_class_init),
26763         (gst_negotiation_init), (gst_negotiation_getcaps),
26764         (gst_negotiation_pad_link), (gst_negotiation_chain),
26765         (gst_negotiation_set_property), (gst_negotiation_get_property),
26766         (gst_negotiation_plugin_init):  New element to talk about random
26767         negotiation things happening in a pipeline.
26768
26769 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26770
26771         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26772           fix integer addition with help of Stefan Kost
26773
26774 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26775
26776         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26777
26778 2004-03-30  David Schleef  <ds@schleef.org>
26779
26780         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26781         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26782         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26783         (bug #137504)
26784         * ext/mpeg2dec/gstmpeg2dec.h:
26785
26786 2004-03-30  David Schleef  <ds@schleef.org>
26787
26788         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26789
26790 2004-03-30  David Schleef  <ds@schleef.org>
26791
26792         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26793         Michael Petullo) to handle .mov
26794
26795 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26796
26797         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26798         (gst_osselement_rate_check_rate):
26799           probe caps correctly for sound cards that only support one format
26800
26801 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26802
26803         * ext/kio/kiosrc.cpp: (process_events):
26804           update handling event processing if inside KDE - untested
26805
26806 2004-03-29  David Schleef  <ds@schleef.org>
26807
26808         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26809         by 2 to not interfere with other colorspaces.
26810         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26811         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26812         one to not interfere with ffmpeg_colorspace.
26813
26814 2004-03-29  David Schleef  <ds@schleef.org>
26815
26816         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26817         aren't in the caps.
26818         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26819         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26820
26821 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26822
26823         * gst-libs/gst/riff/riff-media.c:
26824           fail on error, don't try to set stuff on NULL caps
26825
26826 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26827
26828         * configure.ac:
26829         * ext/Makefile.am:
26830         * ext/kio/Makefile.am:
26831         * ext/kio/kioreceiver.cpp:
26832         * ext/kio/kioreceiver.h:
26833         * ext/kio/kiosrc.cpp:
26834         * ext/kio/kiosrc.h:
26835           add experimental kiosrc plugin
26836         * ext/alsa/gstalsaplugin.c: (plugin_init):
26837           initialize debugging category only when we're sure registering the
26838           plugins worked.
26839
26840 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26841
26842         * examples/gstplay/player.c: (main):
26843         * gst-libs/gst/play/play.c: (gst_play_class_init),
26844         (gst_play_set_location), (gst_play_set_data_src),
26845         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26846         (gst_play_set_visualization), (gst_play_connect_visualization):
26847           check return values of element_set_state and return FALSE where
26848           failed
26849
26850 2004-03-29  Benjamin Otte  <otte@gnome.org>
26851
26852         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26853           try harder to check if an event is really a discont
26854
26855 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26856
26857         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26858         * po/az.po:
26859
26860 2004-03-28  Benjamin Otte  <otte@gnome.org>
26861
26862         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26863         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26864         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26865           get rid of non-standard "..." ranges in case statements.
26866
26867 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26868
26869         * gst/mpegstream/gstmpegdemux.c:
26870         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26871         specific functionality split to the new dvddemux element.
26872         * gst/mpegstream/gstdvddemux.c:
26873         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26874         streams, derived from mpegdemux.
26875         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26876         up. SCR based timestamp rewriting can be turned off (will probably
26877         completely disappear soon).
26878         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26879         hacking. General cleanup. All printf statements replaced by
26880         debugging messages. Almost complete libdvdnav support.
26881         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26882         by events. New properties for audio and subpicture languages.
26883         (dvdnavsrc_update_highlight): Now uses events.
26884         (dvdnavsrc_user_op): Cleaned up.
26885         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26886         based). Lots of cleanup, and propper support for most libdvdnav
26887         events.
26888         (dvdnavsrc_make_dvd_event): New function.
26889         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26890         (dvdnavsrc_make_clut_change_event): New function.
26891
26892 2004-03-26  Benjamin Otte  <otte@gnome.org>
26893
26894         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26895           fix bug where typefinding would claim it's theora whenever less then
26896           7 bytes of data were available
26897
26898 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26899
26900         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26901         (gst_alawdec_base_init), (gst_alawdec_class_init),
26902         (gst_alawdec_init), (gst_alawdec_chain):
26903         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26904         (gst_alawenc_base_init), (gst_alawenc_class_init),
26905         (gst_alawenc_init), (gst_alawenc_chain):
26906         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26907         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26908         (gst_mulawdec_init), (gst_mulawdec_chain):
26909         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26910         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26911         (gst_mulawenc_init), (gst_mulawenc_chain):
26912           Fix capsnego in all four, remove the unused property functions and
26913           simplify the chain functions slightly. I guess we could use macros
26914           or something similar for those, since the code is so similar, but
26915           I'm currently too lazy...
26916
26917 2004-03-24  David Schleef  <ds@schleef.org>
26918
26919         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26920         (gst_osselement_close_audio), (gst_osselement_probe_caps),
26921         (gst_osselement_get_format_structure),
26922         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26923         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26924         (gst_osselement_rate_int_compare): Add code to handle rate probing
26925         (bug #120883)
26926         * sys/oss/gstosselement.h: same
26927         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26928         Use rate probing provided by osselement.
26929         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26930
26931 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26932
26933         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26934         (gst_xvidenc_get_property):
26935           ulong/int mess-up.
26936
26937 2004-03-24  David Schleef  <ds@schleef.org>
26938
26939         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26940         (gst_speexdec_init):
26941         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26942         (gst_speexenc_init):  Create the pad template correctly (from
26943         the static pad template, not a NULL pointer.)
26944
26945 2004-03-25  Benjamin Otte  <otte@gnome.org>
26946
26947         * gst/debug/Makefile.am:
26948         * gst/debug/breakmydata.c:
26949           add element that quasi-randomly changes bytes in the stream.
26950           Intended use is robustness checking of demuxers and decoders in
26951           media tests.
26952
26953 2004-03-24  Benjamin Otte  <otte@gnome.org>
26954
26955         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26956         (gst_alsa_probe_hw_params):
26957         * ext/alsa/gstalsa.h:
26958           debugging output fixes
26959
26960 2004-03-24  Benjamin Otte  <otte@gnome.org>
26961
26962         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26963           don't g_return_if_fail if element is PLAYING, fail silently as every
26964           other element.
26965         * gst/effectv/gstquark.c: (gst_quarktv_chain):
26966           only fix needed for cast lvalue issues in gst-plugins
26967         * gst/volenv/gstvolenv.c: (gst_volenv_init):
26968           add proxy_getcaps
26969
26970 2004-03-24  Benjamin Otte  <otte@gnome.org>
26971
26972         * gst/level/gstlevel.c: (gst_level_init):
26973           add proxying getcaps function, so level doesn't advertise impossible
26974           caps
26975
26976 2004-03-24  David Schleef  <ds@schleef.org>
26977
26978         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26979         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26980         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26981         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26982         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26983         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26984         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26985         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26986         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
26987         messages.  Divide the chunk size by the compression ratio
26988         (needed for MACE audio)
26989
26990 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26991
26992         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26993           Fix buffer overflow read error.
26994
26995 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26996
26997         * ext/alsa/gstalsa.h:
26998           Remove unused entry.
26999         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27000           Add cinepak.
27001         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27002         (gst_videodrop_link), (gst_videodrop_chain):
27003           Fix, sort of. Was horribly broken with new capsnego. Bah...
27004
27005 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
27006
27007         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27008         (plugin_init):
27009         Add a monkeysaudio typefind function
27010
27011 2004-03-23  Johan Dahlin  <johan@gnome.org>
27012
27013         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27014         (gst_play_video_fixate): Check so the structure has the field
27015         before trying to fixate them, this makes it possible to have
27016         fakesinks for video and audio output without printing errors on
27017         the output console.
27018
27019 2004-03-22  David Schleef  <ds@schleef.org>
27020
27021         * sys/oss/Makefile.am:
27022         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27023         (check_rate), (add_rate):  Rate probing test app.
27024
27025 2004-03-21  Benjamin Otte  <otte@gnome.org>
27026
27027         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27028         (_fixate_caps_to_int), (gst_audio_convert_fixate):
27029           add a fixation function that pretty much does the right thing (fixes
27030           #137556)
27031
27032 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
27033
27034         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27035
27036 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
27037
27038         reviewed by: Benjamin Otte  <otte@gnome.org>
27039
27040         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27041           terminate gst_event_new_discontinuous correctly (fixes parts of
27042           #137711)
27043
27044 2004-03-19  David Schleef  <ds@schleef.org>
27045
27046         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
27047         since it doesn't depend on X, and it's part of our ABI.
27048
27049 2004-03-19  Iain <iain@prettypeople.org>
27050
27051         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27052         is_int in the structure, not the local variable.
27053
27054 2004-03-19  David Schleef  <ds@schleef.org>
27055
27056         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27057         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27058         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27059         Improvements in caps negotiation.
27060
27061 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27062
27063         * po/LINGUAS:
27064         * po/af.po:
27065           adding Afrikaans (Petri Jooste)
27066
27067 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27068
27069         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27070         (gst_ffmpegcolorspace_chain):
27071         throw error instead of g_critical (#137588)
27072
27073 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27074
27075         * Makefile.am:
27076         * configure.ac:
27077           dist common and m4 correctly
27078         * po/sv.po:
27079
27080 2004-03-17  David Schleef  <ds@schleef.org>
27081
27082         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
27083         (bug #137348)
27084
27085 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27086
27087         * po/LINGUAS:
27088         * po/sv.po:
27089           adding Swedish translation (Christian Rose)
27090
27091 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27092
27093         * Makefile.am: use release.mak
27094
27095 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27096
27097         * common/ChangeLog:
27098         * common/gst-autogen.sh:
27099           add some explanation about the version detection
27100         * configure.ac:
27101           fix X check
27102
27103 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27104
27105         * configure.ac: bump nano to 1
27106
27107 === release 0.8.0 ===
27108
27109 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27110
27111         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27112
27113 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27114
27115         * configure.ac:
27116           update libtool version
27117         * gst-libs/gst/media-info/Makefile.am:
27118           actually use libtool version
27119
27120 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27121
27122         * configure.ac: fix speex detection to work with 1.0 but not 1.1
27123
27124 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27125
27126         * configure.ac:
27127         * gst-plugins.spec.in:
27128         * pkgconfig/Makefile.am:
27129         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27130         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27131         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27132         * pkgconfig/gstreamer-libs.pc.in:
27133         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27134         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27135         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27136         * pkgconfig/gstreamer-plugins.pc.in:
27137           remove @VERSION@ from some of the pc files since core and plugins
27138           are decoupled.
27139           created gstreamer-plugins.pc as it's a better name, but keeping
27140           -libs around for now to get fixes upstream done first.
27141
27142 2004-03-15  Julien MOUTTE <julien@moutte.net>
27143
27144         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27145         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27146         * gst-libs/gst/play/play.h:
27147
27148 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27149
27150         * *.c, *.cc: don't mix tabs and spaces
27151
27152 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27153
27154         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27155           use the new ffmpegcolorspace
27156         * gst-plugins.spec.in:
27157           package new colorspace and media-info
27158         * configure.ac:
27159         * pkgconfig/Makefile.am:
27160           fix some more disting issues
27161         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27162         * pkgconfig/gstreamer-media-info.pc.in:
27163           generate media-info pc files
27164
27165 2004-03-15  Johan Dahlin  <johan@gnome.org>
27166
27167         * *.h: Revert indenting
27168
27169 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27170
27171         * configure.ac:
27172           adding ffmpegcolorspace element
27173         * gst/ffmpegcolorspace/Makefile.am:
27174         * gst/ffmpegcolorspace/avcodec.h:
27175         * gst/ffmpegcolorspace/common.h:
27176         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27177         * gst/ffmpegcolorspace/dsputil.h:
27178         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27179         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27180         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27181         (gst_ffmpeg_caps_to_pix_fmt):
27182         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27183         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27184         (gst_ffmpegcolorspace_caps_remove_format_info),
27185         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27186         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27187         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27188         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27189         (gst_ffmpegcolorspace_set_property),
27190         (gst_ffmpegcolorspace_get_property),
27191         (gst_ffmpegcolorspace_register):
27192         * gst/ffmpegcolorspace/imgconvert.c:
27193         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27194         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27195         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27196         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27197         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27198         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27199         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27200         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27201         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27202         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27203         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27204         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27205         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27206         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27207         (img_get_alpha_info), (deinterlace_line),
27208         (deinterlace_line_inplace), (deinterlace_bottom_field),
27209         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27210         * gst/ffmpegcolorspace/imgconvert_template.h:
27211         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27212         * gst/ffmpegcolorspace/mmx.h:
27213         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27214           adding ffmpegcolorspace element supplied by Ronald after cleaning
27215           up and pulling in the right bits of upstream source.
27216           I'm sure a better C/compiler wizard could do some cleaning up (for
27217           example use GLIB's malloc stuff), but as a first pass this
27218           works very well
27219
27220 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27221
27222         * ext/alsa/gstalsa.h:
27223           I assume Ronald forgot to commit the change to have cardname
27224           as a struct member.  Expect some public spanking at the next
27225           opportunity.
27226
27227 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27228
27229         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27230         (gst_alsa_open_audio), (gst_alsa_close_audio):
27231         * ext/alsa/gstalsa.c:
27232           Don't open the device if we're a mixer (= padless).
27233         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27234         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27235         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27236           Open mixer during state change rather than during object
27237           initialization. Also, get a device name. Currently in a somewhat
27238           hackish fashion, but I didn't really find something better.
27239
27240 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27241
27242         * *.c, *.h: run gst-indent
27243
27244 2004-03-14  Benjamin Otte  <otte@gnome.org>
27245
27246         * gst/modplug/gstmodplug.cc:
27247         * gst/modplug/gstmodplug.h:
27248           set correct timestamps on outgoing buffers
27249
27250 2004-03-14  Benjamin Otte  <otte@gnome.org>
27251
27252         * gst/modplug/gstmodplug.cc:
27253           handle events - don't do crap when a discont arrives that's not
27254           necessary
27255           This allows correct loading and playback of mods in Rhythmbox
27256
27257 2004-03-14  Benjamin Otte  <otte@gnome.org>
27258
27259         * configure.ac:
27260         * gst-libs/gst/gconf/Makefile.am:
27261         * pkgconfig/Makefile.am:
27262           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27263           they get rebuilt properly
27264         * configure.ac:
27265           when checking for vorbis, try pkgconfig first.
27266         * gst/modplug/gstmodplug.cc:
27267           add fixate function
27268
27269 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27270
27271         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27272           Fix for obvious mistake, where we first shift the offset and then
27273           read a samplesize element assuming the old offset. Note that this
27274           part still has something weird, i.e. my movies containing those
27275           don't actually play well, but at least there's something that looks
27276           like sound now.
27277
27278 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27279         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27280         (plugin_init):
27281         Add a typefind function for speex format
27282
27283 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27284
27285         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27286         (gst_asf_demux_setup_pad):
27287           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27288           instead of 0. Reason is simple: some elements have a fps range
27289           of 1-max instead of 0-max. So now ASF video actually works.
27290
27291 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27292
27293         * po/LINGUAS:
27294         * po/sr.po:
27295           adding serbian as a language
27296
27297 2004-03-13  Benjamin Otte  <otte@gnome.org>
27298
27299         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27300           return taglist correctly from _get function, don't gst_pad_push it.
27301           (fixes #137042)
27302
27303 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27304         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27305
27306 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27307
27308         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27309         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27310         (gst_alsa_mixer_track_new):
27311         * ext/alsa/gstalsamixertrack.h:
27312           Fix ancient leftovers... MixerTrack is a GObject.
27313
27314 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27315
27316         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27317         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27318           Don't block during probing...
27319
27320 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27321
27322         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27323         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27324         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27325         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27326         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27327         (gst_alsa_open_audio), (gst_alsa_close_audio):
27328         * ext/alsa/gstalsa.h:
27329           Add propertyprobe interface implementation, add some device-name
27330           property, all this so that it looks good in gnome-volume-control.
27331
27332 2004-03-12  David Schleef  <ds@schleef.org>
27333
27334         * configure.ac: the Hermes library controls hermescolorspace, not
27335         colorspace.
27336         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27337         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27338         not /* */
27339         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27340         * ext/sdl/sdlvideosink.h: ditto.
27341         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27342
27343 2004-03-12  Benjamin Otte  <otte@gnome.org>
27344
27345         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27346         (gst_x_overlay_got_xwindow_id):
27347         * gst-libs/gst/xoverlay/xoverlay.h:
27348           replace XID with unsigned long to get rid of the xlibs dependency in
27349           XOverlay (fixes #137004)
27350
27351 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27352         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27353         (gst_agingtv_setup):
27354         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27355         (gst_dicetv_base_init), (gst_dicetv_class_init),
27356         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27357         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27358         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27359         (gst_edgetv_setup), (gst_edgetv_rgb32):
27360         * gst/effectv/gsteffectv.c:
27361         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27362         (gst_quarktv_set_property):
27363         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27364         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27365         (gst_revtv_setup), (gst_revtv_rgb32):
27366         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27367         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27368         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27369         (gst_shagadelictv_rgb32):
27370         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27371         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27372         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27373         * gst/effectv/gstwarp.c:
27374         Port everything that can be ported to videofilter and fix up the caps.
27375         Can someone with a big-endian machine please check these?
27376
27377 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27378
27379         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27380         (gst_osssink_chain), (gst_osssink_change_state):
27381           Latest fixes for A/V sync, audio playback and such. This is about
27382           all... MPEG playback issues are mostly related to the async build-
27383           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27384
27385 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27386
27387         patch from: Stephane Loeuillet
27388
27389         * configure.ac:
27390           use pkg-config for some libraries, falling back to the old .m4 way
27391           (fixes #131270)
27392         * m4/libdv.m4:
27393           removed
27394
27395 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27396
27397         * configure.ac:
27398         * tools/Makefile.am:
27399         * tools/Makefile.in:
27400         * tools/gst-launch-ext-m.m:
27401         * tools/gst-launch-ext.1.in:
27402         * tools/gst-visualise-m.m:
27403         * tools/gst-visualise.1:
27404         * tools/gst-visualise.1.in:
27405           reorganizing generation of script tools
27406
27407 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27408
27409         * ext/divx/gstdivxdec.c:
27410           Downgrade priority. We prefer ffdec_mpeg4.
27411         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27412         (gst_faad_chain), (gst_faad_change_state):
27413           Fix capsnego. Doesn't work for some sounds because we don't have
27414           a 5:1 to stereo element.
27415         * ext/xvid/gstxvid.c: (plugin_init):
27416           Add priority.
27417         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27418         (gst_osssink_change_state):
27419           Add discont handling.
27420
27421 2004-03-09  Colin Walters  <walters@verbum.org>
27422
27423         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27424         conversion.
27425
27426 2004-03-09  Benjamin Otte  <otte@gnome.org>
27427
27428         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27429           the signals take 2 arguments
27430
27431 2004-03-09  David Schleef  <ds@schleef.org>
27432
27433         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27434         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27435         * ext/alsa/gstalsa.h:
27436         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27437
27438 2004-03-09  Benjamin Otte  <otte@gnome.org>
27439
27440         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27441         (gst_mikmod_change_state):
27442         * ext/mikmod/gstmikmod.h:
27443           make mikmod's loop function not loop infinitely and call
27444           gst_element_yield anymore
27445         * gst/modplug/gstmodplug.cc:
27446           fix pad negotiation (fixes #136590)
27447
27448 2004-03-09  David Schleef  <ds@schleef.org>
27449
27450         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27451         doesn't conflict with the internal colorspace plugin.
27452         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27453         satisfy the crappy-ass shell shipped by a certain vendor.
27454         * gst/videofilter/make_filter: same (bug #135299)
27455
27456 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27457
27458         * configure.ac: bump nano to 1
27459
27460 === release 0.7.6 ===
27461
27462 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27463
27464         * configure.in: releasing 0.7.6, "There"
27465
27466 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27467
27468         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27469         * pkgconfig/gstreamer-play.pc.in:
27470           synchronize the two
27471
27472 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27473
27474         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27475         (cdparanoia_open), (cdparanoia_event):
27476           fix/add error handling
27477         * po/POTFILES.in:
27478           add cdparanoia source
27479         * tools/Makefile.am:
27480           make scripts executable
27481
27482 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27483
27484         * configure.ac:
27485         * ext/vorbis/Makefile.am:
27486         * sys/Makefile.am:
27487           remove id3types, vorbisfile and xvideosink from the build (#133783)
27488
27489 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27490
27491         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27492           Fix metadata read crash (#136537).
27493
27494 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27495
27496         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27497         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27498           adding mime types, fixing the one-stop function
27499
27500 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27501
27502         * ext/nas/nassink.c and /ext/nas/nassink.h:
27503         More NAS love from Arwed von Merkatz
27504         So lets all sing 'Can you feel the NAS tonight'
27505
27506 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27507
27508         * tools/gst-launch-ext.in:
27509         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27510
27511 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27512
27513         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27514         (gst_mpeg2dec_init):
27515         remove the user_data pad for now, because it is being used in
27516         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27517         If someone knows how to fix this properly, please do.
27518
27519 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27520
27521         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27522         (gst_osssink_get_time):
27523         add a warning, IMO this won't get triggered anymore, remove later
27524
27525 2004-03-07  David Schleef  <ds@schleef.org>
27526
27527         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27528         format (bug #136470)
27529
27530 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27531
27532         * gst-libs/Makefile.am:
27533         * gst-libs/gst/media-info/Makefile.am:
27534         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27535         (error_callback), (gst_media_info_error_create),
27536         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27537         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27538         * gst-libs/gst/media-info/media-info-priv.h:
27539         * gst-libs/gst/media-info/media-info-test.c: (main):
27540         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27541         (gst_media_info_class_init), (gst_media_info_instance_init),
27542         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27543         (gst_media_info_read_idler), (gst_media_info_read):
27544         * gst-libs/gst/media-info/media-info.h:
27545         fixed, should work now
27546
27547 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27548
27549         * ext/nas/nassink.c:
27550         A bunch of NAS fixes from Arwed von Merkatz
27551
27552 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27553
27554         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27555         (qtdemux_parse_trak):
27556           Fix crash (j might be greater than n_samples, in which case we're
27557           writing outside the allocated space for the array) and memleak.
27558
27559 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27560
27561         * sys/oss/gstosssink.c: (gst_osssink_chain):
27562           And another caller that couldn't handle delay < 0 (unsigned
27563           integer overflow). Video now continues playing on an audio
27564           buffer underrun, and the clock continues working. Audio still
27565           stalls.
27566
27567 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27568
27569         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27570         (gst_osssink_get_time):
27571           get_delay() may return values lower than 0. In those cases, we
27572           should not actually cast to *unsigned* int64, that will break
27573           stuff horribly. In my case, it screwed up A/V sync in movies
27574           in totem rather badly.
27575
27576 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27577
27578         * ext/faac/gstfaac.c: (gst_faac_chain):
27579         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27580         * ext/libpng/gstpngenc.c: (user_write_data):
27581         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27582         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27583         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27584         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27585         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27586         of any buffer), should fix some leaks. I hope I didn't unref buffers
27587         that shouldn't be...
27588
27589 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27590
27591         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27592         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27593         (error_callback), (gmi_reset), (gmi_seek_to_track),
27594         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27595         (gmip_find_type_post), (gmip_find_stream_post),
27596         (gmip_find_track_streaminfo_post):
27597         * gst-libs/gst/media-info/media-info-priv.h:
27598         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27599         (info_print), (main):
27600         * gst-libs/gst/media-info/media-info.c:
27601         (gst_media_info_error_create), (gst_media_info_error_element),
27602         (gst_media_info_instance_init), (gst_media_info_get_property),
27603         (gst_media_info_new), (gst_media_info_set_source),
27604         (gst_media_info_read_idler), (gst_media_info_read):
27605         * gst-libs/gst/media-info/media-info.h:
27606           first pass at making this work again.  This seems to work on
27607           tagged ogg/vorbis and mp3 files.
27608
27609 2004-03-06  Benjamin Otte  <otte@gnome.org>
27610
27611         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27612           fix huge leak: gst_buffer_merge doesn't unref the first argument
27613           itself.
27614
27615 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27616
27617         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27618           report layer/mode/emphasis
27619
27620 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27621
27622         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27623
27624 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27625
27626         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27627           signal serial
27628
27629 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27630
27631         * ext/vorbis/vorbis.c: (plugin_init):
27632         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27633         (gst_vorbis_dec_init), (vorbis_dec_event):
27634         add debug category
27635         make vorbisdec handle _BYTE and _TIME queries
27636
27637 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27638
27639         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27640           from the xing header
27641
27642 2004-03-06  Benjamin Otte  <otte@gnome.org>
27643
27644         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27645         (gst_audio_convert_link), (gst_audio_convert_change_state),
27646         (gst_audio_convert_buffer_from_default_format):
27647           do conversions from/to float correctly, fix some caps nego errors,
27648           export correct supported caps in template and getcaps, use correct
27649           caps in try_set_caps functions
27650
27651 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27652
27653         For some reason, I only committed a ChangeLog entry yesterday and
27654         not the corresponding code...
27655         * ext/mad/gstmad.c: Fix detection of Xing headers
27656         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27657
27658 2004-03-06  Benjamin Otte  <otte@gnome.org>
27659
27660         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27661         (gst_ogg_demux_src_query):
27662           make sure to handle the case where there's no current chain
27663           gracefully.
27664
27665 2004-03-05  David Schleef  <ds@schleef.org>
27666
27667         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27668         Add fixate function. (bug #131128)
27669         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27670         (gst_sdlvideosink_fixate):  Add fixate function.
27671         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27672         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27673         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27674         Fix missing break that was causing ulaw to be interpreted as
27675         raw int.
27676
27677 2004-03-05  David Schleef  <ds@schleef.org>
27678
27679         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27680         Fix code that ignores return value of gst_buffer_merge().
27681         (bug #114560)
27682         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27683         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27684         * testsuite/gst-lint:  Check for above.
27685
27686 2004-03-05  David Schleef  <ds@schleef.org>
27687
27688         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27689         caps and throw an element error.  (bug #136334)
27690
27691 2004-03-05  David Schleef  <ds@schleef.org>
27692
27693         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27694         (gst_faad_chain): Fix negotiation.
27695         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27696         key and button events.
27697         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27698         dung heap of code.
27699         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27700         depends on gconf
27701         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27702         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27703         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27704         function to encourage better negotiation, particularly between
27705         audioconvert and osssink.
27706         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27707         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27708         more important.
27709         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27710         typefinding.
27711         * gst/vbidec/vbiscreen.c:  Add glib header
27712         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27713
27714 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27715
27716         * ext/mad/gstmad.c: Fix detection of Xing headers
27717         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27718
27719 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27720
27721         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27722         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27723           debug updates
27724
27725 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27726
27727         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27728         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27729         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27730         files, and report the parsed length as a GST_TAG_DURATION tag.
27731         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27732
27733 2004-03-05  Benjamin Otte  <otte@gnome.org>
27734
27735         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27736           convert channels correctly. convert correctly to unsigned.
27737
27738 2004-03-05  Julien MOUTTE <julien@moutte.net>
27739
27740         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27741         we have a window before clearing it.
27742
27743 2004-03-05  Julien MOUTTE <julien@moutte.net>
27744
27745         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27746         have a window before clearing it.
27747
27748 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27749
27750         * gconf/gstreamer.schemas.in:
27751         * gst-libs/gst/gconf/Makefile.am:
27752           version installation path the same way as for 0.6
27753         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27754         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27755         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27756           remove comment that was fixed
27757
27758 2004-03-05  David Schleef  <ds@schleef.org>
27759
27760         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27761         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27762         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27763         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27764         Add prototype code for handling seeking and querying.
27765
27766 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27767
27768         * examples/gstplay/player.c: (main):
27769           Initialize variables to NULL. Prevents a segfault because the
27770           (uninitialized) variable is not NULL, resulting in a crash on
27771           trying to reach error->message.
27772
27773 2004-03-05  Benjamin Otte  <otte@gnome.org>
27774
27775         * gst/audioconvert/gstaudioconvert.c:
27776         (gst_audio_convert_buffer_to_default_format):
27777         make float=>int conversion work correctly even in cornercases.
27778
27779 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27780
27781         * debian/README.Debian:
27782         * debian/build-deps:
27783         * debian/changelog:
27784         * debian/control:
27785         * debian/control.in:
27786         * debian/copyright:
27787         * debian/gstreamer-a52dec.files:
27788         * debian/gstreamer-aa.files:
27789         * debian/gstreamer-alsa.files:
27790         * debian/gstreamer-alsa.manpages:
27791         * debian/gstreamer-arts.files:
27792         * debian/gstreamer-artsd.files:
27793         * debian/gstreamer-audiofile.files:
27794         * debian/gstreamer-avifile.files:
27795         * debian/gstreamer-cdparanoia.files:
27796         * debian/gstreamer-colorspace.files:
27797         * debian/gstreamer-doc.files:
27798         * debian/gstreamer-dv.files:
27799         * debian/gstreamer-dvd.files:
27800         * debian/gstreamer-esd.files:
27801         * debian/gstreamer-festival.files:
27802         * debian/gstreamer-flac.files:
27803         * debian/gstreamer-gconf.conffiles:
27804         * debian/gstreamer-gconf.files:
27805         * debian/gstreamer-gconf.postinst:
27806         * debian/gstreamer-gnomevfs.files:
27807         * debian/gstreamer-gsm.files:
27808         * debian/gstreamer-http.files:
27809         * debian/gstreamer-jack.files:
27810         * debian/gstreamer-jpeg.files:
27811         * debian/gstreamer-mad.files:
27812         * debian/gstreamer-mikmod.files:
27813         * debian/gstreamer-misc.files:
27814         * debian/gstreamer-mpeg2dec.files:
27815         * debian/gstreamer-oss.files:
27816         * debian/gstreamer-plugin-apps.files:
27817         * debian/gstreamer-plugin-apps.manpages:
27818         * debian/gstreamer-plugin-libs-dev.files:
27819         * debian/gstreamer-plugin-libs.files:
27820         * debian/gstreamer-plugin-template.postinst:
27821         * debian/gstreamer-plugin-template.postrm:
27822         * debian/gstreamer-sdl.files:
27823         * debian/gstreamer-sid.files:
27824         * debian/gstreamer-vorbis.files:
27825         * debian/gstreamer-x.files:
27826         * debian/mk.control:
27827         * debian/rules:
27828         Debian package info not maintained here.
27829
27830 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27831
27832         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27833         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27834         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27835         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27836         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27837         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27838         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27839         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27840         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27841         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27842         * gst-libs/gst/colorbalance/colorbalance.c:
27843         (gst_color_balance_class_init):
27844         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27845         (gst_color_balance_channel_class_init):
27846         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27847         * gst-libs/gst/play/play.c: (gst_play_class_init):
27848         * gst-libs/gst/propertyprobe/propertyprobe.c:
27849         (gst_property_probe_iface_init):
27850         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27851         * gst-libs/gst/tuner/tunerchannel.c:
27852         (gst_tuner_channel_class_init):
27853         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27854         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27855         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27856         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27857         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27858         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27859         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27860         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27861         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27862           fix signals to use - instead of _
27863         * ext/libcaca/gstcacasink.h:
27864         * ext/sdl/sdlvideosink.h:
27865           fix header rename
27866
27867 2004-03-04  David Schleef  <ds@schleef.org>
27868
27869         * testsuite/gst-lint:  Add a check for bad signal names.
27870
27871 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27872
27873         reviewed by David Schleef
27874
27875         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27876         modified the alpha channel and caused a warning. (bug #136192)
27877
27878 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27879
27880         * gst-plugins.spec.in:
27881         Change names of plugins to actually be correct. Try to keep things
27882         alphabetical to avoid getting beat up by Thomas
27883
27884 2004-03-03  Julien MOUTTE <julien@moutte.net>
27885
27886         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27887         Using ximagesink as a default if no gconf key found. We should
27888         probably consider using alsasink instead of osssink for the audio
27889         part.
27890
27891 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27892
27893         * configure.ac:
27894           fix --with-plugins, don't think it ever worked before
27895         * gst-plugins.spec.in:
27896           even more updates
27897
27898 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27899
27900         * ext/sdl/sdlvideosink.h:
27901         * sys/ximage/ximagesink.h:
27902         * sys/xvideo/xvideosink.h:
27903         * sys/xvimage/xvimagesink.h:
27904           Fix for move of gstvideosink.h -> videosink.h.
27905
27906 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27907
27908         * gst-libs/gst/xwindowlistener/Makefile.am:
27909           this is a plugin library, not a library
27910
27911 2004-03-01  David Schleef  <ds@schleef.org>
27912
27913         * AUTHORS:  Added some names.  Add yourself if you're still
27914         missing.
27915
27916 2004-03-01  David Schleef  <ds@schleef.org>
27917
27918         * MAINTAINERS: Add
27919
27920 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27921
27922         * gst-plugins.spec.in: clean up spec file
27923
27924 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27925
27926         * gst-libs/gst/video/Makefile.am:
27927         * gst-libs/gst/video/gstvideosink.c:
27928         * gst-libs/gst/video/gstvideosink.h:
27929           rename gstvideosink.h to videosink.h to match other headers
27930         * gst/mixmatrix/Makefile.am:
27931           fix plugin filename
27932         * gst/tags/Makefile.am: fix plugin filename
27933
27934 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27935
27936         * gst/tags/Makefile.am: fix plugin filename
27937
27938 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27939
27940         * examples/gstplay/player.c: (got_time_tick), (main):
27941           add error handler
27942           display time_tick more readably
27943         * gst/mixmatrix/Makefile.am:
27944           fix plugin file name
27945
27946 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
27947
27948         * sys/oss/gstosselement.c: (gst_osselement_probe),
27949         (device_combination_append), (gst_osselement_class_probe_devices):
27950         * sys/oss/gstosselement.h:
27951           Reworked enumeration of oss dsps and mixers so that gst-mixer works
27952           on my system using alsa oss emulation, fixes bug #135597
27953
27954 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27955
27956         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27957         (gst_videodrop_chain), (gst_videodrop_change_state):
27958         * gst/videodrop/gstvideodrop.h:
27959           Work based on timestamp of input data, not based on the expected
27960           framerate from the input. The consequence is that this element now
27961           not only scales framerates, but also functions as a framerate
27962           corrector or framerate stabilizer/constantizer.
27963
27964 2004-02-27  David Schleef  <ds@schleef.org>
27965
27966         patches from jmmv@menta.net (Julio M. Merino Vidal)
27967
27968         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27969         GST_ELEMENT_ERROR call (bug #135634)
27970         * gst/interleave/interleave.c: (interleave_buffered_loop),
27971         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27972         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27973         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27974         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27975         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27976         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27977         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27978         Fix GST_ELEMENT_ERROR call.
27979         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27980         GST_ELEMENT_ERROR call.
27981
27982 2004-02-27  Benjamin Otte  <otte@gnome.org>
27983
27984         * gst-libs/gst/audio/audio.h:
27985           add macro to make sure header isn't included twice
27986         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27987           don't use gst_buffer_free
27988         * gst/playondemand/filter.func:
27989           don't use gst_data_free. Free data only once.
27990
27991 2004-02-26  David Schleef  <ds@schleef.org>
27992
27993         * gst-libs/gst/colorbalance/Makefile.am:
27994         * gst-libs/gst/mixer/Makefile.am:
27995         * gst-libs/gst/tuner/Makefile.am:
27996         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27997         should not be disted, -marshal.h files should not be installed,
27998         and -enum.h files _should_ be installed.  Fix to make this the
27999         case.
28000
28001 === release 0.7.5 ===
28002
28003 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28004
28005         * configure.ac: release 0.7.5, "Under The Sea"
28006
28007 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28008
28009         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28010         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28011         * gst/videoscale/gstvideoscale.c:
28012         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28013           assorted debug/warning fixes
28014
28015 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28016
28017         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28018         (gst_videoscale_init), (gst_videoscale_chain),
28019         (gst_videoscale_set_property), (plugin_init):
28020         * gst/videoscale/gstvideoscale.h:
28021         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28022         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28023         (gst_videoscale_planar400), (gst_videoscale_packed422),
28024         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28025         (gst_videoscale_24bit), (gst_videoscale_16bit),
28026         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28027         (gst_videoscale_scale_plane_slow),
28028         (gst_videoscale_scale_point_sample),
28029         (gst_videoscale_scale_nearest),
28030         (gst_videoscale_scale_nearest_str2),
28031         (gst_videoscale_scale_nearest_str4),
28032         (gst_videoscale_scale_nearest_32bit),
28033         (gst_videoscale_scale_nearest_24bit),
28034         (gst_videoscale_scale_nearest_16bit):
28035         add debugging category and use it properly
28036         fix use of GST_PTR_FORMAT
28037
28038 2004-02-25  Andy Wingo  <wingo@pobox.com>
28039
28040         * gst/interleave/interleave.c (interleave_buffered_loop): Always
28041         push only when channel->buffer is NULL. Prevents segfaults doing
28042         the state change after a nonlocal exit, like a scheme exception.
28043
28044         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28045         Handle the case where the intersected caps is empty.
28046
28047 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28048
28049         * gst/law/mulaw-decode.c: (mulawdec_link):
28050         * gst/law/mulaw.c: (plugin_init):
28051           fix mulawdec so it actually works again
28052
28053 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
28054
28055         reviewed by: David Schleef  <ds@schleef.org>
28056
28057         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28058         (gst_gamma_init), (gst_gamma_set_property),
28059         (gst_gamma_get_property), (gst_gamma_calculate_tables),
28060         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
28061         for RGB, with separate r g and b correction factors. (#131167)
28062
28063 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28064
28065         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28066           only signal tags for bitrate if they're > 0 (#134894)
28067
28068 2004-02-24  David Schleef  <ds@schleef.org>
28069
28070         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28071         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28072         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28073         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28074         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28075         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28076         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28077         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28078         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
28079         category.  Attempt to fix timestamp calculation.
28080
28081 2004-02-24  Johan Dahlin  <johan@gnome.org>
28082
28083         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28084
28085 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28086
28087         * configure.ac:
28088         * gconf/Makefile.am:
28089         * gconf/gstreamer.schemas:
28090         * gst-libs/gst/gconf/Makefile.am:
28091         * gst-libs/gst/gconf/gconf.c:
28092           version gconf schemas and install locations
28093
28094 2004-02-23  Benjamin Otte  <otte@gnome.org>
28095
28096         * ext/xine/xineinput.c: (gst_xine_input_dispose):
28097         (gst_xine_input_subclass_init):
28098           call parent dispose.
28099           change pad template for CD reader correctly
28100         * ext/xine/Makefile.am:
28101         * ext/xine/gstxine.h:
28102         * ext/xine/xine.c: (plugin_init):
28103         * ext/xine/xineaudiosink.c:
28104           wrap audio sinks, too
28105         * gst-libs/gst/resample/private.h:
28106         * gst-libs/gst/resample/resample.c: (gst_resample_init),
28107         (gst_resample_reinit), (gst_resample_scale),
28108         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28109         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28110         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28111         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28112         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28113         * gst-libs/gst/resample/resample.h:
28114         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28115         (gst_audioscale_class_init), (gst_audioscale_link),
28116         (gst_audioscale_get_buffer), (gst_audioscale_init),
28117         (gst_audioscale_chain), (gst_audioscale_set_property),
28118         (gst_audioscale_get_property):
28119         * gst/audioscale/gstaudioscale.h:
28120           s/resample_*/gst_resample_*/i to not clobber namespaces
28121
28122 2004-02-23  Julien MOUTTE  <julien@moutte.net>
28123
28124         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28125         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28126         (gst_riff_create_video_template_caps),
28127         (gst_riff_create_audio_template_caps),
28128         (gst_riff_create_iavs_template_caps):
28129         * gst-libs/gst/riff/riff-media.h:
28130         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28131         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28132         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28133         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28134         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28135         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28136         (gst_matroska_demux_plugin_init): First batch implementing audio and
28137         video codec tags in demuxers.
28138
28139 2004-02-22  Benjamin Otte  <otte@gnome.org>
28140
28141         * ext/xine/Makefile.am:
28142         * ext/xine/gstxine.h:
28143         * ext/xine/xine.c: (plugin_init):
28144         * ext/xine/xineinput.c:
28145           add input plugin wrapper. Playback from files, http, mms and cdda
28146           works.
28147         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28148           remove leftover G_GNUC_UNUSED
28149         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28150         (gst_asf_demux_identify_guid):
28151           improve debugging output
28152
28153 2004-02-22  Benjamin Otte  <otte@gnome.org>
28154
28155         reported by: Padraig O'Briain <padraig.obriain@sun.com>
28156
28157         * autogen.sh:
28158           replace test -e with test -x for mkinstalldirs to be more portable.
28159           (fixes #134816)
28160
28161 2004-02-22  Benjamin Otte  <otte@gnome.org>
28162
28163         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28164
28165         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28166           set rank to PRIMARY
28167         * gst/volume/gstvolume.c: (plugin_init):
28168           set rank to NONE
28169         fixes #134960
28170
28171 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
28172
28173         reviewed by Benjamin Otte  <otte@gnome.org>
28174
28175         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28176           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28177
28178 2004-02-22  Benjamin Otte  <otte@gnome.org>
28179
28180         * configure.ac:
28181           export [_]*{gst,Gst,GST}.* symbols from plugins
28182
28183 2004-02-22  Christophe Fergeau <teuf@gnome.org>
28184
28185         reviewed by: Benjamin Otte  <otte@gnome.org>
28186
28187         * ext/lame/gstlame.c: (add_one_tag):
28188         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28189         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28190         (gst_vorbisenc_metadata_set1):
28191         * gst/tags/gstid3tag.c:
28192         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28193           apply fixes from bugs #135042 (lame can't write tags) and #133817
28194           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28195
28196 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28197
28198         * configure.ac: Export only gst_plugin_desc from plugins.
28199          Note that this change only makes any effect with Linux using libtool
28200          1.5.2 or higher. Otherwise it is silently ignored, but it would build
28201          fine. And don't try to have several versions of libtool in different
28202          directories.
28203
28204 2004-02-20  Andy Wingo  <wingo@pobox.com>
28205
28206         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28207         interleave respectively.
28208
28209         * gst/interleave/deinterleave.c: New plugin: deinterleave
28210         (replaces on oneton).
28211         * gst/interleave/interleave.c: New plugin: interleave.
28212         * gst/interleave/plugin.h: Support file.
28213         * gst/interleave/plugin.c: Support file.
28214
28215         * configure.ac: Remove intfloat and oneton, add interleave.
28216
28217         * ext/sndfile/gstsf.c: Handle events better.
28218
28219         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28220         and float2int operation. int2float has scheduling problems as
28221         noted in in2float_chain.
28222
28223 2004-02-20  Benjamin Otte  <otte@gnome.org>
28224
28225         * ext/xine/Makefile.am:
28226         * ext/xine/gstxine.h:
28227         * ext/xine/xine.c:
28228         * ext/xine/xineaudiodec.c:
28229         * ext/xine/xinecaps.c:
28230           add first version of xine plugin wrapper. Currently only wraps the
28231           QDM2 win32 DLL, and even that only in proof-of-concept quality.
28232         * configure.ac:
28233         * ext/Makefile.am:
28234           add xine plugin wrapper, disabled by default. Use --enable-xine to
28235           build. Note that it'll segfault on gst-register if you don't remove
28236           the goom and tvtime post plugins from xine.
28237         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28238         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28239           add extradata parsing for QDM2.
28240           change around debugging prints.
28241
28242 2004-02-19  Benjamin Otte  <otte@gnome.org>
28243
28244         * ext/lame/gstlame.c: (gst_lame_chain):
28245         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28246           use gst_tag_list_insert when you want to insert tags
28247
28248 2004-02-18  David Schleef  <ds@schleef.org>
28249
28250         * configure.ac:  Move massink to gst-rotten
28251         * ext/Makefile.am:
28252         * ext/mas/Makefile.am:
28253         * ext/mas/massink.c:
28254         * ext/mas/massink.h:
28255
28256 2004-02-18  David Schleef  <ds@schleef.org>
28257
28258         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28259         typefinding, since it seems to be worse than nothing.
28260         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28261         atom to recognize .mp4 and .m4a files as video/quicktime.
28262
28263 2004-02-18  David Schleef  <ds@schleef.org>
28264
28265         * gst/sine/demo-dparams.c: (quit_live),
28266         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28267         Use double dparams, not float.
28268         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28269         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28270         sync'd elements don't really work correctly.
28271         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28272         (volume_update_volume), (volume_get_property):  Change dparam
28273         to double.
28274
28275 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28276
28277         * sys/ximage/ximagesink.c:
28278         (gst_ximagesink_xwindow_update_geometry),
28279         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28280         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28281         (gst_ximagesink_init): Rework the way software video scaling works. So
28282         now we check on each chain call if the video frames are feeling the
28283         window. If not we try to renegotiate caps. On failure we memorize that
28284         and we won't try again for that PLAYING sessions.
28285         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28286         failure.
28287         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28288         synchronous flag.
28289
28290 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28291
28292         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28293           break up _link so we can give a better debug message for errors
28294
28295 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28296
28297         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28298           set up debug category
28299
28300 2004-02-18  Julien MOUTTE <julien@moutte.net>
28301
28302         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28303         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28304         the way renegotiation work. The event handling function is not taking
28305         care of external windows and renegotiate method check for pad flags
28306         NEGOTIATING. Should fix : #133209
28307
28308 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28309
28310         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28311         pad is negotiating before trying renegotiation.
28312
28313 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28314
28315         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28316           pass on all possible mime types as typefind hints
28317
28318 2004-02-17  Julien MOUTTE <julien@moutte.net>
28319
28320         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28322         possible SHM leak if we crash. All other apps using XShm are doing
28323         that.
28324
28325 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28326
28327         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28328         (gst_ximagesink_expose): Renegotiate size on expose.
28329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28330         size on expose.
28331
28332 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28333
28334         * testsuite/alsa/sinesrc.c:
28335           cosmetic fix to fix compile issue with gcc 2.95.4
28336
28337 2004-02-16  Julien MOUTTE <julien@moutte.net>
28338
28339         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28340         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28341         failed opening the audio device.
28342         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28343         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28344         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28345         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28346         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28347         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28348         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28349         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28350         Removing some useless g_return_if_fail like wingo suggested.
28351         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28352         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28353         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28354         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28355         (gst_xvimagesink_update_colorbalance),
28356         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28357         (gst_xvimagesink_xcontext_clear),
28358         (gst_xvimagesink_get_fourcc_from_caps),
28359         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28360         (gst_xvimagesink_set_xwindow_id),
28361         (gst_xvimagesink_colorbalance_list_channels),
28362         (gst_xvimagesink_colorbalance_set_value),
28363         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28364         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28365
28366 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28367
28368         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28369           throw error when not negotiated instead of asserting
28370
28371 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28372
28373         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28374         correct data refcounting.
28375
28376 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28377
28378         * gst/switch/gstswitch.c: (gst_switch_change_state),
28379         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28380         change, mostly the EOS flag.
28381
28382 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28383
28384         * examples/gstplay/player.c: (got_eos), (main): Adding some
28385         output for debugging.
28386         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28387         timeouts if we go to any state different from PLAYING.
28388         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28389         more EOS bugs in riff lib.
28390
28391 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28392
28393         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28394         visualization until i find a way to fix switch correctly.
28395         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28396         EOS arrives.
28397         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28398         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28399         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28400         Reworked switch to get a more correct behaviour with events and refing
28401         of data stored in sinkpads.
28402         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28403         we don't pull from a pad in EOS.
28404
28405 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28406
28407         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28408           remove v1 tag even if we can't read it (makes sure we don't detect
28409           it again)
28410
28411 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28412
28413         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28414         (gst_alsa_xrun_recovery):
28415         * ext/alsa/gstalsa.h:
28416           try xrun recovery when wait failed. Make xrun recovery function
28417           return TRUE/FALSE to indicate success. (might fix #134354)
28418
28419 2004-02-13  David Schleef  <ds@schleef.org>
28420
28421         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28422         (dynparm_value_changed), (main): Convert from float to double.
28423         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28424
28425 2004-02-13  David Schleef  <ds@schleef.org>
28426
28427         * gst/silence/gstsilence.c: (gst_silence_class_init),
28428         (gst_silence_set_clock), (gst_silence_get),
28429         (gst_silence_set_property), (gst_silence_get_property):
28430         * gst/silence/gstsilence.h: Add sync property.
28431         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28432         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28433         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28434         * gst/sine/gstsinesrc.h: Add sync property.
28435
28436 2004-02-13  David Schleef  <ds@schleef.org>
28437
28438         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28439         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28440
28441 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28442
28443         * configure.ac:
28444         * ext/Makefile.am:
28445         * gst-libs/ext/Makefile.am:
28446           move ffmpeg plugin to gst-ffmpeg module
28447
28448 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28449
28450         * configure.ac: use GST_ARCH to detect architecture
28451
28452 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28453
28454         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28455
28456 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28457
28458         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28459           classify LADSPA plugins based on number of src/sink pads
28460           (#133663, Stefan Kost)
28461         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28462           fix dparams registration
28463           (#133528, Stefan Kost)
28464         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28465           fix use of isprint and use g_ascii_isprint instead
28466           (#133316, Stefan Kost)
28467
28468 2004-02-11  David Schleef  <ds@schleef.org>
28469
28470         Convert a few inner loops to use liboil.  This is currently
28471         optional, and is only enabled if liboil is present (duh!).
28472         * configure.ac: Check for liboil-0.1
28473         * gst/intfloat/Makefile.am:
28474         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28475         (gst_int2float_chain_gint16):
28476         * gst/videofilter/Makefile.am:
28477         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28478         (tablelookup_u8), (gst_videobalance_planar411):
28479         * gst/videotestsrc/Makefile.am:
28480         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28481         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28482         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28483         (paint_hline_RGB565), (paint_hline_xRGB1555):
28484
28485 2004-02-11  David Schleef  <ds@schleef.org>
28486
28487         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28488         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28489         (gst_colorspace_getcaps), (gst_colorspace_link),
28490         (gst_colorspace_base_init), (gst_colorspace_init),
28491         (gst_colorspace_chain), (gst_colorspace_change_state),
28492         (plugin_init): Merge Ronald's patch (bug #117897) and update
28493         for new caps and negotiation.  Seems to work, although it
28494         shows off bugs in lcs.
28495
28496 2004-02-11  David Schleef  <ds@schleef.org>
28497
28498         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28499         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28500
28501 2004-02-11  David Schleef  <ds@schleef.org>
28502
28503         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28504         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28505         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28506         Add server and port properties
28507
28508 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28509
28510         * m4/a52.m4:
28511         * m4/aalib.m4:
28512         * m4/as-ffmpeg.m4:
28513         * m4/as-liblame.m4:
28514         * m4/as-slurp-ffmpeg.m4:
28515         * m4/check-libheader.m4:
28516         * m4/esd.m4:
28517         * m4/freetype2.m4:
28518         * m4/gconf-2.m4:
28519         * m4/glib.m4:
28520         * m4/gst-alsa.m4:
28521         * m4/gst-artsc.m4:
28522         * m4/gst-ivorbis.m4:
28523         * m4/gst-matroska.m4:
28524         * m4/gst-sdl.m4:
28525         * m4/gst-shout2.m4:
28526         * m4/gst-sid.m4:
28527         * m4/gtk.m4:
28528         * m4/libdv.m4:
28529         * m4/libfame.m4:
28530         * m4/libmikmod.m4:
28531         * m4/ogg.m4:
28532         * m4/vorbis.m4:
28533           fix underquotedness of macros (#133800)
28534         * m4/as-avifile.m4:
28535         * m4/xmms.m4:
28536           removed because no longer used
28537
28538 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28539
28540         * configure.ac:
28541           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28542           by autopoint (fixes #132996)
28543
28544 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28545
28546         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28547         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28548         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28549         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28550           fix memleaks
28551
28552 2004-02-11  David Schleef  <ds@schleef.org>
28553
28554         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28555         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28556         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28557         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28558         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28559         (gst_jpegenc_class_init), (gst_jpegenc_init),
28560         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28561         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28562         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28563         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28564
28565 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28566
28567         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28568         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28569         * ext/mikmod/gstmikmod.h:
28570           fix caps negotiation in mikmod
28571         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28572           output debug information
28573
28574 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28575
28576         * gst-libs/gst/colorbalance/Makefile.am:
28577         * gst-libs/gst/navigation/Makefile.am:
28578         * gst-libs/gst/xoverlay/Makefile.am:
28579           remove unused GST_OPT_CFLAGS from Makefiles
28580           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28581
28582 2004-02-07  David Schleef  <ds@schleef.org>
28583
28584         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28585         push events to pads that haven't been created (#133508)
28586
28587 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28588
28589         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28590         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28591         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28592         (gst_dvdec_loop), (gst_dvdec_change_state):
28593         Second attempt at committing a working dvdec element.
28594
28595 2004-02-06  David Schleef  <ds@schleef.org>
28596
28597         Build fixes for OS X: (see #129600)
28598         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28599         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28600         (gst_riff_read_strf_iavs):
28601         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28602         (gst_avi_demux_stream_odml):
28603         * gst/playondemand/Makefile.am:
28604         * gst/rtp/rtp-packet.c:
28605
28606 2004-02-05  David Schleef  <ds@schleef.org>
28607
28608         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28609         last change, because it Just Doesn't Compile.
28610
28611 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28612
28613         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28614           skip undecodable id3v2 tag instead of keeping it
28615
28616 2004-02-05  David Schleef  <ds@schleef.org>
28617
28618         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28619         Unref leaked buffer.  (Noticed by Ronald)
28620
28621 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28622
28623         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28624         Sync requires with other checks.  >= vs =.
28625
28626 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28627
28628         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28629         (gst_dvdec_video_link), (gst_dvdec_loop):
28630         * ext/dv/gstdvdec.h:
28631           rework the caps negotiation so that dvdec works again instead
28632           of just segfaulting.
28633
28634 === release 0.7.4 ===
28635
28636 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28637
28638         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28639         * configure.ac: changed for release
28640
28641 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28642
28643         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28644         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28645         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28646         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28647           reworked patch by David Lehn to fix libdir and includedir for
28648           uninstalled libraries
28649           removed play and gconf from gstreamer-libs since they have their
28650           own pkgconfig files
28651
28652 2004-02-04  David Schleef  <ds@schleef.org>
28653
28654         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28655         memleak.
28656
28657 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28658
28659         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28660           use correct GST_TAG_ENCODER tag
28661
28662 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28663
28664         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28665           be sure to stop the clock when going to paused
28666         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28667           reset number of transmitted when going to ready.
28668         fixes #132935
28669
28670 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28671
28672         reviewed by Benjamin Otte
28673
28674         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28675           extract track count (fixes #133410)
28676
28677 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28678
28679         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28680           that should be !=, not == (fixes #132519)
28681
28682 2004-02-04  David Schleef  <ds@schleef.org>
28683
28684         Make sure set_explicit_caps() is called before adding pad.
28685         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28686         * gst/id3/gstid3types.c: (gst_id3types_loop):
28687         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28688         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28689
28690 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28691
28692         * configure.ac:
28693           bump nano to 2, first prerelease
28694           put back AM_PROG_LIBTOOL
28695
28696 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28697
28698         * testsuite/alsa/Makefile.am:
28699           these are user test apps, not automatic testsuite tests
28700
28701 2004-02-04  David Schleef  <ds@schleef.org>
28702
28703         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28704         * gst/mpeg1videoparse/gstmp1videoparse.c:
28705         (mp1videoparse_parse_seq):
28706         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28707         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28708         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28709         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28710         (gst_xvideosink_getcaps):
28711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28712         * testsuite/gst-lint: more tests
28713
28714 2004-02-04  David Schleef  <ds@schleef.org>
28715
28716         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28717         with the code that they would expand to.
28718         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28719         (gst_flacdec_get_src_query_types),
28720         (gst_flacdec_get_src_event_masks):
28721         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28722         (gst_gnomevfssrc_get_query_types),
28723         (gst_gnomevfssrc_get_event_mask):
28724
28725 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28726
28727         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28728         (gst_sinesrc_dispose):
28729           fix memleak by properly disposing sinesrc
28730
28731 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28732
28733         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28734         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28735         an overlay to redraw the image because it has been exposed.
28736         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28737         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28738         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28739         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28740         interface
28741         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28742         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28743         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28744         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28745         interface
28746
28747 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28748
28749         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28750           more memleak fixage
28751
28752 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28753
28754         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28755         * gst/typefind/gsttypefindfunctions.c:
28756           fix memleaks shown by gst-typefind
28757
28758 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28759
28760         * common/glib-gen.mak:
28761           add hack rule to touch .Plo files
28762         * gst-libs/gst/colorbalance/Makefile.am:
28763         * gst-libs/gst/mixer/Makefile.am:
28764         * gst-libs/gst/play/Makefile.am:
28765         * gst-libs/gst/tuner/Makefile.am:
28766           remove glib_root variable
28767
28768 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28769
28770         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28771           set explicit caps before adding the element, so the autopluggers can
28772           plug correctly.
28773         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28774         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28775         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28776         (dv_type_find):
28777           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28778           argument.
28779
28780 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28781
28782         * gst-libs/gst/colorbalance/Makefile.am:
28783         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28784         * gst-libs/gst/colorbalance/colorbalance.c:
28785         * gst-libs/gst/colorbalance/colorbalance.h:
28786         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28787         * gst-libs/gst/mixer/Makefile.am:
28788         * gst-libs/gst/mixer/mixer-marshal.list:
28789         * gst-libs/gst/mixer/mixer.c:
28790         * gst-libs/gst/mixer/mixer.h:
28791         * gst-libs/gst/mixer/mixermarshal.list:
28792         * gst-libs/gst/play/Makefile.am:
28793         * gst-libs/gst/play/play.h:
28794         * gst-libs/gst/tuner/Makefile.am:
28795         * gst-libs/gst/tuner/tuner-marshal.list:
28796         * gst-libs/gst/tuner/tuner.c:
28797         * gst-libs/gst/tuner/tuner.h:
28798         * gst-libs/gst/tuner/tunermarshal.list:
28799           use new glib-gen.mak snippet to clean up Makefile.am
28800           fix various bugs in Makefile.am's
28801
28802 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28803
28804         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28805           handle chain parsing correctly in the multichain case
28806         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28807         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28808         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28809         (theora_dec_chain):
28810           handle events and queries correctly
28811
28812 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28813
28814         * .cvsignore:
28815         Ignore generated file _stdint.h.
28816
28817 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28818
28819         * gst-libs/gst/colorbalance/Makefile.am:
28820         * gst-libs/gst/colorbalance/colorbalance.h:
28821         * gst-libs/gst/mixer/Makefile.am:
28822         * gst-libs/gst/mixer/mixer.h:
28823         * gst-libs/gst/play/Makefile.am:
28824         * gst-libs/gst/play/play.h:
28825         * gst-libs/gst/tuner/Makefile.am:
28826         * gst-libs/gst/tuner/tuner.h:
28827         Generate enum type code with glib-mkenums.
28828         * gst-libs/gst/colorbalance/.cvsignore:
28829         * gst-libs/gst/mixer/.cvsignore:
28830         * gst-libs/gst/play/.cvsignore:
28831         * gst-libs/gst/tuner/.cvsignore:
28832         Ignore generated files.
28833
28834 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28835
28836         * gst-libs/gst/audio/.cvsignore:
28837         Ignore generated file.
28838         * gst-libs/gst/audio/Makefile.am:
28839         Do not install example filter.
28840
28841 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28842
28843         * examples/switch/.cvsignore:
28844         Ignore generated file.
28845
28846 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28847
28848         * common/m4/ax_create_stdint_h.m4:
28849         * configure.ac:
28850           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28851           _stdint.h.
28852         * Makefile.am:
28853           remove generated _stdint.h in DISTCLEANFILES
28854         * ext/a52dec/gsta52dec.c:
28855           include _stdint.h for a52dec. (should fix #133064)
28856
28857 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28858
28859         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28860         (gst_tag_to_vorbis_comments):
28861         Add replaygain support to vorbistag
28862
28863 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28864         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28865         (gst_ffmpeg_caps_to_extradata):
28866           Fix SVQ3 caps flag properties
28867           Use glib macro for bytes swap
28868
28869 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28870
28871         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28872         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28873         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28874         * ext/sndfile/gstsf.c: (plugin_init):
28875         * gst/avi/gstavi.c: (plugin_init):
28876         * sys/dxr3/dxr3init.c: (plugin_init):
28877         * sys/oss/gstossaudio.c: (plugin_init):
28878         * sys/v4l/gstv4l.c: (plugin_init):
28879         * sys/v4l2/gstv4l2.c: (plugin_init):
28880           remove textdomain calls
28881         * po/nl.po:
28882           update Dutch translation
28883
28884 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28885
28886         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28887         (gst_play_set_audio_sink): Moving volume in the audio thread for
28888         instantaneous volume change. Maybe i will add another volume in front
28889         of visualization later, not sure yet though.
28890
28891 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28892
28893         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28894         (gst_ximagesink_handle_xevents): Better X events handling, only take
28895         the latest events for configure and motion.
28896         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28897
28898 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28899
28900         reviewed by: David Schleef  <ds@schleef.org>
28901
28902         Fix memory leaks:
28903         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28904         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28905
28906 2004-02-02  David Schleef  <ds@schleef.org>
28907
28908         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
28909         of lines.
28910         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28911         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28912         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28913         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28914         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28915         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28916         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28917         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28918         (gst_float2_2_int_link):
28919         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28920         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28921         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28922         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28923         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28924         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28925         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28926         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28927         * testsuite/gst-lint: Add tests for bzero and ;;
28928
28929 2004-02-02  David Schleef  <ds@schleef.org>
28930
28931         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28932
28933 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28934
28935         * ext/aalib/gstaasink.c: (gst_aasink_open):
28936         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28937         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28938         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28939         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28940         (gst_afsink_close_file):
28941         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28942         (gst_afsrc_close_file):
28943         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28944         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28945         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28946         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28947         * ext/esd/esdmon.c: (gst_esdmon_get):
28948         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28949         * ext/faac/gstfaac.c: (gst_faac_chain):
28950         * ext/faad/gstfaad.c: (gst_faad_chain):
28951         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28952         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28953         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28954         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28955         (gst_flacdec_loop):
28956         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28957         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28958         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28959         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28960         (gst_gnomevfssink_close_file):
28961         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28962         (gst_gnomevfssrc_open_file):
28963         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28964         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28965         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28966         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28967         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28968         * ext/mad/gstmad.c: (gst_mad_chain):
28969         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28970         * ext/mpeg2dec/gstmpeg2dec.c:
28971         * ext/mpeg2enc/gstmpeg2enc.cc:
28972         * ext/mplex/gstmplex.cc:
28973         * ext/mplex/gstmplexibitstream.cc:
28974         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28975         (gst_ogg_demux_push):
28976         * ext/raw1394/gstdv1394src.c:
28977         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28978         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28979         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28980         (gst_sf_loop):
28981         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28982         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28983         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28984         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28985         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28986         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28987         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28988         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28989         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28990         (gst_riff_read_element_data), (gst_riff_read_seek),
28991         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28992         * gst/adder/gstadder.c: (gst_adder_loop):
28993         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28994         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28995         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28996         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28997         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28998         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28999         * gst/goom/gstgoom.c: (gst_goom_chain):
29000         * gst/id3/gstid3types.c: (gst_id3types_loop):
29001         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29002         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29003         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29004         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29005         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29006         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29007         (gst_ebml_read_float), (gst_ebml_read_header):
29008         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29009         (gst_matroska_demux_parse_blockgroup):
29010         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29011         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29012         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29013         * gst/silence/gstsilence.c: (gst_silence_get):
29014         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29015         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29016         * gst/speed/gstspeed.c: (speed_loop):
29017         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29018         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29019         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29020         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29021         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29022         (gst_wavparse_loop):
29023         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29024         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29025         (dxr3audiosink_close):
29026         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29027         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29028         (dxr3videosink_close), (dxr3videosink_write_data):
29029         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29030         * sys/oss/gstosssink.c: (gst_osssink_chain):
29031         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29032         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29033         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29034         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29035         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29036         (gst_v4l_set_window), (gst_v4l_enable_overlay):
29037         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29038         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29039         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29040         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29041         (gst_v4l_set_audio):
29042         * sys/v4l/v4l_calls.h:
29043         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29044         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29045         (gst_v4lmjpegsink_playback_init),
29046         (gst_v4lmjpegsink_playback_start):
29047         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29048         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29049         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29050         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29051         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29052         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29053         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29054         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29055         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29056         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29057         (gst_v4l2_get_output), (gst_v4l2_set_output),
29058         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29059         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29060         (gst_v4l2_set_attribute):
29061         * sys/v4l2/v4l2_calls.h:
29062         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29063         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29064         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29065         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29066         (gst_v4l2src_capture_stop):
29067         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29068         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29069         (gst_ximagesink_chain):
29070         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29071         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29072         (gst_xvideosink_xwindow_new):
29073         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29074         (gst_xvimagesink_chain):
29075
29076 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29077
29078         * gst/volume/gstvolume.c: (gst_volume_set_volume),
29079         (gst_volume_get_volume), (volume_class_init), (volume_init),
29080         (volume_chain_int16), (volume_update_volume):
29081         * gst/volume/gstvolume.h:
29082           make code more readable by removing magic numbers
29083           make mixer interface export 0-100 range
29084           make it internally map to 0.0-1.0 range so users don't distort
29085           output by putting the sliders at full volume
29086
29087 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29088
29089         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29090         (gst_play_state_change), (gst_play_seek_to_time):
29091         block the tick callback for 0.5 secs after doing a seek
29092
29093 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29094
29095         * gst-libs/gst/play/play.c: (gst_play_new):
29096           check for GError
29097
29098 2004-02-01  Julien MOUTTE  <julien@moutte.net>
29099
29100         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29101         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29102         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29103         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29105         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29106
29107 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29108
29109         * configure.ac:
29110         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29111           check for a function added in vorbis 1.1
29112
29113 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29114
29115         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29116         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29117           really start/stop clock only on PLAYING <=> PAUSED
29118         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29119           remove \n from debugging lines
29120         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29121           make it work when seeking does not
29122         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29123           reset on DISCONT
29124
29125 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29126
29127         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29128           start clock on PAUSED=>PLAYING, not later
29129         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29130           extract correct time for different discont formats
29131         (gst_alsa_sink_get_time):
29132           don't segfault when no format is negotiated yet, just return 0
29133         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29134         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29135         (gst_ogg_pad_push):
29136           handle flush and discont events correctly
29137         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29138           handle discont events correctly
29139
29140 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29141
29142         * gst-libs/gst/play/play.c: (gst_play_error_quark),
29143         (gst_play_error_create), (gst_play_error_plugin),
29144         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29145         * gst-libs/gst/play/play.h:
29146           add error handling during creation
29147         * examples/gstplay/player.c: (main):
29148           use new gst_play_new
29149
29150
29151 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29152
29153         * ext/theora/theoradec.c: (theora_dec_chain):
29154           make comments work
29155         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29156         (vorbis_dec_src_event), (vorbis_dec_chain):
29157           add encoder tag, fix tag reading to be more error tolerant, change
29158           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29159           gst_pad_event_default.
29160         * gst/tags/gstvorbistag.c:
29161         (gst_tag_list_from_vorbiscomment_buffer):
29162           undefine function specific define at end of function
29163
29164 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
29165
29166         * ext/flac/gstflac.c: (plugin_init):
29167         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29168         * ext/flac/gstflacdec.h:
29169         * ext/flac/gstflacenc.h:
29170           Fix typos
29171
29172 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
29173
29174         * examples/gstplay/player.c: s/gstplay.h/play.h/
29175
29176 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29177
29178         * gst-libs/gst/play/Makefile.am:
29179         * gst-libs/gst/play/gstplay.c:
29180         * gst-libs/gst/play/gstplay.h:
29181         * gst-libs/gst/play/play.c:
29182           more surgery, operation complete
29183
29184 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29185
29186         * gst-libs/gst/play/play.old.c:
29187         * gst-libs/gst/play/play.old.h:
29188           after CVS surgery by moving, remove
29189         * gst-libs/gst/play/playpipelines.c:
29190           remove
29191
29192         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29193           add negotiation error
29194
29195 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29196
29197         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29198         (gst_ogg_demux_push):
29199           add some seeking debug info
29200           send a flush when seeking
29201
29202 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29203
29204         * configure.ac:
29205           use AC_C_INLINE
29206         * configure.ac:
29207         * ext/Makefile.am:
29208         * ext/theora/Makefile.am:
29209         * ext/theora/theoradec.c:
29210           add theora video decoder. Does just do simple decoding for now and
29211           has been tested against Theora cvs only. It only works when theora
29212           is compiled with --enable-static.
29213         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29214           always reset packetno on DISCONT
29215
29216 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29217
29218         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29219           Fix audio.
29220
29221 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29222
29223         * gst/mpegaudioparse/gstmpegaudioparse.c:
29224         (mp3_type_frame_length_from_header):
29225           Fix header parsing - stolen from ffmpeg (thank you! :) ).
29226
29227 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29228
29229         * ext/esd/esdsink.c: (gst_esdsink_init):
29230           Since we have static pad template caps, we don't need to negotiate;
29231           either the core errors out or we know the format.
29232
29233 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29234
29235         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29236         (gst_riff_read_seek):
29237         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29238         (gst_ebml_read_seek):
29239           Fix event handling.
29240
29241 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29242
29243         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29244           removee video/x-theora from vp3 decoder, it doesn't handle raw
29245           theora streams
29246         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29247           fix bug with finalizing element that never went to PAUSED
29248         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29249           length and position queries were swapped
29250         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29251         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29252         (vorbis_dec_src_event):
29253           implement querying time and bytes
29254
29255 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29256
29257         * just about every source file:
29258           gst_element_error -> GST_ELEMENT_ERROR
29259
29260 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29261
29262         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29263         emiting FLUSH and even before DISCONT.
29264         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29265         get the best instant seeking as possible yay!
29266
29267 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29268
29269         * gst/mpeg1videoparse/gstmp1videoparse.c:
29270         (gst_mp1videoparse_real_chain):
29271           Committed wrong version last week... Grr... Didn't notice until now.
29272
29273 2004-01-29  Julien MOUTTE <julien@moutte.net>
29274
29275         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29276         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29277         have_xwindow_id signal in xwindow_create.
29278
29279 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29280
29281         * ext/ogg/gstoggdemux.c:
29282           lots of changes - mainly support for chained bitstreams, seeking,
29283           querying and bugfixes of course
29284         * ext/vorbis/Makefile.am:
29285         * ext/vorbis/vorbisdec.c:
29286         * ext/vorbis/vorbisdec.h:
29287           add vorbisdec raw vorbis decoder
29288         * ext/vorbis/vorbis.c: (plugin_init):
29289           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29290         * gst/intfloat/Makefile.am:
29291         * gst/intfloat/float22int.c:
29292         * gst/intfloat/float22int.h:
29293         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29294           add float2intnew plugin. It converts multichannel interleaved float to
29295           multichannel interleaved int. The name should probably be changed.
29296         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29297         (plugin_init):
29298           add typefinding for raw theora video so oggdemux can detect it.
29299
29300 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29301
29302         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29303         sink element first.
29304         * gst/videoscale/gstvideoscale.c:
29305         (gst_videoscale_handle_src_event): Fixing src event handler.
29306
29307 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29308
29309         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29310         (gst_v4lsrc_open), (gst_v4lsrc_close),
29311         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29312         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29313         * sys/v4l/gstv4lsrc.h:
29314         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29315         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29316           Implement resizing... Hack. But that's why v4l is b0rked...
29317
29318 2004-01-28  Julien MOUTTE <julien@moutte.net>
29319
29320         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29321         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29322         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29323         (gst_ximagesink_xwindow_destroy):
29324         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29325         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29326         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29327         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29328         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29329         correctly cleaning the image created to check xshm calls on succes,
29330         added a lot of XSync calls in X11 functions, and fixed a segfault when
29331         no image format was defined before negotiation happened.
29332
29333 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29334
29335         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29336           use gst_element_get_time to get correct time
29337
29338 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29339
29340         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29341         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29342         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29343         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29344         (gst_xvimagesink_check_xshm_calls),
29345         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29346         X plugins are now able to detect that XShm calls will fail even if the
29347         server claims that it has XShm support (remote displays most of the
29348         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29349         so that we use non XShm functions. This feature is almost useless for
29350         xvimagesink as Xv is not supported on remote displays anyway, but
29351         it might happen than even on the local display XShm calls fail.
29352
29353 2004-01-27  David Schleef  <ds@schleef.org>
29354
29355         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29356         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29357         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29358         changed esdsink to only use 44100,16,2, since esd sucks at rate
29359         conversion and esdsink has had difficulty negotiating.
29360
29361 2004-01-27  Julien MOUTTE <julien@moutte.net>
29362
29363         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29364         (gst_play_seek_to_time): Fixing the way to get current position.
29365
29366 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29367
29368         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29369           use gst_element_get_time to get correct time
29370
29371 2004-01-27  Julien MOUTTE <julien@moutte.net>
29372
29373         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29374         fix ever... Inverting 2 lines of code make spider autoplug correctly
29375         tagged mp3 !
29376
29377 2004-01-27  David Schleef  <ds@schleef.org>
29378
29379         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29380         Use gst_pad_try_set_caps_nonfixed().
29381
29382 2004-01-27  David Schleef  <ds@schleef.org>
29383
29384         * gst/ac3parse/gstac3parse.c: update to checklist 5
29385         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29386         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29387         * gst/audioscale/gstaudioscale.c: same
29388         * gst/auparse/gstauparse.c: same
29389         * gst/avi/gstavidemux.c: same
29390
29391 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29392
29393         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29394           stop processing after EOS
29395
29396 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29397
29398         * gst/asfdemux/asfheaders.h:
29399         * gst/asfdemux/gstasfdemux.c:
29400         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29401         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29402         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29403           lot's of fixes to make data extraction simpler and get the code
29404           architecture and compiler independant. Add debugging category
29405         * gst/goom/gstgoom.c: (gst_goom_change_state):
29406           reset channel count on PAUSED=>READY, not READY=>PAUSED
29407
29408 2004-01-26  Colin Walters  <walters@verbum.org>
29409
29410         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29411         code to pull a bigger buffer in iradio mode.  This as a side effect
29412         makes typefinding work.
29413
29414 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29415
29416         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29417         Fix SVQ3 decoding on PPC
29418
29419 2004-01-26  Julien MOUTTE <julien@moutte.net>
29420
29421         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29422         that one managed to stay there... Fixed.
29423
29424 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29425
29426         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29427         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29428         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29429         (qtdemux_video_caps):
29430         * gst/qtdemux/qtdemux.h:
29431         Add SVQ3 specific flags to qtdemux and ffmpeg
29432
29433 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29434
29435         * gst-libs/gst/audio/audio.h:
29436           remove buffer-frames from audio caps
29437         * gst/audioconvert/gstaudioconvert.c:
29438           fix plugin to really work.
29439
29440 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29441
29442         * gst-libs/gst/mixer/mixer.c:
29443         * gst-libs/gst/propertyprobe/propertyprobe.c:
29444         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29445         (gst_tuner_find_channel_by_name):
29446         * gst-libs/gst/tuner/tuner.h:
29447           Add gtk-doc style comments. Also fix a function name.
29448
29449 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29450
29451         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29452         (gst_divxdec_negotiate):
29453           Fix for new capsnego - also fixes gst-player with divxdec.
29454
29455 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29456
29457         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29458         (gst_play_identity_handoff), (gst_play_set_location),
29459         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29460         try in visualization implementation. Still have an issue with switch
29461         blocking when pulling from video_queue and only audio comes out of
29462         spider.
29463         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29464         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29465         release method. And check if the pad is usable before pulling.
29466
29467 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29468
29469         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29470         (gst_videobalance_init),
29471         (gst_videobalance_colorbalance_list_channels),
29472         (gst_videobalance_colorbalance_set_value),
29473         (gst_videobalance_colorbalance_get_value),
29474         (gst_videobalance_update_properties),
29475         (gst_videobalance_update_tables_planar411),
29476         (gst_videobalance_planar411):
29477         * gst/videofilter/gstvideobalance.h:
29478           Implement lookup-tables. +/- 10x faster.
29479
29480 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29481
29482         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29483         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29484           The index reading was broken. The rest worked fine, but the whole
29485           goal of my rewrite was to make avidemux readable, and this was
29486           not at all readable. Please use typed variables.
29487
29488 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29489
29490         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29491           Additional pad usability check.
29492         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29493         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29494         (gst_mp1videoparse_real_chain):
29495           Fix MPEG video stream parsing. The original plugin had several
29496           issues, including not timestamping streams where the source was
29497           not timestamped (this happens with PTS values in mpeg system
29498           streams, but MPEG video is also a valid stream on its own so
29499           that needs timestamps too). We use the display time code for that
29500           for now. Also, if one incoming buffer contains multiple valid
29501           frames, we push them all on correctly now, including proper EOS
29502           handling. Lastly, several potential segfaults were fixed, and we
29503           properly sync on new sequence/gop headers to include them in next,
29504           not previous frames (since they're header for the next frame, not
29505           the previous). Also see #119206.
29506         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29507         (bpf_from_header):
29508           Move caps setting so we only do it after finding several valid
29509           MPEG-1 fraes sequentially, not right after the first one (which
29510           might be coincidental).
29511         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29512         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29513         (plugin_init):
29514           Add unsynced MPEG video stream typefinding, and change some
29515           probability values so we detect streams rightly. The idea is as
29516           follows: I can have an unsynced system stream which contains
29517           video. In the current code, I would randomly get a type for either
29518           system or video stream type found, because the probabilities are
29519           being calculated rather randomly. I now use fixed values, so we
29520           always prefer system stream if that was found (and that is how it
29521           should be). If no system stream was found, we can still identity                the stream as video-only.
29522
29523 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29524
29525         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29526         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29527           don't write to buffer. Extract data without the need of
29528           __attribute__ ((packed))
29529
29530 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29531
29532         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29533         (mpeg1_sys_type_find):
29534           Fix MPEG-1 stream typefinding.
29535
29536 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29537
29538         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29539           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29540
29541 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29542
29543         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29544         * ext/esd/gstesd.c: (plugin_init):
29545           private debugging, better error reporting
29546
29547 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29548
29549         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29550         (gst_riff_read_init), (gst_riff_read_change_state):
29551         * gst-libs/gst/riff/riff-read.h:
29552           Remove stuff fromold metadata system.
29553
29554 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29555
29556         * ext/ogg/gstoggdemux.c:
29557           Fix wrong file comment.
29558         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29559         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29560           Add metadata reading properly.
29561
29562 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29563
29564         * ext/Makefile.am:
29565           Fix nas DIST_SUBDIRS
29566           Uraeus:
29567           Fix bug where make distcheck doesn't get run on adding stuff to
29568           the build.
29569
29570 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29571
29572         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29573         * ext/divx/gstdivxdec.h:
29574           Fix divx3 ("msmpeg4") playback using divxdec.
29575
29576 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29577
29578         * gst/typefind/gsttypefindfunctions.c:
29579         (mp3_type_frame_length_from_header): fix bug in length computation
29580         (mp3_type_find): improve debugging output
29581
29582 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29583
29584         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29585         (gst_play_set_location), (gst_play_seek_to_time),
29586         (gst_play_set_audio_sink), (gst_play_set_visualization),
29587         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29588         the pipeline from scratch. Visualization is back and switch went out as
29589         i realized it was not possible to use the way i wanted.
29590         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29591         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29592         clearing in state change from READY to NULL. So that one can clean the
29593         X ressources keeping the element.
29594         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29595         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29596         (gst_xvimagesink_colorbalance_set_value),
29597         (gst_xvimagesink_colorbalance_get_value),
29598         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29599         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29600         change from READY to NULL and fixed some stupid bugs in colorbalance
29601         get/set values. Also added the following feature : when nobody tries to
29602         set some values to the colorbalance levels before the xcontext is
29603         grabbed, then when creating channels list from Xv attributes we set the
29604         internal values to the Xv defaults. This way we handle buggy Xv drivers
29605         that set default hue values far from the middle of the range (Thanks
29606         to Jon Trowbridge for pointing that issue).
29607         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29608         colorbalance levels have been set before xcontext is grabbed.
29609
29610 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29611
29612         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29613           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29614           it might block operations (which is bad for a mixer).
29615
29616 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29617
29618         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29619         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29620         (gmip_find_type_pre):
29621         * gst-libs/gst/media-info/media-info-priv.h:
29622         * gst-libs/gst/media-info/media-info.c:
29623         (gst_media_info_instance_init), (gst_media_info_read_idler):
29624         add fakesink to get caps on decoder src pad again
29625         fix callback prototype to match new have_type signal signature
29626
29627 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29628
29629         * gst/adder/gstadder.c: (gst_adder_link):
29630           fix non-compile and cut-n-paste code
29631
29632 2004-01-21  David Schleef  <ds@schleef.org>
29633
29634         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29635         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29636         (gst_swfdec_init), (gst_swfdec_change_state):
29637         * ext/swfdec/gstswfdec.h:
29638         Fix negotiation.
29639         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29640         (gst_adder_request_new_pad): Fix negotiation.
29641         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29642         Add a fixate function.
29643         * gst/intfloat/gstfloat2int.c:
29644         * gst/intfloat/gstfloat2int.h:
29645         * gst/intfloat/gstint2float.c:
29646         * gst/intfloat/gstint2float.h:
29647         Completely rewrite the negotiation.  Doesn't quite work yet,
29648         due to some buffer-frames problem.
29649
29650 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29651
29652         * ext/gnomevfs/gstgnomevfssrc.c:
29653         * sys/v4l2/v4l2_calls.h:
29654           fix includes for distcheck
29655
29656 2004-01-21  Christian Schaller <uraeus@gnome.org>
29657
29658         * ext/nas/
29659         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29660         based on earlier patch from Laurent Vivier
29661
29662 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29663
29664         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29665         Fix wma caps property
29666         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29667         Fix typo (flags1 and flags2)
29668
29669 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29670
29671         * gst-libs/gst/media-info/media-info-priv.c:
29672         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29673         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29674         (gmip_find_stream), (gmip_find_track_metadata),
29675         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29676         (gmip_find_track_format):
29677         * gst-libs/gst/media-info/media-info-priv.h:
29678         * gst-libs/gst/media-info/media-info-test.c: (main):
29679         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29680         (gst_media_info_read_idler), (gst_media_info_read):
29681         * gst-libs/gst/media-info/media-info.h:
29682           register debugging category and use it for debugging
29683
29684 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29685
29686         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29687         (gst_vorbisfile_new_link):
29688           signal streaminfo through tags
29689
29690 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29691
29692         * ext/mplex/gstmplex.cc:
29693         * ext/mplex/gstmplexibitstream.cc:
29694           g++ doesn't like NULL in our i18n/error macros, should be
29695           either (NULL) or ("").
29696
29697 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29698
29699         * sys/dxr3/dxr3audiosink.c:
29700         * sys/dxr3/dxr3init.c:
29701         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29702         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29703           Fix more error error error errors (missing includes here).
29704
29705 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29706
29707         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29708           fix thomas' error errors.
29709
29710 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29711
29712         * ext/mpeg2enc/gstmpeg2enc.cc:
29713           fix error errors.
29714
29715 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29716
29717         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29718         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29719           Fix for new error system.
29720
29721 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29722
29723         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29724           fix for new error reporting
29725
29726 2004-01-20  David Schleef  <ds@schleef.org>
29727
29728         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29729         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29730         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29731         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29732         and neither is 100+, most likely.
29733         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29734         (gst_xvimagesink_getcaps): same
29735
29736 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29737
29738         * configure.ac:
29739           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29740           clashes with ffmpeg.
29741
29742 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29743
29744         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29745         (gst_switch_init): Fixed switch element : proxying link and setting
29746         caps from src to sink on request.
29747
29748 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29749
29750         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29751         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29752         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29753         fix element_error
29754
29755 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29756
29757         * sys/v4l/v4l_calls.h:
29758         * sys/v4l2/v4l2_calls.h:
29759           element_error fixes
29760
29761 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29762
29763         * gst-libs/gst/gst-i18n-plugin.h:
29764           add locale.h
29765           remove config.h inclusion
29766
29767 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29768
29769         * autogen.sh:
29770           adding autopoint invocation
29771         * Makefile.am:
29772         * configure.ac:
29773         * gst-libs/gst/gettext.h:
29774           adding gettext bits
29775         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29776         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29777         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29778         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29779         (gst_gnomevfssink_close_file):
29780         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29781         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29782         * gst-libs/gst/gst-i18n-plugin.h:
29783         * gst/avi/gstavi.c: (plugin_init):
29784         * sys/dxr3/dxr3init.c: (plugin_init):
29785         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29786         * sys/oss/gstossaudio.c: (plugin_init):
29787         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29788         * sys/v4l/gstv4l.c: (plugin_init):
29789         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29790         * sys/v4l2/gstv4l2.c: (plugin_init):
29791         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29792         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29793         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29794         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29795         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29796         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29797           make sure locale and translation domain are set
29798           fix translated strings
29799         * po/.cvsignore:
29800         * po/LINGUAS:
29801         * po/Makevars:
29802         * po/POTFILES.in:
29803         * po/nl.po:
29804           put translation files into place
29805         * sys/xvideo/imagetest.c: (main):
29806         * ext/dv/demo-play.c: (main):
29807           fix unnecessary translations
29808
29809 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29810
29811         * ext/sndfile/gstsf.c:
29812         * gst/avi/gstavimux.c:
29813         * ext/audiofile/gstafsink.c:
29814         * ext/audiofile/gstafsrc.c:
29815         * ext/gnomevfs/gstgnomevfssink.c:
29816         * ext/gnomevfs/gstgnomevfssrc.c:
29817         * sys/oss/gstosselement.c:
29818         * sys/v4l/v4l_calls.h:
29819           fix i18n include
29820
29821 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29822
29823         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29824         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29825         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29826         (gst_v4l2_get_output), (gst_v4l2_set_output),
29827         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29828         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29829         (gst_v4l2_set_attribute):
29830         update to new error handling
29831
29832 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29833
29834         * ext/sidplay/gstsiddec.cc:
29835         * gst/modplug/gstmodplug.cc:
29836           parenthese NULL because C++ seems angry about it
29837
29838 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29839
29840         * gst-libs/gst/gst-i18n-plugin.h:
29841           add skeleton i18n stuff, but needs to be further implemented
29842
29843 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29844
29845         * examples/gstplay/player.c: (main):
29846         * ext/aalib/gstaasink.c: (gst_aasink_open):
29847         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29848         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29849         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29850         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29851         (gst_afsink_close_file):
29852         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29853         (gst_afsrc_close_file):
29854         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29855         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29856         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29857         * ext/esd/esdmon.c: (gst_esdmon_get):
29858         * ext/esd/esdsink.c: (gst_esdsink_chain):
29859         * ext/faac/gstfaac.c: (gst_faac_chain):
29860         * ext/faad/gstfaad.c: (gst_faad_chain):
29861         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29862         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29863         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29864         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29865         (gst_flacdec_loop):
29866         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29867         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29868         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29869         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29870         (gst_gnomevfssink_close_file):
29871         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29872         (gst_gnomevfssrc_open_file):
29873         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29874         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29875         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29876         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29877         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29878         * ext/mad/gstmad.c: (gst_mad_chain):
29879         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29880         * ext/mpeg2dec/gstmpeg2dec.c:
29881         * ext/mpeg2enc/gstmpeg2enc.cc:
29882         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29883         * ext/mplex/gstmplex.cc:
29884         * ext/mplex/gstmplexibitstream.cc:
29885         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29886         (gst_ogg_demux_push), (gst_ogg_pad_push):
29887         * ext/raw1394/gstdv1394src.c:
29888         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29889         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29890         * ext/sidplay/gstsiddec.cc:
29891         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29892         (gst_sf_loop):
29893         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29894         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29895         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29896         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29897         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29898         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29899         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29900         * gst-libs/gst/Makefile.am:
29901         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29902         (gst_riff_read_element_data), (gst_riff_read_seek),
29903         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29904         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29905         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29906         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29907         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29908         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29909         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29910         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29911         * gst/goom/gstgoom.c: (gst_goom_chain):
29912         * gst/id3/gstid3types.c: (gst_id3types_loop):
29913         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29914         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29915         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29916         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29917         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29918         (gst_ebml_read_float), (gst_ebml_read_header):
29919         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29920         (gst_matroska_demux_parse_blockgroup):
29921         * gst/modplug/gstmodplug.cc:
29922         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29923         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29924         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29925         * gst/silence/gstsilence.c: (gst_silence_get):
29926         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29927         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29928         * gst/speed/gstspeed.c: (speed_loop):
29929         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29930         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29931         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29932         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29933         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29934         (gst_wavparse_loop):
29935         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29936         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29937         (dxr3audiosink_close):
29938         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29939         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29940         (dxr3videosink_close), (dxr3videosink_write_data):
29941         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29942         * sys/oss/gstosselement.h:
29943         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29944         (gst_osssink_chain):
29945         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29946         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29947         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29948         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29949         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29950         (gst_v4l_enable_overlay):
29951         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29952         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29953         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29954         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29955         (gst_v4l_set_audio):
29956         * sys/v4l/v4l_calls.h:
29957         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29958         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29959         (gst_v4lmjpegsink_playback_init),
29960         (gst_v4lmjpegsink_playback_start):
29961         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29962         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29963         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29964         (gst_v4lmjpegsrc_requeue_frame):
29965         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29966         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29967         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29968         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29969         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29970         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29971         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29972         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29973         (gst_v4l2src_capture_stop):
29974         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29975         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29976         (gst_ximagesink_chain):
29977         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29978         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29979         (gst_xvideosink_xwindow_new):
29980         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29981         (gst_xvimagesink_chain):
29982         use new error signal, function and categories
29983
29984 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
29985
29986         * configure.ac:
29987         * ext/Makefile.am:
29988         * ext/musicbrainz/gsttrm.c:
29989         * ext/musicbrainz/gsttrm.h:
29990         * ext/musicbrainz/Makefile.am:
29991         Add a trm plugin
29992
29993 2004-01-18  Julien MOUTTE  <julien@moutte.net>
29994
29995         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29996         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29997         synchronous property for debugging.
29998         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29999         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30000         (gst_xvimagesink_set_property): Moving a pointer declaration to a
30001         smaller block, fixing indent.
30002
30003 2004-01-16  David Schleef  <ds@schleef.org>
30004
30005         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30006         property affects the video stream.
30007         * sys/xvimage/xvimagesink.c:
30008         * sys/xvimage/xvimagesink.h:
30009         Add synchronous property for debugging.  Should probably be
30010         disabled in non-CVS builds.  Make sure that the Xv attribute
30011         exists before we set it (crash!).  Fix a silly float bug that
30012         caused colorbalance to just not work.
30013
30014 2004-01-17  Christian Schaller <Uraeus@gnome.org>
30015
30016         * tools/gst-launch-ext.in - update for new plugins
30017
30018 2004-01-16  David Schleef  <ds@schleef.org>
30019
30020         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30021         already-freed caps.
30022
30023 2994-01-16  Christian Schaller <Uraeus@gnome.org>
30024
30025         * Update spec for new colorspace plugin and libcaca plugin
30026         * Fix compilation of libcaca plugin (clock -> id)
30027
30028 2004-01-16  Julien MOUTTE <julien@moutte.net>
30029
30030         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30031         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30032         (gst_xvimagesink_set_xwindow_id),
30033         (gst_xvimagesink_colorbalance_set_value),
30034         (gst_xvimagesink_colorbalance_get_value),
30035         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30036         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30037         correct colorbalance properties. They can now be set when the element
30038         is still in NULL state. The values will be committed to the Xv Port
30039         when xcontext is initialized.
30040         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30041         brightness int values in the GstXvImagesink structure.
30042
30043 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30044
30045         * gst-libs/gst/Makefile.am:
30046           restructure so having local patches works easier.
30047
30048 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30049
30050         * ext/mpeg2enc/Makefile.am:
30051         * ext/mpeg2enc/gstmpeg2enc.cc:
30052         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30053           Bugfix with respect to EOS handling.
30054
30055 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30056
30057         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30058           Link with right caps (else, it segfaults).
30059         * ext/mplex/gstmplexjob.cc:
30060           Fix for slight API change in 1.6.1.93 release of mjpegtools.
30061
30062 2004-01-15  David Schleef  <ds@schleef.org>
30063
30064         * gst-libs/gst/audio/Makefile.am:
30065         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30066         from the template.
30067         * gst-libs/gst/audio/gstaudiofilter.c:
30068         * gst-libs/gst/audio/gstaudiofilter.h:
30069         Add bytes_per_sample and size and n_samples calculation.
30070         * gst-libs/gst/audio/gstaudiofilterexample.c:
30071         Remove, now autogenerated.
30072         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30073         Moved from gstaudiofilterexample, object name changed, code added
30074         so that it actually works.
30075         * gst-libs/gst/audio/make_filter:
30076         Script to build an audiofilter subclass from the template.
30077         * gst/colorspace/Makefile.am:
30078         * gst/colorspace/yuv2yuv.c:
30079         Remove file, since it's GPL, and we don't use it.
30080
30081 2004-01-15  Julien MOUTTE  <julien@moutte.net>
30082
30083         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30084         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30085         them use the buffer free function to test how the buffer was allocated.
30086
30087 2004-01-15  David Schleef  <ds@schleef.org>
30088
30089         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30090         that handles osssink fallback.
30091         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30092         (gst_audio_convert_getcaps):
30093         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30094         Add audio/x-qdm2 for QDM2 audio.
30095         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30096         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30097         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30098         Decrease minimum size to 16x16.
30099         * gst/wavparse/gstwavparse.c:
30100         Convert disabled pad template caps to new caps.
30101         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30102         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30103         (gst_xvimagesink_chain): Throw element error when display cannot
30104         be opened.  Increase minimum framerate to 1.0.  Check the data
30105         free function on a buffer to make sure it is the type we expect
30106         before manipulating it.
30107
30108 2004-01-15  Julien MOUTTE <julien@moutte.net>
30109
30110         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30111         (gst_videobalance_colorbalance_set_value): Implement passthru if
30112         settings are in the middle.
30113         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30114
30115 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30116
30117         * gst/videofilter/Makefile.am:
30118         * gst/volume/Makefile.am:
30119           Since we use videofilter symbols, link to it.
30120
30121 2004-01-15  Julien MOUTTE <julien@moutte.net>
30122
30123         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30124         mixer interface type to HARDWARE.
30125         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30126         type to SOFTWARE.
30127         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30128         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30129         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30130         (gst_volume_interface_init), (gst_volume_list_tracks),
30131         (gst_volume_set_volume), (gst_volume_get_volume),
30132         (gst_volume_set_mute), (gst_volume_mixer_init),
30133         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30134         (volume_init): Implementing mixer interface.
30135         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30136         * sys/oss/gstosselement.c: (gst_osselement_get_type),
30137         (gst_osselement_change_state): Removing some trailing commas in
30138         structures.
30139         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30140         interface type to HARDWARE.
30141         * sys/v4l/gstv4lcolorbalance.c:
30142         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30143         type to HARDWARE.
30144         * sys/v4l2/gstv4l2colorbalance.c:
30145         (gst_v4l2_color_balance_interface_init): Setting colorbalance
30146         interface type to HARDWARE.
30147         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30148         same code than ximagesink for event handling.
30149
30150 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30151
30152         * ext/snapshot/Makefile.am:
30153         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30154         (gst_snapshot_chain):
30155         * ext/snapshot/gstsnapshot.h:
30156           This has to be a joke... Snapshot should be connected to a tee,
30157           colorspace element before it and EOS after that, where the other
30158           src of the tee receives normal data.
30159           The current way is *wrong*.
30160
30161 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30162
30163         * ext/hermes/gsthermescolorspace.c:
30164           Fix another compile error. Same as below.
30165
30166 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30167
30168         * gst/colorspace/gstcolorspace.c:
30169         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30170         (gst_colorspace_i420_to_yv12):
30171           Fix compiling... Didn't test if it actually works.
30172
30173 2004-01-15  David Schleef  <ds@schleef.org>
30174
30175         * configure.ac:
30176         * gst/colorspace/Makefile.am:
30177         * gst/colorspace/gstcolorspace.c:
30178         * gst/colorspace/gstcolorspace.h:
30179         * gst/colorspace/yuv2rgb.c:
30180         * gst/colorspace/yuv2rgb.h:
30181         Duplicate the ext/hermes colorspace plugin, and remove Hermes
30182         code and GPL code.  Fix for new caps negotiation.  Rewrite
30183         much of the format handling code, and some of the conversion
30184         code.  Basically, rewrote almost everything.  This element
30185         handles I420, YV12 to RGB conversions.
30186         * ext/hermes/Makefile.am:
30187         * ext/hermes/gsthermescolorspace.c:
30188         Rename colorspace to hermescolorspace.  Fix negotiation issues.
30189         Remove non-Hermes related code.  This element handles lots of
30190         RGB to RGB conversions, but no YUV.
30191         * ext/hermes/gstcolorspace.c:
30192         * ext/hermes/gstcolorspace.h:
30193         * ext/hermes/rgb2yuv.c:
30194         * ext/hermes/yuv2rgb.c:
30195         * ext/hermes/yuv2rgb.h:
30196         * ext/hermes/yuv2rgb_mmx16.s:
30197         * ext/hermes/yuv2yuv.c:
30198         * ext/hermes/yuv2yuv.h:
30199         Remove old code.
30200
30201 2004-01-14  Colin Walters  <walters@verbum.org>
30202
30203         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30204         they've already been.
30205
30206 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30207
30208         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30209           assume tag mode when pad is not connected
30210
30211 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30212
30213         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30214           Don't update the time of the clock
30215         (gst_alsa_sink_loop):
30216           sync to the clock given to alsasink, not the own clock
30217         * sys/oss/gstosssink.c: (gst_osssink_chain):
30218           sync to the clock
30219         (gst_osssink_change_state):
30220           activate the clock
30221         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30222         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30223           remove bogus code that made DISCONT events unhandled
30224         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30225           explicitly case to double in _set_simple. (fixes 2nd warning in bug
30226           #131502)
30227         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30228         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30229         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30230           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30231           2nd warning in bug #131502)
30232
30233 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30234
30235         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30236         (gst_videobalance_colorbalance_set_value),
30237         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30238         for colorbalance interface implementation.
30239         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30240         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30241         (gst_ximagesink_dispose), (gst_ximagesink_init),
30242         (gst_ximagesink_class_init): Adding DISPLAY property.
30243         * sys/ximage/ximagesink.h: Adding display_name to store display.
30244         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30245         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30246         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30247         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30248         properties (they still need polishing though for gst-launch use : no
30249         xcontext yet, i ll do that tomorrow).
30250         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30251
30252 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30253
30254         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30255         (gst_play_set_location), (gst_play_set_visualization): Preparing
30256         switch integration, adding videobalance in the pipeline.
30257
30258 2004-01-14  Julien MOUTTE <julien@moutte.net>
30259
30260         * gst-libs/gst/colorbalance/colorbalance.c:
30261         (gst_color_balance_class_init): Adding a default type.
30262         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30263         the type.
30264         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30265         (gst_videobalance_dispose), (gst_videobalance_class_init),
30266         (gst_videobalance_init), (gst_videobalance_interface_supported),
30267         (gst_videobalance_interface_init),
30268         (gst_videobalance_colorbalance_list_channels),
30269         (gst_videobalance_colorbalance_set_value),
30270         (gst_videobalance_colorbalance_get_value),
30271         (gst_videobalance_colorbalance_init): Implementing colorbalance
30272         interface.
30273         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30274         list.
30275         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30276         bug which was triggering a BadAccess X error when setting an overlay
30277         before pad was really negotiated.
30278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30279         Using the colorbalance type macro.
30280
30281 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30282
30283         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30284         (gst_flacenc_chain):
30285           handle tags correctly
30286         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30287           extract ID3v1 tags correctly
30288
30289 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30290
30291         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30292         (plugin_init):
30293           Improve matroska typefinding for odd-typed headers...
30294
30295 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30296
30297         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30298           Fix for using incremental number on padnames.
30299
30300 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30301
30302         * ext/divx/gstdivxdec.c:
30303         * ext/divx/gstdivxenc.c:
30304           Set category to divx4linux instead of divx (too generic).
30305         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30306         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30307         (gst_wavparse_loop), (gst_wavparse_change_state):
30308         * gst/wavparse/gstwavparse.h:
30309           fix parsing of WAV files with non-standard fmt-tag size and fix
30310           skipping of unrecognized chunks... Someone please fix this thing
30311           to use rifflib so all this is automated.
30312         * sys/v4l/Makefile.am:
30313         * sys/v4l2/Makefile.am:
30314           Add X_CFLAGS because we depend on X (for overlay).
30315
30316 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30317
30318         * ext/mpeg2dec/gstmpeg2dec.c:
30319           Don't issue a timestamp unless we tagged the frame
30320           with a PTS.
30321
30322 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30323
30324         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30325           Query the audio element to get the time, not the clock. We're
30326           interested in the element's time here.
30327
30328 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30329
30330         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30331         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30332         * ext/esd/esdsink.c: (gst_esdsink_chain):
30333         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30334         * ext/mas/massink.c: (gst_massink_chain):
30335         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30336         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30337         (gst_matroska_demux_parse_metadata):
30338         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30339         (gst_mpeg_parse_release_locks):
30340         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30341         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30342         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30343         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30344         (gst_osssink_change_state):
30345         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30346         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30347         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30348         (gst_xvideosink_release_locks):
30349         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30350           use element time.
30351         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30352         (gst_alsa_clock_stop):
30353         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30354         (gst_audio_clock_get_internal_time):
30355           simplify for use with new clocking code.
30356         * testsuite/alsa/Makefile.am:
30357         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30358           fix testsuite for new caps system
30359
30360 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30361
30362         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30363         * ext/flac/gstflacenc.c: (add_one_tag):
30364           length is already host endian, no need to convert. Fixes playback of
30365           tagged files on PPC. (bug #128384)
30366
30367 2004-01-13  Julien MOUTTE <julien@moutte.net>
30368
30369         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30370         colorbalance interface stating if it is hardware based or software
30371         based.
30372         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30373         Removing a trailing comma.
30374         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30375         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30376         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30377         the documentation seems to be wrong on the -1000 to 1000 interval.
30378
30379 2004-01-12  David Schleef  <ds@schleef.org>
30380
30381         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30382         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30383         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30384         Fix negotiation.  Add a bufferalloc function for the sink pad,
30385         and generally clean up some of the code.
30386
30387 2004-01-12  Julien MOUTTE <julien@moutte.net>
30388
30389         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30390         (gst_color_balance_channel_dispose): Adding safety check in dispose
30391         method.
30392         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30393         (gst_xvimagesink_xcontext_clear),
30394         (gst_xvimagesink_interface_supported),
30395         (gst_xvimagesink_colorbalance_list_channels),
30396         (gst_xvimagesink_colorbalance_set_value),
30397         (gst_xvimagesink_colorbalance_get_value),
30398         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30399         Adding colorbalance interface support to set XV parameters such as
30400         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30401         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30402         interface.
30403
30404 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30405
30406         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30407         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30408         (gst_audio_convert_init), (gst_audio_convert_set_property),
30409         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30410         (gst_audio_convert_link),
30411         (gst_audio_convert_buffer_to_default_format),
30412         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30413           - implement _getcaps and use it
30414           - improve linking
30415           - remove float caps since no float conversion is actually done
30416           - remove properties and arguments that were to be used for rate
30417             conversion
30418
30419 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30420
30421         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30422         (gst_audio_structure_set_int):
30423         * gst-libs/gst/audio/audio.h:
30424           add helper functions for _getcaps matching the standard audio
30425           templates
30426
30427 2004-01-12  David Schleef  <ds@schleef.org>
30428
30429         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30430         Test that pad is negotiated before getting its caps.
30431
30432 2004-01-12  Julien MOUTTE <julien@moutte.net>
30433
30434         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30435         analyzing the pads of an element the bin is mostly in READY state so
30436         no caps were negotiated. This helper function needs to work with
30437         _get_caps directly then. I was not freeing them though, added that to
30438         fix the mem leak.
30439
30440 2004-01-12  Julien MOUTTE <julien@moutte.net>
30441
30442         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30443         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30444         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30445         than the free_func.
30446
30447 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30448
30449         * sys/oss/gstossaudio.c: (plugin_init):
30450         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30451         * sys/oss/gstosselement.h:
30452           make an oss debugging category
30453           make failure more descriptive
30454
30455 2004-01-11  David Schleef  <ds@schleef.org>
30456
30457         * ext/ffmpeg/gstffmpeg.c:
30458         * ext/ffmpeg/gstffmpegcodecmap.c:
30459         * ext/ffmpeg/gstffmpegdec.c:
30460         * ext/ffmpeg/gstffmpegenc.c:
30461         * ext/ffmpeg/gstffmpegprotocol.c:
30462         * ext/gdk_pixbuf/gstgdkanimation.c:
30463         * ext/jpeg/gstjpeg.c:
30464         * ext/libpng/gstpng.c:
30465         * ext/mpeg2dec/perftest.c:
30466         * ext/speex/gstspeex.c:
30467         * gst-libs/gst/resample/dtos.c:
30468         * gst/intfloat/gstintfloatconvert.c:
30469         * gst/oneton/gstoneton.c:
30470         * gst/rtjpeg/RTjpeg.c:
30471         * gst/rtp/gstrtp.c:
30472         * sys/dxr3/dxr3init.c:
30473         * sys/glsink/gstgl_nvimage.c:
30474         * sys/glsink/gstgl_pdrimage.c:
30475         * sys/glsink/gstglsink.c:
30476         * testsuite/gst-lint:
30477         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30478
30479 2004-01-11  David Schleef  <ds@schleef.org>
30480
30481         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30482         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30483         * ext/gdk_pixbuf/gstgdkanimation.c:
30484         (gst_gdk_animation_iter_create_pixbuf):
30485         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30486         (gst_gdk_pixbuf_chain):
30487         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30488         * ext/jack/gstjack.c: (gst_jack_change_state):
30489         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30490         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30491         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30492         * gst/videofilter/gstvideofilter.c:
30493         (gst_videofilter_set_output_size):
30494         Remove all usage of gst_pad_get_caps(), and replace it with
30495         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30496
30497 2004-01-11  David Schleef  <ds@schleef.org>
30498
30499         * configure.ac:
30500         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30501         * ext/divx/gstdivxdec.c:
30502         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30503         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30504         handle images that span multiple buffers.  Now work with both
30505         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30506         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30507         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30508         video/video.h changes
30509         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30510         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30511         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30512         of GstData free function.
30513         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30514         same.
30515
30516 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30517
30518         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30519         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30520         (gst_v4l2element_get_property):
30521         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30522           add norm, channel and frequency properties.
30523         * sys/v4l2/gstv4l2tuner.c:
30524           fixes for tuner interface changes
30525         * sys/v4l2/gstv4l2element.h:
30526         * sys/v4l2/gstv4l2src.c:
30527         * sys/v4l2/gstv4l2src.h:
30528         * sys/v4l2/v4l2src_calls.c:
30529         * sys/v4l2/v4l2src_calls.h:
30530           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30531
30532 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30533
30534         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30535         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30536         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30537         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30538         * gst-libs/gst/tuner/tuner.h:
30539           GObjects aren't const.
30540           Add find_by_name functions.
30541           Add checks to _changed functions.
30542         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30543         (gst_v4l_tuner_get_norm):
30544           Fixes for above.
30545
30546 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30547
30548         * gst-libs/gst/video/video.h:
30549           Fix caps template names to be understandable.
30550           Prefix everything with GST_VIDEO.
30551         * ext/aalib/gstaasink.c:
30552         * ext/divx/gstdivxdec.c:
30553         * ext/divx/gstdivxenc.c:
30554         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30555         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30556         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30557         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30558         * ext/libcaca/gstcacasink.c:
30559         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30560         * ext/snapshot/gstsnapshot.c:
30561         * ext/swfdec/gstswfdec.c:
30562         * ext/xvid/gstxviddec.c:
30563         * ext/xvid/gstxvidenc.c:
30564         * gst/chart/gstchart.c:
30565         * gst/deinterlace/gstdeinterlace.c:
30566         * gst/effectv/gsteffectv.c:
30567         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30568         * gst/goom/gstgoom.c:
30569         * gst/median/gstmedian.c:
30570         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30571         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30572         * gst/overlay/gstoverlay.c:
30573         * gst/smooth/gstsmooth.c:
30574         * gst/smpte/gstsmpte.c:
30575         * gst/synaesthesia/gstsynaesthesia.c:
30576         * gst/videocrop/gstvideocrop.c:
30577         * gst/videodrop/gstvideodrop.c:
30578         * gst/y4m/gsty4mencode.c:
30579         * sys/qcam/gstqcamsrc.c:
30580         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30581           Make them work with new video.h file.
30582         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30583         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30584         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30585         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30586           Make it work with new buffer allocation system.
30587
30588 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30589
30590         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30591         pad_alloc_buffer implementation to use ->srcpad
30592         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30593         pad_alloc_buffer implementation to use ->srcpad
30594         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30595         pad_alloc_buffer implementation to use ->srcpad
30596         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30597         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30598         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30599         a reference to everything we need.
30600         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30601         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30602         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30603         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30604         a reference to everything we need.
30605         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30606
30607 2004-01-11  David Schleef  <ds@schleef.org>
30608
30609         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30610         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30611         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30612         structure members.
30613         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30614         value during a resize/renegotiation.
30615         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30616         gst_pad_alloc_buffer();
30617         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30618         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30619         structure members.
30620         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30621         Fix for rename of buffer private structure members.
30622         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30623         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30624         Fix for rename of buffer private structure members.
30625         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30626         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30627         Fix for rename of buffer private structure members.
30628
30629 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30630
30631         reviewed by: David Schleef <ds@schleef.org>
30632
30633         * gst/videofilter/Makefile.am:
30634         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30635         from the patch by ds to fit in with recent make_filter changes.
30636
30637 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30638
30639         * configure.ac: Adding examples/switch/Makefile
30640         * examples/Makefile.am: Adding examples/switch
30641         * examples/switch/Makefile.am: Adding switcher example.
30642         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30643         (switch_timer), (main): Adding an example demonstrating switch usage
30644         with 2 videotestsrc showing different patterns.
30645         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30646         (gst_switch_init): Fixing switch with the new caps system.
30647
30648 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30649
30650         * gst-libs/gst/video/video.h:
30651           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30652           They should probably be like
30653           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30654
30655 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30656
30657         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30658         (qtdemux_parse_trak):
30659           fix audio chunk size/timestamp calculation
30660
30661 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30662
30663         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30664           fix SVQ3 caps
30665
30666 2004-01-11  Steve Baker  <steve@stevebaker.org>
30667
30668         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30669         (gst_agingtv_base_init), (gst_agingtv_class_init),
30670         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30671         (gst_agingtv_set_property), (gst_agingtv_get_property):
30672         Port agingTV to videofilter
30673
30674 2004-01-09  Julien MOUTTE <julien@moutte.net>
30675
30676         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30677         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30678
30679 2004-01-09  Julien MOUTTE <julien@moutte.net>
30680
30681         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30682         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30683         * gst-libs/gst/xoverlay/xoverlay.c:
30684         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30685         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30686         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30687         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30688         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30689         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30690         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30691         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30692         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30693         interface implementation to handle xid being 0 and fix some bugs
30694         triggered by Benjamin's testcase.
30695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30696         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30697         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30698         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30699         interface implementation to handle xid being 0 and fix some bugs
30700         triggered by Benjamin's testcase.
30701
30702 2004-01-09  David Schleef  <ds@schleef.org>
30703
30704         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30705         mouse pointer events.  It works.
30706
30707 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30708
30709         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30710           Use explicit caps - fix capsnego.
30711         * ext/xvid/gstxviddec.c:
30712         * ext/xvid/gstxvidenc.c:
30713           Remove macro-inside-macro which caused compile errors.
30714         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30715           Error out if it's not a RIFF file. Else we error out without
30716           gst_element_error() which is not good...
30717
30718 2004-01-08  David Schleef  <ds@schleef.org>
30719
30720         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30721         Fix pad_link function to handle formats that ffmpeg returns
30722         as multiple caps structures.
30723         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30724         Only complain if source buffer is _smaller_ than expected.
30725         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30726         (gst_videoscale_handle_src_event): Resize navigation events
30727         when passing them upstream.
30728         * gst/videotestsrc/gstvideotestsrc.c:
30729         * gst/videotestsrc/gstvideotestsrc.h:
30730         * gst/videotestsrc/videotestsrc.c:
30731         * gst/videotestsrc/videotestsrc.h:
30732         Rewrite many of the buffer painting functions to handle odd
30733         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30734         been verified to work with my video card.
30735         * testsuite/gst-lint:  Add check for elements calling
30736         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30737
30738 2004-01-08  David Schleef  <ds@schleef.org>
30739
30740         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30741         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30742
30743 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30744
30745         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30746         configure event is not emiting the desired size signal. That fixes
30747         aspect ratio issues with gst-player.
30748
30749 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30750
30751         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30752           Fix capsnego.
30753
30754 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30755
30756         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30757         public method to fire size signal.
30758
30759 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30760
30761         * examples/gstplay/Makefile.am: Adding the interface library.
30762         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30763         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30764         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30765         GST_IS_X_OVERLAY before signal connect.
30766         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30767         Removing the have_video_size signal.
30768         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30769         and associated public method.
30770         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30771         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30772         signal.
30773         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30774         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30775         signal.
30776         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30777         Using XOverlay public method to fire size signal.
30778
30779 2004-01-07  David Schleef  <ds@schleef.org>
30780
30781         * gst/videofilter/Makefile.am:
30782         * gst/videofilter/gstvideotemplate.c:
30783         * gst/videofilter/make_filter:
30784         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30785         Convert make_filter to /bin/sh script.
30786
30787 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30788
30789         * gst/modplug/gstmodplug.cc: fix element description
30790
30791 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30792
30793         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30794         (got_video_size): Adding some new lines in g_print calls.
30795         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30796         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30797         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30798         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30799         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30800         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30801         Complete code review, reverting some stuff i disagree with, adding
30802         some fixes : time synchronization on invalid timestamps, renegotiation
30803         of private window.
30804         * sys/ximage/ximagesink.h:
30805         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30806         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30807         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30808         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30809         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30810         (gst_xvimagesink_buffer_new),
30811         (gst_xvimagesink_navigation_send_event),
30812         (gst_xvimagesink_set_xwindow_id),
30813         (gst_xvimagesink_get_desired_size),
30814         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30815         stuff i disagree with, adding some fixes : Renegotiation of private
30816         window, implementing get_desired_size.
30817
30818 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30819
30820         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30821         (gst_afsink_handle_event):
30822         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30823         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30824         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30825         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30826         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30827           Fix for instantiate-test (see core). Also remove dead code from
30828           jpegenc (which still needs fixing, but that's lower on my TODO
30829           list...).
30830         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30831           Never return NULL as caps.
30832
30833 2004-01-07  David Schleef  <ds@schleef.org>
30834
30835         * configure.ac:
30836         * ext/Makefile.am:
30837         * ext/librfb/Makefile.am:
30838         * ext/librfb/gstrfbsrc.c:
30839         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30840         is the protocol used by VNC.
30841
30842 2004-01-07  David Schleef  <ds@schleef.org>
30843
30844         * gst/videofilter/gstvideotemplate.c:
30845         * gst/videofilter/gstvideotemplate.h:
30846         * gst/videofilter/make_filter:
30847         Merge videotemplate header into source file.
30848         * gst/effectv/Makefile.am:
30849         * gst/effectv/gsteffectv.c: (plugin_init):
30850         * gst/effectv/gstwarp.c:
30851         Make warpTV a subclass of videofilter.
30852
30853 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30854
30855         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30856           Add guard against invalid utf-8 conversions in mad. Just in case.
30857
30858 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30859
30860         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30861           Fix for bug shown by poisoning
30862
30863 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30864
30865         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30866         (gst_v4lmjpegsrc_buffer_free):
30867         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30868         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30869         (gst_v4lsrc_buffer_free):
30870           Fix for removed bufferpools.
30871
30872 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30873
30874         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30875         Fix caps negotiation.
30876
30877         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30878         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30879         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30880         (dvdnavsrc_event):
30881         * ext/mpeg2dec/gstmpeg2dec.c:
30882         * gst-libs/gst/navigation/navigation.c:
30883         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30884         * gst-libs/gst/navigation/navigation.h:
30885         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30886         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30887         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30888         Super-simple first version of mouse and keyboard events. Clicking
30889         on a DVD menu now works, although it may not take you where you
30890         expected.
30891
30892         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30893         * gst/videotestsrc/gstvideotestsrc.c:
30894         (gst_videotestsrc_src_fixate):
30895         These fixate functions were broken - they never actually
30896         fixated :)
30897
30898 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30899
30900         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30901         (gst_icecastsend_init):
30902           fix for new caps system.
30903         * gst-libs/gst/mixer/mixertrack.h:
30904         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30905           Add 'master track' flag (for tools like ACME that only want to
30906           change the main volume).
30907
30908 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30909
30910         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30911         (gst_xvid_csp_to_caps):
30912         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30913         * ext/xvid/gstxvidenc.c:
30914         ifdef out ARGB type when it isn't available
30915         in xvidcore 1.0.0beta2
30916
30917 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30918
30919         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30920           When we have received a new SCR right in the first buffer after
30921           a seek (so in the same cycle that handles the discont), we should
30922           handle the buffer instead of unreffing it, else we lose data.
30923
30924 2004-01-06  Iain <iain@prettypeople.org>
30925
30926         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30927           buffer-frames caps too.
30928
30929         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30930           caps that we need, don't destroy them all and rebuild them. And when
30931           creating src pads, use the src pad template rather than the sink...
30932
30933 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30934
30935         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30936           Add pad to element *after* setting functions such as event handler.
30937           Without this, the scheduler (opt) will link pads, set the event
30938           handler from the default event function (dispatcher in gstpad.c)
30939           and *after* that, we will set our own event function, which will
30940           thus never be used (and thus mpegdemux doesn't handle events).
30941
30942 2004-01-04  David Schleef  <ds@schleef.org>
30943
30944         Fix the fixate functions to handle new prototype:
30945         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30946         * gst/videotestsrc/gstvideotestsrc.c:
30947         (gst_videotestsrc_src_fixate):
30948         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30949         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30950         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30951
30952 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30953
30954         * sys/ximage/ximagesink.h:
30955         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30956         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30957         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30958         (gst_ximagesink_xoverlay_init):
30959           assorted fixes to make (re)embedding work
30960         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30961         (gst_ximagesink_get_desired_size):
30962           implement desired size additions to XOverlay
30963
30964 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30965
30966         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30967         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30968         (gst_x_overlay_got_desired_size):
30969         * gst-libs/gst/xoverlay/xoverlay.h:
30970           Add optional "desired size" signal and querying.
30971
30972 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30973
30974         * gst/matroska/matroska-demux.c:
30975         (gst_matroska_demux_parse_blockgroup):
30976           Fix EBML-laced block parsing. Diffs are relative to previous
30977           lace, not the first lace. Thanks to Mosu from the Matroska
30978           team for detecting this.
30979         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30980         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30981         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30982         (gst_wavparse_change_state):
30983         * gst/wavparse/gstwavparse.h:
30984           Quickfix for capsnego.
30985
30986 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30987
30988         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30989           Fix indenting, fix pad creation.
30990
30991 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30992
30993         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30994         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30995         (gst_xviddec_sink_link):
30996           Implement src_getcaps() so proper size caps is negotiated.
30997
30998 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30999
31000         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31001           Finish flac decoder on EOS. See #116178.
31002
31003 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31004
31005         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31006         (gst_matroska_demux_add_stream):
31007         * gst/matroska/matroska-ids.h:
31008           Add getcaps() function to fix capsnego...
31009
31010 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31011
31012         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31013         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31014         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31015           Fix more integer overflows. Again, see #126967.
31016
31017 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31018
31019         * ext/mpeg2dec/gstmpeg2dec.c:
31020           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31021           #130416.
31022
31023 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31024
31025         * configure.ac:
31026         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31027         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31028         * ext/xvid/gstxvid.h:
31029         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31030         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31031         (gst_xviddec_src_link), (gst_xviddec_sink_link),
31032         (gst_xviddec_change_state):
31033         * ext/xvid/gstxviddec.h:
31034         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31035         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31036         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31037         (gst_xvidenc_link), (gst_xvidenc_set_property),
31038         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31039         * ext/xvid/gstxvidenc.h:
31040           Update xvid plugin to latest xvid (1.0.0-beta3) API.
31041
31042 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31043
31044         * gst/rtp/rtp-packet.c:
31045           Add sys/types.h include, since OS X doesn't define in_addr_t
31046           in netinet/in.h, like it does on Linux (see #129600).
31047
31048 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
31049
31050         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
31051
31052         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31053           Correct logic of dispose function (see #129306).
31054
31055 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31056
31057         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31058         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31059         (gst_mpeg_parse_init):
31060         * gst/mpegstream/gstmpegparse.h:
31061           Remove clock (which was never provided, i.e. dead code), and
31062           also fix integer overflows at high PTS values (see #126967).
31063
31064 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31065
31066         * ext/flac/gstflacdec.c:
31067         * ext/libpng/gstpngenc.h:
31068         * ext/mikmod/gstmikmod.h:
31069           OS X fixes (see #126628).
31070
31071 2004-01-02  David Schleef  <ds@schleef.org>
31072
31073         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31074         (gst_alsa_src_base_init): Remove bogus "src" request pad.
31075         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31076         (gst_mpeg_parse_class_init): Move pad template registration
31077         to class_init, since the derived class (mpegdemux) doesn't
31078         want them.
31079
31080 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31081
31082         * sys/ximage/Makefile.am:
31083         * sys/xvideo/Makefile.am:
31084         * sys/xvimage/Makefile.am:
31085           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31086           after installation (see #127664).
31087
31088 2004-01-02  David Schleef  <ds@schleef.org>
31089
31090         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31091         (gst_ffmpegenc_connect):  Negotiation fixes.
31092         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31093         Remove inappropriate gst_caps_free().
31094         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31095         Reenable Ronald's internal resize code, since the core handles
31096         it correctly now.
31097
31098 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31099
31100         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31101         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31102         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31103           Fix pad template stuff.
31104
31105 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31106
31107         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31108         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31109           fix signed integer reading/writing.
31110
31111 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31112
31113         * ext/alsa/README:
31114           Remove outdated document
31115
31116 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
31117
31118         * gst/cutter/gstcutter.c: (gst_cutter_init):
31119           src pad was being created twice - oops.
31120
31121 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31122
31123         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31124           Comment out internal resize. It doesn't handle the resulting
31125           XEvent internally, does another try_set_caps() which leads to
31126           a really nice loop.
31127           Real fix will come when Julien and Dave are awake. ;).
31128
31129 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31130
31131         * ext/mpeg2enc/gstmpeg2enc.cc:
31132           fix const/nonconst compile issue.
31133
31134 2004-01-02  David Schleef  <ds@schleef.org>
31135
31136         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31137         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31138         Add fixate function and a check for bad formats.
31139
31140 2004-01-01  David Schleef  <ds@schleef.org>
31141
31142         Negotiation fixes:
31143         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31144         (gst_audiofilter_init):
31145         * gst/debug/efence.c: (gst_efence_init):
31146         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31147         (gst_deinterlace_init):
31148         * gst/volume/gstvolume.c: (volume_connect):
31149
31150 2004-01-01  David Schleef  <ds@schleef.org>
31151
31152         Convert elements to use gst_pad_use_explicit_caps() where
31153         appropriate:
31154         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31155         * ext/audiofile/gstafparse.c: (gst_afparse_init),
31156         (gst_afparse_open_file):
31157         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31158         (gst_afsrc_open_file):
31159         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31160         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31161         (gst_ffmpegdec_chain):
31162         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31163         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31164         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31165         (gst_gdk_pixbuf_chain):
31166         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31167         (gst_jpegdec_chain):
31168         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31169         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31170         (gst_mikmod_negotiate):
31171         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31172         (gst_mpeg2dec_negotiate_format):
31173         * ext/mpeg2enc/gstmpeg2enc.cc:
31174         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31175         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31176         (gst_speexdec_sinkconnect):
31177         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31178         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31179         (gst_vorbisfile_new_link):
31180         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31181         (gst_ac3parse_chain):
31182         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31183         (gst_asf_demux_setup_pad):
31184         * gst/auparse/gstauparse.c: (gst_auparse_init),
31185         (gst_auparse_chain):
31186         * gst/id3/gstid3types.c: (gst_id3types_loop):
31187         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31188         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31189         (mp1videoparse_parse_seq):
31190         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31191         (bpf_from_header):
31192         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31193         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31194         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31195         (gst_mpeg_parse_send_data):
31196         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31197         (gst_qtdemux_add_stream):
31198         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31199         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31200         (gst_wavparse_parse_fmt):
31201
31202 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31203
31204         * configure.ac:
31205           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31206           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31207           it therefore uses the wrong include paths. Too bad... Note
31208           that 1.6.1.93 is not release yet. ;).
31209           Also add a check for mplex, which is now using the lib'ified
31210           mplex from mjpegtools, too.
31211         * ext/ffmpeg/gstffmpegcodecmap.c:
31212           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31213           issues. I don't think ffmpeg handles 3ivx correctly, so this
31214           probably won't work. But it won't hurt either.
31215         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31216         (gst_ffmpegdec_chain):
31217         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31218         (gst_ffmpegenc_chain_audio):
31219           Fix memleak in audio encoding. Close codec if open fails, this
31220           calls the cleanup routines so we can re-use the context.
31221         * ext/mpeg2enc/gstmpeg2enc.cc:
31222           Fix pad template names/types, fix memory issue with getcaps().
31223         * ext/mpeg2enc/gstmpeg2encoder.cc:
31224         * ext/mpeg2enc/gstmpeg2encoder.hh:
31225           Fix compile issue with new caps system (const thingy).
31226         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31227         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31228           We read a first frame right on initing, so that we have a caps
31229           when we init the output. This caps is cached in padprivate and
31230           read as first frame.
31231         * ext/mplex/Makefile.am:
31232         * ext/mplex/gstmplex.cc:
31233         * ext/mplex/gstmplex.h:
31234         * ext/mplex/gstmplex.hh:
31235         * ext/mplex/gstmplexibitstream.cc:
31236         * ext/mplex/gstmplexibitstream.hh:
31237         * ext/mplex/gstmplexjob.cc:
31238         * ext/mplex/gstmplexjob.hh:
31239         * ext/mplex/gstmplexoutputstream.cc:
31240         * ext/mplex/gstmplexoutputstream.hh:
31241           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31242           had issues, didn't do capsnego, supported only a subset of the
31243           mplex features and required a mplex fork in our local CVS. Plus
31244           that it worked agaist a very old mplex version. Rewriting was
31245           faster than updating it.
31246         * gst-libs/ext/Makefile.am:
31247         * gst-libs/ext/mplex/INSTRUCT:
31248         * gst-libs/ext/mplex/Makefile.am:
31249         * gst-libs/ext/mplex/README:
31250         * gst-libs/ext/mplex/TODO:
31251         * gst-libs/ext/mplex/ac3strm_in.cc:
31252         * gst-libs/ext/mplex/audiostrm.hh:
31253         * gst-libs/ext/mplex/audiostrm_out.cc:
31254         * gst-libs/ext/mplex/aunit.hh:
31255         * gst-libs/ext/mplex/bits.cc:
31256         * gst-libs/ext/mplex/bits.hh:
31257         * gst-libs/ext/mplex/buffer.cc:
31258         * gst-libs/ext/mplex/buffer.hh:
31259         * gst-libs/ext/mplex/fastintfns.h:
31260         * gst-libs/ext/mplex/format_codes.h:
31261         * gst-libs/ext/mplex/inputstrm.cc:
31262         * gst-libs/ext/mplex/inputstrm.hh:
31263         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31264         * gst-libs/ext/mplex/mjpeg_logging.cc:
31265         * gst-libs/ext/mplex/mjpeg_logging.h:
31266         * gst-libs/ext/mplex/mjpeg_types.h:
31267         * gst-libs/ext/mplex/mpastrm_in.cc:
31268         * gst-libs/ext/mplex/mpegconsts.cc:
31269         * gst-libs/ext/mplex/mpegconsts.h:
31270         * gst-libs/ext/mplex/mplexconsts.hh:
31271         * gst-libs/ext/mplex/multplex.cc:
31272         * gst-libs/ext/mplex/outputstream.hh:
31273         * gst-libs/ext/mplex/padstrm.cc:
31274         * gst-libs/ext/mplex/padstrm.hh:
31275         * gst-libs/ext/mplex/stillsstream.cc:
31276         * gst-libs/ext/mplex/stillsstream.hh:
31277         * gst-libs/ext/mplex/systems.cc:
31278         * gst-libs/ext/mplex/systems.hh:
31279         * gst-libs/ext/mplex/vector.cc:
31280         * gst-libs/ext/mplex/vector.hh:
31281         * gst-libs/ext/mplex/videostrm.hh:
31282         * gst-libs/ext/mplex/videostrm_in.cc:
31283         * gst-libs/ext/mplex/videostrm_out.cc:
31284         * gst-libs/ext/mplex/yuv4mpeg.cc:
31285         * gst-libs/ext/mplex/yuv4mpeg.h:
31286         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31287         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31288           We don't fork mjpegtools' mplex in our CVS anymore.
31289         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31290         (gst_avi_demux_add_stream):
31291         * gst/avi/gstavidemux.h:
31292           Add getcaps() function for proper caps nego. This makes some
31293           parts of AVI playback/reading work.
31294         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31295           Resize window on new capsnego. This is probably wrong, but
31296           I'm still committing it because with current capsnego, the
31297           first successfull capsnego is auto-fixated, therefore rounded
31298           down to the lowest values in the caps. this results in a 16x16
31299           XWindow that is not reized when real capsnego finishes.
31300           Dave, I see more cases of this, do you know a proper solution?
31301         * tools/gst-launch-ext.in:
31302           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31303
31304 2003-12-31  David Schleef  <ds@schleef.org>
31305
31306         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31307         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31308           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31309
31310 2003-12-30  David Schleef  <ds@schleef.org>
31311
31312         * ext/ffmpeg/gstffmpegcolorspace.c:
31313         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31314         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31315         (gst_ffmpegcsp_chain): Negotiation fixes
31316         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31317         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31318         (gst_audio_convert_link), (gst_audio_convert_channels):
31319         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31320         (gst_audioscale_link), (gst_audioscale_get_buffer),
31321         (gst_audioscale_chain): Negotiation fixes
31322         * gst/audioscale/gstaudioscale.h:
31323         * gst/videofilter/gstvideofilter.c:
31324         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31325         (gst_videofilter_link), (gst_videofilter_init),
31326         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31327         (gst_videofilter_find_format_by_structure):
31328         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31329         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31330         (gst_videoscale_link):
31331         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31332         (videoscale_find_by_structure), (gst_videoscale_setup):
31333         * gst/videoscale/videoscale.h: Negotiation fixes
31334         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31335         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31336         function, restrict resizing to a multiple of 4 (hack until
31337         everyone supports odd sizes correctly).
31338
31339 2003-12-29  Colin Walters  <walters@verbum.org>
31340
31341         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31342         signed.
31343
31344 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31345
31346         * ext/sndfile/gstsf.c: (gst_sf_loop):
31347           Fix warning about discarding const qualifier
31348
31349 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31350
31351         * gst/cutter/gstcutter.c:
31352         * gst/videoscale/gstvideoscale.c:
31353         * gst/volenv/gstvolenv.c:
31354         * gst-libs/gst/audio/audio.c:
31355         * gst-libs/gst/video/video.c:
31356           Fix warnings
31357
31358 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31359
31360         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31361           Don't send ALSA debugging to stderr.
31362         * ext/alsa/gstalsa.h:
31363           Use GST_WARNING instead of g_warning when ALSA functions fail.
31364
31365 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31366
31367         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31368           Free XVAdapterInfo correctly.
31369
31370 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31371
31372         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31373         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31374           Make id3tag use correct caps nego.
31375
31376 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31377
31378         * ext/ivorbis/vorbis.c:
31379         * ext/ivorbis/vorbisenc.h:
31380         * ext/ivorbis/vorbisfile.c:
31381           Modify so that it uses the new caps things
31382
31383 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31384
31385         * testsuite/spider/spider1.c: (main):
31386         * testsuite/spider/spider2.c: (main):
31387         * testsuite/spider/spider3.c: (main):
31388           Make tests compile again. They probably don't work.
31389
31390 2003-12-24  Colin Walters  <walters@verbum.org>
31391
31392         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31393         we can't fixate the caps anymore.
31394
31395 2003-12-23  David Schleef  <ds@schleef.org>
31396
31397         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31398         * sys/oss/gstosssink.c: (gst_osssink_init),
31399         (gst_osssink_sink_fixate): Add fixate function.
31400
31401 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31402
31403         * ext/ffmpeg/gstffmpegcodecmap.c:
31404         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31405         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31406         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31407         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31408         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31409         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31410         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31411           fix typo in RGB masks, and move back to "old" colorspace
31412           capsnego code until whoever wrote this new crap has actually
31413           tested it so that it works.
31414           And yes, this works, keep it that way please.
31415
31416 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31417
31418         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31419         (gst_divxdec_init), (gst_divxdec_negotiate):
31420         * ext/divx/gstdivxdec.h:
31421         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31422         (gst_divxenc_init):
31423         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31424         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31425         * ext/mpeg2enc/gstmpeg2enc.cc:
31426         * ext/mpeg2enc/gstmpeg2encoder.cc:
31427         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31428         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31429         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31430         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31431         (dxr3spusink_init):
31432         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31433         (dxr3videosink_init):
31434           Fix caps breakage after Dave's caps branch merge.
31435
31436 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31437
31438         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31439           Fix for 24bpp display.
31440
31441 2003-12-23  Colin Walters  <walters@verbum.org>
31442
31443         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31444         a GnomeVFSHandle directly.
31445
31446 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31447
31448         * gst/volume/Makefile.am:
31449         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31450         (volume_base_init), (volume_init):
31451           Reenable volume element and fix to work with new caps stuff.
31452           Rhythmbox needs this.
31453
31454 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31455
31456         * gst/qtdemux/qtdemux.c: (plugin_init):
31457           qtdemux requires bytestream
31458
31459 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31460
31461         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31462           Fix remaining caps handling errors due to CAPS merge.
31463
31464 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31465
31466         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31467         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31468         (gst_faad_srcconnect):
31469           Port to new caps system.
31470
31471 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31472
31473         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31474         (got_video_size), (main): using g_print instead of g_message.
31475         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31476         signal which was not emitted because of "switch" element added to the
31477         bin but not connected. (Removing from the bin temporarily)
31478
31479 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31480
31481         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31482         find X development files. I don't understand the previous tests and
31483         they fail on my debian/ppc unstable. This one works.
31484         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31485         exiting.
31486         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31487         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31488         (gst_play_set_visualization): Add some safety checks in set_ methods
31489         and state_change. This was throwing some ugly CRITICAL messages when
31490         pipeline was getting disposed and casts were failing.
31491
31492 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31493
31494         * configure.ac:
31495           Improve mpeg2enc detection. This is for distributions that do
31496           ship mjpegtools, but without mpeg2enc. Also does object check
31497           for might there ever be ABI incompatibility.
31498         * ext/mpeg2enc/gstmpeg2enc.cc:
31499           Add Andrew as second maintainer (he's helping me), and also add
31500           an error if no caps was set. This happens if I pull before capsnego
31501           and that's something I should solve sometime else.
31502         * gst/matroska/matroska-demux.c:
31503         (gst_matroska_demux_parse_blockgroup):
31504           Fix time parsing.
31505         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31506         (gst_matroska_mux_track_header):
31507           Add caps to templates.
31508         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31509           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31510         * gst/mpegstream/gstmpegdemux.c:
31511           Remove layer since it causes warnings about unfixed caps.
31512         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31513           Fix obvious typo (we error out if caps were set, we should of
31514           course error out if *no* caps were set).
31515         * sys/oss/gstosselement.c: (gst_osselement_convert):
31516           Fix format conversion, we confused bits/bytes.
31517         * sys/oss/gstosselement.h:
31518           Improve documentation for 'bps'.
31519         * sys/v4l/TODO:
31520           Remove stuff about plugins that need removing - this was done
31521           ages ago.
31522         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31523         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31524         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31525         (gst_v4lsrc_src_query):
31526         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31527         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31528           Add get_query_types(), get_formats() and query() functions.
31529
31530 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31531
31532         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31533           * moved CVS to freedesktop.org