tests/check/elements/alsa.c: Unref the mixer if the state change fails too (if the...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2
3         * tests/check/elements/alsa.c: (GST_START_TEST):
4         Unref the mixer if the state change fails too (if the
5         alsa devices are inaccessible, for example)
6
7 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
8
9         * tests/check/Makefile.am:
10         Don't test libvisual elements in the states check, because libvisual
11         seems to leak internally.
12
13         Re-enable the alsa and states tests now that there's new suppressions
14         in gst.supp.
15
16         * tests/check/elements/alsa.c: (GST_START_TEST):
17         Don't leak the alsamixer we instantiated.
18
19 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
20
21         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
22         (gst_ximagesink_change_state), (gst_ximagesink_reset),
23         (gst_ximagesink_finalize):
24         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
25         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
26         Move some cleanup stuff from the state change handler into a _reset()
27         function that can be called from _finalize(). This ensures that things
28         get freed even if (for some reason) the NULL->READY state transition
29         fails in the parent class.
30         Even if a parent state change fails, process our downward state change
31         logic instead of bailing out early.
32         Free the correct xcontext pointer in ximagesink's xcontext_clear.
33
34 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
35
36         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
37         Extra log line.
38
39         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
40         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
41         Use pango_font_description_set_family_static instead of 
42         pango_font_description_set_family to save a string copy (it was
43         leaking due to the strdup anyway)
44
45         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
46         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
47         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
48         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
49         Chain up in finalize.
50
51 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
52
53         * gst-libs/gst/interfaces/mixertrack.c:
54         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
55         (gst_mixer_track_set_property):
56           API: add "untranslated-label" property which should be set by
57           implementations at construct time (#414645).
58
59         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
60         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
61           Set "untranslated-label" when constructing mixer track objects.
62
63         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
64           Unit test to check the above.
65
66 2007-03-07  Wim Taymans  <wim@fluendo.com>
67
68         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
69         Fix confusing debug message.
70
71 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
72
73         * gst-plugins-base.doap:
74         update doap file with new version
75
76 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
77
78         * configure.ac:
79         Back to CVS
80
81 === release 0.10.12 ===
82
83 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
84
85         * configure.ac:
86           releasing 0.10.12, "Zombie Horde"
87
88 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
89
90         * configure.ac:
91         Bump version to 0.10.11.4 pre-release
92
93 2007-03-06  Wim Taymans  <wim@fluendo.com>
94
95         * gst-libs/gst/audio/gstbaseaudiosink.c:
96         (gst_base_audio_sink_async_play):
97         Fix regression that made GStreamer skip the first samples of audio.
98         Fixes #414684.
99
100 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
101
102         * configure.ac:
103         Bump version to 0.10.11.3 pre-release
104
105 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
106
107         * po/POTFILES.in:
108           Update paths for the rename from utils to pbutils to fix the build.
109
110 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
111
112         * gst-libs/gst/pbutils/Makefile.am:
113           Change directory to install headers in from gst/utils to gst/pbutils
114           as well.
115
116 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
117
118         * configure.ac:
119         * docs/libs/gst-plugins-base-libs-docs.sgml:
120         * docs/libs/gst-plugins-base-libs-sections.txt:
121         * gst-libs/gst/Makefile.am:
122         * gst-libs/gst/interfaces/mixer.c:
123         * gst-libs/gst/pbutils/Makefile.am:
124         * gst-libs/gst/pbutils/descriptions.c:
125         (gst_pb_utils_get_source_description),
126         (gst_pb_utils_get_sink_description),
127         (gst_pb_utils_get_decoder_description),
128         (gst_pb_utils_get_encoder_description),
129         (gst_pb_utils_get_element_description),
130         (gst_pb_utils_add_codec_description_to_tag_list),
131         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
132         * gst-libs/gst/pbutils/descriptions.h:
133         * gst-libs/gst/pbutils/install-plugins.c:
134         * gst-libs/gst/pbutils/install-plugins.h:
135         * gst-libs/gst/pbutils/missing-plugins.c:
136         (gst_missing_uri_source_message_new),
137         (gst_missing_uri_sink_message_new),
138         (gst_missing_element_message_new),
139         (gst_missing_decoder_message_new),
140         (gst_missing_encoder_message_new),
141         (gst_missing_plugin_message_get_description):
142         * gst-libs/gst/pbutils/missing-plugins.h:
143         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
144         * gst-libs/gst/pbutils/pbutils.h:
145         * gst-libs/gst/utils/Makefile.am:
146         * gst-libs/gst/utils/base-utils.c:
147         * gst-libs/gst/utils/base-utils.h:
148         * gst-libs/gst/utils/descriptions.c:
149         * gst-libs/gst/utils/descriptions.h:
150         * gst-libs/gst/utils/install-plugins.c:
151         * gst-libs/gst/utils/install-plugins.h:
152         * gst-libs/gst/utils/missing-plugins.c:
153         * gst-libs/gst/utils/missing-plugins.h:
154         * gst-plugins-base.spec.in:
155         * gst/playback/Makefile.am:
156         * gst/playback/gstdecodebin.c:
157         * gst/playback/gstdecodebin2.c:
158         * gst/playback/gstplaybasebin.c: (setup_subtitle),
159         (gen_source_element):
160         * gst/playback/gstplaybin.c: (plugin_init):
161         * tests/check/Makefile.am:
162         * tests/check/libs/pbutils.c: (GST_START_TEST),
163         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
164         * tests/check/libs/utils.c:
165           rename utils to pbutils
166
167 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
168
169         * docs/plugins/Makefile.am:
170         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
171         * docs/plugins/gst-plugins-base-plugins-sections.txt:
172         * docs/plugins/inspect/plugin-decodebin2.xml:
173         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
174         Add documentation for decodebin2 that indicates that the API
175         is still unstable.
176
177 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
178
179         * configure.ac:
180         Update to 0.10.11.2 (0.10.12 pre-release)
181
182 2007-03-01  Wim Taymans  <wim@fluendo.com>
183
184         * gst-libs/gst/audio/gstbaseaudiosink.c:
185         (gst_base_audio_sink_async_play):
186         base time is irrelevant here.
187
188 2007-03-01  Wim Taymans  <wim@fluendo.com>
189
190         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
191         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
192         Improve debugging.
193
194         * gst-libs/gst/audio/gstbaseaudiosink.c:
195         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
196         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
197         Improve latency and clock slaving calculations.
198         Improve slave clock calibration.
199
200         * gst-libs/gst/audio/gstringbuffer.c:
201         (gst_ring_buffer_commit_full):
202         When we are asked to render N sample to 0 bytes, return N.
203
204 2007-03-01  Wim Taymans  <wim@fluendo.com>
205
206         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
207         (gst_alsasink_write), (gst_alsasink_reset):
208         * ext/alsa/gstalsasink.h:
209         Remove unused dispose function.
210         Rename lock to not interfere with alsasrc lock.
211
212         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
213         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
214         (gst_alsasrc_read), (gst_alsasrc_reset):
215         * ext/alsa/gstalsasrc.h:
216         Implement finalize function.
217         Use lock to protect alsa access.
218         Implement _reset.
219         Fine tune sw params.
220
221 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
222
223         * configure.ac:
224           Convert to new AG_GST style.
225
226 2007-02-28  Wim Taymans  <wim@fluendo.com>
227
228         Patch by: Ed Catmur <ed at catmur dot co dot uk>
229
230         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
231         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
232         Fix race condition when rapidly switching visualisations in playbin.
233         Fixes #401029.
234
235 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
236
237         * tests/check/Makefile.am:
238         Include local stuff before system installed things in LDFLAGS and
239         CFLAGS.
240
241 2007-02-28  Wim Taymans  <wim@fluendo.com>
242
243         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
244         Improve debugging.
245
246 2007-02-28  Wim Taymans  <wim@fluendo.com>
247
248         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
249         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
250         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
251         Fix duration and timestamping, taking latency into account.
252         Implement latency query.
253
254 2007-02-28  Wim Taymans  <wim@fluendo.com>
255
256         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
257         (gst_audio_clock_new):
258         Fix clock name.
259
260         * gst-libs/gst/audio/gstbaseaudiosink.c:
261         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
262         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
263         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
264         (gst_base_audio_src_create):
265         Improve latency query code.
266         Use proper clock names.
267
268 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
269
270         * tests/check/generic/states.c: (GST_START_TEST):
271           Copy the states.c test from core again
272         * tests/check/Makefile.am:
273           ignore cdio and cdparanoiasrc
274
275 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
276
277         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
278         (double_hq), (audio_convert_get_func_index), (check_default),
279         (audio_convert_prepare_context), (audio_convert_convert):
280           Also make valgrind happy and avoid copying data in some cases.
281
282 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
283
284         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
285         (double_hq), (audio_convert_get_func_index),
286         (audio_convert_prepare_context), (audio_convert_convert):
287         * gst/audioconvert/gstaudioconvert.c:
288         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
289         (gst_audio_convert_transform_caps):
290         * tests/check/elements/audioconvert.c: (GST_START_TEST),
291         (audioconvert_suite):
292           Don't run inplace if that overwrites source data as we go. Add more
293           tests. Fixes #339837 even more.
294
295 2007-02-27  Julien MOUTTE  <julien@moutte.net>
296
297         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
298         (msg_segment_done): Fix various seeking bugs (Slider was not
299         updating when doing a non flushing seek, Reverse playback 
300         on segment seek was wrong).
301
302 2007-02-26  Wim Taymans  <wim@fluendo.com>
303
304         * tests/examples/seek/seek.c: (stop_seek):
305         When we stop scrubbing, don't leave the pipeline PLAYING when we
306         requested a PAUSED state.
307
308 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
309
310         Patch by: René Stadler <mail at renestadler de>
311
312         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
313           Parse date strings in vorbis comments that have an invalid (zero)
314           month or day (#410396).
315
316         * tests/check/libs/tag.c: (GST_START_TEST):
317           Test case for the above.
318
319 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
320
321         Patch by: Loïc Minier <lool+gnome at via ecp fr>
322
323         * configure.ac:
324         * ext/alsa/Makefile.am:
325         * gst/audiotestsrc/Makefile.am:
326           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
327
328 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
329
330         * gst/playback/gstplaybin.c:
331           Improve docs: point out that the application needs to assist playbin
332           with buffering.
333
334 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
335
336         * gst-libs/gst/utils/install-plugins.c:
337         * gst-libs/gst/utils/missing-plugins.c:
338         * tests/check/libs/utils.c: (missing_msg_check_getters):
339           Change GStreamer marker prefix in detail string from 'gstreamer.net'
340           to just 'gstreamer'. Document the caps string component of the
341           decoder/encoder detail a bit better, since not everyone will be
342           familiar with the GStreamer media type/caps system (but they better
343           enjoy nested itemized lists).
344
345 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
346
347         * gst-libs/gst/netbuffer/gstnetbuffer.c:
348         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
349           Fix copying of GstNetBuffer (would crash before, or at least lead to
350           invalid memory access, #410772), for now by copying the GstBuffer copy
351           code from the core over here so we can copy the GstBuffer fields on a
352           provided buffer instance (of type GstNetBuffer in this case). Would be
353           better to fix this with some support by the core though (and in the long
354           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
355
356         * tests/check/Makefile.am:
357           Enable unit test for GstNetBuffer.
358
359 2007-02-22  Andy Wingo  <wingo@pobox.com>
360
361         * gst-libs/gst/audio/gstbaseaudiosink.c
362         (gst_base_audio_sink_init): Disable pull-mode activation until we
363         figure out how to make audio sinks go to PLAYING.
364
365 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
366
367         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
368         (double_hq), (audio_convert_get_func_index),
369         (audio_convert_prepare_context), (audio_convert_convert):
370         * gst/audioconvert/audioconvert.h:
371         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
372         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
373         * gst/audioconvert/gstchannelmix.h:
374         * tests/check/elements/audioconvert.c: (GST_START_TEST):
375           Add float as an intermediate format, as well as float mixing. Enable
376           test that was failing before. Fixes #339837
377
378 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
379
380         * tests/examples/seek/seek.c: (do_seek):
381         Undo the previous commit: -1 as a stop time implies that the stop
382         time is the end of file, clearing any previously configured segment.
383
384 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
385
386         * tests/examples/seek/seek.c: (do_seek):
387         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
388
389 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
390
391         * gst/volume/gstvolume.c: (volume_process_int16),
392         (volume_process_int16_clamp), (volume_set_caps):
393           Unbreak volume, value remains gint.
394
395 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
396
397         * gst/volume/gstvolume.c: (volume_choose_func),
398         (volume_update_real_volume), (gst_volume_set_volume),
399         (gst_volume_init), (volume_process_double), (volume_process_float),
400         (volume_process_int16), (volume_process_int16_clamp),
401         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
402         * gst/volume/gstvolume.h:
403           Extend float audio support (double) and some int->uint cleanups.
404
405 2007-02-20  Edward Hervey  <edward@fluendo.com>
406
407         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
408         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
409         (sort_end_pads), (gst_decode_group_expose),
410         (gst_decode_group_hide):
411         Don't free groups from the streaming threads. Just put them aside and
412         free them in dispose.
413
414 2007-02-20  Edward Hervey  <edward@fluendo.com>
415
416         * gst/playback/gstdecodebin2.c: (connect_element),
417         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
418         (sort_end_pads), (gst_decode_group_expose):
419         Handle dynamic pads within groups.
420         Sort pads before exposing them in order to make playbin happy.
421         There still is a race with the multiqueue filling up. This should be
422         solved separately.
423         Fixes #398721
424
425 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
426
427         * gst-libs/gst/utils/base-utils.c:
428         * gst-libs/gst/utils/descriptions.c:
429         * gst-libs/gst/utils/install-plugins.c:
430         * gst-libs/gst/utils/missing-plugins.c:
431           Some more docs (and descriptions for two subtitle formats).
432
433 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
434
435         * gst-libs/gst/audio/audio.c:
436           Fix documentation.
437
438 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
439
440         Patch by: Yves Lefebvre  <ivanohe abacom com>
441
442         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
443           Don't leak caps. Fixes #408278.
444
445 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
446
447         * ext/cdparanoia/gstcdparanoiasrc.h:
448         * ext/ogg/gstoggdemux.h:
449         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
450         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
451         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
452         * gst-libs/gst/audio/audio.h:
453         * gst-libs/gst/audio/gstaudiofilter.h:
454         * gst-libs/gst/interfaces/videoorientation.h:
455         * gst/adder/gstadder.h:
456           More docs coverage and some ChangeLog surgery (add missing names)
457
458 2007-02-15  Wim Taymans  <wim@fluendo.com>
459
460         * sys/ximage/ximagesink.c:
461         (gst_ximagesink_calculate_pixel_aspect_ratio):
462         * sys/xvimage/xvimagesink.c:
463         (gst_xvimagesink_calculate_pixel_aspect_ratio):
464         Small constifications.
465
466 2007-02-15  Wim Taymans  <wim@fluendo.com>
467
468         * gst-libs/gst/audio/gstbaseaudiosink.c:
469         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
470         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
471         (gst_base_audio_sink_async_play),
472         (gst_base_audio_sink_change_state):
473         Answer latency query.
474         Use configured latency when syncing.
475         Fix clock slaving.
476
477         * gst-libs/gst/audio/gstbaseaudiosrc.c:
478         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
479         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
480         Fix possible memleak.
481         Implement latency query.
482         Small cleanups.
483
484 2007-02-15  Wim Taymans  <wim@fluendo.com>
485
486         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
487         Ignore errors in reset, these are not fatal. They also grab the element
488         lock which is already taking when this function is called. Fixes
489         #405451.
490
491 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
492
493         * configure.ac:
494           Remove 'tests/examples/xerror/Makefile' from output files again.
495
496 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
497
498         * configure.ac:
499         * docs/plugins/Makefile.am:
500           Also crossref against gst-plugins-base-libs.
501
502 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
503
504         * configure.ac:
505         * docs/libs/Makefile.am:
506         * docs/plugins/Makefile.am:
507           Add crossreferences to glib/gobject/gstream docs.
508
509         * gst-libs/gst/audio/audio.h:
510           Source formatting.
511
512         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
513           Add own debug category.
514
515 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
516
517         Patch by: René Stadler <mail at renestadler de>
518
519         * gst-libs/gst/tag/gstvorbistag.c:
520           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
521           (#403597).
522
523 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
524
525         * gst/playback/gstplaybasebin.c: (setup_source):
526           When we have external subtitles and wait for the subtitle decodebin
527           to get up and running, we set up a (sync) bus handler for the
528           subtitle decodebin, so we can stop waiting when it posts an error
529           message. However, we should do that before we set the subtitle
530           decodebin's state to playing, otherwise things are racy and we might
531           miss error messages posted before we had a chance to set up the bus.
532           This should finally fix totem hanging on .txt pseudo-subtitle files.
533           
534 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
535
536         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
537           Use gst_gdouble_to_guint64 for conversions.
538         * win32/common/config.h.in:
539           Add a define for GST_INSTALL_PLUGINS_HELPER
540         * win32/common/libgstaudio.def:
541         * win32/common/libgstcdda.def:
542         * win32/common/libgstnetbuffer.def:
543         * win32/common/libgstrtp.def:
544         * win32/common/libgutils.def:
545           Add new exported functions.
546         * win32/vs6/gst_plugins_base.dsw:
547         * win32/vs6/libgstdecodebin.dsp:
548         * win32/vs6/libgstnetbuffer.dsp:
549         * win32/vs6/libgstplaybin.dsp:
550         * win32/vs6/libgstrtp.dsp:
551         * win32/vs6/libgstvorbis.dsp:
552         * win32/vs6/libgstcdda.dsp:
553         * win32/vs6/libgstgdp.dsp:
554         * win32/vs6/libgstutils.dsp:
555           Update and add new project files.
556
557 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
558
559         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
560         (subrip_remove_unhandled_tags), (parse_subrip):
561           For SubRip (.srt) subtitles, ignore all markup tags we don't
562           handle (like font tags, for example).
563
564         * tests/check/elements/subparse.c:
565           Add test for this.
566
567 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
568
569         * gst/playback/gstdecodebin.c: (add_fakesink),
570         (gst_decode_bin_change_state):
571         * gst/playback/gstdecodebin2.c: (add_fakesink),
572         (gst_decode_bin_change_state):
573           Don't error out if there is no fakesink in the NULL to READY state
574           change, since when decodebin is re-used, we're only adding the
575           fakesink element in READY to PAUSED.
576
577         * tests/check/elements/decodebin.c:
578         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
579         (decodebin_suite):
580           Minimal unit test to make sure we can use the same decodebin
581           instance twice (at least with audiotestsrc input).
582
583 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
584
585         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
586           Try to get devic-name from device string first, and from handle only
587           as fallback (seems to yield better results and is more robust
588           against buggy probing code on the application side).
589
590 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
591
592         Based on patch by: Julien Puydt <julien.puydt at laposte net>
593
594         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
595         (gst_alsa_find_device_name):
596         * ext/alsa/gstalsa.h:
597         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
598         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
599           Improve device-name detection a bit, especially in the case where
600           the device is not actually open (#405020, #405024). Move common code
601           into gstalsa.c instead of duplicating it.
602
603 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
604
605         * gst/audioconvert/gstaudioconvert.c:
606           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
607
608 2007-02-06  Julien MOUTTE  <julien@moutte.net>
609
610         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
611         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
612         (gst_xvimagesink_interface_supported),
613         (gst_xvimagesink_probe_get_properties),
614         (gst_xvimagesink_probe_probe_property),
615         (gst_xvimagesink_probe_needs_probe),
616         (gst_xvimagesink_probe_get_values),
617         (gst_xvimagesink_property_probe_interface_init),
618         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
619         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
620         (gst_xvimagesink_get_type):
621         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
622         for XVAdaptors so that one can choose the adaptor to use with 
623         gstreamer-properties.
624
625 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
626
627         * gst/audioconvert/gstaudioconvert.c:
628           Also mention that a conversion from double to float is suboptimal still.
629
630 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
631
632         * gst-libs/gst/audio/gstaudiofilter.c:
633         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
634           Clear our formats structure and free the caps contained in it when
635           shutting down.
636
637 2007-02-05  Andy Wingo  <wingo@pobox.com>
638
639         * gst-libs/gst/audio/gstbaseaudiosink.c
640         (gst_base_audio_sink_callback): Update basesink->offset so that we
641         pull monotonically increasing offsets instead of, um, seeking back
642         to 0 each time. Fixes alsasrc ! alsasink!
643
644 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
645
646         * gst/videoscale/gstvideoscale.c:
647           A width and height of 1 makes us crash, so increase minimum size to
648           2x2 pixels until someone feels like fixing this (#404512).
649
650 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
651
652         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
653           Add small test to make sure request pads are cleaned up properly
654           even if oggmux never changes state out of NULL.
655
656 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
657
658         * tests/check/libs/utils.c: (GST_START_TEST):
659           Fix unit test. Turns out things work much better when you
660           NULL-terminate string arrays. Should make p5 build bot happy again.
661
662 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
663
664         * gst-libs/gst/audio/Makefile.am:
665         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
666         (gst_audio_filter_template_base_init),
667         (gst_audio_filter_template_class_init),
668         (gst_audio_filter_template_init),
669         (gst_audio_filter_template_set_property),
670         (gst_audio_filter_template_get_property),
671         (gst_audio_filter_template_setup),
672         (gst_audio_filter_template_filter),
673         (gst_audio_filter_template_filter_inplace), (plugin_init):
674           Oops, forgot to commit fixed-up example.
675
676 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
677
678         * docs/libs/gst-plugins-base-libs-sections.txt:
679         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
680         (gst_audio_filter_class_init), (gst_audio_filter_init),
681         (gst_audio_filter_set_caps),
682         (gst_audio_filter_class_add_pad_templates):
683         * gst-libs/gst/audio/gstaudiofilter.h:
684           Port GstAudioFilter to 0.10. This change technically breaks
685           API and ABI (and thus also every library developer's heart),
686           but seems justifiable on the grounds that the base class was
687           completely unusable before (ie. would crash immediately when
688           actually used). Fixes #403963 (and eventually also #403572).
689           Also document all of this a bit.
690
691 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
692
693         * gst-libs/gst/utils/install-plugins.c:
694         (gst_install_plugins_spawn_child):
695         * tests/check/libs/utils.c:
696         (test_base_utils_install_plugins_do_callout):
697           Lowering log level to see why things fail on the p5 build bot;
698           fix some typos in unit test messages.
699
700 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
701
702         * tests/check/libs/utils.c:
703         (test_base_utils_install_plugins_do_callout):
704           Don't hard-code temp directory for test helper; use GLib functions
705           to write out file and do error checking etc.
706
707 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
708
709         * gst-libs/gst/utils/Makefile.am:
710         * gst-libs/gst/utils/base-utils.h:
711         * gst-libs/gst/utils/install-plugins.c:
712         (gst_install_plugins_context_set_xid),
713         (gst_install_plugins_context_new),
714         (gst_install_plugins_context_free),
715         (gst_install_plugins_get_helper),
716         (gst_install_plugins_spawn_child),
717         (gst_install_plugins_return_from_status),
718         (gst_install_plugins_installer_exited),
719         (gst_install_plugins_async), (gst_install_plugins_sync),
720         (gst_install_plugins_return_get_name),
721         (gst_install_plugins_installation_in_progress):
722         * gst-libs/gst/utils/install-plugins.h:
723           API: add API for applications to initiate installation of missing
724           plugins, ie. gst_install_plugins_async() primarily.
725           Based on libgimme-codec by Ryan Lortie.
726
727         * configure.ac:
728           Add --with-install-plugins-helper configure option so distros can specify
729           the path of the helper script or program to call when plugin installation
730           is requested (distros: please do any argument munging in this helper
731           script instead of patching GStreamer to pass arguments differently
732           to another program directly).
733
734         * docs/libs/gst-plugins-base-libs-docs.sgml:
735         * docs/libs/gst-plugins-base-libs-sections.txt:
736           Build and document new API.
737
738         * tests/check/libs/utils.c: (result_cb),
739         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
740         (libgstbaseutils_suite):
741           Some simple checks for the new API.
742
743 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
744
745         * tests/check/elements/audioconvert.c: (test_float_conversion):
746           Add small test for 32bit float <=> 64bit float conversion (works
747           only one way so far, 32=>64 produces structured noise).
748
749 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
750
751         * gst/audioconvert/gstaudioconvert.c:
752         (set_structure_widths_32_and_64), (make_lossless_changes):
753           We don't support floats with a width of 40, 48 or 56 bits.
754
755 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
756
757         * gst/audioconvert/audioconvert.c: (float), (double),
758         (audio_convert_get_func_index):
759         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
760         (make_lossless_changes):
761           Support for 64-bit float audio in audioconvert (#339837)
762
763 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
764
765         Patch by: Holger Wansing  <linux wansing-online de>
766
767         * po/LINGUAS:
768         * po/de.po:
769           Add German translation (#352069).
770
771 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
772
773         reviewed by: Wim Taymans <wim@fluendo.com>
774
775         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
776         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
777         Use newly added GstCollectPads API to free the allocated resources in
778         the GstOggPad structures (#402393).
779
780 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
781
782         * gst/playback/gstplaybin.c: (gen_vis_element):
783           Add audioresample+audioconvert in front of the visualisation
784           element, so that elements like libvisual 0.4 that don't support all
785           samplerates can work.
786
787           Fixes: #402505
788
789 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
790
791         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
792         (gst_play_base_bin_get_streaminfo_value_array):
793           Take some locks and make a copy of the streaminfo value array we
794           maintain while holding the lock, so that the application can
795           retrieve the stream-info as a value array in a thread-safe way.
796
797 2007-01-30  Wim Taymans  <wim@fluendo.com>
798
799         * gst/audioconvert/gstaudioconvert.c:
800         Don't fail on 0 sized buffers. Fixes #396835.
801
802 2007-01-29  David Schleef  <ds@schleef.org>
803
804         * gst/typefind/gsttypefindfunctions.c:
805           Detect BBCD as video/x-dirac, so we can play raw dirac
806           streams.
807
808 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
809
810         * ext/theora/theoraenc.c: (theora_enc_chain):
811           Check return value of theora_encode_header(), or we might try to
812           allocate a random number of bytes. theora_encode_header() can fail
813           if libtheora has been compiled with encoding support disabled.
814           Fixes #398110.
815
816 2007-01-29  Wim Taymans  <wim@fluendo.com>
817
818         * tests/check/gst/.cvsignore:
819         Do as buildbot says.
820
821 2007-01-29  Wim Taymans  <wim@fluendo.com>
822
823         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
824         Fix strides in libvisual. Gst uses X strides.
825         Inspired by: <ed at catmur dot co dot uk> and 
826         <tim at centricular dot net>
827         Fixes #401118.
828
829 2007-01-27  Wim Taymans  <wim@fluendo.com>
830
831         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
832         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
833         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
834         (gst_ogg_demux_perform_seek),
835         (gst_ogg_demux_bisect_forward_serialno),
836         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
837         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
838         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
839         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
840         * ext/ogg/gstoggdemux.h:
841         Properly propagate streaming errors when we are scanning the file for
842         chains so that we don't crash when shut down. Might fix some crashers
843         when quickly switching oggs in RB such as #332503 and #378436.
844
845 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
846
847         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
848           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
849           error code as well.
850
851 2007-01-25  Wim Taymans  <wim@fluendo.com>
852
853         * gst/playback/gstplaybasebin.c: (remove_source):
854         Don't try to disconnect a signal from a finalized object.
855
856 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
857
858         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
859           Cast lock macro parameters to make sure we're actually accessing the
860           lock member at the right class level. Free list itself in _dispose()
861           as well and NULL it in case dispose gets called multiple times.
862
863 2007-01-25  Edward Hervey  <edward@fluendo.com>
864
865         * gst/playback/gstdecodebin2.c:
866         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
867         Free GstDecodeGroups no longer used.
868         (gst_decode_group_expose):
869         Don't unlock too many times !
870         (deactivate_free_recursive):
871         Free iterator once we're done with it.
872         Fix for recursively deactivating elements (stop at ghostpads).
873
874 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
875
876         * gst/playback/gstplaybin.c: (handoff):
877           Fix up caps on the frame buffer before we save it and potentially
878           make it accessible to other threads via g_object_get; also use
879           gst_buffer_replace() instead of gst_mini_object_replace().
880
881 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
882
883         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
884           Make getting the current frame thread-safe.
885
886 2007-01-25  Edward Hervey  <edward@fluendo.com>
887
888         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
889         (gst_decode_group_new), (gst_decode_group_free):
890         Set queues to bigger sizes to cope with HD contents.
891         Fix some mutex freeing and add comment about MT safe methods.
892
893 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
894
895         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
896         (gst_text_overlay_text_event):
897           Don't unnecessarily ref (and then leak) upstream events if the text
898           pad is not linked. Fixes #399948.
899
900         * tests/check/gst-plugins-base.supp:
901           Add suppression for pango on edgy/x86 for textoverlay test.
902
903 2007-01-24  Wim Taymans  <wim@fluendo.com>
904
905         * gst-libs/gst/rtp/gstrtpbuffer.h:
906         Add some more fixed payloads.
907
908 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
909
910         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
911           Error out properly if we get an error from libogg while reading the
912           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
913
914 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
915
916         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
917           Don't leak mutex.
918
919         * tests/check/elements/playbin.c:
920         (test_sink_usage_video_only_stream),
921         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
922         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
923         (test_missing_suburisource_handler),
924         (test_missing_primary_decoder), (playbin_suite):
925           Run all tests once with decodebin and once with decodebin2.
926           One test does not pass yet with decodebin2.
927
928 2007-01-23  Edward Hervey  <edward@fluendo.com>
929
930         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
931         Fix the cases where oggmux doesn't properly figure out that all
932         sinkpads have gone EOS, and therefore doesn't push out the remaining
933         buffers and the final EOS event.
934         Fixes #363379
935
936 2007-01-23  Julien MOUTTE  <julien@moutte.net>
937
938         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
939         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
940         Don't lock on navigation event push, just on keysym to string.
941         Fixes #397673 again.
942
943 2007-01-22  Edward Hervey  <edward@fluendo.com>
944
945         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
946         (get_current_group), (group_demuxer_event_probe),
947         (gst_decode_group_expose), (deactivate_free_recursive),
948         (gst_decode_group_free):
949         Cleanups.
950         Don't forget to emit 'no-more-pads' once a group is exposed.
951         Cleanup elements from a DecodeGroup once we remove it.
952         Protect call to gst_decode_group_expose() with the decodebin lock.
953
954 2007-01-22  Julien MOUTTE  <julien@moutte.net>
955
956         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
957         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
958         Looking at Xorg code i can't figure out if that XKeysymToString
959         function is thread sensible or not. Lock it just in case as
960         recommended by Radek Doulik <rodo at ximian dot com>.
961
962 2007-01-22  Julien MOUTTE  <julien@moutte.net>
963
964         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
965         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
966         Lock that X Call as well. Fixes #397673.
967
968 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
969
970         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
971           Don't go into an endless loop if the file starts with 00 00 01 2X,
972           like quicktime redirect files might. Fixes #396042.
973
974         * tests/check/Makefile.am:
975         * tests/check/gst/.cvsignore:
976         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
977         (typefindfunctions_suite):
978           Add unit test for the above.
979
980 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
981
982         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
983           On second thought, use "depth" field rather than "bpp" field.
984
985 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
986
987         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
988           Camtasia caps apparently need a bpp field (#398875).
989
990 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
991
992         * gst/playback/gstplaybasebin.c: (setup_subtitle),
993         (gen_source_element), (gst_play_base_bin_change_state):
994           Attempt at a better error message in case we don't have the required
995           URI handler installed; post missing-plugin message also when we're
996           missing an URI handler for the subtitle URI; clean up properly also
997           when an error occurs and we never made it to PAUSED state.
998
999         * tests/check/elements/playbin.c: (GST_START_TEST),
1000         (playbin_suite):
1001           Check that we're also getting a missing-plugin messsage for a
1002           missing subtitle URI handler (and clean up properly).
1003
1004 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1005
1006         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1007           Plug a few reference leaks.
1008
1009 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1010
1011         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1012           Lower probability a bit if the marker isn't right at the start,
1013           to decrease the chance of false positives.
1014
1015 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1016
1017         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1018           Small mpeg2 system stream typefinding improvement: make typefinder
1019           probe a bit into the stream instead of just looking for a marker
1020           at the beginning. Fixes #397810.
1021
1022 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
1023
1024         * gst/audioconvert/gstchannelmix.c:
1025           Remove compatibility cruft for prehistoric GLib versions.
1026
1027 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1028
1029         * gst/playback/Makefile.am:
1030         * gst/playback/gstdecodebin.c: (close_pad_link):
1031         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1032         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1033         (gst_play_base_bin_handle_message_func), (unknown_type):
1034           Let decodebin be the element to post missing-plugin messages for
1035           missing decoders (rather than playbin); make playbin implement
1036           GstBin::handle_message so we can suppress missing-plugin messages
1037           for types we're not handling on purpose (don't want to bring up an
1038           installer in those cases).
1039
1040 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1041
1042         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1043         * gst-libs/gst/tag/gstvorbistag.c:
1044         (gst_tag_list_to_vorbiscomment_buffer):
1045         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1046           Fix potentially unaligned access (#397207).
1047
1048 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1049
1050         * tests/examples/seek/seek.c: (set_scale), (update_scale),
1051         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1052         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1053         (main):
1054           Allow to toggle looping while it plays. Fix callback prototype. Clean
1055           up code a bit more. Add copyright header.
1056
1057 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1058
1059         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1060           Red and blue mask was swapped (spotted by Dan Williams).
1061
1062 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
1063
1064         * gst-libs/gst/tag/gstid3tag.c:
1065         * gst-libs/gst/tag/gstvorbistag.c:
1066           Use new beats-per-minute tag from core.
1067
1068 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
1069
1070         * po/POTFILES.in:
1071           Add new files with translatable strings, so they actually make it
1072           into the template file one day.
1073
1074 2007-01-12  Andy Wingo  <wingo@pobox.com>
1075
1076         * gst-libs/gst/audio/gstbaseaudiosink.c
1077         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1078         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1079         stuff, as the base class handles this now. Actually tell the ring
1080         buffer to start.
1081         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1082         How did this work before? Maybe I'm not as awesome a programmer as
1083         I think.
1084
1085         * gst-libs/gst/audio/gstbaseaudiosrc.c
1086         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1087         of a pad function.
1088
1089 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1090
1091         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1092           Remove more fields so that the application can better blacklist
1093           formats that have been tried before.
1094
1095 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1096
1097         * gst-libs/gst/audio/mixerutils.h:
1098           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1099           used when compiling with c++ compilers as well.
1100
1101 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1102
1103         * gst/typefind/gsttypefindfunctions.c:
1104           Fix comment.
1105
1106 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1107
1108         * gst/playback/gstplaybin.c: (post_missing_element_message),
1109         (gen_video_element), (gen_text_element), (gen_audio_element),
1110         (gen_vis_element):
1111           Post missing-plugin messages also when we error out because
1112           converters, textoverlay or auto*sinks are missing (#161922).
1113
1114 2007-01-10  Wim Taymans  <wim@fluendo.com>
1115
1116         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1117         (is_demuxer_element), (new_caps):
1118         * gst/playback/gstplaybasebin.c: (source_new_pad):
1119         Fix the case where we try to ref a NULL element when we delay a link
1120         because of unfixed caps.
1121         Set the state of autoplugged decodebins to PAUSED.
1122         RTSP now works in playbin, we can remove it from the blacklist.
1123
1124 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1125
1126         * gst/playback/Makefile.am:
1127         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1128         (unknown_type), (setup_subtitle), (gen_source_element):
1129         * gst/playback/gstplaybin.c: (plugin_init):
1130           Post missing-plugin messages on the bus for missing sources and
1131           missing decoders/demuxers/depayloaders; fix error code used when
1132           we're missing an URI handler source; for media types that we are not
1133           handling on purpose at the moment, don't print "don't know how to
1134           handle xyz" messages to the terminal or post missing-plugin
1135           messages on the bus.
1136
1137         * tests/check/elements/playbin.c: (create_playbin),
1138         (GST_START_TEST), (gst_codec_src_uri_get_type),
1139         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1140         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1141         (gst_codec_src_init_type), (gst_codec_src_base_init),
1142         (gst_codec_src_create), (gst_codec_src_class_init),
1143         (gst_codec_src_init), (plugin_init), (playbin_suite):
1144           Add some tests for the missing-plugin stuff.
1145
1146 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1147
1148         * configure.ac:
1149         * gst-libs/gst/Makefile.am:
1150         * gst-libs/gst/utils/Makefile.am:
1151         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1152         * gst-libs/gst/utils/base-utils.h:
1153         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1154         (find_format_info), (caps_are_rtp_caps),
1155         (gst_base_utils_get_source_description),
1156         (gst_base_utils_get_sink_description),
1157         (gst_base_utils_get_decoder_description),
1158         (gst_base_utils_get_encoder_description),
1159         (gst_base_utils_get_element_description),
1160         (gst_base_utils_add_codec_description_to_tag_list),
1161         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1162         * gst-libs/gst/utils/descriptions.h:
1163         * gst-libs/gst/utils/missing-plugins.c:
1164         (missing_structure_get_type), (copy_and_clean_caps),
1165         (gst_missing_uri_source_message_new),
1166         (gst_missing_uri_sink_message_new),
1167         (gst_missing_element_message_new),
1168         (gst_missing_decoder_message_new),
1169         (gst_missing_encoder_message_new),
1170         (missing_structure_get_string_detail),
1171         (missing_structure_get_caps_detail),
1172         (gst_missing_plugin_message_get_installer_detail),
1173         (gst_missing_plugin_message_get_description),
1174         (gst_is_missing_plugin_message):
1175         * gst-libs/gst/utils/missing-plugins.h:
1176           API: add new libgstbaseutils library with functions
1177           - to create and parse missing-plugins messages
1178           - that provide (translated) descriptions for caps/decoders/sources/etc.
1179           Closes #392393.
1180
1181         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1182         * pkgconfig/gstreamer-plugins-base.pc.in:
1183           Add new lib.
1184
1185         * docs/libs/gst-plugins-base-libs-docs.sgml:
1186         * docs/libs/gst-plugins-base-libs-sections.txt:
1187           Generate docs for new lib and API.
1188
1189         * tests/check/Makefile.am:
1190         * tests/check/libs/.cvsignore:
1191         * tests/check/libs/utils.c: (missing_msg_check_getters),
1192         (GST_START_TEST), (libgstbaseutils_suite):
1193           Add some basic unit tests.
1194
1195 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1196
1197         * ext/ogg/Makefile.am:
1198           Dist gstoggdemux.h to fix 'make distcheck'.
1199
1200         * sys/v4l/Makefile.am:
1201           Fix 'make distcheck' even more.
1202
1203 2007-01-09  Wim Taymans  <wim@fluendo.com>
1204
1205         * docs/plugins/Makefile.am:
1206         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1207         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1208         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1209         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1210         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1211         (gst_ogg_demux_perform_seek):
1212         * ext/ogg/gstoggdemux.h:
1213         Added docs.
1214         Add some more comments.
1215         Small cleanups.
1216
1217 2007-01-09  Wim Taymans  <wim@fluendo.com>
1218
1219         * ext/theora/theoradec.c:
1220         * ext/vorbis/vorbisdec.c:
1221         * gst-libs/gst/audio/gstringbuffer.c:
1222         (gst_ring_buffer_commit_full):
1223         * gst-libs/gst/audio/gstringbuffer.h:
1224         * gst-libs/gst/rtp/gstrtpbuffer.c:
1225         * gst-libs/gst/tag/gstvorbistag.c:
1226         Small documentation updates/fixes
1227
1228 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1229
1230         * configure.ac:
1231           Require core CVS HEAD for Andy's basesrc/sink API additions.
1232
1233 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1234
1235         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1236
1237         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1238         (plugin_init):
1239           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1240           on flac.sf.net (there appear to be other versions of the first
1241           ogg page in the wild) (#391365).
1242
1243 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1244
1245         * configure.ac:
1246           Check if localtime_r() is available.
1247
1248         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1249           If localtime_r() is not available, fall back to localtime(). Should
1250           fix build on MingW (#393310).
1251
1252 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1253
1254         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1255         * gst/subparse/gstsubparse.h:
1256           Remove spurious 1000 subtrahend when calculating the timestamp from
1257           the frame number and the frame rate . Also, use the frames/second
1258           value specified in the first line of the file, if one is specified
1259           there. Should fix #357503.
1260
1261         * tests/check/elements/subparse.c: (do_test),
1262         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1263         (subparse_suite):
1264           Add some basic unit tests for the microdvd subtitle format.
1265
1266 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1267
1268         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1269         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1270         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1271         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1272         (gst_xvimagesink_set_xwindow_id),
1273         (gst_xvimagesink_set_event_handling),
1274         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1275         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1276         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1277         Fixes : #390076.
1278         Add an adaptor property to select a specific XV adaptor.
1279         * sys/xvimage/xvimagesink.h:
1280
1281 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1282
1283         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1284         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1285         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1286         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1287         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1288         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1289         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1290         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1291         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1292         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1293         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1294         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1295         Use flow_lock much more to protect every access to xwindow.
1296         Try to catch erros while creating images in case some drivers are
1297         just generating an XError when the requested image is too big.
1298         Should fix : #354698, #384008, #384060.
1299         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1300         Implement some stress testing of setting window xid.
1301
1302 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1303
1304         * win32/common/libgsaudio.def:
1305           Add new exported function.
1306         * win32/common/libgstogg.dsp:
1307           Add gstoggaviparse.c to the build.
1308         * win32/common/libgstvideoscale.dsp:
1309           Add vs_4tap.c to the build.
1310         * win32/common/libgstvorbis.dsp:
1311           Add vorbistag.c to the build.
1312         
1313 2007-01-06  Andy Wingo  <wingo@pobox.com>
1314
1315         * gst-libs/gst/audio/gstbaseaudiosink.c
1316         (gst_base_audio_sink_class_init)
1317         (gst_base_audio_sink_init): 
1318         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1319         to baseaudiosink, and tell basesink that we can work in pull mode.
1320         This way the ring buffer thread drives the pipeline directly, if
1321         pull mode is possible. There is some lingering nastiness regarding
1322         capsnego, however.
1323         (gst_base_audio_sink_callback): Implement the callback to pull
1324         data. This interface is a bit light, though -- it should get a
1325         GstFlowReturn return value at least.
1326
1327 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1328
1329         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1330         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1331         * gst/playback/gstdecodebin2.c:
1332         (gst_decode_group_check_if_blocked):
1333           Printf format and missing argument fixes.
1334
1335 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1336
1337         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1338         (gst_ogm_parse_change_state):
1339         Activate pads before adding them to the element.
1340
1341 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1342
1343         * tests/examples/seek/scrubby.c: (main):
1344         * tests/examples/seek/seek.c: (main):
1345           Call g_thread_init() first thing in main() (see #391278).
1346
1347 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1348
1349         * tests/check/Makefile.am:
1350         * tests/check/libs/.cvsignore:
1351         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1352         (netbuffer_suite):
1353           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1354           for the time being, since it's broken, see #393099.
1355
1356 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1357
1358         * tests/check/Makefile.am:
1359           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1360
1361 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1362
1363         * configure.ac:
1364           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1365           so that GST_BASE_CFLAGS can go inbetween them, making sure
1366           we use uninstalled gst-libs headers
1367         * docs/libs/Makefile.am:
1368         * ext/alsa/Makefile.am:
1369         * ext/cdparanoia/Makefile.am:
1370         * ext/gnomevfs/Makefile.am:
1371         * ext/libvisual/Makefile.am:
1372         * ext/ogg/Makefile.am:
1373         * ext/theora/Makefile.am:
1374         * ext/vorbis/Makefile.am:
1375         * gst-libs/gst/audio/Makefile.am:
1376         * gst-libs/gst/cdda/Makefile.am:
1377         * gst-libs/gst/interfaces/Makefile.am:
1378         * gst-libs/gst/riff/Makefile.am:
1379         * gst-libs/gst/rtp/Makefile.am:
1380         * gst-libs/gst/tag/Makefile.am:
1381         * gst/adder/Makefile.am:
1382         * gst/audioconvert/Makefile.am:
1383         * gst/audiorate/Makefile.am:
1384         * gst/audioresample/Makefile.am:
1385         * gst/playback/Makefile.am:
1386         * gst/tcp/Makefile.am:
1387         * gst/videoscale/Makefile.am:
1388         * gst/volume/Makefile.am:
1389         * sys/ximage/Makefile.am:
1390         * sys/xvimage/Makefile.am:
1391         * tests/icles/Makefile.am:
1392           adapt
1393
1394 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1395
1396         * gst-libs/gst/interfaces/xoverlay.c:
1397         (gst_x_overlay_handle_events):
1398         * gst-libs/gst/interfaces/xoverlay.h:
1399         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1400         (gst_ximagesink_set_xwindow_id),
1401         (gst_ximagesink_set_event_handling),
1402         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1403         (gst_ximagesink_get_property), (gst_ximagesink_init),
1404         (gst_ximagesink_class_init):
1405         * sys/ximage/ximagesink.h:
1406         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1407         (gst_xvimagesink_set_xwindow_id),
1408         (gst_xvimagesink_set_event_handling),
1409         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1410         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1411         (gst_xvimagesink_class_init):
1412         * sys/xvimage/xvimagesink.h:
1413         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1414         Add a method to the XOverlay interface to allow disabling of 
1415         event handling in x[v]imagesink elements. This will let X events
1416         propagate to parent windows which can be usefull in some cases.
1417         Be carefull that the application is then responsible of pushing
1418         navigation events and expose events to the video sink.
1419         Fixes: #387138.
1420
1421 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1422
1423         * gst-libs/gst/tag/gstvorbistag.c:
1424         * tests/check/libs/tag.c: (GST_START_TEST):
1425           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1426           (fixes #392070).
1427
1428 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1429
1430         * configure.ac:
1431         * docs/Makefile.am:
1432         * docs/design/Makefile.am:
1433           Dist design docs.
1434
1435 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1436
1437         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1438         typo. Fixes: #390063.
1439
1440 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1441
1442         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1443         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1444         caps leak.
1445         * win32/common/config.h: Updated.
1446
1447 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1448
1449         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1450         (setup_gdpdepay_streamheader):
1451         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1452         (setup_gdppay_streamheader):
1453           Fix the dp tests, but activating the pads for the streamheader tests
1454           too and cleaning up conditionaly
1455
1456 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1457
1458         * gst/ffmpegcolorspace/avcodec.h:
1459         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1460         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1461         (gst_ffmpegcsp_avpicture_fill):
1462         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1463         (img_get_alpha_info):
1464         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1465         other end of the word. Fixes: #387073.
1466
1467         Add some inconsequential branch hints in a couple of places.
1468
1469 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1470
1471         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1472         (gst_ffmpeg_caps_to_smpfmt):
1473           The "signed" field in raw audio caps is of boolean type, trying to
1474           extract the value with _get_int() will fail (fix to keep in sync with
1475           the copy in gst-ffmpeg)
1476
1477 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1478
1479         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1480         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1481         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1482         (cleanup_gdpdepay):
1483         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1484         * tests/check/elements/subparse.c: (teardown_subparse):
1485         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1486         * tests/check/elements/videorate.c: (cleanup_videorate):
1487         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1488         * tests/check/elements/volume.c: (cleanup_volume):
1489         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1490         (cleanup_vorbisdec):
1491         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1492         (cleanup_vorbistag):
1493           consistent pad (de)activation
1494
1495 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1496
1497         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1498           Forgot to register the extensions.
1499
1500 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1501
1502         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1503         (plugin_init):
1504           Add typefinder for VIVO files (my christmas present to the 90s).
1505
1506 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1507
1508         * gst/playback/gstdecodebin.c: (type_found):
1509           Special-case the text/plain media type: we only want to recognise it
1510           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1511           parser, but not if the entire stream is of text/plain type. If the
1512           entire stream is text/plain, we should just error out.
1513
1514           This fixes playback of audio files with lyrics in totem. Totem can't
1515           distinguish between text files and subtitle files and passes any
1516           .txt file with the same basename as the main file to playbin as
1517           suburi, and playbin will then throw a 'subtitle found, but no video
1518           stream' error, which isn't entirely helpful. See #380342.
1519
1520           Also, with this change we'll show a slightly more correct error
1521           message in case totem passes a playlist file to us (although a
1522           custom error message wording instead of the default text would
1523           probably not be a bad idea either).
1524
1525           Same problem also needs to be fixed for playbin+decodebin2.
1526
1527         * tests/check/Makefile.am:
1528         * tests/check/elements/decodebin.c: (src_handoff_cb),
1529         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1530         (decodebin_suite):
1531           Add simple unit test for decodebin for the above.
1532
1533 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1534
1535         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1536         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1537           Refuse to change state to READY when we failed to create any of the
1538           required elements in our instance init function.
1539
1540 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1541
1542         * docs/libs/gst-plugins-base-libs-sections.txt:
1543           Small docs fixes/updates.
1544
1545         * gst-libs/gst/video/gstvideosink.h:
1546           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1547           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1548           removed from the base sink API between 0.9.6 and 0.9.7).
1549           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1550           accessor macros, so we don't do a runtime GObject type check every
1551           time we use them.
1552
1553 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1554
1555         * Makefile.am:
1556         * gst-plugins-base.doap:
1557         * gst-plugins-base.spec.in:
1558           add doap file
1559
1560 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1561
1562         Patch by: Jens Granseuer <jensgr at gmx net>
1563
1564         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1565         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1566         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1567         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1568         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1569           Declare variables at the beginning of a block. Fixes #383195.
1570
1571 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1572
1573         * configure.ac:
1574         Bump version nano - back to CVS.
1575
1576
1577 === release 0.10.11 ===
1578
1579 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1580
1581         * configure.ac:
1582           releasing 0.10.11, "Dumb things"
1583
1584 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1585
1586         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1587         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1588         Handle the case where an element has multiple pads with 
1589         unfixed caps as well as still possibly producing more dynamic 
1590         pads by storing each case as a distinct entry in the dynamic list.
1591         Fixes #38223 again.
1592
1593 2006-12-04  Wim Taymans  <wim@fluendo.com>
1594
1595         * gst/playback/gstdecodebin.c: (close_pad_link):
1596         Fix #382223, add more dynamic caps handling.
1597
1598 2006-12-04  Wim Taymans  <wim@fluendo.com>
1599
1600         reviewed by: <delete if not using a buddy>
1601
1602         * gst-libs/gst/audio/gstringbuffer.h:
1603         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1604         (gst_netaddress_set_ip4_interface),
1605         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1606         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1607         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1608         (gst_netaddress_get_ttl):
1609         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1610         * gst/playback/gstdecodebin.c: (close_pad_link):
1611         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1612         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1613         * win32/common/config.h:
1614
1615 2006-12-01  Michael Smith  <msmith@fluendo.com>
1616
1617         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1618           Delete bad debug code.
1619           Fixes #381219
1620
1621 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1622
1623         * gst/videoscale/vs_4tap.c:
1624         * win32/MANIFEST:
1625         * win32/common/config.h:
1626         * win32/vs8/libgstvideoscale.vcproj:
1627         Fix compilation on win32 under VS8
1628         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1629         Partially fixes #381175
1630
1631 2006-11-30  Michael Smith  <msmith@fluendo.com>
1632
1633         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1634         (GST_START_TEST):
1635           It would be very bad if, after a discont buffer, we thought every
1636           single following buffer was also discont. So, add to the test to
1637           ensure that this isn't the case.
1638           
1639         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1640           ... it was the case. So fix it.
1641
1642 2006-11-28  Wim Taymans  <wim@fluendo.com>
1643
1644         * gst/playback/gstplaybasebin.c: (check_queue_event):
1645         Improve debug.
1646
1647         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1648         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1649         padtemplate caps. Refixes #357577.
1650
1651 2006-11-28  Wim Taymans  <wim@fluendo.com>
1652
1653         * gst/playback/gstplaybasebin.c: (check_queue_event),
1654         (queue_threshold_reached), (queue_out_of_data),
1655         (gen_preroll_element):
1656         Add event probe to see when EOS is in a queue and we can disable the
1657         underrun signals. Fixes #357577.
1658
1659 2006-11-28  Edward Hervey  <edward@fluendo.com>
1660
1661         * gst/playback/Makefile.am:
1662         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1663         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1664         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1665         (gst_decode_bin_init), (gst_decode_bin_dispose),
1666         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1667         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1668         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1669         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1670         (connect_element), (expose_pad), (type_found),
1671         (pad_added_group_cb), (pad_removed_group_cb),
1672         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1673         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1674         (are_raw_caps), (multi_queue_overrun_cb),
1675         (multi_queue_underrun_cb), (gst_decode_group_new),
1676         (get_current_group), (group_demuxer_event_probe),
1677         (gst_decode_group_control_demuxer_pad),
1678         (gst_decode_group_control_source_pad),
1679         (gst_decode_group_check_if_blocked),
1680         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1681         (gst_decode_group_hide), (gst_decode_group_free),
1682         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1683         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1684         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1685         (plugin_init):
1686         New decodebin2 element.
1687         Closes #370092
1688         * gst/playback/gstplay-marshal.list:
1689         Added marshallers for new signals in decodebin2
1690         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1691         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1692         is set.
1693
1694 2006-11-28  Wim Taymans  <wim@fluendo.com>
1695
1696         * gst/playback/gstplaybasebin.c: (setup_source),
1697         (gst_play_base_bin_change_state):
1698         Disable rtsp:// uris for the release, it's not good enough yet.
1699         Remove unused var.
1700
1701 2006-11-26  Wim Taymans  <wim@fluendo.com>
1702
1703         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1704         (theora_dec_push_forward), (theora_dec_push_reverse),
1705         (theora_handle_data_packet), (theora_dec_decode_buffer),
1706         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1707         (theora_dec_chain_forward), (theora_dec_chain):
1708         Implement reverse playback.
1709
1710         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1711         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1712         (vorbis_dec_chain_forward):
1713         Clear buffers used for reverse playback in _reset.
1714         No need to set the eos flag, we clip samples using the segment.
1715
1716 2006-11-24  Wim Taymans  <wim@fluendo.com>
1717
1718         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1719         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1720         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1721         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1722         Some cleanups.
1723         Handle continued pages in reverse mode.
1724
1725 2006-11-24  Wim Taymans  <wim@fluendo.com>
1726
1727         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1728         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1729         (vorbis_dec_flush_decode):
1730         Small cleanups.
1731         Don't try to add invalid timestamps.
1732         Clipping will unref the buffer.
1733
1734 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1735
1736         * gst/adder/gstadder.h:
1737         * gst/audiotestsrc/gstaudiotestsrc.h:
1738           remove obsolete _factory_init protos
1739
1740 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1741
1742         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1743           Fix spacing in debug message.
1744
1745 2006-11-23  Wim Taymans  <wim@fluendo.com>
1746
1747         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1748         (gst_ogg_demux_chain):
1749         Don't just ignore return values from _pad_push().
1750         Small debug improvements.
1751
1752 2006-11-23  Michael Smith  <msmith@fluendo.com>
1753
1754         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1755           If our incoming buffer is marked as DISCONT, then increment the page
1756           number (so that the discontinuity is marked in the final ogg
1757           bitstream) and flush the previous page.
1758
1759 2006-11-22  Michael Smith  <msmith@fluendo.com>
1760
1761         * ext/theora/gsttheoraenc.h:
1762         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1763         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1764         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1765         (theora_enc_chain), (theora_enc_change_state):
1766           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1767
1768         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1769         (GST_START_TEST), (theoraenc_suite):
1770           Enable discontinuity test, fix it.
1771
1772 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1773
1774         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1775         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1776         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1777         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1778         (gst_text_overlay_change_state):
1779         * ext/pango/gsttextoverlay.h:
1780           Some textoverlay fixes: for one, in the video chain function,
1781           actually wait for a text buffer to come in if there is none at the
1782           moment and there should be one; also, deal more gracefully with
1783           incoming buffers that do not have a timestamp or duration; discard
1784           text buffer when not needed any longer. Fixes #341681.
1785
1786         * tests/check/Makefile.am:
1787         * tests/check/elements/.cvsignore:
1788         * tests/check/elements/textoverlay.c:
1789         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1790         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1791         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1792         (test_video_waits_for_text_send_text_newsegment_thread),
1793         (test_video_waits_for_text_shutdown_element),
1794         (test_render_continuity_push_video_buffers_thread),
1795         (textoverlay_suite):
1796           Add some unit tests for textoverlay.
1797
1798 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1799
1800         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1801           Avoid integer underflow when the found probability for mp3 is
1802           smaller than the 'penalty' we subtract if there's not a clean
1803           mp3 header sync at offset 0.
1804
1805 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1806
1807         * docs/libs/gst-plugins-base-libs-sections.txt:
1808           Add some new symbols to the docs
1809
1810 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1811
1812         * tests/check/Makefile.am:
1813         * tests/check/elements/ffmpegcolorspace.c:
1814         (ffmpegcolorspace_suite):
1815           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1816           (for now not for valgrinding though, since it takes too long).
1817
1818 2006-11-20  Wim Taymans  <wim@fluendo.com>
1819
1820         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1821         (gst_ffmpeg_pixfmt_to_caps):
1822         Fix RGBA32 caps. Fixes #357038.
1823
1824 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1825
1826         * gst-libs/gst/interfaces/mixertrack.h:
1827           Add FIXME so we can add some padding here in 0.11
1828
1829 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1830
1831         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1832           Fix GstBaseRTPAudioPayload structure so the whole GObject
1833           inheritance business actually works (parent class instance structure
1834           must always come first in the derived class instance structure).
1835
1836 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1837
1838         * gst/videotestsrc/Makefile.am:
1839         * tests/check/Makefile.am:
1840           Make sure our checks and the videotestsrc plugin link against the
1841           local uninstalled gst libs and not any installed gst libs that
1842           might happen to exist as well.
1843
1844         * tests/check/elements/adder.c: (message_received),
1845         (test_event_message_received), (test_play_twice_message_received):
1846         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1847           Fix compiler warnings when compiling against core with disabled
1848           debugging system.
1849
1850 2006-11-16  Michael Smith  <msmith@fluendo.com>
1851
1852         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1853         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1854           Fix audiorate, so that it accurately sets offsets and timestamps.
1855           Doesn't change the fundamental algorithmic decisions; so should be
1856           safe.
1857
1858         * tests/check/Makefile.am:
1859           Enable audiorate test now that it passes.
1860
1861 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
1862
1863         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1864           clear xv when going to NULL, remove // commented non-existant proto
1865
1866         * tests/examples/seek/seek.c: (main):
1867           add missing tooltip description for scrub and play_scrub
1868
1869 2006-11-14  David Schleef  <ds@schleef.org>
1870
1871         * configure.ac:
1872           Bump liboil requirement to 0.3.8.
1873         * gst-libs/gst/riff/riff-media.c:
1874           Add Dirac fourcc.
1875         * gst/videoscale/vs_image.h:
1876         * gst/videoscale/vs_scanline.h:
1877           Use liboil's stdint.h.
1878         * gst/videotestsrc/videotestsrc.c:
1879           Remove liboil related ifdef's, since they aren't needed now, and
1880           won't work with future versions.
1881
1882 2006-11-14  David Schleef  <ds@schleef.org>
1883
1884         * gst/videoscale/Makefile.am:
1885         * gst/videoscale/gstvideoscale.c:
1886         * gst/videoscale/gstvideoscale.h:
1887         * gst/videoscale/vs_4tap.c:
1888         * gst/videoscale/vs_4tap.h:
1889         * gst/videoscale/vs_image.c:
1890         * gst/videoscale/vs_image.h:
1891         * gst/videoscale/vs_scanline.c:
1892         * gst/videoscale/vs_scanline.h:
1893           Add a 4-tap image scaler.  Theoretically looks much prettier.
1894           The tap calculation could use some improvement.
1895
1896 2006-11-14  Wim Taymans  <wim@fluendo.com>
1897
1898         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1899
1900         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1901         (gst_riff_parse_strf_iavs):
1902         * gst/subparse/gstsubparse.c: (convert_encoding):
1903         * gst/tcp/gstmultifdsink.c:
1904         (gst_multi_fd_sink_handle_client_write):
1905         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1906         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1907         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1908         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1909         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1910         (gst_ximagesink_ximage_new):
1911         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1912         Various gsize and gssize printf fixes. Fixes #372507.
1913
1914 2006-11-13  Wim Taymans  <wim@fluendo.com>
1915
1916         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1917         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1918         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1919         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1920         (vorbis_dec_chain_forward), (vorbis_dec_chain):
1921         * ext/vorbis/vorbisdec.h:
1922         First stab at vorbis reverse playback.
1923
1924 2006-11-13  Wim Taymans  <wim@fluendo.com>
1925
1926         * gst-libs/gst/audio/gstbaseaudiosink.c:
1927         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1928         * gst-libs/gst/audio/gstbaseaudiosink.h:
1929         Make the clock sync code more accurate wrt resampling and playback
1930         at different rates.
1931         
1932         * gst-libs/gst/audio/gstringbuffer.c:
1933         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1934         * gst-libs/gst/audio/gstringbuffer.h:
1935         Use better algorithm to interpolate sample rates. 
1936
1937 2006-11-13  Michael Smith  <msmith@fluendo.com>
1938
1939         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1940           Improve a debug line slightly.
1941
1942         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1943           Call gst_riff_init() in plugin_init, to avoid getting errors from
1944           the debug system (unrelated changes to another plugin made this turn
1945           up; not sure why).
1946
1947 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1948
1949         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
1950
1951         * win32/common/libgsttag.def:
1952           Add missing symbol (#366492).
1953
1954 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1955
1956         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1957           Don't unref a NULL pad.
1958
1959 2006-11-09  Wim Taymans  <wim@fluendo.com>
1960
1961         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1962         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
1963         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
1964         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
1965         (gst_ogg_demux_loop):
1966         Implement first stab at reverse playback.
1967
1968 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
1969
1970         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1971         (gst_riff_create_video_template_caps):
1972           add h263/h264 variants to the caps, Fixes #363118
1973
1974 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1975
1976         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1977         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1978           Use g_strerror instead of strerror so we get UTF-8.
1979
1980 2006-11-03  David Schleef  <ds@schleef.org>
1981
1982         * ext/ogg/gstoggdemux.c:
1983         * ext/ogg/gstoggmux.c:
1984           Add/remove KW-DIRAC header here, since it is ogg-specific.
1985
1986 2006-11-03  Michael Smith  <msmith@fluendo.com>
1987
1988         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1989           Recognise more mpeg4 elementary video streams.
1990
1991 2006-11-02  Edward Hervey  <edward@fluendo.com>
1992
1993         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1994         Lower the probability of mp3 typefinding functions if we don't find a
1995         valid mp3 header at the start of the file.
1996         Closes #369482
1997
1998 2006-11-02  Wim Taymans  <wim@fluendo.com>
1999
2000         * ext/theora/gsttheoradec.h:
2001         * ext/theora/theoradec.c: (gst_theora_dec_init),
2002         (theora_dec_sink_event), (theora_dec_chain_forward),
2003         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2004         (theora_dec_chain):
2005         Document and partially implement an algorithm for doing reverse playback
2006         of theora video.
2007
2008 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2009
2010         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
2011
2012         * win32/common/config.h:
2013         * win32/common/interfaces-enumtypes.c:
2014         * win32/common/libgsttag.def:
2015         * win32/vs8/gst-plugins-base.sln:
2016         * win32/vs8/libgstaudioresample.vcproj:
2017         * win32/vs8/libgstinterfaces.vcproj:
2018         * win32/vs8/libgstogg.vcproj:
2019         * win32/vs8/libgstriff.vcproj:
2020         * win32/vs8/libgsttag.vcproj:
2021         * win32/vs8/libgsttheora.vcproj:
2022         * win32/vs8/libgstvideoscale.vcproj:
2023         * win32/vs8/libgstvorbis.vcproj:
2024           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2025           to libgsttag.def; add missing dependencies for some vs8 projects;
2026           re-arrange placement of .def files in vs8 projects (#366334).
2027
2028 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
2029
2030         * ext/ogg/gstogg.c:
2031           Remove unused variable.
2032
2033         * ext/ogg/gstoggdemux.c:
2034           Fix Wim's surname in plugin description.
2035
2036 2006-10-31  Wim Taymans  <wim@fluendo.com>
2037
2038         * gst-plugins-base.spec.in:
2039         spec new .h file. Fixes #368310.
2040
2041 2006-10-31  Michael Smith  <msmith@fluendo.com>
2042
2043         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2044         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2045         (gst_multi_fd_sink_get_stats),
2046         (gst_multi_fd_sink_remove_client_link),
2047         (gst_multi_fd_sink_queue_buffer),
2048         (gst_multi_fd_sink_handle_clients):
2049         * gst/tcp/gstmultifdsink.h:
2050           Make using the remove or clear signals threadsafe.
2051           Make calling get-stats with an invalid fd not segfault.
2052           Fixes 368273.
2053
2054 2006-10-31  Wim Taymans  <wim@fluendo.com>
2055
2056         * gst-libs/gst/rtp/Makefile.am:
2057         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2058         (gst_base_rtp_audio_payload_init):
2059         Fix and activate base audio payloader.
2060
2061 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2062
2063         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2064         (plugin_init):
2065           Add typefinder for QuickTime Image Files (see #366156).
2066
2067 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2068
2069         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2070           Another typo fix (#366212).
2071
2072 2006-10-27  Wim Taymans  <wim@fluendo.com>
2073
2074         * gst/volume/gstvolume.c: (volume_transform_ip):
2075         Use stream time to synchronize volume property instead of rather random
2076         timestamps. This is needed when gnonlin does its time shifting.
2077
2078 2006-10-27  Wim Taymans  <wim@fluendo.com>
2079
2080         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2081
2082         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2083         Remove the pad from the element in release_pad. Fixes #364812.
2084
2085 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
2086
2087         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2088         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2089           Explicitly create our custom buffer classes at a thread-safe
2090           location as well, since g_type_class_ref() doesn't seem to be
2091           entirely thread-safe either (#365501; also see #349410).
2092
2093 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2094
2095         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2096         (gst_riff_parse_info):
2097           If strings in INFO chunk are not UTF-8, do something similar to
2098           what we do for ID3v1 tags: check a number of environment variables
2099           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2100           character sets to try, otherwise try the current locale and/or fall
2101           back on ISO-8859-1. Fixes #360552.
2102
2103 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2104
2105         * gst/videotestsrc/gstvideotestsrc.c:
2106         (gst_video_test_src_pattern_get_type),
2107         (gst_video_test_src_set_pattern):
2108         * gst/videotestsrc/gstvideotestsrc.h:
2109         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2110         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2111         (gst_video_test_src_checkers8):
2112         * gst/videotestsrc/videotestsrc.h:
2113           Add a bunch of exciting new checkers patterns.
2114
2115 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2116
2117         * gst/subparse/Makefile.am:
2118         * gst/subparse/gstsubparse.c:
2119         (gst_sub_parse_data_format_autodetect),
2120         (gst_sub_parse_format_autodetect), (handle_buffer),
2121         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2122         * gst/subparse/gstsubparse.h:
2123         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2124         (parse_tmplayer):
2125         * gst/subparse/tmplayerparse.h:
2126           Add support for TMPlayer-type subtitles (#362845).
2127
2128         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2129         (GST_START_TEST), (subparse_suite):
2130           Add some basic unit tests for the above.
2131
2132 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2133
2134         * tests/check/elements/audiorate.c: (test_injector_base_init),
2135         (test_injector_class_init), (test_injector_chain),
2136         (test_injector_init), (probe_cb), (do_perfect_stream_test),
2137         (GST_START_TEST), (audiorate_suite):
2138           More tests for audiorate: inject buffers to check behaviour when
2139           buffers overlap.
2140
2141 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
2142
2143         * tests/check/Makefile.am:
2144         * tests/check/elements/.cvsignore:
2145         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2146         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2147           Add some basic unit tests for audiorate. Disabled at the moment
2148           since it doesn't pass yet (see bug #363119).
2149
2150 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2151
2152         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2153         (parse_subrip), (handle_buffer):
2154           Add missing closing tags for markup and fix broken markup,
2155           otherwise pango won't render anything (fixes #357531). Also,
2156           make sure the text we send out is always NUL-terminated
2157           (better safe than sorry etc.).
2158
2159         * tests/check/elements/subparse.c: (test_srt_do_test),
2160         (test_srt):
2161           Some more tests for .srt incl. tests for the above stuff.
2162
2163 2006-10-20  Julien MOUTTE  <julien@moutte.net>
2164
2165         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2166         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2167         Patch by: Stefan Kost  <ensonic@users.sf.net>
2168         Try to redraw borders only when needed. Apparently this consumes
2169         resources on small devices... :-O (#363607)
2170
2171 2006-10-20  Michael Smith  <msmith@fluendo.com>
2172
2173         * gst/tcp/gstmultifdsink.c:
2174         (gst_multi_fd_sink_client_queue_buffer):
2175           If caps change, then update the client's idea of the caps so that we
2176           don't end up re-sending streamheaders for every single buffer after
2177           the caps change.
2178
2179 2006-10-20  Michael Smith  <msmith@fluendo.com>
2180
2181         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2182         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2183           Set caps on pushed buffers; fix up refcounting of caps objects.
2184
2185 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2186
2187         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2188         (plugin_init):
2189           Typefind mmsh header data packet to application/x-mmsh (#362625).
2190
2191 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2192
2193         * tests/check/Makefile.am:
2194         * tests/check/elements/.cvsignore:
2195         * tests/check/elements/subparse.c: (buffer_from_static_string),
2196         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2197         (GST_START_TEST), (subparse_suite):
2198           Add very simple unit test for subparse.
2199
2200 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2201
2202         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2203         (parse_subrip):
2204           Strip trailing newlines from subtitle text output.
2205
2206 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2207
2208         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2209         (gst_sub_parse_change_state):
2210           Fix memleak; clear subparse->textbuf n state change function.
2211
2212 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2213
2214         * gst/subparse/gstsubparse.c:
2215         (gst_sub_parse_data_format_autodetect):
2216           Don't require subrip (.srt) files to start with a chunk number of 1.
2217
2218 2006-10-18  Wim Taymans  <wim@fluendo.com>
2219
2220         * gst-libs/gst/audio/gstbaseaudiosink.c:
2221         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2222         * gst-libs/gst/audio/gstbaseaudiosink.h:
2223         Extract rate from the NEWSEGMENT event.
2224         Use commit_full to also take rate adjustment into account when writing
2225         samples to the ringbuffer.
2226         
2227         * gst-libs/gst/audio/gstringbuffer.c:
2228         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2229         (gst_ring_buffer_read):
2230         * gst-libs/gst/audio/gstringbuffer.h:
2231         Added _commit_full() to also take rate into account.
2232         Use simple interpolation algorithm to resample audio.
2233         API: gst_ring_buffer_commit_full()
2234
2235         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2236         * tests/examples/seek/seek.c: (segment_done):
2237         Don't try to seek with 0.0 rate, just pause instead.
2238         Remove bogus debug line.
2239
2240 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2241
2242         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2243         (setup_source):
2244           Catch async errors when starting up the subtitle bin, so we can
2245           stop waiting and continue with the main film instead of hanging
2246           forever. Fixes #339366.
2247
2248         * tests/check/elements/playbin.c: (playbin_suite):
2249           Enable unit test for the above.
2250
2251 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2252
2253         * tests/check/Makefile.am:
2254         * tests/check/elements/.cvsignore:
2255         * tests/check/elements/playbin.c: (GST_START_TEST),
2256         (gst_red_video_src_uri_get_type),
2257         (gst_red_video_src_uri_get_protocols),
2258         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2259         (gst_red_video_src_uri_handler_init),
2260         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2261         (gst_red_video_src_create), (gst_red_video_src_class_init),
2262         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2263           Some small and basic unit tests for playbin; not very useful yet,
2264           but at least a start.
2265
2266 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2267
2268         * gst/playback/gstplaybin.c: (setup_sinks):
2269           The old pad activation spiel.
2270
2271 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2272
2273         * gst/playback/gstplaybasebin.c: (setup_source):
2274           Don't hang forever if the subbin already fails to start up in 
2275           the state change to PAUSED (#339366).
2276
2277 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2278
2279         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2280         (gst_tuner_set_channel), (gst_tuner_get_channel),
2281         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2282         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2283         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2284         (gst_tuner_find_channel_by_name):
2285           Fix some function guards, add some more function guards.
2286
2287 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2288
2289         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2290         (remove_element_chain):
2291         Don't return a pad from get_our_ghost_pad unless it is actually the
2292         one we want.
2293         Change a cast in remove_element_chain slightly.
2294
2295 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2296
2297         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2298         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2299         Segment seeking needs to use the rate and set stop to -1.
2300
2301 2006-10-13  Wim Taymans  <wim@fluendo.com>
2302
2303         * gst-libs/gst/audio/gstbaseaudiosink.c:
2304         (gst_base_audio_sink_setcaps):
2305         Don't crash when ringbuffer is not yet created.
2306         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2307         Fixes #361634.
2308
2309         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2310         * gst/playback/gststreamselector.c:
2311         (gst_stream_selector_request_new_pad):
2312         Activate pads befre adding them to running elements.
2313
2314 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2315
2316         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2317         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2318         updater when we start grabing the slider. Don't wait for the
2319         pipeline to be PAUSED.
2320
2321 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2322
2323         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2324         (gst_mixer_set_volume), (gst_mixer_get_volume),
2325         (gst_mixer_set_mute), (gst_mixer_set_option),
2326         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2327         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2328         (gst_mixer_option_changed):
2329           Guard mixer interface functions against bogus arguments.
2330
2331 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2332
2333         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2334         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2335         (msg_state_changed), (main): Use state-changed messages to trigger
2336         start/stop of scale update timer. Indeed the scale slider was
2337         jumping here and there because the update timer was activated 
2338         before seek completed. This fixes instant applying of rate changes
2339         by pressing the spinbutton like a crazy man !
2340
2341 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2342
2343         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2344
2345         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2346         (gst_basertppayload_finalize):
2347           Fix two small memory leaks (#361456).
2348
2349 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2350
2351         * tests/examples/seek/seek.c: (do_seek),
2352         (rate_spinbutton_changed_cb): When changing spinbutton we try
2353         to change the rate on the fly.
2354
2355 2006-10-10  Wim Taymans  <wim@fluendo.com>
2356
2357         * gst-libs/gst/riff/riff-ids.h:
2358         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2359         (gst_riff_create_audio_template_caps):
2360         Add WMS caps.
2361
2362 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2363
2364         Patch by: Josep Torre Valles <josep@fluendo.com>
2365
2366         * ext/gnomevfs/gstgnomevfssink.c:
2367         * ext/gnomevfs/gstgnomevfssrc.c:
2368         Fix URI interface implementation return type.
2369         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2370         Fix what looks like a copy/paste issue when assigning values.
2371         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2372         (gst_audio_filter_template_get_type):
2373         Cast to prevent Forte warnings.
2374         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2375         Fix URI interface implementation return type.
2376         gst_pad_query_position requires a signed integer pointer as
2377         3rd parameter, GstClockTime is unsigned.
2378         * gst/audioconvert/audioconvert.c:
2379         Fix integer overflow when treated as signed.
2380         * gst/audioresample/resample.c: (resample_add_input_data):
2381         Cast to prevent warnings on Forte.
2382         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2383         Fix integer overflow when treated as signed.
2384         * gst/ffmpegcolorspace/imgconvert_template.h:
2385         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2386         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2387         (cleanup_decodebin):
2388         Who initialises a guint to -1!
2389         Cast function pointers to prevent warnings on Forte.
2390         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2391         (queue_threshold_reached):
2392         Cast function pointers correctly to prevent warnings on Forte.
2393         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2394         Cast function pointers correctly to prevent warnings on Forte.
2395         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2396         Obvious change to unsigned, 0xEF > max signed char.
2397         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2398         GstClockTime is unsigned, initialise correctly.
2399         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2400         Cast so pointer arithemetic doesn't cause warnings on Forte.
2401         * gst/videorate/gstvideorate.c:
2402         Use correct return value.
2403         * tests/examples/seek/scrubby.c:
2404         GstClockTime is unsigned, initialise correctly.
2405
2406 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2407
2408         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2409
2410         * gst/typefind/gsttypefindfunctions.c:
2411           Recognise XML files and XML-like files shorter than 256 bytes as
2412           well (fixes #359237).
2413
2414 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2415
2416         Patch by: Renato Filho <renato.filho@indt.org.br>
2417         
2418         * gst/typefind/gsttypefindfunctions.c:
2419         Added typefind functions to video/x-nuv media.
2420         
2421 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2422
2423         * gst-libs/gst/interfaces/xoverlay.c:
2424         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2425           Some more guards against invalid input.
2426
2427 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2428
2429         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2430         Useless goto.
2431         * tests/examples/seek/seek.c: (do_seek),
2432         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2433         seek example to experiment with rates != 1.0 (reverse playback !)
2434
2435 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2436
2437         * gst-libs/gst/interfaces/xoverlay.c:
2438           Unref message in doc-example (spotted by Robert McQueen)
2439
2440 2006-10-06  Wim Taymans  <wim@fluendo.com>
2441
2442         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2443         (mpeg1_parse_header), (mpeg1_sys_type_find):
2444         printf fix.
2445
2446 2006-10-06  Wim Taymans  <wim@fluendo.com>
2447
2448         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2449         (close_pad_link):
2450         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2451         Activate dynamic pads before adding them to the element.
2452
2453 2006-10-06  Michael Smith  <msmith@fluendo.com>
2454
2455         * gst-libs/gst/floatcast/floatcast.h:
2456           Fix obviously-bogus macros; use the correct types.
2457
2458 2006-10-06  Wim Taymans  <wim@fluendo.com>
2459
2460         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2461         (gst_base_rtp_depayload_change_state):
2462         Also call parent state change function to activate pads.
2463
2464         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2465         (mpeg1_parse_header), (mpeg1_sys_type_find):
2466         Add some more debug info in mpeg typefinding.
2467
2468 2006-10-06  Michael Smith  <msmith@fluendo.com>
2469
2470         * ext/theora/theoradec.c: (theora_dec_chain):
2471           Zero byte theora packets are valid and well-defined; don't warn on
2472           them.
2473
2474 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2475
2476         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2477         (gst_multi_fd_sink_get_stats), (find_limits),
2478         (gst_multi_fd_sink_queue_buffer):
2479           API: add dropped_buffers to the get-stats GValueArray
2480
2481 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2482
2483         * ext/alsa/gstalsadeviceprobe.c:
2484         (gst_alsa_device_property_probe_get_values):
2485         * ext/alsa/gstalsasink.c: (set_hwparams):
2486         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2487         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2488         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2489         (gst_ogg_mux_process_best_pad):
2490         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2491         (gst_ogg_parse_chain):
2492         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2493         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2494         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2495         (gst_vorbis_enc_buffer_check_discontinuous):
2496         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2497         * gst-libs/gst/audio/gstbaseaudiosink.c:
2498         (gst_base_audio_sink_render):
2499         * gst-libs/gst/cdda/gstcddabasesrc.c:
2500         (gst_cdda_base_src_handle_track_seek):
2501         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2502         (gst_base_rtp_depayload_push_full):
2503         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2504         * gst/audioresample/resample.c: (resample_input_pushthrough):
2505         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2506         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2507         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2508         (wavpack_type_find):
2509         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2510         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2511         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2512         * tests/check/elements/volume.c: (GST_START_TEST):
2513           Printf format fixes.
2514
2515 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2516
2517         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2518           Fix a simple mistake (see the docs)
2519           Fixes #359580
2520
2521 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2522
2523         * docs/plugins/Makefile.am:
2524         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2525         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2526         * docs/plugins/gst-plugins-base-plugins.args:
2527         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2528         * docs/plugins/inspect/plugin-adder.xml:
2529         * docs/plugins/inspect/plugin-alsa.xml:
2530         * docs/plugins/inspect/plugin-audioconvert.xml:
2531         * docs/plugins/inspect/plugin-audiorate.xml:
2532         * docs/plugins/inspect/plugin-audioresample.xml:
2533         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2534         * docs/plugins/inspect/plugin-cdparanoia.xml:
2535         * docs/plugins/inspect/plugin-decodebin.xml:
2536         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2537         * docs/plugins/inspect/plugin-gdp.xml:
2538         * docs/plugins/inspect/plugin-gnomevfs.xml:
2539         * docs/plugins/inspect/plugin-libvisual.xml:
2540         * docs/plugins/inspect/plugin-ogg.xml:
2541         * docs/plugins/inspect/plugin-pango.xml:
2542         * docs/plugins/inspect/plugin-playbin.xml:
2543         * docs/plugins/inspect/plugin-subparse.xml:
2544         * docs/plugins/inspect/plugin-tcp.xml:
2545         * docs/plugins/inspect/plugin-theora.xml:
2546         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2547         * docs/plugins/inspect/plugin-video4linux.xml:
2548         * docs/plugins/inspect/plugin-videorate.xml:
2549         * docs/plugins/inspect/plugin-videoscale.xml:
2550         * docs/plugins/inspect/plugin-videotestsrc.xml:
2551         * docs/plugins/inspect/plugin-volume.xml:
2552         * docs/plugins/inspect/plugin-vorbis.xml:
2553         * docs/plugins/inspect/plugin-ximagesink.xml:
2554         * docs/plugins/inspect/plugin-xvimagesink.xml:
2555           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2556
2557 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2558
2559         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2560
2561         * ext/vorbis/Makefile.am:
2562         * ext/vorbis/vorbis.c: (plugin_init):
2563         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2564         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2565         * ext/vorbis/vorbisparse.h:
2566         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2567         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2568         (gst_vorbis_tag_parse_packet):
2569         * ext/vorbis/vorbistag.h:
2570           Add new vorbistag element which derives from vorbisparse
2571           and is essentially the same as well, only that it implements
2572           the GstTagSetter interface and can modify the stream's
2573           vorbiscomment on the fly (#335635).
2574
2575         * tests/check/Makefile.am:
2576         * tests/check/elements/.cvsignore:
2577         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2578         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2579         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2580         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2581           Add unit test for new vorbistag element.
2582
2583 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2584
2585         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2586         (vorbis_parse_push_headers), (vorbis_parse_chain):
2587           Set BOS flag in packet structure to fix 'jump depends
2588           on unitialized value' errors in valgrind; various minor
2589           clean-ups.
2590
2591 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2592
2593         * gst/playback/gstdecodebin.c: (close_pad_link):
2594         Fix typo in a debug statement.
2595
2596         * gst/playback/gstplaybasebin.c: (probe_triggered),
2597         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2598         (gen_source_element), (source_new_pad), (analyse_source),
2599         (setup_source):
2600         When handling no_more_pads in new_decoded_pad, make sure to treat
2601         subtitle pads correctly. Fixes playback with subtitle files.
2602
2603         Move a recurring message to LOG level.
2604
2605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2606         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2607         which ends up as -1 when cast to an int. Make the logic handle the
2608         max value as an unsigned mask and only change the colorkey when it's
2609         a value we recognise.
2610
2611 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2612
2613         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2614         Removed empty * between paragraphs
2615
2616 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2617
2618         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2619         * gst-libs/gst/rtp/README:
2620         Moved some documentation into .c file
2621
2622 2006-09-29  Wim Taymans  <wim@fluendo.com>
2623
2624         * gst/playback/gstdecodebin.c: (no_more_pads):
2625         Fix compilation.
2626
2627 2006-09-29  Wim Taymans  <wim@fluendo.com>
2628
2629         * gst/playback/gstdecodebin.c: (new_caps):
2630         Remove g_print
2631
2632         * gst/playback/gstplaybin.c:
2633         Add some docs.
2634
2635 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2636
2637         * tests/check/Makefile.am:
2638           Re-enable cddabasesrc test to see if it works again
2639           now.
2640
2641 2006-09-29  Wim Taymans  <wim@fluendo.com>
2642
2643         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2644         (gen_source_element):
2645         Handle invalid URIs a bit more gracefully.
2646
2647 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2648
2649         * tests/check/pipelines/oggmux.c:
2650           Remove obsolete comment.
2651
2652 2006-09-29  Michael Smith  <msmith@fluendo.com>
2653
2654         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2655         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2656         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2657         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2658         (gst_ogg_mux_collected):
2659           Commit patch from James "Doc" Livingston, adds proper EOS handling
2660           in oggmux. GStreamer can, for the first time ever, create a valid
2661           Ogg file! Yay!
2662
2663         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2664         (oggmux_suite):
2665           Reenable tests now that they pass.
2666
2667 2006-09-29  Wim Taymans  <wim@fluendo.com>
2668
2669         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2670         Stop reading commands when EOF (we read 0) as well.
2671
2672 2006-09-28  Wim Taymans  <wim@fluendo.com>
2673
2674         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2675         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2676         (find_dynamic), (unlinked), (close_link):
2677         Implement delayed caps linking needed for element with a lot of
2678         different caps on the src pads that get fixed at runtime.
2679         Improve management of dynamic elements.
2680
2681         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2682         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2683         (gen_preroll_element), (remove_groups), (unknown_type),
2684         (add_element_stream), (no_more_pads_full), (no_more_pads),
2685         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2686         (new_decoded_pad), (setup_subtitle), (array_has_value),
2687         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2688         (analyse_source), (remove_decoders), (make_decoder),
2689         (remove_source), (setup_source), (finish_source), (prepare_output),
2690         (gst_play_base_bin_change_state):
2691         * gst/playback/gstplaybasebin.h:
2692         Use more _CAST instead of full type checking casts.
2693         Small cleanups, plug some leaks.
2694         Handle dynamic sources.
2695         Add some helper functions to create lists of strings used for
2696         blacklisting and other stuff.
2697         Refactor some code dealing with analysing the source.
2698         Re-enable sources without pads (like cd:// or other selfcontained
2699         elements).
2700
2701 2006-09-28  Wim Taymans  <wim@fluendo.com>
2702
2703         * gst-libs/gst/audio/gstbaseaudiosink.c:
2704         (gst_base_audio_sink_render):
2705         When we have a timestamp, we can still perform clipping.
2706         When we have no clock, we must play the sample ASAP.
2707
2708 2006-09-28  Wim Taymans  <wim@fluendo.com>
2709
2710         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2711         Set caps on outgoing buffers.
2712
2713         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2714         (gst_video_rate_event), (gst_video_rate_chain):
2715         * gst/videorate/gstvideorate.h:
2716         Fix videorate some more. Fixes #357977
2717
2718 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2719
2720         * tests/check/elements/adder.c: (adder_suite):
2721           Don't set timeout to 6 seconds when we're running
2722           in valgrind ... (and how is 6 seconds longer than
2723           the default anyway?)
2724
2725 2006-09-28  Wim Taymans  <wim@fluendo.com>
2726
2727         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2728         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2729         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2730         Keep sink and src segment to keep track of time and support more
2731         input formats.
2732         Fix bogus next_offset and run_time calculation, don't understand how
2733         this could have worked before. Fixes #357976.
2734         Remove some unneeded vars.
2735
2736 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2737
2738         * gst/playback/gstplaybin.c: (remove_sinks):
2739           Only remove visualisation from visbin if there is a visbin (or:
2740           don't throw warnings when closing totem without playing a file).
2741
2742 2006-09-27  Wim Taymans  <wim@fluendo.com>
2743
2744         * gst-libs/gst/audio/gstbaseaudiosink.c:
2745         (gst_base_audio_sink_render):
2746         Add some more info in a WARNING.
2747
2748         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2749         (gst_base_audio_src_create):
2750         Handle PAUSE in create function, use new -core addition to
2751         wait for playing. Fixes pausing and resuming capture from an
2752         audiosrc.
2753
2754         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2755         (gst_ring_buffer_read):
2756         Constify some more.
2757         Caller supports interrupted reads now.
2758
2759 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2760
2761         * tests/check/Makefile.am:
2762           Another attempt to make the gen64 buildbot happy.
2763
2764 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2765
2766         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2767
2768         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2769         (gst_visual_chain), (gst_visual_change_state):
2770           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2771           correctly. Fixes #357800
2772
2773 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2774
2775         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2776           Add timeout to _get_state() so we see which pipeline it is
2777           that causes trouble on the gen64 build bot.
2778
2779 2006-09-27  Wim Taymans  <wim@fluendo.com>
2780
2781         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2782         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2783         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2784         (gst_base_rtp_depayload_set_gst_timestamp):
2785         the source pad always uses fixed caps.
2786
2787 2006-09-27  Wim Taymans  <wim@fluendo.com>
2788
2789         * docs/libs/gst-plugins-base-libs-docs.sgml:
2790         * docs/libs/gst-plugins-base-libs-sections.txt:
2791         * gst-libs/gst/audio/gstaudioclock.c:
2792         * gst-libs/gst/audio/gstaudioclock.h:
2793         * gst-libs/gst/audio/gstaudiosink.c:
2794         * gst-libs/gst/audio/gstaudiosink.h:
2795         * gst-libs/gst/audio/gstaudiosrc.c:
2796         * gst-libs/gst/audio/gstbaseaudiosink.c:
2797         (gst_base_audio_sink_render):
2798         * gst-libs/gst/audio/gstbaseaudiosink.h:
2799         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2800         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2801         * gst-libs/gst/audio/gstringbuffer.h:
2802         Added docs for the audio libs.
2803
2804 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2805
2806         * tests/check/Makefile.am:
2807           Temporarily disable test that fails on the bots for unknown reasons.
2808
2809 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2810
2811         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2812         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2813         Moved AudioCodecType into priv
2814         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2815
2816 2006-09-25  Wim Taymans  <wim@fluendo.com>
2817
2818         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2819         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2820         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2821         (new_pad):
2822         Cleanups and small leak fixes.
2823         Added Depayloaders to valid list of autopluggable elements.
2824
2825 2006-09-25  Wim Taymans  <wim@fluendo.com>
2826
2827         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2828         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2829         (gen_video_element), (gen_text_element), (gen_audio_element),
2830         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2831         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2832         Detect NO_PREROLL state change returns and disable clock distribution to
2833         the sinks so that sync is disabled.
2834         Avoid some type checking and do simple casts instead.
2835         Small cleanups, fix some FIXMEs.
2836         Be more robust when linking user specified elements, catch an report
2837         errors. Fixes #357404.
2838         Fix some leaks in the error paths.
2839
2840 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2841
2842         * ChangeLog:
2843           ChangeLog surgery for missing bug-number
2844
2845 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2846
2847         Patch by: Peter Kjellerstedt  <pkj at axis com>
2848
2849         * gst/playback/test.c:
2850           Fix compilation with uClibc and -Werror (#357591).
2851
2852 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2853
2854         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2855           Parse dates that are followed by a time as well (#357532).
2856
2857         * tests/check/libs/tag.c: (test_vorbis_tags):
2858           Add unit test for this.
2859
2860 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2861
2862         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2863         (gst_audio_convert_transform_caps):
2864         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2865         * gst/videotestsrc/videotestsrc.h:
2866           A few array const-ifications.
2867
2868 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2869
2870         * tests/check/Makefile.am:
2871           See if this makes the build bots happy.
2872
2873         * tests/check/libs/cddabasesrc.c:
2874           UTF8-ise my name.
2875
2876 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2877
2878         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2879
2880         * gst/subparse/samiparse.c: (handle_start_font),
2881         (fix_invalid_entities):
2882           More case-insensitivity for certain tags; recognise entities with
2883           decimal codes as special entities as well (#357330).
2884
2885 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2886
2887         * gst-libs/gst/Makefile.am:
2888           Need to build tag directory before cdda.
2889
2890 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2891
2892         * docs/libs/gst-plugins-base-libs-sections.txt:
2893         * gst-libs/gst/cdda/Makefile.am:
2894         * gst-libs/gst/cdda/gstcddabasesrc.c:
2895         (gst_cdda_base_src_base_init):
2896         * gst-libs/gst/cdda/gstcddabasesrc.h:
2897         * gst-libs/gst/tag/tag.h:
2898         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2899         (gst_tag_register_musicbrainz_tags):
2900           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2901           depend on libgsttag. This is required so we can extract/read tags like
2902           DISCID without depending on libgstcddabasesrc (which used to register
2903           them).
2904
2905         * gst-libs/gst/tag/gstvorbistag.c:
2906           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2907           tags (also see #347848).
2908
2909         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2910           Log vorbis comments we are actually writing. Const-ify array.
2911
2912 2006-09-23  Wim Taymans  <wim@fluendo.com>
2913
2914         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2915         Improve buffering a bit by avoiding a deadlock because we cannot assume
2916         the underrun is always called.
2917
2918 2006-09-23  Wim Taymans  <wim@fluendo.com>
2919
2920         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2921
2922         * gst-libs/gst/riff/riff-ids.h:
2923         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2924         (gst_riff_create_audio_template_caps):
2925         Added MPEG-4 AAC and id and caps. Fixes #357289
2926         Added WMA9 Lossless id.
2927
2928 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
2929
2930         * ext/gnomevfs/gstgnomevfssrc.c:
2931           Fix misleading docs addition.
2932
2933         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2934           Get rid of compiler warning the right way.
2935
2936 2006-09-22  Wim Taymans  <wim@fluendo.com>
2937
2938         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2939         (gst_base_rtp_depayload_finalize),
2940         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2941         (gst_base_rtp_depayload_push_full),
2942         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2943         (gst_base_rtp_depayload_process),
2944         (gst_base_rtp_depayload_set_gst_timestamp),
2945         (gst_base_rtp_depayload_queue_release):
2946         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2947         Small cleanups.
2948         Fix some leaks.
2949         Refactored the process method and added methods to push from the process
2950         vmethod.
2951         Use _scale functions.
2952         API: gst_base_rtp_depayload_push_ts
2953         API: gst_base_rtp_depayload_push
2954
2955         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2956         timestamps are uint.
2957
2958 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
2959
2960         * gst-libs/gst/interfaces/xoverlay.c:
2961           Remove unused statement from doc example.
2962
2963 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
2964
2965         * gst-libs/gst/interfaces/videoorientation.c:
2966         (gst_video_orientation_iface_init),
2967         (gst_video_orientation_get_hflip),
2968         (gst_video_orientation_get_vflip),
2969         (gst_video_orientation_get_hcenter),
2970         (gst_video_orientation_get_vcenter),
2971         (gst_video_orientation_set_hflip),
2972         (gst_video_orientation_set_vflip),
2973         (gst_video_orientation_set_hcenter),
2974         (gst_video_orientation_set_vcenter):
2975           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
2976           in ChangeLog)
2977
2978 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
2979
2980         * tests/check/Makefile.am:
2981         * tests/check/elements/.cvsignore:
2982         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
2983         (create_rgb_conversions), (rgb_conversion_free),
2984         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
2985         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
2986           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
2987           but disable for now since it doesn't pass (something wrong with
2988           RGBA somewhere).
2989
2990 2006-09-21  Wim Taymans  <wim@fluendo.com>
2991
2992         * gst/playback/gstplaybasebin.c: (group_commit),
2993         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
2994         (queue_out_of_data), (gen_preroll_element),
2995         (preroll_remove_overrun), (probe_triggered):
2996         Refactor handling of overrun detection.
2997         Separate handling of group completion and deadlock detection when doing
2998         network buffering. This should fix some deadlocks that were not detected
2999         because the group was completed.
3000         Add more comments, improve debugging.
3001
3002 2006-09-21  Wim Taymans  <wim@fluendo.com>
3003
3004         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3005         * tests/check/libs/audio.c:
3006         Some more compilation fixes.
3007
3008 2006-09-21  Wim Taymans  <wim@fluendo.com>
3009
3010         * gst-libs/gst/audio/gstringbuffer.c:
3011         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3012         (gst_ring_buffer_read):
3013         Early morning compilation fix.
3014
3015 2006-09-20  Wim Taymans  <wim@fluendo.com>
3016
3017         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3018         * tests/check/elements/multifdsink.c: (GST_START_TEST):
3019         * tests/check/elements/videorate.c: (GST_START_TEST):
3020         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3021         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3022         Fix some warnings.
3023
3024 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3025
3026         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3027         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3028         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3029           Handcrafted merge to help CVS understanding what I changed and what
3030           not.
3031
3032 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3033
3034         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3035         (gst_xvimagesink_get_times):
3036           change colorkey behaviour back according to #354773 comment 6/7
3037
3038 2006-09-19  Michael Smith  <msmith@fluendo.com>
3039
3040         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3041         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3042         (gst_multi_fd_sink_recover_client),
3043         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3044         (gst_multi_fd_sink_get_property):
3045         * gst/tcp/gstmultifdsink.h:
3046           Implement stubbed out properties unit-type, units-soft-max,
3047           units-max, to allow specifying maximum sizes in units other than
3048           buffers.
3049           Fixes #355935
3050
3051 2006-09-19  Wim Taymans  <wim@fluendo.com>
3052
3053         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3054         (gst_riff_create_audio_template_caps):
3055         Reorder the audio formats a bit for clarity.
3056         Detect and create caps for MSGSM and MSN (WAV49).
3057         Fixes #356596.
3058
3059         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3060         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3061         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3062         Small cleanups, move error handling out of normal flow for clarity.
3063
3064 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3065
3066         * docs/libs/gst-plugins-base-libs-docs.sgml:
3067         * docs/libs/gst-plugins-base-libs.types:
3068         * gst-libs/gst/interfaces/Makefile.am:
3069         * gst-libs/gst/interfaces/videoorientation.c:
3070         (gst_video_orientation_get_type),
3071         (gst_video_orientation_iface_init),
3072         (gst_video_orientation_get_hflip),
3073         (gst_video_orientation_get_vflip),
3074         (gst_video_orientation_get_hcenter),
3075         (gst_video_orientation_get_vcenter),
3076         (gst_video_orientation_set_hflip),
3077         (gst_video_orientation_set_vflip),
3078         (gst_video_orientation_set_hcenter),
3079         (gst_video_orientation_set_vcenter):
3080         * gst-libs/gst/interfaces/videoorientation.h:
3081           API: Add new interface to control video orientation (fixes #354908)
3082
3083 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3084
3085         * gst/videotestsrc/gstvideotestsrc.c:
3086           Use G_UNLIKELY in _create and log one more detail.
3087           
3088         (gst_video_test_src_get_times), (gst_video_test_src_create):
3089         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3090           Use gst_util_uint64_scale_int in _get_times().
3091
3092 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3093
3094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3095           Give better warning message (add object and detail).
3096
3097 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3098
3099         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3100         (gst_xvimagesink_get_times):
3101           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3102           #354773), use gst_util_uint64_scale_int in _get_times()
3103
3104 2006-09-18  Michael Smith  <msmith@fluendo.com>
3105
3106         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3107           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3108           always true, leading to dropping all timestamps.
3109
3110 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3111
3112         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3113         (gst_visual_chain), (gst_visual_change_state):
3114           update to work also with libvisual 0.4 API, fix double unref (#355914)
3115           
3116         * tools/gst-launch-ext.1.in:
3117         * tools/gst-visualise.1.in:
3118           remove references to old man-pages
3119
3120         * tests/examples/seek/seek.c: (main):
3121           add real meadi-buttons, add tool-tips for the seek-options, arrange
3122           seek options in a table
3123
3124 2006-09-18  Michael Smith  <msmith@fluendo.com>
3125
3126         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3127         (gst_ogg_mux_push_buffer):
3128           Don't generate out-of-order timestamps from oggmux, instead clamp
3129           output timestamps to be >= the previously output ts.
3130           Fixes #355595
3131
3132 2006-09-18  Michael Smith  <msmith@fluendo.com>
3133
3134         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3135         (gst_multi_fd_sink_class_init):
3136           Updates, fixes, and typo corrections for multifdsink. No functional
3137           changes.
3138
3139 2006-09-17  Michael Smith  <msmith@fluendo.com>
3140
3141         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3142           Don't crash on truncated files - check that we got an 8 byte buffer
3143           before trying to memcmp it.
3144
3145 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3146
3147         * gst/playback/gstplaybasebin.c: (get_active_source):
3148           Make stream-switching appear instant to the application
3149           (ie. make sure that a g_object_get on 'current-foo' returns
3150           the stream previously set with g_object_set(). Totem needs
3151           this to update stream-related meta-info (like audio-codec)
3152           correctly when switching streams.
3153
3154 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3155
3156         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3157         (gst_alsa_mixer_ensure_track_list):
3158           Try harder to guess which mixer track is the master mixer
3159           track (instead of just taking the first one that has a pvolume).
3160           Fixes #342228.
3161
3162 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3163
3164         reviewed by: <delete if not using a buddy>
3165
3166         * gst-libs/gst/audio/audio.h:
3167         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3168
3169 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3170
3171         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3172         (gst_audio_convert_transform_caps):
3173           Get structure-name just once.
3174
3175 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3176
3177         * tests/check/elements/audioresample.c: (GST_START_TEST):
3178         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3179         * tests/check/elements/volume.c: (GST_START_TEST):
3180         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3181         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3182         (test_pipeline), (GST_START_TEST):
3183         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3184         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3185           Fix big batch of compiler warnings.
3186
3187 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3188
3189         * ext/gnomevfs/gstgnomevfssrc.c:
3190           Add docs about icydemux usage in connection with gnomevfssrc
3191
3192         * ext/libvisual/visual.c:
3193         * ext/ogg/gstoggaviparse.c:
3194         * ext/ogg/gstoggdemux.c:
3195         * ext/ogg/gstoggmux.c:
3196         * ext/ogg/gstoggparse.c:
3197         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3198         * gst-libs/gst/audio/gstaudiosink.c:
3199         * gst-libs/gst/audio/gstaudiosrc.c:
3200         * gst/audiorate/gstaudiorate.c:
3201           More G_OBJECT macro fixing.
3202
3203         * gst/audiotestsrc/gstaudiotestsrc.h:
3204           Fix wrong info in header due to copy & paste
3205
3206 2006-09-15  Wim Taymans  <wim@fluendo.com>
3207
3208         * gst-libs/gst/audio/gstbaseaudiosink.c:
3209         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3210         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3211         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3212         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3213         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3214         Do the delay calculation in the source/sink base classes as this is
3215         specific for the capture/playback mode.
3216         Try to fixate a bit better, like round depth up to a multiple of 8
3217         bigger than width.
3218         Handle underruns correctly by marking DISCONT on buffers and adjusting
3219         timestamps to handle the gap.
3220         Set offset/offset_end correctly on buffers.
3221
3222         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3223         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3224         (gst_ring_buffer_read):
3225         Remove resync and underrun recovery from the ringbuffer.
3226         Fix ringbuffer read code on under/overrun.
3227
3228 2006-09-15  Wim Taymans  <wim@fluendo.com>
3229
3230         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3231         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3232         (queue_threshold_reached), (gst_play_base_bin_set_property),
3233         (gst_play_base_bin_get_property):
3234         * gst/playback/gstplaybasebin.h:
3235         Don't use a 0 low watermark when buffering, it is catching starvation
3236         way too late. Instead, use a 3 second queue with 30 and 95
3237         percent low/high watermarks. 
3238         Added queue-min-threshold property to configure low watermark.
3239         Use new _buffering message API.
3240         Make queue_threshold variable big enough to store a uint64 time value.
3241         API: playbin::queue-min-threshold property.
3242
3243 2006-09-15  Wim Taymans  <wim@fluendo.com>
3244
3245         * configure.ac:
3246         We require 0.10.10.1 now because of _wait_preroll().
3247
3248         * gst-libs/gst/audio/gstbaseaudiosink.c:
3249         (gst_base_audio_sink_render):
3250         Use gst_base_sink_wait_preroll().
3251
3252 2006-09-15  Wim Taymans  <wim@fluendo.com>
3253
3254         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3255         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3256         Use DEBUG_OBJECT more.
3257
3258 === release 0.10.10 ===
3259
3260 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3261
3262         patch by: Michael Smith <msmith at fluendo dot com>
3263
3264         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3265         (gst_multi_fd_sink_client_queue_buffer),
3266         (gst_multi_fd_sink_new_client):
3267         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3268         (multifdsink_suite):
3269           Fix implementation of sync-method 'next-keyframe'
3270           Closes #354594
3271
3272 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3273
3274         patch by: Wim Taymans <wim at fluendo dot com>
3275
3276         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3277         This patch removes the RANDOM flag that was incorrectly introduced with
3278         revision 1.91.  Fixes #354590
3279
3280 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3281
3282         * tests/check/Makefile.am:
3283           Random variation in Makefile line to see if it makes the
3284           gen64-base-full bot any happier.
3285
3286 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3287
3288         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3289           Disable test that fails at the moment (killed after timeout).
3290
3291 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3292
3293         Patch by: James Livingston  <doclivingston at gmail.com>
3294
3295         * tests/check/Makefile.am:
3296         * tests/check/pipelines/.cvsignore:
3297         * tests/check/pipelines/oggmux.c: (get_page_codec),
3298         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3299         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3300         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3301         (test_theora_vorbis), (oggmux_suite):
3302           Add simple unit test for oggmux from #337026 with checking for the
3303           EOS flags disabled for the time being.
3304
3305 2006-09-04  Wim Taymans  <wim@fluendo.com>
3306
3307         patch by: Alessandro Dessina <alessandro nnva org>
3308
3309         * ext/ogg/gstoggmux.c:
3310         Add cmml caps to oggmux. Fixes #353912
3311
3312 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3313
3314         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3315           Returning a return value often helps. In this case, we
3316           don't need the return value anyway, so just get rid of it.
3317           Should make build bots much happier.
3318
3319 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3320
3321         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3322         (paint_get_structure), (gst_video_test_src_get_size),
3323         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3324         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3325         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3326         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3327         * gst/videotestsrc/videotestsrc.h:
3328           Add support for AYUV and the various RGBA formats. Initialise
3329           fields of paintinfo structs allocated on the stack.
3330
3331         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3332         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3333         (check_rgb_buf), (videotestsrc_suite):
3334           Add unit tests for videotestsrc's RGB output.
3335
3336 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3337
3338         * gst/videotestsrc/gstvideotestsrc.c:
3339         (gst_video_test_src_pattern_get_type),
3340         (gst_video_test_src_set_pattern):
3341         * gst/videotestsrc/gstvideotestsrc.h:
3342         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3343         (gst_video_test_src_black), (gst_video_test_src_white),
3344         (gst_video_test_src_red), (gst_video_test_src_green),
3345         (gst_video_test_src_blue):
3346         * gst/videotestsrc/videotestsrc.h:
3347           Add more uni-colour patterns ("white", "red", "green", and "blue").
3348
3349 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3350
3351         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3352           Fix stride for YVYU, should be word-aligned (#353658).
3353
3354 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3355
3356         * gst/adder/gstadder.c: (gst_adder_src_event):
3357           Fix build.
3358
3359 2006-08-31  Edward Hervey  <edward@fluendo.com>
3360
3361         * gst/adder/gstadder.c: (forward_event_func),
3362         (gst_adder_src_event), (gst_adder_collected),
3363         (gst_adder_change_state):
3364         * gst/adder/gstadder.h:
3365         Remember the start position asked in the incoming seeks, so we can
3366         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3367         of assuming it will always be 0).
3368
3369 2006-08-31  Edward Hervey  <edward@fluendo.com>
3370
3371         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3372         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3373         (gst_ogg_demux_loop):
3374         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3375
3376 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3377
3378         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3379         (gst_ffmpegcsp_get_unit_size):
3380           Return FALSE instead of returning a random false unit
3381           size when the format isn't known/supported (even if
3382           this shouldn't happen under normal circumstances).
3383
3384 2006-08-29  Wim Taymans  <wim@fluendo.com>
3385
3386         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3387
3388         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3389         (gst_gnome_vfs_src_start):
3390         Try harder to get the size from a uri by using _info_uri() when
3391         _info_from_handle() does not give us enough info. 
3392         Also follow symlinks when getting the size.
3393         Partially Fixes #332864.
3394
3395 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3396
3397         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3398
3399         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3400         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3401         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3402         (gst_alsa_mixer_set_record):
3403         * ext/alsa/gstalsamixertrack.c:
3404         (gst_alsa_mixer_track_update_alsa_capabilities),
3405         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3406         (gst_alsa_mixer_track_update):
3407         * ext/alsa/gstalsamixertrack.h:
3408           Improve and fix mixer track handling, in particular better handling
3409           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3410           separate track objects for tracks that have both capture and playback
3411           volume (and label them differently as well so they're not mistakenly
3412           assumed to be duplicates); classify mixer tracks that only affect
3413           the audible volume of something (rather than the capture volume)
3414           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3415           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3416           (following the meaning documented in the mixer interface header
3417           file); add support for alsa's exclusive cswitch groups; update/sync
3418           state/flags better if mixer settings are changed by another
3419           application. Fixes #336075.
3420
3421 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3422
3423         * gst/playback/gstplaybin.c:
3424           Improve docs: add section about BUFFERING messages sent by playbin.
3425
3426 2006-08-29  Michael Smith  <msmith@fluendo.com>
3427
3428         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3429         (gst_vorbis_enc_buffer_check_discontinuous),
3430         (gst_vorbis_enc_chain):
3431           Ignore explicit DISCONT marked on buffers (which is often spurious,
3432           particularly when using multiple segments), in favour of solely
3433           using the timestamps/durations.
3434
3435 2006-08-29  Edward Hervey  <edward@fluendo.com>
3436
3437         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3438         Don't rely on incoming buffers offset anymore, since it is completely
3439         broken when using multiple segments.
3440         Instead convert the incoming buffers timestamp to running time, and
3441         then convert that value to the offsets.
3442         Also inform GstSegment of the last outputted stop position, which is
3443         needed if we received several segments with an unknown stop value.
3444
3445 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3446
3447         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3448           fix buffer unreffing on a header push failure
3449
3450 2006-08-28  Wim Taymans  <wim@fluendo.com>
3451
3452         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3453         (gst_audio_rate_chain):
3454         Make the metadata of the buffer writable before changing its
3455         flags.
3456
3457 2006-08-28  Wim Taymans  <wim@fluendo.com>
3458
3459         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3460         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3461         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3462         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3463         Fix audiorate some more.
3464         Reset and resync counters on flush and READY.
3465         Handle the DISCONT flag correctly.
3466         Use GstSegment to track position.
3467         Fail when not negotiated.
3468         Fixes #353234.
3469
3470 2006-08-25  Michael Smith  <msmith@fluendo.com>
3471
3472         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3473           Fix spelling.
3474           Remove accidently included debug line.
3475
3476 2006-08-25  Wim Taymans  <wim@fluendo.com>
3477
3478         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3479         Small cleanups.
3480         If a buffer is received with no caps, make the buffer metadata
3481         writable and set the caps, making sure that we don't screw up the
3482         refcounts.
3483
3484 2006-08-25  Michael Smith  <msmith@fluendo.com>
3485
3486         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3487         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3488           Fix memory leaks and misleading debug messages, add a couple of
3489           comments.
3490
3491         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3492         (gst_multi_fd_sink_render):
3493           Do not use gst_buffer_make_writable() in a basesink render method,
3494           as it may incorrectly unref the buffer. Instead, use convoluted
3495           dance to avoid copying the buffer except when we need to.
3496
3497 2006-08-25  Michael Smith  <msmith@fluendo.com>
3498
3499         * ext/vorbis/vorbisenc.c:
3500         (gst_vorbis_enc_buffer_check_discontinuous):
3501           Allow very small discontinuities in the timestamps. These we can't
3502           do anything useful with anyway (because vorbis's timestamps have
3503           only sample granularity), and are commonly produced by elements with
3504           minor bugs. Allow up to 1/2 a sample out.
3505           Fixes #351742.
3506
3507 2006-08-24  Wim Taymans  <wim@fluendo.com>
3508
3509         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3510         (play_scrub_toggle_cb), (main):
3511         Add a checkbox to enable play scrubbing. Makes it possible to disable
3512         normal scrubbing.
3513
3514 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3515
3516         * tests/check/elements/.cvsignore:
3517           make buildbot happy
3518
3519 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3520
3521         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3522         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3523         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3524         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3525         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3526         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3527         (gst_ogm_text_parse_strip_trailing_zeroes),
3528         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3529         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3530           Refactor ogm parse, do better input checking, misc. clean-ups.
3531           Cache incoming events and push them once the source pad has
3532           been created. Don't pass unterminated strings to sscanf().
3533           Strip trailing zeroes from subtitle text output, since they
3534           are not valid UTF-8. Don't push vorbiscomment packets on
3535           the subtitle text pad. Output perfect streams if possible.
3536
3537 2006-08-23  Wim Taymans  <wim@fluendo.com>
3538
3539         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3540         Waits for tasks to settle down so that we clean up correctly for 
3541         valgrind.
3542
3543 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3544
3545         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3546           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3547           actually return return value in taglists_are_equal.
3548
3549 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3550
3551         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3552           Fix crash due to broken bitstream parsing on x86-64: can't make
3553           any assumptions about sizeof(struct) due to alignment/packing
3554           differences on different architectures. Fixes #351790.
3555
3556 2006-08-22  Wim Taymans  <wim@fluendo.com>
3557
3558         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3559         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3560         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3561         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3562         (gst_riff_parse_info):
3563         Protect public functions against bad input.
3564         Do some cleanups.
3565         Fix documentation.
3566
3567 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3568
3569         * gst-libs/gst/riff/riff-ids.h:
3570         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3571           Add voxware audio IDs (even if we can't play it) (#351795).
3572
3573 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3574
3575         * gst-libs/gst/riff/riff-media.c:
3576         (gst_riff_create_video_template_caps),
3577         (gst_riff_create_audio_template_caps),
3578         (gst_riff_create_iavs_template_caps):
3579           Const-ify some arrays and use G_N_ELEMENTS instead
3580           of wasting oodles of RAM on terminator bits.
3581
3582 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3583
3584         * gst-libs/gst/tag/gstvorbistag.c:
3585         (gst_tag_list_to_vorbiscomment_buffer):
3586         * tests/check/libs/tag.c: (GST_START_TEST):
3587           And the same for _to_vorbiscomment_buffer(): allow
3588           id_data_len == 0 for speex.
3589
3590 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3591
3592         * configure.ac:
3593         * docs/plugins/Makefile.am:
3594         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3595         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3596         * docs/plugins/inspect/plugin-gdp.xml:
3597         * gst/gdp/Makefile.am:
3598         * tests/check/Makefile.am:
3599           Move GDP plugin to -base from -bad.  Closes #347783.
3600
3601 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3602
3603         * gst-libs/gst/tag/gstvorbistag.c:
3604         (gst_tag_list_from_vorbiscomment_buffer):
3605           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3606           Also add some checks to make sure we don't memcmp() beyond the end of
3607           vorbiscomment buffer if the ID to check for is larger than the buffer.
3608
3609         * tests/check/libs/tag.c: (GST_START_TEST):
3610           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3611
3612 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3613
3614         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3615         (gst_vorbis_enc_set_metadata):
3616           Use vorbis comment utility functions from libgsttag
3617           instead of re-inventing the wheel (partially fixes #347091).
3618
3619 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3620
3621         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3622         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3623         as some that won't.
3624
3625 2006-08-21  Wim Taymans  <wim@fluendo.com>
3626
3627         * docs/libs/Makefile.am:
3628         * docs/libs/gst-plugins-base-libs-sections.txt:
3629         * docs/libs/gst-plugins-base-libs.types:
3630         Don't try to GObject scan the netbuffer as it's not a GObject.
3631         Fixes #351308.
3632
3633         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3634         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3635         Document GstNetBuffer.
3636
3637 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3638
3639         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3640         (audioconvert_suite):
3641           Add testcase for caps-size-explosion
3642
3643 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3644
3645         * gst/audioconvert/gstaudioconvert.c:
3646         (gst_audio_convert_get_unit_size), (set_structure_widths):
3647           Lower debug, use g_assert in _get_unit_size
3648
3649         * gst/audioresample/gstaudioresample.c:
3650         (audioresample_get_unit_size):
3651         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3652         (gst_ffmpegcsp_get_unit_size):
3653         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3654           use g_assert in _get_unit_size
3655
3656 2006-08-18  Wim Taymans  <wim@fluendo.com>
3657
3658         * docs/libs/gst-plugins-base-libs-sections.txt:
3659         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3660         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3661         (gst_rtp_buffer_get_payload_buffer):
3662         * gst-libs/gst/rtp/gstrtpbuffer.h:
3663         Document GstRTPBuffer.
3664         Added function to efficiently strip payload headers.
3665         API: gst_rtp_buffer_get_payload_subbuffer()
3666
3667 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3668
3669         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3670         (gst_tag_to_vorbis_comments):
3671           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3672           tags and deserialise them properly as well (#347091).
3673           Add some more gtk-doc blurbs and also some g_return_if_fail().
3674
3675         * tests/check/libs/tag.c: (GST_START_TEST),
3676         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3677           More tests.
3678
3679 2006-08-17  Wim Taymans  <wim@fluendo.com>
3680
3681         * ext/ogg/Makefile.am:
3682         * ext/ogg/gstogg.c: (plugin_init):
3683         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3684         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3685         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3686         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3687         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3688         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3689         Added ogg-in-avi parser element. Fixes #140139.
3690
3691         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3692         Fixed a bug in oggdemux debug code.
3693
3694         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3695         (gst_riff_create_audio_template_caps):
3696         Recognise Ogg in the AVI extensible wave format.
3697
3698 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3699
3700         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3701           Make buffer durations add up (duration should be next_ts-ts for
3702           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3703           from CVS.
3704
3705         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3706         (test_buffer_timestamps), (cddabasesrc_suite):
3707           Add unit test for the above.
3708
3709         * tests/check/Makefile.am:
3710           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3711           to see what happens.
3712
3713 2006-08-16  Wim Taymans  <wim@fluendo.com>
3714
3715         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3716         (gst_alsasink_open):
3717         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3718         (gst_alsasrc_open):
3719         Avoid setting and using a NULL device name.
3720         Print more info when we fail to open a device.
3721
3722 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3723
3724         * docs/libs/gst-plugins-base-libs-sections.txt:
3725         * gst-libs/gst/tag/tag.h:
3726         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3727           API: add gst_tag_parse_extended_comment() (#351426).
3728
3729         * tests/check/Makefile.am:
3730         * tests/check/libs/.cvsignore:
3731         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3732           Add unit test for gst_tag_parse_extended_comment().
3733
3734 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3735
3736         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3737         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3738           Fix leak (#351502).
3739
3740 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3741
3742         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3743         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3744         * docs/plugins/gst-plugins-base-plugins.args:
3745         * gst/playback/gstplaybin.c:
3746           Document playbin.
3747           
3748         * docs/plugins/inspect/plugin-adder.xml:
3749         * docs/plugins/inspect/plugin-alsa.xml:
3750         * docs/plugins/inspect/plugin-audioconvert.xml:
3751         * docs/plugins/inspect/plugin-audiorate.xml:
3752         * docs/plugins/inspect/plugin-audioresample.xml:
3753         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3754         * docs/plugins/inspect/plugin-cdparanoia.xml:
3755         * docs/plugins/inspect/plugin-decodebin.xml:
3756         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3757         * docs/plugins/inspect/plugin-gnomevfs.xml:
3758         * docs/plugins/inspect/plugin-ogg.xml:
3759         * docs/plugins/inspect/plugin-pango.xml:
3760         * docs/plugins/inspect/plugin-playbin.xml:
3761         * docs/plugins/inspect/plugin-subparse.xml:
3762         * docs/plugins/inspect/plugin-tcp.xml:
3763         * docs/plugins/inspect/plugin-theora.xml:
3764         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3765         * docs/plugins/inspect/plugin-video4linux.xml:
3766         * docs/plugins/inspect/plugin-videorate.xml:
3767         * docs/plugins/inspect/plugin-videoscale.xml:
3768         * docs/plugins/inspect/plugin-videotestsrc.xml:
3769         * docs/plugins/inspect/plugin-volume.xml:
3770         * docs/plugins/inspect/plugin-vorbis.xml:
3771         * docs/plugins/inspect/plugin-ximagesink.xml:
3772         * docs/plugins/inspect/plugin-xvimagesink.xml:
3773           Update to CVS version.
3774
3775 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3776
3777         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3778         (gst_play_bin_set_property), (gst_play_bin_get_property),
3779         (value_list_append_structure_list),
3780         (gst_play_bin_handle_redirect_message),
3781         (gst_play_bin_handle_message):
3782           API: GstPlayBin::connection-speed
3783           Add "connection-speed" property; re-order redirect messages with
3784           multiple redirect locations depending on the minimum bitrate if
3785           that information is available and a connection speed is set
3786           (#350399).
3787
3788 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3789
3790         * gst/playback/gstplaybin.c:
3791           Update max volume to the same value that the volume element uses.
3792
3793 2006-08-14  Wim Taymans  <wim@fluendo.com>
3794
3795         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3796         Less uglyness..
3797
3798 2006-08-14  Wim Taymans  <wim@fluendo.com>
3799
3800         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3801         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3802         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3803         Add some more debug info.
3804         Don't crash when a seek failed.
3805         Actually return the result of the seek instead of TRUE.
3806         Ignore multiple BOS pages with the same serial so that we don't create
3807         the same stream multiple times.
3808         Post an error when we fail to do the initial seek.
3809
3810 2006-08-13  Wim Taymans  <wim@fluendo.com>
3811
3812         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3813         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3814         Small code cleanup.
3815
3816         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3817         (gst_alsa_mixer_new):
3818         Remove hack that always set the device to hw:0*.
3819         Properly find the card name for whatever device was configured.
3820         Do some better debugging.
3821         Fixes #350784.
3822
3823         * ext/alsa/gstalsamixerelement.c:
3824         (gst_alsa_mixer_element_set_property),
3825         (gst_alsa_mixer_element_change_state):
3826         Cleanups.
3827         Handle setting of a NULL device name better.
3828
3829 2006-08-11  Wim Taymans  <wim@fluendo.com>
3830
3831         * gst/adder/gstadder.c:
3832         Don't clip float values. Fixes #350900.
3833
3834 2006-08-11  Andy Wingo  <wingo@pobox.com>
3835
3836         * gst/tcp/gsttcp.c: Really fix the build?
3837
3838         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3839         fixes the build.
3840
3841 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3842
3843         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3844           Float caps shouldn't have a "signed" field.
3845
3846 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3847
3848         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3849           Implement SEEKING query in its most basic form, so that we can
3850           at least check if we're seekable or not (#350655).
3851
3852 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
3853
3854         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3855           The checks here are not even close to anything that would
3856           justify MAXIMUM probability, lowering to POSSIBLE until someone
3857           fixes the checks (case at hand: quicktime redirection files
3858           might start with 00 00 01 XX and pass the checks here just
3859           fine, see #350399).
3860
3861 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3862
3863         Patch by: Sjoerd Simons  <sjoerd at luon net>
3864
3865         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3866           Better detection for multipart/x-mixed-replace: accept leading
3867           whitespaces before the boundary marker as well (as our very own
3868           multipartmux used to produce) (#349068).
3869
3870 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3871
3872         Patch by: Young-Ho Cha  <ganadist at chollian net>
3873
3874         * gst-libs/gst/riff/riff-ids.h:
3875         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3876         (gst_riff_create_audio_template_caps):
3877           Detect DTS audio streams (#350157).
3878
3879 2006-08-05  Andy Wingo  <wingo@pobox.com>
3880
3881         * ext/theora/gsttheoraparse.h:
3882         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3883         (theora_parse_dispose, theora_parse_set_property)
3884         (theora_parse_get_property, theora_parse_munge_granulepos)
3885         (theora_parse_push_buffer, theora_parse_change_state):
3886         API: GstTheoraParse::synchronization-points
3887         Add a property 'synchronization-points' to fix badly synchronized oggs.
3888
3889 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3890
3891         * tests/check/Makefile.am:
3892         * tests/check/libs/.cvsignore:
3893         * tests/check/libs/audio.c: (structure_contains_channel_positions),
3894         (fixed_caps_have_channel_positions), (GST_START_TEST),
3895         (audio_suite), (main):
3896           Add a few tests for the channel position stuff in libgstaudio.
3897
3898 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3899
3900         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3901         (gst_alsa_detect_channels):
3902         * ext/alsa/gstalsasink.c:
3903           Add support for cards that (only) do more than 8 channels,
3904           like the Delta 44 (#345188).
3905
3906         * gst-libs/gst/audio/multichannel.c:
3907         (gst_audio_check_channel_positions):
3908         * gst-libs/gst/audio/multichannel.h:
3909           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3910           unspecified channel position and cannot be combined with any
3911           of the other audio channel positions; adjust position layout
3912           checks accordingly (#345188).
3913
3914 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3915
3916         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3917           Recognise ancient RealAudio files (see #349779).
3918
3919 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3920
3921         Patch by: Jens Granseuer  <jensgr at gmx net>
3922
3923         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3924           Add typefinder for Interplay's MVE format (#348973).
3925
3926 2006-08-02  Wim Taymans  <wim@fluendo.com>
3927
3928         Patch by: Marcel Moreaux <marcelm at luon dot net>
3929
3930         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3931         (gst_base_rtp_depayload_add_to_queue):
3932         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3933         Handle RTP sequence number rollover.
3934         Disable jitterbuffer by default.
3935
3936 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
3937
3938         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3939         (audioresample_set_caps):
3940         Don't leak references to the incoming caps. Clean them up when
3941         stopping.
3942
3943         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3944         (gst_video_scale_finalize):
3945         Don't leak our temporary pixel buffer.
3946
3947         * tests/check/Makefile.am:
3948         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3949         (GST_START_TEST), (simple_launch_lines_suite):
3950
3951         Fix leaks and re-enable the test for valgrind checking.
3952
3953 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
3954
3955         Patch by: Sjoerd Simons  <sjoerd at luon net>
3956
3957         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
3958         (plugin_init):
3959           Add typefind function for multipart/x-mixed-replace (#348916).
3960
3961 2006-07-28  Wim Taymans  <wim@fluendo.com>
3962
3963         * gst/adder/gstadder.c: (gst_adder_setcaps),
3964         (gst_adder_query_duration):
3965         Fix leak in duration query.
3966         Reflow some docs and notes.
3967
3968 2006-07-28  Michael Smith  <msmith@fluendo.com>
3969
3970         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
3971         (vorbisenc_suite):
3972           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
3973           aspect of it.
3974
3975 2006-07-28  Michael Smith  <msmith@fluendo.com>
3976
3977         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
3978         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
3979         (gst_vorbis_enc_push_buffer),
3980         (gst_vorbis_enc_buffer_check_discontinuous),
3981         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
3982         * ext/vorbis/vorbisenc.h:
3983           Handle discontinuities in the input vorbis stream correctly,
3984           so that the output is properly timestamped (and has good granulepos
3985           values). Needs some oggmux fixes too.
3986
3987 2006-07-27  Wim Taymans  <wim@fluendo.com>
3988
3989         patch by: Kai Vehmanen <kv2004 eca cx>
3990
3991         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3992         (gst_base_rtp_depayload_chain),
3993         (gst_base_rtp_depayload_handle_sink_event),
3994         (gst_base_rtp_depayload_change_state):
3995         Don't send multiple newsegments with different formats.
3996         Fixes #348677.
3997
3998 2006-07-26  Wim Taymans  <wim@fluendo.com>
3999
4000         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4001         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4002         Make seeking in ogg more accurate again by doing the more correct
4003         granuletime to stream time conversion.
4004
4005 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4006
4007         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4008         (gst_multi_fd_sink_new_client):
4009           debug a little more understandably
4010           do not use goto as a substitute for break, especially if
4011           break is also being used
4012
4013 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
4014
4015         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4016         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4017           Remove GLib-2.6 compatibility cruft.
4018
4019 2006-07-24  Wim Taymans  <wim@fluendo.com>
4020
4021         * gst-libs/gst/audio/gstbaseaudiosink.c:
4022         (gst_base_audio_sink_render):
4023         Don't try to align a sample to an unknown value.
4024
4025 2006-07-24  Wim Taymans  <wim@fluendo.com>
4026
4027         * gst-libs/gst/audio/gstbaseaudiosink.c:
4028         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4029         When the audio clock is slaved to another clock, never try to align
4030         samples but trust the rate interpolation algorithm.
4031
4032 2006-07-24  Wim Taymans  <wim@fluendo.com>
4033
4034         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4035         Don't try to calculate silence samples, base class does this much
4036         better now.
4037
4038         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4039         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4040         (gst_ring_buffer_acquire):
4041         Calculate silence samples correctly.
4042
4043         * gst-libs/gst/audio/gstringbuffer.h:
4044         Add _CAST macro.
4045
4046 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
4047
4048         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4049           Limit search for the first markup tag to the first few kB of
4050           the file. If we don't find one there, it's highly unlikely that
4051           this is an XML(-ish) file.
4052
4053 2006-07-21  Andy Wingo  <wingo@pobox.com>
4054
4055         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4056         test to the one in vorbisenc. Also commented out.
4057
4058         * tests/check/pipelines/vorbisenc.c: 
4059         (test_discontinuity): New test, commented out until Mike lands
4060         some elite vorbisenc patches.
4061
4062         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4063         Bufferstraw was actually factored out of these tests. Now we share
4064         code yay.
4065
4066         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4067         for bufferstraw addition to gstcheck.
4068
4069 2006-07-21  Wim Taymans  <wim@fluendo.com>
4070
4071         * ext/theora/theoradec.c: (clip_buffer):
4072         Better clipping.
4073
4074 2006-07-21  Wim Taymans  <wim@fluendo.com>
4075
4076         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4077         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4078         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4079         Fix leak.
4080         Avoid type casting when we can.
4081
4082         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4083         Fix mem leak.
4084
4085 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
4086
4087         * ext/alsa/gstalsamixerelement.c:
4088         (gst_alsa_mixer_element_change_state):
4089           Make state change fail if the specified device can't be opened
4090           for some reason.
4091
4092 2006-07-20  Wim Taymans  <wim@fluendo.com>
4093
4094         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4095         (cb_newpad), (main):
4096         Example of a small audio/video player using decodebin.
4097
4098 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
4099
4100         * gst-libs/gst/riff/riff-ids.h:
4101           Add 'fact' chunk id
4102
4103 2006-07-19  Wim Taymans  <wim@fluendo.com>
4104
4105         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4106         (gst_base_rtp_depayload_chain),
4107         (gst_base_rtp_depayload_change_state):
4108         Don't assert when not negotiated but post a meaningfull 
4109         error message. Fixes #347918.
4110
4111         * gst-libs/gst/rtp/gstbasertppayload.c:
4112         Add comment about better default MTU size.
4113
4114         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4115         Small cleanups, start docs.
4116
4117 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4118
4119         Patch by: Martin Szulecki
4120
4121         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4122           If "device-name" is requested and the device is not
4123           open, try to temporarily open it to obtain this
4124           information (#342494).
4125
4126 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4127
4128         * gst-libs/gst/tag/gstid3tag.c:
4129           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4130
4131         * gst-libs/gst/tag/gsttageditingprivate.h:
4132         * gst-libs/gst/tag/gstvorbistag.c:
4133           Some more random const-ifications.
4134
4135 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
4136
4137         * gst-libs/gst/riff/riff-ids.h:
4138         * gst-libs/gst/riff/riff-media.c:
4139         (gst_riff_create_video_template_caps):
4140           Add more FOURCCs (sort list to make stuff easier to find),
4141           add comment what those 16 bytes in struct _gst_riff_strh according to
4142           one avi-dumper are
4143
4144 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4145
4146         * gst-libs/gst/audio/multichannel.c:
4147         (gst_audio_check_channel_positions),
4148         (gst_audio_fixate_channel_positions):
4149           Const-ify two arrays.
4150
4151 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4152
4153         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4154           Fix typo, so that alsasink also advertises 8 channels
4155           if that's supported (tags: can, worms, open, alsa, ph34r).
4156
4157 2006-07-17  Wim Taymans  <wim@fluendo.com>
4158
4159         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4160         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4161         *sigh*, when is the compiler going to warn when the comments
4162         are out-of-sync with the code.. Refix case of busted theora
4163         headers with 0 granule pos.
4164
4165 2006-07-14  Wim Taymans  <wim@fluendo.com>
4166
4167         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4168         (gst_base_rtp_depayload_wait),
4169         (gst_base_rtp_depayload_change_state),
4170         (gst_base_rtp_depayload_set_property),
4171         (gst_base_rtp_depayload_get_property):
4172         Fix 99% cpu load by waiting for absolute times on the
4173         clock. Fixes #347300.
4174
4175 2006-07-14  Andy Wingo  <wingo@pobox.com>
4176
4177         * ext/theora/gsttheoraparse.h: 
4178         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4179         (theora_parse_push_headers, theora_parse_clear_queue)
4180         (theora_parse_drain_queue_prematurely, )
4181         (theora_parse_sink_event, theora_parse_change_state): Queue events
4182         until we initialized our state, like in vorbisparse.
4183
4184         * ext/vorbis/vorbisparse.h: 
4185         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4186         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4187         (vorbis_parse_drain_queue_prematurely, )
4188         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4189         until we have initialized our state. Fixes seeking after an
4190         initial pad block.
4191
4192 2006-07-14  Andy Wingo  <wingo@pobox.com>
4193
4194         Patch by: Iain Holmes <iaingnome@gmail.com>
4195         
4196         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4197
4198 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4199
4200         * configure.ac:
4201         Bump nano back to CVS
4202
4203 === release 0.10.9 ===
4204
4205 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4206
4207         * configure.ac:
4208           releasing 0.10.9, "I walk the line"
4209
4210 2006-07-14  Michael Smith  <msmith@fluendo.com>
4211
4212         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4213           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4214           (commonly happens when running this test under valgrind) when trying
4215           to remove the buffer probe.
4216
4217 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4218
4219         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4220         Fix missing g_unlock from the previous commit
4221
4222 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4223
4224         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4225         (gst_ximagesink_change_state):
4226         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4227         (gst_xvimagesink_change_state):
4228         Implement a locking order to ensure we always take the object lock
4229         before the x_lock and never vice-versa.
4230
4231 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4232
4233         * gst/playback/gstdecodebin.c: (find_compatibles):
4234         Fix a caps leak when linking (#347304)
4235
4236         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4237         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4238         (gst_ximagesink_change_state):
4239         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4240         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4241         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4242         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4243         Don't leak shared memory resources. Use the object lock to protect
4244         against the xcontext disappearing while returning a buffer from the
4245         pipeline. (#347304)
4246
4247 2006-07-12  Edward Hervey  <edward@fluendo.com>
4248
4249         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4250         (vorbis_handle_comment_packet):
4251         gst_tag_list_merge() returns a new object. Take that into account when
4252         using it. This avoids memleak.
4253         Revert previous commit which is not needed.
4254
4255 2006-07-12  Edward Hervey  <edward@fluendo.com>
4256
4257         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4258         Reset the decoder in finalize so that all fields get cleared.
4259
4260 2006-07-12  Wim Taymans  <wim@fluendo.com>
4261
4262         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4263         (gst_base_audio_src_set_clock),
4264         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4265         Don't try to post an error message when setting the clock fails
4266         as this can happen when adding an element to a bin which will then
4267         deadlock. Fixes #347296.
4268
4269 2006-07-12  Edward Hervey  <edward@fluendo.com>
4270
4271         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4272         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4273         (vorbis_handle_type_packet):
4274         Post tag messages on the bus even if we're not initialized.
4275         If we're not initialized, we still postpone the event pushing of tags.
4276
4277 2006-07-12  Wim Taymans  <wim@fluendo.com>
4278
4279         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4280         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4281         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4282         Revert last two changes that broke the freeze.
4283
4284 2006-07-12  Wim Taymans  <wim@fluendo.com>
4285
4286         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4287         basesink calculates silence sample correctly for us.
4288
4289 2006-07-12  Wim Taymans  <wim@fluendo.com>
4290
4291         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4292         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4293         Calculate correct silence samples so we don't fill our ringbuffer
4294         with noise.
4295
4296 2006-07-12  Edward Hervey  <edward@fluendo.com>
4297
4298         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4299         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4300         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4301         * ext/vorbis/vorbisdec.h:
4302         Delay sending events (newsegment, tags) until the decoder is properly
4303         initialized.
4304         Fixes #347295
4305
4306 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4307
4308         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4309         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4310           Patch from #347221 adding a test for audioconvert
4311           channel remappings.
4312
4313 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4314
4315         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4316         (gst_ssa_parse_parse_line):
4317           Don't include the terminating NUL in the buffer size,
4318           it's only there for extra paranoia (would add random
4319           '*' characters at the end of each subtitle since the
4320           terminator itself is not valid UTF-8 technically).
4321           Also fix indenting after boilerplate macro.
4322
4323 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4324
4325         * gst/playback/gstdecodebin.c: (close_pad_link):
4326           Also emit 'unknown-type' signal (which should really be
4327           called unhandled-type) if we found potential decoders/demuxers
4328           in the registry but none of them worked in the end (as in the
4329           case where the plugins don't exist any longer but are still
4330           listed in the registry). Fixes #329798.
4331
4332 2006-07-08  Andy Wingo  <wingo@pobox.com>
4333
4334         * theoraparse.c (theora_parse_push_buffer)
4335         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4336         Add some more debugging. Fix granulepos reconstruction in the face
4337         of discontinuities.
4338
4339 2006-07-06  Wim Taymans  <wim@fluendo.com>
4340
4341         * gst-libs/gst/audio/gstbaseaudiosink.c:
4342         (gst_base_audio_sink_class_init),
4343         (gst_base_audio_sink_provide_clock):
4344         Use gobject_class instead of G_OBJECT_CLASS (klass)
4345
4346         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4347         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4348         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4349         (gst_base_audio_src_get_time),
4350         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4351         (gst_base_audio_src_create_ringbuffer):
4352         Fix latency and buffer-time constants and properties ala basesink.
4353         Implement pull based scheduling. Fixes #346527.
4354         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4355         one segment.
4356         Refuse slaving to another clock instead of silently not working.
4357         Only provide a clock when we are actually able to do so.
4358         Various small cleanups and compiler hints.
4359
4360 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4361
4362         Patch by: Lutz Mueller <lutz at topfrose de>
4363
4364         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4365         (plugin_init):
4366           Add typefinding for text/html (#346581).
4367
4368 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4369
4370         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4371         (xml_check_first_element), (xml_type_find), (smil_type_find):
4372           Fix SMIL typefinding, make xml_check_first_element() more
4373           useful.
4374
4375 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4376
4377         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4378         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4379         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4380         * gst/playback/gstplaybasebin.h:
4381           Protect list of elements with a subtitle-encoding property and
4382           the subtitle encoding member itself with a lock of their own
4383           instead of using the object lock. This prevents a dead-lock in
4384           the element-remove callback in some circumstances when shutting
4385           down playbin.
4386
4387 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4388
4389         * win32/common/libgsttag.def:
4390         Export some new functions.
4391         * win32/vs6/libgstogg.dsp:
4392         Add a link to libgsttag-0.10.lib.
4393
4394 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4395
4396         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4397           Some const-ification.
4398
4399 2006-07-04  Wim Taymans  <wim@fluendo.com>
4400
4401         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4402         Improve checking if we are dealing with a stream. Added some
4403         more uris that need buffering.
4404
4405 2006-07-03  Edward Hervey  <edward@fluendo.com>
4406
4407         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4408         Remove unused variable.
4409
4410 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4411
4412         * Makefile.am:
4413           include lcov.mak
4414         * configure.ac:
4415           add GCOV_LIBS to GST_LIBS
4416
4417 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4418
4419         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4420
4421         * ext/alsa/gstalsasrc.c:
4422           Add 32 bps to template caps and increase channels range
4423           from [1,2] to [1,MAX]. See #346326.
4424
4425 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4426
4427         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4428           Recognise 'WMVA' video codec fourcc (#345879).
4429           
4430 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4431          
4432         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4433           Fixed nasty memory leak
4434
4435 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4436
4437         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4438         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4439           fix logging
4440
4441 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4442
4443         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4444         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4445         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4446         Protect remove_fakesink using a mutex, so that we don't try and
4447         remove the fakesink simultaneously from multiple threads.
4448
4449         When going from READY to PAUSED, restore the fakesink, so that
4450         it is there when decodebin gets reused.
4451
4452 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4453
4454         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4455         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4456         * gst-libs/gst/rtp/gstbasertppayload.c:
4457         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4458         * gst/tcp/gstmultifdsink.c:
4459         * gst/tcp/gsttcpclientsink.c:
4460         * gst/tcp/gsttcpclientsrc.c:
4461         * gst/tcp/gsttcpserversink.c:
4462         * gst/tcp/gsttcpserversrc.c:
4463         * gst/videorate/gstvideorate.c:
4464         * gst/videotestsrc/gstvideotestsrc.c:
4465         * sys/v4l/gstv4ljpegsrc.c:
4466         * sys/v4l/gstv4lmjpegsink.c:
4467         * sys/v4l/gstv4lsrc.c:
4468         * tests/examples/seek/scrubby.c:
4469         * tests/examples/seek/seek.c:
4470           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4471
4472 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4473
4474         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4475           Second field in GEnumValue shouldn't be a description,
4476           but a stringified version of the enum value.
4477
4478 2006-06-22  Wim Taymans  <wim@fluendo.com>
4479
4480         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4481         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4482         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4483         Avoid type checking in buffer casts.
4484         Avoid caps copy in buffer_alloc when we can.
4485         Use pad_peer_accept.
4486
4487 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4488
4489         * gst-libs/gst/tag/tag.h:
4490           Oops, make that 'Since: 0.10.9'.
4491
4492 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4493
4494         * docs/libs/gst-plugins-base-libs-sections.txt:
4495         * gst-libs/gst/tag/tag.h:
4496         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4497         (gst_tag_image_type_get_type):
4498           API: add GstTagImageType enum to describe images contained
4499           in image tags (#345641).
4500
4501 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4502
4503         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4504           Fix warnings with gst-inspect: "buffers-min" property
4505           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4506           typo in property description.
4507
4508 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4509
4510         Patch by: Cody Russell <bratsche at gnome org>
4511
4512         * gst/audioresample/gstaudioresample.c:
4513         (gst_audioresample_class_init):
4514         * gst/playback/gststreamselector.c:
4515         (gst_stream_selector_class_init):
4516         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4517         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4518         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4519         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4520         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4521         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4522         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4523         * gst/videotestsrc/gstvideotestsrc.c:
4524         (gst_video_test_src_class_init):
4525         * gst/volume/gstvolume.c: (gst_volume_class_init):
4526           Avoid unnecessary class cast check in class_init
4527           functions (#337747).
4528
4529 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4530
4531         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4532         (gst_text_overlay_video_chain):
4533           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4534           and doesn't validate its input either (and neither did
4535           textoverlay it seems). Let's do that then and fix #345206.
4536
4537 2006-06-19  Wim Taymans  <wim@fluendo.com>
4538
4539         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4540         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4541         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4542         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4543         (find_syncframe), (find_limits), (assign_value),
4544         (count_burst_unit), (gst_multi_fd_sink_new_client),
4545         (gst_multi_fd_sink_handle_client_write),
4546         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4547         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4548         (gst_multi_fd_sink_change_state):
4549         * gst/tcp/gstmultifdsink.h:
4550         Added shiny new burst-on-connect methods.
4551         Add properties to control the minimal amount of data queued.
4552         Small cleanups.
4553         API: bytes-min property
4554         API: time-min property
4555         API: buffers-min property
4556         API: burst-unit property
4557         API: burst-value property
4558         API: add-full signal
4559
4560         * gst/tcp/gsttcp-marshal.list:
4561         Added new marshaller code for the new signal.
4562
4563         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4564         (multifdsink_suite):
4565         Added testcases for new burst methods.
4566
4567 2006-06-19  Edward Hervey  <edward@fluendo.com>
4568
4569         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4570         Implement clipping for accurate seeking.
4571         Closes #345225
4572
4573 2006-06-19  Wim Taymans  <wim@fluendo.com>
4574
4575         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4576
4577         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4578         (gst_video_scale_transform):
4579         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4580
4581 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4582
4583         * configure.ac:
4584           Fix --disable-external (can't set conditionals conditionally,
4585           #343602).
4586
4587 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4588
4589         * tests/check/elements/audioresample.c: (test_reuse),
4590         (audioresample_suite):
4591           Add test case for bug #342789 fixed below.
4592
4593 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4594
4595         * gst/audioresample/gstaudioresample.c:
4596         (gst_audioresample_class_init), (gst_audioresample_init),
4597         (audioresample_start), (audioresample_stop),
4598         (gst_audioresample_set_property), (gst_audioresample_get_property):
4599           Implement GstBaseTransform::start and ::stop so that audioresample
4600           can clear its internal state properly and be reused instead of
4601           causing non-negotiated errors with playbin under some circumstances
4602           (#342789).
4603
4604         * tests/check/elements/audioresample.c: (setup_audioresample),
4605         (cleanup_audioresample):
4606           Need to set element state here so that ::start and ::stop are
4607           called.
4608
4609 2006-06-16  Wim Taymans  <wim@fluendo.com>
4610
4611         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4612
4613         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4614         Parse extra data better, apparently it's right behind
4615         the normal strf header size. Fixes #343500.
4616
4617 2006-06-16  Wim Taymans  <wim@fluendo.com>
4618
4619         * ext/alsa/gstalsasink.c: (set_hwparams):
4620         If we fail to set the buffer_time and period_time alsa
4621         parameters, post a warning and leave alsa select a 
4622         default instead of failing. Fixes #342085
4623
4624 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4625
4626         * docs/libs/gst-plugins-base-libs-sections.txt:
4627         * gst-libs/gst/cdda/gstcddabasesrc.h:
4628           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4629           out in the header file and shouldn't be listed in the docs.
4630
4631         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4632           Must dereference pointer to fourcc in the debug statement.
4633
4634 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4635
4636         * docs/libs/Makefile.am:
4637         * docs/libs/gst-plugins-base-libs-docs.sgml:
4638         * docs/libs/gst-plugins-base-libs-sections.txt:
4639         * docs/libs/gst-plugins-base-libs.types:
4640         add remaining symbols into correct setions
4641         
4642         * gst-libs/gst/audio/gstringbuffer.c:
4643         fix incomplete docs
4644         
4645         * gst-libs/gst/audio/gstringbuffer.h:
4646         comment out not yet implemented function
4647         
4648         
4649         * gst-libs/gst/floatcast/floatcast.h:
4650         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4651         add short descriptions
4652         
4653         
4654         * gst-libs/gst/interfaces/propertyprobe.c:
4655         fix return value docs   
4656         
4657         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4658         simplify debug logging
4659         
4660         * gst-libs/gst/riff/riff-read.h:
4661         sync function prototype and docs
4662         
4663         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4664         remove left over symbol
4665
4666 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4667
4668         * autogen.sh:
4669         * configure.ac:
4670         * docs/Makefile.am:
4671           Use GST_PLUGIN_DOCS macro in configure.ac, add
4672           --enable-plugin-docs default to autogen.sh and use
4673           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4674
4675 2006-06-15  Wim Taymans  <wim@fluendo.com>
4676
4677         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4678         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4679         (gst_ogg_demux_loop):
4680         Combine GstFlowReturn from the source pads to give a
4681         meaningfull result to the upstream peer or to stop the
4682         processing task in case of errors.
4683
4684 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4685
4686         * gst/playback/gststreaminfo.c: (cb_probe):
4687           Try GST_TAG_CODEC as fallback when extracting the
4688           codec name; more debug info.
4689
4690 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4691
4692         * ext/ogg/Makefile.am:
4693         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4694           Extract language tags from ogm subtitle streams, so that
4695           the subtitle menu choices are labelled correctly in
4696           Totem (fixes #344708).
4697
4698 2006-06-14  Wim Taymans  <wim@fluendo.com>
4699
4700         Patch by: Alessandro Decina <alessandro at nnva dot org>
4701
4702         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4703         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4704         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4705         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4706         Fix various leaks. Fixes #343699.
4707         Add x-smoke mime type.
4708
4709 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4710
4711         * gst-libs/gst/riff/riff-ids.h:
4712           Add IDs for 'bext' chunks (see #343837).
4713
4714 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4715
4716         Patch by: Young-Ho Cha  <ganadist at chollian net>
4717
4718         * gst/subparse/samiparse.c: (sami_context_pop_state),
4719         (handle_start_font), (end_sami_element):
4720           Honour font face tags in SAMI subtitles (#344503).
4721
4722 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4723
4724         * po/POTFILES.in:
4725           add missing files containing translatable strings
4726
4727 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4728
4729         * docs/libs/tmpl/.cvsignore:
4730           we don't want those *.sgml files in CVS either
4731
4732 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4733
4734         * docs/libs/.cvsignore:
4735         * tests/check/elements/.cvsignore:
4736         * tests/check/libs/.cvsignore:
4737           ignore more
4738
4739 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4740
4741         * docs/libs/Makefile.am:
4742           also commiting the changed Makefile.am (added more libs to the
4743           doc-build)
4744
4745 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4746
4747         * docs/libs/gst-plugins-base-libs-docs.sgml:
4748         * docs/libs/gst-plugins-base-libs-sections.txt:
4749         * docs/libs/gst-plugins-base-libs.types:
4750           first batch of reordering things, add index & hierarchy
4751
4752 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4753
4754         * configure.ac:
4755           use GST_PKG_CHECK_MODULES, cleans up output
4756
4757 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4758
4759         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4760           Add support for burn:// URIs (#343385); const-ify things a bit,
4761           use G_N_ELEMENTS instead of hard-coded array size.
4762
4763 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4764
4765         Patch by: Young-Ho Cha  <ganadist at chollian net>
4766
4767         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4768           Fix up broken entities before passing them to libxml *sigh*.
4769           (#343303).
4770           
4771 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4772
4773         * configure.ac:
4774           back to TRUNK
4775
4776 === release 0.10.8 ===
4777
4778 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4779
4780         * configure.ac:
4781           releasing 0.10.8, "Moar gij ziet mij nie"
4782
4783 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4784
4785         * configure.ac:
4786         * po/af.po:
4787         * po/az.po:
4788         * po/cs.po:
4789         * po/en_GB.po:
4790         * po/hu.po:
4791         * po/it.po:
4792         * po/nb.po:
4793         * po/nl.po:
4794         * po/or.po:
4795         * po/sq.po:
4796         * po/sr.po:
4797         * po/sv.po:
4798         * po/uk.po:
4799         * po/vi.po:
4800         * win32/common/config.h:
4801           0.10.7.2 prerelease
4802
4803 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4804
4805         * docs/libs/tmpl/gstaudio.sgml:
4806         * docs/libs/tmpl/gstcolorbalance.sgml:
4807         * docs/libs/tmpl/gstmixer.sgml:
4808         * docs/libs/tmpl/gstringbuffer.sgml:
4809         * docs/libs/tmpl/gsttuner.sgml:
4810         * docs/libs/tmpl/gstxoverlay.sgml:
4811         * gst-libs/gst/audio/audio.c:
4812         * gst-libs/gst/audio/gstringbuffer.c:
4813         * gst-libs/gst/interfaces/colorbalance.c:
4814         * gst-libs/gst/interfaces/mixer.c:
4815         * gst-libs/gst/interfaces/tuner.c:
4816         * gst-libs/gst/interfaces/xoverlay.c:
4817           move last template doc snippets to source code and delete them
4818
4819 2006-06-06  Michael Smith  <msmith@fluendo.com>
4820
4821         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4822         (theora_parse_drain_queue):
4823           Mark DELTA_UNIT on non-keyframes.
4824
4825 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4826
4827         * gst-libs/gst/audio/gstbaseaudiosink.c:
4828         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4829         * gst-libs/gst/audio/gstbaseaudiosink.h:
4830         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4831         (gst_ring_buffer_samples_done):
4832         * gst-libs/gst/audio/gstringbuffer.h:
4833         Document better the fact that latency_time and buffer_time are values
4834         stored in microseconds, and not the usual GStreamer nanoseconds.
4835         Change the variables (compatibly) that store them from GstClockTime 
4836         to guint64 to make it more clear that they're not storing clock times.
4837         Also, remove the bogus property description that says the user can
4838         specify -1 to get the default value, since that's never been the case.
4839
4840         When computing the default segment size for the ring buffer, make it
4841         an integer number of samples.
4842
4843         When the sub-class indicates a delay greater than the number of
4844         samples we've written return 0 from the audio sink get_time method.
4845
4846 2006-06-02  Michael Smith  <msmith@fluendo.com>
4847
4848         * tests/check/elements/audioconvert.c: (set_channel_positions),
4849         (get_float_mc_caps), (get_int_mc_caps):
4850         * tests/check/elements/audioresample.c:
4851         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4852         * tests/check/elements/videorate.c:
4853         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4854         * tests/check/elements/volume.c:
4855         * tests/check/elements/vorbisdec.c:
4856         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4857           Don't busy-wait in tests; this was causing test timeouts very
4858           frequently when running under valgrind.
4859
4860 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4861
4862         * gst/tcp/README:
4863         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4864         (gst_multi_fd_sink_remove_client_link),
4865         (gst_multi_fd_sink_client_queue_caps),
4866         (gst_multi_fd_sink_client_queue_buffer),
4867         (gst_multi_fd_sink_handle_client_write),
4868         (gst_multi_fd_sink_render):
4869         * gst/tcp/gstmultifdsink.h:
4870           make multifdsink properly deal with streamheader:
4871           - streamheader is taken from caps
4872           - buffers marked with IN_CAPS are not sent
4873           - streamheaders are sent, on connection, from the caps of the
4874             buffer where the client gets positioned to
4875           - further streamheader changes are done every time the client
4876             will receive a buffer with different caps
4877         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4878         (gst_multifdsink_create_streamheader):
4879           add tests for this
4880
4881 2006-06-02  Michael Smith  <msmith@fluendo.com>
4882
4883         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4884           Reinstate limit on channel count. Vorbis does not define the meaning
4885           of > 6 channels, so they're just independent channels. Gstreamer
4886           currently has no mechanism to represent N independent channels.
4887
4888 2006-06-02  Michael Smith  <msmith@fluendo.com>
4889
4890         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4891           Don't arbitrarily restrict channel counts and rate in vorbis.
4892           In terms of effects likely on real-world files, this fixes 96kHz
4893           playback of vorbis.
4894
4895 2006-06-02  Michael Smith  <msmith@fluendo.com>
4896
4897         * gst/audioconvert/audioconvert.c: (float):
4898           More correct float->int conversion.
4899
4900 2006-06-02  Michael Smith  <msmith@fluendo.com>
4901
4902         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4903           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4904           value. Fixes g-critical on trying to play back ogg containing
4905           unknown codec.
4906
4907 2006-06-02  Wim Taymans  <wim@fluendo.com>
4908
4909         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4910         (setup_source):
4911         * gst/playback/gstplaybasebin.h:
4912         Make the subtitle detection work from any thread so we don't
4913         deadlock. Fixes #343397.
4914
4915 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4916
4917         * gst/volume/Makefile.am:
4918           Seriously, it's not *that* hard to get compilation right.  Even
4919           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4920
4921 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4922
4923         * gst/volume/gstvolume.c: (volume_choose_func),
4924         (volume_update_real_volume), (gst_volume_class_init),
4925         (gst_volume_init), (volume_process_float), (volume_process_int16),
4926         (volume_process_int16_clamp), (volume_set_caps),
4927         (volume_transform_ip), (plugin_init):
4928         * gst/volume/gstvolume.h:
4929         rewrite the passthrough check, split _int16 and _int16_clamp, fix
4930         another property desc., remove unused param from process function
4931         
4932         * tests/check/elements/volume.c: (volume_suite):
4933         reactivate the passthrough test
4934
4935 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4936
4937         * ext/alsa/gstalsamixerelement.h:
4938         * ext/alsa/gstalsamixeroptions.h:
4939         * ext/alsa/gstalsamixertrack.h:
4940         * ext/gnomevfs/gstgnomevfssink.h:
4941         * ext/gnomevfs/gstgnomevfssrc.h:
4942         * ext/theora/gsttheoradec.h:
4943         * ext/theora/gsttheoraenc.h:
4944         * ext/theora/gsttheoraparse.h:
4945         * ext/vorbis/vorbisparse.h:
4946         * gst-libs/gst/audio/gstaudioclock.h:
4947         * gst-libs/gst/audio/gstaudiofilter.h:
4948         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4949         * gst/audioconvert/gstaudioconvert.h:
4950         * gst/audioresample/gstaudioresample.h:
4951         * gst/audiotestsrc/gstaudiotestsrc.h:
4952         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4953         * gst/playback/gststreamselector.h:
4954         * gst/tcp/gstmultifdsink.h:
4955         * gst/tcp/gsttcpclientsink.h:
4956         * gst/tcp/gsttcpclientsrc.h:
4957         * gst/tcp/gsttcpserversink.h:
4958         * gst/tcp/gsttcpserversrc.h:
4959         * gst/videorate/gstvideorate.h:
4960         * gst/videoscale/gstvideoscale.h:
4961         * gst/videotestsrc/gstvideotestsrc.h:
4962         * gst/volume/gstvolume.h:
4963         * sys/v4l/gstv4ljpegsrc.h:
4964         * sys/v4l/gstv4lmjpegsink.h:
4965         * sys/v4l/gstv4lmjpegsrc.h:
4966         * sys/v4l/gstv4lsrc.h:
4967         * sys/ximage/ximagesink.h:
4968         * sys/xvimage/xvimagesink.h:
4969         * tests/old/testsuite/alsa/sinesrc.h:
4970         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
4971
4972 2006-05-31  Wim Taymans  <wim@fluendo.com>
4973
4974         * ext/libvisual/visual.c: (gst_visual_reset),
4975         (gst_visual_sink_setcaps), (gst_visual_sink_event),
4976         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
4977         Handle DISCONT.
4978         Use running time before doing QoS.
4979         Handle mono too.
4980
4981 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4982
4983         * docs/libs/Makefile.am:
4984           set a magic variable to indicate we know the docs are incomplete
4985
4986 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
4987
4988         * win32/common/libgstvideo.def:
4989           export gst_video_calculate_display_ratio
4990         * win32/vs6/libgstvideoscale.dsp:
4991           add link to libgstvideo-0.10.lib
4992
4993 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4994
4995         * gst/playback/gstplaybasebin.c: (gen_source_element):
4996           Throw a more comprehensible error for rtsp:// URIs (rather
4997           than erroring out with a negotiation error later on) until
4998           we fix playbin to handle rtspsrc etc.
4999
5000 2006-05-30  Wim Taymans  <wim@fluendo.com>
5001
5002         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5003         (gst_text_overlay_text_event):
5004         Added some FIXMEs.
5005
5006 2006-05-30  Wim Taymans  <wim@fluendo.com>
5007
5008         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5009         (gst_adder_request_new_pad), (gst_adder_release_pad):
5010         * gst/adder/gstadder.h:
5011         Implement release_request_pad.
5012         Make padcounter atomic.
5013
5014         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5015         Added check for release_pad in adder.
5016
5017 2006-05-30  Wim Taymans  <wim@fluendo.com>
5018
5019         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5020         Fix build again.
5021
5022 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5023
5024         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5025         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5026         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5027         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5028         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5029         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5030         (gst_ogg_demux_bisect_forward_serialno),
5031         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5032         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5033           add more debugging
5034           clean up printf formats for granulepos and serialno
5035
5036 2006-05-30  Michael Smith  <msmith@fluendo.com>
5037
5038         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5039         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5040         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5041         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5042         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5043         * ext/vorbis/vorbisenc.h:
5044           Multi-channel caps negotiation, so we can do proper multichannel
5045           vorbis encoding, negotiated through audioconvert.
5046
5047 2006-05-30  Wim Taymans  <wim@fluendo.com>
5048
5049         * tests/check/elements/adder.c: (test_event_message_received),
5050         (test_play_twice_message_received), (GST_START_TEST),
5051         (adder_suite):
5052         Added check to show that #339935 is fixed with ongoing
5053         adder and collectpads fixes.
5054
5055 2006-05-29  Wim Taymans  <wim@fluendo.com>
5056
5057         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5058         Don't leak pad name.
5059
5060 2006-05-29  Wim Taymans  <wim@fluendo.com>
5061
5062         * gst/adder/gstadder.c: (gst_adder_query_duration),
5063         (forward_event_func), (forward_event), (gst_adder_src_event):
5064         Fix adder seeking.
5065         Make query/seeking code threadsafe.
5066
5067         * tests/check/Makefile.am:
5068         * tests/check/elements/adder.c: (test_event_message_received),
5069         (GST_START_TEST), (test_play_twice_message_received):
5070         Fix adder test case.
5071
5072 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
5073
5074         Patch by: Young-Ho Cha  <ganadist at chollian net>
5075
5076         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5077         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5078         (set_encoding_element), (decodebin_element_added_cb),
5079         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5080         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5081         * gst/playback/gstplaybasebin.h:
5082           Add 'subtitle-encoding' property to playbin, so applications can
5083           force a subtitle encoding for non-UTF8 subtitles (#342268).
5084
5085         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5086         (gst_sub_parse_set_property):
5087           Rename recently-added 'encoding' property to 'subtitle-encoding'
5088           (so it can be proxied by playbin/decodebin in a generic way
5089           with less danger of false positives).
5090
5091 2006-05-29  Michael Smith  <msmith@fluendo.com>
5092
5093         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5094         (append_with_other_format), (set_structure_widths),
5095         (gst_audio_convert_transform_caps):
5096           Patch from #341562: give more specific audio caps in get_caps, so
5097           that basetransform  can make better decisions on what caps to
5098           negotiate.
5099
5100 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5101
5102         * tests/check/elements/volume.c:
5103         make it compile again
5104
5105 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5106
5107         * tests/check/elements/volume.c: (volume_suite):
5108         disable test until #343196 gets resolved
5109
5110 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5111
5112         * gst/adder/gstadder.c: (gst_adder_get_type):
5113         Make it easier to copy&paste
5114         
5115         * gst/volume/Makefile.am:
5116         * gst/volume/gstvolume.c: (volume_update_real_volume),
5117         (gst_volume_set_volume), (gst_volume_set_mute),
5118         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5119         (volume_transform_ip), (volume_update_mute),
5120         (volume_update_volume):
5121         * gst/volume/gstvolume.h:
5122         Add own debug category, move duplicate code to helper function, fix
5123         property texts, add more comments and prepare ffor liboil-goodness
5124         
5125         * tests/check/Makefile.am:
5126         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5127         add test for mute and passtrough case, be a bit more verbose to track
5128         failure
5129         
5130         * tests/check/generic/states.c: (GST_START_TEST):
5131         catch elements that fail to instantiate
5132
5133 2006-05-28  Edward Hervey  <edward@fluendo.com>
5134
5135         * tests/check/pipelines/simple-launch-lines.c:
5136         * tests/check/pipelines/theoraenc.c:
5137         * tests/check/pipelines/vorbisenc.c:
5138         Comment out tests using parse_launch() if core was built without
5139         parsing capabilities.
5140
5141 2006-05-27  Edward Hervey  <edward@fluendo.com>
5142
5143         * tests/check/Makefile.am:
5144         Extra bonus points for whoever explains to ensonic that you are meant
5145         to test unit tests thoroughly before commiting them, especially if
5146         you know it's going to break.
5147         De-activated element/adder tests.
5148
5149 2006-05-27  Edward Hervey  <edward@fluendo.com>
5150
5151         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5152         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5153         Marking caps conversion issues as GST_WARNING is way too verbose,
5154         Moving them to GST_LOG.
5155
5156 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5157
5158         * README:
5159           Replace current README (containing the release notes from
5160           some 0.9.x version) with a proper README taken from the core.
5161
5162 2006-05-26  Wim Taymans  <wim@fluendo.com>
5163
5164         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5165         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5166         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5167         (vorbis_dec_change_state):
5168         Small cleanups.
5169         Add some FIXMEs
5170         Clip output samples to segment boundaries.
5171
5172 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5173
5174         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5175         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5176         Improve the errors produced on bad output, including some human
5177         readable description strings.
5178         Handle the (theoretical for ximagesink) case where the XServer 
5179         has a different idea about the size required for a particular 
5180         frame and gives us too small a memory allocation.
5181
5182 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5183
5184         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5185         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5186         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5187         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5188         Improve the errors produced on bad output, including some human 
5189         readable description strings.
5190         Handle RGB Xv formats properly by transforming them into our 
5191         big-endian caps description.
5192         Use gst_caps_truncate to ensure that we never try and choose a
5193         non-fixed caps in buffer_alloc.
5194         Handle the case where the XServer has a different idea about the size
5195         required for a particular frame and gives us too small a memory
5196         allocation.
5197         Use -1 to indicate 'no image format', because 0 is a valid XServer
5198         image format number.
5199         Put RGB Xv formats at the end of the caps, so that we always prefer
5200         YUV format frames.
5201         Iterate the available Xv Encodings to determine the maximum width and
5202         height, and then return that in our caps.
5203         (Closes #315312, #337544)
5204
5205 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5206
5207         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5208         When there is only one unfinished pad and it receives an event that
5209         doesn't match our requirements, we need to set alldone=FALSE so that
5210         the fakesink is not removed yet.
5211
5212 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5213
5214         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5215           Use gst_type_find_helper_for_buffer() to find the type
5216           of stream from the first packet.
5217
5218         * configure.ac:
5219           Bump requirements to core CVS (needed for vorbis
5220           typefinding to work).
5221
5222 2006-05-24  Edward Hervey  <edward@fluendo.com>
5223
5224         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5225         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5226         contain.  Else they play perfectly fine with qtdemux.
5227
5228 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5229
5230         * ext/theora/theoradec.c:
5231         * ext/theora/theoraenc.c:
5232         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5233         * gst/audiorate/gstaudiorate.c:
5234           make more debug catagories static
5235         
5236         * tests/check/Makefile.am:
5237         * tests/check/elements/adder.c: (message_received),
5238         (test_event_message_received), (GST_START_TEST),
5239         (test_play_twice_message_received), (adder_suite):
5240           added test case for using element twice, extra bonus points for anyone
5241           who can make these test run reliably
5242
5243 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5244
5245         * ext/theora/theoradec.c: (theora_dec_chain):
5246           Make work with time-stamped input buffers that do not
5247           have a granulepos in BUFFER_OFFSET_END (like theora
5248           buffers coming from matroskademux). Fixes #342448.
5249
5250 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5251
5252         Patch by: Peter Kjellerstedt  <pkj at axis com>
5253
5254         * gst/tcp/Makefile.am:
5255           fdstresstest doesn't need Gtk+, fix compilation if 
5256           gtk is not available (#342566).
5257
5258 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5259          
5260         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5261           80 line columns
5262           Removed redundant floor()
5263
5264 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5265
5266         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5267           On second thought, just skip JUNK chunks automatically, so
5268           the caller doesn't have to handle this. Fixes #342345.
5269           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5270           not GST_FLOW_ERROR.
5271
5272 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5273
5274         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5275           Don't bail out on JUNK chunks with a size of 0 (would try to
5276           pull_range 0 bytes before, which sources don't like too much).
5277           See #342345.
5278
5279 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5280
5281         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5282         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5283         Use the gstutil scaling function to preserve 64 bits while calculating
5284         output width and height from the display-aspect-ratio. (A continuation
5285         of #341542)
5286
5287 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5288
5289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5290         (gst_xvimagesink_buffer_alloc):
5291         * sys/xvimage/xvimagesink.h:
5292         When performing buffer allocations, remember the caps and image format
5293         we return so that if the same caps are asked for next time we can
5294         return them immediately without doing any caps intersections.
5295
5296 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5297          
5298         * gst-libs/gst/rtp/README:
5299           Some new documentation
5300         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5301           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5302         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5303         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5304           New RTP audio base payloader class. Supports frame or sample based
5305           codecs.  Not enabled in Makefile.am until approved.
5306
5307 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5308
5309         * tests/check/elements/alsa.c: (test_device_property_probe):
5310           Fix test case: don't try to free NULL GValueArray when there
5311           are no devices.
5312
5313 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5314
5315         * tests/check/Makefile.am:
5316         * tests/check/elements/alsa.c: (test_device_property_probe),
5317         (alsa_suite), (main):
5318           Add simple test that runs a device property probe on alsasrc,
5319           alsasink and alsamixer. Disable valgrind check for now (too
5320           many leaks in libasound, and valgrind ignored my suppressions
5321           additions).
5322
5323 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5324
5325         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5326         (gst_alsa_device_property_probe_probe_property),
5327         (gst_alsa_device_property_probe_needs_probe),
5328         (gst_alsa_device_property_probe_get_values),
5329         (gst_alsa_type_add_device_property_probe_interface):
5330         * ext/alsa/gstalsadeviceprobe.h:
5331         * ext/alsa/gstalsamixerelement.c:
5332         (gst_alsa_mixer_element_init_interfaces):
5333         * ext/alsa/gstalsamixerelement.h:
5334           Clean up and simplify alsa device probing. Make it actually work
5335           for multiple classes. Don't cache results any longer.
5336
5337         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5338         (gst_alsasink_init):
5339         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5340         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5341         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5342           Make alsasink and alsasrc implement the GstPropertyProbe interface
5343           for device probing (#342181).
5344           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5345
5346 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5347
5348         * gst/subparse/samiparse.c: (handle_start_font):
5349           Don't ignore return value of strtol (++compiler_happiness).
5350
5351 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5352
5353         Patch by: Young-Ho Cha  <ganadist chollian net>
5354
5355         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5356         (gst_sub_parse_class_init), (gst_sub_parse_init),
5357         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5358         (convert_encoding):
5359         * gst/subparse/gstsubparse.h:
5360           Add 'encoding' property (#341681).
5361
5362         * gst/subparse/samiparse.c: (characters_sami):
5363           Output is pango markup, so we need to escape text
5364           between tags (#342143).
5365
5366 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5367
5368         * gst-libs/gst/audio/multichannel.c:
5369         (gst_audio_check_channel_positions):
5370           It's okay to have caps with channels=1 and a channel position
5371           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5372           (deinterleavers might want to keep the position in the caps,
5373           so that they can be re-interleaved again properly later).
5374           Leave check for unexpected 2-channel layouts intact for now.
5375
5376 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5377
5378         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5379         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5380         basesrc can do its job correctly.
5381
5382 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5383
5384         * ext/alsa/Makefile.am:
5385         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5386         (gst_alsa_detect_formats), (get_channel_free_structure),
5387         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5388         (gst_alsa_probe_supported_formats):
5389         * ext/alsa/gstalsa.h:
5390         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5391           Refactor and improve caps probing code: probe signedness
5392           when we probe the supported formats/widths; set endianness
5393           to the one we actually probed for (ie. cpu endianness).
5394           
5395         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5396         (gst_alsasrc_close):
5397         * ext/alsa/gstalsasrc.h:
5398           Implement caps probing for alsasrc.
5399
5400 2006-05-15  Wim Taymans  <wim@fluendo.com>
5401
5402         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5403         (theora_dec_src_query), (theora_dec_src_event),
5404         (theora_dec_sink_event), (theora_handle_comment_packet),
5405         (theora_handle_data_packet), (theora_dec_change_state):
5406         Cleanups, add some G_LIKELY.
5407         Use segment helpers instead of our own wrong code.
5408         Clear queued buffers on seek and READY.
5409
5410         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5411         (vorbis_dec_convert), (vorbis_dec_src_query),
5412         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5413         (vorbis_handle_comment_packet), (vorbis_dec_push),
5414         (vorbis_handle_data_packet), (vorbis_dec_chain),
5415         (vorbis_dec_change_state):
5416         * ext/vorbis/vorbisdec.h:
5417         Remove old useless packetno variable.
5418         Do position query properly.
5419         Add some G_LIKELY.
5420         Do cleanup of queued buffers in new helper function
5421         and use it.
5422
5423 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5424
5425         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5426           Query supported sample rates. Fixes #341732.
5427
5428 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5429
5430         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5431         (gst_decode_bin_change_state): Make decodebin reusable
5432         when going from PAUSE_TO_READY and then back to PAUSED.
5433         Fixes #331678.
5434
5435 2006-05-15  Wim Taymans  <wim@fluendo.com>
5436
5437         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5438         (vorbis_dec_convert), (vorbis_dec_src_query),
5439         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5440         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5441         (vorbis_dec_clean_queued), (vorbis_dec_push),
5442         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5443         Cleanups. Use refcounting and DEBUG_OBJECT.
5444         Reset segment on flush, use code methods instead of our
5445         own wrong version.
5446         Fix potential memleak.
5447
5448 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5449
5450         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5451         (gst_alsasink_init):
5452         * ext/alsa/gstalsasink.h:
5453           Don't leak allocated snd_output_t structure if there's
5454           more than one alsasink instance at a time (#341873).
5455           Also fix GObject macros in header file.
5456           
5457 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5458
5459         * gst/subparse/gstsubparse.c:
5460         (gst_sub_parse_data_format_autodetect):
5461           Don't use libxml functions in the typefinding code.
5462
5463 2006-05-15  Wim Taymans  <wim@fluendo.com>
5464
5465         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5466         Fix seeking performance in the case where a non-header 
5467         packet has a 0 granulepos (busted theora case). 
5468         Fixes #341719
5469         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5470          the first place, you limelight stealer you)
5471
5472 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5473
5474         * gst/subparse/gstsubparse.c:
5475         (gst_sub_parse_data_format_autodetect):
5476           Improve SAMI typefinding: handle case where there are
5477           whitespaces or newlines in front of the first <SAMI>
5478           tag (#169936).
5479
5480 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5481
5482         * configure.ac:
5483           Build video4linux plugin even if there's no XVIDEO, just
5484           without implementing the GstXOverlay interface (#334002).
5485          
5486 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5487
5488         * configure.ac:
5489         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5490         (plugin_init):
5491           Add tentative support for libvisual-0.4 (#336881).
5492
5493 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5494
5495         Patch by: Young-Ho Cha <ganadist at chollian net>
5496
5497         * gst/subparse/samiparse.c: (handle_start_font):
5498           Need to map "silver" colour explicitly (#169936).
5499
5500 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5501
5502         Patch by: Young-Ho Cha  <ganadist at chollian net>
5503
5504         * gst/subparse/Makefile.am:
5505         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5506         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5507         (gst_sub_parse_format_autodetect), (feed_textbuf),
5508         (gst_subparse_type_find), (plugin_init):
5509         * gst/subparse/gstsubparse.h:
5510         * gst/subparse/samiparse.c:
5511         * gst/subparse/samiparse.h:
5512           Add support for SAMI subtitles (#169936).
5513
5514 2006-05-14  Michael Smith  <msmith@fluendo.com>
5515
5516         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5517           Fix #341696: crash when mixing L+R+C to mono or stereo.
5518         * tests/check/Makefile.am:
5519         * tests/check/elements/audioconvert.c: (set_channel_positions),
5520         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5521         (audioconvert_suite):
5522           Add test for the above, including some generic framework bits for
5523           testing multichannel things.
5524
5525 === release 0.10.7 ===
5526
5527 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5528
5529         * configure.ac:
5530           releasing 0.10.7, "Leave the gun"
5531
5532 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5533
5534         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5535         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5536         Fix the build.
5537
5538 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5539
5540         * docs/libs/gst-plugins-base-libs-docs.sgml:
5541         * docs/libs/gst-plugins-base-libs-sections.txt:
5542         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5543         * gst-libs/gst/video/video.h:
5544         * gst/videoscale/Makefile.am:
5545         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5547         * tests/check/Makefile.am:
5548         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5549         (main):
5550           Fix integer overflow problem with pixel-aspect-ratio calculations
5551           in videoscale and xvimagesink (#341542)
5552
5553 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5554
5555         * gst-libs/gst/tag/gstid3tag.c:
5556           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5557
5558 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5559
5560         * win32/MANIFEST:
5561           update win32 files listing
5562
5563 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5564
5565         patch by: Sjoerd Simons (sjoerd@luon.net)
5566
5567         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5568         (group_create), (group_destroy), (add_stream),
5569         (gst_play_base_bin_get_property),
5570         (gst_play_base_bin_get_streaminfo_value_array):
5571         * gst/playback/gstplaybasebin.h:
5572           API: GstPlayBaseBin::stream-info-value-array property
5573           use a more bindings-friendly way of exposing streaminfo
5574           using a GValueArray.  Tested in ipython.
5575           Closes #341114
5576
5577 2006-05-11  Wim Taymans  <wim@fluendo.com>
5578
5579         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5580         (queue_underrun_cb), (queue_filled_cb):
5581         Also catch queue underruns but don't do anything yet.
5582         Refactor and comment queue enlarging code a bit.
5583
5584         * gst/playback/gstplaybasebin.c: (queue_overrun),
5585         (queue_threshold_reached), (queue_out_of_data),
5586         (gen_preroll_element):
5587         If a queue over/underruns check that we don't create nasty
5588         deadlocks when the min-threshold is not reached but the
5589         max-bytes is. In those cases disable max-bytes when we
5590         know that the queue is fed timed data.
5591         Add more comments.
5592
5593 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5594
5595         * gst/playback/gstplaybin.c: (gen_audio_element):
5596           Make playbin automatically plug an 'audioresample'
5597           element before the audio sink as well. This solves
5598           problems with sinks that only accept a very specific
5599           sample rate, like esdsink (e.g. #340379).
5600
5601 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5602
5603         * gst/playback/gstplaybasebin.c: (gen_source_element):
5604           Make http sources send special headers so that we receive
5605           icecast metadata if the http stream is an icecast stream
5606           (otherwise the server will just ignore them). This also
5607           means that from now on users will need the 'icydemux'
5608           element from gst-plugins-good installed if they want to
5609           listen to icecast radio streams. (#341432, #333657).
5610
5611 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5612
5613         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5614         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5615           remove stupid example from docs - it should come with a simple
5616           C program instead.
5617           Clean up/fix docs
5618         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5619         (fail_if_can_read), (GST_START_TEST),
5620         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5621           add a test for changing streamheader which exposes a bug in
5622           multifdsink
5623
5624 2006-05-11  Michael Smith  <msmith@fluendo.com>
5625
5626         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5627         (gst_gnome_vfs_src_received_headers_callback):
5628         * ext/gnomevfs/gstgnomevfssrc.h:
5629           Don't set icy-caps unless we have a sane interval value. Move
5630           interval to a local variable; we never use it outside this function.
5631
5632 2006-05-11  Wim Taymans  <wim@fluendo.com>
5633
5634         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5635         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5636         Register special buffer types along with the objects so
5637         that they are not registered at runtime from N different
5638         streaming threads since they are not threadsafe.
5639
5640 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5641
5642         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5643         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5644           add two more tests, one doing streamheader
5645
5646 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5647
5648         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5649           clean up the bufqueue when shutting down
5650         * tests/check/Makefile.am:
5651         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5652         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5653         (main):
5654           add a test for the leak that was just fixed
5655
5656 2006-05-10  Wim Taymans  <wim@fluendo.com>
5657
5658         * gst/adder/gstadder.c: (gst_adder_setcaps),
5659         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5660         (gst_adder_src_event), (gst_adder_sink_event),
5661         (gst_adder_class_init), (gst_adder_finalize),
5662         (gst_adder_request_new_pad), (gst_adder_collected):
5663         * gst/adder/gstadder.h:
5664         Updated some docs. Added comments and FIXMEs all over the place.
5665         Improve debugging info.
5666         Fix leak on finalize by not calling the parent.
5667         Implement duration query.
5668         Make event forwarding threadsafe.
5669         Correctly send NEWSEGMENT at start and after flush.
5670         Handle EOS correctly.
5671         Post error when not negotiated.
5672
5673         * tests/check/elements/adder.c: (GST_START_TEST):
5674         Added FIXME in the test.
5675
5676 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5677
5678         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5679         (gst_text_overlay_halign_get_type),
5680         (gst_text_overlay_wrap_mode_get_type):
5681         * ext/theora/theoradec.c: (theora_handle_type_packet),
5682         (theora_handle_data_packet):
5683         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5684         (theora_enc_sink_setcaps), (theora_enc_chain):
5685         * gst-libs/gst/cdda/gstcddabasesrc.c:
5686         (gst_cdda_base_src_mode_get_type):
5687         * gst/audiotestsrc/gstaudiotestsrc.c:
5688         (gst_audiostestsrc_wave_get_type):
5689         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5690         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5691         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5692         (gst_sync_method_get_type), (gst_unit_type_get_type),
5693         (gst_client_status_get_type):
5694         * gst/videoscale/gstvideoscale.c:
5695         (gst_video_scale_method_get_type):
5696         * gst/videotestsrc/gstvideotestsrc.c:
5697         (gst_video_test_src_pattern_get_type):
5698         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5699         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5700         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5701         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5702         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5703         (paint_setup_RGB565), (paint_setup_xRGB1555):
5704           Const-ify GEnumValue and GFlagsValue arrays. Use
5705           GST_ROUND_UP_* macros instead of home-made ones.
5706
5707 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5708
5709         * configure.ac:
5710           Require core CVS for the new newsegment stuff.
5711
5712 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5713
5714         Patch by: Sjoerd Simons  <sjoerd at luon net>
5715
5716         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5717           Register nick for enum value (#341160).
5718
5719 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5720
5721         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5722         (plugin_init):
5723          backout typefind patch #340375
5724          
5725         * tests/check/elements/adder.c: (message_received),
5726         (GST_START_TEST), (adder_suite):
5727           redo, signal-handling of test
5728
5729 2006-05-09  Wim Taymans  <wim@fluendo.com>
5730
5731         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5732         (gst_adder_collected):
5733         * gst/adder/gstadder.h:
5734         Remove bogus segment merging and forwarding, we don't
5735         care about timestamps anyway and we just produce a
5736         continuous stream. 
5737         Also create a nice NEWSEGMENT event when we start.
5738         Use _scale_int some more.
5739
5740 2006-05-09  Edward Hervey  <edward@fluendo.com>
5741
5742         * tests/icles/stress-xoverlay.c:
5743         Fix if core was built without parsing support.
5744
5745 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5746
5747         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5748           Add SEDG (Samsung MPEG-4) fourcc.
5749
5750 2006-05-09  Edward Hervey  <edward@fluendo.com>
5751
5752         * tests/icles/stress-xoverlay.c:
5753         * tests/examples/volume/volume.c:
5754         Fix if core was built without parsing support.
5755
5756         * tests/examples/seek/seek.c:
5757         Disable the parse_launch example if core was built without parsing
5758         support.
5759
5760 2006-05-08  Edward Hervey  <edward@fluendo.com>
5761
5762         * autogen.sh: (CONFIGURE_DEF_OPT): 
5763         libtoolize on Darwin/MacOSX is called glibtoolize
5764
5765 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5766
5767         * tests/check/Makefile.am:
5768         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5769           Disable the adder test, until the build-slaves posses the kindness to 
5770           either like it or to give valid reason for not doing so 
5771
5772 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5773
5774         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5775         (adder_suite):
5776           Shuffle NULL state change around and raise timeout more
5777
5778 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5779
5780         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5781         (mp4_type_find), (plugin_init):
5782           Add typefind to distinguish between "audio/x-m4a" and new type
5783           "video/mp4". Fixes #340375
5784
5785         * tests/check/elements/adder.c: (adder_suite):
5786           Raise timeout to make buildbot happy
5787
5788 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5789
5790         * gst/adder/gstadder.c: (gst_adder_sink_event),
5791         (gst_adder_request_new_pad), (gst_adder_change_state):
5792         * gst/adder/gstadder.h:
5793         * tests/check/Makefile.am:
5794         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5795         (adder_suite), (main):
5796           Add sink-event handling to adder. It tries to merge incomming
5797           newsegment-events. Added test to check if segment_done is comming
5798           through. Fixes #340060
5799
5800 2006-05-05  Andy Wingo  <wingo@pobox.com>
5801
5802         * ext/theora/theoraparse.c (gst_theora_parse_init)
5803         (theora_parse_src_convert, theora_parse_src_query):
5804         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5805         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5806         query functions on the source pads of the theora and vorbis parse
5807         elements. Fixes position querying when doing a remux.
5808
5809 2006-05-05  Michael Smith  <msmith@fluendo.com>
5810
5811         * ext/theora/theoraparse.c: (parse_granulepos),
5812         (theora_parse_drain_queue_prematurely),
5813         (theora_parse_queue_buffer), (theora_parse_sink_event):
5814           Fix flushing.
5815           Fix invalid granulepos outputs when starting with a non-keyframe.
5816
5817 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5818
5819         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5820         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5821         Rearrange MPEG system stream detection, fixing some memleaks in the
5822         process.
5823         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5824         they clean up their data correctly.
5825         Remove unused ogganx caps and move the 'is_annodex' check to inside
5826         the 'is_ogg' if statement.
5827
5828 2006-05-05  Wim Taymans  <wim@fluendo.com>
5829
5830         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5831         Properly remove ghostpads. Fixes #340392
5832
5833 2006-05-04  David Schleef  <ds@schleef.org>
5834
5835         * gst/typefind/gsttypefindfunctions.c:
5836
5837 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5838
5839         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5840         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5841
5842         When typefinding an MP3 in push-based mode, don't penalise the
5843         probability down to 74% when we found 5 valid frames just because we
5844         can't peek the end of the file.
5845
5846         Make the probability for detecting MPEG Transport Streams based on the
5847         number of sequential headers we successfully detected.
5848
5849 2006-05-03  Wim Taymans  <wim@fluendo.com>
5850
5851         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5852         (vorbis_dec_push), (vorbis_dec_chain):
5853         Still produce an error when we receive an empty packet.
5854
5855 2006-05-03  Wim Taymans  <wim@fluendo.com>
5856
5857         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5858         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5859         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5860         Mark buffers with DISCONT after seek and after activating new
5861         chains.
5862
5863         * ext/theora/gsttheoradec.h:
5864         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5865         (theora_get_query_types), (theora_dec_sink_event),
5866         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5867         (theora_dec_change_state):
5868         Fix frame counter.
5869         Detect and mark DISCONT buffers.
5870
5871         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5872         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5873         (vorbis_dec_change_state):
5874         * ext/vorbis/vorbisdec.h:
5875         Use GstSegment.
5876         Detect and mark DISCONT buffers.
5877         Don't crash on 0 sized buffers.
5878
5879 2006-05-03  Wim Taymans  <wim@fluendo.com>
5880
5881         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5882         (volume_transform_ip):
5883         Increase "volume" property to 10.0. Fixes #340369.
5884         Set the process function to NULL when capsnego fails so that
5885         we properly error out.
5886
5887 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
5888
5889         * gst/playback/gstplaybin.c: (add_sink):
5890         * gst/playback/test.c: (main):
5891         * gst/playback/test5.c: (dump_element_stats):
5892         * gst/playback/test6.c: (main):
5893           free caps using gst_caps_unref, don't leak caps-strings
5894
5895 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
5896
5897         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5898         (plugin_init):
5899           Refine musepack typefinding a bit. Return MAXIMUM
5900           probability when we detect stream version 7 to make
5901           sure the mpeg audio typefinder doesn't trump us.
5902
5903 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
5904
5905         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5906           Protect against unexpected NULL strf_data buffer.
5907
5908 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5909
5910         * tests/check/elements/audioconvert.c: (verify_convert),
5911         (GST_START_TEST):
5912           interpret the out[] buffer in the order the bytes are actually
5913           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5914           Other tests should use BYTE_ORDER since the array is filled in
5915           with actual values
5916
5917 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5918
5919         * tests/check/elements/audioconvert.c: (verify_convert),
5920         (GST_START_TEST):
5921           when a test fails, give an indication of which it is
5922
5923 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5924
5925         * gst-libs/gst/cdda/gstcddabasesrc.c:
5926           compile fix; strtol() needs <stdlib.h>
5927
5928 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5929
5930         * ext/alsa/gstalsamixerelement.c:
5931         * ext/alsa/gstalsasrc.c:
5932         * ext/cdparanoia/gstcdparanoiasrc.c:
5933         * ext/gnomevfs/gstgnomevfssink.c:
5934         * ext/gnomevfs/gstgnomevfssrc.c:
5935         * ext/ogg/gstoggdemux.c:
5936         * ext/ogg/gstoggmux.c:
5937         * ext/ogg/gstoggparse.c:
5938         * ext/ogg/gstogmparse.c:
5939         * ext/pango/gstclockoverlay.c:
5940         * ext/pango/gsttextoverlay.c:
5941         * ext/pango/gsttextrender.c:
5942         * ext/pango/gsttimeoverlay.c:
5943         * ext/theora/theoradec.c:
5944         * ext/theora/theoraenc.c:
5945         * ext/vorbis/vorbisdec.c:
5946         * ext/vorbis/vorbisenc.c:
5947         * gst-libs/gst/audio/gstaudiofilter.c:
5948         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5949         * gst/audioconvert/gstaudioconvert.c:
5950         * gst/audiorate/gstaudiorate.c:
5951         * gst/audioresample/gstaudioresample.c:
5952         * gst/audiotestsrc/gstaudiotestsrc.c:
5953         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5954         * gst/playback/gstdecodebin.c:
5955         * gst/playback/gstplaybin.c:
5956         * gst/playback/gststreamselector.c:
5957         * gst/subparse/gstsubparse.c:
5958         * gst/tcp/gstmultifdsink.c:
5959         * gst/tcp/gsttcpclientsink.c:
5960         * gst/tcp/gsttcpclientsrc.c:
5961         * gst/tcp/gsttcpserversink.c:
5962         * gst/tcp/gsttcpserversrc.c:
5963         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5964         * gst/videorate/gstvideorate.c:
5965         * gst/videoscale/gstvideoscale.c:
5966         * gst/videotestsrc/gstvideotestsrc.c:
5967         * gst/volume/gstvolume.c:
5968         * sys/v4l/gstv4ljpegsrc.c:
5969         * sys/v4l/gstv4lmjpegsink.c:
5970         * sys/v4l/gstv4lmjpegsrc.c:
5971         * sys/v4l/gstv4lsrc.c:
5972         * sys/ximage/ximagesink.c:
5973         * sys/xvimage/xvimagesink.c:
5974         * tests/check/libs/cddabasesrc.c:
5975           make GstElementDetails const
5976
5977 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5978
5979         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
5980         (gst_adder_init):
5981           send events from src-pad to all sink-pads fixes #338657
5982
5983 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5984
5985         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
5986         (alsasink_parse_spec):
5987           query width capabilities from alsa, fixes #338919
5988
5989 2006-04-28  Wim Taymans  <wim@fluendo.com>
5990
5991         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5992         (gst_multi_fd_sink_remove_client_link):
5993         * gst/tcp/gstmultifdsink.h:
5994         Fix race condition in multifdsink that can lead to spurious 
5995         duplicate clients. this patch adds a new signal that is fired when
5996         multifdsink has removed all references to the fd.
5997         Fixes #339574.
5998         Updated documentation.
5999         API: client-fd-removed signal added
6000
6001 2006-04-28  Michael Smith  <msmith@fluendo.com>
6002
6003         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6004           When asking g_value_array_new to prealloc elements, we may as well
6005           ask for the right number of elements.
6006
6007 2006-04-28  Wim Taymans  <wim@fluendo.com>
6008
6009         * gst-libs/gst/audio/gstbaseaudiosink.c:
6010         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6011         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6012         patch to make timestamp checking more tollerant to rounding 
6013         errors given that real discontinuities are to be marked on
6014         buffers. Fixes some asf files and #338778.
6015         Also avoid some crashers when we receive an event in the 
6016         NULL state.
6017
6018 2006-04-28  Michael Smith  <msmith@fluendo.com>
6019
6020         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6021         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6022         (gst_gnome_vfs_src_get_property),
6023         (gst_gnome_vfs_src_send_additional_headers_callback),
6024         (gst_gnome_vfs_src_received_headers_callback),
6025         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6026         (gst_gnome_vfs_src_stop):
6027         * ext/gnomevfs/gstgnomevfssrc.h:
6028           Remove ICY handling (mostly) from gnomevfssrc, in favour of
6029           proper shared support within icydemux.
6030
6031 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6032
6033         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6034         (gst_video_rate_swap_prev), (gst_video_rate_chain):
6035           fix up docs
6036           fix a leak when no caps negotiated
6037           fix counting of input frames
6038         * tests/check/elements/.cvsignore:
6039         * tests/check/elements/videorate.c: (assert_videorate_stats),
6040         (GST_START_TEST), (videorate_suite):
6041           add tests for these
6042
6043 2006-04-28  Wim Taymans  <wim@fluendo.com>
6044
6045         * gst-libs/gst/audio/gstringbuffer.c:
6046         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6047         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6048         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6049         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6050         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6051         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6052         (gst_ring_buffer_commit), (gst_ring_buffer_read),
6053         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6054         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6055         Check arguments passed to public functions instead of
6056         crashing.
6057
6058 2006-04-28  Wim Taymans  <wim@fluendo.com>
6059
6060         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6061         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6062         GstBaseAudioSrc must be live or it does not work.
6063
6064         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6065         Don't set live to TRUE as this is the default in the parentclass.
6066
6067 2006-04-28  Wim Taymans  <wim@fluendo.com>
6068
6069         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6070         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6071         Videoscale doesn't pass on pixel-aspect ratio. Handle all
6072         fixation cases better. Fixes #338991
6073
6074 2006-04-28  Wim Taymans  <wim@fluendo.com>
6075
6076         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6077         Handle 0/1 framerate correctly Fixes #331901.
6078
6079 2006-04-28  Wim Taymans  <wim@fluendo.com>
6080
6081         * tests/check/elements/audioconvert.c: (get_float_caps),
6082         (GST_START_TEST), (audioconvert_suite):
6083         Added check for correct clipping when doing float samples
6084         in audioconvert.
6085
6086 2006-04-28  Wim Taymans  <wim@fluendo.com>
6087
6088         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6089         (gst_video_rate_chain):
6090         Print more debugging info.
6091
6092 2006-04-28  Wim Taymans  <wim@fluendo.com>
6093
6094         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6095         (resample_set_state_from_caps):
6096         Add support for other formats audioresample can handle such as
6097         32 bits in and float and 64 bits float. Fixes #301759
6098
6099 2006-04-28  Wim Taymans  <wim@fluendo.com>
6100
6101         * gst/audioconvert/audioconvert.c: (float):
6102         correctly clip float samples > 1.0. Fixes #338718
6103
6104 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6105
6106         Patch by: Young-Ho Cha  <ganadist at chollian net>
6107
6108         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6109         (gst_text_overlay_render_text):
6110           Don't strip newlines from the text. Also, center lines
6111           within multi-line paragraphs (#339405).
6112
6113 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6114
6115         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6116           Fix wavpack typefinding to work in more cases (don't peek
6117           for chunks of multiple hundred kBs at once, but process
6118           things step-by-step in smaller units). Fixes #339786.
6119
6120 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6121
6122         * configure.ac:
6123           back to HEAD
6124
6125 === release 0.10.6 ===
6126
6127 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
6128
6129         * configure.ac:
6130           releasing 0.10.6, "Chao"
6131
6132 2006-04-26  David Schleef  <ds@schleef.org>
6133
6134         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6135           Fixes #338897.
6136
6137 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6138
6139         * configure.ac:
6140         * win32/common/config.h:
6141           new prerelease
6142
6143 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6144
6145         patch by: Wim Taymans
6146
6147         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6148         (gst_ogg_demux_perform_seek):
6149           make sure correct newsegments are sent, so that the decoder
6150           and the demuxer agree on timestamps.  Fixes playback of a lot
6151           of Ogg files that do not start from 0.  Fixes #339833.
6152
6153 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6154
6155         Patch by: Edward Hervey  <edward@fluendo.com>
6156
6157         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6158         * tests/check/Makefile.am:
6159         * tests/check/elements/videorate.c: (assert_videorate_stats),
6160         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6161         (videorate_suite), (main):
6162           Fix an infinite loop if frames are passed in with wrongly ordered
6163           timestamps.  Fixes #339013.
6164
6165 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6166
6167         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6168
6169         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6170           fix typefinding on some ISO files.  Fixes #339212.
6171
6172 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6173
6174         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6175
6176         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6177           add another H264 fourcc.  Fixes #339047.
6178
6179 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6180
6181         Patch by: Jan Schmidt
6182
6183         * gst/playback/gststreamselector.c:
6184         (gst_stream_selector_bufferalloc):
6185           Restore old StreamSelector behaviour.
6186           Fixes #338419.
6187
6188 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6189
6190         * configure.ac:
6191         * win32/common/config.h:
6192           prerelease
6193
6194 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6195
6196         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6197
6198         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6199         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6200           Fix some memory leaks: on finalize, free buffers left in the queue
6201           before destroying the queue; in _push(), unref rtp_buf even if
6202           the process vfunc returned a NULL buffer as output buffer (#337548);
6203           demote some recuring debug messages to LOG level.
6204
6205 2006-04-11  Wim Taymans  <wim@fluendo.com>
6206
6207         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6208         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6209         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6210         (gst_ogg_demux_loop):
6211         More cleanups.
6212         Respect segment stop when emiting EOS or SEGMENT_DONE.
6213         Fixes (#337945).
6214
6215 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6216
6217         * gst/playback/gststreamselector.c:
6218         (gst_stream_selector_get_property):
6219           Don't leak pad name.
6220
6221 2006-04-10  Michael Smith  <msmith@fluendo.com>
6222
6223         * tests/check/Makefile.am:
6224         * tests/check/gst-plugins-base.supp:
6225           Suppress an old libtheora bug (fixed in more recent versions), so 
6226           that FC4 buildslaves can pass.
6227
6228 2006-04-10  Wim Taymans  <wim@fluendo.com>
6229
6230         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6231         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6232         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6233         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6234         (gst_ogg_demux_loop):
6235         Don't leak events.
6236         Remember what error we got when finding chains, if we
6237         were shutdown, that would not be an error.
6238
6239 2006-04-10  Wim Taymans  <wim@fluendo.com>
6240
6241         * gst-libs/gst/audio/gstbaseaudiosink.c:
6242         (gst_base_audio_sink_event):
6243         Starting the ringbuffer when we did not acquire it can cause
6244         a deadlock, is pointless and causes nasty things for
6245         subclasses. 
6246         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6247
6248 2006-04-10  Wim Taymans  <wim@fluendo.com>
6249
6250         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6251         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6252         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6253         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6254         (gst_ogg_demux_deactivate_current_chain),
6255         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6256         (gst_ogg_demux_bisect_forward_serialno),
6257         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6258         Add some more debugging.
6259
6260 2006-04-10  Wim Taymans  <wim@fluendo.com>
6261
6262         * ext/theora/theoradec.c: (theora_dec_src_event),
6263         (theora_handle_data_packet):
6264         Some more debug info.
6265
6266         * tests/examples/seek/seek.c: (start_seek), (main):
6267         Print element messages too.
6268
6269 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6270
6271         * gst/audioresample/debug.h:
6272           replace debug macros with variable number of parameters
6273           by a simple alias to gstreamer standard debug macros 
6274          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6275           supported by MSVC 6.0 and 7.1)
6276         * gst/audioresample/resample.h:
6277           define M_PI and rint for WIN32
6278         * win32/common/libgstaudio.def:
6279         * win32/common/libgstriff.def:
6280         * win32/common/libgsttag.def:
6281         * win32/common/libgstvideo.def:
6282           add new exported functions
6283         * win32/vs6:
6284           update project files
6285
6286 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6287
6288         * ext/alsa/gstalsamixeroptions.c:
6289         (gst_alsa_mixer_options_class_init):
6290         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6291         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6292         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6293         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6294         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6295         * gst-libs/gst/audio/gstaudiofilter.c:
6296         (gst_audio_filter_class_init):
6297         * gst-libs/gst/audio/gstaudiosink.c:
6298         (gst_audioringbuffer_class_init):
6299         * gst-libs/gst/audio/gstaudiosrc.c:
6300         (gst_audioringbuffer_class_init):
6301         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6302         * gst-libs/gst/interfaces/colorbalancechannel.c:
6303         (gst_color_balance_channel_class_init):
6304         * gst-libs/gst/interfaces/mixeroptions.c:
6305         (gst_mixer_options_class_init):
6306         * gst-libs/gst/interfaces/mixertrack.c:
6307         (gst_mixer_track_class_init):
6308         * gst-libs/gst/interfaces/tunerchannel.c:
6309         (gst_tuner_channel_class_init):
6310         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6311         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6312         (gst_netbuffer_class_init):
6313         * gst-libs/gst/rtp/gstbasertppayload.c:
6314         (gst_basertppayload_class_init):
6315         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6316         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6317         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6318         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6319         * gst/playback/gststreamselector.c:
6320         (gst_stream_selector_class_init):
6321         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6322         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6323         * sys/v4l/gstv4lcolorbalance.c:
6324         (gst_v4l_color_balance_channel_class_init):
6325         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6326         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6327         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6328         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6329         (gst_v4l_tuner_norm_class_init):
6330         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6332         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6333         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6334
6335 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6336
6337         * ext/pango/gsttextrender.h:
6338         * gst-libs/gst/audio/gstaudiosink.h:
6339         * gst-libs/gst/audio/gstaudiosrc.h:
6340         * gst-libs/gst/audio/gstbaseaudiosink.h:
6341         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6342         * gst-libs/gst/audio/gstringbuffer.h:
6343         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6344         * gst-libs/gst/rtp/gstbasertppayload.h:
6345         * gst-libs/gst/video/gstvideofilter.h:
6346         * gst-libs/gst/video/gstvideosink.h:
6347         * gst/playback/gstplaybasebin.h:
6348         * gst/tcp/gstmultifdsink.h:
6349         * sys/v4l/gstv4lelement.h:
6350         Fix broken GObject macros
6351
6352 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6353
6354         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6355         More debug to trace why my USB headset is not working with gst
6356
6357 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6358
6359         * gst/playback/gstplaybasebin.c: (group_destroy):
6360         Clean up our group elements properly in the case where it never 
6361         got committed - it still got added unconditionally to the bin.
6362
6363 2006-04-07  Wim Taymans  <wim@fluendo.com>
6364
6365         * ext/theora/theoradec.c: (theora_dec_sink_event),
6366         (theora_handle_data_packet), (theora_dec_chain):
6367         Unref unhandled events.
6368         Protect against empty buffers.
6369         Perform QoS on running time.
6370
6371 2006-04-07  Michael Smith  <msmith@fluendo.com>
6372
6373         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6374         (gst_vorbis_enc_chain):
6375           Remove leaks from vorbisenc.
6376           Mostly minor changes, the only significant one is that now the
6377           buffers we set as 'streamheader' on the caps are copies of the
6378           original buffers, to avoid circular refcounting problems.
6379
6380 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6381
6382         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6383           Don't remove our mute-probe if someone else already did so.
6384           Don't set a 2nd one if there is already one pending on the pad.
6385
6386         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6387         (do_playbin_seek):
6388           When a seek fails, ensure that playbin is still set back to playing.
6389           
6390         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6391         (mpeg_ts_type_find), (plugin_init):
6392           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6393
6394 2006-04-06  Andy Wingo  <wingo@pobox.com>
6395
6396         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6397         (gst_video_rate_init): Caps-related parameters should not be reset
6398         by a flush -- move their inits to the instance init function.
6399         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6400         is not OK, just return the result.
6401
6402         * gst/audiotestsrc/gstaudiotestsrc.c
6403         (gst_audio_test_src_class_init)
6404         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6405         broken by Stefan's commit on 24 March.
6406
6407         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6408         buffers being pushed out. Fixes oggmux ! multifdsink.
6409
6410 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6411
6412         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6413         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6414         * ext/vorbis/vorbisdec.h:
6415         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6416         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6417         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6418         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6419         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6420         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6421         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6422         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6423         (gst_vorbis_enc_buffer_from_packet),
6424         (gst_vorbis_enc_buffer_from_header_packet),
6425         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6426         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6427         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6428         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6429         (gst_vorbis_enc_change_state):
6430         * ext/vorbis/vorbisenc.h:
6431           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6432           vorbisenc adhere to the official nomenclature; use boilerplate
6433           macro.
6434
6435 2006-04-04  Andy Wingo  <wingo@pobox.com>
6436
6437         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6438         Whoops, fix bug introduced. Bad hacker!
6439         
6440         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6441         Properly handle the case where you get EOS before any buffers are
6442         received. Use gst_buffer_make_metadata_writable where appropriate.
6443
6444         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6445         is often negative -- make it signed so as not to wrap around.
6446         Fixes segfaults introduced on 9 March.
6447
6448 2006-04-03  Wim Taymans  <wim@fluendo.com>
6449
6450         * ext/theora/gsttheoradec.h:
6451         * ext/theora/theoradec.c: (theora_dec_src_event):
6452         Don't try to store a gdouble in a gboolean.
6453         Small cleanups.
6454
6455 2006-04-03  Michael Smith  <msmith@fluendo.com>
6456
6457         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6458           Oggmux sucks.
6459           Make it suck slightly less by writing out the final page.
6460           Still can't encode a vorbis-in-ogg file correctly, though.
6461
6462 2006-04-03  Andy Wingo  <wingo@pobox.com>
6463
6464         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6465         a g_print.
6466
6467         * ext/theora/theora.c (plugin_init): Register theoraparse.
6468
6469         * ext/theora/gsttheoraparse.h: 
6470         * ext/theora/theoraparse.c: New files implementing a theora
6471         parser. Now we can properly remux ogg/theora+vorbis, yay.
6472
6473         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6474
6475 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6476
6477         * gst/audiotestsrc/gstaudiotestsrc.c:
6478           Fixed the sample pipeline (see #323798)
6479
6480 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6481
6482         * configure.ac:
6483         * win32/common/config.h:
6484         * win32/common/config.h.in:
6485           use AS_VERSION and AS_NANO
6486           more cleanups
6487
6488 2006-03-31  Andy Wingo  <wingo@pobox.com>
6489
6490         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6491         uninitialized variable return that would happen.
6492         
6493         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6494         uninitialized variable return that would never happen.
6495
6496         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6497         (vorbis_parse_sink_event): Add an event function to flush our
6498         state on a seek, and to drain buffers on a premature EOS.
6499         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6500         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6501         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6502         (vorbis_parse_drain_queue): Queue up buffers until we can set
6503         their timestamps and granulepos values.
6504
6505         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6506         and keep track of data needed for deriving granulepos and
6507         timestamps for buffers.
6508
6509 2006-03-29  Wim Taymans  <wim@fluendo.com>
6510
6511         Patch by: j^ <j at bootlab dot org>
6512
6513         * ext/alsa/gstalsamixerelement.c:
6514         (gst_alsa_mixer_element_class_init):
6515         * ext/alsa/gstalsasink.c:
6516         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6517         * ext/ogg/gstoggdemux.c:
6518         * ext/ogg/gstoggmux.c:
6519         * ext/ogg/gstoggparse.c:
6520         * ext/pango/gstclockoverlay.c:
6521         * ext/pango/gsttextoverlay.c:
6522         * ext/pango/gsttextrender.c:
6523         * ext/pango/gsttimeoverlay.c:
6524         * ext/theora/theoradec.c:
6525         * ext/theora/theoraenc.c:
6526         * ext/vorbis/vorbisdec.c:
6527         * ext/vorbis/vorbisenc.c:
6528         * gst/audioconvert/gstaudioconvert.c:
6529         * gst/subparse/gstsubparse.c:
6530         * gst/tcp/gstmultifdsink.c:
6531         * gst/tcp/gsttcpclientsink.c:
6532         * gst/tcp/gsttcpclientsrc.c:
6533         * gst/tcp/gsttcpserversink.c:
6534         * gst/tcp/gsttcpserversrc.c:
6535           better/unified long descriptions
6536           Fixes #336477
6537
6538 2006-03-29  Wim Taymans  <wim@fluendo.com>
6539
6540         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6541         (stop_seek):
6542         Don't let double and triple clicks mess up our state.
6543
6544 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6545
6546         * gst/playback/gstplaybin.c: (gen_video_element),
6547         (gen_text_element), (gen_audio_element), (gen_vis_element):
6548           Error out gracefully when we can't create any of the usual
6549           conversion elements for some reason. Also, don't try to
6550           create an audioscale (sic) element that's not used anyway.
6551
6552 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6553
6554         * gst/playback/gstplaybasebin.c: (setup_source):
6555           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6556           element for a particular protocol, that's confusing for users.
6557           Instead, post a RESOURCE_FAILED error, so that our own error
6558           message is actually shown in totem etc. (#336303).
6559
6560 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6561
6562         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6563
6564         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6565         (gst_gnome_vfs_src_get_icy_metadata):
6566           Fix some minor memory leaks (#336194).
6567
6568 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6569
6570         * ext/gnomevfs/gstgnomevfs.c:
6571         (gst_gnome_vfs_location_to_uri_string):
6572         * ext/gnomevfs/gstgnomevfs.h:
6573         * ext/gnomevfs/gstgnomevfssink.c:
6574         (gst_gnome_vfs_sink_set_property):
6575         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6576           Make gnomevfssink accept filenames as well as URIs for the
6577           "location" property, just like gnomevfssrc does (and
6578           filesrc/filesink do) (#336190).
6579
6580 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6581
6582         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6583           set to NULL before unreffing, fixes a valgrind leak.
6584           Why was this not triggering the error that an object needs to
6585           be NULL before unreffing ?
6586         * win32/common/config.h:
6587           update
6588
6589 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6590
6591         * gst/subparse/gstsubparse.c: (convert_encoding),
6592         (gst_sub_parse_change_state):
6593         * gst/subparse/gstsubparse.h:
6594           Text subtitle files may or may not be UTF-8. If it's not, we
6595           don't really want to see '?' characters in place of non-ASCII
6596           characters like accented characters. So let's assume the input
6597           is UTF-8 until we come across text that is clearly not. If it's
6598           not UTF-8, we don't really know what it is, so try the following:
6599           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6600           is set; if not, check (b) if the current locale encoding is
6601           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6602           the current locale encoding is UTF-8 and the environment variable
6603           was not set to any particular encoding. Not perfect, but better
6604           than nothing (and better than before, I think) (fixes #172848).
6605
6606 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6607
6608         * configure.ac:
6609           update core requirement to 0.10.4.1 because of async_playback
6610           vmethod on GstBaseSink
6611
6612 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6613
6614         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6615         * gst/adder/gstadder.c: (gst_adder_init):
6616         use DEBUG_FUNCPTR for collectpads
6617
6618 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6619
6620         * docs/plugins/Makefile.am:
6621         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6622         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6623         * ext/cdparanoia/gstcdparanoiasrc.c:
6624         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6625         (gst_gnome_vfs_sink_class_init):
6626         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6627         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6628         * ext/ogg/gstoggmux.c:
6629         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6630         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6631         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6632         * ext/pango/gsttextoverlay.c:
6633         * ext/pango/gsttextrender.c:
6634         * ext/theora/theoradec.c:
6635         * ext/theora/theoraenc.c:
6636         * ext/vorbis/vorbisdec.c:
6637         * ext/vorbis/vorbisenc.c:
6638         * gst-libs/gst/audio/gstaudiofilter.c:
6639         (gst_audio_filter_base_init):
6640         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6641         (gst_audio_filter_template_base_init):
6642         * gst/adder/gstadder.c: (gst_adder_get_type):
6643         * gst/adder/gstadder.h:
6644         * gst/audioconvert/gstaudioconvert.c:
6645         * gst/audiotestsrc/gstaudiotestsrc.c:
6646         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6647         (gst_audio_test_src_create):
6648         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6649         * gst/playback/gstdecodebin.c:
6650         * gst/playback/gstplaybin.c:
6651         * gst/playback/gststreamselector.c:
6652         (gst_stream_selector_base_init):
6653         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6654         * gst/volume/gstvolume.c:
6655         * sys/v4l/gstv4lmjpegsink.c:
6656         * sys/v4l/gstv4lmjpegsrc.c:
6657         * tests/check/libs/cddabasesrc.c:
6658         * tests/old/examples/gob/gst-identity2.gob:
6659           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6660           define GstElementDetails at the top
6661
6662 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6663
6664         * win32/common/libgstinterfaces.def:
6665         Add a lot of export functions for gst-python
6666         * win32/vs6/libgstinterfaces.dsp:
6667         Add a missing include folder in the project configuration
6668         
6669 2006-03-23  Wim Taymans  <wim@fluendo.com>
6670
6671         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6672         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6673         (gst_base_audio_src_change_state):
6674         Fix audio sources, forgot to make the ringbuffer
6675         startable...
6676
6677 2006-03-23  Wim Taymans  <wim@fluendo.com>
6678
6679         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6680         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6681         (gst_base_audio_src_change_state):
6682         unparent instead of unref the ringbuffer.
6683
6684 2006-03-23  Wim Taymans  <wim@fluendo.com>
6685
6686         * gst-libs/gst/audio/gstbaseaudiosink.c:
6687         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6688         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6689         Implement new async_play vmethod to start slaving and allow
6690         playback start in case of async PLAY state changes. 
6691
6692         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6693         Enable QoS with new method in base class.
6694
6695 2006-03-23  Wim Taymans  <wim@fluendo.com>
6696
6697         Patch by: Julien MOUTTE <julien at moutte dot net>
6698
6699         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6700         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6701         Partially handle 0 framerate, only EOS after the first frame
6702         is missing.
6703
6704 2006-03-23  Wim Taymans  <wim@fluendo.com>
6705
6706         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6707
6708         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6709         (gst_riff_create_video_template_caps):
6710         * gst/ffmpegcolorspace/avcodec.h:
6711         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6712         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6713         (gst_ffmpegcsp_avpicture_fill):
6714         * gst/ffmpegcolorspace/imgconvert.c:
6715         Patch for support of YVU9 AVI files (#334822)
6716
6717 2006-03-22  Edward Hervey  <edward@fluendo.com>
6718
6719         * docs/design/design-decodebin.txt:
6720         Added design document for new decodebin
6721         (Target Caps): text/x-pango-markup is also a default target caps.
6722
6723 2006-03-22  Wim Taymans  <wim@fluendo.com>
6724
6725         * gst-libs/gst/audio/gstbaseaudiosink.c:
6726         (gst_base_audio_sink_dispose):
6727         Since we _parent the ringbuffer, we also need to
6728         _unparent instead of a plain _unref.
6729
6730 2006-03-22  Wim Taymans  <wim@fluendo.com>
6731
6732         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6733         (stop_seek), (scrub_toggle_cb), (main):
6734         Add scrub checkbox.
6735
6736 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6737
6738         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6739         (gst_ogg_parse_chain):
6740           Fix very inefficient usage of linked lists (#335365).
6741
6742 2006-03-21  Edward Hervey  <edward@fluendo.com>
6743
6744         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6745         * gst/playback/gstplaybin.c: (handoff):
6746         * gst/playback/gststreamselector.c:
6747         (gst_stream_selector_set_property):
6748         gcc 4.1 unreferenced pointer fixes.
6749         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6751         gst_buffer_ref() now takes a GstBuffer*.
6752
6753 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6754
6755         * sys/xvimage/xvimagesink.c:
6756         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6757         by Jan Schmidt.
6758
6759 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6760
6761         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6762         (id3v1_type_find), (apetag_type_find), (plugin_init):
6763           Can't do tag preferences via probability, as tags would then
6764           lose against types that are recognised with MAXIMUM probability
6765           (like .wav); so let all tag typefinders return MAXIMUM themselves
6766           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6767           that we can prefer APE to ID3v1 (fixes #335028).
6768           
6769 2006-03-17  Wim Taymans  <wim@fluendo.com>
6770
6771         * gst-libs/gst/audio/gstbaseaudiosink.c:
6772         (gst_base_audio_sink_change_state):
6773         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6774         (gst_ring_buffer_may_start):
6775         * gst-libs/gst/audio/gstringbuffer.h:
6776         Only start playback if we are playing.
6777         should fix #330748.
6778
6779 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6780
6781         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6782         * win32/common/config.h:
6783           Revert accidental commits to these files.
6784
6785 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6786
6787         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6788
6789         * tests/Makefile.am:
6790           Don't try to build tests in tests/icles if we
6791           don't have X (#323852)
6792
6793 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6794
6795         * gst-libs/gst/tag/gstid3tag.c:
6796           Add TXXX frame identifiers for replaygain stuff as used
6797           by some taggers (see #323721).
6798
6799 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6800
6801         * gst/playback/gststreamselector.c:
6802         (gst_stream_selector_set_property),
6803         (gst_stream_selector_bufferalloc):
6804           Preserve the existing buggy streamselector behaviour by performing
6805           a fallback buffer allocation when downstream isn't linked yet.
6806           This should really be fixed in playbin by blocking pads until it's
6807           linked them.
6808           Also, use gst_pad_alloc_buffer instead of
6809           gst_pad_alloc_buffer_and_set.
6810
6811 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6812
6813         * gst-libs/gst/tag/gstid3tag.c:
6814           Don't crash on unknown ID3v2 TXXX frames.
6815           
6816 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6817
6818         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6819           Chain up to the parent finalize method.
6820           Add 32-bit sample size to the template caps.
6821
6822         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6823         (gst_riff_create_video_template_caps):
6824           Add the fourcc that the VMWare codec uses.
6825           
6826         * gst/playback/gststreamselector.c:
6827         (gst_stream_selector_set_property),
6828         (gst_stream_selector_bufferalloc),
6829         (gst_stream_selector_request_new_pad):
6830           For the active pad, forward buffer-alloc requests, otherwise
6831           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6832           having to memcpy every frame when used by playbin.
6833
6834         * gst/tcp/gstmultifdsink.c:
6835         (gst_multi_fd_sink_handle_client_write):
6836           Get negotiated caps from the sink pad, rather than the sink
6837           pad's peer.
6838
6839 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6840
6841         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6842         
6843         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6844           Don't forget to set src->callbacks_pushed to FALSE again when
6845           popping them, otherwise re-activation in a different mode won't
6846           work (#334620).
6847
6848 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6849
6850         Patch by: Sebastien Moutte  <sebastien moutte net>
6851
6852         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6853         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6854         (gst_ffmpeg_smpfmt_to_caps):
6855           Replace __VA_ARGS__ caps creation macros with varargs functions.
6856           Makes things compile on MSVC (#320765), looks nicer, and we can
6857           tell the compiler to check for the NULL terminator.
6858
6859 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6860
6861         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6862
6863         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6864           Make sure the buffer we copy into is really always big
6865           enough, this time for real (#333488).
6866           
6867 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6868
6869         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6870           Add support for 24bpp DIB (#305279).
6871
6872 2006-03-14  Wim Taymans  <wim@fluendo.com>
6873
6874         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6875         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6876         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6877         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6878         (gst_video_scale_init), (gst_video_scale_src_event):
6879         Re-enable QoS after the release.
6880         Rework videoscale to use the base class src_event handler.
6881
6882 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6883
6884         * configure.ac:
6885           back to CVS.
6886
6887 === release 0.10.5 ===
6888
6889 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
6890
6891         * configure.ac:
6892           releasing 0.10.5, "Net"
6893
6894 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
6895
6896         * docs/plugins/Makefile.am:
6897           Part of previous cdparanoiasrc docs fixes, forgot to commit.
6898           
6899 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6900
6901         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6902         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6903         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6904           Add cdparanoiasrc to docs.
6905
6906         * gst-libs/gst/cdda/gstcddabasesrc.c:
6907           More GstCddaBaseSrc docs.
6908
6909 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6910
6911         * docs/libs/gst-plugins-base-libs-sections.txt:
6912         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6913         * gst-libs/gst/tag/tag.h:
6914           API: libgsttag: new method gst_tag_from_id3_user_tag().
6915
6916 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6917
6918         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6919           NULL-terminate array of mpeg4 video file extensions.
6920           Fixes crash on PPC (#334226).
6921
6922 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6923
6924         * ext/gnomevfs/gstgnomevfssrc.c:
6925         (gst_gnome_vfs_src_check_get_range):
6926           gnome_vfs_uri_is_local() alone is not a good indicator
6927           whether we can operate in pull-mode with a specific URI,
6928           as it returns FALSE for file:// URIs that point to an
6929           NFS-mounted path. Be more conservative here: whitelist
6930           local files, blacklist http URIs and use the old
6931           mechanism for anything else (fixes #334216).
6932
6933 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6934
6935         * configure.ac:
6936           back to trunk
6937
6938 === release 0.10.4 ===
6939
6940 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
6941
6942         * configure.ac:
6943           releasing 0.10.4, "Power"
6944
6945 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
6946
6947         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6948         Disable max-lateness by setting it to -1 for now, so that 
6949         we can bed QoS stuff in thoroughly between now and the next
6950         release.
6951
6952 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
6953
6954         Patch by: Fabrizio Gennari
6955
6956         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6957           Make sure we don't read beyond the palette buffer in case of
6958           broken or manipulated files (#333488)
6959
6960 2006-03-10  Edward Hervey  <edward@fluendo.com>
6961
6962         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6963         Fix for variable not initialized.
6964
6965 2006-03-09  Wim Taymans  <wim@fluendo.com>
6966
6967         * ext/libvisual/visual.c: (gst_visual_get_type),
6968         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
6969         (gst_visual_chain):
6970         Small cleanups.
6971
6972         * ext/theora/gsttheoradec.h:
6973         * ext/theora/theoradec.c: (gst_theora_dec_init),
6974         (gst_theora_dec_reset), (_theora_granule_time),
6975         (theora_dec_src_convert), (theora_dec_sink_convert),
6976         (theora_dec_src_query), (theora_dec_src_event),
6977         (theora_dec_sink_event), (theora_handle_comment_packet),
6978         (theora_handle_header_packet), (theora_dec_push),
6979         (theora_handle_data_packet), (theora_dec_chain),
6980         (theora_dec_change_state):
6981         Add simple QoS.
6982
6983 2006-03-09  Wim Taymans  <wim@fluendo.com>
6984
6985         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6986         (audiocast_register_listener), (gst_gnome_vfs_src_start):
6987         Some cleanups.
6988
6989 2006-03-09  Wim Taymans  <wim@fluendo.com>
6990
6991         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6992         Don't try to activate NULL chains.
6993
6994 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6995
6996         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6997           Fix invalid memory access to region before peek'd data (#332964).
6998
6999 2006-03-09  Wim Taymans  <wim@fluendo.com>
7000
7001         Patch by: Christophe Fergeau
7002
7003         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7004         * ext/pango/gsttextrender.c: (gst_text_render_init):
7005         * gst/adder/gstadder.c: (gst_adder_init):
7006         Don't leak padtemplates, closes #333510.
7007
7008 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7009
7010         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7011           Fix invalid memory access: make sure string passed to
7012           regexec() is NUL-termianted.
7013
7014 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7015
7016         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7017         (mp3_type_find):
7018           Refactor mpeg/audio typefinding to make it more maintainable
7019           and easier to fine-tune. Make probing into middle of the file
7020           work properly (fixes #333900, also see #152688).
7021
7022 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7023
7024         * gst/typefind/gsttypefindfunctions.c:
7025         (utf8_type_find_have_valid_utf8_at_offset):
7026           Remove part from previous commit that was bogus:
7027           g_utf8_validate() does in fact not accept embedded
7028           zeroes, so we don't need to check for those (thanks
7029           to Mike for the hint).
7030
7031 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7032
7033         * gst/typefind/gsttypefindfunctions.c:
7034         (utf8_type_find_count_embedded_zeroes),
7035         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7036           Make plain/text typefinder more conservative: firstly, check
7037           for embedded zeroes, which are perfectly valid UTF-8 characters,
7038           but also a fairly good sign that something is not a plain text
7039           file; secondly, probe into the middle of the file if possible.
7040           If we can't probe into the middle, limit the probability value
7041           to be returned to TYPE_FIND_POSSIBLE (see #333900).
7042
7043 2006-03-08  Michael Smith  <msmith@fluendo.com>
7044
7045         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7046           Make typefind function name for mpeg4 video unique.
7047
7048 2006-03-08  Wim Taymans  <wim@fluendo.com>
7049
7050         * ext/libvisual/visual.c: (gst_visual_init),
7051         (gst_visual_clear_actors), (gst_visual_dispose),
7052         (gst_visual_reset), (gst_visual_src_setcaps),
7053         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7054         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7055         (gst_visual_chain), (gst_visual_change_state):
7056         Cleanups, post nice errors.
7057         Handle sink and src events.
7058         Implement simple QoS.
7059
7060         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7061         Use new basesink methods to configure max-lateness.
7062         Small doc update.
7063
7064         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7065         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7066         Debug statement cleanups.
7067
7068         * gst/volume/gstvolume.c: (gst_volume_class_init):
7069         Simple cleanup.
7070
7071 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7072
7073         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7074         (gst_text_overlay_init), (gst_text_overlay_set_property),
7075         (gst_text_overlay_get_property):
7076           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7077           as string type properties, but mark them deprecated. Add
7078           'halignment' and 'valignment' properties that use enums
7079           instead of strings.
7080
7081 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7082
7083         Patch by: Fabrizio Gennari
7084
7085         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7086           Allow palettes with less than 256 colours in AVI files
7087           (#333488)
7088
7089 2006-03-07  Julien MOUTTE  <julien@moutte.net>
7090
7091         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7092         (gst_text_overlay_video_event): Fix wrong EOS handling on text
7093         pad. We were releasing the queued text buffer when we should keep
7094         it until video pad gets EOS or discard the text buffer because it's
7095         too old. That was eating the last subtitle buffer. Add some more
7096         debug.
7097
7098 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7099
7100         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7101         (gst_text_overlay_video_chain):
7102           Fix invalid memory access (we can't access a buffer after it's been
7103           pushed downstream without taking a reference); fix memory leak (if
7104           there's no text to render, bail out before allocating stuff).
7105
7106 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7107
7108         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7109         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7110         * ext/pango/gsttextoverlay.h:
7111           If input is plain text, escape it before passing it to
7112           pango_layout_set_markup().
7113
7114 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7115
7116         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7117           Don't ignore flow return from gst_pad_push().
7118
7119 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7120
7121         Patch by: Fabrizio Gennari
7122
7123         * ext/libvisual/visual.c: (gst_visual_getcaps),
7124         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7125         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7126         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7127         (gst_vorbisenc_convert_sink):
7128         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7129         (gst_audio_duration_from_pad_buffer):
7130         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7131         (gst_audio_filter_chain):
7132         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7133         (gst_base_rtp_depayload_setcaps):
7134         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7135         (gst_video_get_size):
7136         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7137           Don't leak references returned by gst_pad_get_parent()
7138           (#333663)
7139
7140 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
7141
7142         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7143           change location param details
7144         * gst/volume/gstvolume.c: (plugin_init):
7145           correct plugin description
7146
7147 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7148
7149         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7150         (gst_gnome_vfs_src_check_get_range):
7151           Override GstBaseSrc::check_get_range() in order to avoid opening
7152           the resource just to check whether we can operate in pull-mode or
7153           not - we can predict that pretty well from the URI alone. Should
7154           fix problems with last.fm (#331690). (Requires latest core CVS).
7155
7156 2006-03-06  Wim Taymans  <wim@fluendo.com>
7157
7158         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7159         (gst_video_sink_class_init):
7160         Throw away frames that are later than 20 ms.
7161
7162 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7163
7164         Patch by: Fabrizio Gennari
7165
7166         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7167           Set depth on WMA caps (#333545)
7168
7169 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7170
7171         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7172         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7173           put Theora BOS pages before others.  This hardcodes
7174           the Ogg/Theora I profile, but hey.
7175
7176 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7177
7178         * ext/ogg/README:
7179           updated with some examples
7180         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7181         (granulepos_add), (theora_buffer_from_packet):
7182         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7183         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7184         (gst_vorbisenc_chain):
7185           implement strategy from ext/ogg/README
7186         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7187         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7188         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7189         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7190           Fix muxer so that oggz-validate is happy with all streams;
7191           except for no eos mark, and the BOS page ordering
7192         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7193         (check_buffer_granulepos):
7194         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7195           update tests to check for OFFSET being set as requested
7196           fixed type of granulepos, it's not a ClockTime
7197
7198 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7199
7200         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7201         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7202         Check that the xvimage we are creating has a correct size
7203         before returning it. (#314897)
7204
7205 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7206
7207         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7208           Give id3 and ape tag typefinders a rank slightly higher
7209           than PRIMARY to ensure they're always run before any of
7210           the other typefinders (in particular wav and mp3) (#324186).
7211
7212 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7213
7214         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7215           Add support for '3IVD' fourcc (#333403).
7216
7217 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7218
7219         * configure.ac:
7220           Bump requirements to GStreamer CVS for the new error enum.
7221
7222         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7223           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7224           space left on the device (fixes #333352).
7225
7226 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7227
7228         * win32/vs6:
7229           add a project file for libgstvolume
7230           update the workspace
7231
7232 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7233
7234         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7235         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7236         (GST_START_TEST):
7237           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7238           Set IN_CAPS on header buffers
7239
7240 2006-03-02  Wim Taymans  <wim@fluendo.com>
7241
7242         * docs/plugins/Makefile.am:
7243         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7244         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7245         Add audioresample to docs.
7246
7247         * gst/audioconvert/gstaudioconvert.c:
7248         Add revision date.
7249
7250         * gst/audioresample/gstaudioresample.c:
7251         (gst_audioresample_base_init), (gst_audioresample_class_init),
7252         (gst_audioresample_init), (gst_audioresample_dispose),
7253         (audioresample_get_unit_size), (audioresample_transform_caps),
7254         (resample_set_state_from_caps), (audioresample_transform_size),
7255         (audioresample_set_caps), (audioresample_event),
7256         (audioresample_do_output), (audioresample_transform),
7257         (audioresample_pushthrough), (gst_audioresample_set_property),
7258         (gst_audioresample_get_property), (plugin_init):
7259         * gst/audioresample/gstaudioresample.h:
7260         Added docs.
7261         Small code cleanups.
7262
7263 2006-03-02  Wim Taymans  <wim@fluendo.com>
7264
7265         * docs/plugins/Makefile.am:
7266         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7267         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7268         Added videoscale to docs.
7269
7270         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7271         (gst_video_rate_swap_prev), (gst_video_rate_event),
7272         (gst_video_rate_chain):
7273         Fix typo in docs.
7274
7275         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7276         (gst_video_scale_init), (gst_video_scale_prepare_size),
7277         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7278         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7279         * gst/videoscale/gstvideoscale.h:
7280         Added docs, examples.
7281         Some code cleanups.
7282         Post errors instead of g_warning.
7283
7284 2006-03-02  Wim Taymans  <wim@fluendo.com>
7285
7286         * docs/libs/gst-plugins-base-libs-docs.sgml:
7287         * docs/libs/gst-plugins-base-libs-sections.txt:
7288         * docs/libs/gst-plugins-base-libs.types:
7289         * docs/plugins/Makefile.am:
7290         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7291         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7292         Added some more docs to libs and plugins.
7293
7294         * gst-libs/gst/audio/gstringbuffer.c:
7295         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7296         * gst-libs/gst/audio/gstringbuffer.h:
7297         Document ringbuffer some more.
7298
7299         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7300         (gst_video_rate_setcaps), (gst_video_rate_reset),
7301         (gst_video_rate_init), (gst_video_rate_flush_prev),
7302         (gst_video_rate_swap_prev), (gst_video_rate_event),
7303         (gst_video_rate_chain), (gst_video_rate_change_state):
7304         * gst/videorate/gstvideorate.h:
7305         Fix videorate to use segments.
7306         Make it work with 0/1 framerates (closes #331903)
7307         Handle EOS correctly.
7308         Added docs.
7309
7310 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7311
7312         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7313         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7314         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7315           In state change function, first chain up to parent class,
7316           then handle downwards state change stuff. Remove some
7317           commented out cruft from 0.8 code.
7318
7319 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7320
7321         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7322         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7323         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7324         (gst_ogm_parse_chain):
7325           Don't remove/re-add source pad if the new caps are the same as
7326           the old caps anyway (#333042). When removing source pad, don't
7327           unref it afterwards - we didn't ref it when adding. Sprinkle some
7328           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7329           after using gst_pad_get_parent(). Return downstream flow return
7330           value in chain function.
7331
7332 2006-03-02  Wim Taymans  <wim@fluendo.com>
7333
7334         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7335         * docs/plugins/gst-plugins-base-plugins.args:
7336         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7337         * docs/plugins/gst-plugins-base-plugins.interfaces:
7338         * docs/plugins/gst-plugins-base-plugins.signals:
7339         Fix hierarchy, added some more elements to the docs.
7340
7341         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7342         (gst_ffmpegcsp_get_type):
7343         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7344         Fix docs for ffmpegcolorspace.
7345
7346 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7347
7348         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7349         (apetag_type_find), (ape_type_find), (plugin_init):
7350           Some typefinding fine-tuning:
7351           - rank ID3/APE tags in order of preference via probabilities, so that
7352             ID3v2 > APEv2 > APEv1 > ID3v1.
7353           - three or four bytes don't really justify MAXIMUM probability,
7354             change those to 'very likely' (musepack and monkeysaudio).
7355
7356 2006-03-01  Wim Taymans  <wim@fluendo.com>
7357
7358         * docs/plugins/Makefile.am:
7359         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7360         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7361         * ext/alsa/gstalsamixer.c:
7362         * ext/alsa/gstalsamixer.h:
7363         * ext/alsa/gstalsamixerelement.c:
7364         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7365         * ext/alsa/gstalsamixerelement.h:
7366         * ext/alsa/gstalsasink.c:
7367         * ext/alsa/gstalsasink.h:
7368         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7369         (gst_alsasrc_init):
7370         * ext/alsa/gstalsasrc.h:
7371         Added alsa docs.
7372         Small code cleanups.
7373
7374 2006-03-01  Wim Taymans  <wim@fluendo.com>
7375
7376         * ext/theora/Makefile.am:
7377         Dist new header too,
7378
7379 2006-03-01  Wim Taymans  <wim@fluendo.com>
7380
7381         * docs/plugins/Makefile.am:
7382         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7383         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7384         * ext/gnomevfs/gstgnomevfssink.h:
7385         * ext/gnomevfs/gstgnomevfssrc.h:
7386         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7387         * ext/vorbis/vorbisdec.h:
7388         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7389         * ext/vorbis/vorbisenc.h:
7390         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7391         (vorbis_parse_chain), (vorbis_parse_change_state):
7392         * ext/vorbis/vorbisparse.h:
7393         * gst/audioconvert/gstaudioconvert.h:
7394         * gst/tcp/gsttcpserversink.h:
7395         * gst/videotestsrc/gstvideotestsrc.c:
7396         * gst/videotestsrc/gstvideotestsrc.h:
7397         * gst/volume/gstvolume.c:
7398         * gst/volume/gstvolume.h:
7399         Fix some more docs.
7400         Added docs for vorbisdec and vorbisparse.
7401         Fix vorbisparse.
7402
7403 2006-03-01  Wim Taymans  <wim@fluendo.com>
7404
7405         * docs/plugins/Makefile.am:
7406         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7407         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7408         * ext/pango/gstclockoverlay.h:
7409         * ext/pango/gsttextoverlay.h:
7410         * ext/pango/gsttextrender.h:
7411         * ext/pango/gsttimeoverlay.h:
7412         * ext/theora/gsttheoradec.h:
7413         * ext/theora/gsttheoraenc.h:
7414         * ext/theora/theoradec.c:
7415         * ext/theora/theoraenc.c:
7416         * gst/audioconvert/gstaudioconvert.h:
7417         * gst/audiotestsrc/gstaudiotestsrc.h:
7418         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7419         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7420         * gst/tcp/gstmultifdsink.h:
7421         Updated/added documentation.
7422
7423         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7424         (gst_text_overlay_halign_get_type),
7425         (gst_text_overlay_wrap_mode_get_type),
7426         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7427         (gst_text_overlay_init), (gst_text_overlay_set_property),
7428         (gst_text_overlay_get_property):
7429         Fix up properties to be enums instead of string to make bindings,
7430         introspection and automatic GUI creation possible.
7431         Add getters for the properties.
7432
7433 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7434
7435         * gst/audiotestsrc/gstaudiotestsrc.c:
7436           added defines of M_PI and M_PI_2
7437         * gst/ffmpegcolorspace/avcodec.h:
7438           removed #include "stdint.h" for win32 as _stdint.h is 
7439           autogenerated to win32/common
7440         * win32/common/libgstaudio.def:
7441         * win32/common/libgsttag.def:
7442           added some exports
7443         * win32/vs6:
7444           some project files bugs corrected
7445         * win32/vs7:
7446           project files are reset to the default vs7 configuration 
7447           (they link to msvcr71.dll using default optimizations)
7448           
7449 2006-02-28  Wim Taymans  <wim@fluendo.com>
7450
7451         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7452         Fix some docs.
7453
7454 2006-02-28  Edward Hervey  <edward@fluendo.com>
7455
7456         * ext/alsa/gstalsasrc.c:
7457         Set proper class on the ElementDetails:
7458         Source/Audio instead of Src/Audio/
7459
7460 2006-02-28  Edward Hervey  <edward@fluendo.com>
7461
7462         * gst/videoscale/vs_scanline.c:
7463         (vs_scanline_resample_nearest_RGBA):
7464         Revert optimization in videoscale. It should go in liboil and have
7465         an appropriate liboil function.
7466
7467 2006-02-28  Wim Taymans  <wim@fluendo.com>
7468
7469         * gst-libs/gst/audio/gstbaseaudiosink.c:
7470         (gst_base_audio_sink_provide_clock):
7471         Don't try to provide a clock in the NULL state.
7472
7473 2006-02-28  Wim Taymans  <wim@fluendo.com>
7474
7475         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7476         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7477         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7478         (gst_ogg_demux_deactivate_current_chain),
7479         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7480         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7481         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7482         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7483         Use GstSegment infrastructure to remove duplicated code
7484         and handle more seek cases correctly.
7485
7486 2006-02-28  Wim Taymans  <wim@fluendo.com>
7487
7488         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7489         (gst_ffmpegcsp_transform):
7490         Don't ignore return code from ffmpeg convert function.
7491
7492         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7493         Split out some long statements to ease debugging.
7494
7495 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7496
7497         * ext/libvisual/visual.c: (gst_visual_init),
7498         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7499         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7500         being able to renegotiate the size. Instead, use the negotiation
7501         algorithm from the goom plugin to pick an initial output caps. 
7502
7503         Also, allow theoretical libvisual plugins that might support non-GL 
7504         output even if they also do GL.
7505
7506 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7507
7508         * ext/libvisual/visual.c: (gst_visual_init),
7509         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7510         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7511         possible negotiation issues.
7512
7513 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7514
7515         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7516
7517 2006-02-24  Michael Smith  <msmith@fluendo.com>
7518
7519         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7520         (cmml_type_find), (plugin_init):
7521           Fix CMML type find function to not require a specific minor version
7522           of the CMML header.
7523
7524           Add an MPEG4 video elementary stream typefind function.
7525
7526 2006-02-04  Michael Smith  <msmith@fluendo.com>
7527
7528         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7529         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7530         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7531         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7532         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7533         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7534           Annodex support in ogg demuxer. Doesn't do very much without the
7535           other annodex patches (to come).
7536
7537 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7538
7539         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7540
7541         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7542           Pick up palette for MS video v1 (#327028)
7543
7544 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7545
7546         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7547         (gst_ffmpegcsp_caps_remove_format_info),
7548         (gst_ffmpegcsp_get_unit_size):
7549           The 'palette_data' field from incoming RGB caps shouldn't be
7550           proxied on outgoing YUV caps; also, restrict unit size
7551           adjustment in case of paletted data only to the unit that
7552           actually has a palette. Fixes #330711.
7553
7554 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7555
7556         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7557         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7558         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7559         (gst_ffmpegcsp_get_unit_size):
7560           Plug some memory leaks.
7561
7562 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7563
7564         * sys/ximage/Makefile.am:
7565         * sys/xvimage/Makefile.am:
7566           Add some _CFLAGS and _LIBS that seem to be missing
7567           and/or required for Cygwin (see #317048).
7568
7569 2006-02-22  Wim Taymans  <wim@fluendo.com>
7570
7571         * ext/alsa/gstalsasrc.c:
7572         Fix description as pointed out by caugier.
7573
7574 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7575
7576         Reviewed by : Edward Hervey  <edward@fluendo.com>
7577
7578         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7579         (qt_type_find):
7580         Better 3gp typefinding (#331526).
7581
7582 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7583
7584         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7585           Don't send EOS event here, the base class will send one for us.
7586
7587         * gst/playback/gstplaybasebin.c: (prepare_output):
7588           Subpictures without video stream aren't allowed either.
7589         
7590         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7591           Fix debug statement copy'n'paste-o.
7592
7593 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7594
7595         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7596           Fix issues with mixer keeping state when muting/unmuting
7597           and when changing the volume whilst muted (see #331763
7598           and #331765).
7599
7600 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7601
7602         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7603         (parse_subrip), (gst_sub_parse_format_autodetect):
7604           Set right caps given that we send escaped text. Also,
7605           honour <i></i>, <b></b> and <u></u> markers that can be found
7606           in .srt files (fixes #310202).
7607
7608 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7609
7610         * gst-libs/gst/audio/mixerutils.c:
7611         (element_factory_rank_compare_func):
7612           Make order in which elements are tried more determinable.
7613
7614 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7615
7616         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7617         (remove_element_chain), (cleanup_decodebin),
7618         (gst_decode_bin_change_state): Make decodebin reusable by
7619         fixing remove_element_chain first and then introduce a
7620         cleaner in state change to ->NULL. (Closes #331678)
7621
7622 2006-02-19  Wim Taymans  <wim@fluendo.com>
7623
7624         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7625         use 0666 mask when creating files so umask gets applied
7626         correctly. Fixes #331295.
7627
7628 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7629
7630         * gst/subparse/Makefile.am:
7631         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7632         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7633         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7634         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7635         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7636         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7637         * gst/subparse/gstssaparse.h:
7638         * gst/subparse/gstsubparse.c: (plugin_init):
7639           Add very basic parser for SSA subtitle streams (as often
7640           found in matroska files).
7641
7642 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7643
7644         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7645           That should be text/x-pango-markup, not text/x-pango-layout.
7646
7647 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7648
7649         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7650         Polishing.
7651
7652 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7653
7654         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7655         (gst_text_overlay_finalize), (gst_text_overlay_init),
7656         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7657         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7658         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7659         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7660         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7661         Fix state change deadlock.
7662
7663 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7664
7665         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7666         (gst_text_overlay_finalize), (gst_text_overlay_init),
7667         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7668         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7669         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7670         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7671         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7672         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7673         and subtitles files.
7674
7675 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7676
7677         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7678         should be considered as raw.
7679
7680 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7681
7682         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7683         (cb_probe):
7684         * gst/playback/gststreaminfo.h: Introduce language informations.
7685
7686 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7687
7688         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7689         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7690         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7691         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7692         Set shared memory segments to be deleted as soon as we have attached,
7693         that way they get cleaned up automatically if we crash.
7694
7695 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7696
7697         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7698         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7699         functions are called with lock held.
7700
7701 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7702
7703         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7704         (gst_text_overlay_finalize), (gst_text_overlay_init),
7705         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7706         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7707         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7708         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7709         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7710         (gst_text_overlay_change_state): Refactoring of textoverlay
7711         without collectpads. This now supports sparse subtitles coming
7712         from a demuxer instead of a sub file. Seeking is still broken 
7713         though. Need to discuss with wtay some more on how to handle
7714         seeking correctly.
7715         * ext/pango/gsttextoverlay.h:
7716         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7717         subtitles coming from the demuxer.
7718
7719 2006-02-17  Wim Taymans  <wim@fluendo.com>
7720
7721         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7722         (gst_vorbisenc_convert_sink):
7723         Use some more scaling functions.
7724
7725 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7726
7727         * ext/cdparanoia/gstcdparanoiasrc.c:
7728         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7729         (gst_cd_paranoia_paranoia_callback),
7730         (gst_cd_paranoia_src_signal_is_being_watched),
7731         (gst_cd_paranoia_src_read_sector):
7732         * ext/cdparanoia/gstcdparanoiasrc.h:
7733           Add back 'transport-error' and 'uncorrected-error' signals and
7734           make them actually be fired when bad stuff happens (#319340).
7735
7736 2006-02-17  Wim Taymans  <wim@fluendo.com>
7737
7738         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7739         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7740         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7741         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7742         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7743         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7744         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7745         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7746         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7747         (gst_ring_buffer_clear):
7748         Small cleanups.
7749         Added some G_LIKELY.
7750
7751 2006-02-17  Wim Taymans  <wim@fluendo.com>
7752
7753         * gst-libs/gst/audio/TODO:
7754         Update TODO
7755
7756         * gst-libs/gst/audio/gstbaseaudiosink.c:
7757         (gst_base_audio_sink_get_offset):
7758         When trying to play samples ASAP and we don't have a
7759         previous sample, try to play at position 0 instead of
7760         an invalid position.
7761
7762 2006-02-17  Wim Taymans  <wim@fluendo.com>
7763
7764         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7765         (gst_alsasink_reset):
7766         Also release lock when we get an error in _reset();
7767         fix an error message.
7768
7769 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7770
7771         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7772         (gst_alsasink_init), (get_channel_free_structure),
7773         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7774         (gst_alsasink_close):
7775         * ext/alsa/gstalsasink.h:
7776           Add support for more than 2 channels (#326720).
7777
7778 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7779
7780         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7781           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7782           with 4 or 6 channels, assume a default channel layout to make things
7783           work (not sure there's anything else we can do in those cases).
7784
7785 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7786
7787         * gst-libs/gst/audio/multichannel.c:
7788           Minor docs fix.
7789
7790         * gst-libs/gst/riff/Makefile.am:
7791         * gst-libs/gst/riff/riff-ids.h:
7792         * gst-libs/gst/riff/riff-media.c:
7793         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7794           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7795           channels and a channel layout map.
7796           
7797 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7798
7799         Reviewed by Edward Hervey  <edward@fluendo.com>
7800
7801         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7802         C-level optimization of the RGBA nearest neighbour function.
7803         Eventually this might end up in liboil with vectorized versions.
7804
7805 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7806
7807         * gst-libs/gst/audio/multichannel.c:
7808         (gst_audio_get_channel_positions):
7809           When we have more than 2 channels, but no channel layout is
7810           specified in the caps, return some default channel layout
7811           to the caller and warn about about a possibly buggy element
7812           (could be buggy filtercaps as well of course) (#317038).
7813
7814 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7815
7816         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7817           Add gst-libs/gst/cdda to list of lib search paths.
7818
7819 2006-02-15  Andy Wingo  <wingo@pobox.com>
7820
7821         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7822         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7823         to the Lord Jesus that I do not have to touch the ogg muxer ever
7824         again.
7825
7826 2006-02-15  Edward Hervey  <edward@fluendo.com>
7827
7828         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7829         quicktime movie files can also contain 'uuid' atoms.
7830
7831 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7832
7833         * gst/audioconvert/plugin.c: (plugin_init):
7834           Register the GstAudioChannelPosition enum type with the type
7835           system in the plugin_init function, so that it is known before
7836           any element actually makes use of multi-channel stuff. This is
7837           required for example if one wants to be able to deserialise/use
7838           a caps string with channel positions before any pipeline has
7839           been setup and started, like with gst-launch.
7840
7841 2006-02-14  Wim Taymans  <wim@fluendo.com>
7842
7843         * gst-libs/gst/audio/gstringbuffer.c:
7844         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7845         (gst_ring_buffer_samples_done), (wait_segment),
7846         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7847         Add some compiler G_(UN_)LIKELY help.
7848         SIGNAL the ringbuffer waiters when going to PAUSED as well to
7849         make sure they can exit their functions. Should fix #330748
7850
7851 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7852
7853         * Makefile.am:
7854         * configure.ac:
7855         * win32/MANIFEST:
7856         * win32/common/_stdint.h:
7857           Windows does not have long long; copy the generated _stdint.h
7858         * win32/common/interfaces-enumtypes.c:
7859         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7860         (gst_mixer_track_flags_get_type),
7861         (gst_tuner_channel_flags_get_type):
7862         * win32/common/multichannel-enumtypes.c:
7863         (gst_audio_channel_position_get_type):
7864           update
7865
7866 2006-02-13  Wim Taymans  <wim@fluendo.com>
7867
7868         * gst-libs/gst/audio/gstbaseaudiosink.c:
7869         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7870         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7871         Always sync on first sample we receive when starting.
7872
7873 2006-02-13  Wim Taymans  <wim@fluendo.com>
7874
7875         * gst/playback/gstplaybin.c: (gen_vis_element):
7876         Update vis bin docs.
7877         Move queue after tee so we don't queue video buffers but
7878         audio samples instead. Fixes problems where the video queue
7879         is filled and the audio queue empty.
7880
7881 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
7882
7883         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7884           No need to push an EOS event here, GstBaseSrc will do that for us
7885           when we return FLOW_UNEXPECTED.
7886           
7887 2006-02-12  Wim Taymans  <wim@fluendo.com>
7888
7889         * gst-libs/gst/audio/gstbaseaudiosink.c:
7890         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7891         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7892         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7893         Use scale functions when possible.
7894         Fix error messages.
7895         Free clockid when after waiting for EOS.
7896         Use G_(UN_)LIKLY when it makes sense.
7897         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7898
7899 2006-02-12  Edward Hervey  <edward@fluendo.com>
7900
7901         * gst/playback/gstplaybasebin.c: (prepare_output): 
7902         Remove stray semi-colon (fixes #330888).
7903
7904 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
7905
7906         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7907         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7908         Fix up the XShm call testing so that we catch errors, and don't
7909         cause new ones by attempting to detach from a segment we failed
7910         to attach to. Fixes #312439.
7911
7912 2006-02-10  Edward Hervey  <edward@fluendo.com>
7913
7914         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7915         Added flv file typefind (video/x-flv).
7916
7917 2006-02-10  Edward Hervey  <edward@fluendo.com>
7918
7919         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7920         (gst_riff_create_video_template_caps):
7921         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7922         Also added the caps to the default set of riff video caps.
7923
7924 2006-02-09  Andy Wingo  <wingo@pobox.com>
7925
7926         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7927         time and the end time of the last packet in the page.
7928         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7929         on the pages in our queue, set the duration as well. Reflow a
7930         debug statement.
7931         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7932         Fixes bad muxing order.
7933
7934 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7935
7936         * gst-libs/gst/rtp/gstbasertppayload.c:
7937         (gst_basertppayload_setcaps), (gst_basertppayload_push):
7938           update seqnum before setting it on the packet; this makes sure
7939           that the timestamp and seqnum properties match after pushing
7940           a buffer
7941
7942 2006-02-09  Andy Wingo  <wingo@pobox.com>
7943
7944         * gst-libs/gst/audio/gstringbuffer.c
7945         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7946         overflow after 13.5 hours of recording. Kapow!
7947
7948         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7949         the buffer size -- we don't care about underrun/overrun reporting
7950         right now, just need to return a useful value.
7951
7952 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
7953
7954         * configure.ac:
7955           Back to CVS
7956
7957 === release 0.10.3 ===
7958
7959 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
7960
7961         * configure.ac:
7962           releasing 0.10.3, "Under Pressure"
7963
7964 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7965
7966         * configure.ac:
7967         Drat. Bump libtool version number for new API.
7968         Prelease 0.10.2.3 (of 0.10.3)
7969
7970 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7971
7972         * configure.ac:
7973         * win32/common/config.h:
7974         0.10.2.2 prerelease (of 0.10.3).
7975
7976 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7977
7978         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
7979           Revert Andy's newsegment change pending a more correct
7980           fix.
7981
7982 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7983
7984         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7985         (qt_type_find), (plugin_init):
7986           detect more files as 3gp
7987           group and reorder the iso file formats
7988
7989 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7990
7991         * ext/vorbis/vorbis.c: (plugin_init):
7992           Register musicbrainz tags, so apps don't have to.
7993
7994 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7995
7996         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
7997         (gst_tag_to_vorbis_tag):
7998           Make sure we called gst_tag_register_musicbrainz_tags()
7999           before possibly mapping a vorbiscomment string from/to a
8000           musicbrainz tag.
8001
8002 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8003
8004         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8005           In case we can't find the required number of consecutive
8006           mpeg audio frames to positively identify an MPEG audio
8007           stream, check if there's at least a valid mpeg audio
8008           frame right at offset 0 and if so suggest mpeg/audio
8009           caps with a very low probability (#153004).
8010
8011 2006-02-07  Andy Wingo  <wingo@pobox.com>
8012
8013         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8014         a TIME segment if we get timestamped buffers. Requires recent
8015         fixes in core to work properly.
8016
8017 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8018
8019         * gst/playback/gstplaybasebin.c: (prepare_output):
8020           Don't print the URI as part of the error message, it
8021           makes error dialogs look rather ugly, especially if
8022           the URI is very long or has characters in it that
8023           need escaping.
8024
8025 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8026
8027         * gst/playback/gstplaybasebin.c: (prepare_output):
8028           Error out if we have only text or subtitles, but nothing
8029           else. Also error out if we have subtitles but no video
8030           stream.
8031
8032 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8033
8034         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8035           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8036           Post an error message on the bus when we encounter an
8037           error, which will hopefully be more meaningful than the
8038           'Internal Flow Error' message users get to see if we
8039           just return GST_FLOW_ERROR.
8040
8041 2006-02-07  Andy Wingo  <wingo@pobox.com>
8042
8043         * configure.ac (GST_MAJORMINOR): Update core version req to
8044         0.10.2.2, for the collectpads API addition (#330244).
8045
8046 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8047
8048         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8049           Return FALSE from plugin_init() when GnomeVFS can't
8050           be initialised for some reason (#328423).
8051
8052 2006-02-06  Julien MOUTTE  <julien@moutte.net>
8053
8054         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
8055         Stick to seeking theory until i find the bug.
8056         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8057
8058 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8059
8060         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8061         (theora_enc_finalize), (theora_enc_sink_setcaps),
8062         (theora_set_header_on_caps), (theora_enc_chain),
8063         (theora_enc_change_state):
8064         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8065           Make theoraenc and the tests leak free. Like, really.
8066
8067 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8068
8069         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8070         (theora_enc_finalize), (theora_enc_sink_setcaps):
8071           Add a finalize method to ensure we clean up state even if
8072           someone omitted the state change back to NULL.
8073
8074         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8075         (gst_vorbisenc_chain):
8076           Free some more leaked bits.
8077
8078         * tests/check/pipelines/theoraenc.c: (start_pipeline),
8079         (stop_pipeline):
8080           Wait for state changes to happen if they're ASYNC.
8081
8082           This ought to teach those fancy pants buildbots a lesson.
8083
8084 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8085
8086         * gst-libs/gst/tag/gstid3tag.c:
8087           Add mapping for ID3 International Standard Recording Code
8088           tag "TSRC"
8089
8090 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8091
8092         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8093           Don't leak tag names.
8094
8095 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8096
8097         * docs/libs/gst-plugins-base-libs-docs.sgml:
8098         * docs/libs/gst-plugins-base-libs-sections.txt:
8099         * gst-libs/gst/tag/gstid3tag.c:
8100         * gst-libs/gst/tag/gstvorbistag.c:
8101         * gst-libs/gst/tag/tags.c:
8102           Split libgsttag docs into multiple sections.
8103
8104 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8105
8106         * docs/libs/Makefile.am:
8107         * docs/libs/gst-plugins-base-libs-docs.sgml:
8108         * docs/libs/gst-plugins-base-libs-sections.txt:
8109         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8110         * gst-libs/gst/tag/gstvorbistag.c:
8111         * gst-libs/gst/tag/tag.h:
8112         * gst-libs/gst/tag/tags.c:
8113           Add libgsttag to the docs.
8114
8115 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8116
8117         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8118         (gst_text_overlay_init), (gst_text_overlay_src_event),
8119         (gst_text_overlay_collected): Fix clockoverlay.
8120
8121 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8122
8123         * docs/libs/compiling.sgml:
8124           Fix typo: it's pkg-config, not pkg-gconfig
8125
8126         * docs/libs/gst-plugins-base-libs-docs.sgml:
8127         * docs/libs/gst-plugins-base-libs-sections.txt:
8128         * docs/libs/tmpl/gstgconf.sgml:
8129           There is no libgstgconf in 0.10, remove it
8130           from the docs.
8131
8132 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8133
8134         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8135         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8136         (gst_text_overlay_src_event), (gst_text_overlay_collected):
8137         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8138         (gst_sub_parse_class_init), (gst_sub_parse_init),
8139         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8140         (parse_mpsub), (parser_state_init), (handle_buffer),
8141         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8142         * gst/subparse/gstsubparse.h: Introduce seeking code.
8143
8144 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8145
8146         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8147           Add comment about LANGUAGE tag inconsistency (we want
8148           ISO-639-1, but extract three-letter identifiers?)
8149
8150         * po/POTFILES.in:
8151           Add two translatable files.
8152
8153 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8154
8155         * gst-libs/gst/tag/Makefile.am:
8156         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8157         * gst-libs/gst/tag/tag.h:
8158         * gst-libs/gst/tag/tags.c:
8159         (gst_tag_register_musicbrainz_tags_internal),
8160         (gst_tag_register_musicbrainz_tags):
8161           Forward-port some tags stuff from the 0.8 branch. This is
8162           mostly the addition of musicbrainz tags and their mapping
8163           to vorbistags, and a vorbistag mapping of the language tag.
8164
8165 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8166
8167         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8168         refactoring.
8169
8170 2006-02-04  David Schleef  <ds@schleef.org>
8171
8172         * ext/ogg/gstoggmux.c:
8173         * gst/typefind/gsttypefindfunctions.c:
8174           Add Dirac typefinding and add dirac format to oggmux.
8175
8176 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8177
8178         * gst/playback/gstdecodebin.c: (try_to_link_1):
8179           Don't put essential function call into
8180           g_return_*() macro, otherwise it'll all be
8181           replaced by NOOPs when compiling with
8182           G_DISABLE_CHECKS defined.
8183
8184 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8185
8186         * ext/ogg/gstoggdemux.c:
8187         * ext/ogg/gstoggparse.c:
8188         * gst/tcp/gsttcpserversink.c:
8189         * sys/v4l/v4lsrc_calls.c:
8190         * sys/v4l/v4lsrc_calls.h:
8191         Just make it compile with --disable-gst-debug.
8192
8193 2006-02-03  Wim Taymans  <wim@fluendo.com>
8194
8195         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8196         (gst_alsasink_class_init), (gst_alsasink_init),
8197         (gst_alsasink_write), (gst_alsasink_reset):
8198         * ext/alsa/gstalsasink.h:
8199         Add lock to protect alsa calls.
8200         Implement reset to flush samples ASAP, does not work
8201         with dmix though.
8202
8203 2006-02-02  Wim Taymans  <wim@fluendo.com>
8204
8205         * gst-libs/gst/audio/gstbaseaudiosink.c:
8206         (gst_base_audio_sink_provide_clock):
8207         Ugh.. getting late I guess...
8208
8209 2006-02-02  Wim Taymans  <wim@fluendo.com>
8210
8211         * gst-libs/gst/audio/gstbaseaudiosink.c:
8212         (gst_base_audio_sink_provide_clock),
8213         (gst_base_audio_sink_set_property),
8214         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8215         Don't try to provide a clock when we are not negotiated since
8216         we might not be able to make it run.
8217
8218 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8219
8220         * gst/playback/gstdecodebin.c: (try_to_link_1):
8221           Unlinking two source pads is ... hard.
8222
8223 2006-02-02  Wim Taymans  <wim@fluendo.com>
8224
8225         * gst-libs/gst/audio/TODO:
8226         Updated.
8227
8228         * gst-libs/gst/audio/gstbaseaudiosink.c:
8229         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8230         On EOS, wait till the last sample is played before posting EOS.
8231
8232 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8233
8234         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8235           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8236           setting queue_delay to zero. Also avoid thread being started if
8237           queue_delay is zero.
8238
8239 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8240
8241         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8242           Make test work again by connecting fakesinks to each decoded pad,
8243           which makes the pipeline wait until each fakesink has a buffer
8244           queued before going to PAUSED state. At that point we know the
8245           decodebin pads are negotiated.
8246
8247 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8248
8249         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8250         (gst_cdda_base_src_handle_event):
8251         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8252           Pass unhandled queries to the parent class's query function.
8253
8254 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8255
8256         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8257         (gst_ogg_pad_src_query):
8258         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8259         * ext/theora/theoradec.c: (theora_dec_src_query),
8260         (theora_dec_sink_query):
8261         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8262         (vorbis_dec_sink_query):
8263         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8264         (gst_vorbisenc_sink_query):
8265         * gst/adder/gstadder.c: (gst_adder_query):
8266           Pass unhandled queries upstream instead of just
8267           dropping them (#326447). Also, fix supported
8268           query types list for some elements.
8269
8270 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8271
8272         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8273         (paris_type_find), (ilbc_type_find), (plugin_init):
8274           Fix typefinding for audio/x-au, audio/x-paris and
8275           audio/iLBC-sh. We cannot use the START_WITH macros
8276           here, because there can only be one typefind factory
8277           with the same name (caps), so the second one would
8278           replace the first one and the first one would never
8279           be called when doing typefinding (see #161712).
8280           
8281
8282 2006-01-31  Wim Taymans  <wim@fluendo.com>
8283
8284         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8285         (vorbis_handle_header_packet), (vorbis_dec_push),
8286         (vorbis_handle_data_packet):
8287         Use scale_int when we can, add some more scaling.
8288         Check packettype before parsing it.
8289
8290 2006-01-31  Wim Taymans  <wim@fluendo.com>
8291
8292         * ext/theora/theoradec.c: (_theora_granule_time),
8293         (theora_dec_src_convert), (theora_dec_sink_convert):
8294         Call right _scale functions.
8295         Use parameter instead of some other random value.
8296
8297 2006-01-31  Wim Taymans  <wim@fluendo.com>
8298
8299         * ext/theora/theoradec.c: (_theora_granule_frame),
8300         (_theora_granule_time), (_inc_granulepos),
8301         (theora_dec_src_convert), (theora_dec_sink_convert),
8302         (theora_handle_type_packet), (theora_handle_data_packet),
8303         (theora_dec_chain):
8304         Use higher precision timestamps calculation.
8305         Convert some other conversions to _scale.
8306
8307 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8308
8309         * gst/audiotestsrc/gstaudiotestsrc.c:
8310         (gst_audio_test_src_create_sine_table), (plugin_init):
8311         * gst/volume/gstvolume.c: (plugin_init):
8312           initialize gst_controller before using
8313
8314 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8315
8316         * tests/check/pipelines/theoraenc.c:
8317         * tests/check/pipelines/vorbisenc.c:
8318         Define constant using G_GINT64_CONSTANT to avoid errors when
8319         passing it around - otherwise it gets truncated to 32 bits.
8320
8321         Fixes failing tests.
8322
8323 2006-01-31  Andy Wingo  <wingo@pobox.com>
8324
8325         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8326         caps being set doesn't have a framerate value. Basically a stopgap
8327         measure.
8328
8329         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8330         technically correct enough to put into core though.
8331         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8332         DURATION. Fixes theoraenc ! oggmux.
8333
8334         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8335         fraction, not double.
8336
8337 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8338
8339         * win32/vs7:
8340         add vs7 project files created by Sergey Scobich
8341
8342 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8343
8344         * win32/vs8:
8345         add vs8 project files created by Sergey Scobich
8346         
8347 2006-01-30  Andy Wingo  <wingo@pobox.com>
8348
8349         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8350         timestamp + duration, not just timestamp -- ogg pages should be
8351         ordered by stop time. Necessary fix given the change in vorbis
8352         timestamps.
8353
8354         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8355         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8356         (granulepos_add): New function, handles the messiness of adjusting
8357         granulepos values.
8358         (theora_buffer_from_packet):
8359         (theora_enc_chain):
8360         (theora_enc_sink_event): Use granulepos_add, not +.
8361
8362         * tests/check/pipelines/theoraenc.c
8363         (check_buffer_granulepos_from_starttime): Just check the frame
8364         count, not the actual granulepos -- we can't dictate to the
8365         encoder when it should be placing keyframes.
8366
8367 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8368
8369         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8370           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8371           play an http:// stream from a server that's not serving
8372
8373 2006-01-30  Andy Wingo  <wingo@pobox.com>
8374
8375         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8376         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8377         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8378         available.
8379
8380         * ext/theora/gsttheoraenc.h:
8381         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8382         although theoraenc was timestamping correctly. Added handling of
8383         streams that start with nonzero timestamps.
8384
8385         * tests/check/Makefile.am:
8386         * tests/check/pipelines/theoraenc.c: New file, basically does same
8387         tests as vorbisenc.
8388
8389         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8390
8391 2006-01-30  Wim Taymans  <wim@fluendo.com>
8392
8393         * gst-libs/gst/audio/gstaudiosink.c:
8394         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8395         (gst_audioringbuffer_pause):
8396         Implement pause that does not wait for completion.
8397
8398         * gst-libs/gst/audio/gstbaseaudiosink.c:
8399         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8400         Don't drop buffers when going to PAUSED but perform preroll on
8401         remaining samples now that core base class supports this.
8402
8403         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8404         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8405         (gst_ring_buffer_commit):
8406         Pause should not signal waiters.
8407         Implement return value of _commit correctly.
8408
8409 2006-01-30  Andy Wingo  <wingo@pobox.com>
8410
8411         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8412
8413         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8414         updated to timestamp from the first sample, not the last.
8415         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8416         special care of granulepos and timestamp for header packets.
8417         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8418         when the first buffer has a nonzero timestamp.
8419
8420         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8421         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8422         case when the first audio buffer we get has a nonzero timestamp.
8423         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8424         properly timestamp vorbis buffers with the time of the first
8425         sample, not the last.
8426         
8427         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8428         vorbis_granule_time_copy -- now it takes the granule/subgranule
8429         offset into account.
8430
8431         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8432         timestamps, durations, and granulepos on buffers produced by
8433         vorbisenc.
8434
8435 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8436
8437         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8438         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8439           Patch from Eric Jonas to support conversions to/from UYVY 
8440           (Fixes: #324626)
8441
8442 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8443
8444         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8445         (setup_subtitle), (setup_source), (set_active_source):
8446         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8447         (gen_text_element), (gen_audio_element), (gen_vis_element),
8448         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8449
8450 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8451
8452         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8453         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8454                 use gst_guint64_to_gdouble to be compliant with vs6
8455         * gst/playback/gstdecodebin.c: (try_to_link_1)
8456         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8457                 use G_GINT64_CONSTANT for int64 constants
8458         * win32/common/libgstinterfaces.def:
8459                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8460         * win32/vs6:
8461                 update and add new project files
8462                 
8463 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8464
8465         * Makefile.am:
8466         * win32/MANIFEST:
8467         * win32/common/interfaces-enumtypes.c:
8468         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8469         (gst_mixer_track_flags_get_type),
8470         (gst_tuner_channel_flags_get_type):
8471         * win32/common/interfaces-enumtypes.h:
8472         * win32/common/multichannel-enumtypes.c:
8473         (gst_audio_channel_position_get_type):
8474         * win32/common/multichannel-enumtypes.h:
8475           add a win32-update rule like in core, and copy over enumtypes files
8476
8477 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8478
8479         * win32/MANIFEST:
8480         * win32/common/config.h:
8481         * win32/common/config.h.in:
8482           add config files just like in core
8483
8484 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8485
8486         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8487           Make gcc-4.1 happy (part of #327357).
8488
8489 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8490
8491         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8492         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8493         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8494         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8495         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8496         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8497           Update all error messages.  All of them should either use
8498           the default translated message, or actually provide a
8499           translatable string.
8500           Make the string for channel count problems meaningful.
8501
8502 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8503
8504         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8505           check for and throw RESOURCE_BUSY
8506
8507 2006-01-27  David Schleef  <ds@schleef.org>
8508
8509         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8510           checked in this change -- it requires liboil features not
8511           in 0.3.6.  Revert parts.
8512
8513 2006-01-27  David Schleef  <ds@schleef.org>
8514
8515         * REQUIREMENTS:
8516         * configure.ac: update liboil requirement to 0.3.6
8517         * gst/videoscale/Makefile.am:
8518         * gst/videoscale/vs_scanline.c: liboilify
8519
8520 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8521
8522         * ext/libvisual/visual.c: (get_buffer):
8523           When pad_alloc returns a GstFlowReturn other
8524           than GST_FLOW_OK, make sure it is passed upstream.
8525
8526 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8527
8528         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8529         (gst_alsasink_class_init):
8530           Free the device name string.
8531
8532         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8533         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8534         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8535           Don't remove a pad from the collectpads structure until it
8536           is released - it's a request pad, and may receive data again
8537           if the element gets moved back to PLAYING state.
8538
8539         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8540           Ensure we turn on double buffering on the Xv port, and
8541           set the colour key to something dark and mysterious that
8542           isn't black.
8543
8544 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8545
8546         * ext/alsa/gstalsaplugin.c: (plugin_init):
8547         * ext/cdparanoia/gstcdparanoiasrc.c:
8548         (gst_cd_paranoia_src_base_init), (plugin_init):
8549         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8550         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8551           - a library should not call setlocale. see "Libraries" node in
8552             gettext manual
8553           - make sure all plugins that use translation do bindtextdomain
8554             to point to the localedir
8555         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8556         (setup_sinks), (plugin_init):
8557           all this, and check for NULL when creating sinks
8558
8559 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8560
8561         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8562         (plugin_init): Make typefinding of subtitles work again.
8563
8564 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8565
8566         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8567         (mp3_type_frame_length_from_header), (mp3_type_find),
8568         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8569         (plugin_init):
8570           Backport a bunch of typefinding fixes from the 0.8 branch.
8571           Also, improve wavpack typefinding: if we can't peek the
8572           entire wavpack block, try to parse the bits we can get and
8573           see if we find what we're looking for in those.
8574
8575 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8576
8577         * sys/ximage/ximagesink.c:
8578         (gst_ximagesink_calculate_pixel_aspect_ratio):
8579         * sys/xvimage/xvimagesink.c:
8580         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8581         more cases of pixel aspect ratio.
8582
8583 2006-01-26  Edward Hervey  <edward@fluendo.com>
8584
8585         * gst/playback/gstdecodebin.c: (pad_probe):
8586         Also consider the flush-start and tag events as unblockers
8587         for the pad probes.
8588
8589 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8590
8591         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8592         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8593         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8594         On the fly visualisation switch, works disabling, enabling as
8595         well but it won't be able to enable vis in a playbin that was
8596         created with no visualisation.
8597
8598 2006-01-25  Wim Taymans  <wim@fluendo.com>
8599
8600         * gst-libs/gst/audio/gstbaseaudiosink.c:
8601         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8602         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8603         resume after pause.
8604
8605 2006-01-25  Wim Taymans  <wim@fluendo.com>
8606
8607         * gst-libs/gst/audio/gstbaseaudiosink.c:
8608         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8609         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8610         Improve debugging.
8611         Post error when caps cannot be parsed.
8612         Resync on discontinuity in the stream.
8613         Clip samples to segment boundaries.
8614         return WRONG_STATE sooner when we are flushing.
8615
8616         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8617         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8618         Make audiosrc operate in TIME.
8619         Set TIMESTAMP and DURATION on buffers.
8620
8621 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8622
8623         * tests/examples/seek/seek.c: (main):
8624           Output tag messages as well.
8625
8626 2006-01-23  Edward Hervey  <edward@fluendo.com>
8627
8628         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8629         (free_pad_probes), (remove_fakesink), (pad_probe),
8630         (close_pad_link), (gst_decode_bin_change_state):
8631         Replace GstPadBlockCallback with pad probes that detect
8632         first buffer AND eos before removing fakesink.
8633         Fixes hang with demuxers doing EOS while pre-rolling.
8634         Solves #328279
8635
8636 2006-01-23  Andy Wingo  <wingo@pobox.com>
8637
8638         * ext/alsa/gstalsasink.c:
8639         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8640         (gst_base_rtp_depayload_setcaps),
8641         (gst_base_rtp_depayload_add_to_queue),
8642         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8643         
8644         Patch by: Jens Granseuer <jensgr at gmx dot net>
8645
8646 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8647
8648         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8649         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8650         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8651         frames. We might get a frame destroyed after changing state to
8652         NULL, adding a safety check on xcontext.
8653
8654 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8655
8656         * gst-libs/gst/interfaces/xoverlay.c:
8657           Fix prepare-xwindow-id code example in the docs - we need to
8658           ignore all messages that aren't element messages as well.
8659           
8660 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8661
8662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8663           I think one day i'll completely undestand how caps negotiation
8664           is supposed to work. This refactoring handles buffer_alloc
8665           called with caps we can't handle. We definitely don't want a
8666           set_caps with those caps, so we define and allocate a buffer
8667           we would like to receive.
8668
8669 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8670
8671         * gst/playback/gstplaybasebin.c: (setup_source):
8672           Free iterator when done.
8673
8674 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8675
8676         * gst-libs/gst/audio/gstbaseaudiosink.c:
8677         (gst_base_audio_sink_render):
8678           Fix playback of non-synchronised streams by assuming a rate
8679           of 1.0 instead of a random one.
8680
8681           Makes this work again:
8682
8683           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8684           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8685           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8686           audioresample ! alsasink
8687
8688 === release 0.10.2 ===
8689
8690 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8691
8692         * configure.ac:
8693           releasing 0.10.2, "Then the devil is six"
8694
8695 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8696
8697         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8698         * gst/playback/gststreamselector.c:
8699         (gst_stream_selector_set_property):
8700           Comment out broken code that connects to the state-changed signal.
8701           At this point, changing current stream selection is broken, but 
8702           stuff like gst-launch playbin current-audio=1 works and filters
8703           to the chosen stream.
8704
8705 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8706
8707         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8708           Fix #327216 (null dereference in vorbisdec)
8709
8710 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8711
8712         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8713           Post taglist actually on bus instead of just freeing it
8714           (fixes #327114 and totem bug #327080).
8715
8716         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8717           Use gst_element_found_tags_for_pad(), so that the tags
8718           are sent downstream as an event as well.
8719
8720 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8721
8722         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8723         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8724         (gst_ximagesink_buffer_alloc):
8725         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8726         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8727         (gst_xvimagesink_buffer_alloc):
8728           move all regularly occurring messages to GST_LOG level
8729           add some more object logs
8730
8731 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8732
8733         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8734           fix a silly segfault
8735
8736 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8737
8738         * docs/libs/gst-plugins-base-libs-docs.sgml:
8739         * docs/libs/gst-plugins-base-libs-sections.txt:
8740         * gst-libs/gst/audio/mixerutils.c:
8741         * gst-libs/gst/audio/mixerutils.h:
8742           Add docs for mixerutils stuff.
8743
8744 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8745
8746         * gst/playback/gstplaybasebin.c: (setup_source):
8747           Fix playback for sources that emit raw audio or
8748           raw video streams (e.g.: cd audio sources) (#325984).
8749
8750 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8751
8752         * gst-libs/gst/audio/mixerutils.c:
8753         (gst_audio_mixer_filter_do_filter):
8754           actually save the element we create
8755
8756 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8757
8758         * gst-libs/gst/cdda/gstcddabasesrc.c:
8759         (gst_cdda_base_src_handle_track_seek):
8760           No need to post a tag message on the bus when seeking
8761           within the same track, only post it when the current
8762           track changes.
8763
8764 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8765
8766         * gst/playback/gstplaybasebin.c: (group_destroy),
8767         (probe_triggered), (new_decoded_pad), (mute_group_type),
8768         (set_active_source):
8769         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8770         * gst/playback/gststreamselector.c:
8771         (gst_stream_selector_base_init),
8772         (gst_stream_selector_set_property),
8773         (gst_stream_selector_request_new_pad):
8774           Reenable stream selection. These mechanisms need a complete overhaul
8775           in the face of 0.8->0.10 changes though.
8776
8777 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8778
8779         * ext/ogg/gstoggdemux.c:
8780           Change the pad template to src_%d to match the pads that 
8781           are created from it. decodebin needs this information in order
8782           to decide that oggdemux is capable of producing multiple pads
8783           (and hence needs queues inserted).
8784
8785         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8786         (gst_ogg_mux_collected):
8787           Make debug output more useful by using GST_PTR_FORMAT.
8788
8789 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8790
8791         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8792
8793         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8794           Set depth and width for alaw/mulaw (fixes #326601).
8795
8796 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8797
8798         * tests/icles/Makefile.am:
8799           don't build the tests if we don't have the libs
8800
8801 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8802
8803         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8804         (gst_cd_paranoia_paranoia_callback):
8805           Don't try to free NULL pointers.
8806
8807 2006-01-10  Edward Hervey  <edward@fluendo.com>
8808
8809         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8810         (gst_audio_rate_change_state), (plugin_init):
8811         Add debugging category.
8812         Fix type issues.
8813         Add case for incoming buffers without valid offset/offset_end.
8814
8815 2006-01-10  Michael Smith  <msmith@fluendo.com>
8816
8817         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8818           Don't leak GCond in audio sources.
8819
8820 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8821
8822         * gst/playback/gstplaybin.c: (gen_audio_element):
8823           Don't leak an autoaudiosink/alsasink when we generate
8824           a new audio element. (old code, I guess)
8825
8826 2006-01-10  Michael Smith  <msmith@fluendo.com>
8827
8828         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8829           Support float audio in audiorate.
8830           Use width rather than depth for selecting sample width.
8831
8832 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8833
8834         * gst/videotestsrc/videotestsrc.h:
8835           Use GLib types here (that way we don't have to include the
8836           generated _stdint.h header, which makes life easier for win32
8837           folks that don't use autotools for the build) (#325990, patch
8838           by: Sergey Scobich).
8839
8840 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8841
8842         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8843         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8844         (gst_ring_buffer_pause), (wait_segment):
8845         * gst-libs/gst/audio/gstringbuffer.h:
8846           Name (private) union, makes Forte compiler happy (this time
8847           for real) (#324900).
8848
8849 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8850
8851         * gst-libs/gst/audio/Makefile.am:
8852           Link against libgstinterfaces, needed for mixer
8853           and property probe stuff.
8854
8855 2006-01-09  Edward Hervey  <edward@fluendo.com>
8856
8857         * gst-libs/gst/Makefile.am:
8858
8859 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8860
8861         * gst-libs/gst/audio/Makefile.am:
8862         * gst-libs/gst/audio/mixerutils.c:
8863         (gst_audio_mixer_filter_do_filter),
8864         (gst_audio_mixer_filter_check_element),
8865         (gst_audio_mixer_filter_probe_feature),
8866         (element_factory_rank_compare_func),
8867         (gst_audio_default_registry_mixer_filter):
8868         * gst-libs/gst/audio/mixerutils.h:
8869           Add gst_audio_default_registry_mixer_filter() utility
8870           function.
8871
8872 2006-01-03  Michael Smith  <msmith@fluendo.com>
8873
8874         * gst/audioresample/resample.h:
8875           As before, but for o_buf
8876
8877 2006-01-03  Michael Smith  <msmith@fluendo.com>
8878
8879         * gst/audioresample/resample.h:
8880           Declare struct _ResampleState.buffer as unsigned char *, not void *,
8881           since we do arithmetic on it.
8882
8883 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
8884
8885         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8886         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8887         (gst_ring_buffer_pause), (wait_segment):
8888         * gst-libs/gst/audio/gstringbuffer.h:
8889           Sun's Forte compiler doesn't seem to like anonymous structs,
8890           so use same setup as in GstBaseSrc (fixes #324900).
8891
8892 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8893
8894         * configure.ac:
8895         * gst/volume/Makefile.am:
8896         * gst/volume/demo.c:
8897           move old example to tests/examples/volume/volune.c
8898         * tests/examples/Makefile.am:
8899         * tests/examples/seek/seek.c: (main):
8900           change window-close event from "delete-event" to "destroy"
8901         * tests/examples/volume/Makefile.am:
8902         * tests/examples/volume/volume.c: (value_changed_callback),
8903         (setup_gui), (message_received), (eos_message_received), (main):
8904           fix event handling and bus usage
8905
8906 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
8907
8908         * gst/audiotestsrc/gstaudiotestsrc.c:
8909         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8910         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8911         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8912         (gst_audio_test_src_create_square),
8913         (gst_audio_test_src_create_saw),
8914         (gst_audio_test_src_create_triangle),
8915         (gst_audio_test_src_create_silence),
8916         (gst_audio_test_src_create_white_noise),
8917         (gst_audio_test_src_create_pink_noise),
8918         (gst_audio_test_src_init_sine_table),
8919         (gst_audio_test_src_create_sine_table),
8920         (gst_audio_test_src_change_wave),
8921         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8922         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8923         * gst/audiotestsrc/gstaudiotestsrc.h:
8924           update to basesrc changes, implement segmented seeking and eos
8925           handling, add a 'sine-tab' waveform for performance critical playback
8926
8927 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8928
8929         * po/POTFILES.in:
8930           ... and this time the other modified file that I missed last time.
8931
8932 2005-12-29  Michael Smith  <msmith@fluendo.com>
8933
8934         * gst/playback/gstdecodebin.c: (new_pad):
8935           Fix non-C89 variable declaration not at the start of a block. Should
8936           help some compilers.
8937
8938 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8939
8940         * tests/check/Makefile.am:
8941           And now fix 'make distcheck' (builddir != srcdir)
8942
8943 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8944
8945         * configure.ac:
8946         * ext/cdparanoia/Makefile.am:
8947         * ext/cdparanoia/gstcdparanoia.c:
8948         * ext/cdparanoia/gstcdparanoia.h:
8949         * ext/cdparanoia/gstcdparanoiasrc.c:
8950         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8951         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8952         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8953         (gst_cd_paranoia_paranoia_callback),
8954         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8955         (gst_cd_paranoia_src_set_property),
8956         (gst_cd_paranoia_src_get_property), (plugin_init):
8957         * ext/cdparanoia/gstcdparanoiasrc.h:
8958           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
8959           plugin again (there are still fixes required to playbin to make
8960           cdda:// uris work there).
8961
8962 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8963
8964         * tests/check/Makefile.am:
8965           Fix test case compilation.
8966
8967 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8968
8969         * gst-libs/gst/cdda/gstcddabasesrc.c:
8970         (gst_cdda_base_src_update_duration),
8971         (gst_cdda_base_src_calculate_cddb_id):
8972           An integer is not a string. Fix access to uninitialised variable.
8973
8974         * tests/check/Makefile.am:
8975           Add cddabasesrc unit test; also actually enable the vorbis test.
8976
8977         * tests/check/generic/states.c:
8978           Blacklist new cd audio elements as well.
8979
8980         * tests/check/libs/cddabasesrc.c:
8981           Unit test for GstCddaBaseSrc (discid calculation mostly).
8982
8983 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8984
8985         * docs/libs/Makefile.am:
8986         * docs/libs/gst-plugins-base-libs-docs.sgml:
8987         * docs/libs/gst-plugins-base-libs-sections.txt:
8988         * docs/libs/gst-plugins-base-libs.types:
8989           Add docs for libgstcdda/GstCddaBaseSrc.
8990
8991         * gst-libs/gst/interfaces/mixertrack.h:
8992           Do one struct member per line with a semicolon at the end, that way
8993           even gtk-doc might parse it without complaining.
8994
8995 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8996
8997         * configure.ac:
8998         * gst-libs/gst/Makefile.am:
8999         * gst-libs/gst/cdda/Makefile.am:
9000         * gst-libs/gst/cdda/base64.c:
9001         * gst-libs/gst/cdda/base64.h:
9002         * gst-libs/gst/cdda/gstcddabasesrc.c:
9003         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9004         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9005         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9006         (gst_cdda_base_src_get_property),
9007         (gst_cdda_base_src_get_track_from_sector),
9008         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9009         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9010         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9011         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9012         (gst_cdda_base_src_uri_get_protocols),
9013         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9014         (gst_cdda_base_src_uri_handler_init),
9015         (gst_cdda_base_src_setup_interfaces),
9016         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9017         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9018         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9019         (gst_cdda_base_src_add_tags),
9020         (gst_cdda_base_src_add_index_associations),
9021         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9022         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9023         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9024         (gst_cdda_base_src_create):
9025         * gst-libs/gst/cdda/gstcddabasesrc.h:
9026         * gst-libs/gst/cdda/sha1.c:
9027         * gst-libs/gst/cdda/sha1.h:
9028           Add new libgstcdda with GstCddaBaseSrc class.
9029
9030 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9031
9032         * ext/gnomevfs/gstgnomevfssink.h:
9033           Use GstBaseSinkClass as parent_class member for class struct, not
9034           GstBaseSink.
9035
9036 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9037
9038         Patch by: Michael Benes
9039
9040         * gst/videotestsrc/gstvideotestsrc.c:
9041         (gst_video_test_src_class_init), (gst_video_test_src_start):
9042           Add start method to reset running time and number of frames sent
9043           when starting up (fixes #324696)
9044
9045 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9046
9047         * docs/plugins/Makefile.am:
9048         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9049         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9050         * docs/plugins/gst-plugins-base-plugins.args:
9051         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9052         * docs/plugins/gst-plugins-base-plugins.signals:
9053           Add docs stuff for gnomevfssrc and gnomevfssink.
9054
9055         * ext/gnomevfs/gstgnomevfssrc.c:
9056           Fix example pipeline in gtk-doc blurb.
9057
9058 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9059
9060         * ext/gnomevfs/Makefile.am:
9061         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9062         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9063         (gst_gnome_vfs_handle_get_type), (plugin_init):
9064         * ext/gnomevfs/gstgnomevfs.h:
9065         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9066         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9067         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9068         (gst_gnome_vfs_sink_set_property),
9069         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9070         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9071         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9072         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9073         (gst_gnome_vfs_sink_uri_get_type),
9074         (gst_gnome_vfs_sink_uri_get_protocols),
9075         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9076         (gst_gnome_vfs_sink_uri_handler_init):
9077         * ext/gnomevfs/gstgnomevfssink.h:
9078           Port gnomevfssink; add gtk-doc blurb.
9079
9080         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9081         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9082         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9083         (gst_gnome_vfs_src_uri_get_type),
9084         (gst_gnome_vfs_src_uri_get_protocols),
9085         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9086         (gst_gnome_vfs_src_uri_handler_init),
9087         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9088         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9089         (gst_gnome_vfs_src_send_additional_headers_callback),
9090         (gst_gnome_vfs_src_received_headers_callback),
9091         (gst_gnome_vfs_src_push_callbacks),
9092         (gst_gnome_vfs_src_pop_callbacks),
9093         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9094         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9095         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9096         * ext/gnomevfs/gstgnomevfssrc.h:
9097           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9098           file; add gtk-doc blurb with example pipelines.
9099
9100 === release 0.10.1 ===
9101
9102 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
9103
9104         * configure.ac:
9105           releasing 0.10.1, "Dobro Dedek"
9106
9107 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
9108
9109         * gst/typefind/gsttypefindfunctions.c:
9110         iLBC30 and iLBC20 added to typefind.
9111
9112 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9113
9114         * gst-libs/gst/audio/gstbaseaudiosink.c:
9115         (gst_base_audio_sink_class_init):
9116         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9117         (gst_base_audio_src_class_init):
9118           update strings, values are in microseconds
9119           change the default sink buffer time to something that is smaller
9120           (to help software volume mixing have a slightly lower delay) but
9121           still be acceptable on Wim's laptop
9122
9123 2005-12-20  Edward Hervey  <edward@fluendo.com>
9124
9125         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9126         Made a quack, forgot to add DUCK to the riff video template.
9127
9128 2005-12-19  Edward Hervey  <edward@fluendo.com>
9129
9130         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9131         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9132         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9133         (gst_ogm_parse_chain):
9134         Make sure pads are initialized correctly.
9135         * gst-libs/gst/riff/riff-ids.h:
9136         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9137         (gst_riff_create_video_template_caps):
9138         Add a whole bunch of FOURCC <=> MimeType.
9139         Extend the riff video pad template to support the newly added fourcc.
9140
9141 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
9142
9143         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9144         (gst_ogg_demux_activate_chain):
9145           Extra debug output when activating/deactivating chains.
9146
9147         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9148         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9149         (unlinked):
9150           Remove a queue from our list when it becomes unlinked.
9151           Don't add queues to elements in class 'Demux' if they
9152           can only produce one pad 
9153
9154 2005-12-18  Julien MOUTTE  <julien@moutte.net>
9155
9156         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9157         (gst_video_sink_get_type): Add a debug category.
9158
9159 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9160
9161         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9162         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9163           Handle downstream newsegment by sending our own newsegment before the
9164           next buffer to be released. (#323900)
9165
9166 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9167
9168         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9169         (gst_base_rtp_depayload_set_gst_timestamp):
9170           add queue delay to new segment as well (as opposed to just the first
9171           buffer). (bug #322347)
9172
9173 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9174
9175         * ext/libvisual/visual.c: (make_valid_name):
9176           change some char* into char[]
9177         * gst/audiotestsrc/gstaudiotestsrc.c:
9178         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9179         (gst_audio_test_src_create):
9180         * gst/audiotestsrc/gstaudiotestsrc.h:
9181           prepare to handle EOS and SEGMENT_DONE
9182
9183 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9184
9185         * tests/check/generic/states.c: (GST_START_TEST):
9186           Blacklist cdparanoia element in state test.
9187
9188 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9189
9190           Patch by: Benjamin Pineau
9191
9192         * gst/tcp/gsttcp.c:
9193         * gst/tcp/gsttcpclientsink.c:
9194         * gst/tcp/gsttcpserversink.c:
9195         * gst/tcp/gsttcpserversrc.c:
9196           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9197
9198 2005-12-15  Michael Smith  <msmith@fluendo.com>
9199
9200         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9201         (gst_video_rate_chain):
9202           Fix timestamping for videorate when the first buffer it sees has a
9203           non-zero timestamp. Fix some misleading debug output.
9204
9205 2005-12-15  Michael Smith  <msmith@fluendo.com>
9206
9207         * gst/audioresample/gstaudioresample.c:
9208           Don't leak all input buffers to audioresample.
9209
9210 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9211
9212         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9213           Don't operate on empty text buffers. Strip newlines and
9214           tabs only from the end of the text, but leave them intact
9215           in the middle. Fix typo in gtk-doc description.
9216
9217 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9218
9219         * gst/playback/gstplaybasebin.c:
9220         * gst/playback/gstplaybin.c: (handoff):
9221           Make sure the video frame buffer we return to apps via the
9222           "frame" property always has caps set on it. Modify
9223           _gst_gvalue_set_object() macro to handle NULL objects
9224           gracefully too.
9225
9226 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9227
9228         * gst/audiotestsrc/gstaudiotestsrc.c:
9229         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9230         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9231         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9232         (gst_audio_test_src_create):
9233         * gst/audiotestsrc/gstaudiotestsrc.h:
9234         Adjust to some recent api changes and add wtays new cool seeking
9235         capabillities
9236
9237 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9238
9239         * ext/alsa/Makefile.am:
9240         * ext/alsa/gstalsadeviceprobe.c:
9241         * ext/alsa/gstalsadeviceprobe.h:
9242           Helper functions to add device probing via the GstPropertyProbe
9243           interface to a class.
9244
9245         * ext/alsa/gstalsamixer.h:
9246           Comment out GST_ALSA_MIXER, it returns a struct that's not
9247           used.
9248
9249         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9250           Add some debug info. 
9251
9252         * ext/alsa/gstalsamixerelement.c:
9253         (gst_alsa_mixer_element_interface_supported),
9254         (gst_implements_interface_init),
9255         (gst_alsa_mixer_element_init_interfaces),
9256         (gst_alsa_mixer_element_class_init),
9257         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9258         (gst_alsa_mixer_element_set_property),
9259         (gst_alsa_mixer_element_get_property),
9260         (gst_alsa_mixer_element_change_state):
9261         * ext/alsa/gstalsamixerelement.h:
9262           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9263           for device handling (gnome-volume-control will need that).
9264
9265 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9266
9267         * ext/Makefile.am: fix cdparanoia entry
9268         * gst-plugins-base.spec.in: add cdparanoia
9269
9270 2005-12-12  Michael Smith  <msmith@fluendo.com>
9271
9272         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9273           Use the correct function to free list of typefind factories.
9274
9275 2005-12-12  Wim Taymans  <wim@fluendo.com>
9276
9277         * gst/videotestsrc/gstvideotestsrc.c:
9278         (gst_video_test_src_class_init), (gst_video_test_src_init),
9279         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9280         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9281         (gst_video_test_src_create):
9282         * gst/videotestsrc/gstvideotestsrc.h:
9283         Implement seeking in videotestsrc.
9284         Small cleanups.
9285
9286 2005-12-12  Wim Taymans  <wim@fluendo.com>
9287
9288         * ext/cdparanoia/Makefile.am:
9289         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9290         (gst_paranoia_endian_get_type), (_do_init),
9291         (cdparanoia_class_init), (cdparanoia_init),
9292         (cdparanoia_set_property), (cdparanoia_get_property),
9293         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9294         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9295         (cdparanoia_convert), (cdparanoia_get_query_types),
9296         (cdparanoia_query), (cdparanoia_set_index),
9297         (cdparanoia_uri_set_uri):
9298         * ext/cdparanoia/gstcdparanoia.h:
9299         Partially ported cdparanoia now that basesrc can support a
9300         plugin like this..
9301
9302 2005-12-12  Wim Taymans  <wim@fluendo.com>
9303
9304         * tests/examples/seek/scrubby.c: (main):
9305         Set higher priority for bus events so they don't get reordered with
9306         gtk gui events.
9307
9308         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9309         (flush_toggle_cb), (main):
9310         Added checkbox to disable flushing seeks. 
9311         Disable scrubbing when doing non flushing seeks.
9312
9313 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9314
9315         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9316         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9317         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9318         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9319           Implement some sort of event handling that doesn't rely on
9320           g_return_if_fail; make sure we always push the last chunk of an 
9321           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9322           state change function; remove some old cruft. Seeking is still
9323           rather unlikely to work though.
9324
9325         * tools/.cvsignore:
9326           Ignore more.
9327
9328 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9329
9330         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9331         Fixed a leak of the current image reference when cleaning up.
9332         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9333
9334 2005-12-09  Michael Smith  <msmith@fluendo.com>
9335
9336         * tools/Makefile.am:
9337         * tools/gst-launch-ext-m.m:
9338           Remove gst-launch-ext. It doesn't work, and is no longer
9339           particularly useful.
9340
9341 2005-12-08  Luca Ognibene  <luogni@tin.it>
9342
9343         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9344           don't pass random values to ogmparse convert function.
9345           Make seeking possible in the exile1.ogm file.
9346
9347 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9348
9349         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9350         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9351           Work around refcount problem with g_value_set_object() that occur
9352           if the core has been compiled against GLib-2.6 (g_value_set_object()
9353           will only g_object_ref() the element, but the caller will
9354           gst_object_unref() it and bad things will happen due to the way
9355           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9356           totem for people on FC4 using Thomas's 0.10 RPMs.
9357           
9358 2005-12-07  Edward Hervey  <edward@fluendo.com>
9359
9360         Time to welcome ogm to 0.10 :)
9361         
9362         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9363         (gst_ogg_pad_typefind):
9364         Oggdemux can now properly typefind elements with dynamic pads.
9365         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9366         Properly set caps on src pad, and set caps on outgoing buffers.
9367
9368 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9369
9370         * ext/alsa/gstalsamixer.h:
9371         * ext/alsa/gstalsamixerelement.h:
9372         * ext/alsa/gstalsamixeroptions.h:
9373         * ext/alsa/gstalsamixertrack.h:
9374         * ext/alsa/gstalsasink.c:
9375         * ext/alsa/gstalsasink.h:
9376         * ext/alsa/gstalsasrc.c:
9377         * ext/alsa/gstalsasrc.h:
9378         * ext/cdparanoia/gstcdparanoia.h:
9379         * ext/gnomevfs/gstgnomevfsuri.h:
9380         * ext/ogg/gstoggdemux.c:
9381         * ext/ogg/gstoggmux.c:
9382         * ext/pango/gsttextoverlay.h:
9383         * ext/theora/theoradec.c:
9384         * ext/theora/theoraenc.c:
9385         * ext/vorbis/vorbisdec.h:
9386         * ext/vorbis/vorbisenc.c:
9387         * ext/vorbis/vorbisenc.h:
9388         * ext/vorbis/vorbisparse.h:
9389         * gst-libs/gst/audio/gstaudioclock.h:
9390         * gst-libs/gst/audio/gstaudiosink.c:
9391         * gst-libs/gst/audio/gstaudiosink.h:
9392         * gst-libs/gst/audio/gstaudiosrc.c:
9393         * gst-libs/gst/audio/gstaudiosrc.h:
9394         * gst-libs/gst/audio/gstbaseaudiosink.c:
9395         * gst-libs/gst/audio/gstbaseaudiosink.h:
9396         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9397         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9398         * gst-libs/gst/audio/gstringbuffer.h:
9399         * gst-libs/gst/audio/multichannel.h:
9400         * gst-libs/gst/floatcast/floatcast.h:
9401         * gst-libs/gst/interfaces/colorbalance.c:
9402         * gst-libs/gst/interfaces/colorbalance.h:
9403         * gst-libs/gst/interfaces/colorbalancechannel.h:
9404         * gst-libs/gst/interfaces/mixer.h:
9405         * gst-libs/gst/interfaces/mixeroptions.h:
9406         * gst-libs/gst/interfaces/mixertrack.h:
9407         * gst-libs/gst/interfaces/navigation.h:
9408         * gst-libs/gst/interfaces/propertyprobe.h:
9409         * gst-libs/gst/interfaces/tuner.h:
9410         * gst-libs/gst/interfaces/tunerchannel.h:
9411         * gst-libs/gst/interfaces/tunernorm.h:
9412         * gst-libs/gst/interfaces/xoverlay.h:
9413         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9414         * gst-libs/gst/riff/riff-ids.h:
9415         * gst-libs/gst/riff/riff-media.h:
9416         * gst-libs/gst/riff/riff-read.h:
9417         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9418         * gst-libs/gst/rtp/gstbasertppayload.c:
9419         * gst-libs/gst/rtp/gstbasertppayload.h:
9420         * gst-libs/gst/rtp/gstrtpbuffer.c:
9421         * gst-libs/gst/rtp/gstrtpbuffer.h:
9422         * gst-libs/gst/tag/gsttageditingprivate.h:
9423         * gst-libs/gst/tag/gstvorbistag.c:
9424         (gst_tag_list_from_vorbiscomment_buffer):
9425         * gst-libs/gst/tag/tag.h:
9426         * gst-libs/gst/video/video.h:
9427         * gst/adder/gstadder.c:
9428         * gst/adder/gstadder.h:
9429         * gst/audioconvert/audioconvert.c:
9430         * gst/audioconvert/audioconvert.h:
9431         * gst/audioconvert/gstaudioconvert.c:
9432         * gst/audioconvert/gstchannelmix.c:
9433         * gst/audioconvert/gstchannelmix.h:
9434         * gst/audiorate/gstaudiorate.c:
9435         * gst/audioresample/buffer.h:
9436         * gst/audioresample/functable.h:
9437         * gst/audioresample/gstaudioresample.c:
9438         * gst/audioresample/resample.h:
9439         * gst/ffmpegcolorspace/avcodec.h:
9440         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9441         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9442         * gst/ffmpegcolorspace/imgconvert.c:
9443         * gst/ffmpegcolorspace/imgconvert_template.h:
9444         * gst/playback/gstdecodebin.c:
9445         * gst/playback/gstplaybasebin.h:
9446         * gst/playback/gstplaybin.c:
9447         * gst/playback/gststreaminfo.h:
9448         * gst/tcp/gstfdset.c:
9449         * gst/tcp/gstfdset.h:
9450         * gst/tcp/gstmultifdsink.c:
9451         * gst/tcp/gstmultifdsink.h:
9452         * gst/tcp/gsttcp.h:
9453         * gst/tcp/gsttcpclientsrc.c:
9454         * gst/tcp/gsttcpclientsrc.h:
9455         * gst/tcp/gsttcpplugin.h:
9456         * gst/tcp/gsttcpserversink.c:
9457         * gst/tcp/gsttcpserversrc.c:
9458         * gst/typefind/gsttypefindfunctions.c:
9459         * gst/videorate/gstvideorate.c:
9460         * gst/videotestsrc/gstvideotestsrc.h:
9461         * gst/videotestsrc/videotestsrc.h:
9462         * sys/v4l/gstv4lcolorbalance.h:
9463         * sys/v4l/gstv4ltuner.h:
9464         * sys/v4l/gstv4lxoverlay.h:
9465         * sys/v4l/v4l_calls.h:
9466         * sys/v4l/videodev_mjpeg.h:
9467         * tests/check/elements/audioconvert.c:
9468         * tests/check/elements/audioresample.c:
9469         * tests/check/elements/audiotestsrc.c:
9470         * tests/check/elements/videotestsrc.c:
9471         * tests/check/elements/volume.c:
9472         * tests/examples/seek/scrubby.c:
9473         * tests/examples/seek/seek.c:
9474           expand tabs
9475
9476 === release 0.10.0 ===
9477
9478 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9479
9480         * configure.ac:
9481           releasing 0.10.0, "Mont-d'or"
9482
9483 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9484
9485         * tests/examples/seek/Makefile.am:
9486         Build fix for when gtk is not available.
9487
9488 2005-12-05  Andy Wingo  <wingo@pobox.com>
9489
9490         * ext/libvisual/visual.c: (get_buffer):
9491         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9492         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9493         * ext/theora/theoradec.c: (theora_handle_data_packet):
9494         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9495         (theora_enc_chain):
9496         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9497         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9498         Update for alloc_buffer changes.
9499
9500 2005-12-05  Andy Wingo  <wingo@pobox.com>
9501
9502         patch by: Kai Vehmanen <kv2004 eca cx>
9503         
9504         * gst-libs/gst/rtp/gstbasertpdepayload.c
9505         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9506
9507 2005-12-04  Andy Wingo  <wingo@pobox.com>
9508
9509         patch by: Sebastien Cote <sebas642 yahoo ca>
9510         
9511         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9512         Fixes #319172.
9513
9514 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9515
9516         * docs/plugins/Makefile.am:
9517         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9518         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9519         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9520         * ext/pango/gstclockoverlay.c:
9521         * ext/pango/gsttextoverlay.c: 
9522         * ext/pango/gsttextrender.c:
9523         * ext/pango/gsttimeoverlay.c:
9524           Add gtk-doc blurbs to pango elements.
9525
9526 2005-12-02  Wim Taymans  <wim@fluendo.com>
9527
9528         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9529         * gst/audioresample/buffer.h:
9530         * gst/audioresample/gstaudioresample.c:
9531         * gst/audioresample/gstaudioresample.h:
9532         * gst/audioresample/resample.c: (resample_input_flush),
9533         (resample_input_pushthrough), (resample_input_eos),
9534         (resample_get_output_size_for_input),
9535         (resample_get_input_size_for_output), (resample_get_output_size),
9536         (resample_get_output_data):
9537         * gst/audioresample/resample.h:
9538         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9539         Fix audioresample, seek torture, new segments, reverse negotiation
9540         etc.. work fine.
9541
9542 2005-12-02  Wim Taymans  <wim@fluendo.com>
9543
9544         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9545         Small cleanups.
9546
9547 2005-12-02  Wim Taymans  <wim@fluendo.com>
9548
9549         * gst/audioconvert/gstaudioconvert.c:
9550         (gst_audio_convert_transform):
9551         Post errors.
9552
9553 === release 0.9.7 ===
9554
9555 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9556
9557         * configure.ac:
9558           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9559
9560 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9561
9562         * Makefile.am:
9563         * po/hu.po:
9564         * win32/MANIFEST:
9565         * win32/gst.sln:
9566           add win32 MANIFEST file
9567           do something to the hungarian translation
9568
9569 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9570
9571         * ext/Makefile.am:
9572           Add $(PANGO_DIR) to SUBDIRS
9573
9574         * ext/pango/gstclockoverlay.c:
9575         * ext/pango/gsttimeoverlay.c:
9576           Fix and improve element descriptions.
9577
9578 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9579
9580         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9581         * docs/plugins/inspect/plugin-libvisual.xml:
9582         * docs/plugins/inspect/plugin-pango.xml:
9583           add pango plugin to docs
9584
9585 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9586
9587         * configure.ac:
9588         * ext/Makefile.am:
9589           moved pango to base
9590
9591 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9592
9593         * configure.ac:
9594         * tests/Makefile.am:
9595         * tests/icles/.cvsignore:
9596         * tests/icles/Makefile.am:
9597         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9598         (close_display), (resize_window), (move_window), (create_window),
9599         (terminate_playback), (pause_playback), (start_playback), (main):
9600           add stress test for xoverlay from Julien
9601
9602 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9603
9604         * docs/libs/tmpl/gstcolorbalance.sgml:
9605         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9606         * gst-libs/gst/rtp/gstbasertppayload.c:
9607         * gst-libs/gst/rtp/gstrtpbuffer.c:
9608         * gst-libs/gst/rtp/gstrtpbuffer.h:
9609           Do burger's rename for rtp payloaders and depayloaders
9610
9611 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9612
9613         * win32/:
9614           add Visual Studio 6 build files
9615
9616 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9617
9618         * docs/libs/gst-plugins-base-libs-docs.sgml:
9619         * docs/libs/gst-plugins-base-libs-sections.txt:
9620         * docs/libs/tmpl/gstaudio.sgml:
9621         * docs/libs/tmpl/gstringbuffer.sgml:
9622         * gst-libs/gst/interfaces/xoverlay.c:
9623         * gst-libs/gst/video/gstvideofilter.c:
9624         * gst-libs/gst/video/gstvideosink.c:
9625           update documentation
9626
9627 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9628
9629         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9630         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9631         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9632         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9633         (gst_multi_fd_sink_get_stats),
9634         (gst_multi_fd_sink_remove_client_link),
9635         (gst_multi_fd_sink_handle_client_read),
9636         (gst_multi_fd_sink_client_queue_data),
9637         (gst_multi_fd_sink_client_queue_caps),
9638         (gst_multi_fd_sink_client_queue_buffer),
9639         (gst_multi_fd_sink_new_client),
9640         (gst_multi_fd_sink_handle_client_write),
9641         (gst_multi_fd_sink_recover_client),
9642         (gst_multi_fd_sink_queue_buffer),
9643         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9644         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9645         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9646         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9647         * gst/tcp/gstmultifdsink.h:
9648         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9649         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9650         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9651         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9652         (gst_tcp_client_sink_set_property),
9653         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9654         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9655         * gst/tcp/gsttcpclientsink.h:
9656         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9657         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9658         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9659         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9660         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9661         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9662         * gst/tcp/gsttcpclientsrc.h:
9663         * gst/tcp/gsttcpplugin.c: (plugin_init):
9664         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9665         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9666         (gst_tcp_server_sink_finalize),
9667         (gst_tcp_server_sink_handle_server_read),
9668         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9669         (gst_tcp_server_sink_set_property),
9670         (gst_tcp_server_sink_get_property),
9671         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9672         * gst/tcp/gsttcpserversink.h:
9673         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9674         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9675         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9676         (gst_tcp_server_src_set_property),
9677         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9678         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9679         * gst/tcp/gsttcpserversrc.h:
9680           more borgifying
9681
9682 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9683
9684         * docs/plugins/Makefile.am:
9685         * docs/plugins/gst-plugins-base-plugins.args:
9686         * docs/plugins/inspect/plugin-libvisual.xml:
9687         * gst/audioconvert/plugin.h:
9688         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9689         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9690         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9691         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9692         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9693         (plugin_init):
9694         * gst/audiotestsrc/gstaudiotestsrc.c:
9695         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9696         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9697         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9698         (gst_audio_test_src_get_query_types),
9699         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9700         (gst_audio_test_src_create_square),
9701         (gst_audio_test_src_create_saw),
9702         (gst_audio_test_src_create_triangle),
9703         (gst_audio_test_src_create_silence),
9704         (gst_audio_test_src_create_white_noise),
9705         (gst_audio_test_src_init_pink_noise),
9706         (gst_audio_test_src_generate_pink_noise_value),
9707         (gst_audio_test_src_create_pink_noise),
9708         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9709         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9710         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9711         (plugin_init):
9712         * gst/audiotestsrc/gstaudiotestsrc.h:
9713         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9714         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9715         (gst_sub_parse_init), (gst_sub_parse_formats),
9716         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9717         (convert_encoding), (get_next_line),
9718         (gst_sub_parse_data_format_autodetect),
9719         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9720         (gst_sub_parse_loop), (gst_sub_parse_chain),
9721         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9722         (plugin_init):
9723         * gst/subparse/gstsubparse.h:
9724         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9725         (gst_video_rate_base_init), (gst_video_rate_class_init),
9726         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9727         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9728         (gst_video_rate_init), (gst_video_rate_event),
9729         (gst_video_rate_chain), (gst_video_rate_set_property),
9730         (gst_video_rate_get_property), (gst_video_rate_change_state),
9731         (plugin_init):
9732         * gst/videoscale/gstvideoscale.c:
9733         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9734         (gst_video_scale_src_template_factory),
9735         (gst_video_scale_sink_template_factory),
9736         (gst_video_scale_get_type), (gst_video_scale_base_init),
9737         (gst_video_scale_class_init), (gst_video_scale_init),
9738         (gst_video_scale_set_property), (gst_video_scale_get_property),
9739         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9740         (gst_video_scale_prepare_size), (parse_caps),
9741         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9742         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9743         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9744         (plugin_init):
9745         * gst/videoscale/gstvideoscale.h:
9746         * gst/videotestsrc/gstvideotestsrc.c:
9747         (gst_video_test_src_pattern_get_type),
9748         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9749         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9750         (gst_video_test_src_set_pattern),
9751         (gst_video_test_src_set_property),
9752         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9753         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9754         (gst_video_test_src_event), (gst_video_test_src_get_times),
9755         (gst_video_test_src_create), (plugin_init):
9756         * gst/videotestsrc/gstvideotestsrc.h:
9757         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9758         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9759         (gst_video_test_src_black):
9760         * gst/videotestsrc/videotestsrc.h:
9761           borgify further
9762           clean up docs a little
9763
9764 2005-11-30  Wim Taymans  <wim@fluendo.com>
9765
9766         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9767         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9768         (gst_basertppayload_event), (gst_basertppayload_push),
9769         (gst_basertppayload_change_state):
9770         * gst-libs/gst/rtp/gstbasertppayload.h:
9771         closed #320644.
9772
9773 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9774
9775         * docs/libs/gst-plugins-base-libs-docs.sgml:
9776         * docs/libs/gst-plugins-base-libs-sections.txt:
9777         * gst-libs/gst/video/gstvideofilter.c:
9778         * gst-libs/gst/video/gstvideosink.c:
9779         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9780
9781 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9782
9783         * LICENSE:
9784           move
9785         * po/af.po:
9786         * po/az.po:
9787         * po/cs.po:
9788         * po/en_GB.po:
9789         * po/hu.po:
9790         * po/it.po:
9791         * po/nb.po:
9792         * po/nl.po:
9793         * po/or.po:
9794         * po/sq.po:
9795         * po/sr.po:
9796         * po/sv.po:
9797         * po/uk.po:
9798         * po/vi.po:
9799         * Makefile.am:
9800           update
9801         * scripts/autoplugins.sh:
9802           remove
9803
9804 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9805
9806         * Makefile.am:
9807         * configure.ac:
9808         * examples/Makefile.am:
9809         * examples/capsfilter/Makefile.am:
9810         * examples/capsfilter/capsfilter1.c:
9811         * examples/gob/Makefile.am:
9812         * examples/gob/gst-identity2.gob:
9813         * examples/indexing/.cvsignore:
9814         * examples/indexing/Makefile.am:
9815         * examples/indexing/indexmpeg.c:
9816         * examples/seeking/.cvsignore:
9817         * examples/seeking/Makefile.am:
9818         * examples/seeking/cdparanoia.c:
9819         * examples/seeking/cdplayer.c:
9820         * examples/seeking/chained.c:
9821         * examples/seeking/scrubby.c:
9822         * examples/seeking/seek.c:
9823         * examples/stats/Makefile.am:
9824         * examples/stats/mp2ogg.c:
9825         * examples/switch/.cvsignore:
9826         * examples/switch/Makefile.am:
9827         * examples/switch/switcher.c:
9828         * tests/Makefile.am:
9829         * tests/check/generic/.cvsignore:
9830         * tests/check/pipelines/.cvsignore:
9831         * tests/examples/Makefile.am:
9832         * tests/examples/seek/Makefile.am:
9833           reorganize stuff under tests/
9834
9835 2005-11-30  Edward Hervey  <edward@fluendo.com>
9836
9837         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9838         Go away you stupid GstStaticPadTemplate memleak.
9839
9840 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9841
9842         * gst-libs/gst/net/Makefile.am:
9843         * gst-libs/gst/net/README:
9844         * gst-libs/gst/net/gstnetbuffer.c:
9845         * gst-libs/gst/net/gstnetbuffer.h:
9846           this was moved to "netbuffer"
9847
9848 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9849
9850         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9851         (gst_video_filter_class_init), (gst_video_filter_init):
9852         * gst-libs/gst/video/gstvideofilter.h:
9853           borgify name to bring in line with other classes
9854
9855 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9856
9857         * gst/audioscale/.cvsignore:
9858         * gst/audioscale/Makefile.am:
9859         * gst/audioscale/README:
9860         * gst/audioscale/audioscale.vcproj:
9861         * gst/audioscale/dtof.c:
9862         * gst/audioscale/dtos.c:
9863         * gst/audioscale/functable.c:
9864         * gst/audioscale/gstaudioscale.c:
9865         * gst/audioscale/gstaudioscale.h:
9866         * gst/audioscale/private.h:
9867         * gst/audioscale/resample.c:
9868         * gst/audioscale/resample.h:
9869         * gst/audioscale/test.c:
9870           remove
9871
9872 2005-11-30  Edward Hervey  <edward@fluendo.com>
9873
9874         * gst-libs/gst/netbuffer/Makefile.am:
9875         really, really tired
9876
9877 2005-11-30  Edward Hervey  <edward@fluendo.com>
9878
9879         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9880         Update for new GstTypeFindFactory _register()
9881
9882 2005-11-30  Edward Hervey  <edward@fluendo.com>
9883
9884         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
9885         Let's not override libgstnet from core for no reason...
9886         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9887         Ok, maybe not so quick next time.
9888
9889 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9890
9891         * configure.ac:
9892         * gst-libs/gst/Makefile.am:
9893           moved gst-libs/gst/net to netbuffer through CVS surgery
9894           remove old directory
9895           updating build to accomodate
9896           (#322257)
9897
9898 2005-11-29  Andy Wingo  <wingo@pobox.com>
9899
9900         * pkgconfig/gstreamer-plugins-base.pc.in:
9901         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9902         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9903         (#322257).
9904
9905 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9906
9907         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9908         3rd time's the charm. Correct ref-counting for discarded buffers.
9909
9910 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9911
9912         * gst/playback/gststreamselector.c:
9913         (gst_stream_selector_class_init),
9914         (gst_stream_selector_set_property),
9915         (gst_stream_selector_get_property),
9916         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9917         Fix ref-counting
9918
9919 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
9920
9921         * gst/subparse/gstsubparse.c: (feed_textbuf):
9922           Don't access already unref'ed buffer.
9923
9924 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9925
9926         * gst/playback/gststreamselector.c:
9927         (gst_stream_selector_class_init), (gst_stream_selector_init),
9928         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9929         (gst_stream_selector_get_property),
9930         (gst_stream_selector_get_linked_pad),
9931         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9932         * gst/playback/gststreamselector.h:
9933         Add the active-pad property for playbin to use shortly. Ignore buffers
9934         from any other pad, returning GST_FLOW_NOT_LINKED
9935
9936 2005-11-29  Julien MOUTTE  <julien@moutte.net>
9937
9938         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9939         patch from bug #322704 (Alessandro Decina).
9940
9941 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9942
9943         * gst-libs/gst/audio/Makefile.am:
9944           folded audiofilter into the audio library
9945
9946 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9947
9948         * gst/videoscale/gstvideoscale.h:
9949         * gst/videoscale/gstvideoscale.c:
9950           remove unimplemented scale methods
9951
9952 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
9953
9954         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9955           Don't leak caps.
9956
9957 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9958
9959         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9960         (gst_ximagesink_setcaps):
9961         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9962         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
9963         happens (only visible on ximagesink but bug is in xv too) set_caps was
9964         destroying the internal x[v]image used to memcpy non locally alloced
9965         buffers so that it got renewed on next _chain. The issue is that 
9966         _expose will try to put that image as it reffed it in _put.
9967         Using gst_buffer_unref instead of destroy fixes it !
9968
9969 2005-11-28  Edward Hervey  <edward@fluendo.com>
9970
9971         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9972         (try_to_link_1), (queue_filled_cb):
9973         Better use of the queues. Start with a small size queue and only increase
9974         the size of the queues when the other queues are empty.
9975
9976 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9977
9978         * gst-libs/gst/video/Makefile.am:
9979           compile in copied-over videofilter into the video library
9980         * gst-libs/gst/video/videosink.h:
9981           rename the header to gstvideosink.h since it's a base GstObject class
9982         * sys/ximage/ximagesink.h:
9983         * sys/xvimage/xvimagesink.h:
9984           use the new header
9985
9986 2005-11-28  Wim Taymans  <wim@fluendo.com>
9987
9988         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
9989         * gst/playback/gstplaybasebin.h:
9990         Prepare to handle errors betters.
9991
9992         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9993         Set sinks to PAUSED first before adding and linking them so that
9994         we don't interrupt dataflow.
9995
9996 2005-11-28  Wim Taymans  <wim@fluendo.com>
9997
9998         * gst-libs/gst/audio/TODO:
9999         Updated TODO
10000
10001         * gst-libs/gst/audio/gstaudiosink.c:
10002         (gst_audioringbuffer_open_device),
10003         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10004         (gst_audioringbuffer_release):
10005         Small cleanups.
10006
10007         * gst-libs/gst/audio/gstbaseaudiosink.c:
10008         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10009         (gst_base_audio_sink_change_state):
10010         Slave to the master clock when going to PLAYING and unslave when
10011         going to PAUSED.
10012
10013         * gst-libs/gst/audio/gstringbuffer.c:
10014         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10015         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10016         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10017         (gst_ring_buffer_clear_all), (wait_segment),
10018         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10019         (gst_ring_buffer_advance):
10020         * gst-libs/gst/audio/gstringbuffer.h:
10021         Add some docs and cleanups.
10022
10023 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10024
10025         * sys/xvimage/xvimagesink.c:
10026         (gst_xvimagesink_navigation_send_event): Fix navigation events
10027         coordinates translation with pixel aspect ratios.
10028
10029 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10030
10031         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10032         Use calculated video geometry from _setcaps instead of buffer
10033         caps to respect pixel aspect ratio. (fixes #322388)
10034
10035 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10036
10037         * docs/libs/tmpl/gstcolorbalance.sgml:
10038         * docs/libs/tmpl/gstmixer.sgml:
10039         * docs/libs/tmpl/gstxoverlay.sgml:
10040         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10041         interface.
10042
10043 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10044
10045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10046         Refuse to create an XvImage if we can't find the format.
10047
10048 2005-11-28  Edward Hervey  <edward@fluendo.com>
10049
10050         * gst-libs/gst/riff/riff-media.c:
10051         (gst_riff_create_audio_template_caps):
10052         Add ATRAC3 to the list of riff-possible audio caps.
10053         I know we still don't have a plugin for atrac3, but it's saner to output
10054         that than a cryptic mimetype.
10055
10056 2005-11-27  Edward Hervey  <edward@fluendo.com>
10057
10058         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10059         Don't try to create a zero-sized subbuffer.
10060
10061 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10062
10063         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10064         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10065         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10066         (gst_ximagesink_expose): Fixed a tricky race.
10067         * sys/ximage/ximagesink.h:
10068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10069         (gst_xvimagesink_expose): Fixed a tricky race.
10070         * sys/xvimage/xvimagesink.h:
10071
10072 2005-11-27  Edward Hervey  <edward@fluendo.com>
10073
10074         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10075         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10076         Remove unused properties, and add queues between demuxers and decoders
10077         so that a lot more files can preroll properly.
10078
10079 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10080
10081         * gst-libs/gst/net/Makefile.am:
10082         * gst-libs/gst/rtp/Makefile.am:
10083         * gst-libs/gst/tag/Makefile.am:
10084           remove silly include
10085         * gst/tags/Makefile.am:
10086         * gst/tags/gsttagediting.c:
10087         * gst/tags/gsttageditingprivate.h:
10088         * gst/tags/tagedit.vcproj:
10089           remove directory, is as good as empty
10090
10091 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10092
10093         * configure.ac:
10094           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10095         * gst-libs/Makefile.am:
10096         * gst-libs/gst/audio/Makefile.am:
10097         * gst-libs/gst/interfaces/Makefile.am:
10098         * gst-libs/gst/net/Makefile.am:
10099         * gst-libs/gst/riff/Makefile.am:
10100         * gst-libs/gst/rtp/Makefile.am:
10101         * gst-libs/gst/tag/Makefile.am:
10102         * gst-libs/gst/video/Makefile.am:
10103           and use them
10104
10105 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10106
10107         * docs/libs/tmpl/gstcolorbalance.sgml:
10108         * docs/libs/tmpl/gstmixer.sgml:
10109         * docs/libs/tmpl/gstxoverlay.sgml:
10110         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10111         * sys/ximage/ximagesink.h:
10112         * sys/xvimage/xvimagesink.h: More and more documentation.
10113
10114 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10115
10116         * docs/libs/gst-plugins-base-libs-docs.sgml:
10117         * docs/libs/gst-plugins-base-libs-sections.txt:
10118         * docs/libs/tmpl/gstcolorbalance.sgml:
10119         * docs/libs/tmpl/gstmixer.sgml:
10120         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10121         to documentation.
10122
10123 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10124
10125         * docs/plugins/Makefile.am:
10126         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10127         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10128         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10129
10130 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10131
10132         * docs/plugins/Makefile.am:
10133         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10134         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10135         * docs/plugins/inspect/plugin-adder.xml:
10136         * docs/plugins/inspect/plugin-alsa.xml:
10137         * docs/plugins/inspect/plugin-audioconvert.xml:
10138         * docs/plugins/inspect/plugin-audiorate.xml:
10139         * docs/plugins/inspect/plugin-audioresample.xml:
10140         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10141         * docs/plugins/inspect/plugin-decodebin.xml:
10142         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10143         * docs/plugins/inspect/plugin-gnomevfs.xml:
10144         * docs/plugins/inspect/plugin-ogg.xml:
10145         * docs/plugins/inspect/plugin-playbin.xml:
10146         * docs/plugins/inspect/plugin-subparse.xml:
10147         * docs/plugins/inspect/plugin-tcp.xml:
10148         * docs/plugins/inspect/plugin-theora.xml:
10149         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10150         * docs/plugins/inspect/plugin-video4linux.xml:
10151         * docs/plugins/inspect/plugin-videorate.xml:
10152         * docs/plugins/inspect/plugin-videoscale.xml:
10153         * docs/plugins/inspect/plugin-videotestsrc.xml:
10154         * docs/plugins/inspect/plugin-volume.xml:
10155         * docs/plugins/inspect/plugin-vorbis.xml:
10156         * docs/plugins/inspect/plugin-ximagesink.xml:
10157         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10158         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10159
10160 2005-11-26  Edward Hervey  <edward@fluendo.com>
10161
10162         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10163         Properly return GstFlowReturn from gst_pad_push in chain functions.
10164
10165 2005-11-25  Michael Smith  <msmith@fluendo.com>
10166
10167         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10168         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10169         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10170         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10171           Handle various conditions better when we don't understand a stream.
10172           Removes a heap of CRITICALs on ogg streams containing unknown data.
10173
10174 2005-11-24  Andy Wingo  <wingo@pobox.com>
10175
10176         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10177         Be threadsafe.
10178
10179 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10180
10181         * configure.ac: back to HEAD
10182
10183 === release 0.9.6 ===
10184
10185 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10186
10187         * configure.ac:
10188           releasing 0.9.6, "White Eight"
10189
10190 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10191
10192         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10193         * docs/plugins/inspect/plugin-sine.xml:
10194           remove sinesrc some more
10195
10196 2005-11-23  Wim Taymans  <wim@fluendo.com>
10197
10198         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10199         If we are reading too slowly, jump forward in the ringbuffer
10200         instead of blocking.
10201
10202 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10203
10204         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10205         (gst_visual_chain):
10206         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10207         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10208         (gst_videorate_chain):
10209         * gst/videotestsrc/gstvideotestsrc.c:
10210         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10211         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10212         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10213         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10214         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10215         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10216           Updates for API changes
10217
10218 2005-11-23  Wim Taymans  <wim@fluendo.com>
10219
10220         * gst-libs/gst/audio/gstbaseaudiosink.c:
10221         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10222         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10223         Fix for calibration API change.
10224
10225 2005-11-23  Michael Smith <msmith@fluendo.com>
10226
10227         * gst-libs/gst/audio/multichannel.c:
10228         (gst_audio_get_channel_positions),
10229         (gst_audio_set_channel_positions),
10230         (gst_audio_set_structure_channel_positions_list),
10231         (gst_audio_fixate_channel_positions):
10232           Use gst_value_array_*() functions on value arrays, not
10233           gst_value_list_*().
10234
10235 2005-11-23  Edward Hervey  <edward@fluendo.com>
10236
10237         * autogen.sh:
10238         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10239         Fixes autogen
10240
10241 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10242
10243         * check/Makefile.am:
10244         * check/elements/videotestsrc.c: (setup_videotestsrc),
10245         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10246         (main):
10247           add a test for videotestsrc
10248
10249 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10250
10251         * gst/sine/.cvsignore:
10252         * gst/sine/Makefile.am:
10253         * gst/sine/gstsinesrc.c:
10254         * gst/sine/gstsinesrc.h:
10255         * gst/sine/sinesrc.vcproj:
10256           and remove sinesrc from the repository.  Closes #321446
10257
10258 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10259
10260         * configure.ac:
10261         * gst-plugins-base.spec.in:
10262           remove sinesrc from the build
10263
10264 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10265
10266         * check/Makefile.am:
10267         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10268         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10269         (main):
10270           add a test for audiotestsrc, testing all waves.  Even seems
10271           leak-free at first glance, nice job Stefan
10272
10273 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10274
10275         * po/af.po:
10276         * po/az.po:
10277         * po/cs.po:
10278         * po/en_GB.po:
10279         * po/hu.po:
10280         * po/it.po:
10281         * po/nb.po:
10282         * po/nl.po:
10283         * po/or.po:
10284         * po/sq.po:
10285         * po/sr.po:
10286         * po/sv.po:
10287         * po/uk.po:
10288         * po/vi.po:
10289           Translation string updates
10290
10291         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10292         (gst_v4lsrc_set_caps):
10293         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10294         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10295         * sys/v4l/v4lsrc_calls.h:
10296           Improve v4lsrc, by making it work again.
10297
10298 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10299
10300         * ext/libvisual/visual.c: (gst_visual_chain):
10301           Fix the fps calculations.
10302
10303         * gst/ffmpegcolorspace/avcodec.h:
10304           Move structure element for clarity
10305
10306         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10307         * gst-libs/gst/interfaces/tunernorm.h:
10308         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10309         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10310         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10311         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10312         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10313         (gst_v4lmjpegsrc_getcaps):
10314         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10315         (gst_v4lsrc_set_caps):
10316         * sys/v4l/gstv4lsrc.h:
10317         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10318         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10319         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10320         * sys/v4l/v4lsrc_calls.h:
10321           Fractional framerates...
10322
10323 2005-11-22  Wim Taymans  <wim@fluendo.com>
10324
10325         * gst-libs/gst/audio/gstbaseaudiosink.c:
10326         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10327         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10328         And we provide a clock by default, of course...
10329
10330 2005-11-22  Wim Taymans  <wim@fluendo.com>
10331
10332         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10333         This clock can be slaved to a master clock now.
10334
10335         * gst-libs/gst/audio/gstbaseaudiosink.c:
10336         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10337         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10338         (gst_base_audio_sink_set_clock),
10339         (gst_base_audio_sink_set_property),
10340         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10341         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10342         * gst-libs/gst/audio/gstbaseaudiosink.h:
10343         Handle slaving the internal clock to the clock selected in the
10344         pipeline.
10345         Add property to make the basesink not provide a clock.
10346
10347         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10348         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10349         (gst_base_rtp_depayload_wait):
10350         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10351         We can use the clock in GstElement, no need to store it ourselves.
10352
10353 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10354
10355         * docs/libs/tmpl/gstaudio.sgml:
10356           update
10357         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10358         (gst_paranoia_endian_get_type):
10359         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10360         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10361         * gst/audiotestsrc/gstaudiotestsrc.c:
10362         (gst_audiostestsrc_wave_get_type):
10363         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10364         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10365         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10366         (gst_sync_method_get_type), (gst_unit_type_get_type),
10367         (gst_client_status_get_type), (gst_multifdsink_class_init),
10368         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10369         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10370         (gst_multifdsink_get_property):
10371         * gst/tcp/gstmultifdsink.h:
10372         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10373         * gst/videotestsrc/gstvideotestsrc.c:
10374         (gst_videotestsrc_pattern_get_type):
10375           remove deprecated properties
10376           fix up enums to correctly have short lowercase dashed nicks
10377
10378 2005-11-22  Michael Smith <msmith@fluendo.com>
10379
10380         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10381         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10382           Add underscore.
10383
10384 2005-11-22  Michael Smith <msmith@fluendo.com>
10385
10386         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10387         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10388           Use utility method for scaling clocktime for fractional framerates.
10389
10390 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10391
10392         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10393         (gst_visual_chain):
10394         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10395         * ext/theora/theoradec.c: (theora_handle_type_packet):
10396         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10397         (theora_enc_chain):
10398         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10399         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10400         * gst-libs/gst/video/video.h:
10401         * gst/ffmpegcolorspace/avcodec.h:
10402         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10403         (gst_ffmpeg_caps_to_pixfmt):
10404         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10405         (gst_ffmpegcsp_set_caps):
10406         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10407         (gst_videorate_setcaps), (gst_videorate_blank_data),
10408         (gst_videorate_chain):
10409         * gst/videotestsrc/gstvideotestsrc.c:
10410         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10411         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10412         (gst_videotestsrc_event), (gst_videotestsrc_create):
10413         * gst/videotestsrc/gstvideotestsrc.h:
10414         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10415         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10416         (gst_ximagesink_get_times), (gst_ximagesink_init):
10417         * sys/ximage/ximagesink.h:
10418         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10419         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10420         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10421         * sys/xvimage/xvimagesink.h:
10422           Convert elements to use fractions for their framerate.
10423           V4L elements to come later tonight.
10424
10425 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10426
10427         * gst-libs/gst/audio/audio.c:
10428         * gst-libs/gst/audio/audio.h:
10429           remove some deprecated functions
10430
10431 2005-11-22  Andy Wingo  <wingo@pobox.com>
10432
10433         * Update for gst_tag_setter API changes.
10434
10435 2005-11-22  Andy Wingo  <wingo@pobox.com>
10436
10437         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10438         (gst_ogg_demux_perform_seek):
10439         * ext/theora/theoradec.c (theora_dec_sink_event):
10440         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10441         update-funcnames.
10442
10443 2005-11-22  Wim Taymans  <wim@fluendo.com>
10444
10445         * examples/seeking/seek.c: (main):
10446         Give higher priority to bus signals than the gtk events
10447         to fix a race condition in the segment looping.
10448
10449 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10450
10451         * ext/theora/Makefile.am:
10452         * ext/vorbis/Makefile.am:
10453         * gst-libs/gst/tag/Makefile.am:
10454         * gst-plugins-base.spec.in:
10455           Rename libgsttagedit to libgsttag (#322117).
10456
10457 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10458
10459         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10460         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10461           Call gst_x_overlay_prepare_xwindow_id() to give applications
10462           a final chance to set their own xwindow id before the video
10463           sink creates its own window.
10464
10465 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10466
10467         * sys/xvimage/xvimagesink.c:
10468         (gst_xvimagesink_navigation_send_event): Handle navigation
10469         events correcly with borders if applicable.
10470
10471 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10472
10473         Patch by: Luca Ognibene
10474
10475         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10476         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10477         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10478         (gst_ffmpegcsp_caps_remove_format_info):
10479         * gst/ffmpegcolorspace/imgconvert.c:
10480         * gst/ffmpegcolorspace/imgconvert_template.h:
10481           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10482           #318353); use gst_structure_has_name().
10483
10484 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10485
10486         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10487         (gst_ximagesink_class_init): Add debug macros on functions.
10488         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10489         (gst_xvimagesink_xwindow_draw_borders),
10490         (gst_xvimagesink_xvimage_put),
10491         (gst_xvimagesink_xwindow_update_geometry),
10492         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10493         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10494         (gst_xvimagesink_xcontext_clear),
10495         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10496         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10497         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10498         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10499         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10500         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10501         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10502         expose while being PAUSED, out of data flow navigation events, etc..
10503
10504 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10505
10506         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10507         * gst-libs/gst/audio/audio.h:
10508           fix prototype - wondering why the test worked regardless
10509
10510 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10511
10512         * check/Makefile.am:
10513         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10514         * gst-libs/gst/audio/audio.h:
10515           add a method that returns a proper GstClockTime
10516
10517 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10518
10519         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10520         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10521         * gst-libs/gst/interfaces/xoverlay.h:
10522           Remove everything having to do with the desired size; add 
10523           gst_x_overlay_prepare_xwindow_id() function; remove the
10524           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10525           post a message on the bus instead (#321816).
10526
10527         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10528         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10529         (gst_xvimagesink_xoverlay_init):
10530           Remove desired size stuff (#321816).
10531
10532 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10533
10534         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10535         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10536         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10537           Terminate vararg functions with NULL instead of 0 to 
10538           make gcc4 happy.
10539
10540 2005-11-21  Andy Wingo  <wingo@pobox.com>
10541
10542         patch by: Sebastien Cote <sebas642@yahoo.ca>
10543         
10544         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10545         * gst-libs/gst/rtp/gstrtpbuffer.c
10546         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10547
10548 2005-11-21  Andy Wingo  <wingo@pobox.com>
10549
10550         * gst/playback/gstplaybin.c (gen_audio_element) 
10551         (gen_video_element): Use the new MISSING_PLUGIN core error
10552         category. Closes #320060.
10553
10554         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10555         * gst/videorate/gstvideorate.c (gst_videorate_event):
10556         * ext/theora/theoradec.c (theora_dec_sink_event): 
10557         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10558         stream lock.
10559
10560         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10561         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10562         stream lock changes.
10563
10564 2005-11-21  Wim Taymans  <wim@fluendo.com>
10565
10566         * gst-libs/gst/audio/gstbaseaudiosink.c:
10567         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10568         (gst_base_audio_sink_provide_clock),
10569         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10570         (gst_base_audio_sink_change_state):
10571         * gst/audioresample/gstaudioresample.c:
10572         Segment update fix.
10573
10574 2005-11-21  Andy Wingo  <wingo@pobox.com>
10575
10576         * *.h:
10577         * *.c: Ran scripts/update-macros. Oh yes.
10578
10579 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10580
10581         * sys/ximage/Makefile.am:
10582         * sys/ximage/ximage.c:
10583           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10584           remove your old libgstximage.* manually if necessary).
10585
10586 2005-11-21  Michael Smith <msmith@fluendo.com>
10587
10588         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10589           Minimal fix for bug #320200: set the min/max bitrate in the correct
10590           units. A better fix would be to upgrade to the RATEMANAGE2
10591           interface, rather than using the deprecated interface used here, but
10592           that would require an update in our libvorbis dependency (to 1.1),
10593           which is probably undesirable.
10594
10595 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10596
10597         * ext/libvisual/visual.c: (get_buffer):
10598         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10599         (gst_base_audio_src_fixate):
10600         * gst/audioconvert/gstaudioconvert.c:
10601         (gst_audio_convert_fixate_caps):
10602         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10603         * gst/audiotestsrc/gstaudiotestsrc.c:
10604         (gst_audiotestsrc_src_fixate):
10605         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10606         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10607         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10608         * gst/videotestsrc/gstvideotestsrc.c:
10609         (gst_videotestsrc_src_fixate):
10610         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10611         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10612           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10613           (#322027)
10614
10615
10616 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10617
10618         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10619         (gst_riff_create_iavs_caps):
10620         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10621         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10622         (gst_riff_parse_info):
10623         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10624         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10625         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10626           Fixes for GST_FOURCC_FORMAT API change.
10627
10628 2005-11-21  Andy Wingo  <wingo@pobox.com>
10629
10630         patch by: Alessandro Dessina <alessandro nnva org>
10631
10632         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10633         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10634         (gst_ogg_parse_chain):
10635         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10636         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10637         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10638         gst_value_list calls on arrays. Fixes #321962.
10639
10640 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10641
10642         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10643         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10644         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10645         * gst/adder/gstadder.c: (gst_adder_init),
10646         (gst_adder_request_new_pad), (gst_adder_collected),
10647         (gst_adder_change_state):
10648           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10649           API change.
10650
10651 2005-11-21  Michael Smith <msmith@fluendo.com>
10652
10653         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10654         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10655           Properly handle pad_push return values.
10656
10657 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10658
10659         * gst-libs/gst/tag/Makefile.am:
10660         * gst-libs/gst/tag/gstvorbistag.c:
10661         (gst_tag_list_to_vorbiscomment_buffer):
10662           Remove obsolete vorbistag element and debug category.
10663
10664         * gst/playback/gstplaybasebin.c: (check_queue):
10665           Don't divide by 0 when queue-threshold is 0.
10666
10667         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10668           Don't modify an existing pixel-aspect-ratio if we fail to read
10669           a new one.
10670
10671 2005-11-20  Wim Taymans  <wim@fluendo.com>
10672
10673         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10674         (gst_vorbisenc_push_packet):
10675         GST_PAD_IS_USABLE is gone, use the return value of
10676         the push or pad_alloc_buffer instead.
10677
10678 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10679
10680         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10681         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10682         (gst_ximagesink_ximage_destroy),
10683         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10684         (gst_ximagesink_xwindow_new),
10685         (gst_ximagesink_xwindow_update_geometry),
10686         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10687         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10688         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10689         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10690         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10691         (gst_ximagesink_navigation_send_event),
10692         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10693         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10694         (gst_ximagesink_finalize), (gst_ximagesink_init),
10695         (gst_ximagesink_class_init):
10696         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10697         This new version brings correct software scaling, non flickering
10698         window while resizing, pixel aspect ratio handling, usage of
10699         hardware buffer pools, out of data flow event thread for 
10700         navigation and handling of expose events even when being PAUSED,
10701         a new property to keep video aspect ratio when resizing, etc...
10702
10703 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10704
10705         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10706         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10707         handling of PAR.
10708
10709 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10710
10711         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10712         Unsetting IS_SINK flag from the fakesink, so decodebin
10713         never behaves as a sink.
10714
10715 2005-11-17  Wim Taymans  <wim@fluendo.com>
10716
10717         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10718         (gst_base_audio_src_change_state):
10719         Fix the audiosrc base class again, we did not unflush.
10720
10721 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10722
10723         * examples/seeking/seek.c: (make_dv_pipeline),
10724         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10725         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10726         to ogg/vorbis/theora pipeline.
10727
10728 2005-11-17  Wim Taymans  <wim@fluendo.com>
10729
10730         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10731         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10732         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10733         Fix EOS on multiple streams.
10734         More debugging.
10735
10736 2005-11-16  Wim Taymans  <wim@fluendo.com>
10737
10738         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10739         (gst_ogg_demux_perform_seek):
10740         Segment done must include stream time.
10741
10742         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10743         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10744         (gst_ogg_mux_change_state):
10745         Fix ogg muxer again.
10746
10747 2005-11-16  Wim Taymans  <wim@fluendo.com>
10748
10749         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10750         Fix compile again.
10751
10752 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10753
10754         * ext/libvisual/visual.c: (gst_visual_init):
10755         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10756         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10757         (gst_ogg_parse_chain):
10758         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10759         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10760         * ext/theora/theoradec.c: (gst_theora_dec_init):
10761         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10762         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10763         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10764         * gst/adder/gstadder.c: (gst_adder_class_init),
10765         (gst_adder_dispose):
10766         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10767         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10768         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10769           Fix a whole set of pad template leaks
10770
10771 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10772
10773         * check/generic/states.c: (GST_START_TEST):
10774           fix the test so that it only checks for elements that are part of
10775           this source module
10776
10777 2005-11-16  Michael Smith <msmith@fluendo.com>
10778
10779         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10780         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10781         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10782         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10783         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10784         (gst_ogg_mux_change_state):
10785           Fix leaking collectpads.
10786
10787 2005-11-16  Edward Hervey  <edward@fluendo.com>
10788
10789         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10790         (gst_videorate_event), (gst_videorate_chain):
10791         Handle segment seeks
10792
10793 2005-11-16  Wim Taymans  <wim@fluendo.com>
10794
10795         * gst-libs/gst/audio/gstbaseaudiosink.c:
10796         (gst_base_audio_sink_provide_clock),
10797         (gst_base_audio_sink_change_state):
10798         Set ringbuffer to non-flushing when going to PAUSED, set to
10799         flushing again when going to READY.
10800
10801         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10802         (gst_ring_buffer_stop):
10803         Start in flushing mode by default.
10804         Don't set flushing in the _stop method, let the app call
10805         this explicitly.
10806
10807 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10808
10809         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10810         * gst-libs/gst/video/videosink.h: Add helper function needed
10811         for video sinks.
10812
10813 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10814
10815         * gst/videoscale/gstvideoscale.c:
10816         (gst_videoscale_handle_src_event):
10817           Don't leak reference to pad parent.
10818
10819 2005-11-16  Wim Taymans  <wim@fluendo.com>
10820
10821         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10822         Set ringbuffer to flushing when stopping so that we don't
10823         block on wait_segment anymore and livelock.
10824
10825 2005-11-16  Wim Taymans  <wim@fluendo.com>
10826
10827         * examples/seeking/seek.c: (send_event), (do_seek),
10828         (loop_toggle_cb), (segment_done), (main):
10829         Added looping checkbox.
10830
10831 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10832
10833         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10834         (gst_ogg_demux_init):
10835         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10836         (gst_vorbis_dec_init):
10837           revert unrefs, they don't pass make check
10838
10839 2005-11-15  Johan Dahlin  <johan@gnome.org>
10840
10841         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10842         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10843         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10844         (gst_vorbis_dec_init):
10845         Fix pad template leaks. 
10846
10847 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10848
10849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10850           Make state change function thread safe.
10851
10852 2005-11-15  Edward Hervey  <edward@fluendo.com>
10853
10854         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10855         (gst_ogg_demux_class_init):
10856         Implement GstElement::send_event, so we can send seek events
10857         in GST_STATE_READY
10858
10859 2005-11-14  Julien MOUTTE  <julien@moutte.net>
10860
10861         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10862         Discovered how to take away flickering while resizing the
10863         window. Please don't put that in ximagesink, refactoring in
10864         progress.
10865
10866 2005-11-14  Michael Smith <msmith@fluendo.com>
10867
10868         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10869         (gst_multifdsink_render):
10870           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10871
10872 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
10873
10874         * gst/playback/gstplaybin.c: (gen_audio_element):
10875           Use autoaudiosink, it tends to be more widely available than
10876           autoaudiiosink.
10877           
10878 2005-11-14  Andy Wingo  <wingo@pobox.com>
10879
10880         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10881         as well if it is available. Fixes #316442.
10882
10883 2005-11-14  Michael Smith <msmith@fluendo.com>
10884
10885         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10886         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10887         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10888         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10889         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10890         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10891         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10892         (gst_vorbisenc_change_state):
10893           Fix a small memory leak in vorbisenc.
10894           Fix large memory leaks in oggmux, also fix lots of state change
10895           bugs in oggmux.
10896
10897 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10898
10899         * gst/videotestsrc/gstvideotestsrc.c:
10900         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10901         (gst_videotestsrc_src_fixate):
10902           move fixation to a fixate function
10903           remove negotiate function, basesrc's is good enough
10904           fixes a bug for check when using the element alone
10905
10906 2005-11-13  Edward Hervey  <edward@fluendo.com>
10907
10908         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10909         (key_toggle_cb), (main):
10910         Added checkboxes for adding/removing the accurate and key_unit seek
10911         flags.
10912
10913 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10914
10915         * configure.ac: back to HEAD
10916
10917 === release 0.9.5 ===
10918
10919 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
10920
10921         * configure.ac:
10922           releasing 0.9.5, "No No Kia"
10923
10924 2005-11-11  Edward Hervey  <edward@fluendo.com>
10925
10926         * examples/seeking/seek.c: (make_parselaunch_pipeline):
10927         Added parse-launch syntax seeking mode for the seeking example.
10928         This should help stress-test even more cases.
10929         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10930
10931 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10932
10933         * sys/xvimage/xvimagesink.c:
10934         (gst_xvimagesink_navigation_send_event):
10935           Check whether peer pad exists before sending navigation events
10936           to it.
10937
10938 2005-11-11  Michael Smith <msmith@fluendo.com>
10939
10940         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10941         (gst_vorbisenc_buffer_from_packet):
10942         * ext/vorbis/vorbisenc.h:
10943           Set duration on encoded buffers. This allows oggmux's
10944           max_page_delay parameter to actually work.
10945
10946 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10947
10948         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10949         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10950         (gst_ffmpegcsp_avpicture_fill):
10951         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10952         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10953           Make palettes work again (see #132341). Use our own macros
10954           for rounding up.
10955
10956 2005-11-10  Andy Wingo  <wingo@pobox.com>
10957
10958         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
10959         string doober.
10960
10961 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10962
10963         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10964         (gst_ffmpegcsp_transform_caps):
10965           Prefer passthrough in transform_caps
10966
10967 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10968
10969         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10970           check for ALSA errors properly, instead of relying on ALSA's
10971           error strings to serve to the user.
10972
10973 2005-11-10  Wim Taymans  <wim@fluendo.com>
10974
10975         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
10976         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
10977         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10978         Modernise the seek code.
10979
10980 2005-11-10  Michael Smith <msmith@fluendo.com>
10981         
10982         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
10983         (setup_substreams), (set_active_source):
10984           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
10985           trying to go to NULL if we failed to read a file.
10986
10987 2005-11-10  Wim Taymans  <wim@fluendo.com>
10988
10989         * gst/audiotestsrc/gstaudiotestsrc.c:
10990         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
10991         (gst_audiotestsrc_create):
10992         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10993         (gst_sinesrc_get_times), (gst_sinesrc_create):
10994         * gst/videotestsrc/gstvideotestsrc.c:
10995         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
10996         (gst_videotestsrc_create):
10997         The base class can now sync for us.
10998
10999 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11000
11001         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11002           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11003           name=source autoprobe=false autoprobe-fps=false copy-mode=1
11004           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11005           format=(fourcc)I420" ! xvimagesink
11006
11007 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11008
11009         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11010         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11011         (gst_sinesrc_newsegment):
11012           Send newsegment event in TIME format, set duration if
11013           num-buffers is set, fix duration querying.
11014
11015 2005-11-10  Michael Smith <msmith@fluendo.com>
11016
11017         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11018         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11019         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11020         (gst_ogg_mux_collected):
11021          Fix EOS handling, partially. Now forwarding an EOS event once we have
11022          EOS on all pads works correctly. However, we still don't properly set
11023          EOS on the actual ogg stream pages.
11024
11025 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11026
11027         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11028           Set elements to NULL state before disposing of them.
11029
11030 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
11031
11032         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11033
11034         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11035         (gst_base_rtp_depayload_init),
11036         (gst_base_rtp_depayload_set_gst_timestamp):
11037         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11038           We need to send a newsegment event for each instance, not
11039           just for the first instance of this class (get rid of
11040           static variable in function). (#321011).
11041           
11042 2005-11-08  Michael Smith <msmith@fluendo.com>
11043
11044         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11045         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11046         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11047         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11048           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11049           This makes us mux things correctly according to the ogg muxing
11050           rules. Still not handling EOS correctly right now, though.
11051
11052 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11053
11054         * gst/audioconvert/gstaudioconvert.c:
11055           Fix typo in docs. 
11056
11057 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11058
11059         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11060         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11061           Initialise segment_stop to GST_CLOCK_TIME_NONE when
11062           creating a new chain; should fix live streaming. Also
11063           add more debug output and fix a typo.
11064
11065 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
11066
11067         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11068
11069         * gst/volume/gstvolume.c: (volume_set_caps):
11070           Fix compilation on Solaris with Forte. (#320923)
11071
11072 2005-11-08  Wim Taymans  <wim@fluendo.com>
11073
11074         * gst-libs/gst/audio/gstbaseaudiosink.c:
11075         (gst_base_audio_sink_render):
11076         No need to do a typecheck.
11077
11078 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11079
11080         * ext/alsa/gstalsa.h:
11081           We register a debug category, so let's use it.
11082
11083 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11084
11085         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11086         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11087         Fixed a small problem.
11088
11089 2005-11-04  Wim Taymans  <wim@fluendo.com>
11090
11091         * examples/seeking/Makefile.am:
11092         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11093         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11094         (make_playerbin_pipeline), (format_value), (update_scale),
11095         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11096         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11097         (print_usage), (main):
11098         Added app for playback speed testing.
11099
11100         * examples/seeking/seek.c: (dynamic_link),
11101         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11102         (make_mpeg_pipeline), (do_seek), (set_update_scale),
11103         (message_received), (main):
11104         Updated seek example.
11105
11106 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11107
11108         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11109         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11110         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11111         (gst_base_rtp_depayload_set_clock):
11112         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11113         Don't sleep on the bench (system clock) when you have a nice 
11114         comfortable bed (Gstreamer clock) to sleep on.
11115
11116 2005-11-03  Wim Taymans  <wim@fluendo.com>
11117
11118         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11119         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11120         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11121         Handle the case where a pad_block failed.
11122
11123 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
11124
11125         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
11126
11127         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11128         (gst_base_rtp_depayload_add_to_queue),
11129         (gst_base_rtp_depayload_push),
11130         (gst_base_rtp_depayload_set_gst_timestamp),
11131         (gst_base_rtp_depayload_queue_release):
11132           Fixes some bugs in the depayloader's queuing/de-queueing code.
11133
11134 2005-10-31  Michael Smith <msmith@fluendo.com>
11135
11136         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11137         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11138         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11139           Patch from Alessandro Decina <alessandro@nnva.org>.
11140           Make oggdemux only find the final time in a chain, not per-pad,
11141           since the per-pad information can be very expensive to locate, and
11142           it isn't used anywhere. This makes reading a file containing
11143           OggSkeleton reasonably fast.
11144           Also, make chain finding work when there are logical bitstreams that
11145           can't be decoded. Fixes #319110.
11146
11147 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11148
11149         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11150         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11151         (gst_base_rtp_depayload_chain),
11152         (gst_base_rtp_depayload_add_to_queue),
11153         (gst_base_rtp_depayload_push),
11154         (gst_base_rtp_depayload_set_gst_timestamp),
11155         (gst_base_rtp_depayload_queue_release),
11156         (gst_base_rtp_depayload_start_thread),
11157         (gst_base_rtp_depayload_set_property),
11158         (gst_base_rtp_depayload_get_property):
11159         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11160         Some random fixes, to fullfill the desires of thomas.
11161
11162 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11163
11164         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11165         (gst_base_rtp_depayload_add_to_queue),
11166         (gst_base_rtp_depayload_push):
11167         Fixed the queueing algorithm.
11168
11169 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11170
11171         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11172         (gst_base_rtp_depayload_push):
11173         A small fix
11174
11175 2005-10-31  Wim Taymans  <wim@fluendo.com>
11176
11177         * gst-libs/gst/audio/gstringbuffer.h:
11178         Don't break ABI.
11179
11180         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11181         (gst_ffmpeg_caps_to_pixfmt):
11182         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11183         (gst_ffmpegcsp_set_caps):
11184         Some more comments.
11185         Handle missing required caps fields better.
11186
11187 2005-10-31  Wim Taymans  <wim@fluendo.com>
11188
11189         * gst-libs/gst/audio/gstbaseaudiosink.c:
11190         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11191         (gst_base_audio_sink_render):
11192         * gst-libs/gst/audio/gstringbuffer.c:
11193         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11194         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11195         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11196         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11197         (gst_ring_buffer_read):
11198         * gst-libs/gst/audio/gstringbuffer.h:
11199         Add flushing mode to the ringbuffer so that it in all cases does
11200         not try to handle more audio. This makes sure it does not try to
11201         block anymore when flushing and fixes a livelock.
11202
11203 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11204
11205         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11206         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11207         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11208           Explicitly check for -1 values before doing a conversion
11209           and always map them to -1. (#315545)
11210
11211 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11212
11213         * gst/playback/gstplaybin.c: (gen_video_element):
11214           first try autovideosink, then xvimagesink, then error out
11215         * po/POTFILES.in:
11216           add translatable file
11217         * po/af.po:
11218         * po/az.po:
11219         * po/cs.po:
11220         * po/en_GB.po:
11221         * po/hu.po:
11222         * po/it.po:
11223         * po/nb.po:
11224         * po/nl.po:
11225         * po/or.po:
11226         * po/sq.po:
11227         * po/sr.po:
11228         * po/sv.po:
11229         * po/uk.po:
11230         * po/vi.po:
11231           update translations
11232
11233 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11234
11235         * gst-libs/gst/rtp/gstbasedepayload.c:
11236         * gst-libs/gst/rtp/gstbasedepayload.h:
11237           Minor cleanups
11238
11239 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11240
11241         * gst/playback/.cvsignore:
11242         * gst/playback/decodetest.c:
11243         * gst/playback/test3.c:
11244           Port these two tests as well.
11245
11246 2005-10-27  Wim Taymans  <wim@fluendo.com>
11247
11248         * ext/theora/theoradec.c: (theora_dec_src_query),
11249         (theora_dec_sink_event):
11250         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11251         (theora_enc_change_state):
11252         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11253         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11254         Take proper locks when handling events.
11255
11256 2005-10-27  Wim Taymans  <wim@fluendo.com>
11257
11258         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11259         (gst_adder_change_state):
11260         Fix timestamps and fix deadlock when stopping the collectpads.
11261
11262 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11263
11264         * gst-libs/gst/rtp/gstrtpbuffer.h:
11265         Declaring the payload types as strings too so that they can be used
11266         in the padtemplate inialization.
11267
11268 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11269
11270         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11271
11272         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11273         (gst_base_rtp_depayload_class_init):
11274         Fixes a small but nasty bug. The derived elements no longer segfaults
11275         on finalization.
11276
11277 2005-10-26  Michael Smith <msmith@fluendo.com>
11278
11279         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11280           When clearing an audioconvert context, set tmpbufsize to zero, so
11281           we'll allocate it again later if required.
11282           This fixes audioconvert re-negotiating formats, which previously
11283           segfaulted with a NULL destination buffer.
11284
11285 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11286
11287         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11288         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11289         (gst_base_rtp_depayload_set_gst_timestamp),
11290         (gst_base_rtp_depayload_queue_release):
11291         Fixed a smalll memleak.
11292
11293 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11294         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11295         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11296         (gst_base_rtp_depayload_finalize),
11297         (gst_base_rtp_depayload_setcaps),
11298         (gst_base_rtp_depayload_add_to_queue),
11299         (gst_base_rtp_depayload_push),
11300         (gst_base_rtp_depayload_set_gst_timestamp),
11301         (gst_base_rtp_depayload_queue_release),
11302         (gst_base_rtp_depayload_thread),
11303         (gst_base_rtp_depayload_change_state):
11304         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11305         Changed the C++ comments to C comments
11306
11307 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11308
11309         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11310         * gst/tcp/gsttcpclientsrc.h:
11311         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11312         * gst/tcp/gsttcpserversrc.h:
11313           Remove unused 'curoffset' structure member.
11314
11315 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11316
11317         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11318         (gst_base_rtp_depayload_base_init),
11319         (gst_base_rtp_depayload_finalize):
11320         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11321         * gst-libs/gst/rtp/gstbasertppayload.h:
11322           The pad-template on the sinkpad should be set by the derived classes.
11323           Also added some useful macros.
11324
11325 2005-10-24  Wim Taymans  <wim@fluendo.com>
11326
11327         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11328         Correctly flush decoder samples even if we could not
11329         copy them to an output buffer. Fixes #319618.
11330
11331 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11332
11333         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11334         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11335         the caps against our xcontext caps.
11336
11337 2005-10-24  Wim Taymans  <wim@fluendo.com>
11338
11339         * gst-libs/gst/audio/gstbaseaudiosink.c:
11340         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11341         Remove g_print
11342         Use sync property from baseclass to disable sync.
11343
11344 2005-10-24  Wim Taymans  <wim@fluendo.com>
11345
11346         * gst-libs/gst/audio/gstbaseaudiosink.c:
11347         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11348         Buffers with no timestamps get aligned with previous buffers or
11349         on underrun, played ASAP.
11350
11351 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11352
11353         * gst-libs/gst/video/video.h:
11354         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11355         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11356         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11357         here comes my change on caps for framerate and geometry range.
11358         We are now accepting 1 to MAXINT for width and height, and from
11359         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11360         to be blended correctly in videomixer.
11361
11362 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11363
11364         * configure.ac:
11365           back to HEAD
11366
11367 === release 0.9.4 ===
11368
11369 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11370
11371         * NEWS:
11372         * RELEASE:
11373         * configure.ac:
11374           releasing 0.9.4, "Velociraptor"
11375
11376 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11377
11378         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11379         * po/POTFILES.in:
11380           STOPPED -> FAILED
11381
11382 2005-10-21  Wim Taymans  <wim@fluendo.com>
11383
11384         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11385         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11386         (pad_blocked), (close_pad_link), (new_pad):
11387         Don't try to remove elements twice.
11388
11389 2005-10-21  Wim Taymans  <wim@fluendo.com>
11390
11391         * ext/theora/theoradec.c: (theora_dec_src_query),
11392         (theora_dec_sink_event):
11393         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11394         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11395         (vorbis_handle_data_packet):
11396         * ext/vorbis/vorbisdec.h:
11397         Fix old naming.
11398
11399         * gst-libs/gst/audio/gstbaseaudiosink.c:
11400         (gst_base_audio_sink_render):
11401         Don't try to sync on buffers without a timestamp.
11402
11403 2005-10-21  Wim Taymans  <wim@fluendo.com>
11404
11405         * ext/theora/theoradec.c: (theora_dec_src_query),
11406         (theora_dec_sink_event):
11407         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11408         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11409         (vorbis_handle_data_packet):
11410         * ext/vorbis/vorbisdec.h:
11411         Fix old naming.
11412
11413 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11414
11415         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11416         (gst_vorbisenc_src_query):
11417           Implement position and duration queries.
11418
11419         * gst/playback/test3.c: (update_scale), (main):
11420           Fix for async state changes and print nicer output.
11421
11422 2005-10-20  Wim Taymans  <wim@fluendo.com>
11423
11424         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11425         (dump_element_stats), (main):
11426         * gst/playback/test6.c: (main):
11427         Fix tests again
11428
11429 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11430
11431         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11432         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11433           Don't use functions for position queries when handling
11434           duration queries.
11435
11436 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11437
11438         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11439         (vorbis_handle_data_packet), (vorbis_dec_chain),
11440         (vorbis_dec_change_state):
11441         * ext/vorbis/vorbisdec.h:
11442           Vorbis streams can be embedded in other container formats
11443           than ogg, container formats where the demuxer might set 
11444           timestamps on encoded vorbis buffers instead of those silly 
11445           granulepos thingies. In short: make vorbisdec handle 
11446           timestamps on incoming buffers as well.
11447
11448 2005-10-20  Wim Taymans  <wim@fluendo.com>
11449
11450         * gst/playback/gstplaybasebin.c: (group_destroy),
11451         (gst_play_base_bin_change_state):
11452         Fix leak.
11453         Handle case where playbasebin is now ASYNC because
11454         decodebin is.
11455
11456 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11457
11458         * gst/audioconvert/Makefile.am:
11459         * gst/audioconvert/bufferframesconvert.c:
11460         * gst/audioconvert/plugin.c: (plugin_init):
11461         * gst/audioconvert/plugin.h:
11462           And bye bye buffer-frames-convert
11463
11464 2005-10-19  Wim Taymans  <wim@fluendo.com>
11465
11466         * check/elements/audioconvert.c:
11467         * docs/libs/tmpl/gstaudio.sgml:
11468         * docs/libs/tmpl/gstcolorbalance.sgml:
11469         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11470         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11471         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11472         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11473         * gst-libs/gst/audio/audio.h:
11474         * gst/audioconvert/audioconvert.h:
11475         * gst/audioconvert/gstaudioconvert.c:
11476         (gst_audio_convert_parse_caps):
11477         * gst/volume/gstvolume.c:
11478         Bye bye buffer-frames.
11479
11480 2005-10-19  Wim Taymans  <wim@fluendo.com>
11481
11482         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11483         (query_positions_elems), (query_positions_pads), (update_scale),
11484         (do_seek), (set_update_scale), (message_received), (main):
11485         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11486         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11487         (gst_ogg_demux_loop):
11488         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11489         * ext/theora/theoradec.c: (theora_dec_src_query),
11490         (theora_dec_sink_event):
11491         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11492         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11493         * gst/adder/gstadder.c: (gst_adder_query):
11494         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11495         * gst/playback/test3.c: (update_scale):
11496         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11497         (dump_element_stats), (main):
11498         * gst/playback/test6.c: (main):
11499         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11500         Query API update.
11501
11502 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11503
11504         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11505         (xml_check_first_element), (xml_type_find), (smil_type_find),
11506         (plugin_init):
11507           Add typefinding for SMIL and for generic XML. Based on patch by
11508           Akos Maroy (#308663).
11509
11510 2005-10-18  Wim Taymans  <wim@fluendo.com>
11511
11512         * gst/playback/Makefile.am:
11513         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11514         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11515         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11516         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11517         (gst_decode_bin_change_state):
11518         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11519         (gst_play_bin_send_event_to_sink):
11520         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11521         (dump_element_stats), (main):
11522         * gst/playback/test6.c: (main):
11523         Make playbin async, it'll commit state to paused when all streams
11524         are detected.
11525         Remove ugly hack.
11526         Added test6.c to show async behaviour.
11527
11528 2005-10-18  Wim Taymans  <wim@fluendo.com>
11529
11530         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11531         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11532         Fix for segment-start/stop API change.
11533
11534 2005-10-18  Wim Taymans  <wim@fluendo.com>
11535
11536         * check/Makefile.am:
11537         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11538         (main):
11539         Add future test for clock selection.
11540
11541 2005-10-18  Wim Taymans  <wim@fluendo.com>
11542
11543         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11544         (gst_alsasink_close):
11545         Set handle to NULL.
11546
11547         * gst-libs/gst/audio/gstringbuffer.c:
11548         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11549         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11550         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11551         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11552         (gst_ring_buffer_read):
11553         More debug info.
11554
11555 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11556
11557         * gst/audiotestsrc/Makefile.am:
11558         * gst/sine/Makefile.am:
11559         * gst/volume/Makefile.am:
11560           fix broken build of controllerized plugins
11561
11562 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11563
11564         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11565
11566         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11567         (gst_riff_create_video_template_caps):
11568           Add support for Indeo-3 (IV32).
11569
11570 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11571
11572         * configure.ac:
11573           rewrite
11574
11575 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11576
11577         * gst-libs/gst/video/video.c: (gst_video_get_size):
11578         * gst/audiotestsrc/gstaudiotestsrc.c:
11579           doc updates
11580
11581 2005-10-17  Andy Wingo  <wingo@pobox.com>
11582
11583         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11584         with the collectpads change.
11585         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11586
11587         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11588
11589         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11590
11591         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11592         alloc_buffer flow return to callers.
11593         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11594         change. Fix some memleaks in theoraenc.
11595
11596         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11597         in strange circumstance.
11598
11599 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11600
11601         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11602         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11603         from caps, let's use the caps...
11604
11605 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11606
11607         * configure.ac:
11608           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11609
11610 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11611
11612         * gst-libs/gst/interfaces/Makefile.am:
11613           fix silly typo
11614
11615 2005-10-16  Andy Wingo  <wingo@pobox.com>
11616
11617         * gst/playback/gstdecodebin.c
11618         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11619         function!
11620         (try_to_link_1): Increase kraziness level.
11621
11622 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11623
11624         * configure.ac:
11625           restructure like the core one
11626         * gst-libs/gst/audio/Makefile.am:
11627         * gst-libs/gst/interfaces/Makefile.am:
11628         * gst-libs/gst/net/Makefile.am:
11629         * gst-libs/gst/riff/Makefile.am:
11630         * gst-libs/gst/rtp/Makefile.am:
11631         * gst-libs/gst/tag/Makefile.am:
11632         * gst-libs/gst/video/Makefile.am:
11633           use correct linker flags, now the libs are properly versioned
11634         * check/elements/audioconvert.c: (verify_convert):
11635         * ext/alsa/gstalsaplugin.c:
11636         * ext/cdparanoia/gstcdparanoia.c:
11637         * ext/gnomevfs/gstgnomevfs.c:
11638         * ext/libvisual/visual.c:
11639         * ext/ogg/gstogg.c:
11640         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11641         * ext/theora/theora.c:
11642         * ext/vorbis/vorbis.c:
11643         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11644         * gst-libs/gst/tag/gsttagediting.c:
11645         * gst-libs/gst/video/video.c:
11646         * gst/adder/gstadder.c:
11647         * gst/audioconvert/plugin.c:
11648         * gst/audiorate/gstaudiorate.c:
11649         * gst/audioresample/gstaudioresample.c:
11650         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11651         * gst/audioscale/gstaudioscale.c:
11652         * gst/audioscale/resample.c:
11653         * gst/audiotestsrc/gstaudiotestsrc.c:
11654         * gst/ffmpegcolorspace/gstffmpeg.c:
11655         * gst/playback/gstdecodebin.c: (close_pad_link):
11656         * gst/playback/gstplaybin.c: (gen_video_element),
11657         (gen_audio_element):
11658         * gst/sine/gstsinesrc.c:
11659         * gst/subparse/gstsubparse.c:
11660         * gst/tags/gsttagediting.c:
11661         * gst/tcp/gsttcpplugin.c:
11662         * gst/typefind/gsttypefindfunctions.c:
11663         * gst/videorate/gstvideorate.c:
11664         * gst/videoscale/gstvideoscale.c:
11665         * gst/videotestsrc/gstvideotestsrc.c:
11666         * gst/volume/gstvolume.c:
11667         * sys/v4l/gstv4l.c:
11668         * sys/ximage/ximage.c:
11669         * sys/xvimage/xvimagesink.c:
11670           fix up defines
11671
11672 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11673
11674         * ext/vorbis/vorbisenc.c:
11675         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11676         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11677         (gst_tag_to_vorbis_comments):
11678           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11679
11680 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11681
11682         * examples/stats/mp2ogg.c:
11683         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11684           typo fixes
11685
11686 2005-10-13  Michael Smith <msmith@fluendo.com>
11687
11688         * ext/ogg/gstoggmux.c:
11689           Use magic glib macros to define constants as 64 bit, to ensure
11690           appropriate vararg passing.
11691
11692 2005-10-13  Michael Smith <msmith@fluendo.com>
11693
11694         * ext/ogg/gstoggmux.c:
11695         * gst/audioconvert/audioconvert.c: (float):
11696           Don't use LL suffix, as it's not portable, and neither of these
11697           uses required it anyway.
11698
11699 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11700
11701         * examples/indexing/indexmpeg.c: (main):
11702         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11703         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11704         (cdparanoia_convert), (cdparanoia_query):
11705         * ext/cdparanoia/gstcdparanoia.h:
11706         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11707         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11708         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11709         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11710         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11711         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11712         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11713         (gst_multifdsink_render), (gst_multifdsink_start),
11714         (gst_multifdsink_stop):
11715         * gst/tcp/gstmultifdsink.h:
11716         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11717         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11718         (gst_tcpclientsink_stop):
11719         * gst/tcp/gsttcpclientsink.h:
11720         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11721         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11722         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11723         * gst/tcp/gsttcpclientsrc.h:
11724         * gst/tcp/gsttcpserversink.h:
11725         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11726         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11727         (gst_tcpserversrc_stop):
11728         * gst/tcp/gsttcpserversrc.h:
11729         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11730         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11731         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11732           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11733           moved bitshift from macro to enum definition
11734
11735 2005-10-12  Wim Taymans  <wim@fluendo.com>
11736
11737         * examples/seeking/Makefile.am:
11738         Oops.
11739
11740 2005-10-12  Wim Taymans  <wim@fluendo.com>
11741
11742         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11743         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11744         Don't assert on normal stuff.
11745
11746         * gst/playback/gstplaybin.c: (do_playbin_seek):
11747         API fix.
11748
11749 2005-10-12  Wim Taymans  <wim@fluendo.com>
11750
11751         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11752         * examples/seeking/Makefile.am:
11753         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11754         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11755         (do_seek), (set_update_scale), (message_received), (main):
11756         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11757         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11758         Update for _get_state() API change.
11759
11760 2005-10-11  Wim Taymans  <wim@fluendo.com>
11761
11762         * gst-libs/gst/audio/gstbaseaudiosink.c:
11763         (gst_base_audio_sink_render):
11764         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11765         (gst_base_audio_src_create):
11766         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11767         (gst_ring_buffer_read):
11768         Cleanups.
11769         Commit and read from ringbuffer in samples rather than bytes.
11770
11771 2005-10-11  Wim Taymans  <wim@fluendo.com>
11772
11773         * gst-libs/gst/audio/gstbaseaudiosink.c:
11774         (gst_base_audio_sink_render):
11775         Respect segment rate and accum when scheduling samples.
11776
11777 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11778
11779         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11780         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11781         EOS correctly, that needs more work.
11782
11783 2005-10-11  Wim Taymans  <wim@fluendo.com>
11784
11785         * check/generic/states.c: (GST_START_TEST):
11786         remove old property.
11787
11788         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11789         (gst_ogg_demux_perform_seek):
11790         * ext/theora/theoradec.c: (theora_dec_sink_event):
11791         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11792         (vorbis_handle_data_packet):
11793         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11794         (gst_base_rtp_depayload_set_gst_timestamp):
11795         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11796         Update for newsegment API change.
11797
11798 2005-10-11  Michael Smith <msmith@fluendo.com>
11799
11800         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11801         (do_playbin_seek), (gst_play_bin_send_event):
11802           Override send_event differently, so that we can takes bits of
11803           functionality from GstPipeline (special handling for seeks,
11804           including pausing/resuming, and resetting stream time) and still get
11805           the appropriate behaviour of only forwarding event to a single sink,
11806           rather than all of them.
11807           Unfortunately requires a lot of code duplication, but the
11808           alternatives are equally ugly in the end.
11809
11810 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11811
11812         * check/elements/audioconvert.c: (setup_audioconvert),
11813         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11814         (GST_START_TEST), (audioconvert_suite):
11815           clean up tests a little, fix some leaks.
11816
11817 2005-10-10  Wim Taymans  <wim@fluendo.com>
11818
11819         * ext/alsa/gstalsasink.c:
11820         Also allow unsigned int.
11821
11822         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11823         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11824         Small cleanup
11825
11826 2005-10-10  Wim Taymans  <wim@fluendo.com>
11827
11828         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11829         Small update, use API as stated in design docs.
11830
11831         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11832         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11833         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11834         (message_received), (main):
11835         Updated seek example for GOption. Some usability improvements.
11836
11837 2005-10-10  Wim Taymans  <wim@fluendo.com>
11838
11839         * gst/audioconvert/audioconvert.h:
11840         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11841         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11842         Alloc temp storage somewhere else where we can do it more
11843         portable.
11844
11845 2005-10-10  Wim Taymans  <wim@fluendo.com>
11846
11847         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11848         (gst_tcpserversrc_start):
11849         Don't block in accept while doing the state change, move
11850         to poll and make cancellable.
11851
11852 2005-10-09  Philippe Khalaf <burger@speedy.org>
11853
11854         * gst-libs/gst/rtp/rtpbasedepayload.c:
11855         Set timestamp and add queue delay to timestamp
11856         * gst-libs/gst/rtp/rtpbuffer.h:
11857         Set correct payload type for h263
11858
11859 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11860
11861         * gst/audiotestsrc/gstaudiotestsrc.c:
11862         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11863         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11864         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11865         (gst_audiotestsrc_create_triangle),
11866         (gst_audiotestsrc_create_silence),
11867         (gst_audiotestsrc_create_white_noise),
11868         (gst_audiotestsrc_init_pink_noise),
11869         (gst_audiotestsrc_generate_pink_noise_value),
11870         (gst_audiotestsrc_create_pink_noise),
11871         (gst_audiotestsrc_change_wave):
11872         * gst/audiotestsrc/gstaudiotestsrc.h:
11873           fixed typo, added pink noise
11874
11875 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11876
11877         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11878         (plugin_init):
11879           Add wavpack and spc typefind functions from 0.8 branch.
11880
11881 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11882
11883         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11884         (ar_type_find), (msdos_type_find), (plugin_init):
11885           Add typefind functions for tar archives, ar archives,
11886           RAR archives, and msdos-executables (dlls, exe, etc.).
11887           Some of those would be wrongly identified as mpeg
11888           streams of some sort before (#315550).
11889
11890 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11891
11892         * configure.ac:
11893         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11894         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11895         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11896         * gst/audiotestsrc/Makefile.am:
11897         * gst/audiotestsrc/gstaudiotestsrc.c:
11898         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11899         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11900         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11901         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11902         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11903         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11904         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11905         (gst_audiotestsrc_create_silence),
11906         (gst_audiotestsrc_create_white_noise),
11907         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11908         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11909         (gst_audiotestsrc_start), (plugin_init):
11910         * gst/audiotestsrc/gstaudiotestsrc.h:
11911           add new plugin and element
11912         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11913           use gobject_class
11914
11915 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11916
11917         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11918         (gst_adder_init), (gst_adder_request_new_pad),
11919         (gst_adder_change_state):
11920           Add query function to source pad, so adder reports the correct
11921           time/sample position when queried (#315457); fix state change
11922           function; use GST_DEBUG_FUNCPTR() for pad functions.
11923
11924 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11925
11926         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11927           Fix leaks in typefind registration
11928           Clean up the gratuitous commenting and whitespacing a little
11929
11930 2005-10-08  Wim Taymans  <wim@fluendo.com>
11931
11932         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11933         Only actually wait for the thread to be stopped if it's 
11934         running.
11935
11936 2005-10-08  Wim Taymans  <wim@fluendo.com>
11937
11938         * gst-libs/gst/audio/gstbaseaudiosink.c:
11939         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11940         If we receive EOS we can start playback of what we had.
11941
11942 2005-10-08  Wim Taymans  <wim@fluendo.com>
11943
11944         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11945         (gst_multifdsink_finalize), (multifdsink_hash_remove),
11946         (gst_multifdsink_stop):
11947         Fix crasher when going to NULL multiple times.
11948
11949 2005-10-06  Wim Taymans  <wim@fluendo.com>
11950
11951         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11952         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11953         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11954         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11955         patch from Edgard Lima <edgard.lima@indt.org.br>
11956         Fixed gstbaseaudiosrc adding ring buffer sync to it.
11957
11958 2005-10-06  Wim Taymans  <wim@fluendo.com>
11959
11960         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11961         Report the FLOW_RETURN as string in the error message.
11962
11963         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
11964         Don't assert when clearing an unnegotiated buffer.
11965
11966 2005-10-04  Michael Smith <msmith@fluendo.com>
11967
11968         * gst/playback/gstplaybasebin.c: (group_destroy),
11969         (gen_preroll_element), (remove_groups), (setup_source):
11970         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
11971         (setup_sinks), (gst_play_bin_send_event),
11972         (gst_play_bin_change_state):
11973           Set state to NULL before removing from bin. Fix refcounting.
11974
11975 2005-10-04  Michael Smith <msmith@fluendo.com>
11976
11977         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11978           Correct refcounting in send_event() function. Previously was wrong
11979           if the first sink was unable to handle the event.
11980
11981 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11982
11983         * configure.ac:
11984           back to development
11985
11986 === release 0.9.3 ===
11987
11988 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11989
11990         * configure.ac:
11991           Releasing 0.9.3, "De Facto"
11992
11993 2005-10-03  Andy Wingo  <wingo@pobox.com>
11994
11995         * gst/playback/gstdecodebin.c (try_to_link_1)
11996         (remove_element_chain): set element to NULL before removing it.
11997
11998 2005-10-02  Johan Dahlin  <johan@gnome.org>
11999
12000         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
12001         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12002         MT safe.
12003
12004 2005-10-02  Andy Wingo  <wingo@pobox.com>
12005
12006         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
12007         (gst_ring_buffer_prepare_read): 
12008         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12009         Demote to LOG.
12010
12011 2005-09-29  Wim Taymans  <wim@fluendo.com>
12012
12013         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12014         * ext/theora/theoradec.c: (theora_handle_data_packet):
12015         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12016         Propagate error codes from alloc_buffer too.
12017
12018 2005-09-29  Wim Taymans  <wim@fluendo.com>
12019
12020         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12021         We use fixed caps.
12022
12023         * gst/playback/Makefile.am:
12024         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12025         (dump_element_stats), (main):
12026         Added example stream introspection code.
12027
12028 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
12029
12030         * gst/adder/gstadder.c: (gst_adder_collected):
12031           fix adder for float elements
12032
12033 2005-09-28  Wim Taymans  <wim@fluendo.com>
12034
12035         * gst-libs/gst/audio/gstbaseaudiosink.c:
12036         (gst_base_audio_sink_class_init),
12037         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12038         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12039         (gst_base_audio_src_class_init),
12040         (gst_base_audio_src_provide_clock):
12041         get_clock -> provide_clock
12042
12043 2005-09-28  Andy Wingo  <wingo@pobox.com>
12044
12045         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12046         and unlocking.
12047
12048         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12049         unlocking.
12050
12051         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12052         Actually add the pad template.
12053         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12054
12055         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12056         I'm at it...
12057
12058         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12059         from fdsrc. Get caps in create() instead of start() so it can be
12060         interrupted. Interruption somewhat untested.
12061
12062         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12063         Proper EOS handling.
12064
12065 2005-09-27  Andy Wingo  <wingo@pobox.com>
12066
12067         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12068
12069         * gst/tcp/gsttcpserversrc.c: Cleaned up.
12070
12071         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12072
12073         * gst/tcp/gsttcp.h: 
12074         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12075         out of tcpclientsrc.c. Cancellable.
12076         (gst_tcp_socket_read): Made private, cancellable, with better
12077         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12078         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12079         whole buffer, and better diagnostics.
12080         (gst_tcp_gdp_read_caps): Same.
12081
12082         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12083
12084 2005-09-26  Andy Wingo  <wingo@pobox.com>
12085
12086         * gst/sine/gstsinesrc.h:
12087         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12088         change the 'sync' property to 'is-live' and implement it halfway,
12089         update for controller api change.
12090
12091         * gst/volume/gstvolume.c (volume_transform_ip): Update for
12092         controller api change.
12093
12094 2005-09-24  Wim Taymans  <wim@fluendo.com>
12095
12096         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12097         * gst-libs/gst/audio/gstaudiosink.c:
12098         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12099         (gst_audioringbuffer_stop):
12100         * gst-libs/gst/audio/gstbaseaudiosink.c:
12101         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12102         (gst_base_audio_sink_change_state):
12103         * gst-libs/gst/audio/gstbaseaudiosink.h:
12104         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12105         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12106         (gst_ring_buffer_commit), (gst_ring_buffer_read):
12107         * gst-libs/gst/audio/gstringbuffer.h:
12108         Fix sync again. Moved sample alignment to basesink.
12109
12110 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12111
12112         * docs/plugins/Makefile.am:
12113         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12114         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12115         * gst/volume/gstvolume.c:
12116           add/fix docs
12117         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12118         * gst-libs/gst/audio/audio.h:
12119           add conversion macros for frames <-> clocktime
12120
12121 2005-09-23  David Schleef  <ds@schleef.org>
12122
12123         * gst/audioresample/Makefile.am:
12124         * gst/audioresample/debug.h:
12125         * gst/audioresample/gstaudioresample.c:
12126         * gst/audioresample/resample.c: Convert to using gst debugging
12127
12128 2005-09-22  Wim Taymans  <wim@fluendo.com>
12129
12130         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12131         (gst_play_bin_send_event):
12132         Only seek on one sink, the first one that succeeds.
12133
12134 2005-09-22  Michael Smith <msmith@fluendo.com>
12135
12136         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12137         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12138         Don't flush encoder state unless we have an initialised encoder.
12139         Clear out encoder state on PAUSED_TO_READY.
12140
12141 2005-09-22  Wim Taymans  <wim@fluendo.com>
12142
12143         * gst-libs/gst/rtp/gstbasertppayload.c:
12144         (gst_basertppayload_class_init), (gst_basertppayload_init),
12145         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12146         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12147         (gst_basertppayload_is_filled), (gst_basertppayload_push),
12148         (gst_basertppayload_set_property),
12149         (gst_basertppayload_get_property),
12150         (gst_basertppayload_change_state):
12151         * gst-libs/gst/rtp/gstbasertppayload.h:
12152         Added max-ptime to control amount of data in the rtp packets.
12153
12154 2005-09-21  Andy Wingo  <wingo@pobox.com>
12155
12156         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12157         thingies.
12158
12159         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12160         can be called multiple times, dogs.
12161
12162 2005-09-21  Wim Taymans  <wim@fluendo.com>
12163
12164         * gst-libs/gst/rtp/gstbasertppayload.c:
12165         (gst_basertppayload_class_init), (gst_basertppayload_init),
12166         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12167         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12168         (gst_basertppayload_push), (gst_basertppayload_get_property),
12169         (gst_basertppayload_change_state):
12170         Allow 0 ssrc too.
12171
12172 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
12173
12174         * docs/libs/compiling.sgml:
12175           fixing typos
12176
12177 2005-09-20  Wim Taymans  <wim@fluendo.com>
12178
12179         * gst-libs/gst/rtp/gstbasertppayload.c:
12180         (gst_basertppayload_class_init), (gst_basertppayload_init),
12181         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12182         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12183         (gst_basertppayload_push), (gst_basertppayload_set_property),
12184         (gst_basertppayload_get_property),
12185         (gst_basertppayload_change_state):
12186         * gst-libs/gst/rtp/gstbasertppayload.h:
12187         Added property to configure sequence number offsets.
12188
12189 2005-09-20  Wim Taymans  <wim@fluendo.com>
12190
12191         * gst-libs/gst/rtp/gstbasertppayload.c:
12192         (gst_basertppayload_class_init), (gst_basertppayload_init),
12193         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12194         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12195         (gst_basertppayload_push), (gst_basertppayload_set_property),
12196         (gst_basertppayload_get_property),
12197         (gst_basertppayload_change_state):
12198         * gst-libs/gst/rtp/gstbasertppayload.h:
12199         Make timestamp offset configurable.
12200
12201 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12202
12203         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12204           fix wrong pop/unref
12205
12206 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12207
12208         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12209
12210         * gst-libs/gst/interfaces/propertyprobe.c:
12211         (gst_property_probe_probe_property_name),
12212         (gst_property_probe_needs_probe_name),
12213         (gst_property_probe_get_values_name),
12214         (gst_property_probe_probe_and_get_values_name):
12215           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12216           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12217
12218 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12219
12220         * check/Makefile.am:
12221           have some tests be disabled for valgrinding
12222         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12223         (GST_START_TEST):
12224         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12225           Fix A Leak.  Chain To Parent Finalize.
12226
12227 2005-09-19  Wim Taymans  <wim@fluendo.com>
12228
12229         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12230         Fixed wav pipeline.
12231
12232 2005-09-19  Wim Taymans  <wim@fluendo.com>
12233
12234         * gst-libs/gst/rtp/gstbasertppayload.c:
12235         (gst_basertppayload_class_init), (gst_basertppayload_init),
12236         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12237         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12238         (gst_basertppayload_push), (gst_basertppayload_get_property),
12239         (gst_basertppayload_change_state):
12240         Posting ERROR and WARNING messages is good.
12241
12242 2005-09-19  Wim Taymans  <wim@fluendo.com>
12243
12244         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12245         (gst_base_rtp_depayload_add_to_queue),
12246         (gst_base_rtp_depayload_push),
12247         (gst_base_rtp_depayload_set_gst_timestamp),
12248         (gst_base_rtp_depayload_queue_release):
12249         This one was not supposed to go in.
12250
12251 2005-09-19  Wim Taymans  <wim@fluendo.com>
12252
12253         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12254         Fix for bus API.
12255
12256         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12257         (gst_base_rtp_depayload_chain),
12258         (gst_base_rtp_depayload_add_to_queue),
12259         (gst_base_rtp_depayload_push),
12260         (gst_base_rtp_depayload_set_gst_timestamp),
12261         (gst_base_rtp_depayload_queue_release):
12262         Some cleanups.
12263
12264         * gst-libs/gst/rtp/gstbasertppayload.c:
12265         (gst_basertppayload_class_init), (gst_basertppayload_init),
12266         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12267         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12268         (gst_basertppayload_get_property),
12269         (gst_basertppayload_change_state):
12270         Added debugging category.
12271
12272 2005-09-18  David Schleef  <ds@schleef.org>
12273
12274         * gst/playback/gstdecodebin.c: free plugin list correctly
12275         * gst/playback/gstplaybin.c: emit warning if autovideosink
12276           and autoaudiosink can't be found (instead of segfaulting)
12277
12278 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12279
12280         * check/elements/audioconvert.c: (GST_START_TEST):
12281           try out 24 bit conversion
12282
12283 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12284
12285         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12286         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12287         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12288         * ext/vorbis/vorbisenc.h:
12289           Fix EOS handling.  Still needs a fix in the ogg muxer to
12290           mark the last page as eos.
12291
12292 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12293
12294         * common/gtk-doc-plugins.mak:
12295         * docs/plugins/Makefile.am:
12296         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12297         * gst/ffmpegcolorspace/Makefile.am:
12298         * gst/ffmpegcolorspace/avcodec.h:
12299         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12300         * gst/tcp/gstmultifdsink.c:
12301           fix up ffmpegcolorspace docs; extract header
12302
12303 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12304
12305         * common/gtk-doc-plugins.mak:
12306         * docs/plugins/Makefile.am:
12307         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12308         * ext/theora/Makefile.am:
12309         * ext/theora/gsttheoraenc.h:
12310         * ext/theora/theoraenc.c:
12311         * ext/vorbis/vorbisenc.c:
12312           pick up signals and args for vorbis; add some docs for vorbis
12313
12314 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12315
12316         * common/gstdoc-scangobj:
12317         * common/gtk-doc-plugins.mak:
12318         * docs/libs/Makefile.am:
12319         * docs/plugins/gst-plugins-base-plugins.args:
12320         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12321         * docs/plugins/gst-plugins-base-plugins.interfaces:
12322         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12323         * docs/plugins/gst-plugins-base-plugins.signals:
12324           only scanobj stuff from our source module.  Not sure yet
12325           if that's correct, given the hierarchy stuff :)
12326
12327 2005-09-15  Wim Taymans  <wim@fluendo.com>
12328
12329         * gst/audioconvert/gstaudioconvert.c:
12330         And enable 24 bits mode as well..
12331
12332 2005-09-15  Wim Taymans  <wim@fluendo.com>
12333
12334         * gst-libs/gst/rtp/Makefile.am:
12335         * gst-libs/gst/rtp/gstbasertppayload.c:
12336         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12337         (gst_basertppayload_class_init), (gst_basertppayload_init),
12338         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12339         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12340         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12341         (gst_basertppayload_set_property),
12342         (gst_basertppayload_get_property),
12343         (gst_basertppayload_change_state):
12344         * gst-libs/gst/rtp/gstbasertppayload.h:
12345         Added rtp payloader base class.
12346
12347 2005-09-15  Andy Wingo  <wingo@pobox.com>
12348
12349         * configure.ac (plugindir): Remove the EOL matcher from the
12350         regexp, as it causes me problems. Libtool? Make? Who knows?
12351
12352 2005-09-14  David Schleef  <ds@schleef.org>
12353
12354         * check/generic/states.c: 
12355         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12356         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12357           Fixes for changes in registry API.
12358
12359         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12360           to GST_PLUGIN_LDFLAGS.
12361         * ext/libvisual/visual.c: Make the library shut up.
12362         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12363         * gst-libs/gst/audio/gstaudiofilter.c: same
12364
12365 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12366
12367         * docs/plugins/Makefile.am:
12368         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12369         * docs/plugins/inspect/plugin-libvisual.xml:
12370         * docs/plugins/tmpl/element-tcpserversink.sgml:
12371         * ext/theora/theoraenc.c:
12372           add libvisual plugin and theoraenc element to docs
12373
12374 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12375
12376         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12377         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12378         * ext/theora/theoraenc.c:
12379           add theoraenc
12380
12381 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12382
12383         * gst/audioconvert/Makefile.am:
12384           Audioconvert derives from GstBaseTransform and should
12385           link to the library with our base elements to avoid
12386           unresolved symbols. Makes things work with MinGW (#316160)
12387
12388         * gst/playback/test4.c: (main):
12389           Fix MinGW build problem and use g_usleep() instead of 
12390           sleep() (#316162)
12391
12392 2005-09-12  Wim Taymans  <wim@fluendo.com>
12393
12394         * gst/audioconvert/audioconvert.c: (float),
12395         (audio_convert_prepare_context), (audio_convert_convert):
12396         * gst/audioconvert/audioconvert.h:
12397         Cleanups, speedups, simplifications, added back support
12398         for 24 bits.
12399
12400 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12401
12402         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12403         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12404         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12405         * docs/plugins/tmpl/element-tcpserversink.sgml:
12406         * gst/ffmpegcolorspace/gstffmpeg.c:
12407         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12408         * gst/videotestsrc/gstvideotestsrc.c:
12409         * gst/volume/gstvolume.c:
12410           add more elements to the docs
12411
12412 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12413
12414         * check/Makefile.am:
12415         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12416         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12417           Add extra tests for basetransform based components. 
12418           Comment out the test_element_negotiation test until we decide
12419           if it's testing correct behaviour.
12420         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12421         (gst_visual_chain), (gst_visual_change_state):
12422           Slightly more correct but still bogus timestamping.
12423           Fix state change function.
12424         * gst/audioconvert/gstaudioconvert.c:
12425         (gst_audio_convert_class_init):
12426         * gst/audioresample/gstaudioresample.c:
12427         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12428         (gst_ffmpegcsp_class_init):
12429         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12430         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12431         (gst_videoscale_prepare_image):
12432         * gst/volume/gstvolume.c: (gst_volume_class_init),
12433         (volume_transform_ip):
12434           Basetransform updates. Enable passthrough modes.
12435         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12436         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12437         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12438           Negotiation fix that allows the window to return to the original
12439           size and renegotiate passthrough upstream. Extra debug output.
12440
12441 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12442
12443         * gst/sine/gstsinesrc.c:
12444         * gst/volume/gstvolume.c:
12445           fix up header include
12446
12447 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12448
12449         * gst-libs/gst/audio/gstbaseaudiosink.c:
12450         (gst_base_audio_sink_render):
12451         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12452         * gst/volume/gstvolume.c: (gst_volume_class_init),
12453         (volume_transform):
12454           fixing lost sync, some more debugging
12455
12456 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12457
12458         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12459         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12460         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12461         (gst_xvimagesink_check_xshm_calls):
12462           Fix compilation when XShm is not available.
12463
12464 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12465
12466         * ext/libvisual/visual.c: (gst_visual_dispose),
12467         (gst_visual_getcaps), (gst_visual_src_setcaps),
12468         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12469         (gst_visual_change_state):
12470           Finish fixing up libvisual plugin so that it runs. 
12471
12472 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12473
12474         * ext/vorbis/vorbisenc.c:
12475         * gst-libs/gst/tag/gstvorbistag.c:
12476           gsttaginterface.h -> gsttagsetter.h
12477
12478 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12479
12480         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12481           added another test that failes for me (test is not active by default)
12482
12483 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12484
12485         * configure.ac:
12486           v4l2 is no longer in gst-plugins-base
12487
12488 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12489
12490         * configure.ac:
12491           In the output at the end, don't show the first plugin on the same
12492           line as "Core plug-ins, always built:".
12493           Indent the output as for other plugin categories
12494         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12495           #define that can be used to not use peer buffer_alloc functions for
12496           test purposes.
12497         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12498         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12499         (gst_ximagesink_show_frame):
12500         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12501         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12502         (gst_xvimagesink_show_frame):
12503           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12504           fails gracefully instead of XError aborting or deadlocking.
12505
12506 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12507
12508         * ext/libvisual/Makefile.am:
12509           link against gst-base-libs
12510
12511 2005-09-06  David Schleef  <ds@schleef.org>
12512
12513         * configure.ac: Enable libvisual plugin.
12514         * ext/libvisual/Makefile.am:
12515         * ext/libvisual/visual.c: Fixes to make it compile.
12516
12517 === release 0.9.2 ===
12518
12519 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12520
12521         * NEWS:
12522         * RELEASE:
12523         * configure.ac:
12524         * docs/random/ChangeLog-0.8:
12525           releasing 0.9.2, "Spoon"
12526
12527 2005-09-05  Michael Smith <msmith@fluendo.com>
12528
12529         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12530           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12531           that in the vorbisenc element.
12532
12533 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12534
12535         * common/gtk-doc-plugins.mak:
12536         * docs/plugins/Makefile.am:
12537           fix distcheck
12538         * gst/audioresample/resample.c:
12539           fix wrong docstring
12540
12541 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12542
12543         * common/gst-xmlinspect.py:
12544         * common/gtk-doc-plugins.mak:
12545           only inspect plugins for this given package
12546           require gst-python 0.9
12547
12548 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12549
12550         * Makefile.am:
12551         * autogen.sh:
12552         * common/gst-xmlinspect.py:
12553         * configure.ac:
12554         * docs/Makefile.am:
12555         * docs/plugins/inspect/plugin-alsa.xml:
12556         * docs/plugins/inspect/plugin-audioresample.xml:
12557         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12558         * docs/plugins/inspect/plugin-ogg.xml:
12559         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12560         * docs/plugins/tmpl/element-multifdsink.sgml:
12561         * docs/plugins/tmpl/element-tcpserversink.sgml:
12562         * docs/plugins/tmpl/element-vorbisenc.sgml:
12563         * gst-plugins-base.spec.in:
12564           various doc-related updates
12565
12566 2005-08-31  Wim Taymans  <wim@fluendo.com>
12567
12568         * gst-libs/gst/audio/gstbaseaudiosink.c:
12569         (gst_base_audio_sink_render):
12570         Resync if the buffer timestamps drift more than a 10th 
12571         of a second.
12572
12573 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12574
12575         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12576         (gst_v4lsrc_get_property):
12577           The 'timestamp-offset' property is registered as an int64, so
12578           let's use g_value_{set|get}_int64() in our setter and getter
12579           functions (makes it work and fixes warnings with gst-inspect).
12580
12581 2005-08-30  Wim Taymans  <wim@fluendo.com>
12582
12583         * check/elements/audioconvert.c: (setup_audioconvert):
12584         * check/elements/audioresample.c: (setup_audioresample):
12585         * check/elements/volume.c: (setup_volume):
12586         Fix checks.
12587
12588 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12589
12590         * common/gtk-doc-plugins.mak:
12591         * common/plugins.xsl:
12592         * docs/plugins/Makefile.am:
12593           make module a param
12594
12595 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12596
12597         * examples/seeking/seek.c: (make_mp3_pipeline),
12598         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12599         (play_cb), (pause_cb), (stop_cb):
12600           update the example
12601
12602 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12603
12604         * gst/volume/gstvolume.c: (gst_volume_class_init),
12605         (volume_transform):
12606           do not update controlled params, if buffer has no timestamp
12607
12608 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12609
12610         * configure.ac:
12611         * gst/sine/Makefile.am:
12612         * gst/volume/Makefile.am:
12613           controllerized elements also need to link against controller-libs ;)
12614
12615 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12616
12617         * docs/libs/tmpl/gstcolorbalance.sgml:
12618         * docs/libs/tmpl/gstgconf.sgml:
12619         * docs/libs/tmpl/gstmixer.sgml:
12620         * docs/libs/tmpl/gstringbuffer.sgml:
12621         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12622         (gst_sinesrc_create):
12623         * gst/volume/gstvolume.c: (gst_volume_class_init),
12624         (volume_transform):
12625           controllerized two audio plugins
12626
12627 2005-08-29  Andy Wingo  <wingo@pobox.com>
12628
12629         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12630         (vorbis_handle_data_packet): Fix some int overflow errors.
12631
12632         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12633         -1.
12634         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12635         valid.
12636         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12637         if it's valid. Fixed streaming-mode playback.
12638
12639         * check/elements/volume.c (cleanup_volume): Fix for running
12640         CK_FORK=no.
12641
12642         * check/elements/audioconvert.c: Convert from native endian, not
12643         little endian.
12644
12645 2005-08-29  Michael Smith <msmith@fluendo.com>
12646
12647         * ext/ogg/Makefile.am:
12648         * ext/ogg/gstogg.c: (plugin_init):
12649         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12650         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12651         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12652         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12653         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12654         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12655         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12656         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12657         Add an ogg parser element.
12658
12659 2005-08-28  Andy Wingo  <wingo@pobox.com>
12660
12661         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12662
12663 2005-08-26  Wim Taymans  <wim@fluendo.com>
12664
12665         * gst/audioconvert/audioconvert.c: (if), (float),
12666         (audio_convert_get_func_index), (check_default),
12667         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12668         (audio_convert_clean_context), (audio_convert_get_sizes),
12669         (audio_convert_convert):
12670         Cleanups.
12671
12672 2005-08-26  Wim Taymans  <wim@fluendo.com>
12673
12674         * gst/audioconvert/audioconvert.c: (if), (float),
12675         (audio_convert_get_func_index), (check_default),
12676         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12677         (audio_convert_clean_context), (audio_convert_get_sizes),
12678         (audio_convert_convert):
12679         More elegant and working temp buffer selection algo.
12680
12681 2005-08-26  Wim Taymans  <wim@fluendo.com>
12682
12683         * gst/audioconvert/audioconvert.c: (if), (float),
12684         (audio_convert_get_func_index), (check_default),
12685         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12686         (audio_convert_clean_context), (audio_convert_get_sizes),
12687         (get_temp_buffer), (audio_convert_convert):
12688         Use realloc else we lose our original data.
12689
12690 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12691
12692         * gst/audioresample/gstaudioresample.c:
12693           use base class' newsegment to properly timestamp
12694
12695 2005-08-26  Wim Taymans  <wim@fluendo.com>
12696
12697         * gst/audioconvert/audioconvert.c: (if), (float),
12698         (audio_convert_get_func_index), (check_default),
12699         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12700         (audio_convert_clean_context), (audio_convert_get_sizes),
12701         (get_temp_buffer), (audio_convert_convert):
12702         * gst/audioconvert/gstaudioconvert.c:
12703         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12704         (gst_audio_convert_transform_caps),
12705         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12706         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12707         Oops, allocate enough space to perform the channel mix.
12708
12709 2005-08-26  Wim Taymans  <wim@fluendo.com>
12710
12711         * gst/audioconvert/Makefile.am:
12712         * gst/audioconvert/audioconvert.c: (if), (float),
12713         (audio_convert_get_func_index), (check_default),
12714         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12715         (audio_convert_clean_context), (audio_convert_get_sizes),
12716         (get_temp_buffer), (audio_convert_convert):
12717         * gst/audioconvert/audioconvert.h:
12718         * gst/audioconvert/gstaudioconvert.c:
12719         (gst_audio_convert_class_init), (gst_audio_convert_init),
12720         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12721         (gst_audio_convert_get_unit_size),
12722         (gst_audio_convert_transform_caps),
12723         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12724         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12725         * gst/audioconvert/gstaudioconvert.h:
12726         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12727         (gst_channel_mix_fill_identical),
12728         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12729         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12730         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12731         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12732         (gst_channel_mix_mix):
12733         * gst/audioconvert/gstchannelmix.h:
12734         Cleanups, librarify a bit, optimize, better negotiation and more.
12735
12736 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12737
12738         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12739         Another from MikeS:
12740         During typefinding, don't support negative offsets
12741         (offsets from the end of the stream) in our typefind->peek() function
12742         - nothing embedded in ogg ever needs them. However, we need to recognise
12743         those requests and reject them, otherwise we return invalid pointers.
12744
12745 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12746
12747         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12748         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12749         (vorbisdec_finalize), (vorbis_handle_type_packet):
12750           Big shout-out to MikeS for fixing this giant memory leak.
12751           Huzzah!
12752
12753 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12754
12755         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12756         (audio_convert_get_unit_size):
12757           plug some leaks
12758
12759 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12760
12761         * check/Makefile.am:
12762         * check/elements/audioconvert.c: (setup_audioconvert),
12763         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12764         (GST_START_TEST), (audioconvert_suite), (main):
12765           add a test for audioconvert
12766         * gst/audioresample/gstaudioresample.c:
12767         * gst/audioresample/gstaudioresample.h:
12768           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12769           note that for buffers of 1/3 sec this means DURATION(c) is 
12770           one nanosecond more than for a and b
12771
12772 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12773
12774         * check/Makefile.am:
12775         * check/elements/audioresample.c: (setup_audioresample),
12776         (cleanup_audioresample), (fail_unless_perfect_stream),
12777         (test_perfect_stream_instance), (GST_START_TEST),
12778           add a check for audioresample
12779         (audioresample_suite), (main):
12780         * check/elements/volume.c: (GST_START_TEST):
12781           remove unused method
12782         * gst/audioresample/gstaudioresample.c:
12783           set correct buffer parameters since we're changing them
12784         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12785           add some debug
12786
12787 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12788
12789         * gst/audioresample/debug.c:
12790         * gst/audioresample/gstaudioresample.c:
12791           add room for extra overlap samples when asked to transform size
12792           protect against possible mem corruption and check for discrepancies
12793           between written size and outbuffer's size so we can warn for
12794           potential problems
12795         * gst/audioresample/resample.c: (resample_init),
12796         (resample_get_output_size_for_input), (resample_get_output_size),
12797         (resample_set_n_channels), (resample_set_format):
12798           set debug level based on RESAMPLE_DEBUG env var
12799           make sure that get_output_size* returns a whole number of
12800           sample_size
12801           set sample_size each time either channel or format is set
12802         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12803         * gst/audioresample/resample_functable.c:
12804         (resample_scale_functable):
12805         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12806           remove r->sample_size, it's done in resample.c now
12807           add some debugging to the ref implementation
12808           make sure we only give back bytes that are wholes of the sample
12809           size
12810
12811 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12812         * gst/playback/gstplaybasebin.c: (fill_buffer):
12813         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12814
12815 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12816
12817         * gst/volume/gstvolume.c:
12818           made set_caps function static
12819
12820 2005-08-24  Wim Taymans  <wim@fluendo.com>
12821
12822         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12823         (gst_vorbisenc_change_state):
12824         Stop leaking taglists.
12825
12826 2005-08-24  Wim Taymans  <wim@fluendo.com>
12827
12828         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12829         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12830         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12831         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12832         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12833         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12834         Parse seeking events better.
12835         Unref static caps.
12836         Generate correct newsegment events, fixes seeking in live oggs.
12837
12838         * ext/theora/theoradec.c: (theora_dec_src_query),
12839         (theora_dec_src_event), (theora_dec_src_getcaps),
12840         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12841         Use newsegment values to report correct play time.
12842
12843         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12844         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12845         * ext/vorbis/vorbisdec.h:
12846         Parse and use newsegment values to report correct play time.
12847
12848         * gst-libs/gst/audio/gstbaseaudiosink.c:
12849         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12850         Clear ringbuffer on flush.
12851         Use newsegment values to calculate playback time.
12852
12853         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12854         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12855         Basesink does newsegment calculations for us now.
12856
12857 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12858
12859         * check/Makefile.am:
12860         * configure.ac:
12861           add core's plugins to the mix so that playbin works
12862         * check/generic/states.c: (GST_START_TEST):
12863           set a 0 timeout on pipelines, so they don't force the next
12864           state change
12865         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12866         (gst_play_base_bin_change_state):
12867           remove the crappy error handling and do GST error handling
12868
12869 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12870
12871         * check/Makefile.am:
12872         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12873           add same test as to core, it bitches out on playbin atm.
12874
12875 2005-08-24  Wim Taymans  <wim@fluendo.com>
12876
12877         * configure.ac:
12878         Remove audioscale.
12879
12880 2005-08-24  Wim Taymans  <wim@fluendo.com>
12881
12882         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12883         (gst_videoscale_prepare_size), (parse_caps),
12884         (gst_videoscale_set_caps), (gst_videoscale_get_size),
12885         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12886         (gst_videoscale_transform):
12887         * gst/videoscale/gstvideoscale.h:
12888         Refactor, make use of BaseTranform really well.
12889
12890 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12891
12892         * configure.ac:
12893           compile audioresample
12894         * gst/audioresample/Makefile.am:
12895         * gst/audioresample/buffer.c:
12896         * gst/audioresample/functable.c:
12897         * gst/audioresample/gstaudioresample.c:
12898         * gst/audioresample/gstaudioresample.h:
12899         * gst/audioresample/resample.c:
12900         (resample_get_output_size_for_input):
12901         * gst/audioresample/resample.h:
12902         * gst/audioresample/resample_chunk.c:
12903         * gst/audioresample/resample_functable.c:
12904         * gst/audioresample/resample_ref.c:
12905           port to use basetransform; doesn't work in all cases yet
12906
12907 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12908
12909         * gst/audioconvert/gstaudioconvert.c:
12910         (gst_audio_convert_class_init), (gst_audio_convert_init),
12911         (audio_convert_get_unit_size), (audio_convert_transform_caps),
12912         (audio_convert_fixate_caps), (audio_convert_set_caps),
12913         (audio_convert_transform),
12914         (gst_audio_convert_buffer_to_default_format),
12915         (gst_audio_convert_buffer_from_default_format),
12916         (gst_audio_convert_channels):
12917         * gst/audioconvert/gstchannelmix.c:
12918         * gst/audioconvert/gstchannelmix.h:
12919           port to basetransform
12920         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12921         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12922         (gst_ffmpegcsp_get_unit_size):
12923         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12924         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12925           fix for basetransform changes
12926
12927 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
12928
12929         * check/Makefile.am:
12930           Add CHECK_CFLAGS and LDFLAGS
12931
12932         * gst/playback/gstplaybasebin.c: (fill_buffer):
12933           GST_MESSAGE_SRC became a GObject
12934
12935 2005-08-24  Wim Taymans  <wim@fluendo.com>
12936
12937         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12938         (gst_ring_buffer_clear_all):
12939         * gst-libs/gst/audio/gstringbuffer.h:
12940         Added function to clear the ringbuffer.
12941
12942 2005-08-24  Andy Wingo  <wingo@pobox.com>
12943
12944         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
12945         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12946         of _open and _close.
12947
12948         * sys/v4l/gstv4lxoverlay.h:
12949         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12950         an Xv connection here, instead of all the time. Make Xv only be
12951         loaded if you axe for it. Kindof a workaround for buggy behaviour
12952         of Xv when using remote xservers (XvQueryExtension would block).
12953         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12954         replace the _open and _close public API. Only start the xv
12955         connection if necessary.
12956         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12957
12958 2005-08-23  David Schleef  <ds@schleef.org>
12959
12960         * gst/audioresample/Makefile.am: Leet audioresampling code
12961         * gst/audioresample/buffer.c:
12962         * gst/audioresample/buffer.h:
12963         * gst/audioresample/debug.c:
12964         * gst/audioresample/debug.h:
12965         * gst/audioresample/functable.c:
12966         * gst/audioresample/functable.h:
12967         * gst/audioresample/gstaudioresample.c:
12968         * gst/audioresample/gstaudioresample.h:
12969         * gst/audioresample/resample.c:
12970         * gst/audioresample/resample.h:
12971         * gst/audioresample/resample_chunk.c:
12972         * gst/audioresample/resample_functable.c:
12973         * gst/audioresample/resample_ref.c:
12974
12975 2005-08-23  Wim Taymans  <wim@fluendo.com>
12976
12977         * examples/seeking/seek.c: (make_vorbis_pipeline),
12978         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
12979         Small seek updates.
12980
12981 2005-08-23  Andy Wingo  <wingo@pobox.com>
12982
12983         * gst-libs/gst/audio/gstbaseaudiosrc.c
12984         (gst_base_audio_src_fixate): Only fixate endianness if it is
12985         present in the caps.
12986
12987 2005-08-22  Andy Wingo  <wingo@pobox.com>
12988
12989         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
12990         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
12991         device-name property.
12992
12993         * gst-libs/gst/audio/gstaudiosrc.h:
12994         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
12995         close_device in the ring buffer, like gstaudiosink.
12996
12997         * ext/alsa/gstalsamixer.h:
12998         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
12999         macro to implement the interface without much code. Cleanups. 
13000
13001         * ext/alsa/gstalsasrc.h:
13002         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13003         READY.
13004
13005         * ext/alsa/Makefile.am: Add new files.
13006         * ext/alsa/gstalsamixerelement.c: 
13007         * ext/alsa/gstalsamixerelement.c: Split element code out from
13008         mixer code so that alsasrc can be a mixer too.
13009
13010 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13011
13012         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13013         (GST_START_TEST):
13014         * check/elements/vorbisdec.c: (setup_vorbisdec),
13015         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13016         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13017         (vorbis_handle_identification_packet),
13018         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13019         (vorbis_handle_header_packet), (vorbis_dec_push),
13020         (vorbis_dec_chain):
13021           use the setup/teardown methods to save code.  save code is good.
13022
13023 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13024
13025         * check/Makefile.am:
13026           add ext dir for plugins
13027           add vorbisdec test conditionally
13028         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13029         (GST_START_TEST), (volume_suite):
13030           add a test with wrong caps
13031         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13032         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13033           add a vorbisdec test
13034         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13035         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13036           clean up debug output
13037         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13038           yay, fix a segfault/security issue in vorbisdec
13039           gst-launch fakesrc ! vorbisdec wasn't happy
13040         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13041         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13042         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13043         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13044         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13045         (gst_vorbisenc_set_metadata), (get_constraints_string),
13046         (update_start_message), (gst_vorbisenc_setup),
13047         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13048         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13049         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13050         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13051         * ext/vorbis/vorbisenc.h:
13052           march in line
13053         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13054         (gst_ffmpegcsp_transform):
13055           have the kow come home
13056         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13057           debug my func ptr
13058         * gst/volume/gstvolume.c: (volume_set_caps):
13059           add a debug
13060
13061 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13062
13063         * Makefile.am:
13064         * check/.cvsignore:
13065         * check/Makefile.am:
13066         * check/elements/.cvsignore:
13067         * check/elements/volume.c: (chain_func), (event_func),
13068         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13069         (main):
13070         * configure.ac:
13071           add unit test structure for gst-plugins-base
13072           add a test for volume
13073         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13074         (gst_volume_set_volume), (gst_volume_get_volume),
13075         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13076         (volume_funcfind), (volume_process_float), (volume_process_int16),
13077         (volume_set_caps), (volume_transform), (volume_update_mute),
13078         (volume_update_volume), (volume_set_property),
13079         (volume_get_property):
13080           document a little; use basetransform vmethod _set_caps
13081
13082 2005-08-19  Andy Wingo  <wingo@pobox.com>
13083
13084         * ext/alsa/gstalsamixertrack.h:
13085         * ext/alsa/gstalsamixertrack.c:
13086         * ext/alsa/gstalsamixeroptions.h:
13087         * ext/alsa/gstalsamixeroptions.c:
13088         * ext/alsa/gstalsamixer.h:
13089         * ext/alsa/gstalsamixer.c: Port to 0.9.
13090
13091         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13092         Remove gstalsa.c and alsaclock. No more cruft here.
13093         
13094 2005-08-18  Wim Taymans  <wim@fluendo.com>
13095
13096         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13097         (gst_base_rtp_depayload_chain),
13098         (gst_base_rtp_depayload_add_to_queue),
13099         (gst_base_rtp_depayload_push),
13100         (gst_base_rtp_depayload_queue_release):
13101         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13102         Fix for RTPBuffer changes.
13103
13104         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13105         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13106         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13107         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13108         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13109         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13110         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13111         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13112         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13113         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13114         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13115         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13116         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13117         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13118         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13119         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13120         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13121         (gst_rtpbuffer_get_payload):
13122         * gst-libs/gst/rtp/gstrtpbuffer.h:
13123         Don't subclass GstBuffer but add methods and helper functions
13124         to construct and manipulate RTP packets in regular GstBuffers.
13125
13126 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
13127
13128         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13129           moved statement below switch
13130         * gst/volume/gstvolume.c: (gst_volume_class_init):
13131           added debug ptr
13132
13133 2005-08-16  Wim Taymans  <wim@fluendo.com>
13134
13135         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13136         (gst_base_audio_src_change_state):
13137         Open and close device in READY<->NULL state change.
13138
13139 2005-08-16  Andy Wingo  <wingo@pobox.com>
13140
13141         * examples/seeking/Makefile.am: Don't compile non-compiling
13142         compiled objects with the compiler.
13143
13144         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13145         elements.
13146
13147 2005-08-12  Philippe Khalaf <burger@speedy.org>
13148         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13149         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13150           Made a thread to release the queue.
13151           Removed timestamp conversion for now.
13152
13153 2005-08-10  Philippe Khalaf <burger@speedy.org>
13154         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13155         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13156           Added rtp timestamp -> gst timestamp conversion.
13157           Fixed several problems with queue.
13158
13159 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13160
13161         * gst-libs/gst/audio/gstaudioclock.h:
13162         * gst-libs/gst/audio/gstaudiofilter.h:
13163         * gst-libs/gst/audio/gstaudiosink.h:
13164         * gst-libs/gst/audio/gstaudiosrc.h:
13165         * gst-libs/gst/audio/gstbaseaudiosink.h:
13166         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13167         * gst-libs/gst/audio/gstringbuffer.h:
13168         * gst-libs/gst/net/gstnetbuffer.h:
13169         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13170         * gst-libs/gst/rtp/gstrtpbuffer.h:
13171           Add padding (you will need to rebuild gst-plugins-base,
13172           gst-plugins and all applications afterwards!)
13173
13174 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13175
13176         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13177         (gst_riff_parse_chunk):
13178           Fix bug in debug message and add some more debug messages.
13179
13180 2005-08-08  Edward Hervey  <edward@fluendo.com>
13181
13182         * gst-libs/gst/riff/riff-media.c:
13183         backported updates since branch
13184
13185 2005-08-08  Andy Wingo  <wingo@pobox.com>
13186
13187         * gst-libs/gst/audio/gstbaseaudiosink.c
13188         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13189         like good elements should. Close on READY->NULL too.
13190
13191         * gst-libs/gst/audio/gstaudiosink.c
13192         (gst_audioringbuffer_open_device,
13193         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13194         (gst_audioringbuffer_release): Updates for new ring buffer API,
13195         hook into the new audio sink api.
13196
13197         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13198         (GstAudioSinkClass.close): Just open and close the device -- no
13199         resource allocation or configuration.
13200         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13201         vmethods, handle device setup and resource allocation.
13202
13203         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13204         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13205         base class API.
13206
13207         * gst-libs/gst/audio/gstringbuffer.h
13208         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13209         New vmethods.
13210
13211         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13212         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13213         New API functions. The device should be opened before acquiring
13214         and closed after releasing.
13215
13216 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13217
13218         * gst-libs/gst/interfaces/mixer.h:
13219           Reset padding to GST_PADDING.
13220
13221 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13222
13223         * gst/playback/gstplaybin.c: (remove_sinks):
13224           Remove visualization from parent explicitely; works around some
13225           apparent refcount issue that I haven't tracked down yet.
13226
13227 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13228
13229         * ext/alsa/gstalsasink.c: (set_hwparams):
13230           Assign debug category, add negotiation debug msgs.
13231
13232 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13233
13234         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13235           Fix error code for file-not-found to NOT_FOUND.
13236
13237 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13238
13239         * common/gtk-doc-plugins.mak:
13240         * docs/plugins/Makefile.am:
13241         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13242         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13243           renamed to actual element names, so much nicer to look at
13244         * docs/plugins/tmpl/gstmultifdsink.sgml:
13245           remove
13246         * docs/plugins/tmpl/multifdsink.sgml:
13247         * docs/plugins/tmpl/tcpserversink.sgml:
13248           add
13249         * ext/alsa/gstalsa.c:
13250         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13251         * ext/ogg/gstoggmux.c:
13252         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13253         * gst/playback/gstdecodebin.c:
13254         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13255         * gst/tcp/gsttcpserversink.c:
13256           various fixes and documentation additions
13257
13258 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13259
13260         * common/Makefile.am:
13261         * common/gstdoc-scangobj:
13262         * common/gtk-doc-plugins.mak:
13263         * common/gtk-doc.mak:
13264           add a custom scangobj that uses the registry
13265           add a custom gtk-doc-plugins.mak that uses it
13266           some doc build fixes
13267         * configure.ac:
13268         * docs/Makefile.am:
13269         * docs/plugins/Makefile.am:
13270         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13271         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13272         * docs/plugins/gst-plugins-base-plugins.types:
13273         * docs/plugins/tmpl/gstmultifdsink.sgml:
13274           add docs for one element, multifdsink
13275         * gst/adder/gstadder.h:
13276         * gst/volume/gstvolume.h:
13277           don't privatize enum
13278         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13279         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13280         (gst_sync_method_get_type), (gst_client_status_get_type),
13281         (gst_multifdsink_class_init),
13282         (gst_multifdsink_client_queue_buffer),
13283         (gst_multifdsink_handle_client_write):
13284         * gst/tcp/gstmultifdsink.h:
13285         * gst/tcp/gsttcp.h:
13286         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13287         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13288         (gst_tcpclientsink_render):
13289         * gst/tcp/gsttcpclientsink.h:
13290         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13291         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13292         (gst_tcpclientsrc_start):
13293         * gst/tcp/gsttcpclientsrc.h:
13294         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13295         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13296         * gst/tcp/gsttcpserversrc.h:
13297         * gst/typefind/gsttypefindfunctions.c:
13298           remove superfluous Type stuff
13299
13300 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13301
13302         * gst/playback/gstplaybin.c: (gen_video_element):
13303           Enable videoscale.
13304
13305 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13306
13307         * gst-libs/gst/gconf/gconf.c:
13308         * gst-libs/gst/gconf/gconf.h:
13309           Fix some Andy Problem [tm].
13310
13311 2005-08-04  Andy Wingo  <wingo@pobox.com>
13312
13313         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13314         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13315         (gst_ffmpegcsp_get_size): Adapt to API changes.
13316
13317         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13318         Implement an in-place do-nothing transform.
13319
13320 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13321
13322         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13323         (gst_ximagesink_renegotiate_size):
13324           Do not set new window sizes yet if we prepare a new buffer size
13325           for upstream renegotiation (software scaling) at some point in the
13326           future, because this new size waqs not actually accepted yet. Once
13327           accepted, renegotiation later on will set the new sizes just fine.
13328           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13329           embedding testcase.
13330
13331 2005-08-03  Andy Wingo  <wingo@pobox.com>
13332
13333         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13334         (gst_ximagesink_buffer_alloc): 
13335         Protect the height, width, and desired_caps with the pool_lock.
13336         Fixes videotestsrc ! queue ! ximagesink.
13337
13338 2005-08-02  Edward Hervey  <edward@fluendo.com>
13339
13340         * gst/volume/gstvolume.c:
13341         include left from controller cleanup
13342
13343 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13344         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13345           Stop collectpads before calling the parent state
13346           change function on PAUSED->READY.
13347
13348 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13349         * configure.ac:
13350           When testing for X libs, use the X CFlags 
13351         * gst/adder/gstadder.c: (gst_adder_change_state):
13352           Stop the collectpads before calling parent state change function
13353           on PAUSED->READY, otherwise we deadlock deactivating pads.
13354
13355 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13356
13357         * configure.ac:
13358         * docs/libs/tmpl/gstcolorbalance.sgml:
13359         * docs/libs/tmpl/gstmixer.sgml:
13360         * examples/Makefile.am:
13361         * gst/sine/Makefile.am:
13362         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13363         (gst_sinesrc_set_property), (plugin_init):
13364         * gst/sine/gstsinesrc.h:
13365         * gst/volume/Makefile.am:
13366         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13367         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13368         (volume_process_float), (volume_process_int16),
13369         (volume_set_property), (plugin_init):
13370         * gst/volume/gstvolume.h:
13371           deactivate and remove dparams (libgstcontrol)
13372
13373 2005-07-29  Wim Taymans  <wim@fluendo.com>
13374
13375         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13376         Convert me to BaseTransform!! help..
13377
13378 2005-07-29  Andy Wingo  <wingo@pobox.com>
13379
13380         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13381         sinks.
13382
13383         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13384         support of both endiannesses.
13385
13386 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13387
13388         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13389           Fix confusing debug message (s/event/query/)
13390
13391 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13392
13393         * gst/videotestsrc/videotestsrc.h:
13394           Use "_stdint.h" instead of <stdint.h>
13395
13396 2005-07-27  Wim Taymans  <wim@fluendo.com>
13397
13398         * ext/vorbis/Makefile.am:
13399         Revert wrong commit.
13400
13401 2005-07-27  Wim Taymans  <wim@fluendo.com>
13402
13403         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13404         More compilation fixen.
13405
13406 2005-07-27  Wim Taymans  <wim@fluendo.com>
13407
13408         * gst-libs/gst/audio/gstbaseaudiosink.c:
13409         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13410         (gst_base_audio_sink_create_ringbuffer),
13411         (gst_base_audio_sink_change_state):
13412         Fix compilation.
13413
13414 2005-07-27  Wim Taymans  <wim@fluendo.com>
13415
13416         * examples/seeking/seek.c: (setup_dynamic_link),
13417         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13418         (query_positions_elems), (query_positions_pads), (do_seek):
13419         Update seek example.
13420
13421         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13422         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13423         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13424         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13425         (gst_ogg_demux_handle_event),
13426         (gst_ogg_demux_deactivate_current_chain),
13427         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13428         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13429         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13430         (gst_ogg_demux_loop):
13431         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13432         * ext/theora/theoradec.c: (theora_dec_src_event),
13433         (theora_dec_src_getcaps), (theora_dec_sink_event),
13434         (theora_dec_push), (theora_dec_chain):
13435         * ext/vorbis/Makefile.am:
13436         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13437         (vorbis_dec_sink_event), (vorbis_dec_push),
13438         (vorbis_handle_data_packet):
13439         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13440         (gst_vorbisenc_chain):
13441         * gst/playback/gststreaminfo.c: (cb_probe):
13442         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13443         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13444         * gst/videoscale/gstvideoscale.c:
13445         (gst_videoscale_handle_src_event):
13446         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13447         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13448         (gst_ximagesink_navigation_send_event):
13449         * sys/xvimage/xvimagesink.c:
13450         (gst_xvimagesink_navigation_send_event):
13451         Various event updates and cleanups
13452
13453 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13454
13455         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13456           Fix segfault for I420/YV12.
13457
13458 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13459
13460         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13461           Report bitrate.
13462
13463 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13464
13465         * gst/playback/gstplaybin.c: (gen_video_element),
13466         (gen_audio_element):
13467           Switch to auto*sink elements as default sinks; add volume element
13468           so that volume control in totem works.
13469
13470 2005-07-21  Wim Taymans  <wim@fluendo.com>
13471
13472         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13473         * gst/playback/gstplaybin.c: (setup_sinks),
13474         (gst_play_bin_change_state):
13475         Refcount fix and more comments.
13476
13477 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13478
13479         * sys/ximage/Makefile.am:
13480         * sys/ximage/ximage.c: (plugin_init):
13481         * sys/ximage/ximagesink.c:
13482         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13483         
13484
13485 2005-07-21  Wim Taymans  <wim@fluendo.com>
13486
13487         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13488         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13489         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13490         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13491         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13492         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13493         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13494         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13495         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13496         Generate correct disconts for live chained oggs.
13497
13498         * gst-libs/gst/audio/gstbaseaudiosink.c:
13499         (gst_base_audio_sink_render),
13500         (gst_base_audio_sink_create_ringbuffer),
13501         (gst_base_audio_sink_change_state):
13502         Handle discont math correctly.
13503
13504         * gst/playback/gstplaybin.c: (add_sink):
13505         Some small debug cleanup.
13506
13507 2005-07-21  Wim Taymans  <wim@fluendo.com>
13508
13509         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13510         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13511         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13512         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13513         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13514         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13515         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13516         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13517         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13518         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13519         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13520         (gst_ogg_demux_change_state), (gst_ogg_print):
13521         Reorganize code to send the right disconts when in streaming
13522         mode.
13523
13524 2005-07-20  Andy Wingo  <wingo@pobox.com>
13525
13526         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13527         fix (?), fixes a seggie mcfalterson (#310894).
13528
13529 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13530
13531         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13532         (gst_ogg_mux_set_header_on_caps):
13533         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13534         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13535         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13536         * gst-libs/gst/audio/multichannel.c:
13537         (gst_audio_set_channel_positions),
13538         (gst_audio_set_structure_channel_positions_list):
13539         * gst/playback/gstdecodebin.c: (dynamic_create):
13540         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13541         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13542           Fixes for API changes in core.
13543
13544 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13545
13546         * gst/playback/gstplaybasebin.c: (fill_buffer):
13547           Use _new_custom() so we can set custom message types for buffering
13548           messages.
13549
13550 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13551
13552         * configure.ac:
13553         * gst-libs/gst/Makefile.am:
13554         * gst-libs/gst/gconf/.cvsignore:
13555         * gst-libs/gst/gconf/Makefile.am:
13556         * gst-libs/gst/gconf/test-gconf.c:
13557         * pkgconfig/Makefile.am:
13558         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13559         * pkgconfig/gstreamer-gconf.pc.in:
13560           Remove gconf stuff, use gconf elements instead from now on.
13561
13562 2005-07-20  Wim Taymans  <wim@fluendo.com>
13563
13564         * gst-libs/gst/audio/TODO:
13565         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13566         (gst_audio_clock_get_internal_time):
13567         * gst-libs/gst/audio/gstaudioclock.h:
13568         * gst-libs/gst/audio/gstbaseaudiosink.c:
13569         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13570         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13571         (gst_base_audio_sink_render),
13572         (gst_base_audio_sink_create_ringbuffer),
13573         (gst_base_audio_sink_change_state):
13574         Make sure the audio clock always returns an increasing value.
13575
13576 2005-07-19  Andy Wingo  <wingo@pobox.com>
13577
13578         * gst/videotestsrc/: Cleanups.
13579
13580 2005-07-19  Wim Taymans  <wim@fluendo.com>
13581
13582         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13583         Better debugging.
13584
13585 2005-07-19  Wim Taymans  <wim@fluendo.com>
13586
13587         * examples/seeking/seek.c: (make_dv_pipeline),
13588         (make_vorbis_theora_pipeline), (query_rates),
13589         (query_positions_elems), (query_positions_pads), (do_seek):
13590         Make correct DV pipeline.
13591
13592 2005-07-18  Andy Wingo  <wingo@pobox.com>
13593
13594         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13595         default. Also because it's the only thing that really works. (This
13596         is used in the GConf elements).
13597         Use AS_LIBTOOL_TAGS.
13598
13599 2005-07-18  Wim Taymans  <wim@fluendo.com>
13600
13601         * gst/playback/gstdecodebin.c: (remove_element_chain):
13602         * gst/playback/gstplaybin.c: (add_sink):
13603         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13604         (gst_stream_info_set_mute):
13605         * gst/playback/gststreamselector.c:
13606         (gst_stream_selector_get_linked_pad),
13607         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13608         More leak and compile fixes.
13609
13610 2005-07-18  Wim Taymans  <wim@fluendo.com>
13611
13612         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13613         (query_rates), (query_positions_elems), (query_positions_pads),
13614         (do_seek), (seek_cb), (stop_seek):
13615         Updated seek example. 
13616
13617         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13618         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13619         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13620         * gst/playback/gstplaybin.c: (add_sink):
13621         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13622         (gst_stream_info_set_mute):
13623         Some refcount leak fixes.
13624
13625 2005-07-16  Wim Taymans  <wim@fluendo.com>
13626
13627         * gst-libs/gst/audio/gstbaseaudiosink.c:
13628         (gst_base_audio_sink_render):
13629         Align samples even if we have roundoff errors in the 
13630         timestamp conversion.
13631
13632 2005-07-16  Wim Taymans  <wim@fluendo.com>
13633
13634         * docs/libs/tmpl/gstringbuffer.sgml:
13635         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13636         (query_rates), (query_positions_elems), (query_positions_pads),
13637         (update_scale), (do_seek):
13638         Updated seek example.
13639
13640         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13641         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13642         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13643         (gst_ogg_demux_loop):
13644         Push out correct discont values.
13645
13646         * ext/theora/theoradec.c: (theora_dec_src_convert),
13647         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13648         (theora_dec_sink_event), (theora_handle_type_packet),
13649         (theora_handle_header_packet), (theora_dec_push),
13650         (theora_handle_data_packet), (theora_dec_chain),
13651         (theora_dec_change_state):
13652         Better timestamping.
13653
13654         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13655         (vorbis_dec_sink_event), (vorbis_dec_push),
13656         (vorbis_handle_data_packet), (vorbis_dec_chain):
13657         * ext/vorbis/vorbisdec.h:
13658         Better timestamping.
13659
13660         * gst-libs/gst/audio/gstbaseaudiosink.c:
13661         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13662         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13663         Handle syncing on timestamps instead of sample offsets. Make
13664         use of DISCONT values as described in design docs.
13665
13666         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13667         (gst_base_audio_src_get_time):
13668         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13669         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13670         (gst_ring_buffer_read):
13671         * gst-libs/gst/audio/gstringbuffer.h:
13672         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13673         (gst_ximagesink_show_frame):
13674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13675         Correcly convert buffer timestamp to stream time.
13676
13677 2005-07-16  Wim Taymans  <wim@fluendo.com>
13678
13679         * gst/audioconvert/gstaudioconvert.c:
13680         (gst_audio_convert_get_buffer):
13681         Timestamp buffers correctly.
13682
13683         * gst/playback/gstplaybin.c: (gen_video_element):
13684         Make internal fakesink silent.
13685
13686 2005-07-15  Wim Taymans  <wim@fluendo.com>
13687
13688         * gst/ffmpegcolorspace/Makefile.am:
13689         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13690         (gst_ffmpegcsp_caps_remove_format_info),
13691         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13692         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13693         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13694         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13695         Ported ffmpegcolorspace to basetransform.
13696
13697         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13698         * gst/volume/gstvolume.c: (volume_transform):
13699         Ported to new API.
13700
13701 2005-07-14  Wim Taymans  <wim@fluendo.com>
13702
13703         * gst/videotestsrc/Makefile.am:
13704         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13705         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13706         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13707         (gst_videotestsrc_init), (gst_videotestsrc_event),
13708         (gst_videotestsrc_create), (gst_videotestsrc_start),
13709         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13710         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13711         (gst_videotestsrc_get_property):
13712         * gst/videotestsrc/gstvideotestsrc.h:
13713         Make videotestsrc a pushsrc.
13714
13715 2005-07-14  Wim Taymans  <wim@fluendo.com>
13716
13717         * gst/tcp/gstfdset.c: (gst_fdset_free):
13718         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13719         (gst_multifdsink_add), (gst_multifdsink_remove),
13720         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13721         (gst_multifdsink_remove_client_link),
13722         (gst_multifdsink_client_queue_data),
13723         (gst_multifdsink_client_queue_caps),
13724         (gst_multifdsink_client_queue_buffer),
13725         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13726         (gst_multifdsink_stop):
13727         * gst/tcp/gstmultifdsink.h:
13728         0.8 backporting.
13729
13730         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13731         Also draw image when not from a pool.
13732
13733 2005-07-14  Wim Taymans  <wim@fluendo.com>
13734
13735         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13736         (mute_stream), (silence_stream):
13737         Small debug additions.
13738
13739 2005-07-14  Wim Taymans  <wim@fluendo.com>
13740
13741         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13742         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13743         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13744         Better error recovery, ignore unconnected pads and
13745         non-fatal errors.
13746
13747 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13748
13749         * docs/libs/tmpl/gstaudio.sgml:
13750         * docs/libs/tmpl/gstcolorbalance.sgml:
13751         * docs/libs/tmpl/gstgconf.sgml:
13752         * docs/libs/tmpl/gstmixer.sgml:
13753         * docs/libs/tmpl/gstringbuffer.sgml:
13754         * docs/libs/tmpl/gsttuner.sgml:
13755         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13756         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13757         (gst_tcpclientsrc_class_init):
13758         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13759         (gst_tcpserversrc_class_init):
13760         * sys/v4l/gstv4lelement.c:
13761           more autistic cleanliness in functions/names/defines
13762
13763 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13764
13765         * configure.ac:
13766           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13767           added manually to each Makefile.am so we are sure it goes
13768           *last* and doesn't add -L flags before linking in libs of our
13769           own, like, say, internal .la libs, that then accidentally pick
13770           up the installed copy.
13771         * docs/libs/Makefile.am:
13772         * ext/alsa/Makefile.am:
13773         * ext/cdparanoia/Makefile.am:
13774         * ext/gnomevfs/Makefile.am:
13775         * ext/libvisual/Makefile.am:
13776         * ext/ogg/Makefile.am:
13777         * ext/theora/Makefile.am:
13778         * ext/vorbis/Makefile.am:
13779         * gst-libs/gst/video/Makefile.am:
13780         * gst/adder/Makefile.am:
13781         * gst/audioconvert/Makefile.am:
13782         * gst/audiorate/Makefile.am:
13783         * gst/audioscale/Makefile.am:
13784         * gst/ffmpegcolorspace/Makefile.am:
13785         * gst/playback/Makefile.am:
13786         * gst/sine/Makefile.am:
13787         * gst/subparse/Makefile.am:
13788         * gst/tags/Makefile.am:
13789         * gst/tcp/Makefile.am:
13790         * gst/typefind/Makefile.am:
13791         * gst/videorate/Makefile.am:
13792         * gst/videoscale/Makefile.am:
13793         * gst/videotestsrc/Makefile.am:
13794         * gst/volume/Makefile.am:
13795         * sys/v4l/Makefile.am:
13796         * sys/ximage/Makefile.am:
13797         * sys/xvimage/Makefile.am:
13798           adapt properly to this change. This should make sure that
13799           plugins and libs properly link to the as-yet-uninstalled
13800           copies of stuff like libgstinterfaces and libgstvideo
13801
13802 2005-07-13  Andy Wingo  <wingo@pobox.com>
13803
13804         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13805         (gst_v4lsrc_fixate): Fixate on format as well.
13806
13807         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13808         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13809         buffer points to it.
13810         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13811         rather just doing X calls ourselves. Also fixes a memleak.
13812
13813 2005-07-12  Andy Wingo  <wingo@pobox.com>
13814
13815         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13816         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13817         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13818         TRUE to avoid deadlocks if an element holds on to our buffers.
13819
13820 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13821
13822         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13823         (gst_sinesrc_init), (gst_sinesrc_create),
13824         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13825         (gst_sinesrc_start):
13826         * gst/sine/gstsinesrc.h:
13827           removing num-buffers property before moving it
13828
13829 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13830
13831         * configure.ac:
13832           use overridable ERROR_CFLAGS
13833         * docs/libs/gst-plugins-base-libs.types:
13834         * docs/libs/tmpl/gstringbuffer.sgml:
13835         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13836         (gst_alsasink_class_init):
13837         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13838         (gst_alsasrc_class_init):
13839         * gst-libs/gst/audio/audio.h:
13840         * gst-libs/gst/audio/gstaudioclock.h:
13841         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13842         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13843         (gst_audio_filter_link), (gst_audio_filter_init),
13844         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13845         (gst_audio_filter_get_property),
13846         (gst_audio_filter_class_add_pad_templates):
13847         * gst-libs/gst/audio/gstaudiofilter.h:
13848         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13849         (gst_audio_filter_template_get_type),
13850         (gst_audio_filter_template_base_init),
13851         (gst_audio_filter_template_class_init),
13852         (gst_audio_filter_template_init),
13853         (gst_audio_filter_template_set_property),
13854         (gst_audio_filter_template_get_property), (plugin_init),
13855         (gst_audio_filter_template_setup),
13856         (gst_audio_filter_template_filter),
13857         (gst_audio_filter_template_filter_inplace):
13858         * gst-libs/gst/audio/gstaudiosink.c:
13859         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13860         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13861         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13862         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13863         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13864         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13865         * gst-libs/gst/audio/gstaudiosink.h:
13866         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13867         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13868         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13869         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13870         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13871         (gst_audio_src_class_init), (gst_audio_src_init),
13872         (gst_audio_src_create_ringbuffer):
13873         * gst-libs/gst/audio/gstaudiosrc.h:
13874         * gst-libs/gst/audio/gstbaseaudiosink.c:
13875         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13876         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13877         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13878         (gst_base_audio_sink_set_property),
13879         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13880         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13881         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13882         (gst_base_audio_sink_create_ringbuffer),
13883         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13884         * gst-libs/gst/audio/gstbaseaudiosink.h:
13885         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13886         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13887         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13888         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13889         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13890         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13891         (gst_base_audio_src_event), (gst_base_audio_src_create),
13892         (gst_base_audio_src_create_ringbuffer),
13893         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13894         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13895         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13896         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13897         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13898         (gst_ring_buffer_debug_spec_caps),
13899         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13900         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13901         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13902         (gst_ring_buffer_start), (gst_ring_buffer_pause),
13903         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13904         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13905         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13906         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13907         (gst_ring_buffer_clear):
13908         * gst-libs/gst/audio/gstringbuffer.h:
13909         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13910         (gst_video_sink_class_init), (gst_video_sink_get_type):
13911         * gst-libs/gst/video/videosink.h:
13912         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13913         (gst_multifdsink_class_init),
13914         (gst_multifdsink_handle_client_write),
13915         (gst_multifdsink_change_state):
13916         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13917         (gst_tcpclientsink_setcaps):
13918         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13919         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13920         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13921         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13922         (gst_ximagesink_send_pending_navigation),
13923         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13924         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13925         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13926         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13927         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13928         (gst_xvimagesink_send_pending_navigation),
13929         (gst_xvimagesink_navigation_send_event),
13930         (gst_xvimagesink_set_xwindow_id),
13931         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13932         (gst_xvimagesink_get_type):
13933         more macro splitting
13934
13935 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13936
13937         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13938           plug a memleak, allows me to import 1479 albums in one go
13939           in jamboree
13940         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13941         (vorbis_handle_type_packet), (vorbis_dec_chain),
13942         (vorbis_dec_change_state):
13943           fix some format strings
13944
13945 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13946
13947         * docs/libs/tmpl/gstcolorbalance.sgml:
13948         * docs/libs/tmpl/gstmixer.sgml:
13949         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13950         (gst_alsasink_set_property), (gst_alsasink_get_property):
13951         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13952         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13953           add device property
13954
13955 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13956
13957         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13958         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13959         (audiocast_register_listener), (audiocast_thread_run),
13960         (gst_gnomevfssrc_send_additional_headers_callback),
13961         (gst_gnomevfssrc_received_headers_callback),
13962         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
13963         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
13964         (gst_gnomevfssrc_get_size):
13965           add/clean up debugging
13966         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13967           cleanups
13968
13969 2005-07-07  Andy Wingo  <wingo@pobox.com>
13970
13971         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
13972         framerate. Need to get a handle on when exactly this function is
13973         called, tho.
13974
13975         * sys/v4l/v4lsrc_calls.h:
13976         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
13977         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
13978         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
13979
13980         * sys/v4l/v4l_calls.h: Cast to V4lElement.
13981         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
13982         v4lelements are sources.
13983
13984         * sys/v4l/gstv4lxoverlay.h:
13985         * sys/v4l/gstv4lxoverlay.c:
13986         * sys/v4l/gstv4ltuner.h:
13987         * sys/v4l/gstv4ltuner.c: Header loc fixen.
13988         
13989         * sys/v4l/gstv4lsrc.h:
13990         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
13991         PushSrc/BaseSrc. Removed most sync-related properties, videorate
13992         or something should handle that. Made a live source.
13993
13994         * sys/v4l/gstv4lelement.h:
13995         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
13996         signals. Some cleanups.
13997
13998         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
13999
14000         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14001         stuff.
14002
14003         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14004         stuff.
14005
14006         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14007
14008 2005-07-07  Wim Taymans  <wim@fluendo.com>
14009
14010         * ext/theora/theoradec.c: (theora_get_query_types),
14011         (theora_dec_src_getcaps), (theora_dec_push):
14012         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14013         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14014         Remove deprecated/unused query types.
14015
14016 2005-07-06  Wim Taymans  <wim@fluendo.com>
14017
14018         * ext/alsa/Makefile.am:
14019         * ext/alsa/gstalsaplugin.c: (plugin_init):
14020         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14021         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14022         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14023         (gst_alsasrc_class_init), (gst_alsasrc_init),
14024         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14025         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14026         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14027         (gst_alsasrc_reset):
14028         * ext/alsa/gstalsasrc.h:
14029         * gst-libs/gst/audio/Makefile.am:
14030         * gst-libs/gst/audio/gstaudiosink.c:
14031         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14032         (gst_audioringbuffer_start):
14033         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14034         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14035         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14036         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14037         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14038         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14039         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14040         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14041         * gst-libs/gst/audio/gstaudiosrc.h:
14042         * gst-libs/gst/audio/gstbaseaudiosink.c:
14043         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14044         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14045         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14046         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14047         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14048         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14049         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14050         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14051         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14052         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14053         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14054         (gst_baseaudiosrc_change_state):
14055         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14056         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14057         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14058         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14059         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14060         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14061         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14062         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14063         * gst-libs/gst/audio/gstringbuffer.h:
14064         Added audiosource base classes.
14065         Ported alsasrc, still very basic.
14066
14067 2005-07-06  Wim Taymans  <wim@fluendo.com>
14068
14069         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14070         (theora_dec_push), (theora_handle_data_packet):
14071         Prepare for better timestamp fix later.
14072
14073         * gst/audioconvert/gstaudioconvert.c:
14074         List most accurate caps first
14075
14076         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14077         Use proper pad task function.
14078
14079         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14080         (gst_xvimagesink_show_frame):
14081         Fix deadlock when alloc failed.
14082
14083 2005-07-05  Andy Wingo  <wingo@pobox.com>
14084
14085         * ext/gnomevfs/gstgnomevfssrc.c:
14086         * gst/sine/gstsinesrc.c:
14087         * gst/tcp/gsttcpserversrc.c:
14088         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14089
14090         * sys/v4l/: Port from 0.8.
14091
14092         * Many files: Null if we got it....
14093
14094 2005-07-05  Andy Wingo  <wingo@pobox.com>
14095
14096         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
14097         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14098         Signedness fixes.
14099
14100 2005-07-05  Wim Taymans  <wim@fluendo.com>
14101
14102         * configure.ac:
14103         * gst/tcp/Makefile.am:
14104         * gst/tcp/README:
14105         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14106         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14107         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14108         (is_sync_frame), (gst_multifdsink_handle_client_write),
14109         (gst_multifdsink_render), (gst_multifdsink_start),
14110         (gst_multifdsink_stop), (gst_multifdsink_change_state):
14111         * gst/tcp/gstmultifdsink.h:
14112         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14113         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14114         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14115         * gst/tcp/gsttcp.h:
14116         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14117         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14118         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14119         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14120         * gst/tcp/gsttcpclientsink.h:
14121         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14122         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14123         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14124         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14125         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14126         * gst/tcp/gsttcpclientsrc.h:
14127         * gst/tcp/gsttcpplugin.c: (plugin_init):
14128         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14129         * gst/tcp/gsttcpserversink.h:
14130         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14131         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14132         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14133         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14134         (gst_tcpserversrc_stop):
14135         * gst/tcp/gsttcpserversrc.h:
14136         * gst/tcp/gsttcpsink.c:
14137         * gst/tcp/gsttcpsink.h:
14138         * gst/tcp/gsttcpsrc.c:
14139         * gst/tcp/gsttcpsrc.h:
14140         Ported tcp plugins to 0.9. 
14141         
14142
14143 2005-07-05  Andy Wingo  <wingo@pobox.com>
14144
14145         * gst/playback/gstplaybasebin.c (fill_buffer):
14146         message_new_application fixen.
14147
14148         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14149         Style fix.
14150
14151 2005-07-04  Wim Taymans  <wim@fluendo.com>
14152
14153         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14154         Set caps on output buffer.
14155
14156 2005-07-04  Andy Wingo  <wingo@pobox.com>
14157
14158         * ext/gnomevfs/gstgnomevfssrc.c
14159         (gst_gnomevfssrc_received_headers_callback) 
14160         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14161         hopefully.
14162
14163         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14164         No refcount leakage.
14165
14166         * configure.ac: Enable -Werror.
14167         
14168         * ext/theora/theoradec.c (theora_dec_src_getcaps):
14169         * gst/audioconvert/bufferframesconvert.c
14170         (buffer_frames_convert_fixate):
14171         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14172         (gst_audio_convert_fixate):
14173         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14174         (gst_sinesrc_create): Fixate func changes.
14175         
14176         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14177         (gst_ximagesink_buffer_alloc): Unused var.
14178
14179 2005-07-01  Andy Wingo  <wingo@pobox.com>
14180
14181         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14182         getcaps to do explicit caps. Needs to be done in all decoders,
14183         possibly via a base class.
14184
14185         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14186
14187         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14188         caps on the sink pad, just rely on the pad template. Also, setting
14189         ANY caps on a pad is not valid because the caps are not fixed.
14190
14191         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14192         caps on the buffer, and get the width from the desired_caps if
14193         they're set.
14194         (gst_ximagesink_renegotiate_size): Implement via setting the
14195         desired_caps on the ximagesink.
14196         (gst_ximagesink_setcaps): Only reset the width of the player if it
14197         wasn't already set. Not sure if this is right.
14198         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14199
14200         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14201         that the user wants. NULL unless the window has been resized.
14202
14203         * gst/volume/gstvolume.c (volume_transform): Adapt to
14204         basetransform refcount changes.
14205         
14206 2005-07-01  Andy Wingo  <wingo@pobox.com>
14207
14208         * gst/videoscale/gstvideoscale.c:
14209         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14210         from BaseTransform, implements a transform_caps. Removed dead code
14211         including some PAR stuff that was never reached -- should probably
14212         be added back somehow.
14213
14214 2005-07-01  Andy Wingo  <wingo@pobox.com>
14215
14216         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14217         come later.
14218
14219 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14220
14221         * configure.ac:
14222         * docs/libs/Makefile.am:
14223         * docs/libs/gst-plugins-libs.types:
14224         * ext/alsa/Makefile.am:
14225         * ext/alsa/gstalsamixer.h:
14226         * ext/alsa/gstalsamixeroptions.h:
14227         * ext/alsa/gstalsamixertrack.h:
14228         * gst-libs/gst/Makefile.am:
14229         * gst-libs/gst/colorbalance/.cvsignore:
14230         * gst-libs/gst/colorbalance/Makefile.am:
14231         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14232         * gst-libs/gst/colorbalance/colorbalance.c:
14233         * gst-libs/gst/colorbalance/colorbalance.h:
14234         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14235         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14236         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14237         * gst-libs/gst/interfaces/Makefile.am:
14238         * gst-libs/gst/interfaces/colorbalance.c:
14239         (gst_color_balance_class_init):
14240         * gst-libs/gst/interfaces/colorbalance.h:
14241         * gst-libs/gst/interfaces/interfaces-marshal.list:
14242         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14243         * gst-libs/gst/interfaces/mixer.h:
14244         * gst-libs/gst/interfaces/mixeroptions.h:
14245         * gst-libs/gst/interfaces/navigation.c:
14246         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14247         * gst-libs/gst/interfaces/tuner.h:
14248         * gst/volume/Makefile.am:
14249         * gst/volume/gstvolume.c:
14250         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14251         * sys/ximage/Makefile.am:
14252         * sys/ximage/ximagesink.c:
14253         * sys/xvimage/Makefile.am:
14254         * sys/xvimage/xvimagesink.c:
14255           fold in all interfaces into an interfaces dir, preserving CVS
14256           history
14257
14258 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14259
14260         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14261           Fix build after riff changes.
14262
14263 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14264
14265         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14266         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14267         (gst_riff_create_video_template_caps),
14268         (gst_riff_create_audio_template_caps),
14269         (gst_riff_create_iavs_template_caps):
14270         * gst-libs/gst/riff/riff-media.h:
14271         * gst-libs/gst/riff/riff-read.h:
14272         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14273           Add gst_riff_init() to initialize the debug category, instead
14274           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14275
14276 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14277
14278         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14279           Oops, I shouldn't apply hacks.
14280
14281 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14282
14283         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14284           Remove pad_loop function which doesn't work.
14285
14286 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14287
14288         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14289           Send EOS when deactivating.
14290         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14291         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14292         (gen_preroll_element), (probe_triggered), (mute_stream),
14293         (silence_stream), (new_decoded_pad), (setup_substreams),
14294         (set_active_source):
14295         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14296         (remove_sinks), (add_sink):
14297         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14298           Change for new probe API.
14299
14300 2005-06-29  Wim Taymans  <wim@fluendo.com>
14301
14302         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14303         * gst-libs/gst/audio/gstbaseaudiosink.c:
14304         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14305         (gst_baseaudiosink_change_state):
14306         * gst-libs/gst/audio/gstbaseaudiosink.h:
14307         * gst-libs/gst/audio/gstringbuffer.c:
14308         (gst_ringbuffer_set_callback):
14309         Fix compilation error.
14310         Ringbuffer starts out as not running.
14311         Free our clock in dispose.
14312         When releasing the ringbuffer we need to renegotiate so
14313         clear the pad caps.
14314
14315 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14316
14317         * autogen.sh:
14318         * configure.ac:
14319         * docs/Makefile.am:
14320         * docs/libs/Makefile.am:
14321         * docs/libs/gst-plugins-libs-docs.sgml:
14322         * docs/libs/gst-plugins-libs-sections.txt:
14323         * docs/libs/gst-plugins-libs.types:
14324         * docs/libs/tmpl/gstaudio.sgml:
14325         * docs/libs/tmpl/gstcolorbalance.sgml:
14326         * docs/libs/tmpl/gstringbuffer.sgml:
14327         * gst-libs/gst/audio/gstringbuffer.c:
14328         (gst_ringbuffer_set_callback):
14329           reinstate gtk-doc docs for plugin libs
14330
14331 2005-06-28  Wim Taymans  <wim@fluendo.com>
14332
14333         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14334         (gst_ogg_demux_init):
14335         Removed pad loop function.
14336
14337 2005-06-28  Wim Taymans  <wim@fluendo.com>
14338
14339         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14340         If we're building a chain we are not in an error case
14341         when we queue a buffer.
14342
14343 2005-06-28  Andy Wingo  <wingo@pobox.com>
14344
14345         * *.c: Don't cast to GstObject before reffing/unreffing.
14346
14347 2005-06-27  Andy Wingo  <wingo@pobox.com>
14348
14349         * gst/videotestsrc/gstvideotestsrc.c
14350         (gst_videotestsrc_activate_push): Activation API changes.
14351
14352         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14353         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14354         they have refs on the decodebin.
14355
14356         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14357         parent class.
14358         (gst_ogg_pad_typefind): Don't leak a pad ref.
14359         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14360         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14361         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14362
14363 2005-06-27  Edward Hervey  <edward@fluendo.com>
14364
14365         * ext/theora/theoradec.c: (theora_dec_change_state): 
14366         re-arranged call to parent's state change in order to avoid locks (or
14367         worse).
14368
14369 2005-06-26  Edward Hervey  <edward@fluendo.com>
14370
14371         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14372         2nd argument of 'unknow-type' signal is a GstCaps and not a
14373         GstMiniObject
14374
14375 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14376         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14377           Set the worker thread's running flag to TRUE before starting the
14378           thread.
14379         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14380           Catch a failure to add typefind to the bin.
14381
14382 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14383
14384         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14385         (gst_sinesrc_init), (gst_sinesrc_create),
14386         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14387         (gst_sinesrc_start):
14388         * gst/sine/gstsinesrc.h:
14389           add num-buffers and timestamp-offset properties
14390         * gst/videotestsrc/gstvideotestsrc.c:
14391         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14392         (gst_videotestsrc_get_property):
14393           add timestamp-offset property
14394
14395 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14396
14397         * configure.ac: add videorate
14398         * gst-plugins-base.spec.in: add videorate
14399
14400 2005-06-23  Wim Taymans  <wim@fluendo.com>
14401
14402         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14403         (gst_videorate_getcaps), (gst_videorate_setcaps),
14404         (gst_videorate_event), (gst_videorate_chain):
14405         Fixed videorate, fixating an already fixated caps is not
14406         an error.
14407
14408 2005-06-23  Wim Taymans  <wim@fluendo.com>
14409
14410         * ext/ogg/README:
14411         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14412         Buffer on caps is not boxed anymore.
14413
14414 2005-06-22  Wim Taymans  <wim@fluendo.com>
14415
14416         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14417         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14418         Set buffers on caps as miniobjects and not as boxed.
14419
14420 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14421
14422         * configure.ac:
14423           back to HEAD
14424
14425 === release 0.9.1 ===
14426
14427 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14428
14429         * .cvsignore:
14430         * NEWS:
14431         * README:
14432         * RELEASE:
14433         * configure.ac:
14434         * po/af.po:
14435         * po/az.po:
14436         * po/cs.po:
14437         * po/en_GB.po:
14438         * po/hu.po:
14439         * po/it.po:
14440         * po/nb.po:
14441         * po/nl.po:
14442         * po/or.po:
14443         * po/sq.po:
14444         * po/sr.po:
14445         * po/sv.po:
14446         * po/uk.po:
14447         * po/vi.po:
14448           updates for release
14449
14450 2005-06-09  Andy Wingo  <wingo@pobox.com>
14451
14452         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14453         
14454 2005-06-09  Andy Wingo  <wingo@pobox.com>
14455
14456         * configure.ac:
14457         * gst-libs/gst/Makefile.am:
14458         * gst-libs/gst/net/Makefile.am:
14459         Add gstnet to build.
14460
14461 2005-06-09  Andy Wingo  <wingo@pobox.com>
14462
14463         * gst-libs/gst/gconf/gconf.c:
14464         * gst/playback/test.c:
14465         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14466         fixes.
14467
14468         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14469
14470         * ext/theora/theoraenc.c (theora_enc_chain): 
14471         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14472
14473         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14474         RealPad.
14475
14476 2005-06-02  Wim Taymans  <wim@fluendo.com>
14477
14478         * gst-libs/gst/net/Makefile.am:
14479         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14480         * pkgconfig/gstreamer-libs.pc.in:
14481         Added net stuff, version net lib.
14482
14483 2005-06-02  Wim Taymans  <wim@fluendo.com>
14484
14485         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14486         (query_rates), (query_positions_elems), (query_positions_pads),
14487         (do_seek):
14488         Updated seek example.
14489
14490 2005-06-02  Andy Wingo  <wingo@pobox.com>
14491
14492         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14493         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14494         list.
14495
14496         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14497         remove the typefind, the bin dispose will do it for us. When it's
14498         removed and unreffed, the signal handler will be disconnected,
14499         too.
14500         (unlinked): It's too difficult to disconnect from unlinked
14501         handlers, as they are on pads not elements. Just punt if the pads
14502         aren't grandkids of the bin.
14503
14504 2005-06-02  Wim Taymans  <wim@fluendo.com>
14505
14506         * ext/ogg/README:
14507         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14508         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14509         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14510         * ext/theora/theoradec.c: (theora_dec_src_query),
14511         (theora_handle_data_packet):
14512         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14513         (theora_enc_chain):
14514         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14515         (vorbis_handle_data_packet):
14516         * gst/audioconvert/bufferframesconvert.c:
14517         (buffer_frames_convert_chain):
14518         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14519         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14520         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14521         (gst_ffmpegcsp_chain):
14522         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14523         (gst_videorate_getcaps), (gst_videorate_setcaps),
14524         (gst_videorate_event), (gst_videorate_chain):
14525         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14526         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14527         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14528         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14529         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14530         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14531         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14532         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14533         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14534         Cleanups and buffer alloc.
14535
14536 2005-05-31  Wim Taymans  <wim@fluendo.com>
14537
14538         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14539         Don't try to call the delay method when the device is not
14540         opened.
14541
14542 2005-05-31  Wim Taymans  <wim@fluendo.com>
14543
14544         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14545         Get actual segment size and buffer size after opening
14546         the device.
14547
14548 2005-05-30  Wim Taymans  <wim@fluendo.com>
14549
14550         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14551         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14552         Also FLUSH upstream, makes the loop function exit faster.
14553         
14554         * ext/theora/theoradec.c: (theora_dec_src_query):
14555         Some more debug info in the query.
14556         
14557         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14558         (gst_ximagesink_setcaps):
14559         Release lock on par error, better error reporting.
14560
14561 2005-05-26  Wim Taymans  <wim@fluendo.com>
14562
14563         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14564         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14565         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14566         Clear chains in READY
14567         Queue packets until the chain is activated.
14568
14569 2005-05-25  Wim Taymans  <wim@fluendo.com>
14570
14571         * gst-libs/gst/audio/gstaudiosink.c:
14572         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14573         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14574         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14575         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14576         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14577         (gst_audiosink_create_ringbuffer):
14578         * gst-libs/gst/audio/gstbaseaudiosink.c:
14579         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14580         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14581         (gst_baseaudiosink_set_property), (build_linear_format),
14582         (debug_spec_caps), (debug_spec_buffer),
14583         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14584         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14585         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14586         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14587         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14588         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14589         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14590         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14591         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14592         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14593         (wait_segment), (gst_ringbuffer_commit),
14594         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14595         (gst_ringbuffer_clear):
14596         Various small cleanups.
14597
14598         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14599         (gst_audio_convert_change_state):
14600         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14601         No need to take the locks anymore.
14602
14603 2005-05-25  Wim Taymans  <wim@fluendo.com>
14604
14605         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14606         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14607         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14608         (type_found):
14609         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14610         (group_destroy), (group_commit), (queue_overrun),
14611         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14612         (mute_stream), (new_decoded_pad), (setup_substreams),
14613         (setup_source), (mute_group_type), (set_active_source),
14614         (gst_play_base_bin_change_state):
14615         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14616         (gen_video_element), (gen_text_element), (gen_audio_element),
14617         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14618         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14619         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14620         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14621         Some playbin cleanups mostly refcounting sloppyness.
14622
14623 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14624
14625         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14626           Work with streaming input.
14627
14628 2005-05-25  Wim Taymans  <wim@fluendo.com>
14629
14630         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14631         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14632         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14633         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14634         No need to take the STREAM lock anymore.
14635
14636 2005-05-25  Wim Taymans  <wim@fluendo.com>
14637
14638         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14639         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14640         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14641         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14642         (gst_ogg_demux_sink_activate):
14643         * ext/theora/theoradec.c: (theora_dec_src_event),
14644         (theora_handle_comment_packet), (theora_dec_chain),
14645         (theora_dec_change_state):
14646         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14647         (vorbis_handle_data_packet), (vorbis_dec_chain),
14648         (vorbis_dec_change_state):
14649         Remove STREAM locks as they are taken in core now.
14650         Never set bogus granulepos on vorbis/theora.
14651         Fix leaks in theoradec tag parsing.
14652
14653 2005-05-25  Wim Taymans  <wim@fluendo.com>
14654
14655         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14656         Fix memleaks, GST_BUFFER_DATA() is not freed.
14657
14658 2005-05-25  Wim Taymans  <wim@fluendo.com>
14659
14660         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14661         Open non-blocking, set to blocking mode afterwards to avoid
14662         lockups when audio device is busy.
14663
14664 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14665
14666         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14667           This can't be good.
14668
14669 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14670
14671         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14672         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14673         (gst_audio_convert_setcaps):
14674           Implement instant setup switching.
14675
14676 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14677
14678         * gst/playback/gstplaybasebin.c: (probe_triggered):
14679           Fix missing unlock.
14680         * gst/playback/gstplaybin.c: (add_sink):
14681           First add, then link (otherwise pad link fails).
14682
14683 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14684
14685         * examples/Makefile.am:
14686         fix buildbot (make distcheck)
14687
14688 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14689
14690         * gst/playback/gstplaybin.c: (gen_vis_element):
14691           Remove some wrong code. Doesn't work yet.
14692
14693 2005-05-19  Wim Taymans  <wim@fluendo.com>
14694
14695         * gst-libs/gst/net/Makefile.am:
14696         * gst-libs/gst/net/README:
14697         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14698         (gst_netbuffer_class_init), (gst_netbuffer_init),
14699         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14700         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14701         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14702         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14703         * gst-libs/gst/net/gstnetbuffer.h:
14704         Added buffer subclass to store extra to/from addresses for
14705         network sources/sinks.
14706
14707 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14708
14709         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14710           Don't lock an unassigned variable.
14711
14712 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14713
14714         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14715           Increase buffer for video, decrease buffer for other media types.
14716         * gst/playback/gstplaybin.c: (gen_video_element),
14717         (gen_audio_element):
14718           Change names for debugging purposes.
14719
14720 2005-05-18  Wim Taymans  <wim@fluendo.com>
14721
14722         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14723         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14724         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14725         (gst_ffmpegcsp_chain):
14726         Enable buffer alloc passthrough if the source and dest
14727         formats are the same.
14728
14729 2005-05-17  Wim Taymans  <wim@fluendo.com>
14730
14731         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14732         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14733         (gst_ogg_demux_chain_unlocked):
14734         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14735         (gst_audio_convert_caps_remove_format_info),
14736         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14737         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14738         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14739         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14740         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14741         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14742         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14743         (gst_ffmpegcsp_get_property):
14744         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14745         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14746         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14747         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14748         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14749         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14750         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14751         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14752         Leak fixes in oggdemux.
14753         Some cleanups in audioconvert.
14754         Make passthrough work along with buffer_alloc etc.
14755         Make buffer_alloc and buffer recycling actually work in
14756         xvimagesink.
14757
14758 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14759
14760         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14761           make the compiler happy
14762
14763 2005-05-17  Wim Taymans  <wim@fluendo.com>
14764
14765         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14766         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14767         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14768         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14769         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14770         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14771         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14772         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14773         (gst_xvimagesink_set_xwindow_id):
14774         * sys/xvimage/xvimagesink.h:
14775         Port xvimagesink to new MiniObject.
14776
14777 2005-05-17  Wim Taymans  <wim@fluendo.com>
14778
14779         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14780         (gst_audiofilter_chain):
14781         * gst-libs/gst/audio/gstaudiosink.c:
14782         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14783         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14784         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14785         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14786         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14787         (gst_audiosink_create_ringbuffer):
14788         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14789         (gst_audio_convert_caps_remove_format_info),
14790         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14791         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14792         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14793         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14794         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14795         Fix passthrough in ffmpegcolorspace.
14796         Fix memset in audiosink on wrong memory.
14797
14798 2005-05-16  David Schleef  <ds@schleef.org>
14799
14800         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14801         to GstMiniObject.
14802
14803 2005-05-16  David Schleef  <ds@schleef.org>
14804
14805         Port from GstData to GstMiniObject.
14806         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14807         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14808         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14809         (gst_ogg_mux_collected):
14810         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14811         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14812         (theora_handle_data_packet):
14813         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14814         (theora_set_header_on_caps), (theora_enc_chain):
14815         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14816         (vorbis_handle_comment_packet):
14817         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14818         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14819         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14820         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14821         * gst/audioconvert/gstaudioconvert.c:
14822         (gst_audio_convert_get_buffer):
14823         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14824         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14825         (mute_stream), (silence_stream):
14826         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14827         * gst/volume/gstvolume.c: (volume_transform):
14828         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14829         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14830         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14831         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14832         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14833         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14834         (gst_ximagesink_buffer_alloc):
14835         * sys/ximage/ximagesink.h:
14836
14837 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14838
14839         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14840         (fill_buffer), (check_queue), (queue_threshold_reached),
14841         (queue_out_of_data):
14842         * gst/playback/gstplaybasebin.h:
14843           Post buffer-fullness on the bus.
14844
14845 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14846
14847         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14848         (try_to_link_1):
14849         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14850         (group_commit), (probe_triggered), (setup_source),
14851         (gst_play_base_bin_change_state):
14852         * gst/playback/gstplaybasebin.h:
14853         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14854         (gst_play_bin_init), (remove_sinks), (setup_sinks),
14855         (gst_play_bin_change_state):
14856           Move setup_output_pads into a virtual function, remove
14857           group-switch (no longer needed) and redirect (handled by bus
14858           now) signals.
14859
14860 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14861
14862         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14863         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14864         (get_active_group), (get_building_group), (group_destroy),
14865         (group_commit), (check_queue), (queue_overrun),
14866         (queue_threshold_reached), (queue_out_of_data),
14867         (gen_preroll_element), (remove_groups), (unknown_type),
14868         (add_element_stream), (no_more_pads), (probe_triggered),
14869         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14870         (setup_substreams), (setup_source), (finish_source),
14871         (prepare_output), (muted_group_change_state),
14872         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14873         (gst_play_base_bin_change_state):
14874         * gst/playback/gstplaybasebin.h:
14875         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14876         (gst_play_bin_init), (gst_play_bin_set_property),
14877         (gen_video_element), (gen_text_element), (gen_audio_element),
14878         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14879         (gst_play_bin_change_state):
14880         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14881         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14882         (stream_info_change_state), (gst_stream_info_set_mute),
14883         (gst_stream_info_get_property):
14884         * gst/playback/gststreaminfo.h:
14885         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14886         (gst_stream_selector_get_linked_pad),
14887         (gst_stream_selector_getcaps),
14888         (gst_stream_selector_get_linked_pads),
14889         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14890         * gst/playback/gststreamselector.h:
14891           Rough port of playbin. Needs some more work, but is mostly done,
14892           and uses a few locks in important places, which should make stuff
14893           like chain-switches clean. Still uses GST_STATE() in a few places,
14894           which isn't all that good an idea, subtitles/elements disabled
14895           because no elements to test with and thus probably broken, query
14896           and event handling moved to GstBin, internal thread removed
14897           alltogether because the pipeline does that for us now. Can play
14898           Ogg/Vorbis files. Haven't tested anything else yet.
14899
14900 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14901
14902         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14903           Do no-more-pads (needed for autoplugging).
14904
14905 2005-05-10  Andy Wingo  <wingo@pobox.com>
14906
14907         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14908         message to the bus with the tags. Still not sent downstream tho.
14909
14910         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14911         get_parent.
14912         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14913         avoid refcounting hassles.
14914
14915 2005-05-09  Andy Wingo  <wingo@pobox.com>
14916
14917         * gst/volume/Makefile.am:
14918         * gst/volume/demo.c
14919         * gst/volume/gstvolume.h
14920         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14921         basetransform. Probably need an audio filter base class.
14922
14923 2005-05-09  Wim Taymans  <wim@fluendo.com>
14924
14925         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14926         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14927         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14928         (gst_vorbisenc_chain):
14929         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14930         (gst_audio_convert_caps_remove_format_info),
14931         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14932         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14933         Make caps writable before writing to it.
14934         Fix negotiation in audioconvert some more.
14935
14936 2005-05-09  Wim Taymans  <wim@fluendo.com>
14937
14938         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14939         (gst_videorate_getcaps), (gst_videorate_setcaps),
14940         (gst_videorate_event), (gst_videorate_chain):
14941         Better negotiation.
14942
14943 2005-05-09  Wim Taymans  <wim@fluendo.com>
14944
14945         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14946         (gst_videorate_getcaps), (gst_videorate_setcaps),
14947         (gst_videorate_blank_data), (gst_videorate_init),
14948         (gst_videorate_event), (gst_videorate_chain),
14949         (gst_videorate_change_state):
14950         Port videorate, do a better job at negotiation while we're at
14951         it.
14952
14953 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
14954
14955         * configure.ac:
14956           Disable libvisual
14957
14958         * examples/Makefile.am:
14959         * gst-libs/gst/audio/Makefile.am:
14960         * gst-libs/gst/riff/Makefile.am:
14961         * gst-libs/gst/tag/Makefile.am:
14962         * gst-libs/gst/video/Makefile.am:
14963           Fixups for missing variables.
14964
14965 2005-05-09  Wim Taymans  <wim@fluendo.com>
14966
14967         * examples/seeking/seek.c: (make_theora_pipeline),
14968         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
14969         (query_rates), (query_positions_elems), (query_positions_pads),
14970         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
14971         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14972         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
14973         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
14974         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14975         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
14976         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14977         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14978         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14979         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14980         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14981         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14982         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14983         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
14984         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14985         (theora_dec_src_convert), (theora_dec_sink_convert),
14986         (theora_dec_src_query), (theora_dec_sink_query),
14987         (theora_dec_src_event), (theora_dec_sink_event),
14988         (theora_handle_comment_packet), (theora_handle_type_packet),
14989         (theora_handle_header_packet), (theora_handle_data_packet),
14990         (theora_dec_chain):
14991         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14992         (vorbis_dec_convert), (vorbis_dec_src_query),
14993         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14994         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14995         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14996         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14997         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
14998         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
14999         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15000         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15001         (gst_play_bin_query):
15002         * gst/playback/test3.c: (update_scale):
15003         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15004         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15005         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15006         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15007         (gst_videotestsrc_src_query):
15008         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15009         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15010         (paint_hline_YUV9):
15011         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15012         Port to new query API.
15013         Updated seek.
15014         Cleanups in x[v]imagesink
15015
15016 2005-05-09  Andy Wingo  <wingo@pobox.com>
15017
15018         * ext/alsa/gstalsasink.h:
15019         * ext/gnomevfs/gstgnomevfssrc.c:
15020         (gst_gnomevfssrc_get_icy_metadata):
15021         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15022         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15023         * ext/theora/theoradec.c (theora_dec_src_query)
15024         (theora_dec_src_event, theora_dec_sink_event)
15025         (theora_handle_comment_packet, theora_handle_data_packet):
15026         * ext/theora/theoraenc.c (theora_enc_chain):
15027         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15028         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15029         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15030         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15031         (qt_type_find):
15032         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15033         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15034         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15035         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15036         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15037         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15038         (paint_setup_xBGR8888, paint_setup_RGBx8888)
15039         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15040         (paint_setup_RGB565, paint_setup_xRGB1555):
15041         * gst/videotestsrc/videotestsrc.h:
15042         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15043         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15044         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15045         GCC4 fixes.
15046         
15047         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15048         gst_pad_query_position. Fixes oggdemux.
15049
15050 2005-05-08  David Schleef  <ds@schleef.org>
15051
15052         * configure.ac: Require liboil.
15053         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15054         a few more.
15055         * gst/videotestsrc/videotestsrc.c:
15056         * gst/videotestsrc/videotestsrc.h:
15057
15058 2005-05-06  Wim Taymans  <wim@fluendo.com>
15059
15060         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15061         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15062         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15063         Well, unreffing a buffer right before pushing it is asking
15064         for trouble..
15065
15066 2005-05-06  Christian Schaller  <uraeus@gnome.org>
15067
15068         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15069
15070 2005-05-06  Wim Taymans  <wim@fluendo.com>
15071
15072         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15073         (gst_audio_convert_caps_remove_format_info),
15074         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15075         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15076         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15077         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15078         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15079         * gst/sine/Makefile.am:
15080         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15081         (gst_sinesrc_class_init), (gst_sinesrc_init),
15082         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15083         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15084         (gst_sinesrc_update_freq):
15085         * gst/sine/gstsinesrc.h:
15086         * gst/tcp/gstmultifdsink.c:
15087         * sys/xvimage/xvimagesink.c:
15088         Fixed negotiation wrt _peer_get_caps()
15089         Some cleanups.
15090
15091
15092 2005-05-06  Wim Taymans  <wim@fluendo.com>
15093
15094         * gst-libs/gst/audio/gstaudiosink.c:
15095         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15096         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15097         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15098         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15099         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15100         (gst_audiosink_create_ringbuffer):
15101         * gst-libs/gst/audio/gstbaseaudiosink.c:
15102         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15103         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15104         (gst_baseaudiosink_set_property), (build_linear_format),
15105         (debug_spec_caps), (debug_spec_buffer),
15106         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15107         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15108         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15109         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15110         * gst-libs/gst/audio/gstbaseaudiosink.h:
15111         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15112         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15113         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15114         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15115         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15116         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15117         (wait_segment), (gst_ringbuffer_commit),
15118         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15119         (gst_ringbuffer_clear):
15120         * gst-libs/gst/audio/gstringbuffer.h:
15121         Make the base audiosink return an error when there is no
15122         audiobuffer negotiated.
15123
15124 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15125
15126         * ext/Makefile.am:
15127         Disable cdparanoia until someone ports it!
15128
15129 2005-05-06  Wim Taymans  <wim@fluendo.com>
15130
15131         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15132         (gst_ogg_demux_sink_activate):
15133         And revert after wingo's revert.. sigh..
15134
15135 2005-05-05  Andy Wingo  <wingo@pobox.com>
15136
15137         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15138         GObject.
15139         * configure.ac: Return audiorate and subparse from the ghetto.
15140         Re-enable -Wall -Werror.
15141         * gst/subparse/gstsubparse.c:
15142         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15143         or chain-based. Cleaned up a bit. Not tested.
15144         
15145 2005-05-05  Christian Schaller <christian@fluendo.com> 
15146
15147         * Makefile.am: remove stuff that is not building
15148         * configure.ac: remove stuff that is not building
15149         * examples/Makefile.am: remove stuff that is not building
15150         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15151         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15152         * sys/Makefile.am: remove stuff that is not building
15153         * testsuite/Makefile.am: remove stuff that is not building
15154
15155 2005-05-05  Andy Wingo  <wingo@pobox.com>
15156
15157         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15158         * gst-libs/gst/tag/gstvorbistag.c:
15159         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15160         * gst/adder/gstadder.h:
15161         * gst/audioconvert/gstchannelmix.c:
15162         (gst_audio_convert_fill_one_other):
15163         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15164         (gst_audiorate_init), (gst_audiorate_chain):
15165         * gst/playback/gstplaybasebin.c: (setup_source):
15166         * gst/playback/test3.c: (update_scale):
15167         Some GCC4 fixes
15168         
15169         * po/af.po:
15170         * po/az.po:
15171         * po/cs.po:
15172         * po/en_GB.po:
15173         * po/hu.po:
15174         * po/it.po:
15175         * po/nb.po:
15176         * po/nl.po:
15177         * po/or.po:
15178         * po/sq.po:
15179         * po/sr.po:
15180         * po/sv.po:
15181         * po/uk.po:
15182         * po/vi.po: Foo
15183
15184 2005-05-05  Wim Taymans  <wim@fluendo.com>
15185
15186         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15187         (gst_audio_convert_caps_remove_format_info),
15188         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15189         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15190         * gst/videotestsrc/gstvideotestsrc.c:
15191         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15192         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15193         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15194         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15195         Don't ignore _push() return values.
15196         Make sure no processing is done when shutting down.
15197         Videotestsrc pad activation fix.
15198
15199 2005-05-05  Wim Taymans  <wim@fluendo.com>
15200
15201         * gst/adder/Makefile.am:
15202         * gst/adder/gstadder.c: (gst_adder_setcaps),
15203         (gst_adder_class_init), (gst_adder_init),
15204         (gst_adder_request_new_pad), (gst_adder_collected),
15205         (gst_adder_change_state):
15206         * gst/adder/gstadder.h:
15207         Ported adder as an example of a mixer element using
15208         collect pads. Needs more negotiation work.
15209
15210 2005-05-05  Wim Taymans  <wim@fluendo.com>
15211
15212         * ext/theora/theoradec.c: (_inc_granulepos),
15213         (theora_dec_src_event), (theora_dec_sink_event),
15214         (theora_handle_comment_packet), (theora_handle_type_packet),
15215         (theora_handle_header_packet), (theora_handle_data_packet),
15216         (theora_dec_chain):
15217         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15218         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15219         (theora_push_buffer), (theora_push_packet),
15220         (theora_enc_sink_event), (theora_enc_chain),
15221         (theora_enc_change_state), (theora_enc_set_property),
15222         (theora_enc_get_property):
15223         Added stream lock to decoder so that we can serialize
15224         the discont event.
15225         More theoraenc porting, recover from errors, do clean
15226         shutdown.
15227
15228 2005-05-05  Wim Taymans  <wim@fluendo.com>
15229
15230         * ext/ogg/Makefile.am:
15231         * ext/ogg/README:
15232         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15233         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15234         (gst_ogg_print):
15235         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15236         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15237         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15238         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15239         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15240         (gst_ogg_mux_change_state):
15241         Ported ogg muxer.
15242
15243 2005-05-05  Wim Taymans  <wim@fluendo.com>
15244
15245         * docs/design-audiosinks.txt:
15246         * gst-libs/gst/audio/TODO:
15247         * gst-libs/gst/audio/gstaudiosink.c:
15248         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15249         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15250         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15251         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15252         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15253         (gst_audiosink_create_ringbuffer):
15254         * gst-libs/gst/audio/gstbaseaudiosink.c:
15255         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15256         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15257         (gst_baseaudiosink_set_property), (build_linear_format),
15258         (debug_spec_caps), (debug_spec_buffer),
15259         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15260         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15261         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15262         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15263         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15264         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15265         (gst_ringbuffer_release), (gst_ringbuffer_play),
15266         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15267         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15268         (gst_ringbuffer_set_sample), (wait_segment),
15269         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15270         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15271         More work on the audiosink, mostly debugging and a race in
15272         shutdown.
15273
15274 2005-04-28  Wim Taymans  <wim@fluendo.com>
15275
15276         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15277         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15278         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15279         (vorbis_dec_src_query), (vorbis_dec_src_event),
15280         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15281         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15282         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15283         Don't crap out when seeking back to position 0.
15284
15285 2005-04-28  Wim Taymans  <wim@fluendo.com>
15286
15287         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15288         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15289         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15290         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15291         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15292         Make audio sink configurable, use alsasink as default.
15293
15294 2005-04-28  Wim Taymans  <wim@fluendo.com>
15295
15296         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15297         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15298         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15299         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15300         (vorbis_dec_change_state):
15301         * ext/vorbis/vorbisdec.h:
15302         Refactor, use STREAM_LOCK.
15303
15304 2005-04-28  Wim Taymans  <wim@fluendo.com>
15305
15306         * ext/theora/theoradec.c: (_inc_granulepos),
15307         (theora_dec_sink_event), (theora_handle_comment_packet),
15308         (theora_handle_type_packet), (theora_handle_header_packet),
15309         (theora_handle_data_packet), (theora_dec_chain),
15310         (theora_dec_change_state):
15311         Refactor a bit, use STREAM_LOCK.
15312
15313 2005-04-28  Wim Taymans  <wim@fluendo.com>
15314
15315         * ext/alsa/Makefile.am:
15316         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15317         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15318         (gst_alsa_link), (gst_alsa_close_audio):
15319         * ext/alsa/gstalsaplugin.c: (plugin_init):
15320         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15321         (gst_alsasink_dispose), (gst_alsasink_base_init),
15322         (gst_alsasink_class_init), (gst_alsasink_init),
15323         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15324         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15325         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15326         (gst_alsasink_reset):
15327         * ext/alsa/gstalsasink.h:
15328         Implement alsasink with simple open/write/close API. 
15329         Make alsa dir build by disabling compilation of code.
15330
15331 2005-04-28  Wim Taymans  <wim@fluendo.com>
15332
15333         * gst-libs/gst/audio/Makefile.am:
15334         * gst-libs/gst/audio/audio.h:
15335         * gst-libs/gst/audio/audioclock.c:
15336         * gst-libs/gst/audio/audioclock.h:
15337         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15338         (gst_audio_clock_class_init), (gst_audio_clock_init),
15339         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15340         * gst-libs/gst/audio/gstaudioclock.h:
15341         * gst-libs/gst/audio/gstaudiosink.c:
15342         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15343         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15344         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15345         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15346         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15347         (gst_audiosink_create_ringbuffer):
15348         * gst-libs/gst/audio/gstbaseaudiosink.c:
15349         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15350         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15351         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15352         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15353         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15354         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15355         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15356         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15357         * gst-libs/gst/audio/gstbaseaudiosink.h:
15358         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15359         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15360         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15361         (gst_ringbuffer_release), (gst_ringbuffer_play),
15362         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15363         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15364         (gst_ringbuffer_set_sample), (wait_segment),
15365         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15366         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15367         * gst-libs/gst/audio/gstringbuffer.h:
15368         Make ringbuffer faster and more simple by removing the locks
15369         in the playback thread.
15370         Add sample accurate playback based on buffer sample offsets.
15371         Make the baseaudiosink provide a clock.
15372         Parse caps in the base class.
15373         Correctly handle seeking, flushing and state changes.
15374
15375 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15376
15377         * configure.ac:
15378         * gst/audioconvert/Makefile.am:
15379         * gst/audioscale/Makefile.am:
15380           Fix part of the build.  Come on guys, autogen didn't even work :)
15381
15382 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15383
15384         * configure.ac:
15385         * gst-libs/gst/Makefile.am:
15386         * gst-libs/gst/media-info/.cvsignore:
15387         * gst-libs/gst/media-info/Makefile.am:
15388         * gst-libs/gst/media-info/README:
15389         * gst-libs/gst/media-info/media-info-priv.c:
15390         * gst-libs/gst/media-info/media-info-priv.h:
15391         * gst-libs/gst/media-info/media-info-test.c:
15392         * gst-libs/gst/media-info/media-info.c:
15393         * gst-libs/gst/media-info/media-info.h:
15394         * gst-libs/gst/media-info/media-info.vcproj:
15395         * pkgconfig/Makefile.am:
15396         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15397         * pkgconfig/gstreamer-media-info.pc.in:
15398           Remove media-info, which is also successed by playbin (see Totem
15399           implementation).
15400
15401 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15402
15403         * configure.ac:
15404         * examples/Makefile.am:
15405         * examples/gstplay/.cvsignore:
15406         * examples/gstplay/Makefile.am:
15407         * examples/gstplay/player.c:
15408         * gst-libs/gst/Makefile.am:
15409         * gst-libs/gst/play/.cvsignore:
15410         * gst-libs/gst/play/Makefile.am:
15411         * gst-libs/gst/play/play.c:
15412         * gst-libs/gst/play/play.h:
15413         * gst-libs/gst/play/play.vcproj:
15414         * pkgconfig/Makefile.am:
15415         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15416         * pkgconfig/gstreamer-play.pc.in:
15417           Remove libgstplay, playbin is now the official successor.
15418
15419 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15420
15421         * configure.ac:
15422         * gst-libs/gst/Makefile.am:
15423         * gst-libs/gst/xwindowlistener/Makefile.am:
15424         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15425         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15426           Remove deprecated xwindowlistener (I've moved xwindowlistening
15427           in the v4l/v4l2 plugins over to serverside).
15428
15429 2005-04-25  David Schleef  <ds@schleef.org>
15430
15431         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15432         to examples/dynparams.  Examples do not belong interspersed with
15433         source code.
15434         * examples/dynparams/demo-dparams.c:
15435         * gst/sine/Makefile.am:
15436         * gst/sine/demo-dparams.c:
15437
15438 2005-04-25  David Schleef  <ds@schleef.org>
15439
15440         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15441         * gst-libs/gst/audio/Makefile.am:
15442         * gst-libs/gst/riff/Makefile.am:
15443         * gst-libs/gst/tag/Makefile.am:
15444         * gst-libs/gst/video/Makefile.am:
15445         * gst-libs/gst/xwindowlistener/Makefile.am:
15446
15447         Convert to 0.9 API, seems to work:
15448         * sys/ximage/Makefile.am:
15449         * sys/ximage/ximagesink.c:
15450
15451 2005-04-24  David Schleef  <ds@schleef.org>
15452
15453         Link plugins against libraries:
15454         * ext/alsa/Makefile.am:
15455         * gst/tcp/Makefile.am:
15456
15457         Remove asm code that should be in liboil
15458         * gst/videoscale/Makefile.am:
15459         * gst/videoscale/videoscale_x86_asm.s:
15460
15461         gettext wants these checked in:
15462         * po/af.po:
15463         * po/az.po:
15464         * po/cs.po:
15465         * po/en_GB.po:
15466         * po/hu.po:
15467         * po/it.po:
15468         * po/nb.po:
15469         * po/nl.po:
15470         * po/or.po:
15471         * po/sq.po:
15472         * po/sr.po:
15473         * po/sv.po:
15474         * po/uk.po:
15475         * po/vi.po:
15476
15477 2005-04-24  David Schleef  <ds@schleef.org>
15478
15479         Convert gst_main() to g_main_loop_run()
15480         * gst/playback/decodetest.c: (main):
15481         * gst/playback/test2.c: (main):
15482         * gst/playback/test3.c: (main):
15483         * gst/playback/test4.c: (main):
15484
15485         Link plugins against libraries:
15486         * ext/libvisual/Makefile.am:
15487         * sys/xvimage/Makefile.am:
15488
15489 2005-04-24  David Schleef  <ds@schleef.org>
15490
15491         * configure.ac: Remove idct and resample libs
15492         * gst-libs/gst/Makefile.am: same
15493
15494         Remove usage of gst_library_load():
15495         * ext/alsa/gstalsaplugin.c: (plugin_init):
15496         * ext/libvisual/visual.c: (plugin_init):
15497         * ext/ogg/gstogg.c: (plugin_init):
15498         * ext/theora/theora.c: (plugin_init):
15499         * ext/vorbis/vorbis.c: (plugin_init):
15500         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15501         * gst/audioscale/gstaudioscale.c:
15502         * gst/adder/gstadder.c: (plugin_init):
15503         * gst/audioconvert/plugin.c: (plugin_init):
15504         * sys/ximage/ximagesink.c: (plugin_init):
15505         * sys/xvimage/xvimagesink.c: (plugin_init):
15506         * gst/tcp/gsttcpplugin.c: (plugin_init):
15507
15508         Link plugins against libraries:
15509         * ext/ogg/Makefile.am:
15510         * ext/theora/Makefile.am:
15511         * ext/vorbis/Makefile.am:
15512         * gst/audioconvert/Makefile.am:
15513
15514         Create proper libraries:
15515         * gst-libs/gst/riff/Makefile.am:
15516         * gst-libs/gst/audio/Makefile.am:
15517         * gst-libs/gst/video/Makefile.am:
15518
15519         Move resample library to audioscale plugin directory:
15520         * gst-libs/gst/resample/Makefile.am:
15521         * gst-libs/gst/resample/README:
15522         * gst-libs/gst/resample/dtof.c:
15523         * gst-libs/gst/resample/dtos.c:
15524         * gst-libs/gst/resample/functable.c:
15525         * gst-libs/gst/resample/private.h:
15526         * gst-libs/gst/resample/resample.c:
15527         * gst-libs/gst/resample/resample.h:
15528         * gst-libs/gst/resample/resample.vcproj:
15529         * gst-libs/gst/resample/test.c:
15530         * gst/audioscale/Makefile.am:
15531         * gst/audioscale/README:
15532         * gst/audioscale/dtof.c:
15533         * gst/audioscale/dtos.c:
15534         * gst/audioscale/functable.c:
15535         * gst/audioscale/private.h:
15536         * gst/audioscale/resample.c:
15537         * gst/audioscale/resample.h:
15538         * gst/audioscale/test.c:
15539
15540         Move tagedit library to gst-libs:
15541         * gst-libs/gst/tag/Makefile.am:
15542         * gst-libs/gst/tag/gstid3tag.c:
15543         * gst-libs/gst/tag/gsttagediting.c:
15544         * gst-libs/gst/tag/gsttageditingprivate.h:
15545         * gst-libs/gst/tag/gstvorbistag.c:
15546         * gst/tags/Makefile.am:
15547         * gst/tags/gstid3tag.c:
15548         * gst/tags/gstvorbistag.c:
15549
15550         Fix for core changes:
15551         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15552         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15553         (gst_sinesrc_getrange):
15554
15555 2005-04-23  David Schleef  <ds@schleef.org>
15556
15557         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15558         in gst-plugins in a long time, and properly belongs in liboil.
15559         * gst-libs/gst/idct/Makefile.am:
15560         * gst-libs/gst/idct/README:
15561         * gst-libs/gst/idct/dct.h:
15562         * gst-libs/gst/idct/doieee:
15563         * gst-libs/gst/idct/fastintidct.c:
15564         * gst-libs/gst/idct/floatidct.c:
15565         * gst-libs/gst/idct/idct.c:
15566         * gst-libs/gst/idct/idct.h:
15567         * gst-libs/gst/idct/idtc.vcproj:
15568         * gst-libs/gst/idct/ieeetest.c:
15569         * gst-libs/gst/idct/intidct.c:
15570
15571 2005-04-20  Wim Taymans  <wim@fluendo.com>
15572
15573         * docs/design-audiosinks.txt:
15574         * gst-libs/gst/audio/Makefile.am:
15575         * gst-libs/gst/audio/TODO:
15576         * gst-libs/gst/audio/gstaudiosink.c:
15577         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15578         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15579         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15580         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15581         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15582         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15583         (gst_audiosink_class_init), (gst_audiosink_init),
15584         (gst_audiosink_create_ringbuffer):
15585         * gst-libs/gst/audio/gstaudiosink.h:
15586         * gst-libs/gst/audio/gstbaseaudiosink.c:
15587         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15588         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15589         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15590         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15591         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15592         (gst_baseaudiosink_create_ringbuffer),
15593         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15594         * gst-libs/gst/audio/gstbaseaudiosink.h:
15595         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15596         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15597         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15598         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15599         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15600         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15601         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15602         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15603         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15604         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15605         * gst-libs/gst/audio/gstringbuffer.h:
15606         An attempt at a set of audio base classes together with some
15607         design docs.
15608
15609 2005-04-20  Wim Taymans  <wim@fluendo.com>
15610
15611         * gst/audioconvert/Makefile.am:
15612         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15613         (gst_audio_convert_caps_remove_format_info),
15614         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15615         (gst_audio_convert_channels):
15616         Link against audio libs.
15617         Fix audio convert plugin.
15618
15619 2005-04-20  Wim Taymans  <wim@fluendo.com>
15620
15621         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15622         (gst_ogg_demux_sink_activate):
15623         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15624         (theora_set_header_on_caps), (theora_enc_sink_event),
15625         (theora_enc_chain):
15626         Fix theora encoder.
15627
15628 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15629
15630         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15631         * gst/playback/gstdecodebin.c: (find_compatibles):
15632           Work with staticpadtemplates in elementfactories.
15633
15634 2005-04-12  Wim Taymans  <wim@fluendo.com>
15635
15636         * gst/playback/README:
15637         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15638         (compare_ranks), (print_feature), (gst_decode_bin_init),
15639         (dynamic_create), (dynamic_free), (find_compatibles),
15640         (mimetype_is_raw), (close_pad_link), (got_redirect),
15641         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15642         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15643         (gst_decode_bin_change_state):
15644         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15645         (gst_play_base_bin_init), (group_destroy), (group_commit),
15646         (check_queue), (queue_overrun), (queue_threshold_reached),
15647         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15648         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15649         (got_redirect), (setup_source), (play_base_eos),
15650         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15651         (gst_play_base_bin_remove_element):
15652         * gst/playback/gstplaybasebin.h:
15653         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15654         (gst_play_bin_init), (gst_play_bin_dispose),
15655         (gst_play_bin_set_property), (gen_video_element),
15656         (gen_text_element), (gen_audio_element), (remove_sinks),
15657         (gst_play_bin_send_event):
15658         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15659         (stream_info_change_state), (gst_stream_info_set_mute):
15660         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15661         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15662         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15663         (gst_stream_selector_chain):
15664         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15665         (main):
15666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15667         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15668         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15669         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15670         Raw and crude port of decodebin. 
15671         Make playbin compile.
15672
15673 2005-04-06  Wim Taymans  <wim@fluendo.com>
15674
15675         * ext/gnomevfs/Makefile.am:
15676         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15677         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15678         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15679         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15680         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15681         (gst_gnomevfssrc_stop):
15682         * ext/ogg/Makefile.am:
15683         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15684         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15685         * ext/theora/Makefile.am:
15686         * ext/theora/theoradec.c: (_inc_granulepos),
15687         (theora_dec_sink_event), (theora_dec_chain):
15688         * ext/vorbis/Makefile.am:
15689         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15690         (vorbis_dec_sink_event), (vorbis_dec_chain):
15691         * gst-libs/gst/audio/Makefile.am:
15692         * sys/xvimage/Makefile.am:
15693         Make gnomevfssrc extend the source base class.
15694         Fix linking against libs in various plugins.
15695
15696 2005-04-06  Andy Wingo  <wingo@pobox.com>
15697
15698         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15699         GST_BASE_LIBS.
15700
15701         * configure.ac: Add check and AC_SUBST for libgstbase.
15702
15703 2005-03-31  Wim Taymans  <wim@fluendo.com>
15704
15705         * examples/seeking/Makefile.am:
15706         * examples/seeking/cdparanoia.c: (main):
15707         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15708         (play_cb), (pause_cb), (stop_cb), (main):
15709         * examples/seeking/playbin.c:
15710         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15711         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15712         (make_sid_pipeline), (make_vorbis_pipeline),
15713         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15714         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15715         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15716         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15717         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15718         (stop_cb), (main):
15719         * examples/seeking/spider_seek.c:
15720         * examples/seeking/vorbisfile.c:
15721         * ext/gnomevfs/Makefile.am:
15722         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15723         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15724         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15725         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15726         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15727         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15728         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15729         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15730         * ext/ogg/README:
15731         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15732         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15733         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15734         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15735         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15736         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15737         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15738         (gst_ogg_demux_factory_filter), (compare_ranks),
15739         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15740         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15741         (gst_ogg_chain_new), (gst_ogg_chain_free),
15742         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15743         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15744         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15745         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15746         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15747         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15748         (gst_ogg_demux_get_prev_page),
15749         (gst_ogg_demux_deactivate_current_chain),
15750         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15751         (gst_ogg_demux_bisect_forward_serialno),
15752         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15753         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15754         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15755         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15756         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15757         (gst_ogg_demux_change_state), (gst_ogg_print):
15758         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15759         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15760         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15761         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15762         (gst_ogg_mux_loop):
15763         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15764         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15765         (theora_dec_src_convert), (theora_dec_sink_convert),
15766         (theora_dec_src_query), (theora_dec_src_event),
15767         (theora_dec_sink_event), (theora_dec_chain),
15768         (theora_dec_change_state):
15769         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15770         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15771         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15772         (theora_enc_change_state):
15773         * ext/vorbis/Makefile.am:
15774         * ext/vorbis/oggvorbisenc.c:
15775         * ext/vorbis/oggvorbisenc.h:
15776         * ext/vorbis/vorbis.c: (plugin_init):
15777         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15778         (vorbis_dec_src_query), (vorbis_dec_src_event),
15779         (vorbis_dec_sink_event), (vorbis_dec_chain),
15780         (vorbis_dec_change_state):
15781         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15782         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15783         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15784         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15785         (gst_vorbisenc_change_state):
15786         * ext/vorbis/vorbisenc.h:
15787         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15788         * gst-libs/gst/audio/audioclock.c:
15789         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15790         (gst_audiofilter_init), (gst_audiofilter_chain):
15791         * gst-libs/gst/audio/testchannels.c: (main):
15792         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15793         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15794         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15795         (gmip_find_track_streaminfo), (gmip_find_track_format):
15796         * gst-libs/gst/media-info/media-info.c:
15797         (gst_media_info_read_idler):
15798         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15799         (gst_play_get_all_by_interface):
15800         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15801         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15802         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15803         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15804         (gst_riff_parse_info):
15805         * gst-libs/gst/riff/riff-read.h:
15806         * gst-libs/gst/riff/riff.c: (plugin_init):
15807         * gst-libs/gst/video/Makefile.am:
15808         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15809         (gst_videosink_class_init), (gst_videosink_get_type):
15810         * gst-libs/gst/video/videosink.h:
15811         * gst/audioconvert/bufferframesconvert.c:
15812         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15813         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15814         * gst/audioconvert/channelmixtest.c: (main):
15815         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15816         (gst_audio_convert_chain),
15817         (gst_audio_convert_caps_remove_format_info),
15818         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15819         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15820         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15821         (gst_audio_convert_buffer_to_default_format),
15822         (gst_audio_convert_buffer_from_default_format),
15823         (gst_audio_convert_channels):
15824         * gst/audioconvert/gstchannelmix.h:
15825         * gst/ffmpegcolorspace/avcodec.h:
15826         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15827         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15828         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15829         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15830         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15831         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15832         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15833         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15834         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15835         (dv_type_find):
15836         * gst/videotestsrc/gstvideotestsrc.c:
15837         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15838         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15839         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15840         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15841         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15842         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15843         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15844         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15845         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15846         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15847         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15848         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15849         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15850         (gst_xvimagesink_navigation_send_event),
15851         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15852         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15853         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15854         * sys/xvimage/xvimagesink.h:
15855         Plugin port to 0.9, ogg/theora playback should work in the seek
15856         example now.
15857         Removed old examples.
15858         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15859         explained in 0.9 TODO doc.
15860
15861
15862 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15863
15864         * autogen.sh:
15865         * configure.ac:
15866         * ext/Makefile.am:
15867         * gst/Makefile.am:
15868         * po/POTFILES.in:
15869         * po/af.po:
15870         * po/az.po:
15871         * po/cs.po:
15872         * po/en_GB.po:
15873         * po/hu.po:
15874         * po/it.po:
15875         * po/nb.po:
15876         * po/nl.po:
15877         * po/or.po:
15878         * po/sq.po:
15879         * po/sr.po:
15880         * po/sv.po:
15881         * po/uk.po:
15882         * po/vi.po:
15883         * sys/Makefile.am:
15884         * testsuite/Makefile.am:
15885           remove a whole bunch of plugins.  This module now contains a set
15886           of free reference plugins/elements as agreed.
15887
15888 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15889
15890         * configure.ac:
15891           hunting season on 0.9 is now OPEN
15892
15893 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15894
15895         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15896           Kick the hell out of gcc for not warning me about a symbol conflict.
15897
15898 2005-02-22  Luca Ognibene  <luogni@tin.it>
15899
15900         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15901
15902         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15903           Don't leak caps string (fixes #168134)
15904
15905         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15906         (gst_jpegenc_init), (gst_jpegenc_finalize),
15907         (gst_jpegenc_change_state):
15908           Don't leak line buffers and context struct (fixes #168133).
15909
15910 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
15911
15912         * configure.ac:
15913         * ext/dirac/gstdiracdec.cc:
15914         (gst_diracdec_chain):
15915           Since dirac 0.5.0 the framerate in dirac is expressed as a
15916           rational number. Fix build and up requirement to 0.5.0, and
15917           also pass parameters to gst_diracdec_link in the right order
15918           (fixes #167959).
15919
15920 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
15921
15922         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15923         * ext/faad/gstfaad.h:
15924         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
15925         certain invalid muxed streams, where some packets will contain 
15926         junk after decoder data. Partially fixes #149158.
15927
15928 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
15929         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15930           Make sure we only write to writable buffers
15931
15932 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
15933
15934         * gst-libs/gst/riff/riff-media.c:
15935         (gst_riff_create_audio_caps_with_data):
15936           Do actually fix invalid RIFF fmt header values for alaw
15937           and mulaw audio instead of just saying so.
15938
15939         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15940           Give gst_riff_create_audio_caps_with_data() a chance to
15941           fix up broken format header fields before extracting any
15942           parameters from the header. (fixes #167633)
15943
15944 2005-02-19  Martin Holters  <martin.holters@gmx.de>
15945
15946         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15947
15948         * gst/audioconvert/bufferframesconvert.c:
15949         (buffer_frames_convert_link):
15950           Don't leak othercaps. (fixes #167878)
15951
15952 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
15953
15954         * configure.ac:
15955         * ext/libvisual/visual.c: (gst_visual_srclink),
15956         (gst_visual_change_state):
15957           Support libvisual 0.2.0.
15958
15959 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
15960
15961         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
15962         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
15963           Use same rowstrides for I420 as used everywhere else.
15964
15965 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
15966
15967         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15968           Declare variables at beginning of block and make gcc-2.95 happy
15969           (fixes # 167482, patch by Gergely Nagy).
15970           
15971         * gst/tcp/gsttcpclientsrc.c:
15972         * gst/tcp/gsttcpclientsrc.h:
15973           Move some includes into the header, so that struct sockaddr_in is
15974           defined when it should be defined on FreeBSD as well (fixes
15975           #167483).
15976           
15977         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15978           Don't pass uninitialised values to setsockopt() here either.
15979
15980 2005-02-17  Luca Ognibene  <luogni at tin dot it>
15981
15982         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15983
15984         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
15985           Don't pass uninitialised values to setsockopt(). (fixes #167704)
15986
15987 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15988
15989         * gst/playback/gstplaybin.c: (add_sink):
15990           Invert bin_add/link order to workaround deadlock in opt.
15991
15992 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15993
15994         * gst/modplug/gstmodplug.cc:
15995           Add missing break causing position queries to fail.
15996
15997 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15998
15999         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16000           Granpos can apparently be -1, which screws up calculations...
16001
16002 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
16003
16004         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16005         (gst_ximagesink_send_pending_navigation),
16006         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16007         (gst_ximagesink_init):
16008         * sys/ximage/ximagesink.h:
16009         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16010         (gst_xvimagesink_send_pending_navigation),
16011         (gst_xvimagesink_navigation_send_event),
16012         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16013         * sys/xvimage/xvimagesink.h:
16014           Use a mutex protected list to marshal navigation
16015           events into the stream thread from whichever thread
16016           sends them.
16017
16018 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
16019
16020         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16021           Display current position and track length; misc. clean-ups.
16022           
16023         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16024         (speed_init), (speed_chain):
16025           Add query function, so that the stream length and current position
16026           get adjusted when queried (note that current position queries may
16027           still be wrong if the audio sink returns values based on buffer
16028           timestamps instead of passing on the query).
16029
16030 2005-02-13  Benjamin Otte  <otte@gnome.org>
16031
16032         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16033         (gst_audio_convert_channels):
16034           create channel conversion matrix when linking
16035         * gst/audioconvert/.cvsignore:
16036         * gst/audioconvert/Makefile.am:
16037         * gst/audioconvert/channelmixtest.c: (main):
16038           add (ugly) test that ensures stereo <=> mono conversion works
16039           correctly
16040
16041 2005-02-13  Benjamin Otte  <otte@gnome.org>
16042
16043         * gst/audioconvert/gstchannelmix.h:
16044           include missing header file
16045         * gst/audioconvert/gstchannelmix.c:
16046         (gst_audio_convert_fill_compatible):
16047           use same sign for both channels when converting to/from compatible
16048           channel. Previously used different signs made the signals cancel
16049           each other out and appear like silence. (fixes #167269)
16050
16051 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16052
16053         * gst/ffmpegcolorspace/avcodec.h:
16054         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16055         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16056         (gst_ffmpegcsp_avpicture_fill):
16057         * gst/ffmpegcolorspace/imgconvert.c:
16058           Convert to and from YV12 (fixes #156379).
16059
16060 2005-02-12  Julien MOUTTE  <julien@moutte.net>
16061
16062         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16063         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16064         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16065         (gst_ximagesink_expose), (gst_ximagesink_set_property),
16066         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16067         methods from chain and negotiation and vice versa (Fixes #166142).
16068         * sys/ximage/ximagesink.h: Add stream_lock.
16069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16070         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16071         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16072         (gst_xvimagesink_expose): Check for xcontext before trying to link.
16073
16074 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16075
16076         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16077           Don't send "Hey! You gave me a NULL pointer you naughty person" as
16078           error message when we can't open the DVD device (when dvdnav_open()
16079           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16080           the above). Send something more useful instead (fixes #167117).
16081
16082 2005-02-11  Julien MOUTTE  <julien@moutte.net>
16083
16084         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16085         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16086         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16087         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16088         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16089         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16090         methods from chain and negotiation and vice versa (Fixes #166142).
16091         Fix a possible bug of images in the buffer pool being discarded because
16092         we are looking at the wrong geometry.
16093         * sys/xvimage/xvimagesink.h: Add stream_lock.
16094
16095 2005-02-11  David Schleef  <ds@schleef.org>
16096
16097         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16098         unsigned int. (fixes #167128)
16099
16100 2005-02-11  David Schleef  <ds@schleef.org>
16101
16102         * gst/librfb/Makefile.am: Testing stuff before committing is
16103           for wimps... and people with fast machines.  Fix stupid
16104           mistake.
16105
16106 2005-02-11  David Schleef  <ds@schleef.org>
16107
16108         * configure.ac: Pull in librfb from my CVS tree, because it is
16109           too small and annoying to be separate.  Move rfbsrc plugin
16110           to gst/.
16111         * ext/Makefile.am:
16112         * ext/librfb/Makefile.am:
16113         * ext/librfb/gstrfbsrc.c:
16114         * gst/librfb/Makefile.am:
16115         * gst/librfb/gstrfbsrc.c:
16116         * gst/librfb/rfb.c:
16117         * gst/librfb/rfb.h:
16118         * gst/librfb/rfbbuffer.c:
16119         * gst/librfb/rfbbuffer.h:
16120         * gst/librfb/rfbbytestream.c:
16121         * gst/librfb/rfbbytestream.h:
16122         * gst/librfb/rfbcontext.h:
16123         * gst/librfb/rfbdecoder.c:
16124         * gst/librfb/rfbdecoder.h:
16125         * gst/librfb/rfbutil.h:
16126
16127 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
16128
16129         * gst/speed/Makefile.am:
16130         * gst/speed/demo-mp3.c: (main):
16131         * gst/speed/filter.func:
16132         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16133         (speed_class_init), (speed_init), (speed_chain_int16),
16134         (speed_chain_float32), (speed_chain), (speed_set_property),
16135         (speed_get_property), (speed_change_state):
16136         * gst/speed/gstspeed.h:
16137           Fix speed element and make it chain-based (fixes #156467),
16138           and make it handle more than one channel.
16139
16140 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
16141
16142         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16143         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16144         (gst_dtsdec_chain), (gst_dtsdec_change_state):
16145         * ext/dts/gstdtsdec.h:
16146           Don't clobber the stack constructing the channels array.
16147           Make the element chain-based. DTS tracks can now be played.
16148           
16149 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
16150
16151         * gst-libs/gst/audio/multichannel.h:
16152         * gst-libs/gst/gconf/gconf.h:
16153         * gst-libs/gst/idct/idct.h:
16154         * gst-libs/gst/media-info/media-info-priv.h:
16155         * gst-libs/gst/play/play.h:
16156         * gst-libs/gst/resample/private.h:
16157         * gst-libs/gst/resample/resample.h:
16158         * gst-libs/gst/riff/riff-ids.h:
16159         * gst-libs/gst/video/video.h:
16160         * gst-libs/gst/video/videosink.h:
16161           Add G_BEGIN_DECLS and G_END_DECLS around headers where
16162           missing, so that they work when included from C++ code.
16163
16164 2005-02-09  David Schleef  <ds@schleef.org>
16165
16166         * testsuite/gst-lint: Check for non-statically scoped
16167           parent_class variables.  This won't be a problem once
16168           plugins are loaded with RTLD_LOCAL.
16169
16170 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16171
16172         * ext/mplex/gstmplexibitstream.cc:
16173           gcc madness.
16174
16175 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16176
16177         * ext/ogg/gstogmparse.c:
16178         * gst/debug/gstnavigationtest.c:
16179           Die, thou faulty symbol pollutors (non-static parent_class).
16180
16181 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16182
16183         * ext/mplex/gstmplexibitstream.cc:
16184           Fix event handling (#165525).
16185
16186 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16187
16188         * ext/mikmod/gstmikmod.c:
16189         * gst/modplug/gstmodplug.cc:
16190           Add missing endianness to template (fixes #165509).
16191
16192 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16193
16194         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16195           Fix wrong order of reading of optional bytes (#165290).
16196
16197 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16198
16199         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16200           Implement FILLER event awareness.
16201
16202 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16203
16204         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16205           Fix track calculations (#166208).
16206
16207 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16208
16209         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16210
16211         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16212         * ext/libpng/gstpngenc.c:
16213           Fix byte-order, use proper fixed caps. Fixes #164197.
16214
16215 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16216
16217         * configure.ac:
16218           Add dvdlpcmdec 
16219
16220         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16221         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16222           Don't push buffers if the src pad isn't negotiated yet.
16223           
16224         * gst/audioconvert/gstaudioconvert.c:
16225         (gst_audio_convert_buffer_to_default_format),
16226         (gst_audio_convert_buffer_from_default_format):
16227           Add support for 24-bit width.
16228
16229         * gst/dvdlpcmdec/.cvsignore:
16230         * gst/dvdlpcmdec/Makefile.am:
16231         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16232         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16233         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16234         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16235         (plugin_init):
16236         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16237           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16238           format. Needs support for the channels maps if someone can find 
16239           a DVD LPCM track with > 2 channels.
16240
16241         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16242         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16243         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16244         * gst/mpegstream/gstdvddemux.h:
16245         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16246         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16247         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16248         * gst/mpegstream/gstmpegdemux.h:
16249         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16250         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16251         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16252         (gst_mpeg_parse_handle_src_query),
16253         (gst_mpeg_parse_handle_src_event):
16254           Use audio/x-dvd-lpcm for LPCM output.
16255           Add DTS output.
16256
16257 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16258
16259         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16260
16261         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16262         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16263           Add BGRA handling (#165736).
16264
16265 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16266
16267         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16268
16269         * gst/law/alaw-decode.c: (alawdec_link):
16270         * gst/law/alaw-encode.c: (alawenc_link):
16271         * gst/law/mulaw-decode.c: (mulawdec_link):
16272         * gst/law/mulaw-encode.c: (mulawenc_link):
16273           Fix caps memleaks (#166600).
16274
16275 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16276
16277         * ext/tarkin/mem.h:
16278         * ext/tarkin/wavelet.h:
16279         * ext/tarkin/yuv.h:
16280         * gst/ffmpegcolorspace/avcodec.h:
16281           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16282           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16283
16284 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16285
16286         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16287         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16288         (gst_xvimagesink_change_state):
16289           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16290           Xv video (and thereby regenerate Xv colourkey) in clear() so
16291           that PLAY -> READY -> PLAY works (fixes #162504).
16292
16293 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16294
16295         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16296           Switch to list instead of range, since MJPEG-devices really just
16297           support decimations, not any size.
16298
16299 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16300         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16301         (gst_mpeg2dec_reset), (free_all_buffers),
16302         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16303         * ext/mpeg2dec/gstmpeg2dec.h:
16304           The libmpeg2 user-allocated buffer management is awkward, 
16305           to say the least. Hopefully this fixes things.
16306
16307 2005-02-04  Andy Wingo  <wingo@pobox.com>
16308
16309         * gst/audioconvert/bufferframesconvert.c
16310         (buffer_frames_convert_fixate): New function, fixates to 256
16311         frames per buffer by default. (Much better than 1.)
16312         (buffer_frames_convert_init): Set the fixate function for both src
16313         and sink pad.
16314         (buffer_frames_convert_link): After success setting nonfixed caps,
16315         get the negotiated caps so we can know how many buffer-frames it
16316         will be. No idea how this worked at all before.
16317
16318 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16319
16320         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16321         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16322         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16323         (handle_sequence), (handle_picture):
16324         * ext/mpeg2dec/gstmpeg2dec.h:
16325           Rearrange buffer tracking and refcounting and refactor
16326           a little for readability. 
16327
16328 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16329         * sys/v4l/gstv4l.c: (plugin_init):
16330         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16331         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16332         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16333         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16334         * sys/v4l/gstv4ljpegsrc.h:
16335         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16336         * sys/v4l/v4l_calls.h:
16337         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16338         (gst_v4lsrc_get_fps):
16339         * sys/v4l/v4lsrc_calls.h:
16340           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16341           you jpeg inside rgb frames" driver.
16342           Don't error in the v4lsrc link function, just return 
16343           REFUSED.
16344
16345 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16346
16347         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16348         (gst_qcamsrc_open):
16349           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16350
16351 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16352
16353         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16354           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16355
16356 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16357
16358         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16359           Reset negotiated state on PAUSED->READY.
16360
16361 2005-02-02  David Schleef  <ds@schleef.org>
16362
16363         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16364         whereever possible.  (Fixes #165997)
16365         * examples/capsfilter/capsfilter1.c: (main):
16366         * examples/dynparams/filter.c: (create_ui):
16367         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16368         * examples/seeking/chained.c: (main):
16369         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16370         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16371         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16372         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16373         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16374         * examples/switch/switcher.c: (main):
16375         * ext/dv/demo-play.c: (main):
16376         * ext/faad/gstfaad.c: (gst_faad_change_state):
16377         * ext/mad/gstmad.c: (gst_mad_chain):
16378         * ext/smoothwave/demo-osssrc.c: (main):
16379         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16380         (gst_gconf_render_bin_from_description),
16381         (gst_gconf_get_default_audio_sink),
16382         (gst_gconf_get_default_video_sink),
16383         (gst_gconf_get_default_audio_src),
16384         (gst_gconf_get_default_video_src),
16385         (gst_gconf_get_default_visualization_element):
16386         * gst/level/demo.c: (main):
16387         * gst/level/plot.c: (main):
16388         * gst/playback/gstplaybin.c: (gen_video_element),
16389         (gen_audio_element):
16390         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16391         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16392         * gst/sine/demo-dparams.c: (main):
16393         * gst/spectrum/demo-osssrc.c: (main):
16394         * gst/speed/demo-mp3.c: (main):
16395         * gst/volume/demo.c: (main):
16396         * testsuite/embed/embed.c: (main):
16397
16398 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16399
16400         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16401         (gst_tcpclientsink_finalize):
16402         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16403         (gst_tcpclientsrc_finalize):
16404         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16405         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16406         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16407         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16408           Don't leak the hostname when shutting down.
16409           In tcpserversrc, take a copy of the default hostname.
16410
16411 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16412
16413         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16414           Set caps to systemstream=TRUE.
16415
16416 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16417
16418         * testsuite/Makefile.am:
16419           Fix more OSX buildbots.
16420
16421 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16422
16423         * ext/mpeg2dec/gstmpeg2dec.c:
16424           Don't send things to NULL PAD_PEERs
16425
16426         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16427           Copy-on-write the incoming buffer.
16428
16429         * gst/mpegstream/gstdvddemux.h:
16430         * gst/mpegstream/gstmpegclock.h:
16431         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16432         (normal_seek), (gst_mpeg_demux_handle_src_event):
16433         * gst/mpegstream/gstmpegdemux.h:
16434         * gst/mpegstream/gstmpegpacketize.h:
16435         * gst/mpegstream/gstmpegparse.c:
16436         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16437         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16438         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16439         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16440         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16441         * gst/mpegstream/gstmpegparse.h:
16442         * gst/mpegstream/gstrfc2250enc.h:
16443           Various changes to the way time is computed that make seeking and
16444           total time estimation much better here.
16445           Use G_BEGIN/END_DECLS instead of __cplusplus
16446
16447         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16448           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16449
16450 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16451
16452         * gst/subparse/gstsubparse.c:
16453           Fix OSX buildbot.
16454
16455 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16456
16457         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16458         (theora_enc_chain), (theora_enc_change_state):
16459         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16460         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16461         (gst_vorbisenc_change_state):
16462         * ext/vorbis/vorbisenc.h:
16463           Set granulepos and timestamp correctly for streams not
16464           starting at 0, taking into account the initial delay.
16465
16466 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16467
16468         * gst/mpegstream/gstdvddemux.c:
16469           Add audio/x-dts to audio pad template caps
16470
16471 2005-01-30  David Schleef  <ds@schleef.org>
16472
16473         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16474         (create_context), (gst_polypsink_link): Fix silly endianness
16475         bug.  Add some debugging.  Remove float from caps; it doesn't
16476         work.  Attempt to get remote audio working.
16477
16478 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16479
16480         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16481           Add 3IV2 fourcc.
16482
16483 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16484
16485         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16486         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16487         (gst_avi_demux_stream_data):
16488         * gst/avi/gstavidemux.h:
16489           Invert DIB images. Fixes #132341.
16490
16491 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16492
16493         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16494         (gst_ffmpegcsp_chain):
16495           D'oh, reference the palette data, not the palette structure.
16496           Fixes color distortion in #132341.
16497
16498 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16499
16500         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16501           PAR can be non-fixed when not provided as argument (#162626).
16502
16503 2005-01-29  David Moore  <dcm@acm.org>
16504
16505         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16506
16507         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16508         (gst_qtdemux_loop_header):
16509           Re-apply patch from #142272 that allows non-seekable sources,
16510           re-proposed by Daniel Drake <dsd@gentoo.org>.
16511
16512 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16513
16514         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16515           Use the src template for creating the src pad (#162330).
16516
16517 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16518
16519         * configure.ac:
16520         * ext/musepack/Makefile.am:
16521         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16522         (gst_musepackdec_init), (gst_musepackdec_dispose),
16523         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16524         (gst_musepack_stream_init), (gst_musepackdec_loop),
16525         (gst_musepackdec_change_state):
16526         * ext/musepack/gstmusepackdec.cpp:
16527         * ext/musepack/gstmusepackdec.h:
16528         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16529         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16530         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16531         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16532         * ext/musepack/gstmusepackreader.cpp:
16533         * ext/musepack/gstmusepackreader.h:
16534           Update to 1.1 API (#165446).
16535
16536 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16537
16538         * ext/Makefile.am:
16539           Unbreak buildbot.
16540
16541 2005-01-28  Andy Wingo  <wingo@pobox.com>
16542
16543         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16544         to reflect a different dubious internet source. Add a reference
16545         and some commentary.
16546
16547 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16548
16549         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16550         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16551         * gst/playback/gststreamselector.h:
16552           Be more selective when we're redoing caps negotiation from
16553           within the chain function on a stream change.
16554
16555 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16556
16557         * configure.ac:
16558         * ext/Makefile.am:
16559         * ext/amrnb/Makefile.am:
16560         * ext/amrnb/amrnb.c: (plugin_init):
16561         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16562         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16563         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16564         (gst_amrnbdec_state_change):
16565         * ext/amrnb/amrnbdec.h:
16566         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16567         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16568         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16569         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16570         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16571         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16572         * ext/amrnb/amrnbparse.h:
16573           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16574         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16575           Add AMR-NB/-WB raw formats.
16576         * ext/alsa/gstalsa.c: (gst_alsa_link):
16577           Keep valid time when changing format.
16578         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16579         (qtdemux_parse_trak):
16580           Add some more format-specific options (#140141, #143555, #155163).
16581
16582 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16583
16584         * gst/matroska/matroska-demux.c:
16585         (gst_matroska_demux_parse_blockgroup):
16586           Fix logic error in timing of subtitle stream synchronization.
16587         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16588           Add skip-chunk, which is found in kodak-camera streams.
16589
16590 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16591
16592         * po/LINGUAS:
16593         * po/vi.po:
16594           Adding Vietnamese translation (submitted by Clytie Siddall)
16595
16596 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16597
16598         * gst/playback/gstdecodebin.c: (try_to_link_1):
16599           Use realpad for signal.
16600
16601 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16602
16603         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16604           Fix category so decodebin picks it up.
16605
16606 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16607
16608         * ext/mad/Makefile.am:
16609         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16610         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16611         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16612         (found_type), (gst_id3demux_bin_change_state):
16613         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16614         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16615         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16616         (gst_id3_tag_change_state), (plugin_init):
16617         * ext/mad/gstmad.h:
16618           Add id3demuxbin (which is a simple bin consisting of id3demux
16619           and typefind), take over rank from id3demux, remove typefind
16620           code from id3demux. Makes all broken mp3s that I know of work,
16621           and thereby fixes #152688.
16622
16623 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16624
16625         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16626
16627         * ext/mad/gstmad.c: (gst_mad_src_event):
16628         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16629           Allow seeks on audio pad, make mad forward those (#164826).
16630         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16631           Set duration (#165335).
16632
16633 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16634
16635         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16636         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16637         (gst_asf_demux_process_ext_content_desc),
16638         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16639         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16640         * gst/asfdemux/gstasfdemux.h:
16641           Improve metadata display, e.g. if the metadata comes before the
16642           streams are loaded (which is perfectly valid).
16643
16644 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16645
16646         * tools/gst-launch-ext-m.m:
16647           Fix AVI/ASF pipelines (#165340).
16648
16649 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16650         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16651         build failure on amd64
16652
16653 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16654
16655         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16656         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16657           Check environment variables GST_ID3V2_TAG_ENCODING,
16658           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16659           list of character encodings to force interpretation of non-unicode
16660           strings stored in an ID3v2 tag to a particular encoding. If none
16661           is specified, try to use current locale's encoding, then fall back
16662           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16663         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16664         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16665           Check environment variables GST_ID3V1_TAG_ENCODING,
16666           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16667           list of character encodings to use in case a string encountered
16668           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16669           specified, try to use the current locale's encoding, then fall
16670           back to ISO-8859-1 (which will always succeed).
16671
16672 2005-01-25  Benjamin Otte  <otte@gnome.org>
16673
16674         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16675           - on half framerate, compute the rate in advance so the comparisons
16676             don't compare wrong values
16677           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16678             behaviour
16679           - don't use mad_header_decode anymore, mad_frame_decode does that
16680             automatically
16681           - when getting rid of consumed bytes, reset the stream's skiplen
16682           (fixes #163867)
16683
16684 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16685
16686         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16687           Use 1/2 a second for default max_discont, as PES streams from DVB
16688           seem to have larger spacings in the SCR. 
16689           Fix a typo.
16690
16691 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16692
16693         * gst/playback/gstplaybasebin.c: (group_commit):
16694           Notify delayed stream-info availability.
16695
16696 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16697         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16698         (gst_a52dec_handle_event), (gst_a52dec_chain):
16699         Add some debug output. Check that a discont has a valid
16700         time associated.
16701         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16702         (gst_alsa_sink_loop):
16703         Ignore TAG events. A little extra debug for broken timestamps.
16704         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16705         (dvdnavsrc_change_state):
16706         Ensure we send a discont to engage the link before we send any
16707         other events.
16708         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16709         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16710         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16711         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16712         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16713         dvd://title works in totem because typefinding sends a seek that ends
16714         up going back to chapter 1 regardless.
16715         * ext/mpeg2dec/gstmpeg2dec.c:
16716         * ext/mpeg2dec/gstmpeg2dec.h:
16717         Output correct timestamps and handle disconts.
16718         * ext/ogg/gstoggdemux.c: (get_relative):
16719         Small guard against a null dereference.
16720         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16721         (gst_textoverlay_set_property):
16722         Free memory when done. Don't call gst_event_filler_get_duration on
16723         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16724         g_warning.
16725         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16726         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16727         (gst_sw_srclink), (gst_smoothwave_chain):
16728         Draw solid lines, prettier colours.
16729         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16730         Add a default palette that'll work for some movies.
16731         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16732         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16733         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16734         * gst/mpegstream/gstdvddemux.h:
16735         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16736         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16737         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16738         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16739         * gst/mpegstream/gstmpegparse.h:
16740         Use PTM/NAV events when for timestamp adjustment when connected to 
16741         dvdnavsrc. Don't use many discont events where one suffices.
16742         * gst/playback/gstplaybasebin.c: (group_destroy),
16743         (gen_preroll_element), (gst_play_base_bin_add_element):
16744         * gst/playback/gstplaybasebin.h:
16745         Make sure we remove subtitles from the same bin we put them in.
16746         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16747         (gst_subparse_buffer_format_autodetect),
16748         (gst_subparse_change_state):
16749         Fix some memleaks and invalid accesses.
16750         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16751         (oggskel_type_find), (cmml_type_find), (plugin_init):
16752         Some typefind functions for Annodex v3.0 files
16753         * gst/wavparse/gstwavparse.h:
16754         GstRiffReadClass is the correct parent class.
16755
16756 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16757
16758         * gst-libs/gst/riff/riff-media.c:
16759         (gst_riff_create_video_caps_with_data):
16760           Add extradata to huffyuv (fixes #165013).
16761         * gst-libs/gst/riff/riff-read.c:
16762         (gst_riff_read_strf_vids_with_data):
16763           Fix extradata extraction if it is in the chunk size.
16764
16765 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16766
16767         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16768
16769         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16770         (gst_quarktv_change_state), (gst_quarktv_dispose):
16771           Memory free'ing location fix (#164708).
16772
16773 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16774
16775         * gst/playback/gstplaybasebin.c: (group_commit),
16776         (gen_preroll_element), (probe_triggered), (gen_source_element),
16777         (setup_source), (gst_play_base_bin_change_state),
16778         (gst_play_base_bin_add_element):
16779           Don't block for streams.
16780         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16781         (gst_stream_info_set_mute):
16782           Use gst_pad_set_active_recursive.
16783
16784 2005-01-25  Andy Wingo  <wingo@pobox.com>
16785
16786         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16787         for #ifndef HAVE_XVIDEO.
16788
16789 2005-01-24  Jeffrey C. Ollie
16790
16791         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16792
16793         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16794         * ext/gsm/gstgsmdec.h:
16795         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16796         * ext/gsm/gstgsmenc.h:
16797         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16798         was given by property. Add proper buffer timestamps and offsets.
16799
16800 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16801
16802         * gst-libs/gst/riff/riff-media.c:
16803         (gst_riff_create_audio_caps_with_data):
16804           Audio can be <8000Hz.
16805
16806 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16807
16808         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16809           Explicit state change to workaround refcount bugs.
16810
16811 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16812
16813         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16814         (gst_avimux_riff_get_avi_header):
16815           Fix...
16816
16817 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16818
16819         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16820         (gst_riff_read_element_data):
16821         * gst-libs/gst/riff/riff-read.h:
16822           Add _peek version (req'ed in CDXA).
16823         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16824         (gst_cdxaparse_loop):
16825           Fix parsing in playbin.
16826         * gst/playback/gstdecodebin.c: (close_pad_link):
16827           Ignore current_ pads, they cause major annoyance.
16828
16829 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16830
16831         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16832           Safety guard.
16833
16834 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16835
16836         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16837           Fix padding...
16838
16839 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16840
16841         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16842           Allow for 0-sized buffers. Fixes length query problems in
16843           starwars.mkv from the testsuite.
16844
16845 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16846
16847         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16848         (gst_video_box_i420), (gst_video_box_chain):
16849           Fix row strides for I420 (fixes #163159)
16850           
16851 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16852
16853         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16854           MPEG2 has a useful rate property, so we can actually use that.
16855           For MPEG-1, continue using the bytes/time properties.
16856
16857 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16858
16859         * gst-libs/gst/riff/riff-media.c:
16860         (gst_riff_create_video_caps_with_data),
16861         (gst_riff_create_video_template_caps):
16862           Add intel-h263.
16863
16864 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16865
16866         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16867           Fail if caps negotiation fails. Should fix #162184, and should
16868           definately be in there regardless of it fixing the actual bug.
16869         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16870         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16871         (gst_avimux_riff_get_avix_header),
16872         (gst_avimux_riff_get_video_header),
16873         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16874         (gst_avimux_start_file), (gst_avimux_handle_event),
16875         (gst_avimux_change_state):
16876         * gst/avi/gstavimux.h:
16877           Refactor structure writing to use GST_WRITE_UINT macros, add
16878           metadata writing support.
16879
16880 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16881
16882         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16883           Elements may already be destroyed when this function is called.
16884
16885 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16886
16887         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16888         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16889           More memory leak fixes (#149162).
16890
16891 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16892
16893         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16894         (gst_qtdemux_add_stream):
16895           Fix two memleaks.
16896
16897 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16898
16899         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16900           Argh...
16901
16902 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16903
16904         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16905           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16906           when fixating to six channels in Totem.
16907
16908 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16909
16910         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16911           Fix compile warnings on Solaris 10 buildbot
16912
16913 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16914
16915         * ext/dvdread/dvdreadsrc.c: (_read):
16916           Don't read beyond the last cell in a chapter (fixes 
16917           invalid memory access)
16918
16919 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16920
16921         * ext/dvdread/stream_labels.c:
16922         (dvdreadsrc_get_audio_stream_labels):
16923           Use NULL for an empty GList instead of g_list_alloc(); fix 
16924           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
16925           of GString (easier to bulk free later)
16926
16927 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16928
16929         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16930
16931         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16932         (gst_ffmpeg_pixfmt_to_caps):
16933           Fix BGRA32 caps (#164209).
16934
16935 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16936
16937         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16938
16939         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16940         (gst_ffmpeg_caps_to_pixfmt):
16941           alpha_mask can be RGBA/ABGR. Fixes #164265.
16942
16943 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
16944
16945         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16946
16947         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16948         (gst_mpeg2dec_alloc_buffer):
16949         * ext/mpeg2dec/gstmpeg2dec.h:
16950           Crop if decoding size is not the actual image size (#163676).
16951
16952 2005-01-17  Steve Baker  <steve@stevebaker.org>
16953
16954         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16955
16956         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16957         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16958           Add libsndfile typefind functions (#163309).
16959
16960 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16961
16962         * tools/gst-launch-ext-m.m:
16963           Add .aac, fix .m1v/.m2v (#163891).
16964
16965 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16966
16967         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
16968           Sanity check, don't wait endlessly since the clock might not
16969           actually run at this point (which is a deadlock). Fixes #164069.
16970
16971 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16972
16973         * gst/playback/gstplaybasebin.c: (probe_triggered):
16974           Of course, only pause if group is done...
16975
16976 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16977
16978         * gst/playback/gstplaybasebin.c: (probe_triggered):
16979           Thread safety.
16980
16981 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
16982
16983         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
16984           Don't return state change success when the parent
16985           failed.
16986
16987 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16988
16989         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
16990           Free events (fix memleak in #162905).
16991
16992 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
16993
16994         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16995
16996         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16997         (gst_ffmpeg_caps_to_pixfmt):
16998           Fix for depth = 15. Fixes #161675.
16999
17000 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17001
17002         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17003           Set FPS correctly, even for webcams and the like.
17004         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17005           Don error on setting while capturing.
17006
17007 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17008
17009         * ext/dv/gstdvdec.c:
17010         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17011         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17012           I'm a bad boy. using /1001. to force C to do float division
17013           and not integer division (as it did in my last commit)
17014           Thanks to David I. Lehn for pointing this mistake.
17015
17016 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17017
17018         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17019           Revert Johan's 1.35->1.36 since it breaks compat.
17020
17021 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17022
17023         * ext/dv/gstdvdec.c:
17024         * ext/libfame/gstlibfame.c:
17025         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17026         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17027           replace framerate aproximations by their real value
17028           (24000/1001, 30000/1001, 60000/1001)
17029           Finish fixing bug #164049
17030
17031 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17032
17033         * ext/ogg/gstoggmux.c:
17034           eos/bos debugging
17035         * gst/tcp/gstmultifdsink.c:
17036         * gst/tcp/gstmultifdsink.h:
17037         * gst/tcp/gsttcp.c:
17038         * gst/tcp/gsttcp.h:
17039         * gst/tcp/gsttcpclientsink.c:
17040         * gst/tcp/gsttcpclientsrc.c:
17041         * gst/tcp/gsttcpserversink.c:
17042         * gst/tcp/gsttcpserversrc.c:
17043           improve reusability of elements after state changes and errors
17044           make multifdsink throw away streamheaders when receiving new ones
17045
17046 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17047
17048         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17049           Fix for if items are already in list...
17050
17051 2005-01-12  Benjamin Otte  <otte@gnome.org>
17052
17053         * gst/adder/gstadder.c: (gst_adder_loop):
17054           fix adder a bit so it doesn't screw up with events as much anymore
17055
17056 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
17057
17058         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17059         (pixbufscale_scale), (gst_pixbufscale_chain):
17060         * ext/gdk_pixbuf/pixbufscale.h:
17061           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17062           to ensure rowstrides are calculated the same way as 
17063           ffmpegcolorspace
17064           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17065           that we pick up duration and offset also.
17066
17067 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17068
17069         * gst/avi/gstavimux.c: (gst_avimux_class_init),
17070         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17071           Reusability fixes.
17072
17073 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17074
17075         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17076         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17077         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17078         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17079           Update flags when requested.
17080
17081 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17082
17083         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17084           Fix dmix.
17085
17086 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17087
17088         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17089         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17090         (probe_triggered), (new_decoded_pad), (gen_source_element),
17091         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17092         * gst/playback/gstplaybasebin.h:
17093         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17094         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17095         (gst_play_bin_change_state):
17096           Implement group-switch signal for use in apps to clear metadata
17097           cache, clean up subtitle, add suburi property instead of # hack,
17098           some error-out fixes.
17099
17100 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17101
17102         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17103           Debug.
17104         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17105           If we got a state change in the _get handler, don't return success.
17106
17107 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17108
17109         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17110         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17111           Make jpegdec quiet on MJPEG decoding
17112         * gst/asfdemux/README:
17113           Fix mimetypes for MJPEG and H263
17114
17115 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17116
17117         * ext/theora/theoradec.c: (theora_dec_chain):
17118           Fix broken code generation by gcc by swapping arguments.
17119         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17120           Fix \n in debug.
17121
17122 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17123
17124         * TODO:
17125           delete this file, it is by far outdated
17126         * ext/alsa/gstalsa.1: remove
17127         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17128         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17129         (gst_alsa_get_caps):
17130           Add HW probing for supported sample rates. Fixes #161704
17131
17132 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17133
17134         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17135           Don't crash, biatch! :).
17136
17137 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17138
17139         * ext/musepack/gstmusepackreader.cpp:
17140         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17141           Some work on tags - still doesn't work in playbin...
17142         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17143           Handle events...
17144
17145 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17146
17147         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17148           Also shove tags on kid pads.
17149
17150 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17151
17152         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17153           Don't bail on unknown events.
17154         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17155           Don't crash on events before negotiation.
17156         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17157           Send tags on pads, too.
17158         * gst/playback/gststreamselector.c:
17159         (gst_stream_selector_request_new_pad):
17160           Forward events on first pad if no input was selected yet.
17161
17162 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17163
17164         * gst/playback/gstplaybasebin.c: (setup_substreams):
17165           Don't disable streamtype if the stream doesn't exist, since
17166           then playing a video after audio will disable both and nothing
17167           will happen. Fixes the testsuite.
17168
17169 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17170
17171         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17172         (gst_v4l_xoverlay_set_xwindow_id):
17173         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17174         (gst_v4l2_xoverlay_set_xwindow_id):
17175           Add debug categories, fix overlay disabling.
17176
17177 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17178
17179         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17180         * ext/alsa/gstalsa.h:
17181           Add HW probing for period_count/size and buffer_size MIX/MAX
17182           Adjust default/user defined value if out of bounds
17183           Should fix bug #162024
17184
17185 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17186
17187         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17188           Fix warning (#161191).
17189
17190 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17191
17192         * ext/dvdread/stream_labels.c:
17193         (dvdreadsrc_get_audio_stream_labels):
17194           Fix warning (init the good variable in switch default)
17195
17196 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17197
17198         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17199
17200         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17201           Fix gcc-2.95 compile (#163485).
17202
17203 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17204
17205         * configure.ac:
17206         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17207         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17208         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17209         (gst_flacenc_change_state):
17210         * ext/flac/gstflacenc.h:
17211           Update for API change in flac-1.1.1. Update requirement in
17212           configure.ac. Fixes #162974.
17213
17214 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17215
17216         * gst/playback/gstplaybasebin.c: (group_destroy):
17217           Remove hack to get rid of assert and get rid of unlinked
17218           signals properly.
17219
17220 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17221
17222         * gst/playback/gstplaybasebin.c: (setup_source):
17223           Set source to NULL so that resources are free'ed. Fixes issues
17224           with playback of CDDA and similar device-accessing things.
17225
17226 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17227
17228         * testsuite/embed/Makefile.am:
17229           test->noinst, fix make test in buildbot.
17230
17231 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17232
17233         * ext/dvdread/stream_labels.c: new file
17234         * ext/dvdread/stream_labels.h: new file
17235         * ext/dvdread/Makefile.am:
17236         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17237           Extract audio stream label from DVD IFO files.
17238           It only dump them on the console for now, still have to
17239           make playbin aware of them.
17240
17241 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17242
17243         * gst/playback/gstplaybasebin.c: (setup_source):
17244           Fix hanging subs.
17245
17246 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17247
17248         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17249         (gen_preroll_element), (remove_groups), (setup_subtitle),
17250         (gen_source_element), (setup_source):
17251         * gst/playback/gstplaybasebin.h:
17252           Multiple .sub files is just a stupid idea... Fix some threading
17253           mistakes. Interestingly, external .sub files cause playbin to
17254           hang, I don't know why... Parsing fixes contributed by Fran??ois
17255           Kooman <fkooman@tuxed.net>.
17256
17257 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17258
17259         * testsuite/embed/Makefile.am:
17260           Fix buildbot.
17261
17262 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17263
17264         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17265
17266         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17267         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17268         (gst_pngenc_set_property):
17269         * ext/libpng/gstpngenc.h:
17270           Add compression level property (#163323).
17271
17272 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17273
17274         * configure.ac:
17275         * examples/capsfilter/capsfilter1.c: (main):
17276         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17277         * ext/dvdread/Makefile.am:
17278         * ext/dvdread/demo-play:
17279         * ext/dvdread/demo-play.c:
17280         * gconf/gstreamer.schemas.in:
17281         * gst-libs/gst/gconf/gconf.c:
17282         * sys/v4l/TODO:
17283         * testsuite/Makefile.am:
17284         * testsuite/embed/Makefile.am:
17285         * testsuite/embed/embed.c: (cb_expose), (main):
17286           Remove all references to xvideosink, fix examples (#140845).
17287         * gst/playback/gstplaybasebin.c: (group_destroy):
17288           Apparently, disposal does not unlink - so do explicitely.
17289         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17290           Add debug.
17291
17292 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17293
17294         * README: fix PKG_CONFIG_PATH instructions, what was there
17295         previously was breaking default search path, not nice. 
17296         Fixes #163358
17297
17298 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17299
17300         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17301         (gst_audioscale_chain):
17302           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17303           when resampling - how the ^@$^!@^! is this possible?!?
17304
17305 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17306
17307         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17308           Reset variables on READY.
17309         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17310         (gst_matroska_mux_loop):
17311           Require data before writing header.
17312
17313 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17314
17315         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17316
17317         * ext/mad/gstmad.c: (gst_mad_chain):
17318           Don't call mad_stream_sync() directly after recovering sync.
17319           Fixes #151661.
17320
17321 2005-01-09  Martin Eikermann  <meiker@upb.de>
17322
17323         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17324
17325         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17326         (snapshot_handler), (gst_snapshot_sinkconnect),
17327         (gst_snapshot_chain):
17328           Allocate resources when required, fix recursive signal emission
17329           and fix caps. Fixes #161667.
17330
17331 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17332
17333         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17334
17335         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17336         (gst_pngdec_chain):
17337           Handle only 8-bppc (bits-per-pixel-component) images, better
17338           error handling and correct strides. Fixes #163177.
17339         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17340         (gst_pngenc_chain):
17341           Better error handling. Fixes #163348.
17342
17343 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17344
17345         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17346         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17347         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17348         (dvdnavsrc_uri_handler_init):
17349           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17350         * gst/playback/gstplaybasebin.c: (gen_source_element):
17351           Add MMS to streaming URIs.
17352
17353 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17354
17355         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17356         * sys/xvimage/xvimagesink.c:
17357         (gst_xvimagesink_navigation_send_event):
17358           Check for pad availability before sending event.
17359
17360 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17361
17362         * gst-plugins.spec.in:
17363           Add subparse.
17364
17365 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17366
17367         * configure.ac:
17368           Since we use functions from CVS, up requirement.
17369
17370 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17371
17372         * gst/playback/Makefile.am:
17373         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17374         (group_destroy), (group_commit), (group_is_muted),
17375         (gen_preroll_element), (add_stream), (unknown_type),
17376         (probe_triggered), (preroll_unlinked), (mute_stream),
17377         (silence_stream), (new_decoded_pad), (setup_substreams),
17378         (setup_source), (get_active_source), (mute_group_type),
17379         (muted_group_change_state), (set_active_source),
17380         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17381         (play_base_eos), (gst_play_base_bin_change_state):
17382         * gst/playback/gstplaybasebin.h:
17383         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17384         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17385         (gst_stream_info_dispose), (stream_info_mute_pad),
17386         (stream_info_change_state), (gst_stream_info_set_mute):
17387         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17388         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17389         (gst_stream_selector_init), (gst_stream_selector_dispose),
17390         (gst_stream_selector_get_linked_pad),
17391         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17392         (gst_stream_selector_get_linked_pads),
17393         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17394         * gst/playback/gststreamselector.h:
17395           Adding stream selection support plus required properties for
17396           applications to use this. Fully fixes #100931.
17397
17398 2005-01-08  Benjamin Otte  <otte@gnome.org>
17399
17400         * gst/games/gstpuzzle.c: (nav_event_handler):
17401           - handle nav events differently: forward every event no matter if it
17402             was handled or not.
17403           - translate events
17404           You can now cheat by using navigationtest ! puzzle and moving the
17405           mouse close to the edge of a tile. ;)
17406
17407 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17408
17409         * configure.ac:
17410         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17411         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17412         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17413         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17414         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17415         (gst_ogm_parse_plugin_init):
17416         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17417         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17418         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17419         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17420         * ext/pango/gsttextoverlay.h:
17421         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17422         (gst_matroska_demux_handle_seek_event),
17423         (gst_matroska_demux_sync_streams),
17424         (gst_matroska_demux_parse_blockgroup),
17425         (gst_matroska_demux_subtitle_caps),
17426         (gst_matroska_demux_plugin_init):
17427         * gst/matroska/matroska-ids.h:
17428         * gst/playback/gstdecodebin.c: (close_pad_link):
17429         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17430         (gen_preroll_element), (remove_groups), (add_stream),
17431         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17432         (setup_source):
17433         * gst/playback/gstplaybasebin.h:
17434         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17435         * gst/subparse/Makefile.am:
17436         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17437         (gst_subparse_base_init), (gst_subparse_class_init),
17438         (gst_subparse_init), (gst_subparse_formats),
17439         (gst_subparse_eventmask), (gst_subparse_event),
17440         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17441         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17442         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17443         (parse_mpsub_deinit), (parse_mpsub_init),
17444         (gst_subparse_buffer_format_autodetect),
17445         (gst_subparse_format_autodetect), (gst_subparse_loop),
17446         (gst_subparse_change_state), (gst_subparse_type_find),
17447         (plugin_init):
17448         * gst/subparse/gstsubparse.h:
17449         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17450         (plugin_init):
17451           Add subtitle support, .sub parser (supports SRT and MPsub),
17452           OGM text support, Matroska UTF-8 text support, deadlock fixes
17453           all over the place, subtitle awareness in decodebin/playbin
17454           and some fixes to textoverlay to handle subtitles in a stream
17455           correctly. Fixes #100931.
17456
17457 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17458
17459         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17460           Check for pad availability before doing a query on it.
17461
17462 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17463
17464         * ext/dv/gstdvdec.c:
17465           really fix bpp24/32 dvdec caps (classic rgba indeed)
17466         * gst/asfdemux/gstasfdemux.c:
17467         (gst_asf_demux_process_ext_content_desc):
17468           don't send text tags if they are empty (bis repetita)
17469
17470 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17471
17472         * ext/dv/gstdvdec.c:
17473          remove unneeded comment from dvdec
17474           (related to DV 4CC codes in AVI files)
17475           moved them in gstreamer/docs/random/mimetypes
17476         * gst/asfdemux/gstasfdemux.c:
17477         (gst_asf_demux_process_ext_content_desc):
17478          don't send text tags if they are empty
17479          fix mem leak on error path
17480         * gst/ffmpegcolorspace/avcodec.h:
17481         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17482         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17483         (gst_ffmpegcsp_avpicture_fill):
17484         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17485         * gst/ffmpegcolorspace/imgconvert_template.h:
17486          adds BGR32 and BGRA32 to ffmpegcolorspace
17487           (still bad colors, fixing it on next commit)
17488           helps with dvdec outputing BGR32
17489
17490 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17491
17492         * ext/dv/gstdvdec.c:
17493          Fix audio caps i just broke (missing ',')
17494         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17495         (gst_matroska_mux_reset):
17496          Fix typo + add FIXME about old "x-gst-metadata" crap
17497
17498 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17499
17500         * ext/dv/demo-play.c: (main):
17501          xvideosink -> xvimagesink
17502         * ext/dv/gstdvdec.c:
17503          change rgb 32/32 caps to 24/32 (no alpha)
17504          change nb of channels to be a list (2 or 4, not 2)
17505          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17506         * gst/asfdemux/gstasfdemux.c:
17507         (gst_asf_demux_process_ext_content_desc):
17508          Add 'date/year' to extracted metadata list
17509
17510 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17511
17512         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17513           The return value of fixate_to does not imply that the requested
17514           value was set, so don't assume.
17515
17516 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17517
17518         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17519
17520         * ext/libpng/gstpngdec.c:
17521         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17522         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17523         * ext/libpng/gstpngenc.h:
17524           Alpha support (encoder; #163161), mime fixage.
17525
17526 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17527
17528         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17529
17530         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17531         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17532         (gst_faac_set_property), (gst_faac_get_property):
17533         * ext/faac/gstfaac.h:
17534           Allow for ADTS output (#153434).
17535
17536 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17537
17538         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17539           Fix against template (#150576).
17540
17541 2005-01-06  Benjamin Otte  <otte@gnome.org>
17542
17543         * gst/games/gstpuzzle.c: (draw_puzzle):
17544           don't draw a puzzle if either width or height of tiles would be 0.
17545
17546 2005-01-06  Benjamin Otte  <otte@gnome.org>
17547
17548         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17549         (gst_puzzle_class_init), (gst_puzzle_finalize):
17550           no memleaks, please
17551         (gst_puzzle_create), (gst_puzzle_init),
17552         (gst_puzzle_set_property), (gst_puzzle_setup):
17553           change initialization code around so we don't reshuffle on resize
17554         (draw_puzzle):
17555           fix another stupid typo
17556
17557 2005-01-06  Benjamin Otte  <otte@gnome.org>
17558
17559         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17560           fix stupid typo that borked copying on YUY2
17561
17562 2005-01-06  Benjamin Otte  <otte@gnome.org>
17563
17564         * gst/games/gstpuzzle.c: (draw_puzzle):
17565           fix edges when image sizes aren't multiples of tile sizes
17566
17567 2005-01-06  Benjamin Otte  <otte@gnome.org>
17568
17569         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17570           make RGB endianness work correctly
17571         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17572           refactor and fix race with initial shuffling
17573         (nav_event_handler):
17574           allow using the mouse to puzzle
17575         (draw_puzzle):
17576           insist on tiles having width and height as multiples of 4 to get
17577           clean YUV image handling
17578         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17579         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17580           s/DEBUG/LOG/ for common messages
17581         (gst_xvimagesink_navigation_send_event):
17582           fix mouse event translation to not include screen PAR
17583         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17584           fix mouse event translation to actually work
17585
17586 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17587
17588         * gst/asfdemux/gstasfdemux.c:
17589         (gst_asf_demux_process_ext_content_desc):
17590          Extract TrackNumber metadata + clean up code
17591         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17592          Hope this is the good fix (var used unitialised)
17593
17594 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17595
17596         * ext/faad/gstfaad.c: (gst_faad_chain):
17597           Only increment timestamp if it's valid. Fixes raw AAC streams.
17598
17599 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17600
17601         * configure.ac:
17602         * gst/games/Makefile.am:
17603         * gst/games/gstpuzzle.c:
17604           add a puzzle game with...
17605         * gst/games/gstvideoimage.c:
17606         * gst/games/gstvideoimage.h:
17607           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17608           from videotestsrc and made into something that would be a nice
17609           library for a lot of other plugins.
17610
17611 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17612
17613         * configure.ac:
17614          don't compile faad plugin if a RC of 2.0 is found
17615          Fixes #155346 (and FC1 buildbot)
17616         * gst/asfdemux/gstasfdemux.c:
17617         (gst_asf_demux_process_ext_content_desc):
17618          try to make Solaris compiler happier
17619
17620 2005-01-06  Paul Jack  <pjack@sfaf.org>
17621
17622         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17623
17624         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17625           Fix segfault (#161667).
17626
17627 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17628
17629         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17630           Fix framerate reporting.
17631
17632 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17633
17634         * gst-libs/gst/riff/riff-ids.h:
17635         * gst/wavenc/riff.h:
17636          Add AMR (VBR and CBR) ids to riff.h audio codec list
17637         * gst/asfdemux/gstasfdemux.c:
17638         (gst_asf_demux_process_ext_content_desc),
17639         (gst_asf_demux_process_object):
17640           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17641
17642 2005-01-05  Martin Eikermann  <meiker@upb.de>
17643
17644         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17645
17646         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17647         (gst_dvd_demux_handle_discont):
17648         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17649         (gst_mpeg_demux_handle_discont):
17650           Recreate pads on new-media (#160730).
17651         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17652           Send discont even if manager changes timestamps (#161929).
17653
17654 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17655
17656         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17657
17658         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17659           Fix invalid memory access (#159211).
17660
17661 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17662
17663         * examples/gstplay/player.c: (main):
17664           Don't iterate.
17665         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17666           Add visualizations.
17667         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17668         (gst_a52dec_handle_frame):
17669           Set duration.
17670         * ext/dvdnav/gst-dvd:
17671           Add audioconvert. Fixes #161325.
17672         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17673           Explicitely case to gint64. Possible valgrind error.
17674         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17675         (gst_play_tick_callback), (gst_play_change_state),
17676         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17677         (gst_play_set_location), (gst_play_get_location),
17678         (gst_play_seek_to_time), (gst_play_set_data_src),
17679         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17680         (gst_play_set_visualization), (gst_play_connect_visualization),
17681         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17682         (gst_play_new):
17683           Use playbin. Fixes #139749 and #147744.
17684         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17685           Add genre tag.
17686         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17687         (audioscale_get_type), (gst_audioscale_base_init),
17688         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17689         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17690         (gst_audioscale_link), (gst_audioscale_get_buffer),
17691         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17692         (gst_audioscale_init), (gst_audioscale_dispose),
17693         (gst_audioscale_chain), (gst_audioscale_set_property),
17694         (gst_audioscale_get_property), (plugin_init):
17695           Indent properly.
17696         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17697           Fix LPCM.
17698         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17699         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17700         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17701           Add more metadata (fixes #162656).
17702
17703 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17704
17705         * configure.ac:
17706           back to cvs
17707
17708 === release 0.8.7 ===
17709
17710 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17711
17712         * NEWS:
17713         * RELEASE:
17714         * configure.ac:
17715           releasing 0.8.7, "Hyperspace"
17716
17717 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17718
17719         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17720
17721         * gst/playback/gstplaybasebin.c:
17722          Fix for #162924 - free caps after use, not before
17723
17724 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17725
17726         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17727
17728         * gst/playback/gstplaybasebin.c:
17729         * gst/wavparse/gstwavparse.c:
17730           Fix for #154773 - fixes playback of small .wav files
17731
17732 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17733
17734         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17735
17736         * gst/audioscale/gstaudioscale.c:
17737           Fix for #162819 - make audioscale reusable
17738           Fixes playback of more than one file with playbin/totem
17739
17740 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17741
17742         * gst/ffmpegcolorspace/avcodec.h:
17743         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17744         * gst/ffmpegcolorspace/imgconvert.c:
17745           clean up the mess that made me cry and avoid needless duplication
17746
17747 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17748
17749         * gst/ffmpegcolorspace/imgconvert.c:
17750           give some indication of why we're segfaulting
17751
17752 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17753
17754         * configure.ac:
17755           Fix indentation, fix v4l2 plugin detection.
17756         * ext/Makefile.am:
17757           Fix libmms location (Maciej, use diff -u!).
17758         * ext/alsa/gstalsa.c: (gst_alsa_init):
17759           Initialize caps cache to NULL.
17760         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17761           Only change state on audiosink if it exists.
17762
17763 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17764
17765         * gst/matroska/matroska-demux.c:
17766         * gst/matroska/matroska-ids.h:
17767         * gst/matroska/matroska-demux.h:
17768         Fix Vorbis streams failing to decode in some files, where cluster_time
17769         isn't 0, because then it doesn't send codec_priv before actual data.
17770         Remove time-based test and replace it with marker set on beginning of
17771         new stream
17772
17773 2004-12-28  David Schleef  <ds@schleef.org>
17774
17775         Merge patch from Ronald fixing problems with streaming
17776         text.
17777         * ext/cairo/gstcairo.c: (plugin_init):
17778         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17779         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17780         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17781         (gst_textoverlay_font_init), (gst_textoverlay_init),
17782         (gst_textoverlay_set_property):
17783         * ext/cairo/gsttextoverlay.h:
17784
17785 2004-12-27  David Schleef  <ds@schleef.org>
17786
17787         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17788         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17789         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17790         (gst_textoverlay_font_init), (gst_textoverlay_init),
17791         (gst_textoverlay_set_property): Improvements to actually
17792         render text as white on black outline on video, including
17793         font selection and horizontal/vertical alignment.  (Ronald's
17794         christmas present)
17795         * ext/cairo/gsttextoverlay.h:
17796
17797 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17798
17799         * ext/ogg/gstogg.c:
17800         * ext/ogg/gstogmparse.c:
17801           fix ogm[audio/video]parse plugin registration
17802           (riff won't load if bytestream is already loaded)
17803
17804 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17805
17806         * gst/audioconvert/gstchannelmix.c:
17807           fix for GLIB < 2.4
17808
17809 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17810
17811         * Makefile.am:
17812         * configure.ac:
17813           disable docs again until it actually passes make distcheck.
17814
17815 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17816
17817         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17818         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17819         (plugin_init):
17820           Add 3GP (variables name Q3GP because they can't start with a
17821           number). Add samr audio fourcc (used in .3gp files), decoder
17822           is work in progress. Also do a GST_WARNING instead of ERROR
17823           in case of unknown nodes, to decrease output.
17824
17825 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17826
17827         * Makefile.am:
17828           really fix dist
17829
17830 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17831
17832         * configure.ac:
17833         * ext/speex/gstspeexdec.h:
17834         * ext/speex/gstspeexenc.h:
17835           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17836           Fix detection code in configure.ac
17837
17838 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17839
17840         * gst/matroska/matroska-demux.c:
17841         (gst_matroska_demux_parse_blockgroup):
17842           Save position, so that queries give proper return values. Don't
17843           know how this could ever have worked before...
17844
17845 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17846
17847         * configure.ac:
17848           Put additional LAME check inside the conditional.  Fixes #152339
17849
17850 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17851
17852         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17853         (gst_avi_demux_stream_scan):
17854           Add some more debug. Fix logic error when setting movi offset
17855           while reading index.
17856
17857 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17858
17859         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17860         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17861         (gst_avi_demux_process_next_entry):
17862           Add some debugging. Better detection of broken indexes and the
17863           accompanying index recovery. No infinite loops on state changes
17864           when we're still in our loopfunction.
17865
17866 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17867
17868         * configure.ac:
17869           Fix up.
17870
17871 2004-12-22  Archana Shah  <archana.shah@wipro.com>
17872
17873         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17874
17875         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17876           Normalizing the value before setting
17877         (gst_sunaudiomixer_get_volume):
17878           Normalizing the value after getting. Fixes bug# 161980
17879
17880 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17881
17882         * Makefile.am: Make sure docs gets disted
17883         * docs/Makefile.am: Make sure all needed files get disted
17884         * gst-plugins.spec.in: latest updates
17885
17886 2004-12-22  Wim Taymans  <wim@fluendo.com>
17887
17888         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17889         Revert patch 1.38 as clock distribution over schedulers does
17890         not work correcly in the core yet.
17891
17892 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17893
17894         * sys/oss/README: remove this file, which predates my birth
17895           (and which content is by far outdated)
17896
17897 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
17898
17899         * Makefile.am:
17900         * configure.ac:
17901         * docs/Makefile.am:
17902         * docs/libs/Makefile.am:
17903         * docs/libs/gst-plugins-libs-docs.sgml:
17904         * docs/libs/gst-plugins-libs-sections.txt:
17905         * docs/libs/tmpl/gstgconf.sgml:
17906         * docs/upload.mak:
17907         * docs/version.entities.in:
17908           Added boilerplate gtk-doc files for plugin-libs documentation.
17909
17910 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17911
17912         * gst/auparse/gstauparse.c: fix int and float audio caps
17913
17914 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17915
17916         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17917         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17918           g_assert() can be a macro, don't use #ifdef inside it.
17919
17920 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
17921
17922         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17923
17924         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17925         (gst_videorate_init), (gst_videorate_chain),
17926         (gst_videorate_change_state):
17927           Event handling (fixes #159986).
17928
17929 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17930
17931         * gst-libs/gst/riff/riff-media.c:
17932         (gst_riff_create_video_caps_with_data):
17933           Add BLZ0 (Blizzard's version of DivX) fourcc.
17934
17935 2004-12-18  David Schleef  <ds@schleef.org>
17936
17937         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17938         portability fix.
17939
17940 2004-12-18  David Schleef  <ds@schleef.org>
17941
17942         * gst/tta/ttadec.h: Disable some header code that isn't used
17943         and clearly isn't portable.
17944
17945 2004-12-18  David Schleef  <ds@schleef.org>
17946
17947         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17948         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17949         (avcodec_get_pix_fmt), (avpicture_layout),
17950         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17951         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17952         Fix code to not use GCC extensions (and c99 extensions that
17953         Forte does not like.)
17954
17955 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
17956
17957         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17958
17959         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17960         (gst_deinterlace_chain):
17961           Rowstride fixes. Fixes #161039.
17962         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
17963         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
17964         (gst_video_crop_getcaps), (gst_video_crop_link),
17965         (gst_video_crop_i420), (gst_video_crop_chain),
17966         (gst_video_crop_change_state):
17967           Rework of negotiation. Actually works now. Fixes #158650.
17968
17969 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17970
17971         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
17972           That was very stupid.
17973
17974 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17975
17976         * gst/matroska/matroska-demux.c:
17977         (gst_matroska_demux_parse_blockgroup):
17978           Fix possible crasher.
17979
17980 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17981
17982         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
17983         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
17984           Lace sizes can be zero.
17985
17986 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17987
17988         * ext/musepack/gstmusepackdec.cpp:
17989           Fetch error return values. Fixes #161624.
17990         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17991           Really EOS.
17992
17993 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17994
17995         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
17996           Work for truncated (unfinished download etc.) files. Fixes #160514.
17997
17998 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17999
18000         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18001           Fix for integer overflow. Makes #156001 not crash. Probably masks
18002           the real bug.
18003
18004 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18005
18006         * gst/ac3parse/gstac3parse.c: (plugin_init):
18007           Parsers never have ranks. Fixes #159651.
18008
18009 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18010
18011         * gst/playback/gstdecodebin.c: (compare_ranks):
18012           make sure the facotries are ordered the same every time even if they
18013           have the same rank by using the name
18014         * gst/playback/gstdecodebin.c: (find_compatibles):
18015           make sure we don't add factories to the list twice
18016
18017 2004-12-16  David Schleef  <ds@schleef.org>
18018
18019         * configure.ac: look for musepack headers as musepack/*.h
18020         (fixes #159847)
18021         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18022         * ext/musepack/gstmusepackreader.h: same
18023
18024 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18025
18026         * gst-libs/gst/riff/riff-read.c:
18027         (gst_riff_read_strf_auds_with_data):
18028           Read extradata correctly (fixes #155879).
18029
18030 2004-12-16  David Schleef  <ds@schleef.org>
18031
18032         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18033         audio.  does _not_ attempt or allow conversion unless channels
18034         is 1 or 2.
18035
18036 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18037
18038         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18039
18040 2004-12-16  David Schleef  <ds@schleef.org>
18041
18042         * gst/audioscale/gstaudioscale.c: the resample library only
18043         handles 1 or 2 channels.  Change caps to compensate.
18044
18045 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18046
18047         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18048         (gst_matroska_demux_audio_caps):
18049           Some MPEG-AAC hacks, because else it doesn't work...
18050
18051 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18052
18053         * gst-libs/gst/riff/riff-media.c:
18054         (gst_riff_create_video_caps_with_data),
18055         (gst_riff_create_video_template_caps):
18056           Add h264.
18057
18058 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18059
18060         * gst-libs/gst/audio/Makefile.am:
18061           Try to fix buildbot.
18062
18063 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18064
18065         * gst/tcp/gstmultifdsink.c:
18066           Clean up and uniformize debugging.
18067
18068 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
18069
18070         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18071
18072         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18073         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18074         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18075         (gst_mpeg_demux_change_state):
18076           Reset on ready. Fixes 160276.
18077
18078 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18079
18080         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18081
18082         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18083         (gst_ffmpegcsp_pad_link):
18084           Fix memleak (#154815).
18085
18086 2004-12-16  James Bowes  <bowes@cs.dal.ca>
18087
18088         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18089
18090         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18091         (gst_musicbrainz_init), (gst_musicbrainz_chain),
18092         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18093         * ext/musicbrainz/gsttrm.h:
18094           Add support for using a proxy server when getting a trm id from
18095           the MusicBrainz database (#149613).
18096
18097 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
18098
18099         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18100
18101         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18102         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18103           Fix memleaks (#157233).
18104
18105 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18106
18107         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18108
18109         * gst-libs/gst/resample/resample.c: (gst_resample_close):
18110         * gst-libs/gst/resample/resample.h:
18111         * gst/audioscale/gstaudioscale.c:
18112           Fix memleak (#159215).
18113
18114 2004-12-16  Toni Willberg  <toniw@iki.fi>
18115
18116         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18117
18118         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18119         * sys/oss/oss_probe.c: (main):
18120           Check for mono/stereo support (similar to samplerate probing),
18121           fixes #159433. Also add missing copyright header to oss_probe.c.
18122
18123 2004-12-15  David Schleef  <ds@schleef.org>
18124
18125         * configure.ac: add audioresample and cairo plugins.  Remove
18126         HAVE_MMX stuff, because it's not used.
18127         * ext/Makefile.am: same
18128         * ext/audioresample/Makefile.am: You are not ready for an
18129         audio resampling element based on audioresample.
18130         * ext/audioresample/gstaudioresample.c:
18131         * ext/audioresample/gstaudioresample.h:
18132         * ext/cairo/Makefile.am: You are not ready for overlay elements
18133         based on cairo.  Don't look too closely, these elements kinda
18134         suck right now.
18135         * ext/cairo/gstcairo.c: new
18136         * ext/cairo/gsttextoverlay.c: new
18137         * ext/cairo/gsttextoverlay.h: new
18138         * ext/cairo/gsttimeoverlay.c: new
18139         * ext/cairo/gsttimeoverlay.h: new
18140         * gst-libs/gst/media-info/media-info-priv.h: fix compile
18141         problem with compilers that don't support variadic macros.
18142
18143 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18144
18145         Reviewed by:  David Schleef  <ds@schleef.org>
18146
18147         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
18148         Bala, registering sunaudiosrc (oops!), and cleaning up code a
18149         bit.  Also ran indent-gst.
18150         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18151         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18152         (gst_sunaudiosrc_setparams):
18153
18154 2004-12-14  David Schleef  <ds@schleef.org>
18155
18156         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18157         output rate to 16000.  Should fix #160235.
18158
18159 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18160
18161         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18162         Add typefinding for mpeg2 pes streams
18163
18164 2004-12-13  David Schleef  <ds@schleef.org>
18165
18166         * configure.ac:  Applied patch from bug #143659, making default
18167         sources and sinks OS-dependent (for Solaris), and added code
18168         for OS/X.
18169         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18170
18171 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18172
18173         * gst-libs/gst/riff/riff-media.c:
18174           forgot to add h2.64 to avidemux template caps
18175
18176 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18177
18178         * gst/wavenc/riff.h:
18179         * gst-libs/gst/riff/riff-media.c:
18180         * gst-libs/gst/riff/riff-ids.h:
18181         * gst/avi/gstavimux.c
18182         add 4CC code for VideoSoft h264 in AVI (VSSH)
18183           fixes bug #160655
18184         remove s323 from riff, it's quicktime specific :(
18185
18186 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18187
18188         * gst/asfdemux/README
18189         * gst/wavenc/riff.h
18190         * gst-libs/gst/riff/riff-ids.h
18191         * gst-libs/gst/riff/riff-media.c
18192         * gst/qtdemux/qtdemux.c:
18193           add new 4CC codes for h263 related codecs
18194           fixes partially bug #155163
18195
18196 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18197
18198         * configure.ac: Update polyaudio requirement to 0.7
18199         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18200
18201 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18202
18203         * gst/interleave/deinterleave.c:
18204         fix my name's spelling! :)
18205
18206 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18207
18208         * AUTHORS ChangeLog
18209         * gst/auparse/gstauparse.c
18210         * gst/interleave/deinterleave.c
18211         * gst/law/:
18212                 alaw-decode.c alaw-encode.c
18213                 mulaw-decode.c mulaw-encode.c
18214         * gst/oneton/gstoneton.c
18215         * sys/osxaudio/:
18216                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18217         * sys/osxvideo/:
18218                 cocoawindow.h cocoawindow.m
18219                 osxvideosink.h osxvideosink.m
18220
18221         put the same mail address for Zaheer Abbas Merali everywhere
18222
18223 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18224
18225         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18226           Align by packetsize, and assert that we a packet available before
18227           playing. The first makes webstreams work (they often include
18228           trailing padding data in a packet), the second allows pausing a
18229           ASF stream in totem without getting demux errors afterwards.
18230
18231 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18232
18233         * ext/ogg/gstoggdemux.c: (get_relative):
18234           Check for non-NULL before accessing member (end-of-chain).
18235
18236 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18237
18238         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18239         (cdparanoia_set_property), (cdparanoia_get_property):
18240         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18241         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18242         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18243         (dvdreadsrc_init), (dvdreadsrc_set_property),
18244         (dvdreadsrc_get_property):
18245         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18246         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18247           Synchronize property names where not yet the case. Devices are
18248           now device=X, other versions are deprecated (but still exist).
18249           Also use g_free() unconditionally.
18250         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18251         (setup_source), (gst_play_base_bin_get_property):
18252           Expose source.
18253
18254 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18255
18256         * configure.ac: move GCONF macro outside conditional for the am
18257           conditional. Fixes #160439
18258
18259 2004-12-08  David Schleef  <ds@schleef.org>
18260
18261         * tools/gst-visualise-m.m: Switch to elements that currently
18262         exist.
18263
18264 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18265
18266         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18267           We love wrong commas.
18268
18269 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18270
18271         * gst/matroska/matroska-demux.c:
18272         (gst_matroska_demux_handle_src_query):
18273           Don't set DEFAULT, unsupported - makes length display incorrectly
18274           in some cases.
18275
18276 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18277
18278         * gst/monoscope/README: remove blurb about files being GPL
18279         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18280         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18281           monoscope is now effectively LGPL licensed
18282
18283 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18284
18285         * gst/monoscope/README: Update information to be more correct
18286         * gst/monoscope/convolve.c: Relicense to LGPL
18287         * gst/monoscope/convolve.h: Relicense to LGPL
18288
18289 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18290
18291         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18292           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18293         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18294           set default_duration for mpeg1 audio
18295
18296 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18297
18298         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18299         * ext/alsa/gstalsa.h:
18300           refactor big chunks of the core caps negotiation code to make it
18301           a lot faster, because people claim it's really slow
18302           (actually, just cache the getcaps when the device is opened)
18303
18304 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18305
18306         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18307         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18308         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18309         (gst_a52dec_change_state), (plugin_init):
18310         * ext/a52dec/gsta52dec.h:
18311           Do something useful with timestamps. Make chain-based (since
18312           there's really no reason to be loopbased).
18313         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18314           Update current_byte/frame correctly.
18315
18316 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18317
18318         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18319         (gst_ape_demux_stream_init):
18320           Forward tags, too.
18321
18322 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18323
18324         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18325           Let's make sure we're done typefinding when detecting tags.
18326
18327 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18328
18329         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18330         (gst_ebml_read_init), (gst_ebml_read_use_event),
18331         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18332         (gst_ebml_read_seek), (gst_ebml_read_skip),
18333         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18334         (gst_ebml_read_master):
18335         * gst/matroska/ebml-read.h:
18336         * gst/matroska/matroska-demux.c:
18337         (gst_matroska_demux_parse_contents),
18338         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18339           Disgustingly evil hack for working around INTERRUPT events and
18340           their extremely annoying habit of being a pain in the ass. We
18341           simply peek a cluster before reading any of it.
18342
18343 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18344
18345         * ext/musepack/gstmusepackdec.cpp:
18346           There's also floating point libmusepacks.
18347
18348 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18349
18350         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18351         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18352           Set DURATION even if source buffer didn't. Also use increasing
18353           timestamps.
18354         * gst-libs/gst/riff/riff-media.c:
18355         (gst_riff_create_audio_caps_with_data):
18356           Block_align can have larger values than 8192.
18357
18358 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18359
18360         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18361         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18362         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18363         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18364           Fix caps.
18365
18366 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18367
18368         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18369           Fix logic bug.
18370
18371 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18372
18373         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18374           Yay, another one.
18375
18376 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18377
18378         * ext/esd/esdsink.c: (gst_esdsink_chain):
18379           Make error actually say something useful (fixes #156798).
18380         * gst-libs/gst/riff/riff-media.c:
18381         (gst_riff_create_video_caps_with_data),
18382         (gst_riff_create_video_template_caps):
18383           Add Intel Video 5.0 fourcc (IV50).
18384
18385 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18386
18387         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18388         detection on mono and stereo mp3 files.
18389
18390 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18391
18392         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18393           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18394           the contained stream).
18395
18396 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18397
18398         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18399           Oops, remove debug.
18400
18401 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18402
18403         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18404
18405         * gst/law/alaw-decode.c: (alawdec_getcaps):
18406         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18407           Prevent warnings when negotiating caps (fixes #159338).
18408
18409 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18410
18411         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18412         (gst_ffmpegcsp_chain):
18413           Remove old leftover that shouldn't be there...
18414
18415 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18416
18417         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18418
18419         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18420           Don't forward DISCONT events (fixes #159684).
18421
18422 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18423
18424         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18425           Unlink manually since sometimes bin disposal (and therefore
18426           pad unlinking) is delayed, which will cause a new media file
18427           to not be able to start playing instantly.
18428
18429 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18430
18431         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18432           On mute of an unlinked stream, check for pad availability so
18433           we don't crash on unlinked pad.
18434
18435 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18436
18437         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18438         (gst_avi_demux_massage_index):
18439           Fix quite humiliating bug in omitting 0-sized index chunks but
18440           forgetting to count them for timestamps.
18441
18442 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18443
18444         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18445           Actually leave the loop if we failed to sync. Don't crash.
18446
18447 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18448
18449         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18450         (gst_dvd_demux_process_private):
18451         * gst/mpegstream/gstdvddemux.h:
18452           Fix crash (#159759). Doesn't work, though. :-(.
18453
18454 2004-11-28  Benjamin Otte  <otte@gnome.org>
18455
18456         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18457           more overwriting protection due to modifying channels one by one
18458           instead of all at once
18459
18460 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18461
18462         * gst/audioconvert/gstchannelmix.c:
18463         (gst_audio_convert_fill_normalize):
18464           Normalize using absolute values.
18465
18466 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18467
18468         * configure.ac:
18469         * ext/Makefile.am:
18470         * ext/directfb/Makefile.am:
18471         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18472         (gst_directfbvideosink_get_pixel_format),
18473         (gst_directfbvideosink_get_format_from_fourcc),
18474         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18475         (gst_directfbvideosink_sink_link),
18476         (gst_directfbvideosink_change_state),
18477         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18478         (gst_directfbvideosink_buffer_alloc),
18479         (gst_directfbvideosink_interface_supported),
18480         (gst_directfbvideosink_interface_init),
18481         (gst_directfbvideosink_navigation_send_event),
18482         (gst_directfbvideosink_navigation_init),
18483         (gst_directfbvideosink_set_property),
18484         (gst_directfbvideosink_get_property),
18485         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18486         (gst_directfbvideosink_base_init),
18487         (gst_directfbvideosink_class_init),
18488         (gst_directfbvideosink_get_type), (plugin_init):
18489         * ext/directfb/directfbvideosink.h: Adding a first version of
18490         directfbvideosink.
18491         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18492         more.
18493
18494 2004-11-28  Benjamin Otte  <otte@gnome.org>
18495
18496         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18497           walk the samples backwards if out_channels > in_channels so we don't
18498           overwrite data
18499
18500 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18501
18502         * gst/audioconvert/Makefile.am:
18503         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18504         (gst_audio_convert_link), (gst_audio_convert_change_state),
18505         (gst_audio_convert_channels):
18506         * gst/audioconvert/gstchannelmix.c:
18507         (gst_audio_convert_unset_matrix),
18508         (gst_audio_convert_fill_identical),
18509         (gst_audio_convert_fill_compatible),
18510         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18511         (gst_audio_convert_fill_others),
18512         (gst_audio_convert_fill_normalize),
18513         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18514         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18515         * gst/audioconvert/gstchannelmix.h:
18516           Implement a channel mixer.
18517
18518 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18519
18520         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18521         * ext/alsa/gstalsa.h:
18522         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18523         Make alsasink actually honor gst_element_set_clock and use that
18524         clock instead of its internal one.
18525
18526 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18527
18528         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18529         (gst_play_base_bin_change_state): nullify source and decoder when
18530         going from READY to NULL so that we don't try to do weird stuff with
18531         them when going from NULL to READY
18532         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18533         instead of g_object_unref
18534         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18535         it should be correct
18536         (gst_play_bin_change_state): don't call remove_sinks if we are
18537         currently disposing the object
18538
18539 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18540
18541         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18542           Don't forget bass if it's there. Else left channel is silent...
18543
18544 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18545
18546         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18547         (gst_a52dec_change_state):
18548           Don't do sample adjusting anymore, we use float audio now.
18549         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18550           Don't fixate to non-existing properties.
18551
18552 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18553
18554         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18555         (gst_a52dec_change_state):
18556           Advertise that we can do surround sound.
18557
18558 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18559
18560         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18561           Add buffer-frames=0.
18562         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18563         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18564         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18565         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18566         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18567         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18568         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18569         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18570         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18571         * ext/dvdread/dvdreadsrc.h:
18572           Add seeking, querying for bytes, sectors, title, angle and
18573           chapter. Handle multiple chapters. Relicense to LGPL because
18574           Billy agreed on that (thanks Billy!).
18575
18576 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18577
18578         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18579         call parent dispose method
18580
18581 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18582
18583         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18584         (gst_audio_clock_get_internal_time):
18585         Fix active <-> inactive transitions: ensure time value always
18586         grows and avoid abrupt value changes.
18587
18588 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18589
18590         * configure.ac:
18591         * gst/tta/Makefile.am:
18592         * gst/tta/crc32.h:
18593         * gst/tta/filters.h:
18594         * gst/tta/gsttta.c:
18595         * gst/tta/gstttadec.c:
18596         * gst/tta/gstttadec.h:
18597         * gst/tta/gstttaparse.c:
18598         * gst/tta/gstttaparse.h:
18599         * gst/tta/ttadec.h:
18600           added TTA parser and decoder
18601
18602 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18603
18604         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18605         (probe_triggered), (check_queue), (buffer_underrun),
18606         (buffer_running), (buffer_overrun), (gen_source_element),
18607         (setup_source):
18608         * gst/playback/gstplaybasebin.h:
18609           Implement buffering. Needs some more work.
18610
18611 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18612
18613         * ext/theora/theoradec.c: (theora_dec_chain):
18614           Fix ilog mask range overflow.
18615
18616 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18617
18618         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18619           Don't omit the last (which in case of dmix is the only :) )
18620           channel count. Don't set channels if <= 2.
18621
18622 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18623
18624         * gst/playback/gstplaybin.c: (gen_video_element),
18625         (gen_audio_element): Removed 2 obsolete comments
18626
18627 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18628
18629         * ext/vorbis/oggvorbisenc.c
18630         * ext/vorbis/vorbisenc.c :
18631           change description fields of those plugins to differentiate them
18632           (pitivi show Encoders by description, they had the same one)
18633
18634 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18635
18636         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18637
18638         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18639         (gst_play_bin_set_property), (gen_video_element),
18640         (gen_audio_element):
18641           Refcounting fixes for provided audio-/videosinks.
18642
18643 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18644
18645         * gst/playback/gstplaybin.c: (gen_video_element),
18646         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18647           Don't reference all sinks, but only the video- and audiosinks.
18648           The vis. element should be disposed when we're done with it.
18649           We don't have any reason to keep it around. This fixes warnings
18650           when reusing playbin for playing multiple audio files with
18651           vis. enabled. Also release audio device on pause - idea stolen
18652           from Rhythmbox.
18653
18654 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18655
18656         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18657         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18658         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18659         * ext/alsa/gstalsaplugin.c: (plugin_init):
18660         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18661         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18662         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18663         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18664         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18665         (gst_faad_change_state), (plugin_init):
18666         * ext/faad/gstfaad.h:
18667         * ext/vorbis/vorbis.c: (plugin_init):
18668         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18669         * gst-libs/gst/audio/Makefile.am:
18670         * gst-libs/gst/audio/audio.c: (plugin_init):
18671         * gst-libs/gst/audio/multichannel.c:
18672         (gst_audio_check_channel_positions),
18673         (gst_audio_get_channel_positions),
18674         (gst_audio_set_channel_positions),
18675         (gst_audio_set_structure_channel_positions_list),
18676         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18677         (gst_audio_fixate_channel_positions):
18678         * gst-libs/gst/audio/multichannel.h:
18679         * gst-libs/gst/audio/testchannels.c: (main):
18680         * gst/audioconvert/gstaudioconvert.c:
18681         (gst_audio_convert_class_init), (gst_audio_convert_init),
18682         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18683         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18684         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18685         * gst/audioconvert/plugin.c: (plugin_init):
18686           Surround sound support.
18687
18688 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18689
18690         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18691           Fix position for discont if we're close as well. Nitpicking, but
18692           saves a few milliseconds of extra waiting or skipping.
18693
18694 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18695
18696         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18697           We sometimes need parsers for playback, so add those too.
18698
18699 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18700
18701         * configure.ac:
18702         * gst/apetag/Makefile.am:
18703         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18704         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18705         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18706         (gst_ape_demux_get_src_query_types),
18707         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18708         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18709         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18710         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18711         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18712         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18713         (gst_ape_demux_change_state):
18714         * gst/apetag/apedemux.h:
18715         * gst/apetag/apetag.c: (plugin_init):
18716         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18717         (plugin_init):
18718           APE v1/2 tag reader plus typefind function.
18719
18720 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18721
18722         * configure.ac:
18723         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18724         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18725           Remove hacks for older core. Require newer core version
18726           accordingly.
18727
18728 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18729
18730         * gst/cdxaparse/Makefile.am:
18731         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18732         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18733         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18734         * gst/cdxaparse/gstcdxaparse.h:
18735         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18736         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18737         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18738         (gst_cdxastrip_get_src_query_types),
18739         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18740         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18741         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18742         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18743         * gst/cdxaparse/gstcdxastrip.h:
18744           SVCD/VCD header stripping separated from CDXA image parsing.
18745         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18746         (plugin_init):
18747           Add VCD/SVCD header typefinding for VCD/SVCD.
18748         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18749         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18750         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18751         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18752         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18753         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18754         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18755         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18756         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18757         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18758         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18759         * sys/vcd/vcdsrc.h:
18760           Fix up, add seeking, querying, URI interface. Works in totem now.
18761
18762 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18763
18764         * configure.ac:
18765           back to CVS
18766
18767 === release 0.8.6 ===
18768
18769 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18770
18771         * NEWS:
18772         * RELEASE:
18773         * configure.ac:
18774         * po/af.po:
18775         * po/az.po:
18776         * po/cs.po:
18777         * po/en_GB.po:
18778         * po/hu.po:
18779         * po/it.po:
18780         * po/nb.po:
18781         * po/nl.po:
18782         * po/or.po:
18783         * po/sq.po:
18784         * po/sr.po:
18785         * po/sv.po:
18786         * po/uk.po:
18787           releasing 0.8.6, "IOU Love"
18788
18789 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18790
18791         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18792
18793         * gst/playback/gstplaybasebin.c:
18794           Fix unplayable files error handling.  Fixes #158365
18795
18796 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18797
18798         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18799
18800         * gst/typefind/gsttypefindfunctions.c:
18801           Fix broken mp3 typefinding.  Fixes #158375
18802
18803 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18804
18805         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18806
18807         * ext/ogg/gstoggdemux.c:
18808           Fix sync on broken files.  Fixes #158976
18809
18810 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18811
18812         patch by: Edward Hervey <bilboed@bilboed.com>
18813
18814         * ext/libpng/gstpngenc.c:
18815           Copy over buffer properties.  Fixes #158832
18816
18817 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18818
18819         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18820
18821         * ext/dvdread/dvdreadsrc.c:
18822           Fixes invalid reads (#158462)
18823
18824 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18825
18826         * sys/v4l/gstv4lsrc.c:
18827         * sys/v4l/gstv4lsrc.h:
18828         * sys/v4l/v4lsrc_calls.c:
18829           Probe less and cache it.  Fixes #159187.
18830
18831 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18832
18833         * gst/videorate/gstvideorate.c:
18834           Handle all video formats. Fixes #159186.
18835
18836 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18837         * gst/synaesthesia/gstsynaesthesia.c:
18838         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18839         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18840         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18841         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18842         (gst_synaesthesia_change_state), (plugin_init):
18843         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18844         Force 320x200 output, as that's the only thing the underlying
18845         synaesthesia implementation supports. Still needs to be made
18846         re-entrant.
18847
18848 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18849
18850         * configure.ac:
18851           Fix mpeg2enc configure check (similar to mplex check below).
18852
18853 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
18854
18855         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18856
18857         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18858           Fix for gcc-2.95 (fixes #158221).
18859
18860 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18861
18862         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18863           Re-add clock distribution hack (until new core is released).
18864           Fixes #158125.
18865
18866 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
18867         * configure.ac:
18868           fix mplex configure check segfaulting on some systems (bug #140994)
18869
18870 2004-11-13  Benjamin Otte  <otte@gnome.org>
18871
18872         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18873           add debugging
18874         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18875           do a wait when we enter the loop func with no data available to
18876           write instead of getting into an 100% CPU loop by just returning and
18877           being called again by the scheduler
18878
18879 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
18880
18881         * configure.ac:
18882         * ext/libvisual/visual.c: (gst_visual_get_type),
18883         (libvisual_log_handler), (gst_visual_getcaps),
18884         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18885         (plugin_init):
18886           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18887         * ext/smoothwave/Makefile.am:
18888         * ext/smoothwave/demo-osssrc.c: (main):
18889         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18890         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18891         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18892         (plugin_init):
18893         * ext/smoothwave/gstsmoothwave.h:
18894           Make gstsmoothwave a working element in the 20th century.
18895
18896         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18897           Fix incorrect link function
18898
18899 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18900
18901         * gst/volume/gstvolume.c:
18902           Allow buffer-frames=0.
18903
18904 2004-11-12 Iain <iaingnome@gmail.com>
18905
18906         * configure.ac: Check for polypaudio
18907
18908         * ext/Makefile.am: Build the polyp dir
18909
18910         * ext/polyp: The polypsink sources.
18911
18912 2004-10-30 Iain <iaingnome@gmail.com>
18913
18914         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18915         caps to reflect the new number of channels.
18916
18917 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18918
18919         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18920           Fix for negotiation order problem. This would show when the
18921           ALSA loopfuction was called before any other function. ALSA
18922           wouldn't do anything because we're not negotiated yet, leading
18923           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18924
18925 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18926
18927         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18928
18929         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18930           No warnings (#157986).
18931
18932 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18933
18934         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18935           Prefer apev1/2 and id3v1 (at end of file) over musepack.
18936
18937 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18938
18939         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18940           Signal no-more-pads (so it works in playbin).
18941
18942 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18943
18944         * ext/musepack/gstmusepackreader.cpp:
18945           Workaround for older core.
18946
18947 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18948
18949         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18950           Actually test for odd width/height rather than testing whether
18951           a temporary variable that was 0 before we subtracted 1 is now
18952           not equal to zero (which it always is).
18953
18954 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18955
18956         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18957         Fix compilation if HAVE_XVIDEO is not defined
18958
18959 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18960
18961         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18962         Fix compilation if HAVE_XVIDEO is not defined
18963
18964 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
18965
18966         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18967         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
18968         (gst_goom_change_state), (plugin_init):
18969         Use the bytestream adapter so goom doesn't depend on the input
18970         buffer size.
18971         Add a debug category
18972
18973 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18974
18975         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18976           Only set hardware parameters *after* negotiation. Before
18977           negotiation, it will set ANY and that seems to cause crashes
18978           (see e.g. #151288, #153227).
18979
18980 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18981
18982         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18983           This seems to be antique leftover. It needs to pass error
18984           checking.
18985         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18986         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
18987         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18988         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
18989           Fix GstXOverlay implementation (#151059).
18990
18991 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18992
18993         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18994           Don't assert (#157853).
18995
18996 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18997
18998         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18999           Fix bytes/samples confustion.
19000         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19001           Fix for underrun (#144389).
19002
19003 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19004
19005         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19006           Disable halfway-seek for pending release (since it needs a new
19007           core release).
19008
19009 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19010
19011         * sys/v4l/gstv4lsrc.c:
19012         * sys/v4l/gstv4lsrc.h:
19013         * sys/v4l/v4lsrc_calls.c:
19014           add autoprobe-fps property so we can separate autoprobing parts
19015
19016 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19017
19018         * sys/v4l/gstv4lsrc.c:
19019         * sys/v4l/v4lsrc_calls.c:
19020         initialise fourcc to catch unset fourcc's, and debug
19021
19022 2004-11-09  Wim Taymans  <wim@fluendo.com>
19023
19024         * gst/playback/README:
19025         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19026         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19027         (gst_play_bin_dispose), (gst_play_bin_set_property),
19028         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19029         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19030         (gst_play_bin_get_formats), (gst_play_bin_convert),
19031         (gst_play_bin_get_query_types), (gst_play_bin_query):
19032         Cleanups and some more documentation.
19033
19034 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
19035
19036         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19037         (gst_cacasink_init), (gst_cacasink_chain):
19038         * ext/libcaca/gstcacasink.h:
19039         Cacasink inherits from VideoSink, so let that store the clock.
19040
19041 2004-11-09  Wim Taymans  <wim@fluendo.com>
19042
19043         * gst/playback/README:
19044         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19045         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19046         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19047         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19048         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19049         (setup_sinks):
19050         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19051         (gst_stream_info_is_mute), (gst_stream_info_set_property):
19052         * gst/playback/gststreaminfo.h:
19053         Updated README.
19054         Only switch groups if all streams have muted (EOSed).
19055         Send Tags in sync with the stream playback instead of in
19056         the playback/preroll phase.
19057         Some cleanups, free the fakesrc elements.
19058
19059 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19060
19061         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19062           buffer-frames property was missing
19063         * ext/arts/gst_arts.c:
19064           rate missing from sinkcaps
19065         * ext/audiofile/gstafparse.c:
19066         * ext/audiofile/gstafsink.c:
19067         * ext/audiofile/gstafsrc.c:
19068         * ext/swfdec/gstswfdec.c:
19069           int audio doesn't know buffer-frames
19070         * ext/cdparanoia/gstcdparanoia.c:
19071           int audio doesn't know chunksize either
19072         * ext/nas/nassink.c:
19073           it's endianness, not endianess
19074         * gst-libs/gst/audio/audio.h:
19075           make float standard pad template caps really describe float
19076         * gst/law/mulaw.c: (linear_factory):
19077           signed only, please
19078         * gst/mpegstream/gstdvddemux.c:
19079           widths of 20 are not valid
19080
19081 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19082
19083         Submitted by: Luca Ferretti <elle.uca@infinito.it>
19084
19085         * po/LINGUAS:
19086         * po/it.po:
19087           Add Italian
19088
19089 2004-11-08  Wim Taymans  <wim@fluendo.com>
19090
19091         * gst/playback/README:
19092         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19093         * gst/playback/gstplaybasebin.c: (probe_triggered),
19094         (gst_play_base_bin_change_state):
19095         Updated README, added more comments for fixmes etc..
19096
19097 2004-11-08  Wim Taymans  <wim@fluendo.com>
19098
19099         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19100         We can remove this hack now.
19101
19102 2004-11-08  Wim Taymans  <wim@fluendo.com>
19103
19104         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19105         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19106         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19107         Only mix AYUV for maximum quality.
19108
19109 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19110
19111         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19112         (gst_ogg_demux_push), (gst_ogg_pad_push):
19113           Let's act as if we're synchronized now! :).
19114         * ext/theora/theoradec.c: (theora_dec_chain):
19115           Add some debug.
19116
19117 2004-11-08  Wim Taymans  <wim@fluendo.com>
19118
19119         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19120         (gst_alpha_set_property), (gst_alpha_sink_link),
19121         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19122         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19123         (gst_alpha_init_params), (gst_alpha_chain):
19124         Implement alpha functions for AYUV too, this increases
19125         accuracy quite a bit.
19126
19127 2004-11-08  Wim Taymans  <wim@fluendo.com>
19128
19129         * gst/ffmpegcolorspace/avcodec.h:
19130         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19131         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19132         (gst_ffmpegcsp_avpicture_fill):
19133         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19134         (gst_ffmpegcsp_caps_remove_format_info):
19135         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19136         (shrink12), (img_get_alpha_info), (deinterlace_line),
19137         (deinterlace_line_inplace):
19138         * gst/ffmpegcolorspace/imgconvert_template.h:
19139         Added AYUV colorspace and handle RGBA a bit more respectful.
19140
19141 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19142
19143         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19144           Actually always send a discont (cornercase when resending the
19145           same serial-tagged chain twice).
19146
19147 2004-11-08  Julien MOUTTE  <julien@moutte.net>
19148
19149         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19150         (gst_ximagesink_finalize):
19151         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19152         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19153
19154 2004-11-08  Wim Taymans  <wim@fluendo.com>
19155
19156         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19157         Don't segfault on NULL data.
19158
19159 2004-11-08  Wim Taymans  <wim@fluendo.com>
19160
19161         * gst/playback/gstdecodebin.c: (unlinked):
19162         * gst/playback/gstplay-marshal.list:
19163         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19164         (gst_play_base_bin_init), (group_create), (get_active_group),
19165         (get_building_group), (group_destroy), (group_commit),
19166         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19167         (add_element_stream), (no_more_pads), (probe_triggered),
19168         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19169         (state_change), (setup_source), (gst_play_base_bin_get_property),
19170         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19171         (gst_play_base_bin_link_stream),
19172         (gst_play_base_bin_get_streaminfo):
19173         * gst/playback/gstplaybasebin.h:
19174         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19175         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19176         Add support for chained ogg files. Prepare for playlist
19177         support. This patch introduces the concept of pad groups, which
19178         together compose one playable media file.
19179
19180 2004-11-07  David Schleef  <ds@schleef.org>
19181
19182         * testsuite/gst-lint: Check for pad templates that aren't statically
19183         scoped.
19184
19185 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19186
19187         * configure.ac:
19188         * ext/Makefile.am:
19189         * ext/musepack/Makefile.am:
19190         * ext/musepack/gstmusepackdec.cpp:
19191         * ext/musepack/gstmusepackdec.h:
19192         * ext/musepack/gstmusepackreader.cpp:
19193         * ext/musepack/gstmusepackreader.h:
19194           Add musepack decoder.
19195         * ext/faad/gstfaad.c: (gst_faad_base_init):
19196           Make pad templates static.
19197         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19198         (plugin_init):
19199           Add musepack typefinder, make mp3 typefinding work halfway stream,
19200           which doesn't actually work yet because id3demux doesn't implement
19201           _get_length().
19202
19203 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19204
19205         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19206         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19207           Fix interrupt event handling (#144436).
19208
19209 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19210
19211         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19212           Hide unused glory.
19213
19214 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19215
19216         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19217
19218         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19219           Fix weird caps (#157548).
19220
19221 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19222
19223         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19224
19225         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19226           Add missing NULL terminator (#157543).
19227
19228 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19229
19230         * gst/tcp/gsttcp.h:
19231         * gst/tcp/gsttcpclientsink.c:
19232         * gst/tcp/gsttcpclientsrc.c:
19233         * gst/tcp/gsttcpserversink.c:
19234         * gst/tcp/gsttcpserversrc.c:
19235           ports can go up to 65535.  Move common defines to gsttcp.h
19236
19237 2004-11-05  Wim Taymans  <wim@fluendo.com>
19238
19239         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19240         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19241         Added two more colorspaces.
19242
19243 2004-11-05  Wim Taymans  <wim@fluendo.com>
19244
19245         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19246         (gst_ffmpegcsp_avpicture_fill):
19247         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19248         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19249         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19250         More stride fixes.
19251
19252 2004-11-05  Wim Taymans  <wim@fluendo.com>
19253
19254         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19255         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19256         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19257         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19258         (gst_videomixer_loop):
19259         More stride fixes.
19260
19261 2004-11-05  Benjamin Otte  <otte@gnome.org>
19262
19263         * ext/mad/gstmad.c: (gst_mad_chain):
19264           don't overflow data buffer. Flush not needed sync data when syncing
19265           failed.
19266
19267 2004-11-04  Wim Taymans  <wim@fluendo.com>
19268
19269         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19270         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19271         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19272         (gst_alpha_init_params), (gst_alpha_chain),
19273         (gst_alpha_change_state):
19274         Updated the chroma keying algorithm with something more
19275         sophisticated.
19276
19277 2004-11-03  Wim Taymans  <wim@fluendo.com>
19278
19279         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19280         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19281         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19282         Fix stride issues. Does not completely work for odd
19283         heights.
19284
19285 2004-11-03  Wim Taymans  <wim@fluendo.com>
19286
19287         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19288         (gst_alpha_chroma_key), (gst_alpha_chain):
19289         Fix stride issues. Does not completely work for odd
19290         heights.
19291
19292 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19293
19294         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19295         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19296         leak fixes
19297
19298 2004-11-03  Wim Taymans  <wim@fluendo.com>
19299
19300         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19301         (gst_ffmpegcsp_avpicture_fill):
19302         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19303         (avpicture_alloc):
19304         * gst/ffmpegcolorspace/imgconvert_template.h:
19305         Use correct _fill function to get correct strides.
19306
19307 2004-11-02  David Schleef  <ds@schleef.org>
19308
19309         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19310         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19311         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19312         Change all g_print()s to debugging.  Add a bunch of consistency
19313         checks.
19314
19315 2004-11-02  Wim Taymans  <wim@fluendo.com>
19316
19317         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19318         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19319         (unlinked), (no_more_pads), (close_link):
19320         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19321         (unknown_type), (add_element_stream), (new_decoded_pad),
19322         (removed_decoded_pad), (setup_source):
19323         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19324         (gst_stream_info_class_init), (gst_stream_info_init),
19325         (gst_stream_info_new), (gst_stream_info_dispose),
19326         (stream_info_mute_pad), (gst_stream_info_set_property),
19327         (gst_stream_info_get_property):
19328         * gst/playback/gststreaminfo.h:
19329         Fix playback of multiple files.
19330         a slightly different approach to handling dynamic pad removals.
19331         This one only looks at pads that we have linked.
19332
19333 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19334
19335         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19336         free" warning from libc.
19337
19338 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19339
19340         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19341         (get_unconnected_element), (remove_starting_from), (pad_removed),
19342         (close_link):
19343           Implement support for dynamic pad changing. We listen to "live"
19344           pad removals (i.e. while playing) and re-setup autoplugging
19345           after that. Playbasebin/playbin need some more work for this
19346           to finally work, but decodebin supports (and replugs) chained
19347           ogg now.
19348
19349 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19350
19351         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19352         (gst_alsa_finalize):
19353         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19354         (gst_cdaudio_finalize):
19355         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19356         (cdparanoia_finalize):
19357         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19358         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19359         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19360         (dvdreadsrc_finalize):
19361         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19362         (gst_flacdec_finalize):
19363         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19364         (gst_flacenc_finalize):
19365         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19366         (gst_gnomevfssink_finalize):
19367         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19368         (gst_gnomevfssrc_finalize):
19369         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19370         (gst_fameenc_finalize):
19371         * ext/nas/nassink.c: (gst_nassink_class_init),
19372         (gst_nassink_finalize):
19373         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19374         (gst_sdlvideosink_class_init):
19375         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19376         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19377         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19378         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19379         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19380         (gst_x_window_listener_dispose):
19381         * gst/audioscale/gstaudioscale.c:
19382         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19383         (play_on_demand_finalize):
19384         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19385         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19386         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19387         (cdplayer_finalize):
19388         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19389         (gst_glimagesink_class_init):
19390         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19391         (gst_osselement_finalize):
19392         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19393         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19394         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19395           Fixes a bunch of problems with finalize and dispose functions,
19396           either assumptions that dispose is only called once, or not calling
19397           the parent class dispose/finalize function
19398
19399 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19400
19401         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19402           added two api precondition guards
19403           use g_strdup with getenv to fix crash when using ENVVAR
19404
19405 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19406         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19407         (gst_esdsink_finalize):
19408         Use a finalize function, not dispose, and more importantly,
19409         call the parent class finalize function too
19410
19411 2004-11-01  Johan Dahlin  <johan@gnome.org>
19412
19413         * ext/ogg/gstoggdemux.c:
19414         * gst/tags/gstvorbistag.c:
19415         Plug leaks.
19416
19417 2004-10-31  Benjamin Otte  <otte@gnome.org>
19418
19419         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19420           lotsa memleaks today. But they're all small...
19421
19422 2004-10-31  Benjamin Otte  <otte@gnome.org>
19423
19424         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19425           another memleak crushed
19426
19427 2004-10-31  Benjamin Otte  <otte@gnome.org>
19428
19429         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19430           fix memleak
19431
19432 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19433
19434         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19435           Hack to prevent crash when going to READY inside signal handler
19436           while this function is active.
19437
19438 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19439
19440         * gst/ffmpegcolorspace/Makefile.am:
19441         * gst/ffmpegcolorspace/avcodec.h:
19442         * gst/ffmpegcolorspace/common.h:
19443         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19444         * gst/ffmpegcolorspace/dsputil.h:
19445         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19446         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19447         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19448         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19449         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19450         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19451         (gst_ffmpegcsp_avpicture_fill):
19452         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19453         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19454         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19455         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19456         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19457         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19458         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19459         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19460         * gst/ffmpegcolorspace/imgconvert.c:
19461         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19462         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19463         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19464         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19465         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19466         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19467         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19468         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19469         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19470         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19471         (grow21), (grow22), (grow41), (grow44), (conv411),
19472         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19473         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19474         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19475         (avpicture_free), (is_yuv_planar), (img_convert),
19476         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19477         (deinterlace_line_inplace), (deinterlace_bottom_field),
19478         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19479         * gst/ffmpegcolorspace/imgconvert_template.h:
19480         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19481         * gst/ffmpegcolorspace/mmx.h:
19482         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19483         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19484         (av_freep), (avcodec_get_context_defaults),
19485         (avcodec_alloc_context), (avcodec_init):
19486           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19487           handling plus update from ffmpeg CVS. Large clean-up.
19488
19489 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19490
19491         * gst/playback/Makefile.am:
19492           We need the marshallers for decodebin, too.
19493
19494 2004-10-30  David Schleef  <ds@schleef.org>
19495
19496         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19497           quicktime typefinding work with 64-bit offsets.
19498
19499 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19500
19501         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19502           Set EOS on the element when processing an EOS event.
19503         * ext/speex/gstspeexdec.h:
19504         * ext/speex/gstspeexenc.h:
19505           Only keep a const ptr to the mode
19506         * gst-libs/gst/riff/riff-media.c:
19507         (gst_riff_create_audio_caps_with_data),
19508         (gst_riff_create_audio_template_caps):
19509           Allow WMAV3, with up to 6 channels.
19510         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19511           Don't call gst_pad_set_event_function on a sink pad.
19512         * gst/mpegstream/gstdvddemux.c:
19513         (gst_dvd_demux_get_subpicture_stream),
19514         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19515           Copy the explicit caps that were set across to the cur_* pads,
19516           instead of trying to use a possibly non-existent negotiated caps.
19517           Reset the type of subpicture pads to UNKNOWN after calling
19518           init_stream, so that the caps get set.
19519
19520 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19521
19522         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19523
19524         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19525           Don't touch buffer if it is of size 0 (fixes #151064).
19526
19527 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19528
19529         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19530           Synchronized discont handling.
19531
19532 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19533
19534         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19535         (gst_ogg_demux_push):
19536           Make seeking sort-of exact again (fixes #156387).
19537
19538 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19539
19540         * gst/playback/gstplaybasebin.c: (unknown_type),
19541         (add_element_stream), (new_decoded_pad),
19542         (gst_play_base_bin_change_state):
19543         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19544         (gst_stream_info_init), (gst_stream_info_new),
19545         (gst_stream_info_dispose), (gst_stream_info_get_property):
19546         * gst/playback/gststreaminfo.h:
19547           Make caps explicitely available. Makes testing for unsupported
19548           types possible. Improves error reporting.
19549
19550 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19551
19552         * gst/audioconvert/gstaudioconvert.c:
19553         (gst_audio_convert_buffer_to_default_format):
19554           Really don't touch read-only buffers (#156563).
19555
19556 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19557
19558         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19559
19560         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19561           Fix memleak (#155223).
19562
19563 2004-10-29  Wim Taymans  <wim@fluendo.com>
19564
19565         * gst/tcp/.cvsignore:
19566         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19567         (gst_multifdsink_class_init), (gst_multifdsink_init),
19568         (gst_multifdsink_add), (gst_multifdsink_remove),
19569         (gst_multifdsink_remove_client_link), (is_sync_frame),
19570         (gst_multifdsink_new_client),
19571         (gst_multifdsink_handle_client_write),
19572         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19573         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19574         (gst_multifdsink_get_property):
19575         * gst/tcp/gstmultifdsink.h:
19576         Added burst on connect sync_method, deprecated sync_clients,
19577         streamlined the sync code some more.
19578
19579 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19580
19581         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19582         (gst_play_base_bin_change_state):
19583           Improve error reporting.
19584
19585 2004-10-28  Wim Taymans  <wim@fluendo.com>
19586
19587         * gst/tcp/Makefile.am:
19588         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19589         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19590         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19591         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19592         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19593         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19594         (gst_fdset_wait):
19595         Added more locks around fdset structures. Fixed/reworked
19596         the poll array resizing code.
19597         Added stress test for fdset.
19598
19599 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19600
19601         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19602         fix build
19603
19604 2004-10-28  Benjamin Otte  <otte@gnome.org>
19605
19606         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19607           fix link function to always query channels and query width for
19608           floats
19609         * configure.ac:
19610           add equalizer dir
19611         * gst/equalizer/Makefile.am:
19612         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19613         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19614         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19615         (arg_to_scale), (setup_filter),
19616         (gst_iir_equalizer_compute_frequencies),
19617         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19618         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19619         (plugin_init):
19620           add an equalizer
19621
19622 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19623
19624         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19625
19626         * po/LINGUAS:
19627         * po/nb.po:
19628           Added Norwegian Bokmaal translation
19629
19630 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19631
19632         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19633           Don't break on options (fixes #156488).
19634
19635 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19636
19637         * configure.ac:
19638         * ext/cdaudio/Makefile.am:
19639         * sys/Makefile.am:
19640           fix build on older automake
19641
19642 2004-10-26  Wim Taymans  <wim@fluendo.com>
19643
19644         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19645         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19646         Allow a little margin when negotiating the framerate.
19647
19648 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19649
19650         * gst/level/gstlevel.c:
19651           synchonised naming of pads and pad-templates
19652
19653 2004-10-26  Wim Taymans  <wim@fluendo.com>
19654
19655         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19656         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19657         (_find_streams_check), (gst_ogg_demux_push):
19658         Fix EOS again. Needs to be done in a better way. We should not
19659         remove the pad if there is no new chained stream.
19660
19661 2004-10-26 Iain <iaingnome@gmail.com>
19662
19663         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19664         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19665         of the caps.
19666         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19667         pad.
19668         (interleave_release_pad): Remove the pad.
19669         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19670         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19671         the set device.
19672         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19673         attrs
19674         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19675         (gst_xvimagesink_finalize): Free the par.
19676
19677 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19678
19679         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19680         (gst_avimux_stop_file):
19681           First calculate the rate, and only then use it. Hdr.rate is a
19682           multiple and not a derivative of hdr.scale. Scale is not the
19683           same as blockalign but is solely related to rate.
19684
19685 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19686
19687         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19688         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19689           Implement seeking.
19690
19691 2004-10-25  James Henstridge  <james@jamesh.id.au>
19692
19693         Reviewed by:  David Schleef  <ds@schleef.org>
19694
19695         * examples/gstplay/player.c: (got_stream_length), (main):
19696         * examples/seeking/cdplayer.c: (update_scale):
19697         * examples/seeking/seek.c: (format_value), (update_scale):
19698         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19699         (stop_seek):
19700         Build fixes on AMD64.
19701
19702 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19703
19704         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19705
19706         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19707         Fix for some v4l cards which hang in v4lsrc
19708
19709 2004-10-25  Wim Taymans  <wim@fluendo.com>
19710
19711         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19712         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19713         Make sure to remove the pad when a new chain is
19714         encountered. Set some vars to NULL so we don't try
19715         to reference freed memory.
19716
19717 2004-10-25  Wim Taymans  <wim@fluendo.com>
19718
19719         * examples/seeking/Makefile.am:
19720         * examples/seeking/cdplayer.c: (update_scale):
19721         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19722         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19723         (format_value), (update_scale), (iterate), (start_seek),
19724         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19725         (print_usage), (main):
19726         Added some more examples, update others.
19727
19728 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19729
19730         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19731         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19732         * ext/theora/theoradec.c: (theora_dec_chain):
19733         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19734           Add codec-name metadata.
19735
19736 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19737
19738         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19739
19740         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19741         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19742         * ext/alsa/gstalsamixertrack.h:
19743         * po/POTFILES.in:
19744           ALSA mixer track label internationalization (#154054).
19745
19746 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19747
19748         * ext/theora/theoradec.c: (theora_dec_chain):
19749           Export bitrate as metadata.
19750
19751 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19752
19753         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19754         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19755         * ext/alsa/gstalsamixertrack.h:
19756           Fix names, fix loop.
19757
19758 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19759
19760         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19761         (speex_dec_convert):
19762           sinkconvert function so oggdemux can get the file length (totem).
19763
19764 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19765
19766         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19767
19768         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19769           Don't push incomplete packets.
19770         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19771           Fix MPEG-4 audio typefinding.
19772
19773 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19774
19775         * sys/v4l/Makefile.am:
19776         * sys/v4l/gstv4l.c: (plugin_init):
19777         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19778         (gst_v4lelement_init), (gst_v4lelement_dispose),
19779         (gst_v4lelement_change_state):
19780         * sys/v4l/gstv4lelement.h:
19781         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19782         (gst_v4l_xoverlay_close), (idle_refresh),
19783         (gst_v4l_xoverlay_set_xwindow_id):
19784         * sys/v4l/gstv4lxoverlay.h:
19785         * sys/v4l/v4l-overlay_calls.c:
19786         * sys/v4l/v4l_calls.h:
19787         * sys/v4l2/Makefile.am:
19788         * sys/v4l2/gstv4l2.c: (plugin_init):
19789         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19790         (gst_v4l2element_init), (gst_v4l2element_dispose),
19791         (gst_v4l2element_change_state):
19792         * sys/v4l2/gstv4l2element.h:
19793         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19794         (gst_v4l2_xoverlay_close), (idle_refresh),
19795         (gst_v4l2_xoverlay_set_xwindow_id):
19796         * sys/v4l2/gstv4l2xoverlay.h:
19797         * sys/v4l2/v4l2-overlay_calls.c:
19798         * sys/v4l2/v4l2_calls.h:
19799           Remove client-side overlay handling, use the X-server v4l plugin
19800           for that. Nicer overlay, less code. Also make the plugin
19801           compileable without X (but then without overlay, obviously).
19802           Makes xwindowlistener obsolete, should we remove that?
19803
19804 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19805
19806         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19807         (gst_osssrc_src_query):
19808         * sys/oss/gstosssrc.h:
19809           OK, so people want offset in DEFAULT. This time, actually fix all
19810           cases.
19811         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19812           Add FPS properly.
19813
19814 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19815
19816         * gst/asfdemux/gstasfmux.c:
19817         * gst/avi/gstavimux.c:
19818           Framerate.
19819
19820 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19821
19822         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19823           Fix properties (channel, norm, frequency).
19824
19825 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19826
19827         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19828           Flag typo.
19829         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19830           No warnings.
19831
19832 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19833
19834         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19835           Fix hang.
19836
19837 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19838
19839         * sys/v4l2/gstv4l2element.h:
19840           Yet Another Hack (tm) for kernel header borkedness.
19841         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19842         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19843         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19844         (gst_v4l2src_change_state):
19845         * sys/v4l2/gstv4l2src.h:
19846         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19847         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19848           Fix caps, keep track of state, work.
19849
19850 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19851
19852         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19853           Quiet.
19854
19855 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19856
19857         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19858           Don't mix bytes and samples.
19859
19860 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19861
19862         * ext/ogg/gstoggmux.c:
19863           Basic pad template which accepts OGM tracks, speex, flac, vorbis
19864           and theora. Any is incorrect.
19865         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19866           Fix caps.
19867         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19868         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19869         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19870         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19871         * sys/v4l/gstv4lmjpegsrc.h:
19872         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19873         (gst_v4lsrc_change_state):
19874         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19875         (gst_v4lmjpegsrc_capture_stop):
19876           Fix caps. Keep track of internal state. Work.
19877
19878 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19879
19880         * ext/Makefile.am:
19881           Fix the build fixes.
19882
19883 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19884
19885         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19886         (gst_ogg_demux_src_event), (_find_chain_seek),
19887         (gst_ogg_pad_push):
19888           Check for pad availability before using it.
19889         * ext/ogg/gstoggdemux.c: (_find_chain_process):
19890           Fix parsing of chained ogg. Needs more work on the decoder side.
19891
19892 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19893
19894         * gst/spectrum/Makefile.am:
19895         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19896         (idle_func):
19897           Fix demo and reenable it. Yes, I'm currently playing with audio
19898           analysis tools
19899
19900 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19901
19902         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19903           We love it if files that start at zero work too...
19904
19905 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19906
19907         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19908           Handle files with missing EOS headers.
19909
19910 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19911
19912         * gst/tcp/gsttcpserversink.c:
19913         (gst_tcpserversink_handle_server_read),
19914         (gst_tcpserversink_init_send):
19915         Zero some variables first (need for accept not to return EINVAL)
19916
19917 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19918
19919         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19920         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19921         * ext/theora/theoradec.c: (theora_dec_sink_convert),
19922         (theora_dec_chain):
19923         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19924         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19925           Seeking and querying finetune.
19926
19927 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19928
19929         * configure.ac:
19930         * ext/Makefile.am:
19931         * ext/raw1394/Makefile.am:
19932           fix the build
19933
19934 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19935
19936         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19937           Wrong return.
19938         * gst/playback/Makefile.am:
19939         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19940         * gst/playback/gstplay-marshal.list:
19941         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19942           Fix marshallers.
19943
19944 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19945
19946         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19947           Silence.
19948
19949 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19950
19951         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19952         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19953         (gst_ogg_pad_push):
19954           Yay for non-lineair granulepos in theora.
19955
19956 2004-10-18  Wim Taymans  <wim@fluendo.com>
19957
19958         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19959         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19960         * ext/dv/gstdvdec.h:
19961         Make sure we renegotiate aspect ratio when the camera switches.
19962
19963 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19964
19965         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19966         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19967           Start at zero.
19968         * ext/theora/theoradec.c: (theora_dec_chain):
19969           Skip headers. Bad idea for chained ogg, but fixes seeking.
19970
19971 2004-10-18  Wim Taymans  <wim@fluendo.com>
19972
19973         * configure.ac:
19974         I swear, this is the last time I touch this.
19975
19976 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19977
19978         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19979         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19980         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
19981           Faster seeking.
19982         * ext/theora/theoradec.c: (theora_dec_sink_convert):
19983           Time-to-default conversion.
19984         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19985           Don't error on unknown packets, just skip. We should probably
19986           read them if we want to support chained ogg.
19987
19988 2004-10-18  Wim Taymans  <wim@fluendo.com>
19989
19990         * configure.ac:
19991         Added cdaudio to wrong list.
19992
19993 2004-10-18  Wim Taymans  <wim@fluendo.com>
19994
19995         * configure.ac:
19996         Revive cdaudio.
19997
19998 2004-10-18  Wim Taymans  <wim@fluendo.com>
19999
20000         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20001         (gst_dvdec_video_link), (gst_dvdec_push):
20002         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20003         (gst_smokeenc_resync), (gst_smokeenc_chain):
20004         Fix mimetype on smoke encoder.
20005         Add aspect ratio to dvdec. Not sure if these
20006         values are correct though....
20007
20008 2004-10-18  Wim Taymans  <wim@fluendo.com>
20009
20010         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20011         Fix vorbis property descriptions and ranges.
20012
20013 2004-10-18  Wim Taymans  <wim@fluendo.com>
20014
20015         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20016         Really do nothing when no data is available.
20017         Go to the playing state when the stream is not seekable
20018         instead of failing.
20019
20020 2004-10-18  Wim Taymans  <wim@fluendo.com>
20021
20022         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20023         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20024         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20025         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20026         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20027         Added uri handler for cd://
20028         Port to new API.
20029
20030 2004-10-18  Wim Taymans  <wim@fluendo.com>
20031
20032         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20033         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20034         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20035         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20036         (remove_prerolls), (unknown_type), (add_element_stream),
20037         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20038         (gst_play_base_bin_remove_element),
20039         (gst_play_base_bin_link_stream):
20040         * gst/playback/gstplaybin.c: (gen_video_element),
20041         (gen_vis_element), (remove_sinks), (setup_sinks):
20042         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20043         (gst_stream_info_get_type), (gst_stream_info_class_init),
20044         (gst_stream_info_init), (gst_stream_info_new),
20045         (gst_stream_info_dispose), (stream_info_mute_pad),
20046         (gst_stream_info_set_property), (gst_stream_info_get_property):
20047         * gst/playback/gststreaminfo.h:
20048         Add sink padtemplate to decodebin.
20049         Added some more comments.
20050         Make queue size configurable in playbasebin.
20051         Added possibility to use elements as sinks (ex cdaudio).
20052
20053 2004-10-15  Wim Taymans  <wim@fluendo.com>
20054
20055         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20056         (gst_speexenc_chain):
20057         Fix speex timestamps so that it gets muxed properly.
20058
20059 2004-10-15  Wim Taymans  <wim@fluendo.com>
20060
20061         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20062         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20063         (gst_dv1394src_init), (gst_dv1394src_dispose),
20064         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20065         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20066         (gst_dv1394src_event), (gst_dv1394src_get_formats),
20067         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20068         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20069         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20070         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20071         * ext/raw1394/gstdv1394src.h:
20072         Added conversion/query functions.
20073         Update buffer timestamps,
20074         Added signals.
20075         Added uri dv:// so it might play from the firewire in playbin.
20076         Fix a possible leak.
20077         Added debugging.
20078
20079 2004-10-15  Wim Taymans  <wim@fluendo.com>
20080
20081         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20082         (gst_dv1394src_init), (gst_dv1394src_set_property),
20083         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20084         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20085         * ext/raw1394/gstdv1394src.h:
20086         Added AV/C VTR control support needed for some cameras.
20087         Added automatic port detection.
20088         Added properties for selecting the channel.
20089         The configure.ac script is not yet updated to reflect the
20090         new libavc1394 and librom1394 dependencies.
20091
20092 2004-10-15  Wim Taymans  <wim@fluendo.com>
20093
20094         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20095         (qtdemux_parse), (gst_qtdemux_handle_esds):
20096         An esds box is not a container.
20097         Fix parsing of mp4v boxes.
20098         Do not try to renegotiate fps for each frame. Need to
20099         find a better method. This should fix mp4 playback.
20100
20101 2004-10-14  David Schleef  <ds@schleef.org>
20102
20103         * configure.ac: update for swfdec-0.3 and liboil-0.2
20104         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20105         * ext/swfdec/gstswfdec.h: same
20106         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20107         * gst/videotestsrc/videotestsrc.c: same
20108
20109 2004-10-14  Wim Taymans  <wim@fluendo.com>
20110
20111         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20112         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20113         (is_sync_frame), (gst_multifdsink_new_client),
20114         (gst_multifdsink_handle_client_write),
20115         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20116         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20117         Turn warnings into info.
20118         Don't allow a state change in the streaming thread.
20119
20120 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20121
20122         * ext/vorbis/oggvorbisenc.c:
20123         * ext/vorbis/vorbisdec.c:
20124           fix template sample rate
20125
20126 2004-10-13  Wim Taymans  <wim@fluendo.com>
20127
20128         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20129         Decoding the header first fixes some problems in resyncing
20130         in more mp3s.
20131
20132 2004-10-12  Wim Taymans  <wim@fluendo.com>
20133
20134         * gst/playback/gstplaybin.c: (gen_video_element),
20135         (gen_vis_element), (remove_sinks), (setup_sinks):
20136         Added vis plugin support, need to configure the vis
20137         element to activate it.
20138
20139 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20140
20141         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20142         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20143           Some debug.
20144         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20145         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20146         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20147         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20148         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20149         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20150         * gst/avi/gstavidemux.h:
20151           Support for openDML-2.0 indx/ix## chunks. Support for broken index
20152           recovery (where, if part of the index is broken, we will still read
20153           the rest of the index and recover the broken part by stream
20154           scanning). More broken media support. EOS workarounds. General AVI
20155           braindamage headache recovery. Aspirin included.
20156
20157 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20158
20159         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20160         (cdparanoia_event), (cdparanoia_query):
20161           Get rid of hideous lead-in.
20162
20163 2004-10-11  Wim Taymans  <wim@fluendo.com>
20164
20165         * gst/playback/gstplaybasebin.c: (setup_source):
20166         Wrong var used to get g_list_next.
20167
20168 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20169
20170         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20171         (cdparanoia_get), (cdparanoia_open):
20172           Report discid as metadata, add duration.
20173
20174 2004-10-11  Wim Taymans  <wim@fluendo.com>
20175
20176         * gst/playback/gstplaybasebin.c: (setup_source):
20177         Cleanup the previous pipeline a little earlier for the
20178         case that a source element provides raw data.
20179
20180 2004-10-11  Benjamin Otte  <otte@gnome.org>
20181
20182         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20183           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20184           consuming the last 128 bytes, even though it was valid mp3 data.
20185
20186 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20187
20188         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20189         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20190         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20191         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20192
20193 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20194
20195         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20196         Fix for webcams that support only specific width or height
20197
20198 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20199
20200         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20201
20202         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20203           Fix wrong discont event setup (fixes #154967).
20204
20205 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20206
20207         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20208
20209         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20210           Error out on invalid data (fixes #154807).
20211
20212 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20213
20214         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20215
20216         * ext/dvdread/dvdreadsrc.c: (_read):
20217           Make titles > 0 work again (fixes #154834).
20218
20219 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20220
20221         * gst-libs/gst/riff/riff-media.c:
20222         (gst_riff_create_video_template_caps):
20223           WMV3 missing in template caps.
20224
20225 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20226
20227         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20228           OK, so the original code was too strict. It makes random AVI files
20229           hang for seconds upon opening, which is unacceptable and is far
20230           beyond the original goal of getting multiple chunks for one-chunk
20231           sounc stream files. So now do just that.
20232
20233 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20234
20235         * gst/playback/gstplaybasebin.c: (setup_source),
20236         (gst_play_base_bin_change_state):
20237           Actually clean up streaminfo if output fails. This would trigger
20238           if, for example, there was no CD in the drive. No preroll, so
20239           a streaminfo structure is created, but the subsequent state change
20240           of the thread fails.
20241         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20242           Don't change state if parent failed.
20243
20244 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20245
20246         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20247         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20248         (gen_video_element), (remove_sinks):
20249           Add small bits of code for screenshot handling.
20250
20251 2004-10-08  Wim Taymans  <wim@fluendo.com>
20252
20253         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20254         (gen_video_element), (gen_audio_element), (setup_sinks):
20255         Don't assume the user provided sinks are named "sink"...
20256
20257 2004-10-08  Wim Taymans  <wim@fluendo.com>
20258
20259         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20260         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20261         (gst_play_base_bin_link_stream):
20262         Do not try to autoplug sources that generate raw streams like
20263         cdparanoia.
20264         disconnect the preroll overrun signal when we don't need it anymore.
20265
20266 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20267
20268         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20269         Added reworked patch from #154903 from milosz derezynski (deadchip).
20270
20271 2004-10-08  Wim Taymans  <wim@fluendo.com>
20272
20273         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20274         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20275         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20276         (cdparanoia_convert), (cdparanoia_uri_get_type),
20277         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20278         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20279         * ext/cdparanoia/gstcdparanoia.h:
20280         This adds the cdda://<tracknum> uri.
20281
20282 2004-10-08  Wim Taymans  <wim@fluendo.com>
20283
20284         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20285         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20286         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20287         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20288         (unknown_type), (gst_play_base_bin_remove_element),
20289         (gst_play_base_bin_link_stream):
20290         * gst/playback/gstplaybasebin.h:
20291         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20292         (gst_play_bin_set_property), (gen_video_element),
20293         (gen_audio_element), (setup_sinks):
20294         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20295         (gst_stream_info_get_type), (gst_stream_info_class_init),
20296         (gst_stream_info_init), (gst_stream_info_new),
20297         (gst_stream_info_dispose), (stream_info_mute_pad),
20298         (gst_stream_info_set_property), (gst_stream_info_get_property):
20299         * gst/playback/gststreaminfo.h:
20300         Reuse the audio and video bins.
20301         Some internal cleanups in the stream selection code.
20302
20303 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20304
20305         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20306         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20307         * sys/ximage/ximagesink.h:
20308         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20309         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20310         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20311         not coming from those elements. Moreover these elements should not keep
20312         the xid they have been given when in NULL state.
20313
20314 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20315
20316         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20317         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20318         * sys/ximage/ximagesink.h:
20319         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20320         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20321         * sys/xvimage/xvimagesink.h:
20322           Actually only create a new toplevel window if we're not gonna
20323           embed it right after.
20324
20325 2004-10-07  Wim Taymans  <wim@fluendo.com>
20326
20327         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20328         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20329         * gst/playback/gstplaybin.c: (setup_sinks):
20330         Implement muting/unmuting of streams, mute streams that are not
20331         used.
20332
20333 2004-10-07  Wim Taymans  <wim@fluendo.com>
20334
20335         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20336         (plugin_init):
20337         Added lame audio/x-ac3 typefind function.
20338
20339 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20340
20341         * configure.ac:
20342           bump nano to cvs
20343
20344 === release 0.8.5 ===
20345
20346 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20347
20348         * NEWS:
20349         * RELEASE:
20350         * configure.ac:
20351           releasing 0.8.5, "Take You On"
20352
20353 2004-10-06  Wim Taymans  <wim@fluendo.com>
20354
20355         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20356         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20357         (no_more_pads), (close_link), (type_found):
20358         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20359         * gst/playback/gstplaybin.c: (gen_video_element):
20360         Do not signal the no_more_pads after the first pad when
20361         we are plugging a non dynamic element with multiple
20362         output pads (like swfdec, dvdec, ...).
20363
20364 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20365
20366         * configure.ac:
20367           bump for prerelease
20368
20369 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20370
20371         * gst/wavparse/gstwavparse.c:
20372           add ATRAC3 to STATIC CAPS to fix a warning
20373
20374         * gst/matroska/ebml-read.c:
20375         * gst-libs/gst/riff/riff-read.c:
20376           fix typos
20377
20378 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20379
20380         * gst-libs/gst/riff/riff-media.c:
20381           generate caps for ATRAC3 audio streams
20382
20383         * gst/realmedia/rmdemux.c:
20384           generate caps for ATRAC3 audio streams
20385
20386 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20387
20388         * gst/wavparse/Makefile.am
20389         * gst/wavparse/riff.h
20390         * gst/wavparse/wavparse.vcproj
20391           riff.h removal (unused and duplication with riff-ids.h)
20392
20393 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20394
20395         * gst/wavparse/gstwavparse.h
20396           remove duplicated defines for audio codec codes
20397
20398         * gst-libs/gst/riff/riff-ids.h
20399         * gst/wavenc/riff.h:
20400           add "4CC" code for ATRAC3 audio streams
20401           add "4CC" code for ITU_G721_ADPCM (unused for now)
20402
20403 2004-10-06  Wim Taymans  <wim@fluendo.com>
20404
20405         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20406         Actually _do_ negotiation. Pass gdouble as arg instead
20407         of guint64 for the framerate.
20408
20409 2004-10-06  Wim Taymans  <wim@fluendo.com>
20410
20411         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20412         (find_compatibles), (close_pad_link), (try_to_link_1),
20413         (no_more_pads), (close_link), (type_found):
20414         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20415         * gst/playback/gstplaybin.c: (gen_video_element),
20416         (gen_audio_element):
20417         Set state on newly added element to READY so that negotiation
20418         can happen ASAP.
20419         Addes some more debug info.
20420         Do not try to plug pads with multiple caps structures or ANY
20421         because it is too dangerous since we do not do dynamic
20422         replugging.
20423
20424 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20425
20426         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20427
20428         * po/LINGUAS:
20429         * po/or.po:
20430           add Oriya translation
20431
20432 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20433
20434         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20435           Prevent overwrite of size member. Makes audio sound crappy.
20436
20437 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20438
20439         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20440         Add rmvb to the list of known RealMedia extensions
20441
20442 2004-10-05  Wim Taymans  <wim@fluendo.com>
20443
20444         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20445         (mngdec_openstream), (mngdec_closestream),
20446         (mngdec_handle_sink_event), (mngdec_readdata),
20447         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20448         (mngdec_getcanvasline), (mngdec_refresh),
20449         (gst_mngdec_change_state):
20450         Set the framerate correctly.
20451
20452 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20453
20454         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20455           There was something wrong with the index massaging.
20456
20457 2004-10-04  Wim Taymans  <wim@fluendo.com>
20458
20459         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20460         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20461         (gst_smokedec_chain):
20462         * ext/jpeg/gstsmokedec.h:
20463         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20464         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20465         * ext/jpeg/gstsmokeenc.h:
20466         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20467         (smokecodec_decode_new), (smokecodec_info_free),
20468         (smokecodec_set_quality), (smokecodec_get_quality),
20469         (smokecodec_set_threshold), (smokecodec_get_threshold),
20470         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20471         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20472         (smokecodec_encode), (smokecodec_parse_id),
20473         (smokecodec_parse_header), (smokecodec_decode):
20474         * ext/jpeg/smokecodec.h:
20475         * ext/jpeg/smokeformat.h:
20476         Updated smoke, new bitstream, allows embedding in ogg.
20477
20478 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20479
20480         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20481           Fix seeking in some files. All this code is no longer needed (and
20482           actually breaks stuff) because we now synchronize the full index
20483           right when reading the header.
20484
20485 2004-10-04  Wim Taymans  <wim@fluendo.com>
20486
20487         * configure.ac:
20488         configure update for libmng.
20489
20490 2004-10-04  Wim Taymans  <wim@fluendo.com>
20491
20492         * ext/libmng/Makefile.am:
20493         * ext/libmng/gstmng.c: (plugin_init):
20494         * ext/libmng/gstmng.h:
20495         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20496         (gst_mngdec_base_init), (gst_mngdec_class_init),
20497         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20498         (gst_mngdec_loop), (gst_mngdec_get_property),
20499         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20500         (mngdec_closestream), (mngdec_handle_sink_event),
20501         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20502         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20503         (gst_mngdec_change_state):
20504         * ext/libmng/gstmngdec.h:
20505         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20506         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20507         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20508         (gst_mngenc_chain), (gst_mngenc_get_property),
20509         (gst_mngenc_set_property):
20510         * ext/libmng/gstmngenc.h:
20511         Added basic MNG decoder. Needs more work. The encoder does
20512         not work yet.
20513
20514 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20515
20516         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20517         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20518         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20519           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20520           no-more-pads.
20521
20522 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20523
20524         * configure.ac:
20525           you need at least 1.0.4 of speex
20526
20527 2004-10-04 Iain <iaingnome@gmail.com>
20528
20529         * ext/speex/gstspeexdec.h: Revert the includes changes.
20530
20531         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20532
20533 2004-09-30 Iain <iaingnome@gmail.com>
20534
20535         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20536         found during init or set as a property instead of hardcoding /dev/audio
20537
20538 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20539
20540         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20541         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20542         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20543         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20544         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20545         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20546         (gst_rmdemux_dump_data):
20547           Use debug category, fix EOS handling. filesrc ! rmdemux now
20548           works.
20549
20550 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20551
20552         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20553         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20554         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20555           Improve allocation, cutting and sorting of the index. How takes a
20556           few seconds instead of minutes.
20557
20558 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20559
20560         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20561           fixed compilation
20562
20563 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20564
20565         * gst-libs/gst/riff/riff-media.c:
20566         (gst_riff_create_video_caps_with_data),
20567         (gst_riff_create_video_template_caps):
20568           Add wing commander format mimetype/fourccs.
20569         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20570           Don't crash if some value is 0.
20571
20572 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20573
20574         * gst-libs/gst/riff/riff-media.c:
20575         (gst_riff_create_video_caps_with_data),
20576         (gst_riff_create_video_template_caps):
20577           Add DIB fourcc (raw, palettized 8-bit RGB).
20578         * gst-libs/gst/riff/riff-read.c:
20579         (gst_riff_read_strf_vids_with_data):
20580           Oops, fix strf_data reading bug.
20581         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20582           Use a non-NULL tag.
20583         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20584           Time for hacks. Sorry Dave. At least one quicktime movie (a
20585           trailer) that I've encountered contains multiple video tracks.
20586           One of those is the actual video track, the other are one-frame
20587           tracks (images). Unfortunately, the number of frames according
20588           to the trak header is 1 for each, so that doesn't help. So
20589           instead, I look at the duration and discard tracks with a
20590           duration shorter than 20% of the length of the stream. Better
20591           than nothing.
20592
20593 2004-10-01  Christian Schaller <christian@fluendo.com>
20594
20595         * ext/ivorbis/vorbis.c:
20596           Patch from Phil Blundell (Bug 152341)
20597
20598 2004-10-01  Wim Taymans  <wim@fluendo.com>
20599
20600         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20601         (speex_dec_get_formats), (speex_dec_convert),
20602         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20603         (speex_dec_chain), (gst_speexdec_get_property),
20604         (gst_speexdec_set_property):
20605         Small cleanups.
20606
20607 2004-10-01  Wim Taymans  <wim@fluendo.com>
20608
20609         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20610         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20611         (gst_wavparse_other), (gst_wavparse_loop),
20612         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20613         (gst_wavparse_srcpad_event):
20614         * gst/wavparse/gstwavparse.h:
20615         Added some more debugging info.
20616         Fix the case where the length of the file is 0.
20617         Make sure we seek to sample borders.
20618
20619 2004-10-01  Wim Taymans  <wim@fluendo.com>
20620
20621         * gst/playback/README:
20622         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20623         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20624         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20625         Add some debug info to decodebin, update README
20626
20627 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20628
20629         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20630           Don't use g_print(); use GST_DEBUG().
20631
20632 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20633
20634         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20635         (gst_ogg_mux_queue_pads):
20636           Handle EOS properly.
20637
20638 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20639
20640         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20641
20642         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20643         (gst_faad_chain), (gst_faad_change_state):
20644         * ext/faad/gstfaad.h:
20645           Allow playback of raw (unframed) MPEG AAC files (#148993).
20646
20647 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20648
20649         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20650
20651         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20652           Throw error if we didn't recognize the stream. Fixes #152289.
20653
20654 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20655
20656         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20657           Fix negotiation.
20658
20659 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20660
20661         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20662
20663         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20664           Fix memleak.
20665
20666 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20667
20668         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20669
20670         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20671           Solve #152805.
20672         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20673           Solve 152806.
20674
20675 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20676
20677         * gst-libs/gst/riff/riff-media.c:
20678         (gst_riff_create_video_caps_with_data),
20679         (gst_riff_create_audio_caps_with_data):
20680           Add codec_data handling (like asfdemux used to do).
20681         * gst/asfdemux/gstasf.c: (plugin_init):
20682         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20683         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20684           Use riff-media for caps creation instead of our own (mostly
20685           broken) copy of its functions.
20686
20687 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20688
20689         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20690           Don't actually error out if we get another return value than
20691           -EINVAL. Opposite to what I first thought, drivers have random
20692           return values for this, although -EINVAL is the expected return
20693           value. Since this is not fatal, we shouldn't use
20694           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20695
20696 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20697
20698         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20699         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20700         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20701         (dvdreadsrc_get), (dvdreadsrc_open_file),
20702         (dvdreadsrc_change_state):
20703           Fix. Don't do one big huge loop around the whole DVD, that will
20704           cache all data and thus eat sizeof(dvd) (several GB) before we
20705           see something.
20706         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20707           Actually NULL'ify event after using it.
20708         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20709         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20710         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20711         (gst_ebml_read_seek), (gst_ebml_read_skip):
20712           Handle events.
20713         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20714         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20715         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20716           Fix timing (this will probably break if I seek using menus, but
20717           I didn't get there yet). VOBs and normal DVDs should now work.
20718           Add a mpeg2-only pad with high rank so this get autoplugged for
20719           MPEG-2 movies.
20720         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20721         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20722         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20723         (gst_mpeg_demux_get_audio_stream),
20724         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20725         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20726           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20727           MPEG-1 but use dvddemux for MPEG-2.
20728         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20729         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20730         (gst_mpeg_parse_parse_packhead):
20731           Timing. Only add pad template if it exists. Add sink template from
20732           class and not from ourselves. This means we will always use the
20733           correct sink template even if it is not the one defined in this
20734           file.
20735
20736 2004-09-29  Wim Taymans  <wim@fluendo.com>
20737
20738         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20739         (gst_mpeg_demux_parse_pes):
20740         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20741         Fix playback of mpeg again, timestamps where screwed up by
20742         patch 1.61.
20743
20744 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20745
20746         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20747           Only return true if we actually filled something in. Prevents
20748           player applications from showing a random length for flac files.
20749         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20750         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20751         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20752         (gst_riff_read_strf_vids_with_data),
20753         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20754           OK, ok, so I implemented event handling. Apparently it's normal
20755           that we receive random events at random points without asking
20756           for it.
20757         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20758         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20759         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20760         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20761         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20762         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20763         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20764         * gst/avi/gstavidemux.h:
20765           Implement non-lineair chunk handling and subchunk processing.
20766           The first solves playback of AVI files where the audio and video
20767           data of individual buffers that we read are not synchronized.
20768           This should not happen according to the wonderful AVI specs, but
20769           of course it does happen in reality. It is also a prerequisite for
20770           the second. Subchunk processing allows us to cut chunks in small
20771           pieces and process each of these pieces separately. This is
20772           required because I've seen several AVI files with incredibly large
20773           audio chunks, even some files with only one audio chunk for the
20774           whole file. This allows for proper playback including seeking.
20775           This patch is supposed to fix all AVI A/V sync issues.
20776         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20777         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20778           Work.
20779         * gst/modplug/gstmodplug.cc:
20780           Proper return value setting for the query() function.
20781         * gst/playback/gstplaybasebin.c: (setup_source):
20782           Being in non-playing state (after, e.g., EOS) is not necessarily
20783           a bad thing. Allow for that. This fixes playback of short files.
20784           They don't actually playback fully now, because the clock already
20785           runs. This means that small files (<500kB) with a small length
20786           (<2sec) will still not or barely play. Other files, such as mod
20787           or flx, will work correctly, however.
20788
20789 2004-09-28  Wim Taymans  <wim@fluendo.com>
20790
20791         * ext/speex/gstspeex.c: (plugin_init):
20792         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20793         (gst_speex_dec_class_init), (speex_dec_get_formats),
20794         (speex_get_event_masks), (speex_get_query_types),
20795         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20796         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20797         (gst_speexdec_get_property), (gst_speexdec_set_property),
20798         (speex_dec_change_state):
20799         * ext/speex/gstspeexdec.h:
20800         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20801         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20802         (gst_speexenc_base_init), (gst_speexenc_class_init),
20803         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20804         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20805         (gst_speexenc_src_query), (gst_speexenc_init),
20806         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20807         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20808         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20809         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20810         (gst_speexenc_chain), (gst_speexenc_get_property),
20811         (gst_speexenc_set_property), (gst_speexenc_change_state):
20812         * ext/speex/gstspeexenc.h:
20813         Rewrote speex encoder, make sure it can be embedded in ogg.
20814         Implemented speex decoder.
20815
20816 2004-09-28  Christian Schaller <christian@fluendo.com>
20817
20818         * configure.ac:
20819         Remove kioslave plugin. Markey is brewing a new working one
20820         * ext/Makefile.am: Remove kioslave plugin
20821         * ext/kio: remove
20822         * gst-plugins.spec.in: remove kio plugin from spec
20823
20824 2004-09-27  Wim Taymans  <wim@fluendo.com>
20825
20826         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20827         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20828         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20829         (gst_multifdsink_new_client),
20830         (gst_multifdsink_handle_client_write),
20831         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20832         (gst_multifdsink_handle_clients):
20833         * gst/tcp/gstmultifdsink.h:
20834         Make syncing to keyframes actually work for new clients and lagging
20835         clients.
20836
20837 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20838
20839         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20840         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20841         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20842         * gst/debug/gstnavigationtest.h:
20843           make navigationtest display button-press and button-release events
20844
20845 2004-09-26 Iain <iaingnome@gmail.com>
20846
20847         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20848         the channels have received a new media event.
20849         (interleave_buffered_loop): Compresses a new media event on all
20850         channels into one.
20851
20852 2004-09-26 Iain <iaingnome@gmail.com>
20853
20854         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20855         call the sinkpad's default event handler and not the srcpads. He also
20856         says this is confusing :)
20857         (gst_wavenc_stop_file): Company says that seek events only go upstream
20858         we should send a discontinuous downstream instead.
20859
20860 2004-09-25  Christian Schaller <christian@fluendo.com>
20861
20862         * Update SPEC file to be usable in conjunction with Fedora Core,
20863           Fedora.us and freshrpms packages
20864         * Fix typo in multifilesrc test Makefile
20865
20866 2004-09-24  Wim Taymans  <wim@fluendo.com>
20867
20868         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20869         Only signal the no_more_pads signal when we have
20870         added the stream to our list.
20871
20872 2004-09-24  Wim Taymans  <wim@fluendo.com>
20873
20874         * gst/playback/gstplaybasebin.c: (remove_prerolls),
20875         (new_decoded_pad):
20876         * gst/playback/gstplaybasebin.h:
20877         * gst/playback/gstplaybin.c: (setup_sinks):
20878         Don't try to preroll or decode more than one audio/video
20879         track.
20880
20881 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20882
20883         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20884           Throw error if we failed to find a suitable output. This should
20885           throw an error if we successfully set up a pipeline (e.g. because
20886           we recognized a media file) but found no decodable streams in it
20887           (e.g. because it contains only media stream types for which we
20888           have no decoders, or because it's not a media type).
20889
20890 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20891
20892         * ext/dirac/Makefile.am:
20893         * ext/dirac/gstdirac.cc:
20894         * ext/dirac/gstdiracdec.cc:
20895         * ext/dirac/gstdiracdec.h:
20896           Do something. Don't actually know if this works because I don't
20897           have a demuxer yet.
20898         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20899           Add channels=1 to caps returned from _getcaps().
20900         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20901         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20902         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20903         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20904         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20905         (gst_ogm_parse_change_state):
20906           Separate between audio/video so ogmaudioparse actually uses the
20907           audio pad templates. Both audio and video work now, including
20908           autoplugging. Also use sometimes-srcpad hack.
20909         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20910           Handle events better. Don't hang on infinite loops.
20911         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20912         (gst_avi_demux_init), (gst_avi_demux_reset),
20913         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20914         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20915         (gst_avi_demux_change_state):
20916         * gst/avi/gstavidemux.h:
20917           Improve A/V sync. Still not perfect.
20918         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20919         (gst_ebml_read_skip):
20920           Handle events better.
20921         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20922         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20923         (qtdemux_audio_caps):
20924           Add IMA4. Improve event handling. Save offset after a seek when
20925           the headers are at the end of the file so that we don't end up in
20926           an infinite loop.
20927         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20928           Add low-priority typefind support for files with no length.
20929
20930 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20931
20932         * testsuite/multifilesink/Makefile.am:
20933         fix typo
20934
20935 2004-09-22  Julien MOUTTE  <julien@moutte.net>
20936
20937         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20938         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20939         mistakes from thaytan's patches.
20940
20941 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20942
20943         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20944           For completeness, XSync in the destroy function as xvimage does.
20945
20946 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20947
20948         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20949            Correct caps negotiation
20950         * gst/volume/gstvolume.c: (volume_chain_float),
20951         (volume_chain_int16):
20952            Modify debug output to be little more informative
20953         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20954         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20955         (gst_xvimagesink_xvimage_destroy):
20956           Add XSync calls after detaching from the shared memory segment to
20957           avoid a crash.
20958
20959 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20960
20961         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20962         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
20963         * ext/vorbis/vorbis.c: (plugin_init):
20964         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20965         (gst_vorbisenc_chain):
20966         * ext/vorbis/vorbisenc.h:
20967         remove explicit newmedia support from oggmux and vorbisenc
20968         add debug category to vorbisenc
20969         * gst/multifilesink/gstmultifilesink.c:
20970         (gst_multifilesink_class_init), (gst_multifilesink_init),
20971         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
20972         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
20973         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
20974         (plugin_init):
20975         * gst/multifilesink/gstmultifilesink.h:
20976         add support for streamheader in multifilesink
20977
20978 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20979
20980         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
20981         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
20982         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
20983           Prevent infinite loops. More correct error reporting.
20984         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20985           Error out if negotiation fails.
20986         * gst/playback/gstplaybasebin.c: (setup_source),
20987         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
20988         (gst_play_base_bin_found_tag):
20989           Error/tag forwarding. Pre-roll fixes for source errors on state
20990           changes (e.g. "file does not exist") to prevent hangs.
20991
20992 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20993
20994         * testsuite/multifilesink/Makefile.am:
20995         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
20996         (gst_newmedia_class_init), (gst_newmedia_init),
20997         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20998         (newfile_signal), (test_signal), (main):
20999         * testsuite/multifilesink/multifilesrc_test.c: (main):
21000         * testsuite/multifilesink/oggtheora_test.c:
21001         (gst_newmedia_base_init), (gst_newmedia_class_init),
21002         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21003         (test_format), (newfile_signal), (test_signal), (main):
21004         * testsuite/multifilesink/oggvorbis_test.c:
21005         (gst_newmedia_base_init), (gst_newmedia_class_init),
21006         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21007         (test_format), (newfile_signal), (test_signal), (main):
21008         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21009         (gst_newmedia_class_init), (gst_newmedia_init),
21010         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21011         (newfile_signal), (test_signal), (main):
21012         New media tests
21013
21014 2004-09-20  Christian Schaller <christian@fluendo.com>
21015
21016         * Fix mikmod license to LGPL as they have relicensed
21017         * Move Dirac and Effectv into LGPL section of README_license
21018
21019 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21020
21021         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21022         (gst_mad_change_state):
21023           Allow for mp3 rate/channels changes. However, only very
21024           conservatively. Reason that we *have* to enable this is smiply
21025           because the mad find_sync() function is not good enough, it will
21026           regularly sync on random data as valid frames and therefore make
21027           us provide random caps as *final* caps of the stream. The best fix
21028           I could think of is to simply require several of the same stream
21029           changes in a row before we change caps.
21030           The actual testcase that works now is #
21031         * ext/ogg/Makefile.am:
21032         * ext/ogg/gstogg.c: (plugin_init):
21033         * ext/ogg/gstogmparse.c:
21034           OGM support (video only for now; I need an audio sample file).
21035         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21036         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21037         (gst_asf_demux_add_video_stream):
21038           WMV extradata.
21039         * gst/playback/gstplaybasebin.c: (unknown_type):
21040           Don't error out on single unknown-types after all. It's wrong.
21041           If we found type of video and audio but not of a subtitle stream,
21042           it will still error out (which is unwanted). Will find a better fix
21043           later on.
21044         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21045         (ogmaudio_type_find), (plugin_init):
21046           OGM support.
21047
21048 2004-09-20  Johan Dahlin  <johan@gnome.org>
21049
21050         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21051         after setting caps.
21052
21053 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21054
21055         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21056         * gst/wavenc/gstwavenc.h:
21057         Added newmedia support to wavenc
21058
21059 2004-09-17  Wim Taymans  <wim@fluendo.com>
21060
21061         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21062         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21063         (gst_fdset_fd_can_write), (gst_fdset_wait):
21064         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21065         (gst_multifdsink_init), (gst_multifdsink_add),
21066         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21067         (gst_multifdsink_remove_client_link),
21068         (gst_multifdsink_client_queue_buffer),
21069         (gst_multifdsink_handle_client_write),
21070         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21071         (gst_multifdsink_close), (gst_multifdsink_change_state):
21072         * gst/tcp/gstmultifdsink.h:
21073         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21074         (gst_tcpserversink_removed):
21075         Small cleanups in fdset.c
21076         Use a hastable to map fd to the client structure for faster
21077         lookup in _remove and get_stats.
21078         Added virtual function to close the fds.
21079         Handle clients even when the select/poll call was unblocked because
21080         of a command.
21081         Implement syncing to keyframe in the recovery procedure.
21082
21083 2004-09-16 Iain <iaingnome@gmail.com>
21084
21085         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21086         try caps.
21087
21088 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21089
21090         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21091           Caps are only set if the type of the stream is unknown, but this
21092           is initialized in ->init_stream(), so set to UNKNOWN after calling
21093           ->init_stream() so that capsnego starts.
21094
21095 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21096
21097         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21098         (gst_avi_demux_stream_data):
21099           Just hardcode for raw audio then. AVI audio sucks.
21100
21101 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
21102
21103         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21104         * gst/matroska/matroska-mux.c: (audiosink_templ),
21105         (gst_matroska_mux_audio_pad_link):
21106         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21107         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21108
21109 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21110
21111         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21112         (gst_avi_demux_stream_data):
21113           Try to fix a/v sync issues.
21114
21115 2004-09-15  David Schleef  <ds@schleef.org>
21116
21117         * configure.ac: remove NASM check, since we don't use it.  Update
21118         dirac check to 0.4
21119         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21120         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21121         Initialized variables.
21122         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21123         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21124         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21125         SVQ3 format
21126
21127 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21128
21129         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21130         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21131         * gst/avi/gstavidemux.h:
21132           Fix for compressed audio (mp3) timestamp generation. How did this
21133           ever work?
21134
21135 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21136
21137         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21138           Volume is a double not a float.
21139
21140 2004-09-15  Wim Taymans  <wim@fluendo.com>
21141
21142         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21143         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21144         Don't close the fd in multifdsink as we didn't open it in the
21145         first place. Some cleanups.
21146
21147 2004-09-15  Wim Taymans  <wim@fluendo.com>
21148
21149         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21150         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21151         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21152         Fix the case where the muxer would mark pages as delta
21153         frames when they are not (vorbis only ogg).
21154
21155 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21156
21157         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21158         (gst_play_base_bin_change_state):
21159           Handle the case where we failed to setup a clear pipeline. This
21160           will throw an error (or EOS, another nice case) and if you don't
21161           catch that, the app will wait for the signal forever (and thus
21162           hang).
21163
21164 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21165
21166         * ext/gnomevfs/gstgnomevfssink.c:
21167         (gst_gnomevfssink_uri_get_protocols):
21168         * ext/gnomevfs/gstgnomevfssrc.c:
21169         (gst_gnomevfssrc_uri_get_protocols):
21170         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21171         * ext/gnomevfs/gstgnomevfsuri.h:
21172           Use _uri_new() instead of _open(), so it doesn't take as long and
21173           Christophe's computer won't hang.
21174         * gst/playback/gstplaybasebin.c: (unknown_type):
21175           Throw error on unknown media type, so apps actually display it.
21176
21177 2004-09-14  Brian Cameron  <brian.cameron@sun.com
21178
21179         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
21180           this script to work on Solaris since bash shell handles echo
21181           differenly than bash.
21182
21183 2004-09-17  Wim Taymans  <wim@fluendo.com>
21184
21185         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21186         (setup_source), (gst_play_base_bin_set_property),
21187         (gst_play_base_bin_add_element):
21188         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21189         Some more work on making sure seeking pauses the pipeline and
21190         that changing the uri actually does something.
21191
21192 2004-09-17  Wim Taymans  <wim@fluendo.com>
21193
21194         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21195         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21196         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21197         (gst_tcpserversink_close):
21198         Be a bit more paranoid when freeing memory.
21199
21200 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21201
21202         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21203         (qtdemux_parse_trak):
21204           Don't crash by dividing by zero (see sample movie in #126922).
21205
21206 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21207
21208         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21209           Don't touch non-existing data (fixes crash on file in #140147).
21210
21211 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21212
21213         * gst/playback/gstplaybasebin.c:
21214         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21215           Handle double disposals, and proper change of URIs.
21216
21217 2004-09-13  Martin Eikermann <meiker@upb.de>
21218
21219         * gst/mpegstream/gstmpegparse.c:
21220           fix synchronistation for streams recorded from digital PCR
21221           fixes bug #119376
21222
21223 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21224
21225         * ext/gnomevfs/Makefile.am:
21226         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21227         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21228         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21229         (gst_gnomevfssink_uri_get_type),
21230         (gst_gnomevfssink_uri_get_protocols),
21231         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21232         (gst_gnomevfssink_uri_handler_init),
21233         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21234         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21235         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21236         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21237         (gst_gnomevfssrc_uri_get_type),
21238         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21239         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21240         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21241         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21242         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21243         * ext/gnomevfs/gstgnomevfsuri.h:
21244           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21245           of fake URIs to see which this version of Gnome-VFS likes, and
21246           uses that for the Gst-URI interface. Makes playbin support http://
21247           streams. Also fix up some stupid behaviour in gnomevfssrc.
21248
21249 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21250
21251         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21252         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21253         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21254         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21255           Update mixer (to sync with other sessions) if we try to obtain
21256           a new value. This makes alsamixer work accross applications.
21257         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21258           Only call sync functions if we're running, else alsalib asserts.
21259         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21260           Sometimes fails to compile. Possibly a gcc bug.
21261         * gst/playback/gstplaybin.c: (gen_video_element),
21262         (gen_audio_element):
21263           Add a reference to an application-provided object, because we lose
21264           this same reference if we add it to the bin. If we don't do this,
21265           we can only use this object once and thus crash if we go from
21266           ready to playing, back to ready and back to playing again.
21267           Also add an audioscale element because several cheap soundcards -
21268           like mine - don't support all samplerates.
21269         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21270         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21271           Fix wrong order or PAR calls. Makes automatically obtained PAR
21272           from the X server atually being used.
21273
21274 2004-09-12  David Schleef  <ds@schleef.org>
21275
21276         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21277         #151887, #152102, #152247.
21278         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21279         * examples/seeking/cdparanoia.c: same
21280         * examples/seeking/cdplayer.c: same
21281         * examples/seeking/seek.c: same
21282         * examples/seeking/spider_seek.c: same
21283         * examples/seeking/vorbisfile.c: same
21284         * examples/stats/mp2ogg.c: same
21285         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21286         (gst_esdsink_dispose): Dispose of element properly.
21287         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21288         fixes.
21289         * ext/nas/nassink.c: (gst_nassink_class_init),
21290         (gst_nassink_dispose): Dispose of element correctly.
21291         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21292         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21293         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21294         Fix 64-bit warning.
21295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21296         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21297         Fix 64-bit warning.
21298
21299 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21300
21301         * configure.ac : change speex detection as 1.1.6 now uses
21302           .pc/pkg-config and they changed their headers location.
21303
21304 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21305
21306         * gst/matroska/matroska-mux.h:
21307         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21308         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21309         (gst_matroska_mux_write_data):
21310           Write multiple blocks/frames per cluster.
21311                 Write meta-seek information (seek heads).
21312
21313 2004-09-09  Scott Wheeler <wheeler@kde.org>
21314
21315         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21316         (gst_play_bin_set_property), (gst_play_bin_get_property),
21317         (gen_audio_element), (gen_audio_element):
21318           Add a volume element / property to the pipeline.
21319
21320 2004-09-07  Wim Taymans  <wim@fluendo.com>
21321
21322         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21323         Copy timestamps from the master pad to the output buffers.
21324
21325 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21326
21327         * ext/raw1394/gstdv1394src.c:
21328           throw errors when applicable
21329
21330 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21331
21332         * gst/matroska/ebml-ids.h:
21333         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21334         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21335         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21336           automatically convert unix time <-> ebml time when reading/writing
21337           a date, use gst_ebml_write_uint to write CUETIME,
21338           not gst_ebml_write_date.
21339         * gst/matroska/matroska-ids.h:
21340         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21341         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21342         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21343         (gst_matroska_mux_write_data):
21344           Write track and segment UIDs, write muxing date, write
21345           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21346           Create cues for audio only files.
21347
21348 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21349
21350         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21351         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21352           Re-commit ALSA switches.
21353         * gst/adder/gstadder.c: (gst_adder_loop):
21354           64-bit fix (#151416).
21355         * gst/debug/progressreport.c: (gst_progressreport_report):
21356           64-bit fix (#151419).
21357         * gst/matroska/matroska-demux.c:
21358         (gst_matroska_demux_parse_contents):
21359           64-bit fix (#151420).
21360         * gst/playback/test3.c: (update_scale):
21361           64-bit fix (#151421).
21362
21363 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21364
21365         * configure.ac:
21366           bump nano to cvs
21367
21368 === release 0.8.4 ===
21369
21370 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21371
21372         * configure.ac: releasing 0.8.4, "Alias"
21373
21374 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21375
21376         * ext/theora/Makefile.am:
21377           fix makefile.  Fixes #151462.
21378
21379 2004-08-30  Wim Taymans  <wim@fluendo.com>
21380
21381         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21382         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21383         (gst_multifdsink_remove_client_link),
21384         (gst_multifdsink_client_queue_buffer),
21385         (gst_multifdsink_handle_client_write):
21386         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21387         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21388         Fix some memory leaks.
21389
21390 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21391
21392         Patch by: David Schleef
21393
21394         * configure.ac:
21395         * sys/Makefile.am:
21396           rename our detection macro for V4L2.  Fixes #151236.
21397
21398 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21399
21400         Patch by: David Schleef
21401
21402         * configure.ac:
21403           check to define LAMEPRESET.  Fixes #151232.
21404
21405 2004-08-27  David Schleef  <ds@schleef.org>
21406
21407         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21408         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21409         (gst_glimagesink_fixate):  Move local variable declarations to
21410         make gcc-2.95 happy.
21411
21412 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21413
21414         * configure.ac:
21415           bump nano for prerelease
21416
21417 2004-08-27  David Schleef  <ds@schleef.org>
21418
21419         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21420         * sys/sunaudio/gstsunaudiosrc.c:
21421         * sys/sunaudio/gstsunaudiosrc.h:
21422
21423 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21424
21425         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21426         handle EOS correctly
21427         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21428         * gst/matroska/matroska-mux.h:
21429         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21430         VFW compatibility mode
21431
21432 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21433
21434         patch by: Zaheer Abbas Merali
21435
21436         * ext/ogg/gstoggmux.c:
21437         * ext/vorbis/vorbisenc.c:
21438         * ext/vorbis/vorbisenc.h:
21439           handle NEWMEDIA
21440
21441 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21442
21443         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21444         fix byte order reversion on little endian machines.
21445         * gst/matroska/matroska-mux.c: (audiosink_templ),
21446         (gst_matroska_mux_audio_pad_link):
21447         add TTA codec to the list of supported codecs.
21448         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21449         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21450         (gst_matroska_mux_write_data):
21451         * gst/matroska/matroska-mux.h:
21452         write segment duration correctly, write muxing app string, fixes bugs
21453         #140897 and #140898.
21454         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21455         wait for all pads to be negotiated before starting to mux.
21456
21457 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21458
21459         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21460         * ext/lame/gstlame.h:
21461         Added new media support to lame
21462
21463 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21464
21465         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21466         send vorbis headers at the beginning of a stream, fixes bug #141554.
21467         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21468         bug #148950.
21469         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21470         (gst_matroska_demux_plugin_init):
21471         * gst/matroska/matroska-ids.h:
21472         enable demuxing of TTA audio streams, fixes bug #148951.
21473         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21474         enable typefinding for TTA audio files, fixes bug #148711.
21475         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21476         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21477         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21478
21479 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21480
21481         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21482         (gst_riff_read_element_data), (gst_riff_read_seek),
21483         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21484         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21485         <teuf@gnome.org>
21486
21487 2004-08-23 Iain <iaingnome@gmail.com>
21488
21489         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21490         tags. They appear to be handled differently to normal.
21491         (tag_list_to_id3_tag_foreach): Ditto.
21492
21493 2004-08-22  Wim Taymans  <wim@fluendo.com>
21494
21495         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21496         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21497         Make sure we never send -1 granulepos.
21498
21499 2004-08-20  Wim Taymans  <wim@fluendo.com>
21500
21501         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21502         (gst_ogg_mux_loop):
21503         I will accept bitchslappings with non sharp objects.
21504
21505 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21506
21507         * configure.ac:
21508         Clean up the test for lame presets
21509
21510 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21511
21512         * configure.ac:
21513         * ext/lame/Makefile.am:
21514         * ext/lame/gstlame.c: (gst_lame_class_init),
21515         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21516         Only enable lame presets if version of lame has presets in API
21517
21518 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21519         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21520         * gst/udp/gstudpsrc.h:
21521           Don't call gst_pad_push in a get function. Fixes #150449
21522
21523 2004-08-18  Wim Taymans  <wim@fluendo.com>
21524
21525         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21526         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21527         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21528         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21529         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21530         (gst_fdset_wait):
21531         * gst/tcp/gstfdset.h:
21532         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21533         (gst_multifdsink_client_queue_buffer),
21534         (gst_multifdsink_handle_client_write):
21535         * gst/tcp/gstmultifdsink.h:
21536         Some extra checks in gstfdset.
21537         Only use send() when the fd is a socket. Don't try to
21538         read from write only fds.
21539
21540 2004-08-18  Wim Taymans  <wim@fluendo.com>
21541
21542         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21543         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21544         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21545         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21546         (gst_fdset_wait):
21547         Add more locking and bounds checking.
21548
21549 2004-08-18  Wim Taymans  <wim@fluendo.com>
21550
21551         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21552         Realloc test fdset in the lock and right before starting
21553         the poll call. Bump the limit to 4096.
21554
21555 2004-08-17  David Schleef  <ds@schleef.org>
21556
21557         * sys/sunaudio/Makefile.am:
21558         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21559         of rates and channels.  Make debugging less obnoxious.
21560
21561         Patch from Balamurali Viswanathan implementing a mixer for
21562         Sun audio.  (bug #144091):
21563         * sys/sunaudio/gstsunelement.c:
21564         * sys/sunaudio/gstsunelement.h:
21565         * sys/sunaudio/gstsunmixer.c:
21566         * sys/sunaudio/gstsunmixer.h:
21567
21568 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21569
21570         * gst/audioscale/gstaudioscale.c:
21571         * gst/audioscale/gstaudioscale.h:
21572         made audioscale resample from any sample rate to any sample rate
21573
21574 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21575
21576         * ext/libpng/gstpngdec.c:
21577           error out on unsupported types
21578
21579 2004-08-17  Iain <iaingnome@gmail.com>
21580
21581         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21582         mid_side and loose_mid_side properties if its a stereo stream.
21583
21584 2004-08-17  Wim Taymans  <wim@fluendo.com>
21585
21586         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21587         (theora_get_formats), (theora_dec_src_convert),
21588         (theora_dec_sink_convert), (theora_dec_src_query),
21589         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21590         Add a debug line.
21591
21592 2004-08-17  Wim Taymans  <wim@fluendo.com>
21593
21594         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21595         (gst_ogg_pad_push):
21596         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21597         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21598         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21599         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21600         Mark delta units in the muxer.
21601         Try to decode the packet after an out-of-sync error from
21602         libogg.
21603
21604 2004-08-17  Wim Taymans  <wim@fluendo.com>
21605
21606         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21607         (gst_multifdsink_init), (gst_multifdsink_add),
21608         (gst_multifdsink_client_queue_buffer),
21609         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21610         * gst/tcp/gstmultifdsink.h:
21611         Added option to send a keyframe to clients as the first buffer.
21612         Make timeout property writable.
21613
21614 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21615
21616         patch by: Wim Taymans
21617
21618         * gst/tcp/gstfdset.c:
21619         * gst/tcp/gstmultifdsink.c:
21620           fix index comparison, should include 0
21621
21622 2004-08-16  Wim Taymans  <wim@fluendo.com>
21623
21624         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21625         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21626         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21627         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21628         (gst_fdset_wait):
21629           copy when reallocing for poll so the select arguments don't get
21630           changed during the call
21631
21632 2004-08-16  Wim Taymans  <wim@fluendo.com>
21633
21634         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21635         (gst_theora_enc_class_init), (theora_enc_sink_link),
21636         (theora_buffer_from_packet), (theora_enc_chain):
21637         Fix bug where buffers were not marked as keyframes
21638         correctly.
21639
21640 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21641
21642         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21643         (gst_lame_preset_get_type), (gst_lame_class_init):
21644         describe the enum values for vbr mode and presets more verbosely
21645
21646 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21647
21648         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21649         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21650         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21651         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21652         * ext/lame/gstlame.h:
21653         add preset property to lame so it can use lame presets
21654
21655 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21656
21657         * ext/lame/gstlame.c: (gst_lame_get_property):
21658         whoops forgot break, thanks teuf
21659
21660 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21661
21662         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21663         (gst_lame_class_init), (gst_lame_src_getcaps),
21664         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21665         (gst_lame_get_property), (gst_lame_setup):
21666         * ext/lame/gstlame.h:
21667         fix lame's broken vbr stuff, allow it to resample if need be, and also
21668         make xing header optional
21669
21670 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21671
21672         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21673         added getcaps function so samplerate doesnt get fixated to silly values
21674
21675 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21676
21677         * ext/lame/gstlame.c: (gst_lame_src_link):
21678         revert previous fix
21679
21680 2004-08-12  Johan Dahlin  <johan@gnome.org>
21681
21682         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21683         checks. Doesn't matter what state we are in. Interfaces are a
21684         compile time thing, not runtime. It also broke the python bindings.
21685
21686 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21687
21688         * ext/lame/gstlame.c: (gst_lame_src_link):
21689         made source pad link function check if sinkpad is ok..fixes the problem
21690         where core fixates the output rate of lame stupidly
21691
21692 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21693
21694         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21695         * sys/v4l/v4l_calls.c:
21696         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21697           fix fixate function to handle nonsimple caps.
21698           remove bogus check in _link
21699           cleanups
21700
21701 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21702
21703         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21704         set default compression ratio parameter to 0.0 so bitrate parameter
21705         works :)
21706
21707 2004-08-11  David Schleef  <ds@schleef.org>
21708
21709         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21710
21711 2004-08-11  David Schleef  <ds@schleef.org>
21712
21713         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21714         before.
21715
21716 2004-08-11  David Schleef  <ds@schleef.org>
21717
21718         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21719
21720 2004-08-11  David Schleef  <ds@schleef.org>
21721
21722         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21723           license field
21724         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21725         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21726           LGPL.
21727         * gst/auparse/gstauparse.c: Fix plugin license field.
21728         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21729         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21730         * gst/rtp/gstrtp.c: Fix plugin license field.
21731
21732 2004-08-11  Wim Taymans  <wim@fluendo.com>
21733
21734         * gst/tcp/Makefile.am:
21735         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21736         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21737         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21738         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21739         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21740         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21741         (gst_fdset_fd_can_write), (gst_fdset_wait):
21742         * gst/tcp/gstfdset.h:
21743         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21744         (gst_multifdsink_class_init), (gst_multifdsink_init),
21745         (gst_multifdsink_add), (gst_multifdsink_remove),
21746         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21747         (gst_multifdsink_remove_client_link),
21748         (gst_multifdsink_handle_client_read),
21749         (gst_multifdsink_client_queue_data),
21750         (gst_multifdsink_client_queue_caps),
21751         (gst_multifdsink_client_queue_buffer),
21752         (gst_multifdsink_handle_client_write),
21753         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21754         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21755         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21756         (gst_multifdsink_close):
21757         * gst/tcp/gstmultifdsink.h:
21758         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21759         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21760         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21761         (gst_tcpserversink_close):
21762         * gst/tcp/gsttcpserversink.h:
21763         Abstracted away the select call, implemented poll (yes we ran into
21764         the 1024 limit in production).
21765
21766 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21767
21768         * gst/tcp/gsttcp.c:
21769         * gst/tcp/gsttcpplugin.c:
21770           improve debuggging, remove assert
21771
21772 2004-08-10  Wim Taymans  <wim@fluendo.com>
21773
21774         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21775         (gst_client_status_get_type), (gst_multifdsink_class_init),
21776         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21777         (gst_multifdsink_handle_client_read),
21778         (gst_multifdsink_handle_client_write),
21779         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21780         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21781         (gst_multifdsink_get_property):
21782         * gst/tcp/gstmultifdsink.h:
21783         * gst/tcp/gsttcp-marshal.list:
21784         Starting to prepare for specifying buffer time in other units
21785         than buffers. Expose remove reason in signal.
21786
21787 2004-08-10  Wim Taymans  <wim@fluendo.com>
21788
21789         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21790         (gst_multifdsink_remove), (gst_multifdsink_clear),
21791         (gst_multifdsink_remove_client_link),
21792         (gst_multifdsink_handle_client_read),
21793         (gst_multifdsink_client_queue_data),
21794         (gst_multifdsink_client_queue_buffer),
21795         (gst_multifdsink_handle_client_write),
21796         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21797         (gst_multifdsink_chain), (gst_multifdsink_close):
21798         * gst/tcp/gstmultifdsink.h:
21799         Added more debugging info. Changed the way clients are
21800         removed from the lists. Fixed a bug where a bad file descriptor
21801         could cause many clients to be removed.
21802
21803 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21804
21805         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21806           allow all pixel-aspect-ratios, not just 1:1
21807
21808 2004-08-09  David Schleef  <ds@schleef.org>
21809
21810         * sys/glsink/ARB_multitexture.h:  Remove old files.
21811         * sys/glsink/EXT_paletted_texture.h:
21812         * sys/glsink/NV_register_combiners.h:
21813         * sys/glsink/gstgl_nvimage.c:
21814         * sys/glsink/gstgl_pdrimage.c:
21815         * sys/glsink/gstgl_rgbimage.c:
21816         * sys/glsink/gstglsink.c:
21817         * sys/glsink/gstglsink.h:
21818         * sys/glsink/gstglxwindow.c:
21819         * sys/glsink/regcomb_yuvrgb.c:
21820
21821 2004-08-09  David Schleef  <ds@schleef.org>
21822
21823         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21824         GL sink plugin.  (Bug #147302)
21825
21826         * configure.ac: Test for OpenGL
21827         * sys/Makefile.am: Use test for OpenGL
21828         * sys/glsink/Makefile.am:
21829         * sys/glsink/glimagesink.c: rewrite
21830         * sys/glsink/glimagesink.h: rewrite
21831
21832 2004-08-09  David Schleef  <ds@schleef.org>
21833
21834         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21835         sane framerates.
21836         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21837         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21838         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21839
21840 2004-08-09  Wim Taymans  <wim@fluendo.com>
21841
21842         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21843         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21844         (gst_multifdsink_client_remove),
21845         (gst_multifdsink_handle_client_read),
21846         (gst_multifdsink_handle_client_write),
21847         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21848         Do a bit more logging, make the client_read code more robust.
21849
21850 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21851
21852         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21853         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21854         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21855         (gst_jpegdec_init), (gst_jpegdec_chain):
21856         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21857         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21858           cleanups, debugging fixes and memleak plugging
21859
21860 2004-08-09  Wim Taymans  <wim@fluendo.com>
21861
21862         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21863         (theora_get_formats), (theora_dec_src_convert),
21864         (theora_dec_sink_convert), (theora_dec_src_query),
21865         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21866         (theora_dec_change_state):
21867         Don't crash on missing header packets.
21868
21869 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21870
21871         * po/LINGUAS:
21872         * po/sq.po:
21873           Added Albanian translation (Laurent Dhima)
21874         * po/cs.po:
21875           updated
21876
21877 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21878
21879         * ext/lame/gstlame.c:
21880           fix/add debugging
21881
21882 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21883
21884         * sys/ximage/ximagesink.c:
21885         * sys/xvimage/xvimagesink.c:
21886           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
21887
21888 2004-08-06  Wim Taymans  <wim@fluendo.com>
21889
21890         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21891         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21892         (gst_multifdsink_client_remove),
21893         (gst_multifdsink_handle_client_read),
21894         (gst_multifdsink_handle_client_write),
21895         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21896         Make sure we don't try to read more from a client that what
21897         ioctl says us or we deadlock.
21898
21899 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21900
21901         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21902         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21903         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21904           decouple running_time and n_frames so it can handle changing
21905           framerate while running
21906
21907 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21908
21909         * po/nl.po:
21910         * po/sv.po:
21911           updated translations
21912
21913 2004-08-04  Benjamin Otte  <otte@gnome.org>
21914
21915         * gst/videotestsrc/gstvideotestsrc.c:
21916         (gst_videotestsrc_get_capslist), (generate_capslist),
21917         (plugin_init):
21918           generate the list of supported caps at startup and reuse it instead
21919           of always generating it
21920
21921 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21922
21923         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21924           whoops, last checkin broke normal build
21925
21926 2004-08-03  Benjamin Otte  <otte@gnome.org>
21927
21928         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21929         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21930         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21931         (gst_alsa_mixer_get_option):
21932         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21933         (dvdnavsrc_print_event):
21934         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21935         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21936         (gst_ogg_mux_pad_unlink):
21937         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21938         (gst_multipart_mux_pad_unlink):
21939         * gst/videofilter/gstvideobalance.c:
21940         (gst_videobalance_colorbalance_set_value):
21941         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21942         (gst_videomixer_pad_unlink):
21943         * po/uk.po:
21944         * sys/oss/gstossmixer.c:
21945         * sys/v4l/gstv4lcolorbalance.c:
21946         * sys/v4l/gstv4ltuner.c:
21947         * sys/v4l/v4lsrc_calls.c:
21948         * sys/v4l2/gstv4l2colorbalance.c:
21949         * sys/v4l2/gstv4l2tuner.c:
21950           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21951
21952 2004-08-03  Benjamin Otte  <otte@gnome.org>
21953
21954         * examples/dynparams/filter.c: (ui_control_create):
21955         * examples/gstplay/player.c: (print_tag):
21956         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21957         * ext/gdk_pixbuf/gstgdkanimation.c:
21958         (gst_gdk_animation_iter_may_advance):
21959         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
21960         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
21961         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
21962         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
21963         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
21964         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21965         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
21966         * gst/sine/demo-dparams.c: (main):
21967         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21968         * testsuite/alsa/formats.c: (create_pipeline):
21969         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
21970           fixes for G_DISABLE_ASSERT and friends
21971         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21972         (mp3_type_frame_length_from_header), (mp3_type_find),
21973         (plugin_init):
21974           require mp3 typefinding to have at least MIN_HEADERS valid headers
21975           add typefinding for AAC adts files
21976
21977 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
21978
21979         * sys/ximage/ximagesink.c:
21980         (gst_ximagesink_calculate_pixel_aspect_ratio):
21981         * sys/xvimage/xvimagesink.c:
21982         (gst_xvimagesink_calculate_pixel_aspect_ratio):
21983         Make sure we calculate pixel-aspect-ratio using floating point maths
21984
21985 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21986
21987         * po/uk.po:
21988           updated translation
21989
21990 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21991
21992         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
21994           add debugging for display PAR calculation
21995
21996 2004-08-02  David Schleef  <ds@schleef.org>
21997
21998         * configure.ac: Fix mikmod CFLAGS.
21999
22000 2004-07-27  Benjamin Otte  <otte@gnome.org>
22001
22002         * gst/audioscale/gstaudioscale.c:
22003         - fix templates to only support S16, it's the only format that works
22004         - make caps nego code use try_set_caps_nonfixed and fixation instead
22005         of try_set_caps twice, which is not nice for autopluggers
22006         - change rank to secondary, so autopluggers can pick it up after
22007         audioconvert
22008
22009 2004-08-02  Iain <iain@prettypeople.org>
22010
22011         * gst/interleave/interleave.c (interleave_init),
22012         (interleave_request_new_pad),
22013         (interleave_pad_removed),
22014         (interleave_buffered_loop): Use the real pad count, not the artificial
22015         one.
22016
22017 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22018
22019         * configure.ac: bump nano back to development
22020
22021 === release 0.8.3 ===
22022
22023 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22024
22025         * configure.ac: releasing 0.8.3, "Water"
22026
22027 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22028
22029         * sys/xvimage/xvimagesink.c:
22030         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22031         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22032         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22033         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22034         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22035         * sys/xvimage/xvimagesink.h:
22036           apply similar PAR fixes as to ximagesink
22037
22038 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22039
22040         patch from: Benjamin Otte
22041
22042         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22043           add link function to lame.  Fixes #148986.
22044
22045 2004-08-02  Johan Dahlin  <johan@gnome.org>
22046
22047         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22048         fix debugging log
22049
22050 2004-07-30  David Schleef  <ds@schleef.org>
22051
22052         * gst/videomixer/Makefile.am: Fix things that should have been
22053         fixed in the last checkin.
22054
22055 2004-07-30  David Schleef  <ds@schleef.org>
22056
22057         * gst/multipart/Makefile.am: Fix things that should have been
22058         fixed in the last checkin.
22059
22060 2004-07-30  David Schleef  <ds@schleef.org>
22061
22062         * testsuite/multifilesink/Makefile.am: Fix unused variable.
22063
22064 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22065
22066         * configure.ac:
22067           bump nano for prerelease
22068         * po/af.po:
22069         * po/az.po:
22070         * po/cs.po:
22071         * po/en_GB.po:
22072         * po/hu.po:
22073         * po/nl.po:
22074         * po/sr.po:
22075         * po/sv.po:
22076         * po/uk.po:
22077           updates
22078
22079 2004-07-30  Wim Taymans  <wim@fluendo.com>
22080
22081         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22082         (gst_multifdsink_add), (gst_multifdsink_remove),
22083         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22084         (gst_multifdsink_client_remove),
22085         (gst_multifdsink_handle_client_write),
22086         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22087         * gst/tcp/gstmultifdsink.h:
22088         Recover from a select with a bad file descriptor by removing
22089         the client.
22090
22091 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22092
22093         * configure.ac:
22094           fix requirement of core
22095         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22096         (gst_play_pipeline_setup):
22097           don't use colorspace element.  do use hermescolorspace element.
22098           make macro to get a colorspace element.
22099           mark strings for translation.
22100         * po/POTFILES.in:
22101           add play.c
22102         * po/af.po:
22103         * po/az.po:
22104         * po/cs.po:
22105         * po/en_GB.po:
22106         * po/hu.po:
22107         * po/nl.po:
22108         * po/sr.po:
22109         * po/sv.po:
22110         * po/uk.po:
22111           update translations
22112
22113 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22114
22115         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22116         fix default for newmedia flag
22117
22118 2004-07-30  Wim Taymans  <wim@fluendo.com>
22119
22120         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22121         (gst_theora_dec_init), (theora_get_formats),
22122         (theora_dec_src_convert), (theora_dec_sink_convert),
22123         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22124         (theora_dec_chain), (theora_dec_set_property),
22125         (theora_dec_get_property):
22126         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22127         (gst_theora_enc_class_init), (gst_theora_enc_init),
22128         (theora_enc_sink_link), (theora_enc_chain),
22129         (theora_enc_set_property), (theora_enc_get_property):
22130         Added cropping option to theora decoder.
22131         Added border option to theora encoder.
22132
22133 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22134
22135         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22136         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22137         (gst_pngenc_set_property):
22138         * ext/libpng/gstpngenc.h:
22139         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
22140
22141 2004-07-30  Wim Taymans  <wim@fluendo.com>
22142
22143         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22144         (theora_enc_sink_link), (theora_enc_chain),
22145         (theora_enc_set_property), (theora_enc_get_property):
22146         Fix encoding of non-multiple-of-16 video.
22147
22148 2004-07-29  David Schleef  <ds@schleef.org>
22149
22150         * configure.ac: make test for audiofile more strict
22151
22152 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22153
22154         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22155           give different names to typefind functions
22156
22157 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22158
22159         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22160         (gst_ximagesink_calculate_pixel_aspect_ratio),
22161         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22162         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22163         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22164         (gst_ximagesink_get_property), (gst_ximagesink_init):
22165         * sys/ximage/ximagesink.h:
22166           allocate PAR's dynamically.
22167           use autodetected PAR if no object-set PAR is given.
22168           add workaround for directfb's X not setting physical size.
22169           fix to xvimagesink will follow tomorrow.
22170
22171 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22172
22173         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22174         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22175         (gst_shout2send_get_type), (gst_shout2send_set_clock),
22176         (gst_shout2send_class_init), (gst_shout2send_init),
22177         (set_shout_metadata), (gst_shout2send_set_metadata),
22178         (gst_shout2send_chain), (gst_shout2send_set_property),
22179         (gst_shout2send_get_property), (gst_shout2send_connect),
22180         (gst_shout2send_change_state):
22181         * ext/shout2/gstshout2.h:
22182         - fix for sending mp3 audio to icecast2 server, if pad link function not
22183         called before PAUSED state
22184         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22185         - added tagging support for mp3 audio broadcasted
22186         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22187         debug info
22188
22189 2004-07-28  Wim Taymans  <wim@fluendo.com>
22190
22191         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22192         (gst_ogg_demux_push):
22193         Return query failure when we don't know the length of
22194         an ogg stream insteda of returning TRUE with a bogus value.
22195
22196 2004-07-28  Wim Taymans  <wim@fluendo.com>
22197
22198         * ext/theora/theoradec.c: (theora_get_formats),
22199         (theora_dec_src_convert), (theora_dec_sink_convert),
22200         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22201         (theora_dec_chain):
22202         Don't screw up the 1 Chroma for 1 luma sample situation when we
22203         have an odd offset/width by adding a black border in those cases.
22204
22205 2004-07-28  Wim Taymans  <wim@fluendo.com>
22206
22207         * ext/theora/theoradec.c: (theora_get_formats),
22208         (theora_dec_src_convert), (theora_dec_sink_convert),
22209         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22210         (theora_dec_chain):
22211         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22212         Added first attempt at cropping of the image as required by the
22213         theora spec. We need more properties in the caps (offset_x,
22214         offset_y,stride) to implement this correctly.
22215
22216 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22217
22218         * ext/dvdnav/README:
22219           Update the README to use dvddemux
22220         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22221           Ensure getcaps returns a subset of the template caps
22222         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22223         (gst_mpeg2subt_init):
22224           Ensure getcaps returns a subset of the template caps
22225         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22226         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22227         (gst_dvd_demux_get_subpicture_stream),
22228         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22229         * gst/mpegstream/gstdvddemux.h:
22230           Set the explicit caps on the current_video pad before pushing
22231           anything
22232         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22233         (gst_mpeg_demux_get_audio_stream):
22234           Free caps used to gst_pad_set_explicit_caps, which takes a const
22235           GstCaps *
22236
22237 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22238
22239         * configure.ac: update GStreamer requirement to 0.8.4 because of
22240           GstFraction.
22241
22242 2004-07-28  Wim Taymans  <wim@fluendo.com>
22243
22244         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22245         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22246         Add the pad to the element after setting up the caps. This
22247         makes it a lot easier to autoplug.
22248
22249 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22250
22251         * gst/median/gstmedian.c:
22252         * gst/mpeg2subt/gstmpeg2subt.c:
22253         * gst/mpegaudioparse/gstmpegaudioparse.c:
22254         * gst/mpegstream/gstdvddemux.c:
22255         * gst/mpegstream/gstmpegdemux.c:
22256         * gst/mpegstream/gstmpegpacketize.c:
22257         * gst/rtjpeg/gstrtjpeg.c:
22258         * gst/rtjpeg/gstrtjpegdec.c:
22259         * gst/rtjpeg/gstrtjpegenc.c:
22260         * gst/sine/gstsinesrc.c:
22261         * gst/smooth/gstsmooth.c:
22262         * gst/smpte/gstsmpte.c:
22263         * gst/smpte/gstsmpte.h:
22264         * gst/stereo/gststereo.c:
22265         * gst/videofilter/gstgamma.c:
22266         * gst/videofilter/gstvideobalance.c:
22267         * gst/videofilter/gstvideofilter.c:
22268         * gst/videofilter/gstvideoflip.c:
22269         * gst/videoscale/gstvideoscale.c:
22270         * gst/videoscale/videoscale.c:
22271         * gst/videotestsrc/gstvideotestsrc.c:
22272         * gst/videotestsrc/videotestsrc.c:
22273         * gst/wavenc/gstwavenc.c:
22274         * gst/wavparse/gstwavparse.c:
22275           fix local includes and 64 bits constants
22276
22277 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22278
22279         * win32/gst.sln:
22280         * gst-libs/gst/*/*.vcproj:
22281         * gst/*/*.vcproj:
22282           more working plugins
22283
22284 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22285
22286         * testsuite/alsa/Makefile.am:
22287         * testsuite/alsa/srcstate.c:
22288         add test for alsasrc changing state
22289
22290 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22291
22292         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22293         (gst_silence_get):
22294         * gst/silence/gstsilence.h:
22295         fix silence generation for 16bit raw audio
22296
22297 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22298
22299         * gst/matroska/matroska-demux.c:
22300         (gst_matroska_demux_parse_metadata),
22301         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22302         * gst/mpegaudio/common.c:
22303         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22304         (gst_videoscale_getcaps), (gst_videoscale_link),
22305         (gst_videoscale_src_fixate), (gst_videoscale_init),
22306         (gst_videoscale_finalize):
22307         * gst/videoscale/gstvideoscale.h:
22308         * gst/videotestsrc/gstvideotestsrc.c:
22309         (gst_videotestsrc_get_capslist):
22310         * gst/wavenc/gstwavenc.c:
22311         * sys/oss/gstossmixer.c: (fill_labels):
22312         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22313         (gst_ximagesink_handle_xevents),
22314         (gst_ximagesink_calculate_pixel_aspect_ratio),
22315         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22316         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22317         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22318         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22319         (gst_ximagesink_init), (gst_ximagesink_class_init):
22320         * sys/ximage/ximagesink.h:
22321         * sys/xvimage/xvimagesink.c:
22322         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22323         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22324         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22325         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22326         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22327         * sys/xvimage/xvimagesink.h:
22328           first batch of pixel aspect ratio commits.
22329
22330 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22331
22332         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22333         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22334         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22335           handle stride, needs work if we want to move stride handling
22336           upstream, but works correctly for our purposes.
22337
22338 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22339
22340         * gst/videoscale/README:
22341           add testing examples
22342         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22343         (gst_videoscale_chain):
22344         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22345         (gst_videoscale_get_size):
22346           add get_size function that handles stride like videotestsrc.
22347           fixes conversion for YUV formats for as much as I can test them.
22348
22349 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22350
22351         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22352         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22353         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22354         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22355         (gst_xvimagesink_xvimage_put):
22356           further cleanups, logging, error handling and synchronizing
22357
22358 2004-07-27  Wim Taymans  <wim@fluendo.com>
22359
22360         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22361         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22362         (gst_videomixer_pad_set_property),
22363         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22364         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22365         (gst_videomixer_class_init), (gst_videomixer_init),
22366         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22367         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22368         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22369         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22370         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22371         (gst_videomixer_loop), (plugin_init):
22372         Be a nicer negotiation citizen and provide a getcaps function on
22373         the srcpad. This also fixes a crash when resizing.
22374
22375 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22376
22377         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22378         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22379
22380 2004-07-27  Wim Taymans  <wim@fluendo.com>
22381
22382         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22383         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22384         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22385         (gst_pngenc_set_property):
22386         * ext/libpng/gstpngenc.h:
22387         Added snapshot property to pngenc.
22388         removed g_print from pngdec
22389
22390 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22391
22392         * gst/ac3parse/ac3parse.vcproj
22393         * gst/adder/adder.vcproj
22394         * gst/alpha/alpha.vcproj
22395         * gst/alpha/alphacolor.vcproj
22396         * gst/asfdemux/asf.vcproj
22397         * gst/audioconvert/audioconvert.vcproj
22398         * gst/audiorate/audiorate.vcproj
22399         * gst/audioscale/audioscale.vcproj
22400         * gst/auparse/auparse.vcproj
22401         * gst/avi/avi.vcproj
22402         * gst/cdxaparse/cdxaparse.vcproj
22403         * gst/chart/chart.vcproj
22404         * gst/colorspace/colorspace.vcproj
22405         * gst/cutter/cutter.vcproj
22406         * gst/debug/debug.vcproj
22407         * gst/debug/efence.vcproj
22408         * gst/debug/navigationtest.vcproj
22409         * gst/deinterlace/deinterlace.vcproj
22410         * gst/effectv/effectv.vcproj
22411         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22412         * gst/filter/filter.vcproj
22413         * gst/flx/flxdec.vcproj
22414         * gst/goom/goom.vcproj
22415         * gst/interleave/interleave.vcproj
22416         * gst/law/alaw.vcproj
22417         * gst/law/mulaw.vcproj
22418         * gst/matroska/matroska.vcproj
22419         * gst/median/median.vcproj
22420         * gst/mixmatrix/mixmatrix.vcproj
22421         * gst/mpeg1sys/mpeg1systemencode.vcproj
22422         * gst/mpeg1videoparse/mp1videoparse.vcproj
22423         * gst/mpeg2sub/mpeg2subt.vcproj
22424         * gst/mpegaudio/mpegaudio.vcproj
22425         * gst/mpegaudioparse/mpegaudioparse.vcproj
22426         * gst/mpegstream/mpegstream.vcproj
22427         * gst/multifilesink/multifilesink.vcproj
22428         * gst/multipart/multipart.vcproj
22429         * gst/oneton/oneton.vcproj
22430         * gst/overlay/overlay.vcproj
22431         * gst/passthrough/passthrough.vcproj
22432         * gst/qtdemux/qtdemux.vcproj
22433         * gst/realmedia/rmdemux.vcproj
22434         * gst/rtjpeg/rtjpeg.vcproj
22435         * gst/rtp/rtp.vcproj
22436         * gst/silence/silence.vcproj
22437         * gst/sine/sinesrc.vcproj
22438         * gst/smooth/smooth.vcproj
22439         * gst/smpte/smpte.vcproj
22440         * gst/spectrum/spectrum.vcproj
22441         * gst/speed/speed.vcproj
22442         * gst/stereo/stereo.vcproj
22443         * gst/switch/switch.vcproj
22444         * gst/tags/tagedit.vcproj
22445         * gst/tcp/tcp.vcproj
22446         * gst/typefind/typefindfunctions.vcproj
22447         * gst/udp/udp.vcproj
22448         * gst/videobox/videobox.vcproj
22449         * gst/videocrop/videocrop.vcproj
22450         * gst/videodrop/videodrop.vcproj
22451         * gst/videofilter/gamma.vcproj
22452         * gst/videofilter/videobalance.vcproj
22453         * gst/videofilter/videofilter.vcproj
22454         * gst/videofilter/videoflip.vcproj
22455         * gst/videoflip/videoflip.vcproj
22456         * gst/videomixer/videomixer.vcproj
22457         * gst/videorate/videorate.vcproj
22458         * gst/videoscale/videoscale.vcproj
22459         * gst/videotestsrc/videotestsrc.vcproj
22460         * gst/virtualdub/virtualdub.vcproj
22461         * gst/volenv/volenv.vcproj
22462         * gst/volume/volume.vcproj
22463         * gst/wavenc/wavenc.vcproj
22464         * gst/wavparse/wavparse.vcproj
22465         * gst/y4m/y4menc.vcproj
22466         * gst-libs/gst/audio/audio.vcproj
22467         * gst-libs/gst/audio/audiofilter.vcproj
22468         * gst-libs/gst/colorbalance/colorbalance.vcproj
22469         * gst-libs/gst/idct/idtc.vcproj
22470         * gst-libs/gst/media-info/media-info.vcproj
22471         * gst-libs/gst/mixer/mixer.vcproj
22472         * gst-libs/gst/navigation/navigation.vcproj
22473         * gst-libs/gst/play/play.vcproj
22474         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22475         * gst-libs/gst/resample/resample.vcproj
22476         * gst-libs/gst/riff/riff.vcproj
22477         * gst-libs/gst/tuner/tuner.vcproj
22478         * gst-libs/gst/video/video.vcproj
22479         * gst-libs/gst/xoverlay/xoverlay.vcproj
22480           avoid problems with math.h, fix release dependancy
22481           rename GStreamer-0.8.lib to libgstreamer.lib
22482
22483 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22484
22485         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22486         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22487         the atom is not available we have to unlock the mutex. Fixes #148023
22488
22489 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22490
22491         * gst-libs/gst/media-info/media-info.h:
22492           issue for a vararg macro with MSVC
22493
22494 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22495
22496         * gst/effectv/effectv.vcproj
22497         * gst-libs/gst/idct/idct.vcproj:
22498         * gst-libs/gst/media-info/media-info.vcproj:
22499         * gst-libs/gst/navigation/navigation.vcproj:
22500         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22501         * gst-libs/gst/video/video.vcproj:
22502         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22503           fixes for build problems
22504
22505 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22506
22507         * gst-libs/gst/audio/audio.def:
22508         * gst-libs/gst/audio/riff.def:
22509           add some definitions needed by plugins
22510
22511 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22512
22513         * gst/asfdemux/gstasfmux.c
22514           Fix some 64 bits constants to be glib friendly
22515
22516 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22517
22518         * gst/ac3parse/gstac3parse.c
22519         * gst/audioscale/gstaudioscale.c
22520         * gst/auparse/gstauparse.c
22521         * gst/colorspace/gstcolorspace.c
22522         * gst/colorspace/yuv2rgb.h
22523           local include fixes
22524
22525 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22526
22527         * win32/gst.sln
22528           add more plugins to the build
22529
22530 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22531
22532         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22533         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22534
22535 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22536
22537         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22538         (gst_level_set_property), (gst_level_get_property),
22539         (gst_level_base_init), (gst_level_class_init):
22540           add debugging categories.  cleanups.
22541
22542 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22543
22544         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22545         (gst_videoscale_planar411), (gst_videoscale_planar400),
22546         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22547         (gst_videoscale_scale_nearest_str1),
22548         (gst_videoscale_scale_nearest_str2),
22549         (gst_videoscale_scale_nearest_str4),
22550         (gst_videoscale_scale_nearest_16bit),
22551         (gst_videoscale_scale_nearest_24bit):
22552           fixed stride issues
22553           tested with 320x240 -> 321, 322, 324 x240
22554           tested with YV12, I420, YUY2, UYVY
22555           fixed packed422rev (don't think it could have worked before)
22556           by testing with UYVY
22557
22558 2004-07-26  Benjamin Otte  <otte@gnome.org>
22559
22560         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22561         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22562         (plugin_init):
22563           add debugging category, add error checks like checking return values
22564           of setup calls, make sure it still works after
22565           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22566
22567 2004-07-26  Wim Taymans  <wim@fluendo.com>
22568
22569         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22570         (gst_mpeg_demux_get_audio_stream),
22571         (gst_mpeg_demux_process_private):
22572         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22573         Check for error codes from the negotiation functions. Make sure
22574         we really set the pad caps when a new pad is created.
22575
22576 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22577
22578         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22579         (gst_ffmpeg_caps_to_pix_fmt):
22580         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22581         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22582         (gst_ffmpegcolorspace_pad_link):
22583           don't make function do two things at the same time without reason.
22584
22585 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22586
22587         * gst/ac3parse/ac3parse.vcproj
22588         * gst/adder/adder.vcproj
22589         * gst/alpha/alpha.vcproj
22590         * gst/alpha/alphacolor.vcproj
22591         * gst/asfdemux/asf.vcproj
22592         * gst/audioconvert/audioconvert.vcproj
22593         * gst/audiorate/audiorate.vcproj
22594         * gst/audioscale/audioscale.vcproj
22595         * gst/auparse/auparse.vcproj
22596         * gst/avi/avi.vcproj
22597         * gst/cdxaparse/cdxaparse.vcproj
22598         * gst/chart/chart.vcproj
22599         * gst/colorspace/colorspace.vcproj
22600         * gst/cutter/cutter.vcproj
22601         * gst/debug/debug.vcproj
22602         * gst/debug/efence.vcproj
22603         * gst/debug/navigationtest.vcproj
22604         * gst/deinterlace/deinterlace.vcproj
22605         * gst/effectv/effectv.vcproj
22606         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22607         * gst/filter/filter.vcproj
22608         * gst/flx/flxdec.vcproj
22609         * gst/goom/goom.vcproj
22610         * gst/interleave/interleave.vcproj
22611         * gst/law/alaw.vcproj
22612         * gst/law/mulaw.vcproj
22613         * gst/matroska/matroska.vcproj
22614         * gst/median/median.vcproj
22615         * gst/mixmatrix/mixmatrix.vcproj
22616         * gst/mpeg1sys/mpeg1systemencode.vcproj
22617         * gst/mpeg1videoparse/mp1videoparse.vcproj
22618         * gst/mpeg2sub/mpeg2subt.vcproj
22619         * gst/mpegaudio/mpegaudio.vcproj
22620         * gst/mpegaudioparse/mpegaudioparse.vcproj
22621         * gst/mpegstream/mpegstream.vcproj
22622         * gst/multifilesink/multifilesink.vcproj
22623         * gst/multipart/multipart.vcproj
22624         * gst/oneton/oneton.vcproj
22625         * gst/overlay/overlay.vcproj
22626         * gst/passthrough/passthrough.vcproj
22627         * gst/qtdemux/qtdemux.vcproj
22628         * gst/realmedia/rmdemux.vcproj
22629         * gst/rtjpeg/rtjpeg.vcproj
22630         * gst/rtp/rtp.vcproj
22631         * gst/silence/silence.vcproj
22632         * gst/sine/sinesrc.vcproj
22633         * gst/smooth/smooth.vcproj
22634         * gst/smpte/smpte.vcproj
22635         * gst/spectrum/spectrum.vcproj
22636         * gst/speed/speed.vcproj
22637         * gst/stereo/stereo.vcproj
22638         * gst/switch/switch.vcproj
22639         * gst/tags/tagedit.vcproj
22640         * gst/tcp/tcp.vcproj
22641         * gst/typefind/typefindfunctions.vcproj
22642         * gst/udp/udp.vcproj
22643         * gst/videobox/videobox.vcproj
22644         * gst/videocrop/videocrop.vcproj
22645         * gst/videodrop/videodrop.vcproj
22646         * gst/videofilter/gamma.vcproj
22647         * gst/videofilter/videobalance.vcproj
22648         * gst/videofilter/videofilter.vcproj
22649         * gst/videofilter/videoflip.vcproj
22650         * gst/videoflip/videoflip.vcproj
22651         * gst/videomixer/videomixer.vcproj
22652         * gst/videorate/videorate.vcproj
22653         * gst/videoscale/videoscale.vcproj
22654         * gst/videotestsrc/videotestsrc.vcproj
22655         * gst/virtualdub/virtualdub.vcproj
22656         * gst/volenv/volenv.vcproj
22657         * gst/volume/volume.vcproj
22658         * gst/wavenc/wavenc.vcproj
22659         * gst/wavparse/wavparse.vcproj
22660         * gst/y4m/y4menc.vcproj
22661           more plugins supported under windows
22662
22663 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22664
22665         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22666         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22667         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22669         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22670           Add debugging statements.  Use the sizes as returned by the
22671           *CreateImage calls.
22672
22673 2004-07-26  Johan Dahlin  <johan@gnome.org>
22674
22675         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22676         the pad is negotiated.
22677
22678         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22679
22680 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22681
22682         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22683         * gst-libs/gst/idct/idct.vcproj:
22684         * gst-libs/gst/media-info/media-info.vcproj:
22685         * gst-libs/gst/mixer/mixer.vcproj:
22686         * gst-libs/gst/navigation/navigation.vcproj:
22687         * gst-libs/gst/play/play.vcproj:
22688         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22689         * gst-libs/gst/resample/resample.vcproj:
22690         * gst-libs/gst/tuner/tuner.vcproj:
22691         * gst-libs/gst/video/video.vcproj:
22692         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22693           more plugins supported under windows
22694
22695 2004-07-25 Iain <iain@prettypeople.org>
22696
22697         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22698         pad now rather than when the pad is created because state changes wipe
22699         explicit caps (fixes #148043).
22700
22701 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22702
22703         reviewed by Benjamin Otte  <otte@gnome.org>
22704
22705         * ext/mad/gstmad.c:
22706           fix mad plugin crashing on Sun (fixes #148289)
22707
22708 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22709
22710         * gst/avi/avi.def:
22711         * gst/avi/avi.vcproj:
22712         * gst/matroska/matroska.def:
22713         * gst/matroska/matroska.vcproj:
22714           remove unused .def files
22715
22716 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22717
22718         * gst-libs/gst/audio/gstaudiofilter.c:
22719           Clean the local include
22720
22721 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22722
22723         * win32/gst.sln:
22724         * gst-libs/gst/audio/audio.def:
22725         * gst-libs/gst/audio/audio.vcproj:
22726         * gst-libs/gst/audio/audiofilter.vcproj:
22727         * gst-libs/gst/audio/riff.def:
22728         * gst-libs/gst/audio/riff.vcproj:
22729         * gst-libs/gst/gst-libs.def:
22730         * gst-libs/gst/gst-libs.vcproj:
22731         * gst/avi/avi.vcproj:
22732         * gst/avi/avi.vcproj:
22733           Copy the files where needed after building, cleaner projects
22734
22735 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22736
22737         * gst/matroska/ebml-write.c:
22738           Fix some 64 bits constants to be glib friendly
22739
22740 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22741
22742         * win32/gst.sln:
22743         * gst-libs/gst/gst-libs.def:
22744         * gst-libs/gst/gst-libs.vcproj:
22745         * gst/matroska/matroska.def:
22746         * gst/matroska/matroska.vcproj:
22747           Add the preliminary canvas to build plugins on Win32
22748
22749 2004-07-23  Benjamin Otte  <otte@gnome.org>
22750
22751         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22752           don't enfore negotiation from source side, it breaks
22753           sinesrc ! audioconvert ! osssink
22754
22755 2004-07-22  David Schleef  <ds@schleef.org>
22756
22757         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22758         for ELF files, since they can easily be recognized as audio/mpeg.
22759         (bug #147441)
22760
22761 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22762
22763         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22764         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22765         (gst_videoscale_scale_nearest_24bit),
22766         (gst_videoscale_scale_nearest_16bit):
22767           fix 16bit and 24bit for stride (24bit might need testing)
22768           don't pretend we do more than one algorithm
22769
22770 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22771
22772         * configure.ac:
22773         * gst/Makefile.am:
22774         * gst/multifilesink/Makefile.am:
22775         * gst/multifilesink/gstmultifilesink.c:
22776         (gst_multifilesink_get_formats),
22777         (gst_multifilesink_get_query_types), (_do_init),
22778         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22779         (gst_multifilesink_init), (gst_multifilesink_dispose),
22780         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22781         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22782         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22783         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22784         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22785         (gst_multifilesink_uri_get_type),
22786         (gst_multifilesink_uri_get_protocols),
22787         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22788         (gst_multifilesink_uri_handler_init), (plugin_init):
22789         * gst/multifilesink/gstmultifilesink.h:
22790         * testsuite/Makefile.am:
22791         * testsuite/multifilesink/Makefile.am:
22792         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22793         (gst_newmedia_class_init), (gst_newmedia_init),
22794         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22795         (newfile_signal), (test_signal), (main):
22796         multifilesink plugin for creating new files every time a new media
22797         discontinuity event occurs
22798
22799 2004-07-22  Wim Taymans  <wim@fluendo.com>
22800
22801         * gst/alpha/Makefile.am:
22802         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22803         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22804         (gst_alpha_color_init), (gst_alpha_color_set_property),
22805         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22806         (transform), (gst_alpha_color_chain),
22807         (gst_alpha_color_change_state), (plugin_init):
22808         Stupid plugin to to RGBA to AYUV conversion because none of
22809         the colorspace plugins can handle that yet.
22810
22811 2004-07-22  Wim Taymans  <wim@fluendo.com>
22812
22813         * examples/seeking/seek.c: (update_scale), (main):
22814         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22815         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22816         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22817         (gst_decode_bin_init), (gst_decode_bin_dispose),
22818         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22819         (no_more_pads), (close_link), (type_found),
22820         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22821         (plugin_init):
22822         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22823         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22824         (gst_play_base_bin_dispose), (queue_overrun),
22825         (gen_preroll_element), (remove_prerolls), (unknown_type),
22826         (no_more_pads), (new_stream), (setup_source),
22827         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22828         (play_base_eos), (gst_play_base_bin_change_state),
22829         (gst_play_base_bin_add_element),
22830         (gst_play_base_bin_remove_element),
22831         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22832         (gst_play_base_bin_unlink_stream),
22833         (gst_play_base_bin_get_streaminfo):
22834         * gst/playback/gstplaybin.c: (gen_video_element),
22835         (gen_audio_element):
22836         * gst/playback/gststreaminfo.h:
22837         More playback updates, attempt to fix things after the state change
22838         breakage.
22839
22840 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22841
22842         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22843         (gst_videoscale_scale_nearest_16bit):
22844           comment algorithm
22845
22846 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22847
22848         * gst/videotestsrc/gstvideotestsrc.c:
22849         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22850         (gst_videotestsrc_init), (gst_videotestsrc_get),
22851         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22852         (gst_videotestsrc_get_property):
22853         * gst/videotestsrc/gstvideotestsrc.h:
22854         * gst/videotestsrc/videotestsrc.c:
22855         * gst/videotestsrc/videotestsrc.h:
22856           cleanup and commenting
22857
22858 2004-07-21  Wim Taymans  <wim@fluendo.com>
22859
22860         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22861         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22862         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22863         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22864         (_find_chain_get_unknown_part), (_find_streams_check),
22865         (gst_ogg_demux_push), (gst_ogg_pad_push):
22866         * ext/theora/theoradec.c: (theora_get_formats),
22867         (theora_dec_src_convert), (theora_dec_sink_convert),
22868         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22869         (theora_dec_chain):
22870         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22871         (vorbis_dec_convert), (vorbis_dec_src_query),
22872         (vorbis_dec_src_event), (vorbis_dec_event):
22873         More seeking fixes, oggdemux now supports seeking to time and
22874         uses the downstream element to convert granulepos to time.
22875         Seeking in theora-only ogg files now works.
22876
22877 2004-07-21  Wim Taymans  <wim@fluendo.com>
22878
22879         * ext/theora/theoradec.c: (gst_theora_dec_init),
22880         (theora_get_formats), (theora_get_event_masks),
22881         (theora_get_query_types), (theora_dec_src_convert),
22882         (theora_dec_sink_convert), (theora_dec_src_query),
22883         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22884         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22885         (vorbis_get_event_masks), (vorbis_get_query_types),
22886         (gst_vorbis_dec_init), (vorbis_dec_convert),
22887         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22888         Added query/convert/formats functions to vorbis and theora decoders
22889         so that the outside world can use them too. Fixed seeking on an
22890         ogg/theora/vorbis file by disabling the seeking seeking on the
22891         theora srcpad.
22892
22893 2004-07-21  Julien MOUTTE  <julien@moutte.net>
22894
22895         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22896         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22897         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22898         images creation for both elements. We don't create the image on caps
22899         nego or renego, we just destroy the internal one if present if it does
22900         not match the needs. The chain function takes care of creating a new
22901         image when needed.
22902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22903         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22904         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22905         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22906         the image format information. The buffer pool checks for the context
22907         image format and discard images with different formats.
22908         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22909
22910 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22911
22912         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22913         (gst_ffmpegcolorspace_chain):
22914           no point in doing any chaining if the pad we want to push from
22915           isn't usable.
22916
22917 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22918
22919         * gst-libs/gst/riff/riff-media.c:
22920         (gst_riff_create_audio_caps_with_data):
22921           Fix double end-to-native symbol conversion (#148021).
22922
22923 2004-07-20  David Schleef  <ds@schleef.org>
22924
22925         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22926         Don't use an Atom that doesn't exist.
22927
22928 2004-07-20  Wim Taymans  <wim@fluendo.com>
22929
22930         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22931         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22932         (gst_multifdsink_client_remove),
22933         (gst_multifdsink_handle_client_write),
22934         (gst_multifdsink_queue_buffer):
22935         * gst/tcp/gstmultifdsink.h:
22936         More multifdsink stats. Avoid deadlock by releasing locks
22937         before sending out a signal.
22938
22939 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22940
22941         * po/LINGUAS:
22942         * po/hu.po:
22943           added Hungarian translation (Laszlo Dvornik)
22944
22945 2004-07-20  Wim Taymans  <wim@fluendo.com>
22946
22947         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22948         (gst_multifdsink_add), (gst_multifdsink_client_remove),
22949         (gst_multifdsink_handle_client_write),
22950         (gst_multifdsink_queue_buffer):
22951         * gst/tcp/gsttcp-marshal.list:
22952         Fixed the stupid marshal definition.
22953
22954 2004-07-20  Wim Taymans  <wim@fluendo.com>
22955
22956         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22957         (gst_multifdsink_init), (gst_multifdsink_add),
22958         (gst_multifdsink_client_remove),
22959         (gst_multifdsink_handle_client_write),
22960         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
22961         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
22962         (gst_multifdsink_init_send):
22963         * gst/tcp/gstmultifdsink.h:
22964         Added more stats, added timeout for a client, fixed some typos
22965         and added some comments.
22966
22967 2004-07-20  Wim Taymans  <wim@fluendo.com>
22968
22969         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22970         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22971         (gst_multifdsink_client_remove),
22972         (gst_multifdsink_handle_client_write):
22973         * gst/tcp/gstmultifdsink.h:
22974         * gst/tcp/gsttcp-marshal.list:
22975         Added get_stats method that returns a GValueArray of
22976         stats values.
22977
22978 2004-07-19  Benjamin Otte  <otte@gnome.org>
22979
22980         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22981           make sure longname, description and author are valid UTF-8
22982
22983 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22984
22985         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
22986         (gst_ximagesink_set_property):
22987         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
22988         (gst_xvimagesink_set_property):
22989           make sure SYNCHRONOUS is respected after getting the X context
22990
22991 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22992
22993         * gst/matroska/matroska-demux.c:
22994         (gst_matroska_demux_handle_src_event),
22995         (gst_matroska_demux_parse_blockgroup):
22996         * gst/matroska/matroska-ids.h:
22997           add BlockReference tag and ignore it to clear out log.
22998           ignore NAVIGATION events to clear out log.
22999
23000 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23001
23002         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23003         (gst_matroska_demux_add_stream):
23004         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23005           add debug categories
23006
23007 2004-07-16  Wim Taymans  <wim@fluendo.com>
23008
23009         * ext/libpng/Makefile.am:
23010         * ext/libpng/gstpng.c: (plugin_init):
23011         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23012         (gst_pngdec_get_type), (gst_pngdec_base_init),
23013         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23014         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23015         * ext/libpng/gstpngdec.h:
23016         Added png decoder.
23017
23018 2004-07-16  Julien MOUTTE  <julien@moutte.net>
23019
23020         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23021         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23022         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23023         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23024         (gst_ximagesink_buffer_alloc):
23025         * sys/ximage/ximagesink.h:
23026         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23027         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23028         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23029         (gst_xvimagesink_buffer_alloc):
23030         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23031         again. Using internal data pointer of the x(v)image to store image's
23032         data to be coherent with the buffer alloc mechanism. Investigated the
23033         image destruction code to be sure that everything gets freed correctly.
23034
23035 2004-07-16  Wim Taymans  <wim@fluendo.com>
23036
23037         * gst-libs/gst/riff/riff-read.c:
23038         (gst_riff_read_strf_vids_with_data),
23039         (gst_riff_read_strf_auds_with_data):
23040         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23041         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23042         Make sure we don't create 0 sized subbuffers in riff-read.
23043         Signal the no more pads signal after reading the avi header.
23044
23045 2004-07-16  Wim Taymans  <wim@fluendo.com>
23046
23047         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23048         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23049         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23050         (gst_decode_bin_init), (gst_decode_bin_dispose),
23051         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23052         (no_more_pads), (close_link), (type_found),
23053         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23054         (gst_decode_bin_change_state), (plugin_init):
23055         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23056         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23057         (gst_play_base_bin_dispose), (queue_overrun),
23058         (gen_preroll_element), (remove_prerolls), (unknown_type),
23059         (no_more_pads), (new_stream), (setup_source),
23060         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23061         (play_base_eos), (gst_play_base_bin_change_state),
23062         (gst_play_base_bin_add_element),
23063         (gst_play_base_bin_remove_element),
23064         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23065         (gst_play_base_bin_unlink_stream),
23066         (gst_play_base_bin_get_streaminfo):
23067         * gst/playback/gstplaybasebin.h:
23068         Better error recovery. Added configurable preroll queue size. Faster
23069         detection of no-more-pads.
23070
23071 2004-07-16  Wim Taymans  <wim@fluendo.com>
23072
23073         * gst-libs/gst/video/video.h:
23074         Added 32 bits RGBA. Not sure if we should use another mime-type
23075         for alpha rgb. Currently the presence of the alpha_mask property
23076         signals an alpha channel.
23077
23078 2004-07-16  Wim Taymans  <wim@fluendo.com>
23079
23080         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23081         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23082         FPS seems to be 0.0 to MAX everywhere else.
23083
23084 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23085
23086         * gst-libs/gst/riff/riff-media.c:
23087         (gst_riff_create_video_caps_with_data):
23088           mp42/mp43 (no caps) exist too.
23089         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23090           Set pixel_width/height; we've got them in-caps.
23091         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23092         * gst/wavparse/gstwavparse.c: (plugin_init):
23093           Both are valid primary.
23094         * sys/oss/gstossmixer.c:
23095           Remove i18n hack and enable translations.
23096
23097 2004-07-15  Benjamin Otte  <otte@gnome.org>
23098
23099         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23100         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23101           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23102
23103 2004-07-15  Benjamin Otte  <otte@gnome.org>
23104
23105         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23106         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23107         (gst_alsa_close_audio):
23108           disable some of the debugging code for now. Writing debugging to a
23109           buffer is broken in current alsalib releases.
23110
23111 2004-07-12  Benjamin Otte  <otte@gnome.org>
23112
23113         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23114           use bufferpools
23115
23116 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23117
23118         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23119         (theora_dec_src_query), (theora_dec_event):
23120         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23121           add debugging categories.  Remove \n's.
23122
23123 2004-07-13  Johan Dahlin  <johan@gnome.org>
23124
23125         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23126         (gst_play_bin_get_property): Impl.
23127
23128 2004-07-13  Wim Taymans  <wim@fluendo.com>
23129
23130         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23131         When trying to find the stream length, seek back N pages
23132         instead of just one, where N is the number of streams in
23133         the current chain.
23134
23135 2004-07-13  Wim Taymans  <wim@fluendo.com>
23136
23137         * gst-libs/gst/riff/riff-media.c:
23138         (gst_riff_create_audio_caps_with_data),
23139         (gst_riff_create_audio_caps),
23140         (gst_riff_create_audio_template_caps):
23141         * gst-libs/gst/riff/riff-media.h:
23142         * gst-libs/gst/riff/riff-read.c:
23143         (gst_riff_read_strf_vids_with_data),
23144         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23145         * gst-libs/gst/riff/riff-read.h:
23146         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23147         (gst_avi_demux_add_stream):
23148         Set codec_data on caps for avidemuxer.
23149
23150 2004-07-12  David Schleef  <ds@schleef.org>
23151
23152         * configure.ac: Fix test for Objective C
23153
23154 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
23155         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23156         (gst_gdk_pixbuf_chain):
23157           Add svg and pcx to template caps, and ensure that getcaps returns a
23158           subset of the template caps.
23159           Copy each row manually for output, as gdkpixbuf may pad the
23160           rowstride to a 32-bit word boundary.
23161
23162 2004-07-12  Wim Taymans  <wim@fluendo.com>
23163
23164         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23165         (gst_riff_create_video_template_caps):
23166         Fix the template caps to include some more media types.
23167
23168 2004-07-12  Wim Taymans  <wim@fluendo.com>
23169
23170         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23171         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23172         (compare_ranks), (print_feature), (gst_decode_bin_init),
23173         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23174         (try_to_link_1), (new_pad), (close_link), (type_found),
23175         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23176         (gst_decode_bin_change_state), (plugin_init):
23177         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23178         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23179         (gst_play_base_bin_dispose), (queue_overrun),
23180         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23181         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23182         (gst_play_base_bin_get_property), (play_base_eos),
23183         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23184         (gst_play_base_bin_remove_element),
23185         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23186         (gst_play_base_bin_unlink_stream),
23187         (gst_play_base_bin_get_streaminfo):
23188         * gst/playback/gstplaybasebin.h:
23189         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23190         (gst_play_bin_class_init), (gst_play_bin_init),
23191         (gst_play_bin_dispose), (gst_play_bin_set_property),
23192         (gst_play_bin_get_property), (gen_video_element),
23193         (gen_audio_element), (remove_sinks), (setup_sinks),
23194         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23195         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23196         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23197         (gst_play_bin_query), (plugin_init):
23198         * gst/playback/test4.c: (main):
23199         More fixes on reusing of the element.
23200
23201 2004-07-11  Benjamin Otte  <otte@gnome.org>
23202
23203         * ext/mad/gstmad.c: (normal_seek):
23204           allow seeking for other methods than just SET
23205
23206 2004-07-11  Andy Wingo  <wingo@pobox.com>
23207
23208         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23209         float, "any" caps -> buffer_frames=[0,MAX].
23210
23211         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23212         doesn't intersect our caps with the template any more. Do it
23213         ourselves.
23214         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23215
23216 2004-07-09  Wim Taymans  <wim@fluendo.com>
23217
23218         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23219         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23220         (compare_ranks), (print_feature), (gst_decode_bin_init),
23221         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23222         (try_to_link_1), (new_pad), (close_link), (type_found),
23223         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23224         (gst_decode_bin_change_state), (plugin_init):
23225         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23226         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23227         (gst_play_base_bin_dispose), (queue_overrun),
23228         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23229         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23230         (gst_play_base_bin_get_property), (play_base_eos),
23231         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23232         (gst_play_base_bin_remove_element),
23233         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23234         (gst_play_base_bin_unlink_stream),
23235         (gst_play_base_bin_get_streaminfo):
23236         * gst/playback/gstplaybasebin.h:
23237         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23238         (gst_play_bin_class_init), (gst_play_bin_init),
23239         (gst_play_bin_dispose), (gst_play_bin_set_property),
23240         (gst_play_bin_get_property), (gen_video_element),
23241         (gen_audio_element), (remove_sinks), (setup_sinks),
23242         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23243         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23244         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23245         (gst_play_bin_query), (plugin_init):
23246         * gst/playback/test4.c: (main):
23247         Work on object reuse and seeking.
23248
23249 2004-07-09  Wim Taymans  <wim@fluendo.com>
23250
23251         * examples/seeking/seek.c: (iterate):
23252         Don't consume all CPU in the idle loop.
23253
23254 2004-07-09  Wim Taymans  <wim@fluendo.com>
23255
23256         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23257         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23258         Add pad to element *after* setting the pad functions so that
23259         the scheduler can use the correct ones.
23260
23261 2004-07-09  Wim Taymans  <wim@fluendo.com>
23262
23263         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23264         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23265         Sync to keyframe after seek
23266
23267 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23268
23269         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23270         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23271         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23272         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23273         * ext/libvisual/visual.c: (gst_visual_change_state):
23274         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23275         * ext/theora/theoradec.c: (theora_dec_change_state):
23276         * ext/theora/theoraenc.c: (theora_enc_change_state):
23277         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23278         * gst-libs/gst/navigation/navigation.c:
23279         * gst/adder/gstadder.c: (gst_adder_change_state):
23280         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23281         (gst_audio_convert_get_buffer):
23282         * gst/multipart/multipartdemux.c:
23283         (gst_multipart_demux_change_state):
23284         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23285         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23286         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23287         * gst/videoscale/gstvideoscale.c:
23288         (gst_videoscale_handle_src_event):
23289         * gst/volume/gstvolume.c: (volume_chain_int16):
23290           don't assert in state change, this should be done by the base
23291           GstElement class.
23292           various debugging fixes.
23293
23294 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23295
23296         * configure.ac:
23297         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23298         (gst_play_dispose), (gst_play_set_location),
23299         (gst_play_set_data_src), (gst_play_set_video_sink),
23300         (gst_play_set_audio_sink), (gst_play_set_visualization),
23301         (gst_play_connect_visualization), (gst_play_get_sink_element),
23302         (gst_play_get_all_by_interface):
23303         * gst-libs/gst/play/play.h:
23304           add new method to get elements implementing an interface.
23305           add various error logging
23306
23307 2004-07-08  Wim Taymans  <wim@fluendo.com>
23308
23309         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23310         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23311         (make_playerbin_pipeline), (query_durations_elems),
23312         (query_durations_pads), (query_positions_elems),
23313         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23314         (main):
23315         Added playbin seeking example.
23316
23317 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23318
23319         * gst-libs/gst/play/play.c: (gst_play_set_location),
23320         (gst_play_set_data_src), (gst_play_set_video_sink),
23321         (gst_play_set_audio_sink), (gst_play_set_visualization),
23322         (gst_play_connect_visualization), (gst_play_get_framerate):
23323           use a macro to look up elements from hash table
23324
23325 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23326
23327         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23328         (gst_play_get_length_callback), (gst_play_set_location),
23329         (gst_play_seek_to_time), (gst_play_set_data_src),
23330         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23331         (gst_play_set_visualization), (gst_play_connect_visualization),
23332         (gst_play_get_sink_element):
23333         - add debugging info
23334         - fix looking up sink elements by iterating over complete caps
23335         - put everything except for source and autoplugger in a complete bin
23336
23337 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23338
23339         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23340         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23341         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23342         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23343         * ext/alsa/gstalsasink.h:
23344         - add debugging info
23345         - clean up schizophrenia of data/buffer/event
23346         - fix double event unref error
23347
23348 2004-07-08  Wim Taymans  <wim@fluendo.com>
23349
23350         * gst/playback/Makefile.am:
23351         Add headers to noinst
23352
23353 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23354
23355         * tools/gst-launch-ext-m.m:
23356         * tools/gst-launch-ext.1.in:
23357           convert to the third millenium
23358
23359 2004-07-07  David Schleef  <ds@schleef.org>
23360
23361         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23362
23363 2004-07-07  Wim Taymans  <wim@fluendo.com>
23364
23365         * gst/playback/Makefile.am:
23366         * gst/playback/README:
23367         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23368         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23369         (compare_ranks), (print_feature), (gst_decode_bin_init),
23370         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23371         (try_to_link_1), (new_pad), (close_link), (type_found),
23372         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23373         (plugin_init):
23374         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23375         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23376         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23377         (gen_preroll_element), (no_more_pads), (new_stream),
23378         (setup_source), (gst_play_base_bin_set_property),
23379         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23380         (gst_play_base_bin_add_element),
23381         (gst_play_base_bin_remove_element),
23382         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23383         (gst_play_base_bin_unlink_stream),
23384         (gst_play_base_bin_get_streaminfo):
23385         * gst/playback/gstplaybasebin.h:
23386         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23387         (gst_play_bin_class_init), (gst_play_bin_init),
23388         (gst_play_bin_dispose), (gst_play_bin_set_property),
23389         (gst_play_bin_get_property), (gen_video_element),
23390         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23391         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23392         (gst_play_bin_get_formats), (gst_play_bin_convert),
23393         (gst_play_bin_get_query_types), (gst_play_bin_query),
23394         (plugin_init):
23395         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23396         (gst_stream_info_get_type), (gst_stream_info_class_init),
23397         (gst_stream_info_init), (gst_stream_info_new),
23398         (gst_stream_info_dispose), (gst_stream_info_set_property),
23399         (gst_stream_info_get_property):
23400         * gst/playback/gststreaminfo.h:
23401         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23402         (main):
23403         * gst/playback/test2.c: (main):
23404         * gst/playback/test3.c: (update_scale), (main):
23405         More playbin fixes. Added README. Do better element filtering.
23406         Added base class to preroll media. Added test apps.
23407
23408 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23409
23410         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23411         * ext/mpeg2dec/gstmpeg2dec.h:
23412           various debugging improvements.  Reset stream to next picture
23413           instead of sequence header, otherwise seeks cannot work.
23414
23415 2004-07-07  Wim Taymans  <wim@fluendo.com>
23416
23417         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23418         (gst_video_box_class_init), (gst_video_box_set_property),
23419         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23420         Use pad_alloc where possible.
23421
23422 2004-07-07  Wim Taymans  <wim@fluendo.com>
23423
23424         * sys/oss/gstosselement.c: (gst_osselement_reset),
23425         (gst_osselement_parse_caps):
23426         * sys/oss/gstosselement.h:
23427         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23428         Fix offset on osssrc.
23429
23430 2004-07-07  Wim Taymans  <wim@fluendo.com>
23431
23432         * ext/theora/theora.c: (plugin_init):
23433         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23434         (theora_dec_src_query), (theora_dec_chain):
23435         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23436         (theora_enc_sink_link), (theora_buffer_from_packet),
23437         (theora_push_packet), (theora_enc_chain):
23438         Fix theora granulepos calculation.
23439         Fix overflow in duration/position calculation.
23440         Bump rank to PRIMARY for theoradec.
23441         Use granulepos of last packet to calculate position.
23442         Set keyframe flag on buffers when needed.
23443
23444 2004-07-06  David Schleef  <ds@schleef.org>
23445
23446         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23447         serious?  (Fixed, obviously.)
23448
23449 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23450
23451         * po/LINGUAS:
23452         * po/cs.po:
23453           added Czech translation (Miloslav Trmac)
23454
23455 2004-07-05  Wim Taymans  <wim@fluendo.com>
23456
23457         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23458         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23459         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23460         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23461         (close_link), (type_found), (gst_decode_bin_set_property),
23462         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23463         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23464         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23465         (gst_decode_bin_query), (plugin_init):
23466         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23467         (gst_play_bin_class_init), (gst_play_bin_init),
23468         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23469         (get_video_element), (new_pad), (setup_source),
23470         (gst_play_bin_set_property), (gst_play_bin_get_property),
23471         (gst_play_bin_change_state), (gst_play_bin_add_element),
23472         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23473         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23474         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23475         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23476         * gst/playback/test.c: (main):
23477         More fixes, cleaned up playbin, make it use decodebin. Added
23478         threaded property to playbin.
23479
23480 2004-07-05  Wim Taymans  <wim@fluendo.com>
23481
23482         * configure.ac:
23483         * gst/playback/Makefile.am:
23484         * gst/playback/decodetest.c: (main):
23485         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23486         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23487         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23488         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23489         (close_link), (type_found), (gst_decode_bin_set_property),
23490         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23491         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23492         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23493         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23494         (plugin_init):
23495         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23496         (gst_play_bin_class_init), (gst_play_bin_init),
23497         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23498         (collect_sink_pads), (find_compatibles), (close_pad_link),
23499         (try_to_link_1), (new_pad), (close_link), (type_found),
23500         (setup_source), (gst_play_bin_set_property),
23501         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23502         (compare_ranks), (gst_play_bin_collect_factories),
23503         (gst_play_bin_change_state), (gst_play_bin_add_element),
23504         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23505         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23506         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23507         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23508         * gst/playback/test.c: (main):
23509         Added some playback helper elements and some test apps, very alpha
23510         still.
23511
23512 2004-07-04  Benjamin Otte  <otte@gnome.org>
23513
23514         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23515           only restart audio when we indeed have an xrun to fix repeated
23516           xruns. Fix suggested by Giuliano Pochini.
23517
23518 2004-07-03  David Schleef  <ds@schleef.org>
23519
23520         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23521         call to gst_debug_log() if debugging is disabled (bug #145118)
23522
23523 2004-07-03  Benjamin Otte  <otte@gnome.org>
23524
23525         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23526           use our own functions for restarting the alsa device.
23527         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23528           I should apply patches myself - use MIN for the third argument, not
23529           the second, this fixes seeking
23530
23531 2004-07-02  David Schleef  <ds@schleef.org>
23532
23533         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23534         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23535         do with the logic.
23536
23537 2004-07-02  David Schleef  <ds@schleef.org>
23538
23539         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23540         output buffers.  Fix logic mistake.  (bug #144866)
23541
23542 2004-07-02  David Schleef  <ds@schleef.org>
23543
23544         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23545         on X.  (bug #144753)
23546
23547 2004-07-02  David Schleef  <ds@schleef.org>
23548
23549         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23550         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23551         (bug #144624)
23552         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23553         (gst_osselement_rate_probe_check): Add another workaround for
23554         buggy drivers (bug #145336)
23555
23556 2004-07-02  David Schleef  <ds@schleef.org>
23557
23558         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23559         Most systems don't have MSG_NOSIGNAL.
23560
23561 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23562
23563         * Makefile.am:
23564         * gst-libs/gst/colorbalance/Makefile.am:
23565         * gst-libs/gst/mixer/Makefile.am:
23566         * gst-libs/gst/play/Makefile.am:
23567         * gst-libs/gst/tuner/Makefile.am:
23568           (hopefully) fix both install and dist and make error message useful.
23569           needs testing across automakes.
23570
23571 2004-07-02  Benjamin Otte  <otte@gnome.org>
23572
23573         * ext/ogg/gstogg.c: (plugin_init):
23574           we require bytestream now
23575         * ext/ogg/gstoggdemux.c:
23576           huge diff to implement chain setup in a fast and generic way. This
23577           improves tag reading and startup of huge files (read: Theora videos)
23578           quite a bit. It probably contains bugs, too, so please test.
23579           Seeking is not improved to the fast method.
23580
23581 2004-06-29  Wim Taymans  <wim@fluendo.com>
23582
23583         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23584         * ext/ogg/gstoggmux.c:
23585         Fix memleak in oggdemux when running unconnected pads.
23586         doc update in mux, start working on keyframe mode.
23587
23588 2004-06-29  Benjamin Otte  <otte@gnome.org>
23589
23590         * sys/oss/gstosssink.c:
23591         * sys/oss/gstosssrc.c:
23592           advertise correct template caps - we indeed do non-native endianness
23593           and 8bit audio has no endianness
23594         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23595         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23596           avoid (wrong) duplications in getcaps function and return
23597           template caps
23598
23599 2004-06-29  Wim Taymans  <wim@fluendo.com>
23600
23601         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23602         (gst_multifdsink_class_init), (gst_multifdsink_add),
23603         (gst_multifdsink_remove), (gst_multifdsink_clear),
23604         (gst_multifdsink_client_remove),
23605         (gst_multifdsink_handle_client_read),
23606         (gst_multifdsink_client_queue_data),
23607         (gst_multifdsink_client_queue_caps),
23608         (gst_multifdsink_client_queue_buffer),
23609         (gst_multifdsink_handle_client_write),
23610         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23611         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23612         (gst_multifdsink_init_send), (gst_multifdsink_close):
23613         Fix wrong GList iteration that could crash the server when
23614         more then 2 clients disconnect at the same time. Read all the
23615         pending commands in one batch to recover from command storms under
23616         very heavy load.
23617
23618 2004-06-28  Wim Taymans  <wim@fluendo.com>
23619
23620         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23621         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23622         (gst_videomixer_pad_set_property),
23623         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23624         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23625         (gst_videomixer_class_init), (gst_videomixer_init),
23626         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23627         (pad_zorder_compare), (gst_videomixer_sort_pads),
23628         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23629         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23630         (gst_videomixer_update_queues), (gst_videomixer_loop),
23631         (plugin_init):
23632         Avoid divide by zero, choose masterpad as the pad with the highest
23633         framerate.
23634
23635 2004-06-27  Julien Moutte  <julien@moutte.net>
23636
23637         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23638         (gst_ximagesink_xwindow_new):
23639         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23640         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23641         function directly. We might want to call it from somewhere else one day.
23642
23643 2004-06-27  Julien Moutte  <julien@moutte.net>
23644
23645         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23646         (gst_ximagesink_xwindow_new):
23647         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23648         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23649         window decorations.
23650
23651 2004-06-27  Wim Taymans  <wim@fluendo.com>
23652
23653         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23654         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23655         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23656         (gst_dvdec_set_property), (gst_dvdec_get_property):
23657         * ext/dv/gstdvdec.h:
23658         Implement drop_factor property to lower the framerate with
23659         a factor.
23660
23661 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23662
23663         * gst-libs/gst/colorbalance/Makefile.am:
23664         * gst-libs/gst/mixer/Makefile.am:
23665         * gst-libs/gst/play/Makefile.am:
23666         * gst-libs/gst/tuner/Makefile.am:
23667           unbreak Company's fix that didn't install the -enum.h files
23668
23669 2004-06-27  Wim Taymans  <wim@fluendo.com>
23670
23671         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23672         (gst_dvdec_change_state):
23673         * ext/dv/gstdvdec.h:
23674         Fix timestamp, duration and offset of the buffers.
23675
23676 2004-06-27  Wim Taymans  <wim@fluendo.com>
23677
23678         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23679         (gst_multifdsink_class_init), (gst_multifdsink_add),
23680         (gst_multifdsink_remove), (gst_multifdsink_clear),
23681         (gst_multifdsink_client_remove),
23682         (gst_multifdsink_handle_client_read),
23683         (gst_multifdsink_client_queue_data),
23684         (gst_multifdsink_client_queue_caps),
23685         (gst_multifdsink_client_queue_buffer),
23686         (gst_multifdsink_handle_client_write),
23687         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23688         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23689         (gst_multifdsink_init_send), (gst_multifdsink_close):
23690         * gst/tcp/gstmultifdsink.h:
23691         * gst/tcp/gsttcpserversink.c:
23692         (gst_tcpserversink_handle_server_read),
23693         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23694         More multifdsink fixes, more recovery policy fixes.
23695         Removed stupid g_print
23696
23697 2004-06-26  Wim Taymans  <wim@fluendo.com>
23698
23699         * gst/tcp/Makefile.am:
23700         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23701         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23702         (gst_multifdsink_class_init), (gst_multifdsink_init),
23703         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23704         (gst_multifdsink_handle_client_read),
23705         (gst_multifdsink_client_queue_data),
23706         (gst_multifdsink_client_queue_caps),
23707         (gst_multifdsink_client_queue_buffer),
23708         (gst_multifdsink_handle_client_write),
23709         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23710         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23711         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23712         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23713         (gst_multifdsink_close), (gst_multifdsink_change_state):
23714         * gst/tcp/gstmultifdsink.h:
23715         * gst/tcp/gsttcpplugin.c: (plugin_init):
23716         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23717         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23718         (gst_tcpserversink_handle_server_read),
23719         (gst_tcpserversink_handle_select),
23720         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23721         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23722         * gst/tcp/gsttcpserversink.h:
23723         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23724         one of the locks, added recovery policy to multifdsink.
23725
23726 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23727
23728         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23729           fix decision for when getting frames with same timestamp
23730         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23731         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23732         (gst_v4lsrc_get_property):
23733         * sys/v4l/gstv4lsrc.h:
23734           add latency offset property
23735
23736 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23737
23738         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23739         (plugin_init):
23740           fix debugging. add category.
23741
23742 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23743
23744         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23745           fix wrong offsets
23746
23747 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23748
23749         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23750         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23751         (gst_alsa_src_change_state):
23752           return a time that is in sync with the element's processing
23753
23754 2004-06-25  Wim Taymans  <wim@fluendo.com>
23755
23756         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23757         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23758         (gst_tcpserversink_client_remove),
23759         (gst_tcpserversink_handle_client_read),
23760         (gst_tcpserversink_client_queue_data),
23761         (gst_tcpserversink_client_queue_caps),
23762         (gst_tcpserversink_client_queue_buffer),
23763         (gst_tcpserversink_handle_client_write),
23764         (gst_tcpserversink_queue_buffer),
23765         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23766         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23767         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23768         (gst_tcpserversink_close):
23769         * gst/tcp/gsttcpserversink.h:
23770         Serversink rewrite. Really do non blocking writes to clients and
23771         maintain an internal queue to handle slower clients while not
23772         disturbing fast clients.
23773
23774 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23775
23776         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23777           better debug, don't override OFFSET and OFFSET_END
23778
23779 2004-06-25  Iain <iain@prettypeople.org>
23780
23781         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23782         name=source for the wavparse pipeline.
23783
23784 2004-06-24  Johan Dahlin  <johan@gnome.org>
23785
23786         * ext/theora/theoraenc.c (theora_enc_chain): Call
23787         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23788         streamheader caps are set correctly.
23789
23790 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23791
23792         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23793         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23794           respect minimum bitrate; same could be done for max bitrate
23795
23796 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23797
23798         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23799         (gst_vorbisenc_setup):
23800           fix sample rate range
23801
23802 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23803
23804         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23805         (gst_oggvorbisenc_setup):
23806         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23807         (gst_vorbisenc_setup):
23808           resolve ambiguities in code and description
23809
23810 2004-06-24  Wim Taymans  <wim@fluendo.com>
23811
23812         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23813         * ext/alsa/gstalsa.h:
23814         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23815         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23816         Use alsa trigger_tstamp to get the timestamp of the first
23817         sample in the buffer for more precise sync. Some cleanups.
23818
23819 2004-06-24  Wim Taymans  <wim@fluendo.com>
23820
23821         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23822         (gst_audiorate_init), (gst_audiorate_chain),
23823         (gst_audiorate_set_property), (gst_audiorate_get_property):
23824         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23825         (gst_videorate_chain):
23826         Added some logging, fixed an overflow bug in videorate.
23827
23828 2004-06-24  Benjamin Otte  <otte@gnome.org>
23829
23830         * ext/kio/Makefile.am:
23831           fix for builddir != srcdir and distcheck
23832
23833 2004-06-24  Benjamin Otte  <otte@gnome.org>
23834
23835         * gst-libs/gst/colorbalance/Makefile.am:
23836         * gst-libs/gst/mixer/Makefile.am:
23837         * gst-libs/gst/play/Makefile.am:
23838         * gst-libs/gst/tuner/Makefile.am:
23839         * gst/tcp/Makefile.am:
23840         * sys/dxr3/Makefile.am:
23841           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23842           tarball.
23843           Also add all *.list files that were missing.
23844         * Makefile.am:
23845           add a distcheck hook to ensure the above doesn't happen again.
23846
23847 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
23848
23849         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23850
23851 2004-06-23  Colin Walters  <walters@redhat.com>
23852
23853         * m4/Makefile.am: Distribute gst-fionread.m4.
23854
23855 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23856
23857         * configure.ac: back to dev
23858
23859 2004-06-23  Wim Taymans  <wim@fluendo.com>
23860
23861         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23862         (gst_alsa_xrun_recovery):
23863         * ext/alsa/gstalsa.h:
23864         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23865         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23866         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23867         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23868         (gst_alsa_src_loop):
23869         Add clock to alsasrc. Take new capture timestamp when
23870         restarting after an overrun. Split up some functions between
23871         alsasrc and alsasink.
23872
23873 === release 0.8.2 ===
23874
23875 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23876
23877         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23878         (gst_alsa_change_state), (gst_alsa_update_avail),
23879         (gst_alsa_xrun_recovery):
23880         * ext/alsa/gstalsa.h:
23881         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23882           merge back changes from release
23883
23884 2004-06-23  Wim Taymans  <wim@fluendo.com>
23885
23886         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23887         (gst_audiorate_init), (gst_audiorate_chain),
23888         (gst_audiorate_set_property), (gst_audiorate_get_property):
23889         Implement sample dropping and notify
23890
23891 2004-06-22  Wim Taymans  <wim@fluendo.com>
23892
23893         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23894         (theora_enc_sink_link), (theora_buffer_from_packet),
23895         (theora_push_packet), (theora_enc_chain):
23896         Some cleanups, make sure the timestamps are correct.
23897
23898 2004-06-22  Wim Taymans  <wim@fluendo.com>
23899
23900         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23901         (gst_alsa_change_state), (gst_alsa_update_avail),
23902         (gst_alsa_xrun_recovery):
23903         * ext/alsa/gstalsa.h:
23904         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23905         Cleanups, take queued samples into account when reporting
23906         the time.
23907
23908 2004-06-22  Wim Taymans  <wim@fluendo.com>
23909
23910         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23911         (gst_videorate_init):
23912         Initialize the property as well.
23913
23914 2004-06-22  Wim Taymans  <wim@fluendo.com>
23915
23916         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23917         (gst_videorate_init), (gst_videorate_chain),
23918         (gst_videorate_set_property), (gst_videorate_get_property):
23919         Add property to make videorate silent.
23920         Add property to prefer new frames over old ones.
23921
23922 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23923
23924         * sys/osxvideo/Makefile.am:
23925         Workaround so that the osxvideo .so file gets linked with the
23926         Cocoa, OpenGL and QuickTime frameworks
23927
23928 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23929
23930         * sys/osxaudio/Makefile.am:
23931         Workaround so that the osxaudio .so file gets linked with the
23932         CoreAudio framework
23933
23934 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23935
23936         * configure.ac:
23937         Whoops, my fault...fixed build issues
23938
23939 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23940
23941         * configure.ac:
23942         Add objective-c support if running in Darwin/Mac OS X
23943         * sys/Makefile.am:
23944         * sys/osxvideo:
23945         * sys/osxvideo/Makefile.am:
23946         * sys/osxvideo/osxvideosink.h:
23947         * sys/osxvideo/osxvideosink.m:
23948         * sys/osxvideo/cocoawindow.h:
23949         * sys/osxvideo/cocoawindow.m:
23950         Add osxvideosink, a cocoa-based osx video sink
23951
23952
23953 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
23954         * ext/dvdnav/gst-dvd:
23955         Grab the gconf key from the right spot
23956         * gst/debug/gstnavseek.c: (gst_navseek_init),
23957         (gst_navseek_segseek), (gst_navseek_handle_src_event),
23958         (gst_navseek_chain):
23959         * gst/debug/gstnavseek.h:
23960           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
23961           and loop parameters of a segment seek.
23962         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23963         (gst_videotestsrc_get_event_masks),
23964         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
23965         * gst/videotestsrc/gstvideotestsrc.h:
23966           Add seeking support to videotestsrc
23967           Initialise the timestamp_offset variable.
23968
23969 2004-06-18  Wim Taymans  <wim@fluendo.com>
23970
23971         * ext/sidplay/gstsiddec.cc:
23972         Fix negotiation and set correct end offset.
23973
23974 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23975
23976         * configure.ac: branch and prerelease
23977
23978 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23979
23980         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
23981         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
23982         (gst_tcpclientsrc_init_receive):
23983         * gst/tcp/gsttcpclientsrc.h:
23984           read caps when connecting to server for GDP so we set them correctly
23985
23986 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23987
23988         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23989           notify drops and duplicates
23990         * gst/videoscale/videoscale.c: (videoscale_get_structure):
23991           no good reason to limit ourselves to 100x100
23992
23993 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23994
23995         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23996         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23997         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23998         (gst_v4lsrc_get_property):
23999         * sys/v4l/gstv4lsrc.h:
24000         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24001         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24002         (gst_v4l_set_audio):
24003         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24004         (gst_v4lsrc_try_capture):
24005         * sys/v4l/v4lsrc_calls.h:
24006           change try_palette to more general try_capture
24007           add autoprobe option so we can turn off autoprobing
24008           various fixes
24009
24010 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24011
24012         * configure.ac:
24013           add videorate
24014         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24015         (gst_ximagesink_class_init):
24016         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24017         (gst_xvimagesink_class_init):
24018           run them as finalize, not dispose, since dispose can be invoked
24019           multiple times
24020
24021 2004-06-17  Wim Taymans  <wim@fluendo.com>
24022
24023         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24024         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24025         * ext/alsa/gstalsa.h:
24026         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24027         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24028         (gst_alsa_src_change_state):
24029         * ext/alsa/gstalsasrc.h:
24030         Make the xrun code timestamp and offset the buffers correctly.
24031         moved the clock to the base class, use alsa methods to get time.
24032         Do correct timestamping on outgoing buffers.
24033
24034 2004-06-17  Wim Taymans  <wim@fluendo.com>
24035
24036         * gst/audiorate/Makefile.am:
24037         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24038         (gst_audiorate_base_init), (gst_audiorate_class_init),
24039         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24040         (gst_audiorate_set_property), (gst_audiorate_get_property),
24041         (gst_audiorate_change_state), (plugin_init):
24042         Added an audiorate converter that fills in gaps.
24043
24044 2004-06-17  Johan Dahlin  <johan@gnome.org>
24045
24046         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24047
24048 2004-06-16  Wim Taymans  <wim@fluendo.com>
24049
24050         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24051         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24052         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24053         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24054         (gst_v4lsrc_get_property):
24055         * sys/v4l/gstv4lsrc.h:
24056         Added a copy mode to v4lsrc where it will output a copied version
24057         of its internal hardware buffer.
24058         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24059         can't | them.
24060
24061 2004-06-16  Wim Taymans  <wim@fluendo.com>
24062
24063         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24064         Timestamp fixes.
24065
24066 2004-06-16  Wim Taymans  <wim@fluendo.com>
24067
24068         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24069         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24070         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24071         (gst_v4lsrc_get_property):
24072         * sys/v4l/gstv4lsrc.h:
24073         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24074         Added a sync mode enum property to control v4lsrc timestamp method
24075         Removed the use-fixed-fps property and moved functionality in
24076         the enum.
24077         Don't error on an error value from v4l-conf, it might not always
24078         be a real error.
24079
24080 2004-06-16  Wim Taymans  <wim@fluendo.com>
24081
24082         * gst/videorate/Makefile.am:
24083         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24084         (gst_videorate_base_init), (gst_videorate_class_init),
24085         (gst_videorate_getcaps), (gst_videorate_link),
24086         (gst_videorate_init), (gst_videorate_chain),
24087         (gst_videorate_set_property), (gst_videorate_get_property),
24088         (gst_videorate_change_state), (plugin_init):
24089         Added a video timestamp corrector.
24090
24091 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24092
24093         fixed a potential leak with previous commit
24094
24095         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24096
24097 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24098
24099         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24100         Added missing refcount, fixes bug #144425
24101         Cheers Tim for finding the bug
24102
24103 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24104
24105         * sys/v4l/gstv4l.c: (plugin_init):
24106         * sys/v4l/gstv4lcolorbalance.c:
24107         * sys/v4l/gstv4lcolorbalance.h:
24108         * sys/v4l/gstv4lelement.c:
24109         * sys/v4l/gstv4lelement.h:
24110         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24111         * sys/v4l/gstv4lmjpegsink.h:
24112         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24113         * sys/v4l/gstv4lmjpegsrc.h:
24114         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24115         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24116         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24117         * sys/v4l/gstv4lsrc.h:
24118         * sys/v4l/gstv4ltuner.c:
24119         * sys/v4l/gstv4ltuner.h:
24120         * sys/v4l/gstv4lxoverlay.c:
24121         * sys/v4l/gstv4lxoverlay.h:
24122         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24123         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24124         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24125         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24126         (gst_v4l_set_audio):
24127         * sys/v4l/v4l_calls.h:
24128         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24129         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24130         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24131         (gst_v4lmjpegsink_playback_init),
24132         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24133         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24134         (gst_v4lmjpegsink_playback_stop),
24135         (gst_v4lmjpegsink_playback_deinit):
24136         * sys/v4l/v4lmjpegsink_calls.h:
24137         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24138         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24139         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24140         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24141         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24142         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24143         * sys/v4l/v4lmjpegsrc_calls.h:
24144         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24145         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24146         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24147         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24148         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24149         (gst_v4lsrc_try_palette):
24150         * sys/v4l/v4lsrc_calls.h:
24151           bunch of paranoia cleanups
24152
24153 2004-06-14  David Schleef  <ds@schleef.org>
24154
24155         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24156         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24157         Send discont events and change timestamps appropriately when
24158         we get a seek event.  (bug #144240)
24159         * ext/cdparanoia/gstcdparanoia.h:
24160
24161 2004-06-14  Benjamin Otte  <otte@gnome.org>
24162
24163         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24164           snd_pcm_hw_params_set_rate  since the latter fails for no good
24165           reason on some setups.
24166
24167 2004-06-14  David Schleef  <ds@schleef.org>
24168
24169         * gst/volume/demo.c: (value_changed_callback): exp10() is not
24170         standard.  Thank you for playing.
24171
24172 2004-06-14  Wim Taymans  <wim@fluendo.com>
24173
24174         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24175         Patch 1.3 broke the ordering of the colorspace info and
24176         made the plugin basically work by coincidence, reordered
24177         the info.
24178
24179 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24180
24181         * ext/lame/gstlame.c:
24182         * ext/mad/gstmad.c:
24183           sync caps.  Make sure mad can only output a list of rates, not
24184           a full range.  In the future, have three caps lists for each of the
24185           mpeg versions.  Change mpegversion to a double as well.
24186
24187 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24188
24189         * gst/volume/.cvsignore:
24190         * gst/volume/Makefile.am:
24191         * gst/volume/demo.c: (value_changed_callback), (idler),
24192         (setup_gui), (main):
24193           added small demo app
24194
24195 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24196         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24197         * ext/esd/esdsink.h:
24198         Close the esd connection on pause, because esd will just wait -
24199         blocking all other esd clients indefinitely.
24200
24201 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24202
24203         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24204           previous commit with GST_DEBUG
24205
24206 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24207
24208         * configure.ac:
24209           add a header check for a dvdread header in dvdnav.  Fixes #133002
24210
24211 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24212
24213         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24214         * gst/tcp/gsttcpclientsink.h:
24215         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24216         * gst/tcp/gsttcpclientsrc.h:
24217         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24218         (gst_tcpserversink_handle_server_read),
24219         (gst_tcpserversink_init_send):
24220         * gst/tcp/gsttcpserversink.h:
24221         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24222         * gst/tcp/gsttcpserversrc.h:
24223         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24224         version of IP)
24225
24226 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24227
24228         * configure.ac:
24229         Added ogg library so that OSX detects libtheora properly
24230
24231 2004-06-11  Wim Taymans  <wim@fluendo.com>
24232
24233         * ext/theora/theoradec.c: (theora_dec_chain),
24234         (theora_dec_change_state):
24235         Don't try to decode frames before we received a keyframe.
24236
24237 2004-06-11  Wim Taymans  <wim@fluendo.com>
24238
24239         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24240         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24241         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24242         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24243         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24244         Added property to set the maximum delay of a page.
24245
24246 2004-06-10  Wim Taymans  <wim@fluendo.com>
24247
24248         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24249         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24250         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24251         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24252         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24253         Added max-delay property to control the maximum amount
24254         of data to put in one page.
24255
24256 2004-06-10  Wim Taymans  <wim@fluendo.com>
24257
24258         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24259         (gst_theora_enc_init), (theora_enc_sink_link),
24260         (theora_buffer_from_packet), (theora_enc_set_property),
24261         (theora_enc_get_property):
24262         Set duration on encoded buffer, added some more properties
24263
24264 2004-06-10  Wim Taymans  <wim@fluendo.com>
24265
24266         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24267         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24268         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24269         * ext/theora/theoraenc.c: (theora_enc_chain):
24270         Fix refcounting bugs
24271
24272 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24273
24274         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24275         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24276         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24277         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24278         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24279         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24280         (gst_asf_demux_change_state):
24281         * gst/asfdemux/gstasfdemux.h:
24282           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24283           feels like. I think we should set a new requirement for demuxers
24284           from now on to implement sane loop functions, data loops, query
24285           and seek functions before first commit into CVS. And this commit
24286           fixes all of the above.
24287
24288 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24289
24290         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24291           vorbis comments are properly encoded in UTF-8 before adding them
24292           to a GstTagList
24293
24294 2004-06-09  Benjamin Otte  <otte@gnome.org>
24295
24296         * ext/alsa/gstalsa.c: (add_channels):
24297           handle min <= max correctly
24298         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24299         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24300           add fixation functions so we fixate correctly. No preferring of alaw
24301           anymore because it's the first structure.
24302         * ext/alsa/gstalsa.h:
24303         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24304         (gst_alsa_hw_params_dump):
24305           add functions to ease debugging in alsalib
24306         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24307         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24308         (gst_alsa_start_audio):
24309           only specify hw params if we really setup a format (fixes #134007 -
24310           or at least works around it)
24311
24312 2004-06-09  Wim Taymans  <wim@fluendo.com>
24313
24314         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24315         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24316         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24317         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24318         (gst_ogg_mux_loop):
24319         Use stream caps to setup the initial pages in the ogg stream.
24320         Correctly set the streamheader caps on the srcpad.
24321
24322 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24323
24324         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24325         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24326         (gst_v4lsrc_getcaps):
24327         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24328         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24329           add querying of fps lists for webcams.  Negotiating to a framerate
24330           now works.
24331
24332 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24333
24334         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24335         (theora_push_buffer), (theora_push_packet),
24336         (theora_set_header_on_caps), (theora_enc_chain):
24337           mark buffers and put on streamheader, raw theora streaming
24338           now works too, whee
24339
24340 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24341
24342         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24343         (gst_tcp_gdp_read_caps):
24344           do a looping read for caps and GDP headers too
24345
24346 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24347
24348         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24349         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24350           return EOS instead of NULL in _get
24351
24352 2004-06-08  Wim Taymans  <wim@fluendo.com>
24353
24354         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24355         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24356         (gst_tcp_gdp_write_caps):
24357         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24358         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24359         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24360         Memory leak fixes
24361
24362 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24363
24364         * ext/vorbis/Makefile.am:
24365         * ext/vorbis/vorbis.c: (plugin_init):
24366         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24367         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24368         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24369         (vorbis_parse_change_state):
24370         * ext/vorbis/vorbisparse.h:
24371           adding a vorbisparse element that marks the buffers, streaming
24372           raw vorbis using GDP now works, whee
24373
24374 2004-06-08  Wim Taymans  <wim@fluendo.com>
24375
24376         * ext/jpeg/Makefile.am:
24377         * ext/jpeg/README:
24378         * ext/jpeg/gstjpeg.c: (plugin_init):
24379         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24380         (gst_smokedec_base_init), (gst_smokedec_class_init),
24381         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24382         * ext/jpeg/gstsmokedec.h:
24383         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24384         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24385         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24386         (gst_smokeenc_resync), (gst_smokeenc_chain),
24387         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24388         * ext/jpeg/gstsmokeenc.h:
24389         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24390         (smokecodec_flush_destination), (smokecodec_term_destination),
24391         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24392         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24393         (smokecodec_term_source), (smokecodec_encode_new),
24394         (smokecodec_decode_new), (smokecodec_info_free),
24395         (smokecodec_set_quality), (smokecodec_get_quality),
24396         (smokecodec_set_threshold), (smokecodec_get_threshold),
24397         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24398         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24399         (smokecodec_parse_header), (smokecodec_decode):
24400         * ext/jpeg/smokecodec.h:
24401         Added a new simple jpeg based codec
24402
24403 2004-06-08  Wim Taymans  <wim@fluendo.com>
24404
24405         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24406         (gst_multipart_mux_loop):
24407         Fix memory leak
24408
24409 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24410
24411         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24412         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24413         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24414         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24415         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24416         * gst/tcp/gsttcpserversink.h:
24417           take streamheader into account
24418
24419 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24420
24421         * gst/level/Makefile.am:
24422         * gst/level/gstlevel.c: (gst_level_class_init):
24423           clean up marshal generation
24424
24425 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24426
24427         * gst/tcp/Makefile.am:
24428         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24429         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24430         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24431         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24432         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24433         (gst_tcpclientsrc_get_property):
24434         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24435         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24436         (gst_tcpserversink_handle_client_read),
24437         (gst_tcpserversink_handle_client_write),
24438         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24439         * gst/tcp/gsttcpserversink.h:
24440           add signals client-added and client-removed
24441         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24442         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24443         (gst_tcpserversrc_get_property):
24444         uniformized, change default protocol to NONE
24445         * gst/tcp/gsttcp-marshal.list: added
24446 2004-06-07  Benjamin Otte  <otte@gnome.org>
24447
24448         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24449           handle discont events if they happen before caps nego
24450
24451 2004-06-07  Wim Taymans  <wim@fluendo.com>
24452
24453         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24454         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24455         (gst_multipart_demux_plugin_init):
24456         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24457         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24458         (gst_multipart_mux_change_state):
24459         Small updates, fix a memleak
24460
24461 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24462
24463         * configure.ac: OSS portability
24464         * ext/arts/gst_arts.c: idem
24465         * sys/oss/gstosselement.c: idem
24466         * sys/oss/gstossmixer.c: idem
24467         * sys/oss/gstosssink.c: idem
24468         * sys/oss/gstosssrc.c: idem
24469         * sys/oss/oss_probe.c: idem
24470           - check for soundcard.h in different places for some BSD
24471
24472 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24473
24474         * AUTHORS:
24475         Add me to the authors file
24476         * configure.ac:
24477         Increase the libdv requirement to >= version 0.100
24478         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24479         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24480         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24481         * ext/dv/gstdvdec.h:
24482         Add support for the new_media flag when sending DISCONT events
24483         Make the querying work when video pad is not linked
24484
24485 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24486
24487         reviewed by Benjamin Otte  <otte@gnome.org>
24488
24489         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24490           create a NULL-initialized array of pads, so we don't think they
24491           exist already. (fixes #143130)
24492
24493 2004-06-07  Benjamin Otte  <otte@gnome.org>
24494
24495         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24496         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24497         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24498           don't use // coments
24499
24500 2004-06-07  Benjamin Otte  <otte@gnome.org>
24501
24502         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24503           cast to GstClockTime to get higher granularity
24504         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24505           use gst_element_set_time_delay to get the exact time
24506         * ext/mad/gstmad.c: (gst_mad_chain):
24507           use the negotiated rate instead of the current frame's rate which
24508           might be wrong because of bit errors. This avoids emitting totally
24509           bogus timestamps and screwing sync.
24510         (fixes #143454)
24511
24512 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24513
24514         reviewed by Benjamin Otte  <otte@gnome.org>
24515
24516         * gst/adder/gstadder.c: (gst_adder_loop):
24517           properly error out when no negotiation has happened yet. (fixes
24518           #143032)
24519
24520 2004-06-06  Benjamin Otte  <otte@gnome.org>
24521
24522         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24523           forward correctly transformed offset in discont events. Based on
24524           patch by Arwed v. Merkatz. (fixes #142851)
24525
24526 2004-06-06  David Schleef  <ds@schleef.org>
24527
24528         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24529         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24530         problems on several systems.
24531
24532 2004-06-06  Benjamin Otte  <otte@gnome.org>
24533
24534         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24535           use explicit caps on the srcpad
24536         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24537           properly error out if caps couldn't be set (fixes #142764)
24538
24539 2004-06-06  Benjamin Otte  <otte@gnome.org>
24540
24541         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24542         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24543         (gst_alsa_start_audio):
24544           - don't call set_periods_integer anymore, it breaks the
24545           configuration randomly
24546           - call snd_pcm_hw_params_set_access directly instead of using masks
24547           - don't fail if the sw_params can't be set, just use the default
24548           params and hope it works. Alsalib has weird issues when you touch
24549           sw_params and does no proper error reporting about what failed.
24550         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24551         (gst_alsa_close_audio):
24552           make our alsa debugging go via gst debugging and not conditionally
24553           defined
24554         * ext/alsa/gstalsa.h:
24555           add ALSA_DEBUG_FLUSH macro
24556         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24557         (plugin_init):
24558           wrap alsa errors to be printed via the gst debugging system and not
24559           spammed to stderr
24560
24561 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24562
24563         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24564         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24565         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24566         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24567         (qtdemux_parse_trak):
24568         * gst/qtdemux/qtdemux.h:
24569           Bitch. Also known as seeking, querying & co.
24570         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24571         (gst_osssink_change_state):
24572         * sys/oss/gstosssink.h:
24573           Resyncing is for weenies, this hack is no longer needed and was
24574           broken anyway (since it - unintendedly - always leaves resync to
24575           TRUE).
24576
24577 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24578
24579         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24580         * gst/tcp/gsttcpclientsrc.h: idem
24581           - define MSG_NOSIGNAL if not done
24582           - include unistd.h for off_t
24583           (fixes #143749)
24584
24585 2004-06-05  Benjamin Otte  <otte@gnome.org>
24586
24587         * configure.ac:
24588         * ext/kio/Makefile.am:
24589           check for qt's moc preprocessor explicitly and use it
24590
24591 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24592
24593         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24594           don't get a signal for EPIPE on socket writes
24595           (somebody check if this works on other platforms)
24596
24597 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24598
24599         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24600         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24601           check error condition on available samples correctly
24602
24603 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24604
24605         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24606           avoid a segfault
24607         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24608         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24609         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24610         (gst_tcpserversrc_gdp_read_header):
24611          use ssize_t over size_t since the former is signed and thus the
24612          check for error codes can work
24613
24614 2004-06-02  Wim Taymans  <wim@fluendo.com>
24615
24616         reviewed by: Johan
24617
24618         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24619         (gst_multipart_mux_loop):
24620         Oops
24621
24622 2004-06-02  Wim Taymans  <wim@fluendo.com>
24623
24624         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24625         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24626         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24627         (gst_multipart_mux_change_state):
24628         Added configurable boundary specifier, added the value as a
24629         caps field as well.
24630
24631 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24632
24633         * gst/tcp/gsttcp.c:
24634         * gst/tcp/gsttcpclientsrc.c:
24635         * gst/tcp/gsttcpclientsrc.h:
24636         * gst/tcp/gsttcpserversrc.c:
24637           - portability fix, to compile on OSX
24638             (fixes #143146)
24639
24640         * sys/osxaudio/gstosxaudioelement.c:
24641         * sys/osxaudio/gstosxaudiosink.c:
24642         * sys/osxaudio/gstosxaudiosrc.c:
24643           - compilation warnings on OSX
24644             (fixes #143153)
24645
24646 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24647
24648         * ext/vorbis/vorbisdec.c : sign warning fixes
24649
24650         * gst-libs/gst/mixer/mixertrack.c :
24651           do no use defines which are glib 2.4 specific
24652
24653 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24654
24655         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24656           buffer since libflac doesn't expect it (reports a sync error when
24657           it encounters that)
24658
24659
24660 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24661
24662         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24663         * gst-libs/gst/mixer/mixertrack.c:
24664         (gst_mixer_track_get_property), (get_mixer_track_init),
24665         (get_mixer_track_get_property): Added property accessors
24666         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24667         * gst-libs/gst/mixer/mixeroptions.c:
24668         (gst_mixer_options_get_values): Added
24669         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24670         * gst-libs/gst/mixer/mixer.c: Fixed comment
24671
24672
24673 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24674
24675         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24676           improve error messages on open
24677
24678
24679 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24680
24681         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24682           check if v4l-conf is in path
24683
24684 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24685
24686         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24687           change assert to a more readable error message
24688
24689 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24690
24691         * gst-libs/gst/tuner/tunerchannel.h:
24692           - add a freq_multiplicator field to make the conversion
24693             between internal frequency unit and Hz
24694         * sys/v4l/gstv4lelement.c:
24695         * sys/v4l2/gstv4l2element.c:
24696           - change default video device to /dev/video0
24697         * sys/v4l/v4l_calls.c:
24698         * sys/v4l2/v4l2_calls.c:
24699           - we only expose frequency to the user in Hz instead of
24700             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24701
24702 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24703         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24704           Initialise b_o_s and e_o_s variables
24705         * gst-libs/gst/riff/riff-media.c:
24706         (gst_riff_create_video_caps_with_data):
24707           Add some unusual fourcc's from mplayer avi's
24708         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24709           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24710           autoplugging.
24711
24712 2004-05-28  Wim Taymans  <wim@fluendo.com>
24713
24714         * configure.ac:
24715         * gst/alpha/Makefile.am:
24716         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24717         (gst_alpha_get_type), (gst_alpha_base_init),
24718         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24719         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24720         (gst_alpha_chroma_key), (gst_alpha_chain),
24721         (gst_alpha_change_state), (plugin_init):
24722         A plugin to add an alpha channel to I420 video. Can optionally do
24723         chroma keying.
24724         * gst/multipart/Makefile.am:
24725         * gst/multipart/multipart.c: (plugin_init):
24726         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24727         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24728         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24729         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24730         (gst_multipart_demux_change_state),
24731         (gst_multipart_demux_plugin_init):
24732         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24733         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24734         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24735         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24736         (gst_multipart_mux_pad_unlink),
24737         (gst_multipart_mux_request_new_pad),
24738         (gst_multipart_mux_handle_src_event),
24739         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24740         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24741         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24742         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24743         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24744         send multipart jpeg images to a browser.
24745         * gst/videobox/Makefile.am:
24746         * gst/videobox/README:
24747         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24748         (gst_video_box_get_type), (gst_video_box_base_init),
24749         (gst_video_box_class_init), (gst_video_box_init),
24750         (gst_video_box_set_property), (gst_video_box_get_property),
24751         (gst_video_box_sink_link), (gst_video_box_i420),
24752         (gst_video_box_ayuv), (gst_video_box_chain),
24753         (gst_video_box_change_state), (plugin_init):
24754         Crops or adds borders around an image. can do alpha channel
24755         borders as well.
24756         * gst/videomixer/Makefile.am:
24757         * gst/videomixer/README:
24758         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24759         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24760         (gst_videomixer_pad_get_sink_event_masks),
24761         (gst_videomixer_pad_get_property),
24762         (gst_videomixer_pad_set_property),
24763         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24764         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24765         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24766         (gst_videomixer_base_init), (gst_videomixer_class_init),
24767         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24768         (gst_videomixer_handle_src_event),
24769         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24770         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24771         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24772         (gst_videomixer_loop), (gst_videomixer_get_property),
24773         (gst_videomixer_set_property), (gst_videomixer_change_state),
24774         (plugin_init):
24775         Generic video mixer plugin, can handle multiple inputs all with
24776         different framerates and video sizes. Is fully alpha channel
24777         aware.
24778
24779 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24780
24781         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24782           Select first track as master track. Not sure how else to handle
24783           that...
24784         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24785           Discard discont events. Should fix #142962.
24786
24787 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24788
24789         * ext/alsa/Makefile.am:
24790         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24791         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24792         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24793         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24794         (gst_alsa_mixer_get_option):
24795         * ext/alsa/gstalsamixer.h:
24796         * ext/alsa/gstalsamixeroptions.c:
24797         (gst_alsa_mixer_options_get_type),
24798         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24799         (gst_alsa_mixer_options_new):
24800         * ext/alsa/gstalsamixeroptions.h:
24801         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24802         * ext/alsa/gstalsamixertrack.h:
24803           Add enumerations (as GstMixerOptions). Make correct distinction
24804           between input/output tracks. Add capture/playback private flag.
24805           Use flag to decide on whether to set capture or playback volumes
24806           or switches. Use playback and record switches.
24807         * gst-libs/gst/mixer/Makefile.am:
24808         * gst-libs/gst/mixer/mixer-marshal.list:
24809         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24810         (gst_mixer_set_option), (gst_mixer_get_option),
24811         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24812         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24813         * gst-libs/gst/mixer/mixer.h:
24814         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24815         (gst_mixer_options_class_init), (gst_mixer_options_init),
24816         (gst_mixer_options_dispose):
24817         * gst-libs/gst/mixer/mixeroptions.h:
24818           Add GstMixerOptions.
24819         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24820           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24821           broken device detection on computers with multiple OSS sound
24822           cards.
24823
24824 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24825
24826         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24827           fixate nicely even when the peer is not negotiating
24828
24829 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24830
24831         * gst/audioconvert/gstaudioconvert.c:
24832         (gst_audio_convert_parse_caps):
24833           make sure we don't allow depth > width
24834         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24835           fixate endianness to G_BYTE_ORDER as default
24836         * gst/audioscale/gstaudioscale.c:
24837           we don't handle another endianness as host-endianness
24838
24839 2004-05-25  David Schleef  <ds@schleef.org>
24840
24841         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24842
24843 2004-05-24  Benjamin Otte  <otte@gnome.org>
24844
24845         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24846         (gst_oggvorbisenc_setup):
24847           properly fail when we can't setup the vorbis encoder due to
24848           unsupported settings
24849         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24850         (gst_vorbisenc_setup):
24851           same
24852         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24853           fix case where warnings occured when one pad was unlinked while the
24854           other's link function was called
24855
24856 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24857
24858         * gst/tcp/Makefile.am:
24859           use GST_ENABLE_NEW
24860
24861 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24862
24863         * gst-libs/gst/resample/private.h:
24864           don't use optimizations that are #if 0'ed
24865
24866 2004-05-24  Wim Taymans  <wim@fluendo.com>
24867
24868         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24869         Fix potential division by zero error and hopefully get
24870         the position query right to get correct timestamps on avi
24871         audio.
24872
24873 2004-05-24  Wim Taymans  <wim@fluendo.com>
24874
24875         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24876         (gst_videoscale_scale_nearest_str2),
24877         (gst_videoscale_scale_nearest_str4),
24878         (gst_videoscale_scale_nearest_32bit),
24879         (gst_videoscale_scale_nearest_24bit),
24880         (gst_videoscale_scale_nearest_16bit):
24881         Fix the scaling algorithm and avoid a buffer overflow.
24882         removed the while loop in the scaling function as it
24883         was used for point sampling only.
24884
24885 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24886
24887         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24888         (gst_id3_tag_class_init), (gst_id3_tag_init),
24889         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24890         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24891         (gst_id3_tag_send_tag_event):
24892           lots of fixes to make id3mux work and id3demux work correctly
24893
24894 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24895
24896         * ext/Makefile.am:
24897           add rules to build shout2send (was removed by accident
24898           when this module was no more marked experimental/broken)
24899
24900 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24901
24902         * ext/shout2/gstshout2.c:
24903         * ext/shout2/gstshout2.h:
24904           adding a "connection problem" signal to shout2send
24905           (fixes #142954)
24906
24907 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24908
24909         * ext/kio/kioreceiver.cpp:
24910         * ext/kio/kioreceiver.h:
24911           fix sign comparison issues
24912
24913 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24914
24915         * gst/cdxaparse/gstcdxaparse.c:
24916         * gst/cdxaparse/gstcdxaparse.h:
24917           some renaming
24918           add some checks/sanity
24919           prepare for seek addition
24920
24921         * sys/sunaudio/gstsunaudio.c:
24922           remove exported dupe init function
24923
24924 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
24925
24926         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24927         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24928           Fix format conversion and position querying.
24929         * gst/debug/progressreport.c: (gst_progressreport_report):
24930           Don't output a bogus total value that we didn't query.
24931         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24932           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24933           only a blank window after xine has been used.
24934
24935 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24936
24937         * m4/as-arts.m4:
24938           sync with upstream version to fix test on FC2
24939           readd with -ko to preserve Id header
24940
24941 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24942
24943         * configure.ac:
24944           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24945         * gst/tcp/gsttcpclientsrc.c: idem
24946         * gst/tcp/gsttcpserversink.c: idem
24947         * gst/tcp/gsttcpserversrc.c: idem
24948         * m4/gst-fionread.m4: idem
24949
24950         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24951
24952         * configure.ac: enable speex plugin for speex 1.1.5+
24953         * ext/speex/gstspeexenc.c: fix cast warning
24954
24955         * ext/esd/README: fix typo
24956
24957 2004-05-20  David Schleef  <ds@schleef.org>
24958
24959         * configure.ac: Minor cosmetic change to convince the buildbot to
24960         reautogen.
24961         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
24962         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
24963         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
24964         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
24965         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
24966         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
24967         More hacking.  Plays audio now.
24968
24969 2004-05-20  David Schleef  <ds@schleef.org>
24970
24971         * configure.ac:
24972         * sys/Makefile.am:
24973
24974 2004-05-20  David Schleef  <ds@schleef.org>
24975
24976         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
24977         * sys/osxaudio/gstosxaudio.c:
24978         * sys/osxaudio/gstosxaudioelement.c:
24979         * sys/osxaudio/gstosxaudioelement.h:
24980         * sys/osxaudio/gstosxaudiosink.c:
24981         * sys/osxaudio/gstosxaudiosink.h:
24982         * sys/osxaudio/gstosxaudiosrc.c:
24983         * sys/osxaudio/gstosxaudiosrc.h:
24984
24985 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24986
24987         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
24988         (gst_vorbisenc_chain):
24989           put the codec headers on the caps as streamheader as well as
24990           pushing them out
24991
24992 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24993
24994         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24995         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24996         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
24997         split up push_packet into two functions
24998
24999 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25000
25001         * gst/tcp/.cvsignore:
25002           ignore enums
25003         * gst/tcp/Makefile.am:
25004         * gst/tcp/README:
25005         * gst/tcp/gsttcp.c:
25006         * gst/tcp/gsttcp.h:
25007         * gst/tcp/gsttcpclientsink.c:
25008         * gst/tcp/gsttcpclientsink.h:
25009         * gst/tcp/gsttcpclientsrc.c:
25010         * gst/tcp/gsttcpclientsrc.h:
25011         * gst/tcp/gsttcpplugin.c:
25012         * gst/tcp/gsttcpserversink.c:
25013         * gst/tcp/gsttcpserversink.h:
25014         * gst/tcp/gsttcpserversrc.c:
25015         * gst/tcp/gsttcpserversrc.h:
25016           add new tcp elements
25017
25018 2004-05-19  Wim Taymans  <wim@fluendo.com>
25019
25020         * gst/law/mulaw-conversion.c: (mulaw_encode):
25021         Fix overflow bug in ulaw encoding.
25022
25023 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25024
25025         * ext/mad/gstmad.c: (gst_mad_handle_event):
25026           don't unref the event twice
25027
25028 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25029
25030         * configure.ac:
25031           remove -Wno-sign-compare
25032
25033 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25034
25035         * configure.ac:
25036           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25037           if you want to work against glib 2.2 and 2.4
25038
25039 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25040
25041         * gst/tcp/Makefile.am:
25042         * gst/tcp/gsttcp.c:
25043         * gst/tcp/gsttcp.h:
25044         * gst/tcp/gsttcpsink.h:
25045         * gst/tcp/gsttcpsrc.h:
25046           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25047
25048 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25049
25050         * gst/debug/tests.c: (md5_get_value):
25051           fix segfault on gst-inspect
25052
25053 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25054
25055         * gst/debug/testplugin.c:
25056         * gst/debug/tests.c:
25057         * gst/debug/tests.h:
25058           add new extensible and configurable testing element. Current tests
25059           include buffer count, stream length, timestamp/duration matching and
25060           md5.
25061         * gst/debug/Makefile.am:
25062         * gst/debug/gstdebug.c: (plugin_init):
25063           add infrastructure for new element
25064
25065 2004-05-19  Johan Dahlin  <johan@gnome.org>
25066
25067         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25068         ending of the array. Fixes gst-inspect segfault on ppc.
25069
25070 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25071
25072         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25073
25074         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25075
25076 2004-05-18  David Schleef  <ds@schleef.org>
25077
25078         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25079         warnings (bugs, actually) noticed by gcc but not forte.
25080
25081 2004-05-18  David Schleef  <ds@schleef.org>
25082
25083         * sys/sunaudio/Makefile.am:
25084         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25085
25086 2004-05-18  David Schleef  <ds@schleef.org>
25087
25088         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25089         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
25090         to allow qtdemux to use non-seekable streams. (bug #142272)
25091
25092 2004-05-18  David Schleef  <ds@schleef.org>
25093
25094         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25095         (gst_resample_sinc_ft_float): Remove use of static temporary
25096         buffer.  This code was obviously not supposed to last long, but
25097         it's stuck in our ABI, so it required a little hack to make it
25098         ABI-compatible.  Fixes #142585.
25099         * gst-libs/gst/resample/resample.h: same.
25100
25101 2004-05-18  David Schleef  <ds@schleef.org>
25102
25103         * configure.ac: Add sunaudio
25104         * examples/Makefile.am: make gstplay depend on gconf
25105         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25106         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25107         (convert_table_lookup), (img_convert): remove c99-isms
25108         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25109           unsigned, to fix a warning on Solaris
25110         * gst/mpeg1sys/systems.c: bcopy->memcpy
25111         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25112         * sys/Makefile.am: Add sunaudio
25113
25114 2004-05-18  Wim Taymans  <wim@fluendo.com>
25115
25116         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25117         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25118         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25119         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25120         (gst_ogg_mux_loop):
25121         Fix an ugly memleak where the muxer didn't flush enough ogg
25122         pages. This also resulted in badly muxed ogg files.
25123
25124 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25125
25126         * gst/asfdemux/asfheaders.c :
25127         * gst/asfdemux/asfheaders.h :
25128         * gst/asfdemux/gstasfdemux.c :
25129           - fix ASF_OBJ_PADDING guid
25130           - add 3 new object guids (language list, metadata,
25131             extended stream properties)
25132           - add a function to parse extended header objects
25133
25134 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25135
25136         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25137           remove leftover debugging g_print
25138
25139 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25140
25141         * ext/mad/gstmad.c: (gst_mad_handle_event):
25142           Fix for when the first format in a discont event is not a
25143           byte-based one. Should fix #137710.
25144
25145 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25146
25147         * m4/a52.m4 : fix compilation with -Wall -Werror
25148         * m4/libfame.m4 : idem
25149         * m4/libmikmod.m4 : idem
25150
25151 2004-05-17  Benjamin Otte  <otte@gnome.org>
25152
25153         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25154           signal the new tags before giving up the reference
25155
25156 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25157
25158         * ext/shout2/gstshout2.c:
25159           use application/ogg instead of application/x-ogg (patch by Patrick
25160           Guimond, fixes #142432)
25161         * sys/oss/gstosselement.c: (gst_osselement_reset),
25162         (gst_osselement_sync_parms):
25163           don't set fragment size unless specified (fixes #142493)
25164
25165 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25166
25167         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25168           fixes #142664
25169
25170 2004-05-17  Benjamin Otte  <otte@gnome.org>
25171
25172         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25173           compute offsets correctly for internal buffers so timestamps are set
25174           correctly when we can't seek. Also handle cases where there are no
25175           offsets. (based on a patch by David Moore, fixes #142507)
25176
25177 2004-05-17  Benjamin Otte  <otte@gnome.org>
25178
25179         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25180           use correct variable when determining amount of data to skip so we
25181           don't skip into the void and segfault
25182
25183 2004-05-16  Benjamin Otte  <otte@gnome.org>
25184
25185         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25186           Hi, I'm a memleak
25187
25188 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25189
25190         * gst/asfdemux/gstasfdemux.c:
25191           - fix a mem leak and always propagate tags
25192           - add WMV3 to known video codecs (but no decoder yet)
25193           - replace "surplus data" at end of audio header for what
25194             it is : codec specific data
25195           - fix a typo
25196
25197 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25198
25199         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25200
25201         * gst-libs/gst/audio/audioclock.c:
25202           Fix wrong return type (#142205).
25203
25204 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25205
25206         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25207           Ignore CRCs by default (fixes #142566).
25208
25209 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25210
25211         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25212         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25213         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25214         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25215         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25216         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25217           Fix for cases where we fail to attach to a mixer.
25218
25219 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25220
25221         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25222           Don't touch events after not owning them anymore.
25223         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25224         (gst_wavparse_fmt), (gst_wavparse_other),
25225         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25226         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25227         (gst_wavparse_srcpad_event):
25228         * gst/wavparse/gstwavparse.h:
25229           Add seeking, fix querying.
25230
25231 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25232
25233         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25234           - process comments even if they don't end with \0\0
25235             g_convert would ignore them if present and works well without them
25236
25237 2004-05-16  Benjamin Otte  <otte@gnome.org>
25238
25239         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25240           simplify caps
25241
25242 2004-05-16  Benjamin Otte  <otte@gnome.org>
25243
25244         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25245           don't write to memory we might not write to - g_convert does that
25246           for us anyway (fixes #142613)
25247         (gst_asf_demux_audio_caps):
25248           comment out gst_util_dump_mem
25249
25250 2004-05-16  Benjamin Otte  <otte@gnome.org>
25251
25252         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25253           compute correct expected timestamps after seek (broken since
25254           last commit)
25255         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25256           rename element and debugging category to gdkpixbufscale
25257
25258 2004-05-16  Benjamin Otte  <otte@gnome.org>
25259
25260         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25261           add error checking to snd_pcm_delay and remove duplicate call to
25262           snd_pcm_delay that caused issues (see inline code comments)
25263         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25264           make more readable and fix return value when snd_pcm_delay fails
25265         (fixes #142586)
25266
25267 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25268         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25269         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25270         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25271         (gst_pixbufscale_link), (gst_pixbufscale_init),
25272         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25273         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25274         (gst_pixbufscale_get_property), (pixbufscale_init):
25275         * ext/gdk_pixbuf/pixbufscale.h:
25276         Add these files I forgot earlier
25277
25278 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25279         * ext/gdk_pixbuf/Makefile.am:
25280         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25281         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25282         Add new pixbufscale element to scale RGB video
25283         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25284         and HYPER interpolation correctly.
25285         * ext/theora/theoraenc.c: (theora_enc_chain),
25286         Discard buffer and return if explicit caps could not be set
25287         (theora_enc_get_property):
25288         Make _get return kbps for the bitrate consistent with
25289         the _set function.
25290
25291
25292 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25293
25294         * ext/libvisual/visual.c: (gst_visual_chain):
25295           add missing visual_audio_analyze
25296
25297 2004-05-14  David Schleef  <ds@schleef.org>
25298
25299         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25300         is killed while we're playing.
25301         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25302         gst_element_no_more_pads().
25303
25304 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25305
25306         * gst-libs/gst/riff/riff-read.c :
25307           - fix INFO tag extraction in RIFF/AVI files
25308             because gst_event_unref (event) also freed taglist
25309           - avoid a mem leak
25310
25311 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25312
25313         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25314         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25315
25316         * gst/auparse/gstauparse.c :
25317           - add code (commented for now) to support audio/x-adpcm on src pad
25318             (we have no decoder for those layout yet)
25319
25320         * gst/cdxaparse/gstcdxaparse.c :
25321         * gst/cdxaparse/gstcdxaparse.h :
25322           - partial rewrite using RiffRead (ripped iain's wavparse code)
25323
25324         * gst/rtp/gstrtpL16enc.c : typo
25325         * gst/rtp/gstrtpgsmenc.c : typo
25326
25327 2004-05-13  Benjamin Otte  <otte@gnome.org>
25328
25329         * configure.ac:
25330           check for exact version of libvisual, it's not supposed to be
25331           API/ABI stable yet
25332
25333 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25334
25335         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25336           signal no-more-pads
25337
25338 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25339
25340         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25341         Report which format was used for GST_FORMAT_DEFAULT
25342         * gst/debug/Makefile.am:
25343         * gst/debug/gstdebug.c: (plugin_init):
25344         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25345         (gst_progressreport_class_init), (gst_progressreport_init),
25346         (gst_progressreport_report), (gst_progressreport_set_property),
25347         (gst_progressreport_get_property), (gst_progressreport_chain),
25348         (gst_progressreport_plugin_init):
25349         Add progressreport element for testing.
25350
25351 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25352
25353         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25354         * sys/v4l/gstv4lsrc.h:
25355         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25356         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25357         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25358         (gst_v4lsrc_grab_frame):
25359           add more debugging
25360           send a discont at start
25361
25362 2004-05-12  Colin Walters  <walters@redhat.com>
25363
25364         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25365         inflooping if we can't find a chunk.  Or in other words, don't blow
25366         chunks if we don't have a chunk to blow.
25367
25368 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25369         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25370         Remove old debug output
25371         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25372         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25373         (gst_dvdec_set_property), (gst_dvdec_get_property):
25374         Change the quality setting to an enum, so it works from gst-launch
25375         Don't renegotiate a non-linked pad. Allows audio only decoding.
25376         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25377         (gst_deinterlace_link), (gst_deinterlace_init):
25378         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25379         (gst_videodrop_link):
25380         Some caps negotiation fixes
25381
25382 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25383
25384         * ext/tarkin/gsttarkin.c :
25385           - Change RANK from NONE to PRIMARY
25386         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25387           - Change RANK from NONE to MARGINAL
25388         * ext/divx/gstdivxenc.c :
25389           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25390
25391 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25392
25393         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25394         (gst_vorbisenc_push_packet):
25395           copy a function that was added between 1.0 and 1.0.1 until we
25396           depend on worthwhile features of post-1.0
25397
25398 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25399
25400         * configure.ac:
25401           enable shout2 by default
25402         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25403         (gst_shout2send_base_init), (gst_shout2send_init),
25404         (gst_shout2send_connect), (gst_shout2send_change_state):
25405         * ext/shout2/gstshout2.h:
25406           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25407           #142262)
25408         * ext/theora/theora.c: (plugin_init):
25409           don't set rank on encoders
25410
25411 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25412
25413         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25414           Use codec_data property instead of flag1 and flag2 for wma
25415
25416 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25417
25418         * gst/cdxaparse/gstcdxaparse.c :
25419           - Add mpegversion to CAPS to make it link
25420           - Rank is as GST_RANK_SECONDARY instead of NONE
25421         * gst/auparse/gstauparse.c :
25422           - Document all audio encoding we can encounter from Solaris 9
25423             headers and libsndfile information.
25424           - Increase max. rate from 48000 to 192000 (to match other elements)
25425           - Don't try to play junk data between header and samples
25426
25427 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25428
25429         * ext/libvisual/visual.c: (gst_visual_getcaps):
25430           use the right caps depending on endianness (I hope)
25431         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25432           use GST_RANK_NONE for all non-decoding elements or spider gets
25433           mighty confused
25434
25435 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25436
25437         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25438           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25439
25440 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25441
25442         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25443         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25444         (gst_switch_loop), (gst_switch_get_type):
25445           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25446           HEADERS. Had to be said.
25447
25448 2004-05-10  David Schleef  <ds@schleef.org>
25449
25450         * configure.ac: Add prototype Dirac support.
25451         * ext/Makefile.am:
25452         * ext/dirac/Makefile.am:
25453         * ext/dirac/gstdirac.cc:
25454         * ext/dirac/gstdiracdec.cc:
25455
25456 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25457
25458         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25459         (gst_auparse_init), (gst_auparse_chain),
25460         (gst_auparse_change_state):
25461           Hack around spider. Remove me some day please.
25462
25463 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25464
25465         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25466           Fix for some uninitialized variables in previous patch, also
25467           makes it work. Fixes #142286 while we're at it.
25468
25469 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25470
25471         * gst/auparse/gstauparse.c:
25472                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25473                 only unsupported formats are ADPCM/CCITT G.72x
25474                 reviewed by Ronald
25475         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25476
25477 2004-05-10  Wim Taymans  <wim@fluendo.com>
25478
25479         * ext/vorbis/Makefile.am:
25480         * ext/vorbis/README:
25481         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25482         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25483         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25484         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25485         (gst_oggvorbisenc_convert_sink),
25486         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25487         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25488         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25489         (get_constraints_string), (update_start_message),
25490         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25491         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25492         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25493         * ext/vorbis/oggvorbisenc.h:
25494         * ext/vorbis/vorbis.c: (plugin_init):
25495         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25496         (raw_caps_factory), (gst_vorbisenc_class_init),
25497         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25498         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25499         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25500         * ext/vorbis/vorbisenc.h:
25501         Added a raw vorbis encoder to be used with the oggmuxer.
25502         We still need the old encoder for some gnome applications,
25503         read the README to find out how that works.
25504         The raw encoder is called "rawvorbisenc" until 0.9.
25505
25506 2004-05-10  Wim Taymans  <wim@fluendo.com>
25507
25508         * ext/ogg/gstogg.c: (plugin_init):
25509         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25510         (gst_ogg_print):
25511         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25512         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25513         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25514         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25515         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25516         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25517         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25518         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25519         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25520         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25521         Added an ogg muxer.
25522         Small typo fixes in the demuxer.
25523
25524 2004-05-10  Wim Taymans  <wim@fluendo.com>
25525
25526         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25527         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25528         (theora_enc_change_state), (theora_enc_set_property),
25529         (theora_enc_get_property):
25530         Mark the last packet with an EOS flag which is not really needed
25531         in gstreamer.
25532         Do some better video framerate initialisation.
25533         Update the buffer timestamp.
25534
25535 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25536
25537         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25538         Return the result of the parent state change call
25539
25540 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25541
25542         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25543         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25544         * gst/law/alaw-encode.c : (idem)
25545         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25546         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25547         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25548
25549 2004-05-09  Benjamin Otte  <otte@gnome.org>
25550
25551         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25552           don't use a fixed buffer size when writing variable length data to
25553           it. Fixes memory corruption and makes alsasrc work
25554
25555 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25556
25557         * ext/gnomevfs/gstgnomevfssink.c:
25558         (_gst_boolean_allow_overwrite_accumulator),
25559         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25560           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25561           RUN_LAST, and don't use that to set the accumulator value because
25562           then it's always FALSE.
25563
25564 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25565
25566         * gst-libs/gst/riff/riff-media.c:
25567         (gst_riff_create_video_caps_with_data),
25568         (gst_riff_create_audio_caps),
25569         (gst_riff_create_audio_template_caps):
25570         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25571           Fix for unaligned RIFF files (i.e. where all the chunks together
25572           in a LIST chunk are not of the same size as the size given in
25573           the LIST chunk header). Fixes several odd WAVE files. Also fix
25574           ADPCM (block_align property) in audio, so that wavparse based
25575           on this works now as it used to stand-alone.
25576
25577 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25578
25579         reviewed by Benjamin Otte  <otte@gnome.org>
25580
25581         * ext/a52dec/gsta52dec.c:
25582         * ext/divx/gstdivxdec.c:
25583         * ext/divx/gstdivxenc.c:
25584         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25585         * ext/faac/gstfaac.c: (gst_faac_base_init):
25586         * ext/faad/gstfaad.c: (gst_faad_base_init):
25587         * ext/ivorbis/vorbisfile.c:
25588         * ext/lame/gstlame.c:
25589         * ext/libfame/gstlibfame.c:
25590         * ext/mpeg2enc/gstmpeg2enc.cc:
25591         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25592         * ext/sidplay/gstsiddec.cc:
25593         * ext/speex/gstspeexdec.c:
25594         * ext/speex/gstspeexenc.c:
25595         * ext/xvid/gstxviddec.c:
25596         * ext/xvid/gstxvidenc.c:
25597           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25598           (fixes #142193)
25599
25600 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25601
25602         * ext/alsa/gstalsa.c: (device_list),
25603         (gst_alsa_class_probe_devices):
25604         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25605           Fix alsa oddness in mixer after the combination of using mixer
25606           in source/sink elements and using hw:x,y instead of just hw:x.
25607
25608 2004-05-09  Benjamin Otte  <otte@gnome.org>
25609
25610         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25611         (gst_wavparse_create_sourcepad):
25612           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25613           sourcepads
25614
25615 2004-05-09  Benjamin Otte  <otte@gnome.org>
25616
25617         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25618           allow discont events before caps nego
25619
25620 2004-05-08  Benjamin Otte  <otte@gnome.org>
25621
25622         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25623           don't leak events
25624
25625 2004-05-08  Benjamin Otte  <otte@gnome.org>
25626
25627         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25628         (gst_level_change_state), (gst_level_init):
25629         * gst/level/gstlevel.h:
25630           figure out if we're initialized directly instead of keeping a
25631           variable that's wrong in 90% of cases
25632           don't initialize pads and then leak them and use a new unitialized
25633           pad. (fixes #142084)
25634           these were bugs so n00bish I didn't find them for an hour :/
25635
25636 2004-05-08 Iain <iain@prettypeople.org>
25637
25638         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25639         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25640         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25641         return the length that was read.
25642         (gst_riff_read_strf_auds): Allow fmt tags as well.
25643
25644 2004-05-07  David Schleef  <ds@schleef.org>
25645
25646         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25647         signed char assumption in faad.h.
25648
25649 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25650
25651         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25652           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25653
25654 2004-05-07  Colin Walters  <walters@redhat.com>
25655
25656         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25657         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25658         function.
25659         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25660         Add dispose function.
25661
25662 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25663         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25664           Fix caps nego and pad templates. RGB mode caps should
25665           work now.
25666         * ext/dvdnav/gst-dvd:
25667           Move mpeg2dec inside the thread because otherwise the
25668           queue rejects cap changes mid-stream
25669         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25670         (gst_mpeg2dec_flush_decoder):
25671           For mpeg2dec > 0.4.0, call the flush function instead of
25672           manually extracting all in-flight frames.
25673         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25674         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25675           Change mime type video/dv go video/x-dv to match the
25676           rest of gst-plugins
25677
25678 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25679
25680         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25681         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25682         (gst_alsa_sink_class_init):
25683         * ext/alsa/gstalsasink.h:
25684         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25685         (gst_alsa_src_class_init):
25686         * ext/alsa/gstalsasrc.h:
25687           Make alsasink/src a subclass of alsamixer so that mixer stuff
25688           shows up in gst-rec. Needs some finetuning.
25689
25690 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25691
25692         * ext/lame/gstlame.c: (gst_lame_chain):
25693           simplify
25694         * ext/mad/gstmad.c: (gst_mad_handle_event):
25695           fix event leak
25696         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25697           be able to detect mp3 files < 4096 bytes
25698
25699 2004-05-06  Wim Taymans  <wim@fluendo.com>
25700
25701         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25702         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25703         (theora_enc_set_property), (theora_enc_get_property):
25704         Also encode the first frame, cleanup some code.
25705
25706 2004-05-06  Wim Taymans  <wim@fluendo.com>
25707
25708         * ext/mpeg2enc/gstmpeg2enc.cc:
25709         Forward events first before deciding that negotiation was
25710         not performed.
25711
25712 2004-05-06  Wim Taymans  <wim@fluendo.com>
25713
25714         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25715         First process the events before deciding that negotiation
25716         was not performed.
25717
25718 2004-05-06  Wim Taymans  <wim@fluendo.com>
25719
25720         * ext/theora/Makefile.am:
25721         * ext/theora/theora.c: (plugin_init):
25722         * ext/theora/theoradec.c: (theora_dec_change_state):
25723         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25724         (gst_theora_enc_class_init), (gst_theora_enc_init),
25725         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25726         (theora_enc_chain), (theora_enc_change_state),
25727         (theora_enc_set_property), (theora_enc_get_property):
25728         Added a theora encoder, grouped the encoder and decoder into the
25729         same plugin.
25730
25731 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25732
25733         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25734         (gst_jpegenc_chain):
25735         fix DURATION on outgoing buffers
25736         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25737         debug using time formats
25738         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25739         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25740         (gst_xvimagesink_sink_link):
25741         windows with width/height 0 generate X errors, so don't allow them
25742
25743 2004-05-05  Wim Taymans  <wim@fluendo.com>
25744
25745         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25746         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25747         (gst_mpeg2dec_negotiate_format):
25748         * ext/mpeg2dec/gstmpeg2dec.h:
25749           removed the static pad template so that we can add the
25750           more accurate framerate value to the caps.
25751
25752
25753 2004-05-04  Benjamin Otte  <otte@gnome.org>
25754
25755         * configure.ac:
25756           check for kdemacros.h, too (should fix #141821)
25757         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25758           don't crash if no header was sent, but nicely error out (fixes part
25759           of #141554)
25760
25761 2004-05-04  Wim Taymans  <wim@fluendo.com>
25762
25763         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25764         parent dispose function to avoid segfault on destroy.
25765
25766 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25767
25768         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25769         (plugin_init):
25770         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25771         (gst_xvimagesink_sink_link):
25772         clean up debugging caps
25773         also recreate xvimage when format has changed
25774
25775 2004-05-04  Benjamin Otte  <otte@gnome.org>
25776
25777         * ext/libvisual/Makefile.am:
25778         * ext/libvisual/visual.c: (gst_visual_class_init),
25779         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25780         (gst_visual_srclink), (gst_visual_chain),
25781         (gst_visual_change_state), (plugin_init):
25782           use a GstAdapter to correctly adapt buffer sizes - allows using a
25783           framerate
25784
25785 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25786
25787         * sys/v4l/gstv4lelement.h:
25788         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25789         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25790         (gst_v4lsrc_buffer_free):
25791         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25792         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25793         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25794         (gst_v4lsrc_requeue_frame):
25795         move some debugging categories around
25796         query for fps index and set accordingly if found
25797
25798 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25799
25800         * ext/lame/gstlame.c:
25801         correct defaults that lame_init puts out of range
25802
25803 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25804
25805         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25806         (gst_divxenc_class_init):
25807         fix range since -1 is the default
25808         * gst/mpeg1sys/gstmpeg1systemencode.c:
25809         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25810         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25811         (gst_rtjpegdec_chain):
25812         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25813         (gst_rtjpegenc_chain):
25814         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25815         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25816         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25817         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25818         * sys/v4l/gstv4lsrc.c:
25819         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25820         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25821         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25822         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25823         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25824           remove gst_info calls
25825
25826 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25827
25828         * Makefile.am:
25829         * po/af.po:
25830         * po/az.po:
25831         * po/en_GB.po:
25832         * po/nl.po:
25833         * po/sr.po:
25834         * po/sv.po:
25835           Updated translations
25836
25837 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25838
25839         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25840           refactor/comment code
25841
25842 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25843
25844         * gst/asfdemux/Makefile.am:
25845         * gst/asfdemux/asfheaders.c:
25846         * gst/asfdemux/asfheaders.h:
25847         * gst/asfdemux/gstasf.c: (plugin_init):
25848         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25849         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25850         (gst_asf_demux_setup_pad):
25851         * gst/asfdemux/gstasfdemux.h:
25852         * gst/asfdemux/gstasfmux.c:
25853         * gst/asfdemux/gstasfmux.h:
25854           Add tagging support to demuxer, split out registration in its own
25855           file instead of in demux (hacky), and prevent having some tables
25856           in our memory multiple times (in asfheaders.h).
25857
25858 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25859
25860         * gst/matroska/matroska-demux.c:
25861         (gst_matroska_demux_parse_metadata):
25862         * gst/matroska/matroska-ids.h:
25863           Basic tag reading support.
25864
25865 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25866
25867         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25868           Really detect ac-3 audio.
25869         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25870           really detect matroska files (off-by-1).
25871
25872 2004-04-30  David Schleef  <ds@schleef.org>
25873
25874         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25875         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25876         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25877         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25878         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25879         hackage -- parse a lot more atoms, extract a few tags.  One might even
25880         mistake this for tag support.  Maybe it is.
25881         * gst/qtdemux/qtdemux.h:
25882
25883 2004-04-30  Colin Walters  <walters@verbum.org>
25884
25885         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25886
25887 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25888
25889         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25890         (gst_ffmpegcolorspace_getcaps):
25891           remove broken nego fix
25892
25893 2004-04-30  Benjamin Otte  <otte@gnome.org>
25894
25895         * configure.ac:
25896         * ext/Makefile.am:
25897         * ext/libvisual/Makefile.am:
25898         * ext/libvisual/visual.c:
25899           add initial support for libvisual (http://libvisual.sourceforge.net)
25900           libvisual is still quite alpha, so expect crashes in there :)
25901
25902 2004-04-29  David Schleef  <ds@schleef.org>
25903
25904         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25905         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25906         up qtdemux to make it spit out codec_data.  Do _not_ look at this
25907         code; you will no longer respect me.
25908
25909 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25910
25911         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25912         * ext/alsa/gstalsa.h :
25913         change alsa pcm device discovery to find more than 1 device
25914         per card. code review by Ronald.
25915
25916 2004-04-29  David Schleef  <ds@schleef.org>
25917
25918         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25919         Add a check for a driver bug on FreeBSD.  (bug #140565)
25920
25921 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25922
25923         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25924         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25925         (gst_jpegenc_getcaps):
25926           move format setting to inner loop
25927         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25928         (gst_ffmpegcolorspace_getcaps):
25929           use GST_PAD_CAPS if available so that we use already negotiated
25930           caps
25931         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25932         (qtdemux_parse_moov), (qtdemux_parse):
25933           extra debugging
25934         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25935         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25936           move hardcoded path to DEFINE
25937
25938 2004-04-28  David Schleef  <ds@schleef.org>
25939
25940         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
25941         (bug #140064)
25942
25943 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25944
25945         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25946           Don't probe for playback device if we're a source element. Fixes
25947           #139658.
25948
25949 2004-04-29  Benjamin Otte  <otte@gnome.org>
25950
25951         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25952         (gst_id3_tag_chain):
25953           rewrite buffer offset
25954
25955 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25956
25957         * configure.ac:
25958         * ext/Makefile.am:
25959         * ext/dts/Makefile.am:
25960         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
25961         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
25962         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
25963         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
25964         (gst_dtsdec_loop), (gst_dtsdec_change_state),
25965         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
25966         (plugin_init):
25967         * ext/dts/gstdtsdec.h:
25968           New DTS decoder.
25969         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
25970         (gst_faad_srcconnect):
25971           Add ESDS atom handling (.m4a).
25972
25973 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25974
25975         * ext/divx/gstdivxdec.c: (plugin_init):
25976           Remove comment that makes no sense.
25977         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
25978           Fix for obvious typo that resulted in warnings during gst-register.
25979         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
25980         (gst_xviddec_sink_link):
25981           Fix caps negotiation a bit better.
25982         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25983           We call this 'codec_data', not 'esds'.
25984
25985 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25986
25987         * gst/monoscope/gstmonoscope.c:
25988           make sure we only provide 256x128
25989         * gst/monoscope/monoscope.c: (monoscope_init):
25990           assert size of 256x128
25991
25992 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25993
25994         * Makefile.am:
25995         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
25996         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
25997           fixate to max width and height of device
25998
25999 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26000
26001         * Makefile.am:
26002         * sys/v4l/gstv4l.c:
26003         * sys/v4l/gstv4lsrc.c:
26004         * sys/v4l/v4l_calls.c:
26005         * sys/v4l/v4lsrc_calls.c:
26006           fix for qc-usb driver which fakes having more than one buffer
26007           by handing the same buffer twice, which confused GStreamer's/v4lsrc
26008           buffer_free override
26009           add debugging
26010
26011 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26012
26013         * Makefile.am:
26014         * gst/videotestsrc/gstvideotestsrc.c:
26015         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26016         (gst_videotestsrc_init), (gst_videotestsrc_get),
26017         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26018         * gst/videotestsrc/gstvideotestsrc.h:
26019           add num-buffers property
26020
26021         2004-04-26  Benjamin Otte  <otte@gnome.org>
26022
26023         * ext/mad/gstid3tag.c: (plugin_init):
26024           set id3mux rank to NONE so it doesn't confuse spider
26025           require audio/mpeg,mpegversion=1 in id3mux
26026
26027 2004-04-26  Benjamin Otte  <otte@gnome.org>
26028
26029         * configure.ac:
26030           detect faad correctly as non-working if it's indeed non-working
26031
26032 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26033
26034         * Makefile.am:
26035         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26036         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26037         fix _getcaps so it only negotiates to its supported format
26038
26039 2004-04-25  Benjamin Otte  <otte@gnome.org>
26040
26041         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26042           fix memleak
26043
26044 2004-04-23  Benjamin Otte  <otte@gnome.org>
26045
26046         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26047           audio/x-raw-int with height rules! not. Now it's depth.
26048
26049 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26050
26051         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26052         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26053         (gst_wavparse_loop):
26054           Missing variable initialization. Add handling of DVI ADPCM. Fix
26055           mis-parsing of LIST chunks. This works around a bug where we mis-
26056           parse non-aligning LIST chunks (so LIST chunks where the contents
26057           don't align with the actual LIST size). The correct fix is to use
26058           rifflib, I'm not going to fix wavparse - too much work. All this
26059           fixes #104878.
26060
26061 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26062
26063         reviewed by Benjamin Otte  <otte@gnome.org>
26064
26065         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26066           fix shoutcast not working (fixes #140844)
26067
26068 2004-04-22  Benjamin Otte  <otte@gnome.org>
26069
26070         * ext/hermes/gsthermescolorspace.c:
26071         (gst_hermes_colorspace_caps_remove_format_info):
26072         * gst/colorspace/gstcolorspace.c:
26073         (gst_colorspace_caps_remove_format_info):
26074         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26075         (gst_ffmpegcolorspace_caps_remove_format_info):
26076           s/gst_caps_simplify/gst_caps_do_simplify/
26077
26078 2004-04-22  Benjamin Otte  <otte@gnome.org>
26079
26080         * gst-libs/gst/riff/riff-media.c:
26081         (gst_riff_create_video_caps_with_data):
26082           mpegversion is an int
26083         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26084           don't try to create pad templates with NULL caps, use any caps
26085           instead.
26086
26087 2004-04-20  David Schleef  <ds@schleef.org>
26088
26089         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26090         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
26091         (bug #140384)
26092
26093 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26094
26095         reviewed by David Schleef
26096
26097         * ext/mad/gstid3tag.c: Add stdlib.h
26098         * gst/rtp/gstrtpgsmenc.c: same
26099         * gst/tags/gstid3tag.c: same
26100         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26101         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26102         GST_DISABLE_LOADSAVE use.
26103         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26104         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26105         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26106         atol(3)).
26107         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26108         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26109         strtoul(3)).
26110         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26111         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26112         $(ID3_CFLAGS).
26113         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26114         $(LIBFAME_CFLAGS).
26115
26116 2004-04-20  David Schleef  <ds@schleef.org>
26117
26118         * gst/realmedia/rmdemux.c:  This was supposed to part of the
26119         last checkin.  Same idea.
26120
26121 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26122
26123         reviewed by David Schleef
26124
26125         * configure.ac: bump required gstreamer version to 0.8.1.1
26126         because of following changes [--ds]
26127
26128         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
26129         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26130         (gst_riff_read_header):  Use GST_READ_UINT*
26131         macros to access possibly unaligned memory.
26132
26133         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26134         (mp3_type_find):  Use GST_READ_UINT*
26135         macros to access possibly unaligned memory.
26136         (mp3_type_find, mpeg1_parse_header, qt_type_find)
26137         (speex_type_find): Likewise
26138
26139         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26140
26141         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26142         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26143         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26144         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26145         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26146         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
26147         macros to access possibly unaligned memory.
26148
26149         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26150         Likewise.
26151
26152         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26153         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26154
26155         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26156         Likewise.
26157
26158         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26159         (gst_mpeg2subt_chain_subtitle): Likewise.
26160
26161         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26162         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26163         Likewise.
26164
26165         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26166         Likewise.
26167
26168         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26169         Likewise.
26170
26171         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26172         Likewise.
26173
26174 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26175
26176         * configure.ac:
26177           update required version of GStreamer because of GST_TIME_FORMAT
26178
26179 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26180
26181         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26182           remove leftover g_print
26183         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26184           don't try setting only a subset of the caps. We don't want to kill
26185           autoplugging on purpose
26186
26187 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26188
26189         * sys/ximage/ximagesink.c: (plugin_init):
26190         * sys/xvimage/xvimagesink.c: (plugin_init):
26191           add debugging categories
26192
26193 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26194
26195         * po/en_GB.po:
26196         * po/LINGUAS:
26197           Adding en_GB translation (Gareth Owen)
26198
26199 2004-04-20  David Schleef  <ds@schleef.org>
26200
26201         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26202         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26203         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26204         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26205         A number of new features and hacks to extract the esds atom and
26206         put it into the caps.  (bug #137724)
26207
26208 2004-04-19  David Schleef  <ds@schleef.org>
26209
26210         * gconf/Makefile.am: Fix for non-GNU make
26211         * gst-libs/gst/Makefile.am: Change directory order to handle
26212         GstPlay linking with gstinterfaces
26213         * gst-libs/gst/audio/make_filter: make use of tr portable
26214         * gst-libs/gst/play/Makefile.am: Add intended \
26215         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26216         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26217         function prototype instead of void *.
26218         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26219         macro.
26220         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26221         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26222         * gst/videofilter/make_filter: make use of tr portable
26223         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26224
26225 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26226
26227         * po/LINGUAS:
26228         * po/uk.po:
26229           Added Ukrainian translation (Maxim V. Dziumanenko)
26230
26231 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26232
26233         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26234         (gst_gsmdec_link), (gst_gsmdec_chain):
26235           Fix capsnego, simplify chain function slightly.
26236         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26237           Add GSM.
26238
26239 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26240
26241         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26242         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26243         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26244           Hack to make wavparse work with spider (always -> sometimes pad).
26245           Fixes #135862 && #140411.
26246
26247 2004-04-18  Benjamin Otte  <otte@gnome.org>
26248
26249         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26250         (gst_osselement_rate_probe_check),
26251         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26252           get rid of \n in debug output
26253
26254 2004-04-17  Iain <iain@prettypeople.org>
26255
26256         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26257         not just EOS.
26258
26259 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26260
26261         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26262         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26263         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26264         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26265         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26266         (gst_id3_tag_change_state), (plugin_init):
26267           deprecate id3tag element and replace with id3demux/id3mux.
26268           great side effect: this ugly file is now even uglier, yay!
26269         * ext/mad/gstmad.h:
26270           remove non-available function
26271           update for new get_type
26272
26273 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26274
26275         * configure.ac:
26276           require mpeg2dec >= 0.4.0
26277
26278 2004-04-17  Benjamin Otte  <otte@gnome.org>
26279
26280         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26281         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26282         (gst_xvimagesink_set_xwindow_id):
26283           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26284           assorted cleanup fixes.
26285
26286 2004-04-16  David Schleef  <ds@schleef.org>
26287
26288         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26289         * sys/xvimage/xvimagesink.h: same
26290
26291 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26292
26293         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26294           Fix GST_ELEMENT_ERROR with (NULL)
26295
26296 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26297
26298         * gst-libs/gst/riff/riff-media.c:
26299         (gst_riff_create_video_caps_with_data):
26300           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26301
26302 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26303
26304         * gst-libs/gst/riff/riff-media.c:
26305         (gst_riff_create_video_caps_with_data),
26306         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26307         (gst_riff_create_video_template_caps),
26308         (gst_riff_create_audio_template_caps):
26309         * gst-libs/gst/riff/riff-media.h:
26310         * gst-libs/gst/riff/riff-read.c:
26311         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26312         * gst-libs/gst/riff/riff-read.h:
26313         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26314           Add MS RLE support. I added some functions to read out strf chunks
26315           into strf chunks and the data behind it. This is usually color
26316           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26317           caps creation. Lastly, add ADPCM (similar to wavparse - which
26318           should eventually be rifflib based).
26319         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26320         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26321         * gst/matroska/matroska-demux.h:
26322           Remove placeholders for some prehistoric tagging system. Didn't add
26323           support for any tag system really anyway.
26324         * gst/qtdemux/qtdemux.c:
26325           Add support for audio/x-m4a (MPEG-4) through spider.
26326         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26327         (gst_wavparse_loop):
26328           ADPCM support (#135862). Increase max. buffer size because we
26329           cannot split buffers for ADPCM (screws references) and I've seen
26330           files with 2048 byte chunks. 4096 seems safe for now.
26331
26332 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26333
26334         * configure.ac: bump nano to 1
26335
26336 === release 0.8.1 ===
26337
26338 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26339
26340         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26341
26342 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26343
26344         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26345           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26346           Fixes #140058
26347
26348 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26349
26350         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26351           lower rank of dvddemux so that it's not used for mpeg playback.
26352
26353 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26354
26355         * configure.ac:
26356           save libs correctly when checking mad
26357
26358 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26359
26360         * ext/mad/gstid3tag.c: (plugin_init):
26361           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26362
26363 2004-04-13  David Schleef  <ds@schleef.org>
26364
26365         * common/m4/gst-feature.m4: Call -config scripts with
26366         --plugin-libs if it is supported.
26367         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26368         JPEG images are image/jpeg.
26369         * gst/debug/Makefile.am:
26370         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26371         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26372         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26373         (gst_negotiation_plugin_init): Add a property that acts like
26374         filter caps.
26375         * testsuite/gst-lint:  Move license checking to be a standard
26376         test.
26377
26378 2004-04-13  David Schleef  <ds@schleef.org>
26379
26380         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26381         patch from Sebastien Cote (bug #139958)
26382
26383 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26384
26385         * examples/gstplay/Makefile.am:
26386         * examples/gstplay/player.c: (main):
26387           make the commandline player example use gconf settings
26388
26389 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26390
26391         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26392         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26393         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26394           init/end library during state transition, not object
26395           creation/disposal.  get rid of custom dispose handler.
26396
26397
26398 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26399
26400         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26401         be a symlink
26402
26403 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26404
26405         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26406           Handle JUNK chunks inside data section. Prevents warnings.
26407
26408 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26409
26410         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26411         (gst_riff_create_video_template_caps):
26412           Add MS video v1.
26413         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26414         (gst_avi_demux_stream_data):
26415           Add support for "rec-list" chunks.
26416
26417 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26418
26419         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26420           Fix another codecname mismatch.
26421
26422 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26423
26424         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26425           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26426           so that MJPEG plays back.
26427
26428 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26429
26430         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26431         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26432         * gst/mpeg1videoparse/gstmp1videoparse.h:
26433           Fix for some slight mis-cuts in buffer parsing, and for some
26434           potential overflows or faults-causers. Adds disconts. Also fixes
26435           #139105 while we're at it.
26436
26437 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26438
26439         * configure.ac:
26440         * sys/v4l2/gstv4l2element.h:
26441           Workaround for missing struct v4l2_buffer declaration in Suse 9
26442           and Mandrake 10 linux/videodev2.h header file (#135919).
26443
26444 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26445
26446         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26447           Bail out if no filename was given.
26448
26449 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26450
26451         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26452         (gst_v4l2_fourcc_from_structure):
26453           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26454           Y41B somewhere).
26455
26456 2004-04-09  Benjamin Otte  <otte@gnome.org>
26457
26458         * ext/gnomevfs/gstgnomevfssink.c:
26459         (_gst_boolean_allow_overwrite_accumulator),
26460         (gst_gnomevfssink_class_init):
26461           fix erase signal - if any handler returns false the file will not be
26462           overwritten. If no handler is connected, the file will not be
26463           overwritten either.
26464           renamed signal to "allow-overwrite"
26465         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26466           free string when adding it to ID3 failed
26467         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26468           unref event when done
26469         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26470           free caps
26471         * gst/typefind/gsttypefindfunctions.c:
26472         (mpeg_video_stream_type_find):
26473           fix invalid read
26474
26475 2004-04-08  David Schleef  <ds@schleef.org>
26476
26477         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26478         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26479
26480 2004-04-08  David Schleef  <ds@schleef.org>
26481
26482         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26483         we don't support (bug #139532)
26484
26485 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26486
26487         * ext/mad/gstmad.c: (gst_mad_handle_event),
26488         (gst_mad_check_caps_reset), (gst_mad_chain),
26489         (gst_mad_change_state):
26490           only set explicit caps if they haven't been set before for
26491           this stream.  MPEG-audio sample rate/channels aren't allowed
26492           to change in-stream.
26493           Fixes #139382
26494
26495 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26496
26497         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26498         (_gst_boolean_did_something_accumulator),
26499         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26500         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26501         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26502         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26503         (gst_gnomevfssink_change_state):
26504           Fix erase signal. Don't erase by default. Remove handoff signal.
26505           Remove erase property. Don't segfault. General cleanup.
26506
26507 2004-04-07  Benjamin Otte  <otte@gnome.org>
26508
26509         * gst-libs/gst/gconf/test-gconf.c: (main):
26510           add missing gst_init
26511
26512 2004-04-07  Benjamin Otte  <otte@gnome.org>
26513
26514         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26515           free the mutexes, too
26516
26517 2004-04-07  Benjamin Otte  <otte@gnome.org>
26518
26519         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26520           actually free the URI string
26521         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26522           compute offset correctly when passing discont events
26523         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26524           don't leak discont events
26525         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26526           add some missing breaks so caps aren't copied randomly
26527         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26528           if we realloc memory, we better use it
26529
26530 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26531
26532         * ext/mad/gstmad.c: (normal_seek):
26533           fix GST_FORMAT_TIME usage
26534
26535 2004-04-05  David Schleef  <ds@schleef.org>
26536
26537         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26538         a deprecated function (hack!)
26539
26540 2004-04-05  Benjamin Otte  <otte@gnome.org>
26541
26542         * ext/esd/esdmon.c: (gst_esdmon_get):
26543           fix nonterminated vararg and memleak
26544
26545 2004-04-05  Benjamin Otte  <otte@gnome.org>
26546
26547         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26548         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26549         (gst_ladspa_set_property), (gst_ladspa_get_property),
26550         (gst_ladspa_instantiate), (gst_ladspa_activate),
26551         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26552           clean up debugging
26553
26554 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26555
26556         reviewed by Benjamin Otte  <otte@gnome.org>
26557
26558         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26559           check for broken LADSPA parameters (fixes #138635)
26560
26561 2004-04-05  Benjamin Otte  <otte@gnome.org>
26562
26563         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26564           advertise buffer-frames correctly on sinkpads
26565
26566 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26567
26568         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26569         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26570         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26571         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26572         (gst_mad_check_caps_reset), (gst_mad_chain):
26573         add more debugging, only reset caps when we're not in error state
26574
26575 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26576
26577         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26578
26579 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26580
26581         reviewed by Benjamin Otte  <otte@gnome.org>
26582
26583         * configure.ac:
26584           fix == in test(1) operator
26585
26586 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26587
26588         reviewed by Benjamin Otte  <otte@gnome.org>
26589
26590         * configure.ac:
26591           fix --export-symblos-regex to a working regex.
26592
26593 2004-04-04  Benjamin Otte  <otte@gnome.org>
26594
26595         * sys/oss/.cvsignore:
26596           add for oss_probe
26597
26598 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26599
26600         reviewed by Benjamin Otte  <otte@gnome.org>
26601
26602         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26603           add missing 'new_media' argument (fixes #138168)
26604         * gst/matroska/matroska-demux.c:
26605         (gst_matroska_demux_handle_seek_event):
26606           add vararg terminator (fixes #138169)
26607
26608 2004-04-02  David Schleef  <ds@schleef.org>
26609
26610         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26611         disted (bug #138914)
26612
26613 2004-04-01  Benjamin Otte  <otte@gnome.org>
26614
26615         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26616         (gst_alsa_close_audio):
26617           handle case better where a soundcard can't pause
26618         * ext/ogg/gstoggdemux.c:
26619           don't crash when we get events but don't have pads yet
26620
26621 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26622
26623         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26624           throw an error if we couldn't probe any caps.
26625
26626 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26627
26628         * ext/dvdnav/gst-dvd:
26629         Add a really simple sample DVD player
26630
26631 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26632
26633         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26634         (gst_a52dec_push), (gst_a52dec_handle_event),
26635         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26636         (gst_a52dec_change_state):
26637         * ext/a52dec/gsta52dec.h:
26638           Use a debug category, Output timestamps correctly
26639           Emit tag info, Handle events, tell liba52dec about cpu
26640           capabilities so it can use MMX etc.
26641         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26642           Fix a crasher accessing invalid memory
26643         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26644         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26645         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26646         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26647         (dvdnavsrc_query):
26648           Some support for byte-format seeking.
26649           Small fixes for still frames and menu button overlays
26650         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26651         (gst_mpeg2dec_alloc_buffer):
26652           Use a debug category. Adjust the report level of several items to
26653           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26654           so it doesn't lose the GstBuffer pointer
26655         * gst/debug/Makefile.am:
26656         * gst/debug/gstdebug.c: (plugin_init):
26657         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26658         (gst_navseek_base_init), (gst_navseek_class_init),
26659         (gst_navseek_init), (gst_navseek_seek),
26660         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26661         (gst_navseek_get_property), (gst_navseek_chain),
26662         (gst_navseek_plugin_init):
26663         * gst/debug/gstnavseek.h:
26664           Add the navseek debug element for seeking back and forth in a
26665           video stream using arrow keys.
26666         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26667         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26668         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26669         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26670         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26671         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26672         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26673         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26674         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26675         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26676         * gst/mpeg2sub/gstmpeg2subt.h:
26677           Pretty much a complete rewrite. Now a loopbased element. May still
26678           require work to properly synchronise subtitle buffers.
26679         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26680         (gst_dvd_demux_send_subbuffer):
26681         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26682           Don't attempt to create subbuffers of size 0
26683           Reduce a couple of error outputs to warnings.
26684         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26685         (gst_y4mencode_chain):
26686         Output the y4m frame header correctly.
26687
26688 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26689
26690         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26691           throw errors instead of allowing SIGFPE
26692
26693 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26694
26695         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26696         (gst_gconf_render_bin_from_key):
26697           leak plugging and style fixing
26698
26699 2004-03-31  David Schleef  <ds@schleef.org>
26700
26701         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26702         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26703         (bug #138225)
26704         * gst/debug/Makefile.am:
26705         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26706         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26707         plugin.
26708         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26709         (gst_negotiation_base_init), (gst_negotiation_class_init),
26710         (gst_negotiation_init), (gst_negotiation_getcaps),
26711         (gst_negotiation_pad_link), (gst_negotiation_chain),
26712         (gst_negotiation_set_property), (gst_negotiation_get_property),
26713         (gst_negotiation_plugin_init):  New element to talk about random
26714         negotiation things happening in a pipeline.
26715
26716 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26717
26718         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26719           fix integer addition with help of Stefan Kost
26720
26721 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26722
26723         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26724
26725 2004-03-30  David Schleef  <ds@schleef.org>
26726
26727         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26728         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26729         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26730         (bug #137504)
26731         * ext/mpeg2dec/gstmpeg2dec.h:
26732
26733 2004-03-30  David Schleef  <ds@schleef.org>
26734
26735         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26736
26737 2004-03-30  David Schleef  <ds@schleef.org>
26738
26739         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26740         Michael Petullo) to handle .mov
26741
26742 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26743
26744         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26745         (gst_osselement_rate_check_rate):
26746           probe caps correctly for sound cards that only support one format
26747
26748 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26749
26750         * ext/kio/kiosrc.cpp: (process_events):
26751           update handling event processing if inside KDE - untested
26752
26753 2004-03-29  David Schleef  <ds@schleef.org>
26754
26755         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26756         by 2 to not interfere with other colorspaces.
26757         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26758         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26759         one to not interfere with ffmpeg_colorspace.
26760
26761 2004-03-29  David Schleef  <ds@schleef.org>
26762
26763         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26764         aren't in the caps.
26765         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26766         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26767
26768 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26769
26770         * gst-libs/gst/riff/riff-media.c:
26771           fail on error, don't try to set stuff on NULL caps
26772
26773 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26774
26775         * configure.ac:
26776         * ext/Makefile.am:
26777         * ext/kio/Makefile.am:
26778         * ext/kio/kioreceiver.cpp:
26779         * ext/kio/kioreceiver.h:
26780         * ext/kio/kiosrc.cpp:
26781         * ext/kio/kiosrc.h:
26782           add experimental kiosrc plugin
26783         * ext/alsa/gstalsaplugin.c: (plugin_init):
26784           initialize debugging category only when we're sure registering the
26785           plugins worked.
26786
26787 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26788
26789         * examples/gstplay/player.c: (main):
26790         * gst-libs/gst/play/play.c: (gst_play_class_init),
26791         (gst_play_set_location), (gst_play_set_data_src),
26792         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26793         (gst_play_set_visualization), (gst_play_connect_visualization):
26794           check return values of element_set_state and return FALSE where
26795           failed
26796
26797 2004-03-29  Benjamin Otte  <otte@gnome.org>
26798
26799         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26800           try harder to check if an event is really a discont
26801
26802 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26803
26804         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26805         * po/az.po:
26806
26807 2004-03-28  Benjamin Otte  <otte@gnome.org>
26808
26809         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26810         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26811         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26812           get rid of non-standard "..." ranges in case statements.
26813
26814 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26815
26816         * gst/mpegstream/gstmpegdemux.c:
26817         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26818         specific functionality split to the new dvddemux element.
26819         * gst/mpegstream/gstdvddemux.c:
26820         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26821         streams, derived from mpegdemux.
26822         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26823         up. SCR based timestamp rewriting can be turned off (will probably
26824         completely disappear soon).
26825         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26826         hacking. General cleanup. All printf statements replaced by
26827         debugging messages. Almost complete libdvdnav support.
26828         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26829         by events. New properties for audio and subpicture languages.
26830         (dvdnavsrc_update_highlight): Now uses events.
26831         (dvdnavsrc_user_op): Cleaned up.
26832         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26833         based). Lots of cleanup, and propper support for most libdvdnav
26834         events.
26835         (dvdnavsrc_make_dvd_event): New function.
26836         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26837         (dvdnavsrc_make_clut_change_event): New function.
26838
26839 2004-03-26  Benjamin Otte  <otte@gnome.org>
26840
26841         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26842           fix bug where typefinding would claim it's theora whenever less then
26843           7 bytes of data were available
26844
26845 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26846
26847         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26848         (gst_alawdec_base_init), (gst_alawdec_class_init),
26849         (gst_alawdec_init), (gst_alawdec_chain):
26850         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26851         (gst_alawenc_base_init), (gst_alawenc_class_init),
26852         (gst_alawenc_init), (gst_alawenc_chain):
26853         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26854         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26855         (gst_mulawdec_init), (gst_mulawdec_chain):
26856         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26857         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26858         (gst_mulawenc_init), (gst_mulawenc_chain):
26859           Fix capsnego in all four, remove the unused property functions and
26860           simplify the chain functions slightly. I guess we could use macros
26861           or something similar for those, since the code is so similar, but
26862           I'm currently too lazy...
26863
26864 2004-03-24  David Schleef  <ds@schleef.org>
26865
26866         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26867         (gst_osselement_close_audio), (gst_osselement_probe_caps),
26868         (gst_osselement_get_format_structure),
26869         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26870         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26871         (gst_osselement_rate_int_compare): Add code to handle rate probing
26872         (bug #120883)
26873         * sys/oss/gstosselement.h: same
26874         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26875         Use rate probing provided by osselement.
26876         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26877
26878 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26879
26880         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26881         (gst_xvidenc_get_property):
26882           ulong/int mess-up.
26883
26884 2004-03-24  David Schleef  <ds@schleef.org>
26885
26886         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26887         (gst_speexdec_init):
26888         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26889         (gst_speexenc_init):  Create the pad template correctly (from
26890         the static pad template, not a NULL pointer.)
26891
26892 2004-03-25  Benjamin Otte  <otte@gnome.org>
26893
26894         * gst/debug/Makefile.am:
26895         * gst/debug/breakmydata.c:
26896           add element that quasi-randomly changes bytes in the stream.
26897           Intended use is robustness checking of demuxers and decoders in
26898           media tests.
26899
26900 2004-03-24  Benjamin Otte  <otte@gnome.org>
26901
26902         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26903         (gst_alsa_probe_hw_params):
26904         * ext/alsa/gstalsa.h:
26905           debugging output fixes
26906
26907 2004-03-24  Benjamin Otte  <otte@gnome.org>
26908
26909         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26910           don't g_return_if_fail if element is PLAYING, fail silently as every
26911           other element.
26912         * gst/effectv/gstquark.c: (gst_quarktv_chain):
26913           only fix needed for cast lvalue issues in gst-plugins
26914         * gst/volenv/gstvolenv.c: (gst_volenv_init):
26915           add proxy_getcaps
26916
26917 2004-03-24  Benjamin Otte  <otte@gnome.org>
26918
26919         * gst/level/gstlevel.c: (gst_level_init):
26920           add proxying getcaps function, so level doesn't advertise impossible
26921           caps
26922
26923 2004-03-24  David Schleef  <ds@schleef.org>
26924
26925         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26926         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26927         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26928         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26929         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26930         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26931         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26932         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26933         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
26934         messages.  Divide the chunk size by the compression ratio
26935         (needed for MACE audio)
26936
26937 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26938
26939         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26940           Fix buffer overflow read error.
26941
26942 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26943
26944         * ext/alsa/gstalsa.h:
26945           Remove unused entry.
26946         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26947           Add cinepak.
26948         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26949         (gst_videodrop_link), (gst_videodrop_chain):
26950           Fix, sort of. Was horribly broken with new capsnego. Bah...
26951
26952 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
26953
26954         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26955         (plugin_init):
26956         Add a monkeysaudio typefind function
26957
26958 2004-03-23  Johan Dahlin  <johan@gnome.org>
26959
26960         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
26961         (gst_play_video_fixate): Check so the structure has the field
26962         before trying to fixate them, this makes it possible to have
26963         fakesinks for video and audio output without printing errors on
26964         the output console.
26965
26966 2004-03-22  David Schleef  <ds@schleef.org>
26967
26968         * sys/oss/Makefile.am:
26969         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
26970         (check_rate), (add_rate):  Rate probing test app.
26971
26972 2004-03-21  Benjamin Otte  <otte@gnome.org>
26973
26974         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26975         (_fixate_caps_to_int), (gst_audio_convert_fixate):
26976           add a fixation function that pretty much does the right thing (fixes
26977           #137556)
26978
26979 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
26980
26981         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
26982
26983 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
26984
26985         reviewed by: Benjamin Otte  <otte@gnome.org>
26986
26987         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26988           terminate gst_event_new_discontinuous correctly (fixes parts of
26989           #137711)
26990
26991 2004-03-19  David Schleef  <ds@schleef.org>
26992
26993         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
26994         since it doesn't depend on X, and it's part of our ABI.
26995
26996 2004-03-19  Iain <iain@prettypeople.org>
26997
26998         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
26999         is_int in the structure, not the local variable.
27000
27001 2004-03-19  David Schleef  <ds@schleef.org>
27002
27003         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27004         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27005         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27006         Improvements in caps negotiation.
27007
27008 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27009
27010         * po/LINGUAS:
27011         * po/af.po:
27012           adding Afrikaans (Petri Jooste)
27013
27014 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27015
27016         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27017         (gst_ffmpegcolorspace_chain):
27018         throw error instead of g_critical (#137588)
27019
27020 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27021
27022         * Makefile.am:
27023         * configure.ac:
27024           dist common and m4 correctly
27025         * po/sv.po:
27026
27027 2004-03-17  David Schleef  <ds@schleef.org>
27028
27029         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
27030         (bug #137348)
27031
27032 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27033
27034         * po/LINGUAS:
27035         * po/sv.po:
27036           adding Swedish translation (Christian Rose)
27037
27038 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27039
27040         * Makefile.am: use release.mak
27041
27042 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27043
27044         * common/ChangeLog:
27045         * common/gst-autogen.sh:
27046           add some explanation about the version detection
27047         * configure.ac:
27048           fix X check
27049
27050 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27051
27052         * configure.ac: bump nano to 1
27053
27054 === release 0.8.0 ===
27055
27056 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27057
27058         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27059
27060 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27061
27062         * configure.ac:
27063           update libtool version
27064         * gst-libs/gst/media-info/Makefile.am:
27065           actually use libtool version
27066
27067 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27068
27069         * configure.ac: fix speex detection to work with 1.0 but not 1.1
27070
27071 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27072
27073         * configure.ac:
27074         * gst-plugins.spec.in:
27075         * pkgconfig/Makefile.am:
27076         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27077         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27078         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27079         * pkgconfig/gstreamer-libs.pc.in:
27080         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27081         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27082         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27083         * pkgconfig/gstreamer-plugins.pc.in:
27084           remove @VERSION@ from some of the pc files since core and plugins
27085           are decoupled.
27086           created gstreamer-plugins.pc as it's a better name, but keeping
27087           -libs around for now to get fixes upstream done first.
27088
27089 2004-03-15  Julien MOUTTE <julien@moutte.net>
27090
27091         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27092         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27093         * gst-libs/gst/play/play.h:
27094
27095 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27096
27097         * *.c, *.cc: don't mix tabs and spaces
27098
27099 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27100
27101         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27102           use the new ffmpegcolorspace
27103         * gst-plugins.spec.in:
27104           package new colorspace and media-info
27105         * configure.ac:
27106         * pkgconfig/Makefile.am:
27107           fix some more disting issues
27108         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27109         * pkgconfig/gstreamer-media-info.pc.in:
27110           generate media-info pc files
27111
27112 2004-03-15  Johan Dahlin  <johan@gnome.org>
27113
27114         * *.h: Revert indenting
27115
27116 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27117
27118         * configure.ac:
27119           adding ffmpegcolorspace element
27120         * gst/ffmpegcolorspace/Makefile.am:
27121         * gst/ffmpegcolorspace/avcodec.h:
27122         * gst/ffmpegcolorspace/common.h:
27123         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27124         * gst/ffmpegcolorspace/dsputil.h:
27125         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27126         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27127         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27128         (gst_ffmpeg_caps_to_pix_fmt):
27129         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27130         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27131         (gst_ffmpegcolorspace_caps_remove_format_info),
27132         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27133         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27134         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27135         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27136         (gst_ffmpegcolorspace_set_property),
27137         (gst_ffmpegcolorspace_get_property),
27138         (gst_ffmpegcolorspace_register):
27139         * gst/ffmpegcolorspace/imgconvert.c:
27140         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27141         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27142         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27143         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27144         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27145         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27146         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27147         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27148         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27149         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27150         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27151         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27152         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27153         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27154         (img_get_alpha_info), (deinterlace_line),
27155         (deinterlace_line_inplace), (deinterlace_bottom_field),
27156         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27157         * gst/ffmpegcolorspace/imgconvert_template.h:
27158         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27159         * gst/ffmpegcolorspace/mmx.h:
27160         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27161           adding ffmpegcolorspace element supplied by Ronald after cleaning
27162           up and pulling in the right bits of upstream source.
27163           I'm sure a better C/compiler wizard could do some cleaning up (for
27164           example use GLIB's malloc stuff), but as a first pass this
27165           works very well
27166
27167 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27168
27169         * ext/alsa/gstalsa.h:
27170           I assume Ronald forgot to commit the change to have cardname
27171           as a struct member.  Expect some public spanking at the next
27172           opportunity.
27173
27174 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27175
27176         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27177         (gst_alsa_open_audio), (gst_alsa_close_audio):
27178         * ext/alsa/gstalsa.c:
27179           Don't open the device if we're a mixer (= padless).
27180         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27181         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27182         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27183           Open mixer during state change rather than during object
27184           initialization. Also, get a device name. Currently in a somewhat
27185           hackish fashion, but I didn't really find something better.
27186
27187 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27188
27189         * *.c, *.h: run gst-indent
27190
27191 2004-03-14  Benjamin Otte  <otte@gnome.org>
27192
27193         * gst/modplug/gstmodplug.cc:
27194         * gst/modplug/gstmodplug.h:
27195           set correct timestamps on outgoing buffers
27196
27197 2004-03-14  Benjamin Otte  <otte@gnome.org>
27198
27199         * gst/modplug/gstmodplug.cc:
27200           handle events - don't do crap when a discont arrives that's not
27201           necessary
27202           This allows correct loading and playback of mods in Rhythmbox
27203
27204 2004-03-14  Benjamin Otte  <otte@gnome.org>
27205
27206         * configure.ac:
27207         * gst-libs/gst/gconf/Makefile.am:
27208         * pkgconfig/Makefile.am:
27209           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27210           they get rebuilt properly
27211         * configure.ac:
27212           when checking for vorbis, try pkgconfig first.
27213         * gst/modplug/gstmodplug.cc:
27214           add fixate function
27215
27216 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27217
27218         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27219           Fix for obvious mistake, where we first shift the offset and then
27220           read a samplesize element assuming the old offset. Note that this
27221           part still has something weird, i.e. my movies containing those
27222           don't actually play well, but at least there's something that looks
27223           like sound now.
27224
27225 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27226         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27227         (plugin_init):
27228         Add a typefind function for speex format
27229
27230 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27231
27232         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27233         (gst_asf_demux_setup_pad):
27234           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27235           instead of 0. Reason is simple: some elements have a fps range
27236           of 1-max instead of 0-max. So now ASF video actually works.
27237
27238 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27239
27240         * po/LINGUAS:
27241         * po/sr.po:
27242           adding serbian as a language
27243
27244 2004-03-13  Benjamin Otte  <otte@gnome.org>
27245
27246         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27247           return taglist correctly from _get function, don't gst_pad_push it.
27248           (fixes #137042)
27249
27250 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27251         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27252
27253 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27254
27255         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27256         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27257         (gst_alsa_mixer_track_new):
27258         * ext/alsa/gstalsamixertrack.h:
27259           Fix ancient leftovers... MixerTrack is a GObject.
27260
27261 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27262
27263         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27264         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27265           Don't block during probing...
27266
27267 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27268
27269         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27270         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27271         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27272         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27273         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27274         (gst_alsa_open_audio), (gst_alsa_close_audio):
27275         * ext/alsa/gstalsa.h:
27276           Add propertyprobe interface implementation, add some device-name
27277           property, all this so that it looks good in gnome-volume-control.
27278
27279 2004-03-12  David Schleef  <ds@schleef.org>
27280
27281         * configure.ac: the Hermes library controls hermescolorspace, not
27282         colorspace.
27283         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27284         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27285         not /* */
27286         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27287         * ext/sdl/sdlvideosink.h: ditto.
27288         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27289
27290 2004-03-12  Benjamin Otte  <otte@gnome.org>
27291
27292         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27293         (gst_x_overlay_got_xwindow_id):
27294         * gst-libs/gst/xoverlay/xoverlay.h:
27295           replace XID with unsigned long to get rid of the xlibs dependency in
27296           XOverlay (fixes #137004)
27297
27298 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27299         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27300         (gst_agingtv_setup):
27301         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27302         (gst_dicetv_base_init), (gst_dicetv_class_init),
27303         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27304         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27305         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27306         (gst_edgetv_setup), (gst_edgetv_rgb32):
27307         * gst/effectv/gsteffectv.c:
27308         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27309         (gst_quarktv_set_property):
27310         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27311         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27312         (gst_revtv_setup), (gst_revtv_rgb32):
27313         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27314         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27315         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27316         (gst_shagadelictv_rgb32):
27317         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27318         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27319         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27320         * gst/effectv/gstwarp.c:
27321         Port everything that can be ported to videofilter and fix up the caps.
27322         Can someone with a big-endian machine please check these?
27323
27324 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27325
27326         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27327         (gst_osssink_chain), (gst_osssink_change_state):
27328           Latest fixes for A/V sync, audio playback and such. This is about
27329           all... MPEG playback issues are mostly related to the async build-
27330           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27331
27332 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27333
27334         patch from: Stephane Loeuillet
27335
27336         * configure.ac:
27337           use pkg-config for some libraries, falling back to the old .m4 way
27338           (fixes #131270)
27339         * m4/libdv.m4:
27340           removed
27341
27342 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27343
27344         * configure.ac:
27345         * tools/Makefile.am:
27346         * tools/Makefile.in:
27347         * tools/gst-launch-ext-m.m:
27348         * tools/gst-launch-ext.1.in:
27349         * tools/gst-visualise-m.m:
27350         * tools/gst-visualise.1:
27351         * tools/gst-visualise.1.in:
27352           reorganizing generation of script tools
27353
27354 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27355
27356         * ext/divx/gstdivxdec.c:
27357           Downgrade priority. We prefer ffdec_mpeg4.
27358         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27359         (gst_faad_chain), (gst_faad_change_state):
27360           Fix capsnego. Doesn't work for some sounds because we don't have
27361           a 5:1 to stereo element.
27362         * ext/xvid/gstxvid.c: (plugin_init):
27363           Add priority.
27364         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27365         (gst_osssink_change_state):
27366           Add discont handling.
27367
27368 2004-03-09  Colin Walters  <walters@verbum.org>
27369
27370         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27371         conversion.
27372
27373 2004-03-09  Benjamin Otte  <otte@gnome.org>
27374
27375         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27376           the signals take 2 arguments
27377
27378 2004-03-09  David Schleef  <ds@schleef.org>
27379
27380         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27381         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27382         * ext/alsa/gstalsa.h:
27383         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27384
27385 2004-03-09  Benjamin Otte  <otte@gnome.org>
27386
27387         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27388         (gst_mikmod_change_state):
27389         * ext/mikmod/gstmikmod.h:
27390           make mikmod's loop function not loop infinitely and call
27391           gst_element_yield anymore
27392         * gst/modplug/gstmodplug.cc:
27393           fix pad negotiation (fixes #136590)
27394
27395 2004-03-09  David Schleef  <ds@schleef.org>
27396
27397         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27398         doesn't conflict with the internal colorspace plugin.
27399         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27400         satisfy the crappy-ass shell shipped by a certain vendor.
27401         * gst/videofilter/make_filter: same (bug #135299)
27402
27403 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27404
27405         * configure.ac: bump nano to 1
27406
27407 === release 0.7.6 ===
27408
27409 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27410
27411         * configure.in: releasing 0.7.6, "There"
27412
27413 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27414
27415         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27416         * pkgconfig/gstreamer-play.pc.in:
27417           synchronize the two
27418
27419 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27420
27421         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27422         (cdparanoia_open), (cdparanoia_event):
27423           fix/add error handling
27424         * po/POTFILES.in:
27425           add cdparanoia source
27426         * tools/Makefile.am:
27427           make scripts executable
27428
27429 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27430
27431         * configure.ac:
27432         * ext/vorbis/Makefile.am:
27433         * sys/Makefile.am:
27434           remove id3types, vorbisfile and xvideosink from the build (#133783)
27435
27436 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27437
27438         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27439           Fix metadata read crash (#136537).
27440
27441 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27442
27443         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27444         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27445           adding mime types, fixing the one-stop function
27446
27447 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27448
27449         * ext/nas/nassink.c and /ext/nas/nassink.h:
27450         More NAS love from Arwed von Merkatz
27451         So lets all sing 'Can you feel the NAS tonight'
27452
27453 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27454
27455         * tools/gst-launch-ext.in:
27456         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27457
27458 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27459
27460         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27461         (gst_mpeg2dec_init):
27462         remove the user_data pad for now, because it is being used in
27463         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27464         If someone knows how to fix this properly, please do.
27465
27466 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27467
27468         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27469         (gst_osssink_get_time):
27470         add a warning, IMO this won't get triggered anymore, remove later
27471
27472 2004-03-07  David Schleef  <ds@schleef.org>
27473
27474         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27475         format (bug #136470)
27476
27477 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27478
27479         * gst-libs/Makefile.am:
27480         * gst-libs/gst/media-info/Makefile.am:
27481         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27482         (error_callback), (gst_media_info_error_create),
27483         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27484         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27485         * gst-libs/gst/media-info/media-info-priv.h:
27486         * gst-libs/gst/media-info/media-info-test.c: (main):
27487         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27488         (gst_media_info_class_init), (gst_media_info_instance_init),
27489         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27490         (gst_media_info_read_idler), (gst_media_info_read):
27491         * gst-libs/gst/media-info/media-info.h:
27492         fixed, should work now
27493
27494 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27495
27496         * ext/nas/nassink.c:
27497         A bunch of NAS fixes from Arwed von Merkatz
27498
27499 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27500
27501         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27502         (qtdemux_parse_trak):
27503           Fix crash (j might be greater than n_samples, in which case we're
27504           writing outside the allocated space for the array) and memleak.
27505
27506 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27507
27508         * sys/oss/gstosssink.c: (gst_osssink_chain):
27509           And another caller that couldn't handle delay < 0 (unsigned
27510           integer overflow). Video now continues playing on an audio
27511           buffer underrun, and the clock continues working. Audio still
27512           stalls.
27513
27514 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27515
27516         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27517         (gst_osssink_get_time):
27518           get_delay() may return values lower than 0. In those cases, we
27519           should not actually cast to *unsigned* int64, that will break
27520           stuff horribly. In my case, it screwed up A/V sync in movies
27521           in totem rather badly.
27522
27523 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27524
27525         * ext/faac/gstfaac.c: (gst_faac_chain):
27526         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27527         * ext/libpng/gstpngenc.c: (user_write_data):
27528         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27529         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27530         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27531         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27532         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27533         of any buffer), should fix some leaks. I hope I didn't unref buffers
27534         that shouldn't be...
27535
27536 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27537
27538         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27539         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27540         (error_callback), (gmi_reset), (gmi_seek_to_track),
27541         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27542         (gmip_find_type_post), (gmip_find_stream_post),
27543         (gmip_find_track_streaminfo_post):
27544         * gst-libs/gst/media-info/media-info-priv.h:
27545         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27546         (info_print), (main):
27547         * gst-libs/gst/media-info/media-info.c:
27548         (gst_media_info_error_create), (gst_media_info_error_element),
27549         (gst_media_info_instance_init), (gst_media_info_get_property),
27550         (gst_media_info_new), (gst_media_info_set_source),
27551         (gst_media_info_read_idler), (gst_media_info_read):
27552         * gst-libs/gst/media-info/media-info.h:
27553           first pass at making this work again.  This seems to work on
27554           tagged ogg/vorbis and mp3 files.
27555
27556 2004-03-06  Benjamin Otte  <otte@gnome.org>
27557
27558         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27559           fix huge leak: gst_buffer_merge doesn't unref the first argument
27560           itself.
27561
27562 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27563
27564         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27565           report layer/mode/emphasis
27566
27567 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27568
27569         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27570
27571 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27572
27573         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27574           signal serial
27575
27576 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27577
27578         * ext/vorbis/vorbis.c: (plugin_init):
27579         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27580         (gst_vorbis_dec_init), (vorbis_dec_event):
27581         add debug category
27582         make vorbisdec handle _BYTE and _TIME queries
27583
27584 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27585
27586         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27587           from the xing header
27588
27589 2004-03-06  Benjamin Otte  <otte@gnome.org>
27590
27591         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27592         (gst_audio_convert_link), (gst_audio_convert_change_state),
27593         (gst_audio_convert_buffer_from_default_format):
27594           do conversions from/to float correctly, fix some caps nego errors,
27595           export correct supported caps in template and getcaps, use correct
27596           caps in try_set_caps functions
27597
27598 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27599
27600         For some reason, I only committed a ChangeLog entry yesterday and
27601         not the corresponding code...
27602         * ext/mad/gstmad.c: Fix detection of Xing headers
27603         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27604
27605 2004-03-06  Benjamin Otte  <otte@gnome.org>
27606
27607         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27608         (gst_ogg_demux_src_query):
27609           make sure to handle the case where there's no current chain
27610           gracefully.
27611
27612 2004-03-05  David Schleef  <ds@schleef.org>
27613
27614         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27615         Add fixate function. (bug #131128)
27616         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27617         (gst_sdlvideosink_fixate):  Add fixate function.
27618         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27619         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27620         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27621         Fix missing break that was causing ulaw to be interpreted as
27622         raw int.
27623
27624 2004-03-05  David Schleef  <ds@schleef.org>
27625
27626         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27627         Fix code that ignores return value of gst_buffer_merge().
27628         (bug #114560)
27629         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27630         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27631         * testsuite/gst-lint:  Check for above.
27632
27633 2004-03-05  David Schleef  <ds@schleef.org>
27634
27635         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27636         caps and throw an element error.  (bug #136334)
27637
27638 2004-03-05  David Schleef  <ds@schleef.org>
27639
27640         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27641         (gst_faad_chain): Fix negotiation.
27642         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27643         key and button events.
27644         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27645         dung heap of code.
27646         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27647         depends on gconf
27648         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27649         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27650         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27651         function to encourage better negotiation, particularly between
27652         audioconvert and osssink.
27653         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27654         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27655         more important.
27656         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27657         typefinding.
27658         * gst/vbidec/vbiscreen.c:  Add glib header
27659         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27660
27661 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27662
27663         * ext/mad/gstmad.c: Fix detection of Xing headers
27664         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27665
27666 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27667
27668         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27669         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27670           debug updates
27671
27672 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27673
27674         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27675         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27676         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27677         files, and report the parsed length as a GST_TAG_DURATION tag.
27678         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27679
27680 2004-03-05  Benjamin Otte  <otte@gnome.org>
27681
27682         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27683           convert channels correctly. convert correctly to unsigned.
27684
27685 2004-03-05  Julien MOUTTE <julien@moutte.net>
27686
27687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27688         we have a window before clearing it.
27689
27690 2004-03-05  Julien MOUTTE <julien@moutte.net>
27691
27692         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27693         have a window before clearing it.
27694
27695 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27696
27697         * gconf/gstreamer.schemas.in:
27698         * gst-libs/gst/gconf/Makefile.am:
27699           version installation path the same way as for 0.6
27700         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27701         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27702         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27703           remove comment that was fixed
27704
27705 2004-03-05  David Schleef  <ds@schleef.org>
27706
27707         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27708         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27709         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27710         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27711         Add prototype code for handling seeking and querying.
27712
27713 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27714
27715         * examples/gstplay/player.c: (main):
27716           Initialize variables to NULL. Prevents a segfault because the
27717           (uninitialized) variable is not NULL, resulting in a crash on
27718           trying to reach error->message.
27719
27720 2004-03-05  Benjamin Otte  <otte@gnome.org>
27721
27722         * gst/audioconvert/gstaudioconvert.c:
27723         (gst_audio_convert_buffer_to_default_format):
27724         make float=>int conversion work correctly even in cornercases.
27725
27726 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27727
27728         * debian/README.Debian:
27729         * debian/build-deps:
27730         * debian/changelog:
27731         * debian/control:
27732         * debian/control.in:
27733         * debian/copyright:
27734         * debian/gstreamer-a52dec.files:
27735         * debian/gstreamer-aa.files:
27736         * debian/gstreamer-alsa.files:
27737         * debian/gstreamer-alsa.manpages:
27738         * debian/gstreamer-arts.files:
27739         * debian/gstreamer-artsd.files:
27740         * debian/gstreamer-audiofile.files:
27741         * debian/gstreamer-avifile.files:
27742         * debian/gstreamer-cdparanoia.files:
27743         * debian/gstreamer-colorspace.files:
27744         * debian/gstreamer-doc.files:
27745         * debian/gstreamer-dv.files:
27746         * debian/gstreamer-dvd.files:
27747         * debian/gstreamer-esd.files:
27748         * debian/gstreamer-festival.files:
27749         * debian/gstreamer-flac.files:
27750         * debian/gstreamer-gconf.conffiles:
27751         * debian/gstreamer-gconf.files:
27752         * debian/gstreamer-gconf.postinst:
27753         * debian/gstreamer-gnomevfs.files:
27754         * debian/gstreamer-gsm.files:
27755         * debian/gstreamer-http.files:
27756         * debian/gstreamer-jack.files:
27757         * debian/gstreamer-jpeg.files:
27758         * debian/gstreamer-mad.files:
27759         * debian/gstreamer-mikmod.files:
27760         * debian/gstreamer-misc.files:
27761         * debian/gstreamer-mpeg2dec.files:
27762         * debian/gstreamer-oss.files:
27763         * debian/gstreamer-plugin-apps.files:
27764         * debian/gstreamer-plugin-apps.manpages:
27765         * debian/gstreamer-plugin-libs-dev.files:
27766         * debian/gstreamer-plugin-libs.files:
27767         * debian/gstreamer-plugin-template.postinst:
27768         * debian/gstreamer-plugin-template.postrm:
27769         * debian/gstreamer-sdl.files:
27770         * debian/gstreamer-sid.files:
27771         * debian/gstreamer-vorbis.files:
27772         * debian/gstreamer-x.files:
27773         * debian/mk.control:
27774         * debian/rules:
27775         Debian package info not maintained here.
27776
27777 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27778
27779         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27780         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27781         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27782         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27783         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27784         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27785         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27786         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27787         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27788         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27789         * gst-libs/gst/colorbalance/colorbalance.c:
27790         (gst_color_balance_class_init):
27791         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27792         (gst_color_balance_channel_class_init):
27793         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27794         * gst-libs/gst/play/play.c: (gst_play_class_init):
27795         * gst-libs/gst/propertyprobe/propertyprobe.c:
27796         (gst_property_probe_iface_init):
27797         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27798         * gst-libs/gst/tuner/tunerchannel.c:
27799         (gst_tuner_channel_class_init):
27800         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27801         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27802         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27803         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27804         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27805         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27806         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27807         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27808         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27809           fix signals to use - instead of _
27810         * ext/libcaca/gstcacasink.h:
27811         * ext/sdl/sdlvideosink.h:
27812           fix header rename
27813
27814 2004-03-04  David Schleef  <ds@schleef.org>
27815
27816         * testsuite/gst-lint:  Add a check for bad signal names.
27817
27818 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27819
27820         reviewed by David Schleef
27821
27822         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27823         modified the alpha channel and caused a warning. (bug #136192)
27824
27825 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27826
27827         * gst-plugins.spec.in:
27828         Change names of plugins to actually be correct. Try to keep things
27829         alphabetical to avoid getting beat up by Thomas
27830
27831 2004-03-03  Julien MOUTTE <julien@moutte.net>
27832
27833         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27834         Using ximagesink as a default if no gconf key found. We should
27835         probably consider using alsasink instead of osssink for the audio
27836         part.
27837
27838 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27839
27840         * configure.ac:
27841           fix --with-plugins, don't think it ever worked before
27842         * gst-plugins.spec.in:
27843           even more updates
27844
27845 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27846
27847         * ext/sdl/sdlvideosink.h:
27848         * sys/ximage/ximagesink.h:
27849         * sys/xvideo/xvideosink.h:
27850         * sys/xvimage/xvimagesink.h:
27851           Fix for move of gstvideosink.h -> videosink.h.
27852
27853 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27854
27855         * gst-libs/gst/xwindowlistener/Makefile.am:
27856           this is a plugin library, not a library
27857
27858 2004-03-01  David Schleef  <ds@schleef.org>
27859
27860         * AUTHORS:  Added some names.  Add yourself if you're still
27861         missing.
27862
27863 2004-03-01  David Schleef  <ds@schleef.org>
27864
27865         * MAINTAINERS: Add
27866
27867 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27868
27869         * gst-plugins.spec.in: clean up spec file
27870
27871 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27872
27873         * gst-libs/gst/video/Makefile.am:
27874         * gst-libs/gst/video/gstvideosink.c:
27875         * gst-libs/gst/video/gstvideosink.h:
27876           rename gstvideosink.h to videosink.h to match other headers
27877         * gst/mixmatrix/Makefile.am:
27878           fix plugin filename
27879         * gst/tags/Makefile.am: fix plugin filename
27880
27881 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27882
27883         * gst/tags/Makefile.am: fix plugin filename
27884
27885 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27886
27887         * examples/gstplay/player.c: (got_time_tick), (main):
27888           add error handler
27889           display time_tick more readably
27890         * gst/mixmatrix/Makefile.am:
27891           fix plugin file name
27892
27893 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
27894
27895         * sys/oss/gstosselement.c: (gst_osselement_probe),
27896         (device_combination_append), (gst_osselement_class_probe_devices):
27897         * sys/oss/gstosselement.h:
27898           Reworked enumeration of oss dsps and mixers so that gst-mixer works
27899           on my system using alsa oss emulation, fixes bug #135597
27900
27901 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27902
27903         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27904         (gst_videodrop_chain), (gst_videodrop_change_state):
27905         * gst/videodrop/gstvideodrop.h:
27906           Work based on timestamp of input data, not based on the expected
27907           framerate from the input. The consequence is that this element now
27908           not only scales framerates, but also functions as a framerate
27909           corrector or framerate stabilizer/constantizer.
27910
27911 2004-02-27  David Schleef  <ds@schleef.org>
27912
27913         patches from jmmv@menta.net (Julio M. Merino Vidal)
27914
27915         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27916         GST_ELEMENT_ERROR call (bug #135634)
27917         * gst/interleave/interleave.c: (interleave_buffered_loop),
27918         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27919         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27920         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27921         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27922         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27923         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27924         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27925         Fix GST_ELEMENT_ERROR call.
27926         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27927         GST_ELEMENT_ERROR call.
27928
27929 2004-02-27  Benjamin Otte  <otte@gnome.org>
27930
27931         * gst-libs/gst/audio/audio.h:
27932           add macro to make sure header isn't included twice
27933         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27934           don't use gst_buffer_free
27935         * gst/playondemand/filter.func:
27936           don't use gst_data_free. Free data only once.
27937
27938 2004-02-26  David Schleef  <ds@schleef.org>
27939
27940         * gst-libs/gst/colorbalance/Makefile.am:
27941         * gst-libs/gst/mixer/Makefile.am:
27942         * gst-libs/gst/tuner/Makefile.am:
27943         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27944         should not be disted, -marshal.h files should not be installed,
27945         and -enum.h files _should_ be installed.  Fix to make this the
27946         case.
27947
27948 === release 0.7.5 ===
27949
27950 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27951
27952         * configure.ac: release 0.7.5, "Under The Sea"
27953
27954 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27955
27956         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27957         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27958         * gst/videoscale/gstvideoscale.c:
27959         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27960           assorted debug/warning fixes
27961
27962 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27963
27964         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
27965         (gst_videoscale_init), (gst_videoscale_chain),
27966         (gst_videoscale_set_property), (plugin_init):
27967         * gst/videoscale/gstvideoscale.h:
27968         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27969         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
27970         (gst_videoscale_planar400), (gst_videoscale_packed422),
27971         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
27972         (gst_videoscale_24bit), (gst_videoscale_16bit),
27973         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
27974         (gst_videoscale_scale_plane_slow),
27975         (gst_videoscale_scale_point_sample),
27976         (gst_videoscale_scale_nearest),
27977         (gst_videoscale_scale_nearest_str2),
27978         (gst_videoscale_scale_nearest_str4),
27979         (gst_videoscale_scale_nearest_32bit),
27980         (gst_videoscale_scale_nearest_24bit),
27981         (gst_videoscale_scale_nearest_16bit):
27982         add debugging category and use it properly
27983         fix use of GST_PTR_FORMAT
27984
27985 2004-02-25  Andy Wingo  <wingo@pobox.com>
27986
27987         * gst/interleave/interleave.c (interleave_buffered_loop): Always
27988         push only when channel->buffer is NULL. Prevents segfaults doing
27989         the state change after a nonlocal exit, like a scheme exception.
27990
27991         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
27992         Handle the case where the intersected caps is empty.
27993
27994 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27995
27996         * gst/law/mulaw-decode.c: (mulawdec_link):
27997         * gst/law/mulaw.c: (plugin_init):
27998           fix mulawdec so it actually works again
27999
28000 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
28001
28002         reviewed by: David Schleef  <ds@schleef.org>
28003
28004         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28005         (gst_gamma_init), (gst_gamma_set_property),
28006         (gst_gamma_get_property), (gst_gamma_calculate_tables),
28007         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
28008         for RGB, with separate r g and b correction factors. (#131167)
28009
28010 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28011
28012         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28013           only signal tags for bitrate if they're > 0 (#134894)
28014
28015 2004-02-24  David Schleef  <ds@schleef.org>
28016
28017         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28018         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28019         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28020         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28021         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28022         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28023         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28024         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28025         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
28026         category.  Attempt to fix timestamp calculation.
28027
28028 2004-02-24  Johan Dahlin  <johan@gnome.org>
28029
28030         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28031
28032 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28033
28034         * configure.ac:
28035         * gconf/Makefile.am:
28036         * gconf/gstreamer.schemas:
28037         * gst-libs/gst/gconf/Makefile.am:
28038         * gst-libs/gst/gconf/gconf.c:
28039           version gconf schemas and install locations
28040
28041 2004-02-23  Benjamin Otte  <otte@gnome.org>
28042
28043         * ext/xine/xineinput.c: (gst_xine_input_dispose):
28044         (gst_xine_input_subclass_init):
28045           call parent dispose.
28046           change pad template for CD reader correctly
28047         * ext/xine/Makefile.am:
28048         * ext/xine/gstxine.h:
28049         * ext/xine/xine.c: (plugin_init):
28050         * ext/xine/xineaudiosink.c:
28051           wrap audio sinks, too
28052         * gst-libs/gst/resample/private.h:
28053         * gst-libs/gst/resample/resample.c: (gst_resample_init),
28054         (gst_resample_reinit), (gst_resample_scale),
28055         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28056         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28057         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28058         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28059         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28060         * gst-libs/gst/resample/resample.h:
28061         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28062         (gst_audioscale_class_init), (gst_audioscale_link),
28063         (gst_audioscale_get_buffer), (gst_audioscale_init),
28064         (gst_audioscale_chain), (gst_audioscale_set_property),
28065         (gst_audioscale_get_property):
28066         * gst/audioscale/gstaudioscale.h:
28067           s/resample_*/gst_resample_*/i to not clobber namespaces
28068
28069 2004-02-23  Julien MOUTTE  <julien@moutte.net>
28070
28071         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28072         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28073         (gst_riff_create_video_template_caps),
28074         (gst_riff_create_audio_template_caps),
28075         (gst_riff_create_iavs_template_caps):
28076         * gst-libs/gst/riff/riff-media.h:
28077         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28078         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28079         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28080         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28081         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28082         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28083         (gst_matroska_demux_plugin_init): First batch implementing audio and
28084         video codec tags in demuxers.
28085
28086 2004-02-22  Benjamin Otte  <otte@gnome.org>
28087
28088         * ext/xine/Makefile.am:
28089         * ext/xine/gstxine.h:
28090         * ext/xine/xine.c: (plugin_init):
28091         * ext/xine/xineinput.c:
28092           add input plugin wrapper. Playback from files, http, mms and cdda
28093           works.
28094         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28095           remove leftover G_GNUC_UNUSED
28096         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28097         (gst_asf_demux_identify_guid):
28098           improve debugging output
28099
28100 2004-02-22  Benjamin Otte  <otte@gnome.org>
28101
28102         reported by: Padraig O'Briain <padraig.obriain@sun.com>
28103
28104         * autogen.sh:
28105           replace test -e with test -x for mkinstalldirs to be more portable.
28106           (fixes #134816)
28107
28108 2004-02-22  Benjamin Otte  <otte@gnome.org>
28109
28110         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28111
28112         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28113           set rank to PRIMARY
28114         * gst/volume/gstvolume.c: (plugin_init):
28115           set rank to NONE
28116         fixes #134960
28117
28118 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
28119
28120         reviewed by Benjamin Otte  <otte@gnome.org>
28121
28122         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28123           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28124
28125 2004-02-22  Benjamin Otte  <otte@gnome.org>
28126
28127         * configure.ac:
28128           export [_]*{gst,Gst,GST}.* symbols from plugins
28129
28130 2004-02-22  Christophe Fergeau <teuf@gnome.org>
28131
28132         reviewed by: Benjamin Otte  <otte@gnome.org>
28133
28134         * ext/lame/gstlame.c: (add_one_tag):
28135         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28136         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28137         (gst_vorbisenc_metadata_set1):
28138         * gst/tags/gstid3tag.c:
28139         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28140           apply fixes from bugs #135042 (lame can't write tags) and #133817
28141           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28142
28143 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28144
28145         * configure.ac: Export only gst_plugin_desc from plugins.
28146          Note that this change only makes any effect with Linux using libtool
28147          1.5.2 or higher. Otherwise it is silently ignored, but it would build
28148          fine. And don't try to have several versions of libtool in different
28149          directories.
28150
28151 2004-02-20  Andy Wingo  <wingo@pobox.com>
28152
28153         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28154         interleave respectively.
28155
28156         * gst/interleave/deinterleave.c: New plugin: deinterleave
28157         (replaces on oneton).
28158         * gst/interleave/interleave.c: New plugin: interleave.
28159         * gst/interleave/plugin.h: Support file.
28160         * gst/interleave/plugin.c: Support file.
28161
28162         * configure.ac: Remove intfloat and oneton, add interleave.
28163
28164         * ext/sndfile/gstsf.c: Handle events better.
28165
28166         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28167         and float2int operation. int2float has scheduling problems as
28168         noted in in2float_chain.
28169
28170 2004-02-20  Benjamin Otte  <otte@gnome.org>
28171
28172         * ext/xine/Makefile.am:
28173         * ext/xine/gstxine.h:
28174         * ext/xine/xine.c:
28175         * ext/xine/xineaudiodec.c:
28176         * ext/xine/xinecaps.c:
28177           add first version of xine plugin wrapper. Currently only wraps the
28178           QDM2 win32 DLL, and even that only in proof-of-concept quality.
28179         * configure.ac:
28180         * ext/Makefile.am:
28181           add xine plugin wrapper, disabled by default. Use --enable-xine to
28182           build. Note that it'll segfault on gst-register if you don't remove
28183           the goom and tvtime post plugins from xine.
28184         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28185         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28186           add extradata parsing for QDM2.
28187           change around debugging prints.
28188
28189 2004-02-19  Benjamin Otte  <otte@gnome.org>
28190
28191         * ext/lame/gstlame.c: (gst_lame_chain):
28192         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28193           use gst_tag_list_insert when you want to insert tags
28194
28195 2004-02-18  David Schleef  <ds@schleef.org>
28196
28197         * configure.ac:  Move massink to gst-rotten
28198         * ext/Makefile.am:
28199         * ext/mas/Makefile.am:
28200         * ext/mas/massink.c:
28201         * ext/mas/massink.h:
28202
28203 2004-02-18  David Schleef  <ds@schleef.org>
28204
28205         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28206         typefinding, since it seems to be worse than nothing.
28207         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28208         atom to recognize .mp4 and .m4a files as video/quicktime.
28209
28210 2004-02-18  David Schleef  <ds@schleef.org>
28211
28212         * gst/sine/demo-dparams.c: (quit_live),
28213         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28214         Use double dparams, not float.
28215         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28216         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28217         sync'd elements don't really work correctly.
28218         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28219         (volume_update_volume), (volume_get_property):  Change dparam
28220         to double.
28221
28222 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28223
28224         * sys/ximage/ximagesink.c:
28225         (gst_ximagesink_xwindow_update_geometry),
28226         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28227         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28228         (gst_ximagesink_init): Rework the way software video scaling works. So
28229         now we check on each chain call if the video frames are feeling the
28230         window. If not we try to renegotiate caps. On failure we memorize that
28231         and we won't try again for that PLAYING sessions.
28232         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28233         failure.
28234         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28235         synchronous flag.
28236
28237 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28238
28239         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28240           break up _link so we can give a better debug message for errors
28241
28242 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28243
28244         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28245           set up debug category
28246
28247 2004-02-18  Julien MOUTTE <julien@moutte.net>
28248
28249         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28250         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28251         the way renegotiation work. The event handling function is not taking
28252         care of external windows and renegotiate method check for pad flags
28253         NEGOTIATING. Should fix : #133209
28254
28255 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28256
28257         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28258         pad is negotiating before trying renegotiation.
28259
28260 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28261
28262         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28263           pass on all possible mime types as typefind hints
28264
28265 2004-02-17  Julien MOUTTE <julien@moutte.net>
28266
28267         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28268         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28269         possible SHM leak if we crash. All other apps using XShm are doing
28270         that.
28271
28272 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28273
28274         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28275         (gst_ximagesink_expose): Renegotiate size on expose.
28276         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28277         size on expose.
28278
28279 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28280
28281         * testsuite/alsa/sinesrc.c:
28282           cosmetic fix to fix compile issue with gcc 2.95.4
28283
28284 2004-02-16  Julien MOUTTE <julien@moutte.net>
28285
28286         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28287         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28288         failed opening the audio device.
28289         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28290         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28291         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28292         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28293         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28294         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28295         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28296         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28297         Removing some useless g_return_if_fail like wingo suggested.
28298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28299         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28300         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28301         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28302         (gst_xvimagesink_update_colorbalance),
28303         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28304         (gst_xvimagesink_xcontext_clear),
28305         (gst_xvimagesink_get_fourcc_from_caps),
28306         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28307         (gst_xvimagesink_set_xwindow_id),
28308         (gst_xvimagesink_colorbalance_list_channels),
28309         (gst_xvimagesink_colorbalance_set_value),
28310         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28311         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28312
28313 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28314
28315         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28316           throw error when not negotiated instead of asserting
28317
28318 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28319
28320         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28321         correct data refcounting.
28322
28323 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28324
28325         * gst/switch/gstswitch.c: (gst_switch_change_state),
28326         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28327         change, mostly the EOS flag.
28328
28329 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28330
28331         * examples/gstplay/player.c: (got_eos), (main): Adding some
28332         output for debugging.
28333         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28334         timeouts if we go to any state different from PLAYING.
28335         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28336         more EOS bugs in riff lib.
28337
28338 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28339
28340         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28341         visualization until i find a way to fix switch correctly.
28342         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28343         EOS arrives.
28344         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28345         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28346         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28347         Reworked switch to get a more correct behaviour with events and refing
28348         of data stored in sinkpads.
28349         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28350         we don't pull from a pad in EOS.
28351
28352 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28353
28354         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28355           remove v1 tag even if we can't read it (makes sure we don't detect
28356           it again)
28357
28358 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28359
28360         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28361         (gst_alsa_xrun_recovery):
28362         * ext/alsa/gstalsa.h:
28363           try xrun recovery when wait failed. Make xrun recovery function
28364           return TRUE/FALSE to indicate success. (might fix #134354)
28365
28366 2004-02-13  David Schleef  <ds@schleef.org>
28367
28368         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28369         (dynparm_value_changed), (main): Convert from float to double.
28370         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28371
28372 2004-02-13  David Schleef  <ds@schleef.org>
28373
28374         * gst/silence/gstsilence.c: (gst_silence_class_init),
28375         (gst_silence_set_clock), (gst_silence_get),
28376         (gst_silence_set_property), (gst_silence_get_property):
28377         * gst/silence/gstsilence.h: Add sync property.
28378         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28379         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28380         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28381         * gst/sine/gstsinesrc.h: Add sync property.
28382
28383 2004-02-13  David Schleef  <ds@schleef.org>
28384
28385         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28386         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28387
28388 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28389
28390         * configure.ac:
28391         * ext/Makefile.am:
28392         * gst-libs/ext/Makefile.am:
28393           move ffmpeg plugin to gst-ffmpeg module
28394
28395 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28396
28397         * configure.ac: use GST_ARCH to detect architecture
28398
28399 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28400
28401         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28402
28403 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28404
28405         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28406           classify LADSPA plugins based on number of src/sink pads
28407           (#133663, Stefan Kost)
28408         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28409           fix dparams registration
28410           (#133528, Stefan Kost)
28411         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28412           fix use of isprint and use g_ascii_isprint instead
28413           (#133316, Stefan Kost)
28414
28415 2004-02-11  David Schleef  <ds@schleef.org>
28416
28417         Convert a few inner loops to use liboil.  This is currently
28418         optional, and is only enabled if liboil is present (duh!).
28419         * configure.ac: Check for liboil-0.1
28420         * gst/intfloat/Makefile.am:
28421         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28422         (gst_int2float_chain_gint16):
28423         * gst/videofilter/Makefile.am:
28424         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28425         (tablelookup_u8), (gst_videobalance_planar411):
28426         * gst/videotestsrc/Makefile.am:
28427         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28428         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28429         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28430         (paint_hline_RGB565), (paint_hline_xRGB1555):
28431
28432 2004-02-11  David Schleef  <ds@schleef.org>
28433
28434         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28435         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28436         (gst_colorspace_getcaps), (gst_colorspace_link),
28437         (gst_colorspace_base_init), (gst_colorspace_init),
28438         (gst_colorspace_chain), (gst_colorspace_change_state),
28439         (plugin_init): Merge Ronald's patch (bug #117897) and update
28440         for new caps and negotiation.  Seems to work, although it
28441         shows off bugs in lcs.
28442
28443 2004-02-11  David Schleef  <ds@schleef.org>
28444
28445         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28446         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28447
28448 2004-02-11  David Schleef  <ds@schleef.org>
28449
28450         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28451         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28452         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28453         Add server and port properties
28454
28455 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28456
28457         * m4/a52.m4:
28458         * m4/aalib.m4:
28459         * m4/as-ffmpeg.m4:
28460         * m4/as-liblame.m4:
28461         * m4/as-slurp-ffmpeg.m4:
28462         * m4/check-libheader.m4:
28463         * m4/esd.m4:
28464         * m4/freetype2.m4:
28465         * m4/gconf-2.m4:
28466         * m4/glib.m4:
28467         * m4/gst-alsa.m4:
28468         * m4/gst-artsc.m4:
28469         * m4/gst-ivorbis.m4:
28470         * m4/gst-matroska.m4:
28471         * m4/gst-sdl.m4:
28472         * m4/gst-shout2.m4:
28473         * m4/gst-sid.m4:
28474         * m4/gtk.m4:
28475         * m4/libdv.m4:
28476         * m4/libfame.m4:
28477         * m4/libmikmod.m4:
28478         * m4/ogg.m4:
28479         * m4/vorbis.m4:
28480           fix underquotedness of macros (#133800)
28481         * m4/as-avifile.m4:
28482         * m4/xmms.m4:
28483           removed because no longer used
28484
28485 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28486
28487         * configure.ac:
28488           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28489           by autopoint (fixes #132996)
28490
28491 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28492
28493         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28494         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28495         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28496         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28497           fix memleaks
28498
28499 2004-02-11  David Schleef  <ds@schleef.org>
28500
28501         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28502         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28503         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28504         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28505         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28506         (gst_jpegenc_class_init), (gst_jpegenc_init),
28507         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28508         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28509         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28510         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28511
28512 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28513
28514         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28515         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28516         * ext/mikmod/gstmikmod.h:
28517           fix caps negotiation in mikmod
28518         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28519           output debug information
28520
28521 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28522
28523         * gst-libs/gst/colorbalance/Makefile.am:
28524         * gst-libs/gst/navigation/Makefile.am:
28525         * gst-libs/gst/xoverlay/Makefile.am:
28526           remove unused GST_OPT_CFLAGS from Makefiles
28527           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28528
28529 2004-02-07  David Schleef  <ds@schleef.org>
28530
28531         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28532         push events to pads that haven't been created (#133508)
28533
28534 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28535
28536         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28537         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28538         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28539         (gst_dvdec_loop), (gst_dvdec_change_state):
28540         Second attempt at committing a working dvdec element.
28541
28542 2004-02-06  David Schleef  <ds@schleef.org>
28543
28544         Build fixes for OS X: (see #129600)
28545         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28546         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28547         (gst_riff_read_strf_iavs):
28548         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28549         (gst_avi_demux_stream_odml):
28550         * gst/playondemand/Makefile.am:
28551         * gst/rtp/rtp-packet.c:
28552
28553 2004-02-05  David Schleef  <ds@schleef.org>
28554
28555         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28556         last change, because it Just Doesn't Compile.
28557
28558 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28559
28560         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28561           skip undecodable id3v2 tag instead of keeping it
28562
28563 2004-02-05  David Schleef  <ds@schleef.org>
28564
28565         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28566         Unref leaked buffer.  (Noticed by Ronald)
28567
28568 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28569
28570         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28571         Sync requires with other checks.  >= vs =.
28572
28573 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28574
28575         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28576         (gst_dvdec_video_link), (gst_dvdec_loop):
28577         * ext/dv/gstdvdec.h:
28578           rework the caps negotiation so that dvdec works again instead
28579           of just segfaulting.
28580
28581 === release 0.7.4 ===
28582
28583 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28584
28585         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28586         * configure.ac: changed for release
28587
28588 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28589
28590         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28591         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28592         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28593         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28594           reworked patch by David Lehn to fix libdir and includedir for
28595           uninstalled libraries
28596           removed play and gconf from gstreamer-libs since they have their
28597           own pkgconfig files
28598
28599 2004-02-04  David Schleef  <ds@schleef.org>
28600
28601         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28602         memleak.
28603
28604 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28605
28606         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28607           use correct GST_TAG_ENCODER tag
28608
28609 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28610
28611         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28612           be sure to stop the clock when going to paused
28613         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28614           reset number of transmitted when going to ready.
28615         fixes #132935
28616
28617 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28618
28619         reviewed by Benjamin Otte
28620
28621         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28622           extract track count (fixes #133410)
28623
28624 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28625
28626         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28627           that should be !=, not == (fixes #132519)
28628
28629 2004-02-04  David Schleef  <ds@schleef.org>
28630
28631         Make sure set_explicit_caps() is called before adding pad.
28632         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28633         * gst/id3/gstid3types.c: (gst_id3types_loop):
28634         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28635         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28636
28637 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28638
28639         * configure.ac:
28640           bump nano to 2, first prerelease
28641           put back AM_PROG_LIBTOOL
28642
28643 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28644
28645         * testsuite/alsa/Makefile.am:
28646           these are user test apps, not automatic testsuite tests
28647
28648 2004-02-04  David Schleef  <ds@schleef.org>
28649
28650         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28651         * gst/mpeg1videoparse/gstmp1videoparse.c:
28652         (mp1videoparse_parse_seq):
28653         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28654         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28655         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28656         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28657         (gst_xvideosink_getcaps):
28658         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28659         * testsuite/gst-lint: more tests
28660
28661 2004-02-04  David Schleef  <ds@schleef.org>
28662
28663         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28664         with the code that they would expand to.
28665         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28666         (gst_flacdec_get_src_query_types),
28667         (gst_flacdec_get_src_event_masks):
28668         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28669         (gst_gnomevfssrc_get_query_types),
28670         (gst_gnomevfssrc_get_event_mask):
28671
28672 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28673
28674         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28675         (gst_sinesrc_dispose):
28676           fix memleak by properly disposing sinesrc
28677
28678 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28679
28680         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28681         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28682         an overlay to redraw the image because it has been exposed.
28683         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28684         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28685         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28686         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28687         interface
28688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28689         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28690         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28691         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28692         interface
28693
28694 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28695
28696         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28697           more memleak fixage
28698
28699 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28700
28701         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28702         * gst/typefind/gsttypefindfunctions.c:
28703           fix memleaks shown by gst-typefind
28704
28705 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28706
28707         * common/glib-gen.mak:
28708           add hack rule to touch .Plo files
28709         * gst-libs/gst/colorbalance/Makefile.am:
28710         * gst-libs/gst/mixer/Makefile.am:
28711         * gst-libs/gst/play/Makefile.am:
28712         * gst-libs/gst/tuner/Makefile.am:
28713           remove glib_root variable
28714
28715 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28716
28717         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28718           set explicit caps before adding the element, so the autopluggers can
28719           plug correctly.
28720         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28721         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28722         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28723         (dv_type_find):
28724           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28725           argument.
28726
28727 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28728
28729         * gst-libs/gst/colorbalance/Makefile.am:
28730         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28731         * gst-libs/gst/colorbalance/colorbalance.c:
28732         * gst-libs/gst/colorbalance/colorbalance.h:
28733         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28734         * gst-libs/gst/mixer/Makefile.am:
28735         * gst-libs/gst/mixer/mixer-marshal.list:
28736         * gst-libs/gst/mixer/mixer.c:
28737         * gst-libs/gst/mixer/mixer.h:
28738         * gst-libs/gst/mixer/mixermarshal.list:
28739         * gst-libs/gst/play/Makefile.am:
28740         * gst-libs/gst/play/play.h:
28741         * gst-libs/gst/tuner/Makefile.am:
28742         * gst-libs/gst/tuner/tuner-marshal.list:
28743         * gst-libs/gst/tuner/tuner.c:
28744         * gst-libs/gst/tuner/tuner.h:
28745         * gst-libs/gst/tuner/tunermarshal.list:
28746           use new glib-gen.mak snippet to clean up Makefile.am
28747           fix various bugs in Makefile.am's
28748
28749 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28750
28751         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28752           handle chain parsing correctly in the multichain case
28753         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28754         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28755         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28756         (theora_dec_chain):
28757           handle events and queries correctly
28758
28759 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28760
28761         * .cvsignore:
28762         Ignore generated file _stdint.h.
28763
28764 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28765
28766         * gst-libs/gst/colorbalance/Makefile.am:
28767         * gst-libs/gst/colorbalance/colorbalance.h:
28768         * gst-libs/gst/mixer/Makefile.am:
28769         * gst-libs/gst/mixer/mixer.h:
28770         * gst-libs/gst/play/Makefile.am:
28771         * gst-libs/gst/play/play.h:
28772         * gst-libs/gst/tuner/Makefile.am:
28773         * gst-libs/gst/tuner/tuner.h:
28774         Generate enum type code with glib-mkenums.
28775         * gst-libs/gst/colorbalance/.cvsignore:
28776         * gst-libs/gst/mixer/.cvsignore:
28777         * gst-libs/gst/play/.cvsignore:
28778         * gst-libs/gst/tuner/.cvsignore:
28779         Ignore generated files.
28780
28781 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28782
28783         * gst-libs/gst/audio/.cvsignore:
28784         Ignore generated file.
28785         * gst-libs/gst/audio/Makefile.am:
28786         Do not install example filter.
28787
28788 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28789
28790         * examples/switch/.cvsignore:
28791         Ignore generated file.
28792
28793 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28794
28795         * common/m4/ax_create_stdint_h.m4:
28796         * configure.ac:
28797           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28798           _stdint.h.
28799         * Makefile.am:
28800           remove generated _stdint.h in DISTCLEANFILES
28801         * ext/a52dec/gsta52dec.c:
28802           include _stdint.h for a52dec. (should fix #133064)
28803
28804 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28805
28806         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28807         (gst_tag_to_vorbis_comments):
28808         Add replaygain support to vorbistag
28809
28810 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28811         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28812         (gst_ffmpeg_caps_to_extradata):
28813           Fix SVQ3 caps flag properties
28814           Use glib macro for bytes swap
28815
28816 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28817
28818         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28819         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28820         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28821         * ext/sndfile/gstsf.c: (plugin_init):
28822         * gst/avi/gstavi.c: (plugin_init):
28823         * sys/dxr3/dxr3init.c: (plugin_init):
28824         * sys/oss/gstossaudio.c: (plugin_init):
28825         * sys/v4l/gstv4l.c: (plugin_init):
28826         * sys/v4l2/gstv4l2.c: (plugin_init):
28827           remove textdomain calls
28828         * po/nl.po:
28829           update Dutch translation
28830
28831 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28832
28833         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28834         (gst_play_set_audio_sink): Moving volume in the audio thread for
28835         instantaneous volume change. Maybe i will add another volume in front
28836         of visualization later, not sure yet though.
28837
28838 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28839
28840         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28841         (gst_ximagesink_handle_xevents): Better X events handling, only take
28842         the latest events for configure and motion.
28843         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28844
28845 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28846
28847         reviewed by: David Schleef  <ds@schleef.org>
28848
28849         Fix memory leaks:
28850         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28851         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28852
28853 2004-02-02  David Schleef  <ds@schleef.org>
28854
28855         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
28856         of lines.
28857         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28858         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28859         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28860         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28861         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28862         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28863         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28864         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28865         (gst_float2_2_int_link):
28866         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28867         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28868         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28869         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28870         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28871         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28872         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28873         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28874         * testsuite/gst-lint: Add tests for bzero and ;;
28875
28876 2004-02-02  David Schleef  <ds@schleef.org>
28877
28878         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28879
28880 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28881
28882         * ext/aalib/gstaasink.c: (gst_aasink_open):
28883         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28884         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28885         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28886         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28887         (gst_afsink_close_file):
28888         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28889         (gst_afsrc_close_file):
28890         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28891         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28892         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28893         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28894         * ext/esd/esdmon.c: (gst_esdmon_get):
28895         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28896         * ext/faac/gstfaac.c: (gst_faac_chain):
28897         * ext/faad/gstfaad.c: (gst_faad_chain):
28898         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28899         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28900         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28901         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28902         (gst_flacdec_loop):
28903         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28904         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28905         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28906         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28907         (gst_gnomevfssink_close_file):
28908         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28909         (gst_gnomevfssrc_open_file):
28910         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28911         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28912         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28913         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28914         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28915         * ext/mad/gstmad.c: (gst_mad_chain):
28916         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28917         * ext/mpeg2dec/gstmpeg2dec.c:
28918         * ext/mpeg2enc/gstmpeg2enc.cc:
28919         * ext/mplex/gstmplex.cc:
28920         * ext/mplex/gstmplexibitstream.cc:
28921         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28922         (gst_ogg_demux_push):
28923         * ext/raw1394/gstdv1394src.c:
28924         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28925         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28926         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28927         (gst_sf_loop):
28928         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28929         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28930         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28931         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28932         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28933         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28934         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28935         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28936         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28937         (gst_riff_read_element_data), (gst_riff_read_seek),
28938         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28939         * gst/adder/gstadder.c: (gst_adder_loop):
28940         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28941         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28942         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28943         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28944         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28945         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28946         * gst/goom/gstgoom.c: (gst_goom_chain):
28947         * gst/id3/gstid3types.c: (gst_id3types_loop):
28948         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28949         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28950         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28951         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28952         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28953         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28954         (gst_ebml_read_float), (gst_ebml_read_header):
28955         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28956         (gst_matroska_demux_parse_blockgroup):
28957         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28958         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28959         * gst/oneton/gstoneton.c: (gst_oneton_chain):
28960         * gst/silence/gstsilence.c: (gst_silence_get):
28961         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28962         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28963         * gst/speed/gstspeed.c: (speed_loop):
28964         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28965         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28966         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28967         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28968         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28969         (gst_wavparse_loop):
28970         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28971         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28972         (dxr3audiosink_close):
28973         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28974         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
28975         (dxr3videosink_close), (dxr3videosink_write_data):
28976         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28977         * sys/oss/gstosssink.c: (gst_osssink_chain):
28978         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28979         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
28980         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
28981         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
28982         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28983         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28984         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
28985         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
28986         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
28987         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
28988         (gst_v4l_set_audio):
28989         * sys/v4l/v4l_calls.h:
28990         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28991         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
28992         (gst_v4lmjpegsink_playback_init),
28993         (gst_v4lmjpegsink_playback_start):
28994         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
28995         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28996         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
28997         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
28998         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
28999         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29000         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29001         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29002         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29003         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29004         (gst_v4l2_get_output), (gst_v4l2_set_output),
29005         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29006         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29007         (gst_v4l2_set_attribute):
29008         * sys/v4l2/v4l2_calls.h:
29009         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29010         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29011         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29012         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29013         (gst_v4l2src_capture_stop):
29014         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29015         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29016         (gst_ximagesink_chain):
29017         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29018         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29019         (gst_xvideosink_xwindow_new):
29020         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29021         (gst_xvimagesink_chain):
29022
29023 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29024
29025         * gst/volume/gstvolume.c: (gst_volume_set_volume),
29026         (gst_volume_get_volume), (volume_class_init), (volume_init),
29027         (volume_chain_int16), (volume_update_volume):
29028         * gst/volume/gstvolume.h:
29029           make code more readable by removing magic numbers
29030           make mixer interface export 0-100 range
29031           make it internally map to 0.0-1.0 range so users don't distort
29032           output by putting the sliders at full volume
29033
29034 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29035
29036         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29037         (gst_play_state_change), (gst_play_seek_to_time):
29038         block the tick callback for 0.5 secs after doing a seek
29039
29040 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29041
29042         * gst-libs/gst/play/play.c: (gst_play_new):
29043           check for GError
29044
29045 2004-02-01  Julien MOUTTE  <julien@moutte.net>
29046
29047         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29048         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29049         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29050         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29052         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29053
29054 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29055
29056         * configure.ac:
29057         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29058           check for a function added in vorbis 1.1
29059
29060 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29061
29062         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29063         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29064           really start/stop clock only on PLAYING <=> PAUSED
29065         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29066           remove \n from debugging lines
29067         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29068           make it work when seeking does not
29069         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29070           reset on DISCONT
29071
29072 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29073
29074         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29075           start clock on PAUSED=>PLAYING, not later
29076         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29077           extract correct time for different discont formats
29078         (gst_alsa_sink_get_time):
29079           don't segfault when no format is negotiated yet, just return 0
29080         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29081         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29082         (gst_ogg_pad_push):
29083           handle flush and discont events correctly
29084         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29085           handle discont events correctly
29086
29087 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29088
29089         * gst-libs/gst/play/play.c: (gst_play_error_quark),
29090         (gst_play_error_create), (gst_play_error_plugin),
29091         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29092         * gst-libs/gst/play/play.h:
29093           add error handling during creation
29094         * examples/gstplay/player.c: (main):
29095           use new gst_play_new
29096
29097
29098 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29099
29100         * ext/theora/theoradec.c: (theora_dec_chain):
29101           make comments work
29102         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29103         (vorbis_dec_src_event), (vorbis_dec_chain):
29104           add encoder tag, fix tag reading to be more error tolerant, change
29105           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29106           gst_pad_event_default.
29107         * gst/tags/gstvorbistag.c:
29108         (gst_tag_list_from_vorbiscomment_buffer):
29109           undefine function specific define at end of function
29110
29111 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
29112
29113         * ext/flac/gstflac.c: (plugin_init):
29114         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29115         * ext/flac/gstflacdec.h:
29116         * ext/flac/gstflacenc.h:
29117           Fix typos
29118
29119 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
29120
29121         * examples/gstplay/player.c: s/gstplay.h/play.h/
29122
29123 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29124
29125         * gst-libs/gst/play/Makefile.am:
29126         * gst-libs/gst/play/gstplay.c:
29127         * gst-libs/gst/play/gstplay.h:
29128         * gst-libs/gst/play/play.c:
29129           more surgery, operation complete
29130
29131 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29132
29133         * gst-libs/gst/play/play.old.c:
29134         * gst-libs/gst/play/play.old.h:
29135           after CVS surgery by moving, remove
29136         * gst-libs/gst/play/playpipelines.c:
29137           remove
29138
29139         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29140           add negotiation error
29141
29142 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29143
29144         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29145         (gst_ogg_demux_push):
29146           add some seeking debug info
29147           send a flush when seeking
29148
29149 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29150
29151         * configure.ac:
29152           use AC_C_INLINE
29153         * configure.ac:
29154         * ext/Makefile.am:
29155         * ext/theora/Makefile.am:
29156         * ext/theora/theoradec.c:
29157           add theora video decoder. Does just do simple decoding for now and
29158           has been tested against Theora cvs only. It only works when theora
29159           is compiled with --enable-static.
29160         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29161           always reset packetno on DISCONT
29162
29163 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29164
29165         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29166           Fix audio.
29167
29168 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29169
29170         * gst/mpegaudioparse/gstmpegaudioparse.c:
29171         (mp3_type_frame_length_from_header):
29172           Fix header parsing - stolen from ffmpeg (thank you! :) ).
29173
29174 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29175
29176         * ext/esd/esdsink.c: (gst_esdsink_init):
29177           Since we have static pad template caps, we don't need to negotiate;
29178           either the core errors out or we know the format.
29179
29180 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29181
29182         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29183         (gst_riff_read_seek):
29184         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29185         (gst_ebml_read_seek):
29186           Fix event handling.
29187
29188 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29189
29190         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29191           removee video/x-theora from vp3 decoder, it doesn't handle raw
29192           theora streams
29193         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29194           fix bug with finalizing element that never went to PAUSED
29195         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29196           length and position queries were swapped
29197         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29198         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29199         (vorbis_dec_src_event):
29200           implement querying time and bytes
29201
29202 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29203
29204         * just about every source file:
29205           gst_element_error -> GST_ELEMENT_ERROR
29206
29207 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29208
29209         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29210         emiting FLUSH and even before DISCONT.
29211         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29212         get the best instant seeking as possible yay!
29213
29214 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29215
29216         * gst/mpeg1videoparse/gstmp1videoparse.c:
29217         (gst_mp1videoparse_real_chain):
29218           Committed wrong version last week... Grr... Didn't notice until now.
29219
29220 2004-01-29  Julien MOUTTE <julien@moutte.net>
29221
29222         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29223         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29224         have_xwindow_id signal in xwindow_create.
29225
29226 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29227
29228         * ext/ogg/gstoggdemux.c:
29229           lots of changes - mainly support for chained bitstreams, seeking,
29230           querying and bugfixes of course
29231         * ext/vorbis/Makefile.am:
29232         * ext/vorbis/vorbisdec.c:
29233         * ext/vorbis/vorbisdec.h:
29234           add vorbisdec raw vorbis decoder
29235         * ext/vorbis/vorbis.c: (plugin_init):
29236           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29237         * gst/intfloat/Makefile.am:
29238         * gst/intfloat/float22int.c:
29239         * gst/intfloat/float22int.h:
29240         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29241           add float2intnew plugin. It converts multichannel interleaved float to
29242           multichannel interleaved int. The name should probably be changed.
29243         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29244         (plugin_init):
29245           add typefinding for raw theora video so oggdemux can detect it.
29246
29247 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29248
29249         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29250         sink element first.
29251         * gst/videoscale/gstvideoscale.c:
29252         (gst_videoscale_handle_src_event): Fixing src event handler.
29253
29254 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29255
29256         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29257         (gst_v4lsrc_open), (gst_v4lsrc_close),
29258         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29259         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29260         * sys/v4l/gstv4lsrc.h:
29261         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29262         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29263           Implement resizing... Hack. But that's why v4l is b0rked...
29264
29265 2004-01-28  Julien MOUTTE <julien@moutte.net>
29266
29267         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29268         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29269         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29270         (gst_ximagesink_xwindow_destroy):
29271         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29272         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29273         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29274         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29275         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29276         correctly cleaning the image created to check xshm calls on succes,
29277         added a lot of XSync calls in X11 functions, and fixed a segfault when
29278         no image format was defined before negotiation happened.
29279
29280 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29281
29282         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29283           use gst_element_get_time to get correct time
29284
29285 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29286
29287         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29288         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29289         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29291         (gst_xvimagesink_check_xshm_calls),
29292         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29293         X plugins are now able to detect that XShm calls will fail even if the
29294         server claims that it has XShm support (remote displays most of the
29295         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29296         so that we use non XShm functions. This feature is almost useless for
29297         xvimagesink as Xv is not supported on remote displays anyway, but
29298         it might happen than even on the local display XShm calls fail.
29299
29300 2004-01-27  David Schleef  <ds@schleef.org>
29301
29302         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29303         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29304         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29305         changed esdsink to only use 44100,16,2, since esd sucks at rate
29306         conversion and esdsink has had difficulty negotiating.
29307
29308 2004-01-27  Julien MOUTTE <julien@moutte.net>
29309
29310         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29311         (gst_play_seek_to_time): Fixing the way to get current position.
29312
29313 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29314
29315         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29316           use gst_element_get_time to get correct time
29317
29318 2004-01-27  Julien MOUTTE <julien@moutte.net>
29319
29320         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29321         fix ever... Inverting 2 lines of code make spider autoplug correctly
29322         tagged mp3 !
29323
29324 2004-01-27  David Schleef  <ds@schleef.org>
29325
29326         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29327         Use gst_pad_try_set_caps_nonfixed().
29328
29329 2004-01-27  David Schleef  <ds@schleef.org>
29330
29331         * gst/ac3parse/gstac3parse.c: update to checklist 5
29332         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29333         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29334         * gst/audioscale/gstaudioscale.c: same
29335         * gst/auparse/gstauparse.c: same
29336         * gst/avi/gstavidemux.c: same
29337
29338 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29339
29340         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29341           stop processing after EOS
29342
29343 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29344
29345         * gst/asfdemux/asfheaders.h:
29346         * gst/asfdemux/gstasfdemux.c:
29347         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29348         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29349         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29350           lot's of fixes to make data extraction simpler and get the code
29351           architecture and compiler independant. Add debugging category
29352         * gst/goom/gstgoom.c: (gst_goom_change_state):
29353           reset channel count on PAUSED=>READY, not READY=>PAUSED
29354
29355 2004-01-26  Colin Walters  <walters@verbum.org>
29356
29357         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29358         code to pull a bigger buffer in iradio mode.  This as a side effect
29359         makes typefinding work.
29360
29361 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29362
29363         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29364         Fix SVQ3 decoding on PPC
29365
29366 2004-01-26  Julien MOUTTE <julien@moutte.net>
29367
29368         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29369         that one managed to stay there... Fixed.
29370
29371 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29372
29373         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29374         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29375         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29376         (qtdemux_video_caps):
29377         * gst/qtdemux/qtdemux.h:
29378         Add SVQ3 specific flags to qtdemux and ffmpeg
29379
29380 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29381
29382         * gst-libs/gst/audio/audio.h:
29383           remove buffer-frames from audio caps
29384         * gst/audioconvert/gstaudioconvert.c:
29385           fix plugin to really work.
29386
29387 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29388
29389         * gst-libs/gst/mixer/mixer.c:
29390         * gst-libs/gst/propertyprobe/propertyprobe.c:
29391         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29392         (gst_tuner_find_channel_by_name):
29393         * gst-libs/gst/tuner/tuner.h:
29394           Add gtk-doc style comments. Also fix a function name.
29395
29396 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29397
29398         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29399         (gst_divxdec_negotiate):
29400           Fix for new capsnego - also fixes gst-player with divxdec.
29401
29402 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29403
29404         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29405         (gst_play_identity_handoff), (gst_play_set_location),
29406         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29407         try in visualization implementation. Still have an issue with switch
29408         blocking when pulling from video_queue and only audio comes out of
29409         spider.
29410         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29411         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29412         release method. And check if the pad is usable before pulling.
29413
29414 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29415
29416         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29417         (gst_videobalance_init),
29418         (gst_videobalance_colorbalance_list_channels),
29419         (gst_videobalance_colorbalance_set_value),
29420         (gst_videobalance_colorbalance_get_value),
29421         (gst_videobalance_update_properties),
29422         (gst_videobalance_update_tables_planar411),
29423         (gst_videobalance_planar411):
29424         * gst/videofilter/gstvideobalance.h:
29425           Implement lookup-tables. +/- 10x faster.
29426
29427 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29428
29429         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29430         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29431           The index reading was broken. The rest worked fine, but the whole
29432           goal of my rewrite was to make avidemux readable, and this was
29433           not at all readable. Please use typed variables.
29434
29435 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29436
29437         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29438           Additional pad usability check.
29439         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29440         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29441         (gst_mp1videoparse_real_chain):
29442           Fix MPEG video stream parsing. The original plugin had several
29443           issues, including not timestamping streams where the source was
29444           not timestamped (this happens with PTS values in mpeg system
29445           streams, but MPEG video is also a valid stream on its own so
29446           that needs timestamps too). We use the display time code for that
29447           for now. Also, if one incoming buffer contains multiple valid
29448           frames, we push them all on correctly now, including proper EOS
29449           handling. Lastly, several potential segfaults were fixed, and we
29450           properly sync on new sequence/gop headers to include them in next,
29451           not previous frames (since they're header for the next frame, not
29452           the previous). Also see #119206.
29453         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29454         (bpf_from_header):
29455           Move caps setting so we only do it after finding several valid
29456           MPEG-1 fraes sequentially, not right after the first one (which
29457           might be coincidental).
29458         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29459         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29460         (plugin_init):
29461           Add unsynced MPEG video stream typefinding, and change some
29462           probability values so we detect streams rightly. The idea is as
29463           follows: I can have an unsynced system stream which contains
29464           video. In the current code, I would randomly get a type for either
29465           system or video stream type found, because the probabilities are
29466           being calculated rather randomly. I now use fixed values, so we
29467           always prefer system stream if that was found (and that is how it
29468           should be). If no system stream was found, we can still identity                the stream as video-only.
29469
29470 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29471
29472         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29473         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29474           don't write to buffer. Extract data without the need of
29475           __attribute__ ((packed))
29476
29477 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29478
29479         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29480         (mpeg1_sys_type_find):
29481           Fix MPEG-1 stream typefinding.
29482
29483 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29484
29485         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29486           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29487
29488 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29489
29490         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29491         * ext/esd/gstesd.c: (plugin_init):
29492           private debugging, better error reporting
29493
29494 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29495
29496         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29497         (gst_riff_read_init), (gst_riff_read_change_state):
29498         * gst-libs/gst/riff/riff-read.h:
29499           Remove stuff fromold metadata system.
29500
29501 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29502
29503         * ext/ogg/gstoggdemux.c:
29504           Fix wrong file comment.
29505         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29506         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29507           Add metadata reading properly.
29508
29509 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29510
29511         * ext/Makefile.am:
29512           Fix nas DIST_SUBDIRS
29513           Uraeus:
29514           Fix bug where make distcheck doesn't get run on adding stuff to
29515           the build.
29516
29517 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29518
29519         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29520         * ext/divx/gstdivxdec.h:
29521           Fix divx3 ("msmpeg4") playback using divxdec.
29522
29523 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29524
29525         * gst/typefind/gsttypefindfunctions.c:
29526         (mp3_type_frame_length_from_header): fix bug in length computation
29527         (mp3_type_find): improve debugging output
29528
29529 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29530
29531         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29532         (gst_play_set_location), (gst_play_seek_to_time),
29533         (gst_play_set_audio_sink), (gst_play_set_visualization),
29534         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29535         the pipeline from scratch. Visualization is back and switch went out as
29536         i realized it was not possible to use the way i wanted.
29537         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29538         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29539         clearing in state change from READY to NULL. So that one can clean the
29540         X ressources keeping the element.
29541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29542         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29543         (gst_xvimagesink_colorbalance_set_value),
29544         (gst_xvimagesink_colorbalance_get_value),
29545         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29546         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29547         change from READY to NULL and fixed some stupid bugs in colorbalance
29548         get/set values. Also added the following feature : when nobody tries to
29549         set some values to the colorbalance levels before the xcontext is
29550         grabbed, then when creating channels list from Xv attributes we set the
29551         internal values to the Xv defaults. This way we handle buggy Xv drivers
29552         that set default hue values far from the middle of the range (Thanks
29553         to Jon Trowbridge for pointing that issue).
29554         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29555         colorbalance levels have been set before xcontext is grabbed.
29556
29557 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29558
29559         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29560           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29561           it might block operations (which is bad for a mixer).
29562
29563 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29564
29565         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29566         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29567         (gmip_find_type_pre):
29568         * gst-libs/gst/media-info/media-info-priv.h:
29569         * gst-libs/gst/media-info/media-info.c:
29570         (gst_media_info_instance_init), (gst_media_info_read_idler):
29571         add fakesink to get caps on decoder src pad again
29572         fix callback prototype to match new have_type signal signature
29573
29574 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29575
29576         * gst/adder/gstadder.c: (gst_adder_link):
29577           fix non-compile and cut-n-paste code
29578
29579 2004-01-21  David Schleef  <ds@schleef.org>
29580
29581         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29582         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29583         (gst_swfdec_init), (gst_swfdec_change_state):
29584         * ext/swfdec/gstswfdec.h:
29585         Fix negotiation.
29586         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29587         (gst_adder_request_new_pad): Fix negotiation.
29588         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29589         Add a fixate function.
29590         * gst/intfloat/gstfloat2int.c:
29591         * gst/intfloat/gstfloat2int.h:
29592         * gst/intfloat/gstint2float.c:
29593         * gst/intfloat/gstint2float.h:
29594         Completely rewrite the negotiation.  Doesn't quite work yet,
29595         due to some buffer-frames problem.
29596
29597 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29598
29599         * ext/gnomevfs/gstgnomevfssrc.c:
29600         * sys/v4l2/v4l2_calls.h:
29601           fix includes for distcheck
29602
29603 2004-01-21  Christian Schaller <uraeus@gnome.org>
29604
29605         * ext/nas/
29606         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29607         based on earlier patch from Laurent Vivier
29608
29609 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29610
29611         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29612         Fix wma caps property
29613         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29614         Fix typo (flags1 and flags2)
29615
29616 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29617
29618         * gst-libs/gst/media-info/media-info-priv.c:
29619         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29620         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29621         (gmip_find_stream), (gmip_find_track_metadata),
29622         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29623         (gmip_find_track_format):
29624         * gst-libs/gst/media-info/media-info-priv.h:
29625         * gst-libs/gst/media-info/media-info-test.c: (main):
29626         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29627         (gst_media_info_read_idler), (gst_media_info_read):
29628         * gst-libs/gst/media-info/media-info.h:
29629           register debugging category and use it for debugging
29630
29631 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29632
29633         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29634         (gst_vorbisfile_new_link):
29635           signal streaminfo through tags
29636
29637 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29638
29639         * ext/mplex/gstmplex.cc:
29640         * ext/mplex/gstmplexibitstream.cc:
29641           g++ doesn't like NULL in our i18n/error macros, should be
29642           either (NULL) or ("").
29643
29644 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29645
29646         * sys/dxr3/dxr3audiosink.c:
29647         * sys/dxr3/dxr3init.c:
29648         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29649         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29650           Fix more error error error errors (missing includes here).
29651
29652 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29653
29654         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29655           fix thomas' error errors.
29656
29657 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29658
29659         * ext/mpeg2enc/gstmpeg2enc.cc:
29660           fix error errors.
29661
29662 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29663
29664         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29665         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29666           Fix for new error system.
29667
29668 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29669
29670         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29671           fix for new error reporting
29672
29673 2004-01-20  David Schleef  <ds@schleef.org>
29674
29675         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29676         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29677         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29678         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29679         and neither is 100+, most likely.
29680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29681         (gst_xvimagesink_getcaps): same
29682
29683 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29684
29685         * configure.ac:
29686           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29687           clashes with ffmpeg.
29688
29689 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29690
29691         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29692         (gst_switch_init): Fixed switch element : proxying link and setting
29693         caps from src to sink on request.
29694
29695 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29696
29697         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29698         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29699         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29700         fix element_error
29701
29702 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29703
29704         * sys/v4l/v4l_calls.h:
29705         * sys/v4l2/v4l2_calls.h:
29706           element_error fixes
29707
29708 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29709
29710         * gst-libs/gst/gst-i18n-plugin.h:
29711           add locale.h
29712           remove config.h inclusion
29713
29714 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29715
29716         * autogen.sh:
29717           adding autopoint invocation
29718         * Makefile.am:
29719         * configure.ac:
29720         * gst-libs/gst/gettext.h:
29721           adding gettext bits
29722         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29723         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29724         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29725         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29726         (gst_gnomevfssink_close_file):
29727         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29728         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29729         * gst-libs/gst/gst-i18n-plugin.h:
29730         * gst/avi/gstavi.c: (plugin_init):
29731         * sys/dxr3/dxr3init.c: (plugin_init):
29732         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29733         * sys/oss/gstossaudio.c: (plugin_init):
29734         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29735         * sys/v4l/gstv4l.c: (plugin_init):
29736         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29737         * sys/v4l2/gstv4l2.c: (plugin_init):
29738         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29739         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29740         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29741         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29742         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29743         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29744           make sure locale and translation domain are set
29745           fix translated strings
29746         * po/.cvsignore:
29747         * po/LINGUAS:
29748         * po/Makevars:
29749         * po/POTFILES.in:
29750         * po/nl.po:
29751           put translation files into place
29752         * sys/xvideo/imagetest.c: (main):
29753         * ext/dv/demo-play.c: (main):
29754           fix unnecessary translations
29755
29756 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29757
29758         * ext/sndfile/gstsf.c:
29759         * gst/avi/gstavimux.c:
29760         * ext/audiofile/gstafsink.c:
29761         * ext/audiofile/gstafsrc.c:
29762         * ext/gnomevfs/gstgnomevfssink.c:
29763         * ext/gnomevfs/gstgnomevfssrc.c:
29764         * sys/oss/gstosselement.c:
29765         * sys/v4l/v4l_calls.h:
29766           fix i18n include
29767
29768 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29769
29770         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29771         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29772         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29773         (gst_v4l2_get_output), (gst_v4l2_set_output),
29774         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29775         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29776         (gst_v4l2_set_attribute):
29777         update to new error handling
29778
29779 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29780
29781         * ext/sidplay/gstsiddec.cc:
29782         * gst/modplug/gstmodplug.cc:
29783           parenthese NULL because C++ seems angry about it
29784
29785 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29786
29787         * gst-libs/gst/gst-i18n-plugin.h:
29788           add skeleton i18n stuff, but needs to be further implemented
29789
29790 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29791
29792         * examples/gstplay/player.c: (main):
29793         * ext/aalib/gstaasink.c: (gst_aasink_open):
29794         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29795         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29796         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29797         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29798         (gst_afsink_close_file):
29799         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29800         (gst_afsrc_close_file):
29801         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29802         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29803         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29804         * ext/esd/esdmon.c: (gst_esdmon_get):
29805         * ext/esd/esdsink.c: (gst_esdsink_chain):
29806         * ext/faac/gstfaac.c: (gst_faac_chain):
29807         * ext/faad/gstfaad.c: (gst_faad_chain):
29808         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29809         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29810         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29811         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29812         (gst_flacdec_loop):
29813         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29814         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29815         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29816         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29817         (gst_gnomevfssink_close_file):
29818         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29819         (gst_gnomevfssrc_open_file):
29820         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29821         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29822         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29823         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29824         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29825         * ext/mad/gstmad.c: (gst_mad_chain):
29826         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29827         * ext/mpeg2dec/gstmpeg2dec.c:
29828         * ext/mpeg2enc/gstmpeg2enc.cc:
29829         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29830         * ext/mplex/gstmplex.cc:
29831         * ext/mplex/gstmplexibitstream.cc:
29832         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29833         (gst_ogg_demux_push), (gst_ogg_pad_push):
29834         * ext/raw1394/gstdv1394src.c:
29835         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29836         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29837         * ext/sidplay/gstsiddec.cc:
29838         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29839         (gst_sf_loop):
29840         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29841         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29842         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29843         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29844         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29845         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29846         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29847         * gst-libs/gst/Makefile.am:
29848         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29849         (gst_riff_read_element_data), (gst_riff_read_seek),
29850         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29851         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29852         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29853         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29854         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29855         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29856         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29857         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29858         * gst/goom/gstgoom.c: (gst_goom_chain):
29859         * gst/id3/gstid3types.c: (gst_id3types_loop):
29860         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29861         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29862         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29863         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29864         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29865         (gst_ebml_read_float), (gst_ebml_read_header):
29866         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29867         (gst_matroska_demux_parse_blockgroup):
29868         * gst/modplug/gstmodplug.cc:
29869         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29870         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29871         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29872         * gst/silence/gstsilence.c: (gst_silence_get):
29873         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29874         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29875         * gst/speed/gstspeed.c: (speed_loop):
29876         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29877         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29878         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29879         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29880         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29881         (gst_wavparse_loop):
29882         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29883         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29884         (dxr3audiosink_close):
29885         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29886         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29887         (dxr3videosink_close), (dxr3videosink_write_data):
29888         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29889         * sys/oss/gstosselement.h:
29890         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29891         (gst_osssink_chain):
29892         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29893         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29894         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29895         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29896         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29897         (gst_v4l_enable_overlay):
29898         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29899         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29900         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29901         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29902         (gst_v4l_set_audio):
29903         * sys/v4l/v4l_calls.h:
29904         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29905         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29906         (gst_v4lmjpegsink_playback_init),
29907         (gst_v4lmjpegsink_playback_start):
29908         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29909         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29910         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29911         (gst_v4lmjpegsrc_requeue_frame):
29912         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29913         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29914         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29915         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29916         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29917         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29918         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29919         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29920         (gst_v4l2src_capture_stop):
29921         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29922         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29923         (gst_ximagesink_chain):
29924         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29925         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29926         (gst_xvideosink_xwindow_new):
29927         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29928         (gst_xvimagesink_chain):
29929         use new error signal, function and categories
29930
29931 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
29932
29933         * configure.ac:
29934         * ext/Makefile.am:
29935         * ext/musicbrainz/gsttrm.c:
29936         * ext/musicbrainz/gsttrm.h:
29937         * ext/musicbrainz/Makefile.am:
29938         Add a trm plugin
29939
29940 2004-01-18  Julien MOUTTE  <julien@moutte.net>
29941
29942         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29943         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29944         synchronous property for debugging.
29945         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29946         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29947         (gst_xvimagesink_set_property): Moving a pointer declaration to a
29948         smaller block, fixing indent.
29949
29950 2004-01-16  David Schleef  <ds@schleef.org>
29951
29952         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29953         property affects the video stream.
29954         * sys/xvimage/xvimagesink.c:
29955         * sys/xvimage/xvimagesink.h:
29956         Add synchronous property for debugging.  Should probably be
29957         disabled in non-CVS builds.  Make sure that the Xv attribute
29958         exists before we set it (crash!).  Fix a silly float bug that
29959         caused colorbalance to just not work.
29960
29961 2004-01-17  Christian Schaller <Uraeus@gnome.org>
29962
29963         * tools/gst-launch-ext.in - update for new plugins
29964
29965 2004-01-16  David Schleef  <ds@schleef.org>
29966
29967         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
29968         already-freed caps.
29969
29970 2994-01-16  Christian Schaller <Uraeus@gnome.org>
29971
29972         * Update spec for new colorspace plugin and libcaca plugin
29973         * Fix compilation of libcaca plugin (clock -> id)
29974
29975 2004-01-16  Julien MOUTTE <julien@moutte.net>
29976
29977         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
29978         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29979         (gst_xvimagesink_set_xwindow_id),
29980         (gst_xvimagesink_colorbalance_set_value),
29981         (gst_xvimagesink_colorbalance_get_value),
29982         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29983         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
29984         correct colorbalance properties. They can now be set when the element
29985         is still in NULL state. The values will be committed to the Xv Port
29986         when xcontext is initialized.
29987         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
29988         brightness int values in the GstXvImagesink structure.
29989
29990 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29991
29992         * gst-libs/gst/Makefile.am:
29993           restructure so having local patches works easier.
29994
29995 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29996
29997         * ext/mpeg2enc/Makefile.am:
29998         * ext/mpeg2enc/gstmpeg2enc.cc:
29999         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30000           Bugfix with respect to EOS handling.
30001
30002 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30003
30004         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30005           Link with right caps (else, it segfaults).
30006         * ext/mplex/gstmplexjob.cc:
30007           Fix for slight API change in 1.6.1.93 release of mjpegtools.
30008
30009 2004-01-15  David Schleef  <ds@schleef.org>
30010
30011         * gst-libs/gst/audio/Makefile.am:
30012         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30013         from the template.
30014         * gst-libs/gst/audio/gstaudiofilter.c:
30015         * gst-libs/gst/audio/gstaudiofilter.h:
30016         Add bytes_per_sample and size and n_samples calculation.
30017         * gst-libs/gst/audio/gstaudiofilterexample.c:
30018         Remove, now autogenerated.
30019         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30020         Moved from gstaudiofilterexample, object name changed, code added
30021         so that it actually works.
30022         * gst-libs/gst/audio/make_filter:
30023         Script to build an audiofilter subclass from the template.
30024         * gst/colorspace/Makefile.am:
30025         * gst/colorspace/yuv2yuv.c:
30026         Remove file, since it's GPL, and we don't use it.
30027
30028 2004-01-15  Julien MOUTTE  <julien@moutte.net>
30029
30030         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30031         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30032         them use the buffer free function to test how the buffer was allocated.
30033
30034 2004-01-15  David Schleef  <ds@schleef.org>
30035
30036         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30037         that handles osssink fallback.
30038         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30039         (gst_audio_convert_getcaps):
30040         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30041         Add audio/x-qdm2 for QDM2 audio.
30042         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30043         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30044         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30045         Decrease minimum size to 16x16.
30046         * gst/wavparse/gstwavparse.c:
30047         Convert disabled pad template caps to new caps.
30048         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30049         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30050         (gst_xvimagesink_chain): Throw element error when display cannot
30051         be opened.  Increase minimum framerate to 1.0.  Check the data
30052         free function on a buffer to make sure it is the type we expect
30053         before manipulating it.
30054
30055 2004-01-15  Julien MOUTTE <julien@moutte.net>
30056
30057         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30058         (gst_videobalance_colorbalance_set_value): Implement passthru if
30059         settings are in the middle.
30060         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30061
30062 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30063
30064         * gst/videofilter/Makefile.am:
30065         * gst/volume/Makefile.am:
30066           Since we use videofilter symbols, link to it.
30067
30068 2004-01-15  Julien MOUTTE <julien@moutte.net>
30069
30070         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30071         mixer interface type to HARDWARE.
30072         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30073         type to SOFTWARE.
30074         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30075         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30076         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30077         (gst_volume_interface_init), (gst_volume_list_tracks),
30078         (gst_volume_set_volume), (gst_volume_get_volume),
30079         (gst_volume_set_mute), (gst_volume_mixer_init),
30080         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30081         (volume_init): Implementing mixer interface.
30082         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30083         * sys/oss/gstosselement.c: (gst_osselement_get_type),
30084         (gst_osselement_change_state): Removing some trailing commas in
30085         structures.
30086         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30087         interface type to HARDWARE.
30088         * sys/v4l/gstv4lcolorbalance.c:
30089         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30090         type to HARDWARE.
30091         * sys/v4l2/gstv4l2colorbalance.c:
30092         (gst_v4l2_color_balance_interface_init): Setting colorbalance
30093         interface type to HARDWARE.
30094         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30095         same code than ximagesink for event handling.
30096
30097 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30098
30099         * ext/snapshot/Makefile.am:
30100         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30101         (gst_snapshot_chain):
30102         * ext/snapshot/gstsnapshot.h:
30103           This has to be a joke... Snapshot should be connected to a tee,
30104           colorspace element before it and EOS after that, where the other
30105           src of the tee receives normal data.
30106           The current way is *wrong*.
30107
30108 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30109
30110         * ext/hermes/gsthermescolorspace.c:
30111           Fix another compile error. Same as below.
30112
30113 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30114
30115         * gst/colorspace/gstcolorspace.c:
30116         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30117         (gst_colorspace_i420_to_yv12):
30118           Fix compiling... Didn't test if it actually works.
30119
30120 2004-01-15  David Schleef  <ds@schleef.org>
30121
30122         * configure.ac:
30123         * gst/colorspace/Makefile.am:
30124         * gst/colorspace/gstcolorspace.c:
30125         * gst/colorspace/gstcolorspace.h:
30126         * gst/colorspace/yuv2rgb.c:
30127         * gst/colorspace/yuv2rgb.h:
30128         Duplicate the ext/hermes colorspace plugin, and remove Hermes
30129         code and GPL code.  Fix for new caps negotiation.  Rewrite
30130         much of the format handling code, and some of the conversion
30131         code.  Basically, rewrote almost everything.  This element
30132         handles I420, YV12 to RGB conversions.
30133         * ext/hermes/Makefile.am:
30134         * ext/hermes/gsthermescolorspace.c:
30135         Rename colorspace to hermescolorspace.  Fix negotiation issues.
30136         Remove non-Hermes related code.  This element handles lots of
30137         RGB to RGB conversions, but no YUV.
30138         * ext/hermes/gstcolorspace.c:
30139         * ext/hermes/gstcolorspace.h:
30140         * ext/hermes/rgb2yuv.c:
30141         * ext/hermes/yuv2rgb.c:
30142         * ext/hermes/yuv2rgb.h:
30143         * ext/hermes/yuv2rgb_mmx16.s:
30144         * ext/hermes/yuv2yuv.c:
30145         * ext/hermes/yuv2yuv.h:
30146         Remove old code.
30147
30148 2004-01-14  Colin Walters  <walters@verbum.org>
30149
30150         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30151         they've already been.
30152
30153 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30154
30155         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30156           assume tag mode when pad is not connected
30157
30158 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30159
30160         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30161           Don't update the time of the clock
30162         (gst_alsa_sink_loop):
30163           sync to the clock given to alsasink, not the own clock
30164         * sys/oss/gstosssink.c: (gst_osssink_chain):
30165           sync to the clock
30166         (gst_osssink_change_state):
30167           activate the clock
30168         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30169         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30170           remove bogus code that made DISCONT events unhandled
30171         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30172           explicitly case to double in _set_simple. (fixes 2nd warning in bug
30173           #131502)
30174         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30175         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30176         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30177           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30178           2nd warning in bug #131502)
30179
30180 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30181
30182         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30183         (gst_videobalance_colorbalance_set_value),
30184         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30185         for colorbalance interface implementation.
30186         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30187         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30188         (gst_ximagesink_dispose), (gst_ximagesink_init),
30189         (gst_ximagesink_class_init): Adding DISPLAY property.
30190         * sys/ximage/ximagesink.h: Adding display_name to store display.
30191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30192         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30193         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30194         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30195         properties (they still need polishing though for gst-launch use : no
30196         xcontext yet, i ll do that tomorrow).
30197         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30198
30199 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30200
30201         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30202         (gst_play_set_location), (gst_play_set_visualization): Preparing
30203         switch integration, adding videobalance in the pipeline.
30204
30205 2004-01-14  Julien MOUTTE <julien@moutte.net>
30206
30207         * gst-libs/gst/colorbalance/colorbalance.c:
30208         (gst_color_balance_class_init): Adding a default type.
30209         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30210         the type.
30211         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30212         (gst_videobalance_dispose), (gst_videobalance_class_init),
30213         (gst_videobalance_init), (gst_videobalance_interface_supported),
30214         (gst_videobalance_interface_init),
30215         (gst_videobalance_colorbalance_list_channels),
30216         (gst_videobalance_colorbalance_set_value),
30217         (gst_videobalance_colorbalance_get_value),
30218         (gst_videobalance_colorbalance_init): Implementing colorbalance
30219         interface.
30220         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30221         list.
30222         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30223         bug which was triggering a BadAccess X error when setting an overlay
30224         before pad was really negotiated.
30225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30226         Using the colorbalance type macro.
30227
30228 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30229
30230         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30231         (gst_flacenc_chain):
30232           handle tags correctly
30233         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30234           extract ID3v1 tags correctly
30235
30236 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30237
30238         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30239         (plugin_init):
30240           Improve matroska typefinding for odd-typed headers...
30241
30242 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30243
30244         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30245           Fix for using incremental number on padnames.
30246
30247 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30248
30249         * ext/divx/gstdivxdec.c:
30250         * ext/divx/gstdivxenc.c:
30251           Set category to divx4linux instead of divx (too generic).
30252         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30253         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30254         (gst_wavparse_loop), (gst_wavparse_change_state):
30255         * gst/wavparse/gstwavparse.h:
30256           fix parsing of WAV files with non-standard fmt-tag size and fix
30257           skipping of unrecognized chunks... Someone please fix this thing
30258           to use rifflib so all this is automated.
30259         * sys/v4l/Makefile.am:
30260         * sys/v4l2/Makefile.am:
30261           Add X_CFLAGS because we depend on X (for overlay).
30262
30263 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30264
30265         * ext/mpeg2dec/gstmpeg2dec.c:
30266           Don't issue a timestamp unless we tagged the frame
30267           with a PTS.
30268
30269 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30270
30271         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30272           Query the audio element to get the time, not the clock. We're
30273           interested in the element's time here.
30274
30275 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30276
30277         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30278         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30279         * ext/esd/esdsink.c: (gst_esdsink_chain):
30280         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30281         * ext/mas/massink.c: (gst_massink_chain):
30282         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30283         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30284         (gst_matroska_demux_parse_metadata):
30285         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30286         (gst_mpeg_parse_release_locks):
30287         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30288         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30289         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30290         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30291         (gst_osssink_change_state):
30292         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30293         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30294         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30295         (gst_xvideosink_release_locks):
30296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30297           use element time.
30298         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30299         (gst_alsa_clock_stop):
30300         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30301         (gst_audio_clock_get_internal_time):
30302           simplify for use with new clocking code.
30303         * testsuite/alsa/Makefile.am:
30304         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30305           fix testsuite for new caps system
30306
30307 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30308
30309         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30310         * ext/flac/gstflacenc.c: (add_one_tag):
30311           length is already host endian, no need to convert. Fixes playback of
30312           tagged files on PPC. (bug #128384)
30313
30314 2004-01-13  Julien MOUTTE <julien@moutte.net>
30315
30316         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30317         colorbalance interface stating if it is hardware based or software
30318         based.
30319         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30320         Removing a trailing comma.
30321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30322         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30323         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30324         the documentation seems to be wrong on the -1000 to 1000 interval.
30325
30326 2004-01-12  David Schleef  <ds@schleef.org>
30327
30328         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30329         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30330         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30331         Fix negotiation.  Add a bufferalloc function for the sink pad,
30332         and generally clean up some of the code.
30333
30334 2004-01-12  Julien MOUTTE <julien@moutte.net>
30335
30336         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30337         (gst_color_balance_channel_dispose): Adding safety check in dispose
30338         method.
30339         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30340         (gst_xvimagesink_xcontext_clear),
30341         (gst_xvimagesink_interface_supported),
30342         (gst_xvimagesink_colorbalance_list_channels),
30343         (gst_xvimagesink_colorbalance_set_value),
30344         (gst_xvimagesink_colorbalance_get_value),
30345         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30346         Adding colorbalance interface support to set XV parameters such as
30347         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30348         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30349         interface.
30350
30351 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30352
30353         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30354         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30355         (gst_audio_convert_init), (gst_audio_convert_set_property),
30356         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30357         (gst_audio_convert_link),
30358         (gst_audio_convert_buffer_to_default_format),
30359         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30360           - implement _getcaps and use it
30361           - improve linking
30362           - remove float caps since no float conversion is actually done
30363           - remove properties and arguments that were to be used for rate
30364             conversion
30365
30366 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30367
30368         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30369         (gst_audio_structure_set_int):
30370         * gst-libs/gst/audio/audio.h:
30371           add helper functions for _getcaps matching the standard audio
30372           templates
30373
30374 2004-01-12  David Schleef  <ds@schleef.org>
30375
30376         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30377         Test that pad is negotiated before getting its caps.
30378
30379 2004-01-12  Julien MOUTTE <julien@moutte.net>
30380
30381         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30382         analyzing the pads of an element the bin is mostly in READY state so
30383         no caps were negotiated. This helper function needs to work with
30384         _get_caps directly then. I was not freeing them though, added that to
30385         fix the mem leak.
30386
30387 2004-01-12  Julien MOUTTE <julien@moutte.net>
30388
30389         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30391         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30392         than the free_func.
30393
30394 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30395
30396         * sys/oss/gstossaudio.c: (plugin_init):
30397         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30398         * sys/oss/gstosselement.h:
30399           make an oss debugging category
30400           make failure more descriptive
30401
30402 2004-01-11  David Schleef  <ds@schleef.org>
30403
30404         * ext/ffmpeg/gstffmpeg.c:
30405         * ext/ffmpeg/gstffmpegcodecmap.c:
30406         * ext/ffmpeg/gstffmpegdec.c:
30407         * ext/ffmpeg/gstffmpegenc.c:
30408         * ext/ffmpeg/gstffmpegprotocol.c:
30409         * ext/gdk_pixbuf/gstgdkanimation.c:
30410         * ext/jpeg/gstjpeg.c:
30411         * ext/libpng/gstpng.c:
30412         * ext/mpeg2dec/perftest.c:
30413         * ext/speex/gstspeex.c:
30414         * gst-libs/gst/resample/dtos.c:
30415         * gst/intfloat/gstintfloatconvert.c:
30416         * gst/oneton/gstoneton.c:
30417         * gst/rtjpeg/RTjpeg.c:
30418         * gst/rtp/gstrtp.c:
30419         * sys/dxr3/dxr3init.c:
30420         * sys/glsink/gstgl_nvimage.c:
30421         * sys/glsink/gstgl_pdrimage.c:
30422         * sys/glsink/gstglsink.c:
30423         * testsuite/gst-lint:
30424         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30425
30426 2004-01-11  David Schleef  <ds@schleef.org>
30427
30428         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30429         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30430         * ext/gdk_pixbuf/gstgdkanimation.c:
30431         (gst_gdk_animation_iter_create_pixbuf):
30432         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30433         (gst_gdk_pixbuf_chain):
30434         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30435         * ext/jack/gstjack.c: (gst_jack_change_state):
30436         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30437         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30438         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30439         * gst/videofilter/gstvideofilter.c:
30440         (gst_videofilter_set_output_size):
30441         Remove all usage of gst_pad_get_caps(), and replace it with
30442         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30443
30444 2004-01-11  David Schleef  <ds@schleef.org>
30445
30446         * configure.ac:
30447         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30448         * ext/divx/gstdivxdec.c:
30449         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30450         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30451         handle images that span multiple buffers.  Now work with both
30452         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30453         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30454         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30455         video/video.h changes
30456         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30457         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30458         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30459         of GstData free function.
30460         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30461         same.
30462
30463 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30464
30465         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30466         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30467         (gst_v4l2element_get_property):
30468         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30469           add norm, channel and frequency properties.
30470         * sys/v4l2/gstv4l2tuner.c:
30471           fixes for tuner interface changes
30472         * sys/v4l2/gstv4l2element.h:
30473         * sys/v4l2/gstv4l2src.c:
30474         * sys/v4l2/gstv4l2src.h:
30475         * sys/v4l2/v4l2src_calls.c:
30476         * sys/v4l2/v4l2src_calls.h:
30477           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30478
30479 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30480
30481         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30482         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30483         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30484         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30485         * gst-libs/gst/tuner/tuner.h:
30486           GObjects aren't const.
30487           Add find_by_name functions.
30488           Add checks to _changed functions.
30489         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30490         (gst_v4l_tuner_get_norm):
30491           Fixes for above.
30492
30493 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30494
30495         * gst-libs/gst/video/video.h:
30496           Fix caps template names to be understandable.
30497           Prefix everything with GST_VIDEO.
30498         * ext/aalib/gstaasink.c:
30499         * ext/divx/gstdivxdec.c:
30500         * ext/divx/gstdivxenc.c:
30501         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30502         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30503         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30504         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30505         * ext/libcaca/gstcacasink.c:
30506         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30507         * ext/snapshot/gstsnapshot.c:
30508         * ext/swfdec/gstswfdec.c:
30509         * ext/xvid/gstxviddec.c:
30510         * ext/xvid/gstxvidenc.c:
30511         * gst/chart/gstchart.c:
30512         * gst/deinterlace/gstdeinterlace.c:
30513         * gst/effectv/gsteffectv.c:
30514         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30515         * gst/goom/gstgoom.c:
30516         * gst/median/gstmedian.c:
30517         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30518         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30519         * gst/overlay/gstoverlay.c:
30520         * gst/smooth/gstsmooth.c:
30521         * gst/smpte/gstsmpte.c:
30522         * gst/synaesthesia/gstsynaesthesia.c:
30523         * gst/videocrop/gstvideocrop.c:
30524         * gst/videodrop/gstvideodrop.c:
30525         * gst/y4m/gsty4mencode.c:
30526         * sys/qcam/gstqcamsrc.c:
30527         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30528           Make them work with new video.h file.
30529         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30530         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30531         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30532         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30533           Make it work with new buffer allocation system.
30534
30535 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30536
30537         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30538         pad_alloc_buffer implementation to use ->srcpad
30539         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30540         pad_alloc_buffer implementation to use ->srcpad
30541         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30542         pad_alloc_buffer implementation to use ->srcpad
30543         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30544         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30545         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30546         a reference to everything we need.
30547         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30548         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30549         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30550         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30551         a reference to everything we need.
30552         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30553
30554 2004-01-11  David Schleef  <ds@schleef.org>
30555
30556         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30557         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30558         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30559         structure members.
30560         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30561         value during a resize/renegotiation.
30562         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30563         gst_pad_alloc_buffer();
30564         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30565         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30566         structure members.
30567         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30568         Fix for rename of buffer private structure members.
30569         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30570         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30571         Fix for rename of buffer private structure members.
30572         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30573         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30574         Fix for rename of buffer private structure members.
30575
30576 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30577
30578         reviewed by: David Schleef <ds@schleef.org>
30579
30580         * gst/videofilter/Makefile.am:
30581         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30582         from the patch by ds to fit in with recent make_filter changes.
30583
30584 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30585
30586         * configure.ac: Adding examples/switch/Makefile
30587         * examples/Makefile.am: Adding examples/switch
30588         * examples/switch/Makefile.am: Adding switcher example.
30589         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30590         (switch_timer), (main): Adding an example demonstrating switch usage
30591         with 2 videotestsrc showing different patterns.
30592         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30593         (gst_switch_init): Fixing switch with the new caps system.
30594
30595 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30596
30597         * gst-libs/gst/video/video.h:
30598           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30599           They should probably be like
30600           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30601
30602 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30603
30604         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30605         (qtdemux_parse_trak):
30606           fix audio chunk size/timestamp calculation
30607
30608 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30609
30610         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30611           fix SVQ3 caps
30612
30613 2004-01-11  Steve Baker  <steve@stevebaker.org>
30614
30615         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30616         (gst_agingtv_base_init), (gst_agingtv_class_init),
30617         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30618         (gst_agingtv_set_property), (gst_agingtv_get_property):
30619         Port agingTV to videofilter
30620
30621 2004-01-09  Julien MOUTTE <julien@moutte.net>
30622
30623         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30624         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30625
30626 2004-01-09  Julien MOUTTE <julien@moutte.net>
30627
30628         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30629         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30630         * gst-libs/gst/xoverlay/xoverlay.c:
30631         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30632         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30633         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30634         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30635         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30636         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30637         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30638         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30639         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30640         interface implementation to handle xid being 0 and fix some bugs
30641         triggered by Benjamin's testcase.
30642         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30643         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30644         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30645         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30646         interface implementation to handle xid being 0 and fix some bugs
30647         triggered by Benjamin's testcase.
30648
30649 2004-01-09  David Schleef  <ds@schleef.org>
30650
30651         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30652         mouse pointer events.  It works.
30653
30654 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30655
30656         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30657           Use explicit caps - fix capsnego.
30658         * ext/xvid/gstxviddec.c:
30659         * ext/xvid/gstxvidenc.c:
30660           Remove macro-inside-macro which caused compile errors.
30661         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30662           Error out if it's not a RIFF file. Else we error out without
30663           gst_element_error() which is not good...
30664
30665 2004-01-08  David Schleef  <ds@schleef.org>
30666
30667         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30668         Fix pad_link function to handle formats that ffmpeg returns
30669         as multiple caps structures.
30670         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30671         Only complain if source buffer is _smaller_ than expected.
30672         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30673         (gst_videoscale_handle_src_event): Resize navigation events
30674         when passing them upstream.
30675         * gst/videotestsrc/gstvideotestsrc.c:
30676         * gst/videotestsrc/gstvideotestsrc.h:
30677         * gst/videotestsrc/videotestsrc.c:
30678         * gst/videotestsrc/videotestsrc.h:
30679         Rewrite many of the buffer painting functions to handle odd
30680         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30681         been verified to work with my video card.
30682         * testsuite/gst-lint:  Add check for elements calling
30683         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30684
30685 2004-01-08  David Schleef  <ds@schleef.org>
30686
30687         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30688         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30689
30690 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30691
30692         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30693         configure event is not emiting the desired size signal. That fixes
30694         aspect ratio issues with gst-player.
30695
30696 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30697
30698         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30699           Fix capsnego.
30700
30701 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30702
30703         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30704         public method to fire size signal.
30705
30706 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30707
30708         * examples/gstplay/Makefile.am: Adding the interface library.
30709         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30710         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30711         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30712         GST_IS_X_OVERLAY before signal connect.
30713         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30714         Removing the have_video_size signal.
30715         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30716         and associated public method.
30717         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30718         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30719         signal.
30720         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30721         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30722         signal.
30723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30724         Using XOverlay public method to fire size signal.
30725
30726 2004-01-07  David Schleef  <ds@schleef.org>
30727
30728         * gst/videofilter/Makefile.am:
30729         * gst/videofilter/gstvideotemplate.c:
30730         * gst/videofilter/make_filter:
30731         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30732         Convert make_filter to /bin/sh script.
30733
30734 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30735
30736         * gst/modplug/gstmodplug.cc: fix element description
30737
30738 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30739
30740         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30741         (got_video_size): Adding some new lines in g_print calls.
30742         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30743         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30744         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30745         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30746         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30747         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30748         Complete code review, reverting some stuff i disagree with, adding
30749         some fixes : time synchronization on invalid timestamps, renegotiation
30750         of private window.
30751         * sys/ximage/ximagesink.h:
30752         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30753         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30754         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30755         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30756         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30757         (gst_xvimagesink_buffer_new),
30758         (gst_xvimagesink_navigation_send_event),
30759         (gst_xvimagesink_set_xwindow_id),
30760         (gst_xvimagesink_get_desired_size),
30761         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30762         stuff i disagree with, adding some fixes : Renegotiation of private
30763         window, implementing get_desired_size.
30764
30765 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30766
30767         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30768         (gst_afsink_handle_event):
30769         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30770         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30771         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30772         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30773         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30774           Fix for instantiate-test (see core). Also remove dead code from
30775           jpegenc (which still needs fixing, but that's lower on my TODO
30776           list...).
30777         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30778           Never return NULL as caps.
30779
30780 2004-01-07  David Schleef  <ds@schleef.org>
30781
30782         * configure.ac:
30783         * ext/Makefile.am:
30784         * ext/librfb/Makefile.am:
30785         * ext/librfb/gstrfbsrc.c:
30786         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30787         is the protocol used by VNC.
30788
30789 2004-01-07  David Schleef  <ds@schleef.org>
30790
30791         * gst/videofilter/gstvideotemplate.c:
30792         * gst/videofilter/gstvideotemplate.h:
30793         * gst/videofilter/make_filter:
30794         Merge videotemplate header into source file.
30795         * gst/effectv/Makefile.am:
30796         * gst/effectv/gsteffectv.c: (plugin_init):
30797         * gst/effectv/gstwarp.c:
30798         Make warpTV a subclass of videofilter.
30799
30800 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30801
30802         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30803           Add guard against invalid utf-8 conversions in mad. Just in case.
30804
30805 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30806
30807         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30808           Fix for bug shown by poisoning
30809
30810 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30811
30812         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30813         (gst_v4lmjpegsrc_buffer_free):
30814         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30815         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30816         (gst_v4lsrc_buffer_free):
30817           Fix for removed bufferpools.
30818
30819 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30820
30821         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30822         Fix caps negotiation.
30823
30824         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30825         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30826         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30827         (dvdnavsrc_event):
30828         * ext/mpeg2dec/gstmpeg2dec.c:
30829         * gst-libs/gst/navigation/navigation.c:
30830         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30831         * gst-libs/gst/navigation/navigation.h:
30832         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30833         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30834         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30835         Super-simple first version of mouse and keyboard events. Clicking
30836         on a DVD menu now works, although it may not take you where you
30837         expected.
30838
30839         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30840         * gst/videotestsrc/gstvideotestsrc.c:
30841         (gst_videotestsrc_src_fixate):
30842         These fixate functions were broken - they never actually
30843         fixated :)
30844
30845 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30846
30847         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30848         (gst_icecastsend_init):
30849           fix for new caps system.
30850         * gst-libs/gst/mixer/mixertrack.h:
30851         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30852           Add 'master track' flag (for tools like ACME that only want to
30853           change the main volume).
30854
30855 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30856
30857         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30858         (gst_xvid_csp_to_caps):
30859         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30860         * ext/xvid/gstxvidenc.c:
30861         ifdef out ARGB type when it isn't available
30862         in xvidcore 1.0.0beta2
30863
30864 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30865
30866         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30867           When we have received a new SCR right in the first buffer after
30868           a seek (so in the same cycle that handles the discont), we should
30869           handle the buffer instead of unreffing it, else we lose data.
30870
30871 2004-01-06  Iain <iain@prettypeople.org>
30872
30873         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30874           buffer-frames caps too.
30875
30876         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30877           caps that we need, don't destroy them all and rebuild them. And when
30878           creating src pads, use the src pad template rather than the sink...
30879
30880 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30881
30882         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30883           Add pad to element *after* setting functions such as event handler.
30884           Without this, the scheduler (opt) will link pads, set the event
30885           handler from the default event function (dispatcher in gstpad.c)
30886           and *after* that, we will set our own event function, which will
30887           thus never be used (and thus mpegdemux doesn't handle events).
30888
30889 2004-01-04  David Schleef  <ds@schleef.org>
30890
30891         Fix the fixate functions to handle new prototype:
30892         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30893         * gst/videotestsrc/gstvideotestsrc.c:
30894         (gst_videotestsrc_src_fixate):
30895         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30896         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30897         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30898
30899 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30900
30901         * sys/ximage/ximagesink.h:
30902         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30903         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30904         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30905         (gst_ximagesink_xoverlay_init):
30906           assorted fixes to make (re)embedding work
30907         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30908         (gst_ximagesink_get_desired_size):
30909           implement desired size additions to XOverlay
30910
30911 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30912
30913         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30914         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30915         (gst_x_overlay_got_desired_size):
30916         * gst-libs/gst/xoverlay/xoverlay.h:
30917           Add optional "desired size" signal and querying.
30918
30919 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30920
30921         * gst/matroska/matroska-demux.c:
30922         (gst_matroska_demux_parse_blockgroup):
30923           Fix EBML-laced block parsing. Diffs are relative to previous
30924           lace, not the first lace. Thanks to Mosu from the Matroska
30925           team for detecting this.
30926         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30927         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30928         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30929         (gst_wavparse_change_state):
30930         * gst/wavparse/gstwavparse.h:
30931           Quickfix for capsnego.
30932
30933 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30934
30935         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30936           Fix indenting, fix pad creation.
30937
30938 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30939
30940         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30941         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30942         (gst_xviddec_sink_link):
30943           Implement src_getcaps() so proper size caps is negotiated.
30944
30945 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30946
30947         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30948           Finish flac decoder on EOS. See #116178.
30949
30950 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30951
30952         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30953         (gst_matroska_demux_add_stream):
30954         * gst/matroska/matroska-ids.h:
30955           Add getcaps() function to fix capsnego...
30956
30957 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30958
30959         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30960         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30961         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30962           Fix more integer overflows. Again, see #126967.
30963
30964 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30965
30966         * ext/mpeg2dec/gstmpeg2dec.c:
30967           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
30968           #130416.
30969
30970 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30971
30972         * configure.ac:
30973         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
30974         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
30975         * ext/xvid/gstxvid.h:
30976         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
30977         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
30978         (gst_xviddec_src_link), (gst_xviddec_sink_link),
30979         (gst_xviddec_change_state):
30980         * ext/xvid/gstxviddec.h:
30981         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
30982         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
30983         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
30984         (gst_xvidenc_link), (gst_xvidenc_set_property),
30985         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
30986         * ext/xvid/gstxvidenc.h:
30987           Update xvid plugin to latest xvid (1.0.0-beta3) API.
30988
30989 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30990
30991         * gst/rtp/rtp-packet.c:
30992           Add sys/types.h include, since OS X doesn't define in_addr_t
30993           in netinet/in.h, like it does on Linux (see #129600).
30994
30995 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
30996
30997         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
30998
30999         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31000           Correct logic of dispose function (see #129306).
31001
31002 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31003
31004         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31005         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31006         (gst_mpeg_parse_init):
31007         * gst/mpegstream/gstmpegparse.h:
31008           Remove clock (which was never provided, i.e. dead code), and
31009           also fix integer overflows at high PTS values (see #126967).
31010
31011 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31012
31013         * ext/flac/gstflacdec.c:
31014         * ext/libpng/gstpngenc.h:
31015         * ext/mikmod/gstmikmod.h:
31016           OS X fixes (see #126628).
31017
31018 2004-01-02  David Schleef  <ds@schleef.org>
31019
31020         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31021         (gst_alsa_src_base_init): Remove bogus "src" request pad.
31022         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31023         (gst_mpeg_parse_class_init): Move pad template registration
31024         to class_init, since the derived class (mpegdemux) doesn't
31025         want them.
31026
31027 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31028
31029         * sys/ximage/Makefile.am:
31030         * sys/xvideo/Makefile.am:
31031         * sys/xvimage/Makefile.am:
31032           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31033           after installation (see #127664).
31034
31035 2004-01-02  David Schleef  <ds@schleef.org>
31036
31037         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31038         (gst_ffmpegenc_connect):  Negotiation fixes.
31039         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31040         Remove inappropriate gst_caps_free().
31041         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31042         Reenable Ronald's internal resize code, since the core handles
31043         it correctly now.
31044
31045 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31046
31047         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31048         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31049         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31050           Fix pad template stuff.
31051
31052 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31053
31054         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31055         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31056           fix signed integer reading/writing.
31057
31058 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31059
31060         * ext/alsa/README:
31061           Remove outdated document
31062
31063 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
31064
31065         * gst/cutter/gstcutter.c: (gst_cutter_init):
31066           src pad was being created twice - oops.
31067
31068 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31069
31070         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31071           Comment out internal resize. It doesn't handle the resulting
31072           XEvent internally, does another try_set_caps() which leads to
31073           a really nice loop.
31074           Real fix will come when Julien and Dave are awake. ;).
31075
31076 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31077
31078         * ext/mpeg2enc/gstmpeg2enc.cc:
31079           fix const/nonconst compile issue.
31080
31081 2004-01-02  David Schleef  <ds@schleef.org>
31082
31083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31084         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31085         Add fixate function and a check for bad formats.
31086
31087 2004-01-01  David Schleef  <ds@schleef.org>
31088
31089         Negotiation fixes:
31090         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31091         (gst_audiofilter_init):
31092         * gst/debug/efence.c: (gst_efence_init):
31093         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31094         (gst_deinterlace_init):
31095         * gst/volume/gstvolume.c: (volume_connect):
31096
31097 2004-01-01  David Schleef  <ds@schleef.org>
31098
31099         Convert elements to use gst_pad_use_explicit_caps() where
31100         appropriate:
31101         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31102         * ext/audiofile/gstafparse.c: (gst_afparse_init),
31103         (gst_afparse_open_file):
31104         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31105         (gst_afsrc_open_file):
31106         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31107         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31108         (gst_ffmpegdec_chain):
31109         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31110         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31111         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31112         (gst_gdk_pixbuf_chain):
31113         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31114         (gst_jpegdec_chain):
31115         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31116         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31117         (gst_mikmod_negotiate):
31118         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31119         (gst_mpeg2dec_negotiate_format):
31120         * ext/mpeg2enc/gstmpeg2enc.cc:
31121         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31122         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31123         (gst_speexdec_sinkconnect):
31124         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31125         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31126         (gst_vorbisfile_new_link):
31127         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31128         (gst_ac3parse_chain):
31129         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31130         (gst_asf_demux_setup_pad):
31131         * gst/auparse/gstauparse.c: (gst_auparse_init),
31132         (gst_auparse_chain):
31133         * gst/id3/gstid3types.c: (gst_id3types_loop):
31134         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31135         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31136         (mp1videoparse_parse_seq):
31137         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31138         (bpf_from_header):
31139         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31140         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31141         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31142         (gst_mpeg_parse_send_data):
31143         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31144         (gst_qtdemux_add_stream):
31145         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31146         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31147         (gst_wavparse_parse_fmt):
31148
31149 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31150
31151         * configure.ac:
31152           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31153           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31154           it therefore uses the wrong include paths. Too bad... Note
31155           that 1.6.1.93 is not release yet. ;).
31156           Also add a check for mplex, which is now using the lib'ified
31157           mplex from mjpegtools, too.
31158         * ext/ffmpeg/gstffmpegcodecmap.c:
31159           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31160           issues. I don't think ffmpeg handles 3ivx correctly, so this
31161           probably won't work. But it won't hurt either.
31162         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31163         (gst_ffmpegdec_chain):
31164         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31165         (gst_ffmpegenc_chain_audio):
31166           Fix memleak in audio encoding. Close codec if open fails, this
31167           calls the cleanup routines so we can re-use the context.
31168         * ext/mpeg2enc/gstmpeg2enc.cc:
31169           Fix pad template names/types, fix memory issue with getcaps().
31170         * ext/mpeg2enc/gstmpeg2encoder.cc:
31171         * ext/mpeg2enc/gstmpeg2encoder.hh:
31172           Fix compile issue with new caps system (const thingy).
31173         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31174         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31175           We read a first frame right on initing, so that we have a caps
31176           when we init the output. This caps is cached in padprivate and
31177           read as first frame.
31178         * ext/mplex/Makefile.am:
31179         * ext/mplex/gstmplex.cc:
31180         * ext/mplex/gstmplex.h:
31181         * ext/mplex/gstmplex.hh:
31182         * ext/mplex/gstmplexibitstream.cc:
31183         * ext/mplex/gstmplexibitstream.hh:
31184         * ext/mplex/gstmplexjob.cc:
31185         * ext/mplex/gstmplexjob.hh:
31186         * ext/mplex/gstmplexoutputstream.cc:
31187         * ext/mplex/gstmplexoutputstream.hh:
31188           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31189           had issues, didn't do capsnego, supported only a subset of the
31190           mplex features and required a mplex fork in our local CVS. Plus
31191           that it worked agaist a very old mplex version. Rewriting was
31192           faster than updating it.
31193         * gst-libs/ext/Makefile.am:
31194         * gst-libs/ext/mplex/INSTRUCT:
31195         * gst-libs/ext/mplex/Makefile.am:
31196         * gst-libs/ext/mplex/README:
31197         * gst-libs/ext/mplex/TODO:
31198         * gst-libs/ext/mplex/ac3strm_in.cc:
31199         * gst-libs/ext/mplex/audiostrm.hh:
31200         * gst-libs/ext/mplex/audiostrm_out.cc:
31201         * gst-libs/ext/mplex/aunit.hh:
31202         * gst-libs/ext/mplex/bits.cc:
31203         * gst-libs/ext/mplex/bits.hh:
31204         * gst-libs/ext/mplex/buffer.cc:
31205         * gst-libs/ext/mplex/buffer.hh:
31206         * gst-libs/ext/mplex/fastintfns.h:
31207         * gst-libs/ext/mplex/format_codes.h:
31208         * gst-libs/ext/mplex/inputstrm.cc:
31209         * gst-libs/ext/mplex/inputstrm.hh:
31210         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31211         * gst-libs/ext/mplex/mjpeg_logging.cc:
31212         * gst-libs/ext/mplex/mjpeg_logging.h:
31213         * gst-libs/ext/mplex/mjpeg_types.h:
31214         * gst-libs/ext/mplex/mpastrm_in.cc:
31215         * gst-libs/ext/mplex/mpegconsts.cc:
31216         * gst-libs/ext/mplex/mpegconsts.h:
31217         * gst-libs/ext/mplex/mplexconsts.hh:
31218         * gst-libs/ext/mplex/multplex.cc:
31219         * gst-libs/ext/mplex/outputstream.hh:
31220         * gst-libs/ext/mplex/padstrm.cc:
31221         * gst-libs/ext/mplex/padstrm.hh:
31222         * gst-libs/ext/mplex/stillsstream.cc:
31223         * gst-libs/ext/mplex/stillsstream.hh:
31224         * gst-libs/ext/mplex/systems.cc:
31225         * gst-libs/ext/mplex/systems.hh:
31226         * gst-libs/ext/mplex/vector.cc:
31227         * gst-libs/ext/mplex/vector.hh:
31228         * gst-libs/ext/mplex/videostrm.hh:
31229         * gst-libs/ext/mplex/videostrm_in.cc:
31230         * gst-libs/ext/mplex/videostrm_out.cc:
31231         * gst-libs/ext/mplex/yuv4mpeg.cc:
31232         * gst-libs/ext/mplex/yuv4mpeg.h:
31233         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31234         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31235           We don't fork mjpegtools' mplex in our CVS anymore.
31236         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31237         (gst_avi_demux_add_stream):
31238         * gst/avi/gstavidemux.h:
31239           Add getcaps() function for proper caps nego. This makes some
31240           parts of AVI playback/reading work.
31241         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31242           Resize window on new capsnego. This is probably wrong, but
31243           I'm still committing it because with current capsnego, the
31244           first successfull capsnego is auto-fixated, therefore rounded
31245           down to the lowest values in the caps. this results in a 16x16
31246           XWindow that is not reized when real capsnego finishes.
31247           Dave, I see more cases of this, do you know a proper solution?
31248         * tools/gst-launch-ext.in:
31249           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31250
31251 2003-12-31  David Schleef  <ds@schleef.org>
31252
31253         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31254         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31255           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31256
31257 2003-12-30  David Schleef  <ds@schleef.org>
31258
31259         * ext/ffmpeg/gstffmpegcolorspace.c:
31260         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31261         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31262         (gst_ffmpegcsp_chain): Negotiation fixes
31263         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31264         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31265         (gst_audio_convert_link), (gst_audio_convert_channels):
31266         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31267         (gst_audioscale_link), (gst_audioscale_get_buffer),
31268         (gst_audioscale_chain): Negotiation fixes
31269         * gst/audioscale/gstaudioscale.h:
31270         * gst/videofilter/gstvideofilter.c:
31271         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31272         (gst_videofilter_link), (gst_videofilter_init),
31273         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31274         (gst_videofilter_find_format_by_structure):
31275         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31276         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31277         (gst_videoscale_link):
31278         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31279         (videoscale_find_by_structure), (gst_videoscale_setup):
31280         * gst/videoscale/videoscale.h: Negotiation fixes
31281         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31282         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31283         function, restrict resizing to a multiple of 4 (hack until
31284         everyone supports odd sizes correctly).
31285
31286 2003-12-29  Colin Walters  <walters@verbum.org>
31287
31288         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31289         signed.
31290
31291 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31292
31293         * ext/sndfile/gstsf.c: (gst_sf_loop):
31294           Fix warning about discarding const qualifier
31295
31296 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31297
31298         * gst/cutter/gstcutter.c:
31299         * gst/videoscale/gstvideoscale.c:
31300         * gst/volenv/gstvolenv.c:
31301         * gst-libs/gst/audio/audio.c:
31302         * gst-libs/gst/video/video.c:
31303           Fix warnings
31304
31305 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31306
31307         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31308           Don't send ALSA debugging to stderr.
31309         * ext/alsa/gstalsa.h:
31310           Use GST_WARNING instead of g_warning when ALSA functions fail.
31311
31312 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31313
31314         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31315           Free XVAdapterInfo correctly.
31316
31317 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31318
31319         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31320         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31321           Make id3tag use correct caps nego.
31322
31323 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31324
31325         * ext/ivorbis/vorbis.c:
31326         * ext/ivorbis/vorbisenc.h:
31327         * ext/ivorbis/vorbisfile.c:
31328           Modify so that it uses the new caps things
31329
31330 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31331
31332         * testsuite/spider/spider1.c: (main):
31333         * testsuite/spider/spider2.c: (main):
31334         * testsuite/spider/spider3.c: (main):
31335           Make tests compile again. They probably don't work.
31336
31337 2003-12-24  Colin Walters  <walters@verbum.org>
31338
31339         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31340         we can't fixate the caps anymore.
31341
31342 2003-12-23  David Schleef  <ds@schleef.org>
31343
31344         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31345         * sys/oss/gstosssink.c: (gst_osssink_init),
31346         (gst_osssink_sink_fixate): Add fixate function.
31347
31348 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31349
31350         * ext/ffmpeg/gstffmpegcodecmap.c:
31351         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31352         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31353         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31354         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31355         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31356         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31357         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31358           fix typo in RGB masks, and move back to "old" colorspace
31359           capsnego code until whoever wrote this new crap has actually
31360           tested it so that it works.
31361           And yes, this works, keep it that way please.
31362
31363 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31364
31365         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31366         (gst_divxdec_init), (gst_divxdec_negotiate):
31367         * ext/divx/gstdivxdec.h:
31368         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31369         (gst_divxenc_init):
31370         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31371         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31372         * ext/mpeg2enc/gstmpeg2enc.cc:
31373         * ext/mpeg2enc/gstmpeg2encoder.cc:
31374         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31375         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31376         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31377         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31378         (dxr3spusink_init):
31379         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31380         (dxr3videosink_init):
31381           Fix caps breakage after Dave's caps branch merge.
31382
31383 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31384
31385         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31386           Fix for 24bpp display.
31387
31388 2003-12-23  Colin Walters  <walters@verbum.org>
31389
31390         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31391         a GnomeVFSHandle directly.
31392
31393 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31394
31395         * gst/volume/Makefile.am:
31396         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31397         (volume_base_init), (volume_init):
31398           Reenable volume element and fix to work with new caps stuff.
31399           Rhythmbox needs this.
31400
31401 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31402
31403         * gst/qtdemux/qtdemux.c: (plugin_init):
31404           qtdemux requires bytestream
31405
31406 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31407
31408         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31409           Fix remaining caps handling errors due to CAPS merge.
31410
31411 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31412
31413         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31414         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31415         (gst_faad_srcconnect):
31416           Port to new caps system.
31417
31418 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31419
31420         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31421         (got_video_size), (main): using g_print instead of g_message.
31422         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31423         signal which was not emitted because of "switch" element added to the
31424         bin but not connected. (Removing from the bin temporarily)
31425
31426 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31427
31428         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31429         find X development files. I don't understand the previous tests and
31430         they fail on my debian/ppc unstable. This one works.
31431         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31432         exiting.
31433         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31434         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31435         (gst_play_set_visualization): Add some safety checks in set_ methods
31436         and state_change. This was throwing some ugly CRITICAL messages when
31437         pipeline was getting disposed and casts were failing.
31438
31439 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31440
31441         * configure.ac:
31442           Improve mpeg2enc detection. This is for distributions that do
31443           ship mjpegtools, but without mpeg2enc. Also does object check
31444           for might there ever be ABI incompatibility.
31445         * ext/mpeg2enc/gstmpeg2enc.cc:
31446           Add Andrew as second maintainer (he's helping me), and also add
31447           an error if no caps was set. This happens if I pull before capsnego
31448           and that's something I should solve sometime else.
31449         * gst/matroska/matroska-demux.c:
31450         (gst_matroska_demux_parse_blockgroup):
31451           Fix time parsing.
31452         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31453         (gst_matroska_mux_track_header):
31454           Add caps to templates.
31455         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31456           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31457         * gst/mpegstream/gstmpegdemux.c:
31458           Remove layer since it causes warnings about unfixed caps.
31459         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31460           Fix obvious typo (we error out if caps were set, we should of
31461           course error out if *no* caps were set).
31462         * sys/oss/gstosselement.c: (gst_osselement_convert):
31463           Fix format conversion, we confused bits/bytes.
31464         * sys/oss/gstosselement.h:
31465           Improve documentation for 'bps'.
31466         * sys/v4l/TODO:
31467           Remove stuff about plugins that need removing - this was done
31468           ages ago.
31469         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31470         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31471         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31472         (gst_v4lsrc_src_query):
31473         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31474         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31475           Add get_query_types(), get_formats() and query() functions.
31476
31477 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31478
31479         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31480           * moved CVS to freedesktop.org