tests/check/Makefile.am: Don't test libvisual elements in the states check, because...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2
3         * tests/check/Makefile.am:
4         Don't test libvisual elements in the states check, because libvisual
5         seems to leak internally.
6
7         Re-enable the alsa and states tests now that there's new suppressions
8         in gst.supp.
9
10         * tests/check/elements/alsa.c: (GST_START_TEST):
11         Don't leak the alsamixer we instantiated.
12
13 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
14
15         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
16         (gst_ximagesink_change_state), (gst_ximagesink_reset),
17         (gst_ximagesink_finalize):
18         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
19         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
20         Move some cleanup stuff from the state change handler into a _reset()
21         function that can be called from _finalize(). This ensures that things
22         get freed even if (for some reason) the NULL->READY state transition
23         fails in the parent class.
24         Even if a parent state change fails, process our downward state change
25         logic instead of bailing out early.
26         Free the correct xcontext pointer in ximagesink's xcontext_clear.
27
28 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
29
30         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
31         Extra log line.
32
33         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
34         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
35         Use pango_font_description_set_family_static instead of 
36         pango_font_description_set_family to save a string copy (it was
37         leaking due to the strdup anyway)
38
39         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
40         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
41         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
42         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
43         Chain up in finalize.
44
45 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
46
47         * gst-libs/gst/interfaces/mixertrack.c:
48         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
49         (gst_mixer_track_set_property):
50           API: add "untranslated-label" property which should be set by
51           implementations at construct time (#414645).
52
53         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
54         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
55           Set "untranslated-label" when constructing mixer track objects.
56
57         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
58           Unit test to check the above.
59
60 2007-03-07  Wim Taymans  <wim@fluendo.com>
61
62         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
63         Fix confusing debug message.
64
65 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
66
67         * gst-plugins-base.doap:
68         update doap file with new version
69
70 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
71
72         * configure.ac:
73         Back to CVS
74
75 === release 0.10.12 ===
76
77 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
78
79         * configure.ac:
80           releasing 0.10.12, "Zombie Horde"
81
82 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
83
84         * configure.ac:
85         Bump version to 0.10.11.4 pre-release
86
87 2007-03-06  Wim Taymans  <wim@fluendo.com>
88
89         * gst-libs/gst/audio/gstbaseaudiosink.c:
90         (gst_base_audio_sink_async_play):
91         Fix regression that made GStreamer skip the first samples of audio.
92         Fixes #414684.
93
94 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
95
96         * configure.ac:
97         Bump version to 0.10.11.3 pre-release
98
99 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
100
101         * po/POTFILES.in:
102           Update paths for the rename from utils to pbutils to fix the build.
103
104 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
105
106         * gst-libs/gst/pbutils/Makefile.am:
107           Change directory to install headers in from gst/utils to gst/pbutils
108           as well.
109
110 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
111
112         * configure.ac:
113         * docs/libs/gst-plugins-base-libs-docs.sgml:
114         * docs/libs/gst-plugins-base-libs-sections.txt:
115         * gst-libs/gst/Makefile.am:
116         * gst-libs/gst/interfaces/mixer.c:
117         * gst-libs/gst/pbutils/Makefile.am:
118         * gst-libs/gst/pbutils/descriptions.c:
119         (gst_pb_utils_get_source_description),
120         (gst_pb_utils_get_sink_description),
121         (gst_pb_utils_get_decoder_description),
122         (gst_pb_utils_get_encoder_description),
123         (gst_pb_utils_get_element_description),
124         (gst_pb_utils_add_codec_description_to_tag_list),
125         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
126         * gst-libs/gst/pbutils/descriptions.h:
127         * gst-libs/gst/pbutils/install-plugins.c:
128         * gst-libs/gst/pbutils/install-plugins.h:
129         * gst-libs/gst/pbutils/missing-plugins.c:
130         (gst_missing_uri_source_message_new),
131         (gst_missing_uri_sink_message_new),
132         (gst_missing_element_message_new),
133         (gst_missing_decoder_message_new),
134         (gst_missing_encoder_message_new),
135         (gst_missing_plugin_message_get_description):
136         * gst-libs/gst/pbutils/missing-plugins.h:
137         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
138         * gst-libs/gst/pbutils/pbutils.h:
139         * gst-libs/gst/utils/Makefile.am:
140         * gst-libs/gst/utils/base-utils.c:
141         * gst-libs/gst/utils/base-utils.h:
142         * gst-libs/gst/utils/descriptions.c:
143         * gst-libs/gst/utils/descriptions.h:
144         * gst-libs/gst/utils/install-plugins.c:
145         * gst-libs/gst/utils/install-plugins.h:
146         * gst-libs/gst/utils/missing-plugins.c:
147         * gst-libs/gst/utils/missing-plugins.h:
148         * gst-plugins-base.spec.in:
149         * gst/playback/Makefile.am:
150         * gst/playback/gstdecodebin.c:
151         * gst/playback/gstdecodebin2.c:
152         * gst/playback/gstplaybasebin.c: (setup_subtitle),
153         (gen_source_element):
154         * gst/playback/gstplaybin.c: (plugin_init):
155         * tests/check/Makefile.am:
156         * tests/check/libs/pbutils.c: (GST_START_TEST),
157         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
158         * tests/check/libs/utils.c:
159           rename utils to pbutils
160
161 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
162
163         * docs/plugins/Makefile.am:
164         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
165         * docs/plugins/gst-plugins-base-plugins-sections.txt:
166         * docs/plugins/inspect/plugin-decodebin2.xml:
167         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
168         Add documentation for decodebin2 that indicates that the API
169         is still unstable.
170
171 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
172
173         * configure.ac:
174         Update to 0.10.11.2 (0.10.12 pre-release)
175
176 2007-03-01  Wim Taymans  <wim@fluendo.com>
177
178         * gst-libs/gst/audio/gstbaseaudiosink.c:
179         (gst_base_audio_sink_async_play):
180         base time is irrelevant here.
181
182 2007-03-01  Wim Taymans  <wim@fluendo.com>
183
184         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
185         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
186         Improve debugging.
187
188         * gst-libs/gst/audio/gstbaseaudiosink.c:
189         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
190         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
191         Improve latency and clock slaving calculations.
192         Improve slave clock calibration.
193
194         * gst-libs/gst/audio/gstringbuffer.c:
195         (gst_ring_buffer_commit_full):
196         When we are asked to render N sample to 0 bytes, return N.
197
198 2007-03-01  Wim Taymans  <wim@fluendo.com>
199
200         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
201         (gst_alsasink_write), (gst_alsasink_reset):
202         * ext/alsa/gstalsasink.h:
203         Remove unused dispose function.
204         Rename lock to not interfere with alsasrc lock.
205
206         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
207         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
208         (gst_alsasrc_read), (gst_alsasrc_reset):
209         * ext/alsa/gstalsasrc.h:
210         Implement finalize function.
211         Use lock to protect alsa access.
212         Implement _reset.
213         Fine tune sw params.
214
215 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
216
217         * configure.ac:
218           Convert to new AG_GST style.
219
220 2007-02-28  Wim Taymans  <wim@fluendo.com>
221
222         Patch by: Ed Catmur <ed at catmur dot co dot uk>
223
224         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
225         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
226         Fix race condition when rapidly switching visualisations in playbin.
227         Fixes #401029.
228
229 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
230
231         * tests/check/Makefile.am:
232         Include local stuff before system installed things in LDFLAGS and
233         CFLAGS.
234
235 2007-02-28  Wim Taymans  <wim@fluendo.com>
236
237         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
238         Improve debugging.
239
240 2007-02-28  Wim Taymans  <wim@fluendo.com>
241
242         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
243         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
244         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
245         Fix duration and timestamping, taking latency into account.
246         Implement latency query.
247
248 2007-02-28  Wim Taymans  <wim@fluendo.com>
249
250         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
251         (gst_audio_clock_new):
252         Fix clock name.
253
254         * gst-libs/gst/audio/gstbaseaudiosink.c:
255         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
256         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
257         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
258         (gst_base_audio_src_create):
259         Improve latency query code.
260         Use proper clock names.
261
262 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
263
264         * tests/check/generic/states.c: (GST_START_TEST):
265           Copy the states.c test from core again
266         * tests/check/Makefile.am:
267           ignore cdio and cdparanoiasrc
268
269 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
270
271         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
272         (double_hq), (audio_convert_get_func_index), (check_default),
273         (audio_convert_prepare_context), (audio_convert_convert):
274           Also make valgrind happy and avoid copying data in some cases.
275
276 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
277
278         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
279         (double_hq), (audio_convert_get_func_index),
280         (audio_convert_prepare_context), (audio_convert_convert):
281         * gst/audioconvert/gstaudioconvert.c:
282         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
283         (gst_audio_convert_transform_caps):
284         * tests/check/elements/audioconvert.c: (GST_START_TEST),
285         (audioconvert_suite):
286           Don't run inplace if that overwrites source data as we go. Add more
287           tests. Fixes #339837 even more.
288
289 2007-02-27  Julien MOUTTE  <julien@moutte.net>
290
291         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
292         (msg_segment_done): Fix various seeking bugs (Slider was not
293         updating when doing a non flushing seek, Reverse playback 
294         on segment seek was wrong).
295
296 2007-02-26  Wim Taymans  <wim@fluendo.com>
297
298         * tests/examples/seek/seek.c: (stop_seek):
299         When we stop scrubbing, don't leave the pipeline PLAYING when we
300         requested a PAUSED state.
301
302 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
303
304         Patch by: René Stadler <mail at renestadler de>
305
306         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
307           Parse date strings in vorbis comments that have an invalid (zero)
308           month or day (#410396).
309
310         * tests/check/libs/tag.c: (GST_START_TEST):
311           Test case for the above.
312
313 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
314
315         Patch by: Loïc Minier <lool+gnome at via ecp fr>
316
317         * configure.ac:
318         * ext/alsa/Makefile.am:
319         * gst/audiotestsrc/Makefile.am:
320           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
321
322 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
323
324         * gst/playback/gstplaybin.c:
325           Improve docs: point out that the application needs to assist playbin
326           with buffering.
327
328 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
329
330         * gst-libs/gst/utils/install-plugins.c:
331         * gst-libs/gst/utils/missing-plugins.c:
332         * tests/check/libs/utils.c: (missing_msg_check_getters):
333           Change GStreamer marker prefix in detail string from 'gstreamer.net'
334           to just 'gstreamer'. Document the caps string component of the
335           decoder/encoder detail a bit better, since not everyone will be
336           familiar with the GStreamer media type/caps system (but they better
337           enjoy nested itemized lists).
338
339 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
340
341         * gst-libs/gst/netbuffer/gstnetbuffer.c:
342         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
343           Fix copying of GstNetBuffer (would crash before, or at least lead to
344           invalid memory access, #410772), for now by copying the GstBuffer copy
345           code from the core over here so we can copy the GstBuffer fields on a
346           provided buffer instance (of type GstNetBuffer in this case). Would be
347           better to fix this with some support by the core though (and in the long
348           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
349
350         * tests/check/Makefile.am:
351           Enable unit test for GstNetBuffer.
352
353 2007-02-22  Andy Wingo  <wingo@pobox.com>
354
355         * gst-libs/gst/audio/gstbaseaudiosink.c
356         (gst_base_audio_sink_init): Disable pull-mode activation until we
357         figure out how to make audio sinks go to PLAYING.
358
359 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
360
361         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
362         (double_hq), (audio_convert_get_func_index),
363         (audio_convert_prepare_context), (audio_convert_convert):
364         * gst/audioconvert/audioconvert.h:
365         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
366         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
367         * gst/audioconvert/gstchannelmix.h:
368         * tests/check/elements/audioconvert.c: (GST_START_TEST):
369           Add float as an intermediate format, as well as float mixing. Enable
370           test that was failing before. Fixes #339837
371
372 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
373
374         * tests/examples/seek/seek.c: (do_seek):
375         Undo the previous commit: -1 as a stop time implies that the stop
376         time is the end of file, clearing any previously configured segment.
377
378 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
379
380         * tests/examples/seek/seek.c: (do_seek):
381         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
382
383 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
384
385         * gst/volume/gstvolume.c: (volume_process_int16),
386         (volume_process_int16_clamp), (volume_set_caps):
387           Unbreak volume, value remains gint.
388
389 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
390
391         * gst/volume/gstvolume.c: (volume_choose_func),
392         (volume_update_real_volume), (gst_volume_set_volume),
393         (gst_volume_init), (volume_process_double), (volume_process_float),
394         (volume_process_int16), (volume_process_int16_clamp),
395         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
396         * gst/volume/gstvolume.h:
397           Extend float audio support (double) and some int->uint cleanups.
398
399 2007-02-20  Edward Hervey  <edward@fluendo.com>
400
401         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
402         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
403         (sort_end_pads), (gst_decode_group_expose),
404         (gst_decode_group_hide):
405         Don't free groups from the streaming threads. Just put them aside and
406         free them in dispose.
407
408 2007-02-20  Edward Hervey  <edward@fluendo.com>
409
410         * gst/playback/gstdecodebin2.c: (connect_element),
411         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
412         (sort_end_pads), (gst_decode_group_expose):
413         Handle dynamic pads within groups.
414         Sort pads before exposing them in order to make playbin happy.
415         There still is a race with the multiqueue filling up. This should be
416         solved separately.
417         Fixes #398721
418
419 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
420
421         * gst-libs/gst/utils/base-utils.c:
422         * gst-libs/gst/utils/descriptions.c:
423         * gst-libs/gst/utils/install-plugins.c:
424         * gst-libs/gst/utils/missing-plugins.c:
425           Some more docs (and descriptions for two subtitle formats).
426
427 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
428
429         * gst-libs/gst/audio/audio.c:
430           Fix documentation.
431
432 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
433
434         Patch by: Yves Lefebvre  <ivanohe abacom com>
435
436         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
437           Don't leak caps. Fixes #408278.
438
439 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
440
441         * ext/cdparanoia/gstcdparanoiasrc.h:
442         * ext/ogg/gstoggdemux.h:
443         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
444         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
445         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
446         * gst-libs/gst/audio/audio.h:
447         * gst-libs/gst/audio/gstaudiofilter.h:
448         * gst-libs/gst/interfaces/videoorientation.h:
449         * gst/adder/gstadder.h:
450           More docs coverage and some ChangeLog surgery (add missing names)
451
452 2007-02-15  Wim Taymans  <wim@fluendo.com>
453
454         * sys/ximage/ximagesink.c:
455         (gst_ximagesink_calculate_pixel_aspect_ratio):
456         * sys/xvimage/xvimagesink.c:
457         (gst_xvimagesink_calculate_pixel_aspect_ratio):
458         Small constifications.
459
460 2007-02-15  Wim Taymans  <wim@fluendo.com>
461
462         * gst-libs/gst/audio/gstbaseaudiosink.c:
463         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
464         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
465         (gst_base_audio_sink_async_play),
466         (gst_base_audio_sink_change_state):
467         Answer latency query.
468         Use configured latency when syncing.
469         Fix clock slaving.
470
471         * gst-libs/gst/audio/gstbaseaudiosrc.c:
472         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
473         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
474         Fix possible memleak.
475         Implement latency query.
476         Small cleanups.
477
478 2007-02-15  Wim Taymans  <wim@fluendo.com>
479
480         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
481         Ignore errors in reset, these are not fatal. They also grab the element
482         lock which is already taking when this function is called. Fixes
483         #405451.
484
485 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
486
487         * configure.ac:
488           Remove 'tests/examples/xerror/Makefile' from output files again.
489
490 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
491
492         * configure.ac:
493         * docs/plugins/Makefile.am:
494           Also crossref against gst-plugins-base-libs.
495
496 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
497
498         * configure.ac:
499         * docs/libs/Makefile.am:
500         * docs/plugins/Makefile.am:
501           Add crossreferences to glib/gobject/gstream docs.
502
503         * gst-libs/gst/audio/audio.h:
504           Source formatting.
505
506         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
507           Add own debug category.
508
509 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
510
511         Patch by: René Stadler <mail at renestadler de>
512
513         * gst-libs/gst/tag/gstvorbistag.c:
514           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
515           (#403597).
516
517 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
518
519         * gst/playback/gstplaybasebin.c: (setup_source):
520           When we have external subtitles and wait for the subtitle decodebin
521           to get up and running, we set up a (sync) bus handler for the
522           subtitle decodebin, so we can stop waiting when it posts an error
523           message. However, we should do that before we set the subtitle
524           decodebin's state to playing, otherwise things are racy and we might
525           miss error messages posted before we had a chance to set up the bus.
526           This should finally fix totem hanging on .txt pseudo-subtitle files.
527           
528 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
529
530         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
531           Use gst_gdouble_to_guint64 for conversions.
532         * win32/common/config.h.in:
533           Add a define for GST_INSTALL_PLUGINS_HELPER
534         * win32/common/libgstaudio.def:
535         * win32/common/libgstcdda.def:
536         * win32/common/libgstnetbuffer.def:
537         * win32/common/libgstrtp.def:
538         * win32/common/libgutils.def:
539           Add new exported functions.
540         * win32/vs6/gst_plugins_base.dsw:
541         * win32/vs6/libgstdecodebin.dsp:
542         * win32/vs6/libgstnetbuffer.dsp:
543         * win32/vs6/libgstplaybin.dsp:
544         * win32/vs6/libgstrtp.dsp:
545         * win32/vs6/libgstvorbis.dsp:
546         * win32/vs6/libgstcdda.dsp:
547         * win32/vs6/libgstgdp.dsp:
548         * win32/vs6/libgstutils.dsp:
549           Update and add new project files.
550
551 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
552
553         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
554         (subrip_remove_unhandled_tags), (parse_subrip):
555           For SubRip (.srt) subtitles, ignore all markup tags we don't
556           handle (like font tags, for example).
557
558         * tests/check/elements/subparse.c:
559           Add test for this.
560
561 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
562
563         * gst/playback/gstdecodebin.c: (add_fakesink),
564         (gst_decode_bin_change_state):
565         * gst/playback/gstdecodebin2.c: (add_fakesink),
566         (gst_decode_bin_change_state):
567           Don't error out if there is no fakesink in the NULL to READY state
568           change, since when decodebin is re-used, we're only adding the
569           fakesink element in READY to PAUSED.
570
571         * tests/check/elements/decodebin.c:
572         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
573         (decodebin_suite):
574           Minimal unit test to make sure we can use the same decodebin
575           instance twice (at least with audiotestsrc input).
576
577 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
578
579         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
580           Try to get devic-name from device string first, and from handle only
581           as fallback (seems to yield better results and is more robust
582           against buggy probing code on the application side).
583
584 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
585
586         Based on patch by: Julien Puydt <julien.puydt at laposte net>
587
588         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
589         (gst_alsa_find_device_name):
590         * ext/alsa/gstalsa.h:
591         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
592         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
593           Improve device-name detection a bit, especially in the case where
594           the device is not actually open (#405020, #405024). Move common code
595           into gstalsa.c instead of duplicating it.
596
597 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
598
599         * gst/audioconvert/gstaudioconvert.c:
600           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
601
602 2007-02-06  Julien MOUTTE  <julien@moutte.net>
603
604         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
605         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
606         (gst_xvimagesink_interface_supported),
607         (gst_xvimagesink_probe_get_properties),
608         (gst_xvimagesink_probe_probe_property),
609         (gst_xvimagesink_probe_needs_probe),
610         (gst_xvimagesink_probe_get_values),
611         (gst_xvimagesink_property_probe_interface_init),
612         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
613         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
614         (gst_xvimagesink_get_type):
615         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
616         for XVAdaptors so that one can choose the adaptor to use with 
617         gstreamer-properties.
618
619 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
620
621         * gst/audioconvert/gstaudioconvert.c:
622           Also mention that a conversion from double to float is suboptimal still.
623
624 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
625
626         * gst-libs/gst/audio/gstaudiofilter.c:
627         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
628           Clear our formats structure and free the caps contained in it when
629           shutting down.
630
631 2007-02-05  Andy Wingo  <wingo@pobox.com>
632
633         * gst-libs/gst/audio/gstbaseaudiosink.c
634         (gst_base_audio_sink_callback): Update basesink->offset so that we
635         pull monotonically increasing offsets instead of, um, seeking back
636         to 0 each time. Fixes alsasrc ! alsasink!
637
638 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
639
640         * gst/videoscale/gstvideoscale.c:
641           A width and height of 1 makes us crash, so increase minimum size to
642           2x2 pixels until someone feels like fixing this (#404512).
643
644 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
645
646         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
647           Add small test to make sure request pads are cleaned up properly
648           even if oggmux never changes state out of NULL.
649
650 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
651
652         * tests/check/libs/utils.c: (GST_START_TEST):
653           Fix unit test. Turns out things work much better when you
654           NULL-terminate string arrays. Should make p5 build bot happy again.
655
656 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
657
658         * gst-libs/gst/audio/Makefile.am:
659         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
660         (gst_audio_filter_template_base_init),
661         (gst_audio_filter_template_class_init),
662         (gst_audio_filter_template_init),
663         (gst_audio_filter_template_set_property),
664         (gst_audio_filter_template_get_property),
665         (gst_audio_filter_template_setup),
666         (gst_audio_filter_template_filter),
667         (gst_audio_filter_template_filter_inplace), (plugin_init):
668           Oops, forgot to commit fixed-up example.
669
670 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
671
672         * docs/libs/gst-plugins-base-libs-sections.txt:
673         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
674         (gst_audio_filter_class_init), (gst_audio_filter_init),
675         (gst_audio_filter_set_caps),
676         (gst_audio_filter_class_add_pad_templates):
677         * gst-libs/gst/audio/gstaudiofilter.h:
678           Port GstAudioFilter to 0.10. This change technically breaks
679           API and ABI (and thus also every library developer's heart),
680           but seems justifiable on the grounds that the base class was
681           completely unusable before (ie. would crash immediately when
682           actually used). Fixes #403963 (and eventually also #403572).
683           Also document all of this a bit.
684
685 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
686
687         * gst-libs/gst/utils/install-plugins.c:
688         (gst_install_plugins_spawn_child):
689         * tests/check/libs/utils.c:
690         (test_base_utils_install_plugins_do_callout):
691           Lowering log level to see why things fail on the p5 build bot;
692           fix some typos in unit test messages.
693
694 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
695
696         * tests/check/libs/utils.c:
697         (test_base_utils_install_plugins_do_callout):
698           Don't hard-code temp directory for test helper; use GLib functions
699           to write out file and do error checking etc.
700
701 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
702
703         * gst-libs/gst/utils/Makefile.am:
704         * gst-libs/gst/utils/base-utils.h:
705         * gst-libs/gst/utils/install-plugins.c:
706         (gst_install_plugins_context_set_xid),
707         (gst_install_plugins_context_new),
708         (gst_install_plugins_context_free),
709         (gst_install_plugins_get_helper),
710         (gst_install_plugins_spawn_child),
711         (gst_install_plugins_return_from_status),
712         (gst_install_plugins_installer_exited),
713         (gst_install_plugins_async), (gst_install_plugins_sync),
714         (gst_install_plugins_return_get_name),
715         (gst_install_plugins_installation_in_progress):
716         * gst-libs/gst/utils/install-plugins.h:
717           API: add API for applications to initiate installation of missing
718           plugins, ie. gst_install_plugins_async() primarily.
719           Based on libgimme-codec by Ryan Lortie.
720
721         * configure.ac:
722           Add --with-install-plugins-helper configure option so distros can specify
723           the path of the helper script or program to call when plugin installation
724           is requested (distros: please do any argument munging in this helper
725           script instead of patching GStreamer to pass arguments differently
726           to another program directly).
727
728         * docs/libs/gst-plugins-base-libs-docs.sgml:
729         * docs/libs/gst-plugins-base-libs-sections.txt:
730           Build and document new API.
731
732         * tests/check/libs/utils.c: (result_cb),
733         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
734         (libgstbaseutils_suite):
735           Some simple checks for the new API.
736
737 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
738
739         * tests/check/elements/audioconvert.c: (test_float_conversion):
740           Add small test for 32bit float <=> 64bit float conversion (works
741           only one way so far, 32=>64 produces structured noise).
742
743 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
744
745         * gst/audioconvert/gstaudioconvert.c:
746         (set_structure_widths_32_and_64), (make_lossless_changes):
747           We don't support floats with a width of 40, 48 or 56 bits.
748
749 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
750
751         * gst/audioconvert/audioconvert.c: (float), (double),
752         (audio_convert_get_func_index):
753         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
754         (make_lossless_changes):
755           Support for 64-bit float audio in audioconvert (#339837)
756
757 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
758
759         Patch by: Holger Wansing  <linux wansing-online de>
760
761         * po/LINGUAS:
762         * po/de.po:
763           Add German translation (#352069).
764
765 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
766
767         reviewed by: Wim Taymans <wim@fluendo.com>
768
769         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
770         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
771         Use newly added GstCollectPads API to free the allocated resources in
772         the GstOggPad structures (#402393).
773
774 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
775
776         * gst/playback/gstplaybin.c: (gen_vis_element):
777           Add audioresample+audioconvert in front of the visualisation
778           element, so that elements like libvisual 0.4 that don't support all
779           samplerates can work.
780
781           Fixes: #402505
782
783 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
784
785         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
786         (gst_play_base_bin_get_streaminfo_value_array):
787           Take some locks and make a copy of the streaminfo value array we
788           maintain while holding the lock, so that the application can
789           retrieve the stream-info as a value array in a thread-safe way.
790
791 2007-01-30  Wim Taymans  <wim@fluendo.com>
792
793         * gst/audioconvert/gstaudioconvert.c:
794         Don't fail on 0 sized buffers. Fixes #396835.
795
796 2007-01-29  David Schleef  <ds@schleef.org>
797
798         * gst/typefind/gsttypefindfunctions.c:
799           Detect BBCD as video/x-dirac, so we can play raw dirac
800           streams.
801
802 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
803
804         * ext/theora/theoraenc.c: (theora_enc_chain):
805           Check return value of theora_encode_header(), or we might try to
806           allocate a random number of bytes. theora_encode_header() can fail
807           if libtheora has been compiled with encoding support disabled.
808           Fixes #398110.
809
810 2007-01-29  Wim Taymans  <wim@fluendo.com>
811
812         * tests/check/gst/.cvsignore:
813         Do as buildbot says.
814
815 2007-01-29  Wim Taymans  <wim@fluendo.com>
816
817         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
818         Fix strides in libvisual. Gst uses X strides.
819         Inspired by: <ed at catmur dot co dot uk> and 
820         <tim at centricular dot net>
821         Fixes #401118.
822
823 2007-01-27  Wim Taymans  <wim@fluendo.com>
824
825         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
826         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
827         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
828         (gst_ogg_demux_perform_seek),
829         (gst_ogg_demux_bisect_forward_serialno),
830         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
831         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
832         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
833         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
834         * ext/ogg/gstoggdemux.h:
835         Properly propagate streaming errors when we are scanning the file for
836         chains so that we don't crash when shut down. Might fix some crashers
837         when quickly switching oggs in RB such as #332503 and #378436.
838
839 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
840
841         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
842           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
843           error code as well.
844
845 2007-01-25  Wim Taymans  <wim@fluendo.com>
846
847         * gst/playback/gstplaybasebin.c: (remove_source):
848         Don't try to disconnect a signal from a finalized object.
849
850 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
851
852         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
853           Cast lock macro parameters to make sure we're actually accessing the
854           lock member at the right class level. Free list itself in _dispose()
855           as well and NULL it in case dispose gets called multiple times.
856
857 2007-01-25  Edward Hervey  <edward@fluendo.com>
858
859         * gst/playback/gstdecodebin2.c:
860         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
861         Free GstDecodeGroups no longer used.
862         (gst_decode_group_expose):
863         Don't unlock too many times !
864         (deactivate_free_recursive):
865         Free iterator once we're done with it.
866         Fix for recursively deactivating elements (stop at ghostpads).
867
868 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
869
870         * gst/playback/gstplaybin.c: (handoff):
871           Fix up caps on the frame buffer before we save it and potentially
872           make it accessible to other threads via g_object_get; also use
873           gst_buffer_replace() instead of gst_mini_object_replace().
874
875 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
876
877         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
878           Make getting the current frame thread-safe.
879
880 2007-01-25  Edward Hervey  <edward@fluendo.com>
881
882         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
883         (gst_decode_group_new), (gst_decode_group_free):
884         Set queues to bigger sizes to cope with HD contents.
885         Fix some mutex freeing and add comment about MT safe methods.
886
887 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
888
889         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
890         (gst_text_overlay_text_event):
891           Don't unnecessarily ref (and then leak) upstream events if the text
892           pad is not linked. Fixes #399948.
893
894         * tests/check/gst-plugins-base.supp:
895           Add suppression for pango on edgy/x86 for textoverlay test.
896
897 2007-01-24  Wim Taymans  <wim@fluendo.com>
898
899         * gst-libs/gst/rtp/gstrtpbuffer.h:
900         Add some more fixed payloads.
901
902 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
903
904         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
905           Error out properly if we get an error from libogg while reading the
906           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
907
908 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
909
910         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
911           Don't leak mutex.
912
913         * tests/check/elements/playbin.c:
914         (test_sink_usage_video_only_stream),
915         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
916         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
917         (test_missing_suburisource_handler),
918         (test_missing_primary_decoder), (playbin_suite):
919           Run all tests once with decodebin and once with decodebin2.
920           One test does not pass yet with decodebin2.
921
922 2007-01-23  Edward Hervey  <edward@fluendo.com>
923
924         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
925         Fix the cases where oggmux doesn't properly figure out that all
926         sinkpads have gone EOS, and therefore doesn't push out the remaining
927         buffers and the final EOS event.
928         Fixes #363379
929
930 2007-01-23  Julien MOUTTE  <julien@moutte.net>
931
932         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
933         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
934         Don't lock on navigation event push, just on keysym to string.
935         Fixes #397673 again.
936
937 2007-01-22  Edward Hervey  <edward@fluendo.com>
938
939         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
940         (get_current_group), (group_demuxer_event_probe),
941         (gst_decode_group_expose), (deactivate_free_recursive),
942         (gst_decode_group_free):
943         Cleanups.
944         Don't forget to emit 'no-more-pads' once a group is exposed.
945         Cleanup elements from a DecodeGroup once we remove it.
946         Protect call to gst_decode_group_expose() with the decodebin lock.
947
948 2007-01-22  Julien MOUTTE  <julien@moutte.net>
949
950         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
952         Looking at Xorg code i can't figure out if that XKeysymToString
953         function is thread sensible or not. Lock it just in case as
954         recommended by Radek Doulik <rodo at ximian dot com>.
955
956 2007-01-22  Julien MOUTTE  <julien@moutte.net>
957
958         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
959         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
960         Lock that X Call as well. Fixes #397673.
961
962 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
963
964         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
965           Don't go into an endless loop if the file starts with 00 00 01 2X,
966           like quicktime redirect files might. Fixes #396042.
967
968         * tests/check/Makefile.am:
969         * tests/check/gst/.cvsignore:
970         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
971         (typefindfunctions_suite):
972           Add unit test for the above.
973
974 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
975
976         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
977           On second thought, use "depth" field rather than "bpp" field.
978
979 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
980
981         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
982           Camtasia caps apparently need a bpp field (#398875).
983
984 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
985
986         * gst/playback/gstplaybasebin.c: (setup_subtitle),
987         (gen_source_element), (gst_play_base_bin_change_state):
988           Attempt at a better error message in case we don't have the required
989           URI handler installed; post missing-plugin message also when we're
990           missing an URI handler for the subtitle URI; clean up properly also
991           when an error occurs and we never made it to PAUSED state.
992
993         * tests/check/elements/playbin.c: (GST_START_TEST),
994         (playbin_suite):
995           Check that we're also getting a missing-plugin messsage for a
996           missing subtitle URI handler (and clean up properly).
997
998 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
999
1000         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1001           Plug a few reference leaks.
1002
1003 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1004
1005         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1006           Lower probability a bit if the marker isn't right at the start,
1007           to decrease the chance of false positives.
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           Small mpeg2 system stream typefinding improvement: make typefinder
1013           probe a bit into the stream instead of just looking for a marker
1014           at the beginning. Fixes #397810.
1015
1016 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
1017
1018         * gst/audioconvert/gstchannelmix.c:
1019           Remove compatibility cruft for prehistoric GLib versions.
1020
1021 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1022
1023         * gst/playback/Makefile.am:
1024         * gst/playback/gstdecodebin.c: (close_pad_link):
1025         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1026         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1027         (gst_play_base_bin_handle_message_func), (unknown_type):
1028           Let decodebin be the element to post missing-plugin messages for
1029           missing decoders (rather than playbin); make playbin implement
1030           GstBin::handle_message so we can suppress missing-plugin messages
1031           for types we're not handling on purpose (don't want to bring up an
1032           installer in those cases).
1033
1034 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1035
1036         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1037         * gst-libs/gst/tag/gstvorbistag.c:
1038         (gst_tag_list_to_vorbiscomment_buffer):
1039         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1040           Fix potentially unaligned access (#397207).
1041
1042 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1043
1044         * tests/examples/seek/seek.c: (set_scale), (update_scale),
1045         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1046         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1047         (main):
1048           Allow to toggle looping while it plays. Fix callback prototype. Clean
1049           up code a bit more. Add copyright header.
1050
1051 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1052
1053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1054           Red and blue mask was swapped (spotted by Dan Williams).
1055
1056 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
1057
1058         * gst-libs/gst/tag/gstid3tag.c:
1059         * gst-libs/gst/tag/gstvorbistag.c:
1060           Use new beats-per-minute tag from core.
1061
1062 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
1063
1064         * po/POTFILES.in:
1065           Add new files with translatable strings, so they actually make it
1066           into the template file one day.
1067
1068 2007-01-12  Andy Wingo  <wingo@pobox.com>
1069
1070         * gst-libs/gst/audio/gstbaseaudiosink.c
1071         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1072         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1073         stuff, as the base class handles this now. Actually tell the ring
1074         buffer to start.
1075         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1076         How did this work before? Maybe I'm not as awesome a programmer as
1077         I think.
1078
1079         * gst-libs/gst/audio/gstbaseaudiosrc.c
1080         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1081         of a pad function.
1082
1083 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1084
1085         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1086           Remove more fields so that the application can better blacklist
1087           formats that have been tried before.
1088
1089 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1090
1091         * gst-libs/gst/audio/mixerutils.h:
1092           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1093           used when compiling with c++ compilers as well.
1094
1095 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1096
1097         * gst/typefind/gsttypefindfunctions.c:
1098           Fix comment.
1099
1100 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1101
1102         * gst/playback/gstplaybin.c: (post_missing_element_message),
1103         (gen_video_element), (gen_text_element), (gen_audio_element),
1104         (gen_vis_element):
1105           Post missing-plugin messages also when we error out because
1106           converters, textoverlay or auto*sinks are missing (#161922).
1107
1108 2007-01-10  Wim Taymans  <wim@fluendo.com>
1109
1110         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1111         (is_demuxer_element), (new_caps):
1112         * gst/playback/gstplaybasebin.c: (source_new_pad):
1113         Fix the case where we try to ref a NULL element when we delay a link
1114         because of unfixed caps.
1115         Set the state of autoplugged decodebins to PAUSED.
1116         RTSP now works in playbin, we can remove it from the blacklist.
1117
1118 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1119
1120         * gst/playback/Makefile.am:
1121         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1122         (unknown_type), (setup_subtitle), (gen_source_element):
1123         * gst/playback/gstplaybin.c: (plugin_init):
1124           Post missing-plugin messages on the bus for missing sources and
1125           missing decoders/demuxers/depayloaders; fix error code used when
1126           we're missing an URI handler source; for media types that we are not
1127           handling on purpose at the moment, don't print "don't know how to
1128           handle xyz" messages to the terminal or post missing-plugin
1129           messages on the bus.
1130
1131         * tests/check/elements/playbin.c: (create_playbin),
1132         (GST_START_TEST), (gst_codec_src_uri_get_type),
1133         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1134         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1135         (gst_codec_src_init_type), (gst_codec_src_base_init),
1136         (gst_codec_src_create), (gst_codec_src_class_init),
1137         (gst_codec_src_init), (plugin_init), (playbin_suite):
1138           Add some tests for the missing-plugin stuff.
1139
1140 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1141
1142         * configure.ac:
1143         * gst-libs/gst/Makefile.am:
1144         * gst-libs/gst/utils/Makefile.am:
1145         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1146         * gst-libs/gst/utils/base-utils.h:
1147         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1148         (find_format_info), (caps_are_rtp_caps),
1149         (gst_base_utils_get_source_description),
1150         (gst_base_utils_get_sink_description),
1151         (gst_base_utils_get_decoder_description),
1152         (gst_base_utils_get_encoder_description),
1153         (gst_base_utils_get_element_description),
1154         (gst_base_utils_add_codec_description_to_tag_list),
1155         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1156         * gst-libs/gst/utils/descriptions.h:
1157         * gst-libs/gst/utils/missing-plugins.c:
1158         (missing_structure_get_type), (copy_and_clean_caps),
1159         (gst_missing_uri_source_message_new),
1160         (gst_missing_uri_sink_message_new),
1161         (gst_missing_element_message_new),
1162         (gst_missing_decoder_message_new),
1163         (gst_missing_encoder_message_new),
1164         (missing_structure_get_string_detail),
1165         (missing_structure_get_caps_detail),
1166         (gst_missing_plugin_message_get_installer_detail),
1167         (gst_missing_plugin_message_get_description),
1168         (gst_is_missing_plugin_message):
1169         * gst-libs/gst/utils/missing-plugins.h:
1170           API: add new libgstbaseutils library with functions
1171           - to create and parse missing-plugins messages
1172           - that provide (translated) descriptions for caps/decoders/sources/etc.
1173           Closes #392393.
1174
1175         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1176         * pkgconfig/gstreamer-plugins-base.pc.in:
1177           Add new lib.
1178
1179         * docs/libs/gst-plugins-base-libs-docs.sgml:
1180         * docs/libs/gst-plugins-base-libs-sections.txt:
1181           Generate docs for new lib and API.
1182
1183         * tests/check/Makefile.am:
1184         * tests/check/libs/.cvsignore:
1185         * tests/check/libs/utils.c: (missing_msg_check_getters),
1186         (GST_START_TEST), (libgstbaseutils_suite):
1187           Add some basic unit tests.
1188
1189 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1190
1191         * ext/ogg/Makefile.am:
1192           Dist gstoggdemux.h to fix 'make distcheck'.
1193
1194         * sys/v4l/Makefile.am:
1195           Fix 'make distcheck' even more.
1196
1197 2007-01-09  Wim Taymans  <wim@fluendo.com>
1198
1199         * docs/plugins/Makefile.am:
1200         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1201         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1202         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1203         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1204         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1205         (gst_ogg_demux_perform_seek):
1206         * ext/ogg/gstoggdemux.h:
1207         Added docs.
1208         Add some more comments.
1209         Small cleanups.
1210
1211 2007-01-09  Wim Taymans  <wim@fluendo.com>
1212
1213         * ext/theora/theoradec.c:
1214         * ext/vorbis/vorbisdec.c:
1215         * gst-libs/gst/audio/gstringbuffer.c:
1216         (gst_ring_buffer_commit_full):
1217         * gst-libs/gst/audio/gstringbuffer.h:
1218         * gst-libs/gst/rtp/gstrtpbuffer.c:
1219         * gst-libs/gst/tag/gstvorbistag.c:
1220         Small documentation updates/fixes
1221
1222 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1223
1224         * configure.ac:
1225           Require core CVS HEAD for Andy's basesrc/sink API additions.
1226
1227 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1228
1229         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1230
1231         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1232         (plugin_init):
1233           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1234           on flac.sf.net (there appear to be other versions of the first
1235           ogg page in the wild) (#391365).
1236
1237 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1238
1239         * configure.ac:
1240           Check if localtime_r() is available.
1241
1242         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1243           If localtime_r() is not available, fall back to localtime(). Should
1244           fix build on MingW (#393310).
1245
1246 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1247
1248         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1249         * gst/subparse/gstsubparse.h:
1250           Remove spurious 1000 subtrahend when calculating the timestamp from
1251           the frame number and the frame rate . Also, use the frames/second
1252           value specified in the first line of the file, if one is specified
1253           there. Should fix #357503.
1254
1255         * tests/check/elements/subparse.c: (do_test),
1256         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1257         (subparse_suite):
1258           Add some basic unit tests for the microdvd subtitle format.
1259
1260 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1261
1262         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1263         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1264         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1265         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1266         (gst_xvimagesink_set_xwindow_id),
1267         (gst_xvimagesink_set_event_handling),
1268         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1269         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1270         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1271         Fixes : #390076.
1272         Add an adaptor property to select a specific XV adaptor.
1273         * sys/xvimage/xvimagesink.h:
1274
1275 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1276
1277         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1278         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1279         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1280         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1281         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1282         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1283         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1284         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1285         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1286         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1287         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1288         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1289         Use flow_lock much more to protect every access to xwindow.
1290         Try to catch erros while creating images in case some drivers are
1291         just generating an XError when the requested image is too big.
1292         Should fix : #354698, #384008, #384060.
1293         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1294         Implement some stress testing of setting window xid.
1295
1296 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1297
1298         * win32/common/libgsaudio.def:
1299           Add new exported function.
1300         * win32/common/libgstogg.dsp:
1301           Add gstoggaviparse.c to the build.
1302         * win32/common/libgstvideoscale.dsp:
1303           Add vs_4tap.c to the build.
1304         * win32/common/libgstvorbis.dsp:
1305           Add vorbistag.c to the build.
1306         
1307 2007-01-06  Andy Wingo  <wingo@pobox.com>
1308
1309         * gst-libs/gst/audio/gstbaseaudiosink.c
1310         (gst_base_audio_sink_class_init)
1311         (gst_base_audio_sink_init): 
1312         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1313         to baseaudiosink, and tell basesink that we can work in pull mode.
1314         This way the ring buffer thread drives the pipeline directly, if
1315         pull mode is possible. There is some lingering nastiness regarding
1316         capsnego, however.
1317         (gst_base_audio_sink_callback): Implement the callback to pull
1318         data. This interface is a bit light, though -- it should get a
1319         GstFlowReturn return value at least.
1320
1321 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1322
1323         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1324         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1325         * gst/playback/gstdecodebin2.c:
1326         (gst_decode_group_check_if_blocked):
1327           Printf format and missing argument fixes.
1328
1329 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1330
1331         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1332         (gst_ogm_parse_change_state):
1333         Activate pads before adding them to the element.
1334
1335 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1336
1337         * tests/examples/seek/scrubby.c: (main):
1338         * tests/examples/seek/seek.c: (main):
1339           Call g_thread_init() first thing in main() (see #391278).
1340
1341 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1342
1343         * tests/check/Makefile.am:
1344         * tests/check/libs/.cvsignore:
1345         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1346         (netbuffer_suite):
1347           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1348           for the time being, since it's broken, see #393099.
1349
1350 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1351
1352         * tests/check/Makefile.am:
1353           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1354
1355 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1356
1357         * configure.ac:
1358           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1359           so that GST_BASE_CFLAGS can go inbetween them, making sure
1360           we use uninstalled gst-libs headers
1361         * docs/libs/Makefile.am:
1362         * ext/alsa/Makefile.am:
1363         * ext/cdparanoia/Makefile.am:
1364         * ext/gnomevfs/Makefile.am:
1365         * ext/libvisual/Makefile.am:
1366         * ext/ogg/Makefile.am:
1367         * ext/theora/Makefile.am:
1368         * ext/vorbis/Makefile.am:
1369         * gst-libs/gst/audio/Makefile.am:
1370         * gst-libs/gst/cdda/Makefile.am:
1371         * gst-libs/gst/interfaces/Makefile.am:
1372         * gst-libs/gst/riff/Makefile.am:
1373         * gst-libs/gst/rtp/Makefile.am:
1374         * gst-libs/gst/tag/Makefile.am:
1375         * gst/adder/Makefile.am:
1376         * gst/audioconvert/Makefile.am:
1377         * gst/audiorate/Makefile.am:
1378         * gst/audioresample/Makefile.am:
1379         * gst/playback/Makefile.am:
1380         * gst/tcp/Makefile.am:
1381         * gst/videoscale/Makefile.am:
1382         * gst/volume/Makefile.am:
1383         * sys/ximage/Makefile.am:
1384         * sys/xvimage/Makefile.am:
1385         * tests/icles/Makefile.am:
1386           adapt
1387
1388 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1389
1390         * gst-libs/gst/interfaces/xoverlay.c:
1391         (gst_x_overlay_handle_events):
1392         * gst-libs/gst/interfaces/xoverlay.h:
1393         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1394         (gst_ximagesink_set_xwindow_id),
1395         (gst_ximagesink_set_event_handling),
1396         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1397         (gst_ximagesink_get_property), (gst_ximagesink_init),
1398         (gst_ximagesink_class_init):
1399         * sys/ximage/ximagesink.h:
1400         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1401         (gst_xvimagesink_set_xwindow_id),
1402         (gst_xvimagesink_set_event_handling),
1403         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1404         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1405         (gst_xvimagesink_class_init):
1406         * sys/xvimage/xvimagesink.h:
1407         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1408         Add a method to the XOverlay interface to allow disabling of 
1409         event handling in x[v]imagesink elements. This will let X events
1410         propagate to parent windows which can be usefull in some cases.
1411         Be carefull that the application is then responsible of pushing
1412         navigation events and expose events to the video sink.
1413         Fixes: #387138.
1414
1415 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1416
1417         * gst-libs/gst/tag/gstvorbistag.c:
1418         * tests/check/libs/tag.c: (GST_START_TEST):
1419           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1420           (fixes #392070).
1421
1422 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1423
1424         * configure.ac:
1425         * docs/Makefile.am:
1426         * docs/design/Makefile.am:
1427           Dist design docs.
1428
1429 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1430
1431         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1432         typo. Fixes: #390063.
1433
1434 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1435
1436         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1437         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1438         caps leak.
1439         * win32/common/config.h: Updated.
1440
1441 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1442
1443         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1444         (setup_gdpdepay_streamheader):
1445         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1446         (setup_gdppay_streamheader):
1447           Fix the dp tests, but activating the pads for the streamheader tests
1448           too and cleaning up conditionaly
1449
1450 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1451
1452         * gst/ffmpegcolorspace/avcodec.h:
1453         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1454         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1455         (gst_ffmpegcsp_avpicture_fill):
1456         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1457         (img_get_alpha_info):
1458         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1459         other end of the word. Fixes: #387073.
1460
1461         Add some inconsequential branch hints in a couple of places.
1462
1463 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1464
1465         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1466         (gst_ffmpeg_caps_to_smpfmt):
1467           The "signed" field in raw audio caps is of boolean type, trying to
1468           extract the value with _get_int() will fail (fix to keep in sync with
1469           the copy in gst-ffmpeg)
1470
1471 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1472
1473         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1474         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1475         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1476         (cleanup_gdpdepay):
1477         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1478         * tests/check/elements/subparse.c: (teardown_subparse):
1479         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1480         * tests/check/elements/videorate.c: (cleanup_videorate):
1481         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1482         * tests/check/elements/volume.c: (cleanup_volume):
1483         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1484         (cleanup_vorbisdec):
1485         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1486         (cleanup_vorbistag):
1487           consistent pad (de)activation
1488
1489 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1490
1491         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1492           Forgot to register the extensions.
1493
1494 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1495
1496         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1497         (plugin_init):
1498           Add typefinder for VIVO files (my christmas present to the 90s).
1499
1500 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1501
1502         * gst/playback/gstdecodebin.c: (type_found):
1503           Special-case the text/plain media type: we only want to recognise it
1504           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1505           parser, but not if the entire stream is of text/plain type. If the
1506           entire stream is text/plain, we should just error out.
1507
1508           This fixes playback of audio files with lyrics in totem. Totem can't
1509           distinguish between text files and subtitle files and passes any
1510           .txt file with the same basename as the main file to playbin as
1511           suburi, and playbin will then throw a 'subtitle found, but no video
1512           stream' error, which isn't entirely helpful. See #380342.
1513
1514           Also, with this change we'll show a slightly more correct error
1515           message in case totem passes a playlist file to us (although a
1516           custom error message wording instead of the default text would
1517           probably not be a bad idea either).
1518
1519           Same problem also needs to be fixed for playbin+decodebin2.
1520
1521         * tests/check/Makefile.am:
1522         * tests/check/elements/decodebin.c: (src_handoff_cb),
1523         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1524         (decodebin_suite):
1525           Add simple unit test for decodebin for the above.
1526
1527 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1528
1529         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1530         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1531           Refuse to change state to READY when we failed to create any of the
1532           required elements in our instance init function.
1533
1534 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1535
1536         * docs/libs/gst-plugins-base-libs-sections.txt:
1537           Small docs fixes/updates.
1538
1539         * gst-libs/gst/video/gstvideosink.h:
1540           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1541           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1542           removed from the base sink API between 0.9.6 and 0.9.7).
1543           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1544           accessor macros, so we don't do a runtime GObject type check every
1545           time we use them.
1546
1547 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1548
1549         * Makefile.am:
1550         * gst-plugins-base.doap:
1551         * gst-plugins-base.spec.in:
1552           add doap file
1553
1554 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1555
1556         Patch by: Jens Granseuer <jensgr at gmx net>
1557
1558         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1559         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1560         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1561         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1562         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1563           Declare variables at the beginning of a block. Fixes #383195.
1564
1565 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1566
1567         * configure.ac:
1568         Bump version nano - back to CVS.
1569
1570
1571 === release 0.10.11 ===
1572
1573 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1574
1575         * configure.ac:
1576           releasing 0.10.11, "Dumb things"
1577
1578 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1579
1580         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1581         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1582         Handle the case where an element has multiple pads with 
1583         unfixed caps as well as still possibly producing more dynamic 
1584         pads by storing each case as a distinct entry in the dynamic list.
1585         Fixes #38223 again.
1586
1587 2006-12-04  Wim Taymans  <wim@fluendo.com>
1588
1589         * gst/playback/gstdecodebin.c: (close_pad_link):
1590         Fix #382223, add more dynamic caps handling.
1591
1592 2006-12-04  Wim Taymans  <wim@fluendo.com>
1593
1594         reviewed by: <delete if not using a buddy>
1595
1596         * gst-libs/gst/audio/gstringbuffer.h:
1597         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1598         (gst_netaddress_set_ip4_interface),
1599         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1600         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1601         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1602         (gst_netaddress_get_ttl):
1603         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1604         * gst/playback/gstdecodebin.c: (close_pad_link):
1605         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1606         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1607         * win32/common/config.h:
1608
1609 2006-12-01  Michael Smith  <msmith@fluendo.com>
1610
1611         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1612           Delete bad debug code.
1613           Fixes #381219
1614
1615 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1616
1617         * gst/videoscale/vs_4tap.c:
1618         * win32/MANIFEST:
1619         * win32/common/config.h:
1620         * win32/vs8/libgstvideoscale.vcproj:
1621         Fix compilation on win32 under VS8
1622         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1623         Partially fixes #381175
1624
1625 2006-11-30  Michael Smith  <msmith@fluendo.com>
1626
1627         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1628         (GST_START_TEST):
1629           It would be very bad if, after a discont buffer, we thought every
1630           single following buffer was also discont. So, add to the test to
1631           ensure that this isn't the case.
1632           
1633         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1634           ... it was the case. So fix it.
1635
1636 2006-11-28  Wim Taymans  <wim@fluendo.com>
1637
1638         * gst/playback/gstplaybasebin.c: (check_queue_event):
1639         Improve debug.
1640
1641         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1642         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1643         padtemplate caps. Refixes #357577.
1644
1645 2006-11-28  Wim Taymans  <wim@fluendo.com>
1646
1647         * gst/playback/gstplaybasebin.c: (check_queue_event),
1648         (queue_threshold_reached), (queue_out_of_data),
1649         (gen_preroll_element):
1650         Add event probe to see when EOS is in a queue and we can disable the
1651         underrun signals. Fixes #357577.
1652
1653 2006-11-28  Edward Hervey  <edward@fluendo.com>
1654
1655         * gst/playback/Makefile.am:
1656         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1657         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1658         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1659         (gst_decode_bin_init), (gst_decode_bin_dispose),
1660         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1661         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1662         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1663         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1664         (connect_element), (expose_pad), (type_found),
1665         (pad_added_group_cb), (pad_removed_group_cb),
1666         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1667         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1668         (are_raw_caps), (multi_queue_overrun_cb),
1669         (multi_queue_underrun_cb), (gst_decode_group_new),
1670         (get_current_group), (group_demuxer_event_probe),
1671         (gst_decode_group_control_demuxer_pad),
1672         (gst_decode_group_control_source_pad),
1673         (gst_decode_group_check_if_blocked),
1674         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1675         (gst_decode_group_hide), (gst_decode_group_free),
1676         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1677         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1678         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1679         (plugin_init):
1680         New decodebin2 element.
1681         Closes #370092
1682         * gst/playback/gstplay-marshal.list:
1683         Added marshallers for new signals in decodebin2
1684         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1685         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1686         is set.
1687
1688 2006-11-28  Wim Taymans  <wim@fluendo.com>
1689
1690         * gst/playback/gstplaybasebin.c: (setup_source),
1691         (gst_play_base_bin_change_state):
1692         Disable rtsp:// uris for the release, it's not good enough yet.
1693         Remove unused var.
1694
1695 2006-11-26  Wim Taymans  <wim@fluendo.com>
1696
1697         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1698         (theora_dec_push_forward), (theora_dec_push_reverse),
1699         (theora_handle_data_packet), (theora_dec_decode_buffer),
1700         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1701         (theora_dec_chain_forward), (theora_dec_chain):
1702         Implement reverse playback.
1703
1704         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1705         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1706         (vorbis_dec_chain_forward):
1707         Clear buffers used for reverse playback in _reset.
1708         No need to set the eos flag, we clip samples using the segment.
1709
1710 2006-11-24  Wim Taymans  <wim@fluendo.com>
1711
1712         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1713         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1714         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1715         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1716         Some cleanups.
1717         Handle continued pages in reverse mode.
1718
1719 2006-11-24  Wim Taymans  <wim@fluendo.com>
1720
1721         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1722         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1723         (vorbis_dec_flush_decode):
1724         Small cleanups.
1725         Don't try to add invalid timestamps.
1726         Clipping will unref the buffer.
1727
1728 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1729
1730         * gst/adder/gstadder.h:
1731         * gst/audiotestsrc/gstaudiotestsrc.h:
1732           remove obsolete _factory_init protos
1733
1734 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1735
1736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1737           Fix spacing in debug message.
1738
1739 2006-11-23  Wim Taymans  <wim@fluendo.com>
1740
1741         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1742         (gst_ogg_demux_chain):
1743         Don't just ignore return values from _pad_push().
1744         Small debug improvements.
1745
1746 2006-11-23  Michael Smith  <msmith@fluendo.com>
1747
1748         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1749           If our incoming buffer is marked as DISCONT, then increment the page
1750           number (so that the discontinuity is marked in the final ogg
1751           bitstream) and flush the previous page.
1752
1753 2006-11-22  Michael Smith  <msmith@fluendo.com>
1754
1755         * ext/theora/gsttheoraenc.h:
1756         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1757         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1758         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1759         (theora_enc_chain), (theora_enc_change_state):
1760           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1761
1762         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1763         (GST_START_TEST), (theoraenc_suite):
1764           Enable discontinuity test, fix it.
1765
1766 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1767
1768         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1769         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1770         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1771         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1772         (gst_text_overlay_change_state):
1773         * ext/pango/gsttextoverlay.h:
1774           Some textoverlay fixes: for one, in the video chain function,
1775           actually wait for a text buffer to come in if there is none at the
1776           moment and there should be one; also, deal more gracefully with
1777           incoming buffers that do not have a timestamp or duration; discard
1778           text buffer when not needed any longer. Fixes #341681.
1779
1780         * tests/check/Makefile.am:
1781         * tests/check/elements/.cvsignore:
1782         * tests/check/elements/textoverlay.c:
1783         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1784         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1785         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1786         (test_video_waits_for_text_send_text_newsegment_thread),
1787         (test_video_waits_for_text_shutdown_element),
1788         (test_render_continuity_push_video_buffers_thread),
1789         (textoverlay_suite):
1790           Add some unit tests for textoverlay.
1791
1792 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1793
1794         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1795           Avoid integer underflow when the found probability for mp3 is
1796           smaller than the 'penalty' we subtract if there's not a clean
1797           mp3 header sync at offset 0.
1798
1799 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1800
1801         * docs/libs/gst-plugins-base-libs-sections.txt:
1802           Add some new symbols to the docs
1803
1804 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1805
1806         * tests/check/Makefile.am:
1807         * tests/check/elements/ffmpegcolorspace.c:
1808         (ffmpegcolorspace_suite):
1809           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1810           (for now not for valgrinding though, since it takes too long).
1811
1812 2006-11-20  Wim Taymans  <wim@fluendo.com>
1813
1814         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1815         (gst_ffmpeg_pixfmt_to_caps):
1816         Fix RGBA32 caps. Fixes #357038.
1817
1818 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1819
1820         * gst-libs/gst/interfaces/mixertrack.h:
1821           Add FIXME so we can add some padding here in 0.11
1822
1823 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1824
1825         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1826           Fix GstBaseRTPAudioPayload structure so the whole GObject
1827           inheritance business actually works (parent class instance structure
1828           must always come first in the derived class instance structure).
1829
1830 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1831
1832         * gst/videotestsrc/Makefile.am:
1833         * tests/check/Makefile.am:
1834           Make sure our checks and the videotestsrc plugin link against the
1835           local uninstalled gst libs and not any installed gst libs that
1836           might happen to exist as well.
1837
1838         * tests/check/elements/adder.c: (message_received),
1839         (test_event_message_received), (test_play_twice_message_received):
1840         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1841           Fix compiler warnings when compiling against core with disabled
1842           debugging system.
1843
1844 2006-11-16  Michael Smith  <msmith@fluendo.com>
1845
1846         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1847         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1848           Fix audiorate, so that it accurately sets offsets and timestamps.
1849           Doesn't change the fundamental algorithmic decisions; so should be
1850           safe.
1851
1852         * tests/check/Makefile.am:
1853           Enable audiorate test now that it passes.
1854
1855 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
1856
1857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1858           clear xv when going to NULL, remove // commented non-existant proto
1859
1860         * tests/examples/seek/seek.c: (main):
1861           add missing tooltip description for scrub and play_scrub
1862
1863 2006-11-14  David Schleef  <ds@schleef.org>
1864
1865         * configure.ac:
1866           Bump liboil requirement to 0.3.8.
1867         * gst-libs/gst/riff/riff-media.c:
1868           Add Dirac fourcc.
1869         * gst/videoscale/vs_image.h:
1870         * gst/videoscale/vs_scanline.h:
1871           Use liboil's stdint.h.
1872         * gst/videotestsrc/videotestsrc.c:
1873           Remove liboil related ifdef's, since they aren't needed now, and
1874           won't work with future versions.
1875
1876 2006-11-14  David Schleef  <ds@schleef.org>
1877
1878         * gst/videoscale/Makefile.am:
1879         * gst/videoscale/gstvideoscale.c:
1880         * gst/videoscale/gstvideoscale.h:
1881         * gst/videoscale/vs_4tap.c:
1882         * gst/videoscale/vs_4tap.h:
1883         * gst/videoscale/vs_image.c:
1884         * gst/videoscale/vs_image.h:
1885         * gst/videoscale/vs_scanline.c:
1886         * gst/videoscale/vs_scanline.h:
1887           Add a 4-tap image scaler.  Theoretically looks much prettier.
1888           The tap calculation could use some improvement.
1889
1890 2006-11-14  Wim Taymans  <wim@fluendo.com>
1891
1892         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1893
1894         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1895         (gst_riff_parse_strf_iavs):
1896         * gst/subparse/gstsubparse.c: (convert_encoding):
1897         * gst/tcp/gstmultifdsink.c:
1898         (gst_multi_fd_sink_handle_client_write):
1899         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1900         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1901         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1902         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1903         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1904         (gst_ximagesink_ximage_new):
1905         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1906         Various gsize and gssize printf fixes. Fixes #372507.
1907
1908 2006-11-13  Wim Taymans  <wim@fluendo.com>
1909
1910         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1911         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1912         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1913         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1914         (vorbis_dec_chain_forward), (vorbis_dec_chain):
1915         * ext/vorbis/vorbisdec.h:
1916         First stab at vorbis reverse playback.
1917
1918 2006-11-13  Wim Taymans  <wim@fluendo.com>
1919
1920         * gst-libs/gst/audio/gstbaseaudiosink.c:
1921         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1922         * gst-libs/gst/audio/gstbaseaudiosink.h:
1923         Make the clock sync code more accurate wrt resampling and playback
1924         at different rates.
1925         
1926         * gst-libs/gst/audio/gstringbuffer.c:
1927         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1928         * gst-libs/gst/audio/gstringbuffer.h:
1929         Use better algorithm to interpolate sample rates. 
1930
1931 2006-11-13  Michael Smith  <msmith@fluendo.com>
1932
1933         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1934           Improve a debug line slightly.
1935
1936         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1937           Call gst_riff_init() in plugin_init, to avoid getting errors from
1938           the debug system (unrelated changes to another plugin made this turn
1939           up; not sure why).
1940
1941 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1942
1943         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
1944
1945         * win32/common/libgsttag.def:
1946           Add missing symbol (#366492).
1947
1948 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1949
1950         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1951           Don't unref a NULL pad.
1952
1953 2006-11-09  Wim Taymans  <wim@fluendo.com>
1954
1955         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1956         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
1957         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
1958         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
1959         (gst_ogg_demux_loop):
1960         Implement first stab at reverse playback.
1961
1962 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
1963
1964         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1965         (gst_riff_create_video_template_caps):
1966           add h263/h264 variants to the caps, Fixes #363118
1967
1968 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1969
1970         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1971         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1972           Use g_strerror instead of strerror so we get UTF-8.
1973
1974 2006-11-03  David Schleef  <ds@schleef.org>
1975
1976         * ext/ogg/gstoggdemux.c:
1977         * ext/ogg/gstoggmux.c:
1978           Add/remove KW-DIRAC header here, since it is ogg-specific.
1979
1980 2006-11-03  Michael Smith  <msmith@fluendo.com>
1981
1982         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1983           Recognise more mpeg4 elementary video streams.
1984
1985 2006-11-02  Edward Hervey  <edward@fluendo.com>
1986
1987         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1988         Lower the probability of mp3 typefinding functions if we don't find a
1989         valid mp3 header at the start of the file.
1990         Closes #369482
1991
1992 2006-11-02  Wim Taymans  <wim@fluendo.com>
1993
1994         * ext/theora/gsttheoradec.h:
1995         * ext/theora/theoradec.c: (gst_theora_dec_init),
1996         (theora_dec_sink_event), (theora_dec_chain_forward),
1997         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1998         (theora_dec_chain):
1999         Document and partially implement an algorithm for doing reverse playback
2000         of theora video.
2001
2002 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2003
2004         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
2005
2006         * win32/common/config.h:
2007         * win32/common/interfaces-enumtypes.c:
2008         * win32/common/libgsttag.def:
2009         * win32/vs8/gst-plugins-base.sln:
2010         * win32/vs8/libgstaudioresample.vcproj:
2011         * win32/vs8/libgstinterfaces.vcproj:
2012         * win32/vs8/libgstogg.vcproj:
2013         * win32/vs8/libgstriff.vcproj:
2014         * win32/vs8/libgsttag.vcproj:
2015         * win32/vs8/libgsttheora.vcproj:
2016         * win32/vs8/libgstvideoscale.vcproj:
2017         * win32/vs8/libgstvorbis.vcproj:
2018           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2019           to libgsttag.def; add missing dependencies for some vs8 projects;
2020           re-arrange placement of .def files in vs8 projects (#366334).
2021
2022 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
2023
2024         * ext/ogg/gstogg.c:
2025           Remove unused variable.
2026
2027         * ext/ogg/gstoggdemux.c:
2028           Fix Wim's surname in plugin description.
2029
2030 2006-10-31  Wim Taymans  <wim@fluendo.com>
2031
2032         * gst-plugins-base.spec.in:
2033         spec new .h file. Fixes #368310.
2034
2035 2006-10-31  Michael Smith  <msmith@fluendo.com>
2036
2037         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2038         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2039         (gst_multi_fd_sink_get_stats),
2040         (gst_multi_fd_sink_remove_client_link),
2041         (gst_multi_fd_sink_queue_buffer),
2042         (gst_multi_fd_sink_handle_clients):
2043         * gst/tcp/gstmultifdsink.h:
2044           Make using the remove or clear signals threadsafe.
2045           Make calling get-stats with an invalid fd not segfault.
2046           Fixes 368273.
2047
2048 2006-10-31  Wim Taymans  <wim@fluendo.com>
2049
2050         * gst-libs/gst/rtp/Makefile.am:
2051         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2052         (gst_base_rtp_audio_payload_init):
2053         Fix and activate base audio payloader.
2054
2055 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2056
2057         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2058         (plugin_init):
2059           Add typefinder for QuickTime Image Files (see #366156).
2060
2061 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2062
2063         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2064           Another typo fix (#366212).
2065
2066 2006-10-27  Wim Taymans  <wim@fluendo.com>
2067
2068         * gst/volume/gstvolume.c: (volume_transform_ip):
2069         Use stream time to synchronize volume property instead of rather random
2070         timestamps. This is needed when gnonlin does its time shifting.
2071
2072 2006-10-27  Wim Taymans  <wim@fluendo.com>
2073
2074         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2075
2076         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2077         Remove the pad from the element in release_pad. Fixes #364812.
2078
2079 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
2080
2081         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2082         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2083           Explicitly create our custom buffer classes at a thread-safe
2084           location as well, since g_type_class_ref() doesn't seem to be
2085           entirely thread-safe either (#365501; also see #349410).
2086
2087 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2088
2089         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2090         (gst_riff_parse_info):
2091           If strings in INFO chunk are not UTF-8, do something similar to
2092           what we do for ID3v1 tags: check a number of environment variables
2093           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2094           character sets to try, otherwise try the current locale and/or fall
2095           back on ISO-8859-1. Fixes #360552.
2096
2097 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2098
2099         * gst/videotestsrc/gstvideotestsrc.c:
2100         (gst_video_test_src_pattern_get_type),
2101         (gst_video_test_src_set_pattern):
2102         * gst/videotestsrc/gstvideotestsrc.h:
2103         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2104         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2105         (gst_video_test_src_checkers8):
2106         * gst/videotestsrc/videotestsrc.h:
2107           Add a bunch of exciting new checkers patterns.
2108
2109 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2110
2111         * gst/subparse/Makefile.am:
2112         * gst/subparse/gstsubparse.c:
2113         (gst_sub_parse_data_format_autodetect),
2114         (gst_sub_parse_format_autodetect), (handle_buffer),
2115         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2116         * gst/subparse/gstsubparse.h:
2117         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2118         (parse_tmplayer):
2119         * gst/subparse/tmplayerparse.h:
2120           Add support for TMPlayer-type subtitles (#362845).
2121
2122         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2123         (GST_START_TEST), (subparse_suite):
2124           Add some basic unit tests for the above.
2125
2126 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2127
2128         * tests/check/elements/audiorate.c: (test_injector_base_init),
2129         (test_injector_class_init), (test_injector_chain),
2130         (test_injector_init), (probe_cb), (do_perfect_stream_test),
2131         (GST_START_TEST), (audiorate_suite):
2132           More tests for audiorate: inject buffers to check behaviour when
2133           buffers overlap.
2134
2135 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
2136
2137         * tests/check/Makefile.am:
2138         * tests/check/elements/.cvsignore:
2139         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2140         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2141           Add some basic unit tests for audiorate. Disabled at the moment
2142           since it doesn't pass yet (see bug #363119).
2143
2144 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2145
2146         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2147         (parse_subrip), (handle_buffer):
2148           Add missing closing tags for markup and fix broken markup,
2149           otherwise pango won't render anything (fixes #357531). Also,
2150           make sure the text we send out is always NUL-terminated
2151           (better safe than sorry etc.).
2152
2153         * tests/check/elements/subparse.c: (test_srt_do_test),
2154         (test_srt):
2155           Some more tests for .srt incl. tests for the above stuff.
2156
2157 2006-10-20  Julien MOUTTE  <julien@moutte.net>
2158
2159         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2160         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2161         Patch by: Stefan Kost  <ensonic@users.sf.net>
2162         Try to redraw borders only when needed. Apparently this consumes
2163         resources on small devices... :-O (#363607)
2164
2165 2006-10-20  Michael Smith  <msmith@fluendo.com>
2166
2167         * gst/tcp/gstmultifdsink.c:
2168         (gst_multi_fd_sink_client_queue_buffer):
2169           If caps change, then update the client's idea of the caps so that we
2170           don't end up re-sending streamheaders for every single buffer after
2171           the caps change.
2172
2173 2006-10-20  Michael Smith  <msmith@fluendo.com>
2174
2175         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2176         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2177           Set caps on pushed buffers; fix up refcounting of caps objects.
2178
2179 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2180
2181         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2182         (plugin_init):
2183           Typefind mmsh header data packet to application/x-mmsh (#362625).
2184
2185 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2186
2187         * tests/check/Makefile.am:
2188         * tests/check/elements/.cvsignore:
2189         * tests/check/elements/subparse.c: (buffer_from_static_string),
2190         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2191         (GST_START_TEST), (subparse_suite):
2192           Add very simple unit test for subparse.
2193
2194 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2195
2196         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2197         (parse_subrip):
2198           Strip trailing newlines from subtitle text output.
2199
2200 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2201
2202         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2203         (gst_sub_parse_change_state):
2204           Fix memleak; clear subparse->textbuf n state change function.
2205
2206 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2207
2208         * gst/subparse/gstsubparse.c:
2209         (gst_sub_parse_data_format_autodetect):
2210           Don't require subrip (.srt) files to start with a chunk number of 1.
2211
2212 2006-10-18  Wim Taymans  <wim@fluendo.com>
2213
2214         * gst-libs/gst/audio/gstbaseaudiosink.c:
2215         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2216         * gst-libs/gst/audio/gstbaseaudiosink.h:
2217         Extract rate from the NEWSEGMENT event.
2218         Use commit_full to also take rate adjustment into account when writing
2219         samples to the ringbuffer.
2220         
2221         * gst-libs/gst/audio/gstringbuffer.c:
2222         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2223         (gst_ring_buffer_read):
2224         * gst-libs/gst/audio/gstringbuffer.h:
2225         Added _commit_full() to also take rate into account.
2226         Use simple interpolation algorithm to resample audio.
2227         API: gst_ring_buffer_commit_full()
2228
2229         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2230         * tests/examples/seek/seek.c: (segment_done):
2231         Don't try to seek with 0.0 rate, just pause instead.
2232         Remove bogus debug line.
2233
2234 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2235
2236         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2237         (setup_source):
2238           Catch async errors when starting up the subtitle bin, so we can
2239           stop waiting and continue with the main film instead of hanging
2240           forever. Fixes #339366.
2241
2242         * tests/check/elements/playbin.c: (playbin_suite):
2243           Enable unit test for the above.
2244
2245 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2246
2247         * tests/check/Makefile.am:
2248         * tests/check/elements/.cvsignore:
2249         * tests/check/elements/playbin.c: (GST_START_TEST),
2250         (gst_red_video_src_uri_get_type),
2251         (gst_red_video_src_uri_get_protocols),
2252         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2253         (gst_red_video_src_uri_handler_init),
2254         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2255         (gst_red_video_src_create), (gst_red_video_src_class_init),
2256         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2257           Some small and basic unit tests for playbin; not very useful yet,
2258           but at least a start.
2259
2260 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2261
2262         * gst/playback/gstplaybin.c: (setup_sinks):
2263           The old pad activation spiel.
2264
2265 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2266
2267         * gst/playback/gstplaybasebin.c: (setup_source):
2268           Don't hang forever if the subbin already fails to start up in 
2269           the state change to PAUSED (#339366).
2270
2271 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2272
2273         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2274         (gst_tuner_set_channel), (gst_tuner_get_channel),
2275         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2276         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2277         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2278         (gst_tuner_find_channel_by_name):
2279           Fix some function guards, add some more function guards.
2280
2281 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2282
2283         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2284         (remove_element_chain):
2285         Don't return a pad from get_our_ghost_pad unless it is actually the
2286         one we want.
2287         Change a cast in remove_element_chain slightly.
2288
2289 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2290
2291         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2292         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2293         Segment seeking needs to use the rate and set stop to -1.
2294
2295 2006-10-13  Wim Taymans  <wim@fluendo.com>
2296
2297         * gst-libs/gst/audio/gstbaseaudiosink.c:
2298         (gst_base_audio_sink_setcaps):
2299         Don't crash when ringbuffer is not yet created.
2300         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2301         Fixes #361634.
2302
2303         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2304         * gst/playback/gststreamselector.c:
2305         (gst_stream_selector_request_new_pad):
2306         Activate pads befre adding them to running elements.
2307
2308 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2309
2310         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2311         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2312         updater when we start grabing the slider. Don't wait for the
2313         pipeline to be PAUSED.
2314
2315 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2316
2317         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2318         (gst_mixer_set_volume), (gst_mixer_get_volume),
2319         (gst_mixer_set_mute), (gst_mixer_set_option),
2320         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2321         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2322         (gst_mixer_option_changed):
2323           Guard mixer interface functions against bogus arguments.
2324
2325 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2326
2327         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2328         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2329         (msg_state_changed), (main): Use state-changed messages to trigger
2330         start/stop of scale update timer. Indeed the scale slider was
2331         jumping here and there because the update timer was activated 
2332         before seek completed. This fixes instant applying of rate changes
2333         by pressing the spinbutton like a crazy man !
2334
2335 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2336
2337         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2338
2339         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2340         (gst_basertppayload_finalize):
2341           Fix two small memory leaks (#361456).
2342
2343 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2344
2345         * tests/examples/seek/seek.c: (do_seek),
2346         (rate_spinbutton_changed_cb): When changing spinbutton we try
2347         to change the rate on the fly.
2348
2349 2006-10-10  Wim Taymans  <wim@fluendo.com>
2350
2351         * gst-libs/gst/riff/riff-ids.h:
2352         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2353         (gst_riff_create_audio_template_caps):
2354         Add WMS caps.
2355
2356 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2357
2358         Patch by: Josep Torre Valles <josep@fluendo.com>
2359
2360         * ext/gnomevfs/gstgnomevfssink.c:
2361         * ext/gnomevfs/gstgnomevfssrc.c:
2362         Fix URI interface implementation return type.
2363         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2364         Fix what looks like a copy/paste issue when assigning values.
2365         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2366         (gst_audio_filter_template_get_type):
2367         Cast to prevent Forte warnings.
2368         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2369         Fix URI interface implementation return type.
2370         gst_pad_query_position requires a signed integer pointer as
2371         3rd parameter, GstClockTime is unsigned.
2372         * gst/audioconvert/audioconvert.c:
2373         Fix integer overflow when treated as signed.
2374         * gst/audioresample/resample.c: (resample_add_input_data):
2375         Cast to prevent warnings on Forte.
2376         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2377         Fix integer overflow when treated as signed.
2378         * gst/ffmpegcolorspace/imgconvert_template.h:
2379         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2380         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2381         (cleanup_decodebin):
2382         Who initialises a guint to -1!
2383         Cast function pointers to prevent warnings on Forte.
2384         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2385         (queue_threshold_reached):
2386         Cast function pointers correctly to prevent warnings on Forte.
2387         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2388         Cast function pointers correctly to prevent warnings on Forte.
2389         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2390         Obvious change to unsigned, 0xEF > max signed char.
2391         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2392         GstClockTime is unsigned, initialise correctly.
2393         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2394         Cast so pointer arithemetic doesn't cause warnings on Forte.
2395         * gst/videorate/gstvideorate.c:
2396         Use correct return value.
2397         * tests/examples/seek/scrubby.c:
2398         GstClockTime is unsigned, initialise correctly.
2399
2400 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2401
2402         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2403
2404         * gst/typefind/gsttypefindfunctions.c:
2405           Recognise XML files and XML-like files shorter than 256 bytes as
2406           well (fixes #359237).
2407
2408 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2409
2410         Patch by: Renato Filho <renato.filho@indt.org.br>
2411         
2412         * gst/typefind/gsttypefindfunctions.c:
2413         Added typefind functions to video/x-nuv media.
2414         
2415 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2416
2417         * gst-libs/gst/interfaces/xoverlay.c:
2418         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2419           Some more guards against invalid input.
2420
2421 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2422
2423         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2424         Useless goto.
2425         * tests/examples/seek/seek.c: (do_seek),
2426         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2427         seek example to experiment with rates != 1.0 (reverse playback !)
2428
2429 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2430
2431         * gst-libs/gst/interfaces/xoverlay.c:
2432           Unref message in doc-example (spotted by Robert McQueen)
2433
2434 2006-10-06  Wim Taymans  <wim@fluendo.com>
2435
2436         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2437         (mpeg1_parse_header), (mpeg1_sys_type_find):
2438         printf fix.
2439
2440 2006-10-06  Wim Taymans  <wim@fluendo.com>
2441
2442         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2443         (close_pad_link):
2444         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2445         Activate dynamic pads before adding them to the element.
2446
2447 2006-10-06  Michael Smith  <msmith@fluendo.com>
2448
2449         * gst-libs/gst/floatcast/floatcast.h:
2450           Fix obviously-bogus macros; use the correct types.
2451
2452 2006-10-06  Wim Taymans  <wim@fluendo.com>
2453
2454         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2455         (gst_base_rtp_depayload_change_state):
2456         Also call parent state change function to activate pads.
2457
2458         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2459         (mpeg1_parse_header), (mpeg1_sys_type_find):
2460         Add some more debug info in mpeg typefinding.
2461
2462 2006-10-06  Michael Smith  <msmith@fluendo.com>
2463
2464         * ext/theora/theoradec.c: (theora_dec_chain):
2465           Zero byte theora packets are valid and well-defined; don't warn on
2466           them.
2467
2468 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2469
2470         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2471         (gst_multi_fd_sink_get_stats), (find_limits),
2472         (gst_multi_fd_sink_queue_buffer):
2473           API: add dropped_buffers to the get-stats GValueArray
2474
2475 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2476
2477         * ext/alsa/gstalsadeviceprobe.c:
2478         (gst_alsa_device_property_probe_get_values):
2479         * ext/alsa/gstalsasink.c: (set_hwparams):
2480         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2481         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2482         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2483         (gst_ogg_mux_process_best_pad):
2484         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2485         (gst_ogg_parse_chain):
2486         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2487         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2488         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2489         (gst_vorbis_enc_buffer_check_discontinuous):
2490         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2491         * gst-libs/gst/audio/gstbaseaudiosink.c:
2492         (gst_base_audio_sink_render):
2493         * gst-libs/gst/cdda/gstcddabasesrc.c:
2494         (gst_cdda_base_src_handle_track_seek):
2495         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2496         (gst_base_rtp_depayload_push_full):
2497         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2498         * gst/audioresample/resample.c: (resample_input_pushthrough):
2499         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2500         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2501         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2502         (wavpack_type_find):
2503         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2504         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2505         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2506         * tests/check/elements/volume.c: (GST_START_TEST):
2507           Printf format fixes.
2508
2509 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2510
2511         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2512           Fix a simple mistake (see the docs)
2513           Fixes #359580
2514
2515 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2516
2517         * docs/plugins/Makefile.am:
2518         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2519         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2520         * docs/plugins/gst-plugins-base-plugins.args:
2521         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2522         * docs/plugins/inspect/plugin-adder.xml:
2523         * docs/plugins/inspect/plugin-alsa.xml:
2524         * docs/plugins/inspect/plugin-audioconvert.xml:
2525         * docs/plugins/inspect/plugin-audiorate.xml:
2526         * docs/plugins/inspect/plugin-audioresample.xml:
2527         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2528         * docs/plugins/inspect/plugin-cdparanoia.xml:
2529         * docs/plugins/inspect/plugin-decodebin.xml:
2530         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2531         * docs/plugins/inspect/plugin-gdp.xml:
2532         * docs/plugins/inspect/plugin-gnomevfs.xml:
2533         * docs/plugins/inspect/plugin-libvisual.xml:
2534         * docs/plugins/inspect/plugin-ogg.xml:
2535         * docs/plugins/inspect/plugin-pango.xml:
2536         * docs/plugins/inspect/plugin-playbin.xml:
2537         * docs/plugins/inspect/plugin-subparse.xml:
2538         * docs/plugins/inspect/plugin-tcp.xml:
2539         * docs/plugins/inspect/plugin-theora.xml:
2540         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2541         * docs/plugins/inspect/plugin-video4linux.xml:
2542         * docs/plugins/inspect/plugin-videorate.xml:
2543         * docs/plugins/inspect/plugin-videoscale.xml:
2544         * docs/plugins/inspect/plugin-videotestsrc.xml:
2545         * docs/plugins/inspect/plugin-volume.xml:
2546         * docs/plugins/inspect/plugin-vorbis.xml:
2547         * docs/plugins/inspect/plugin-ximagesink.xml:
2548         * docs/plugins/inspect/plugin-xvimagesink.xml:
2549           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2550
2551 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2552
2553         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2554
2555         * ext/vorbis/Makefile.am:
2556         * ext/vorbis/vorbis.c: (plugin_init):
2557         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2558         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2559         * ext/vorbis/vorbisparse.h:
2560         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2561         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2562         (gst_vorbis_tag_parse_packet):
2563         * ext/vorbis/vorbistag.h:
2564           Add new vorbistag element which derives from vorbisparse
2565           and is essentially the same as well, only that it implements
2566           the GstTagSetter interface and can modify the stream's
2567           vorbiscomment on the fly (#335635).
2568
2569         * tests/check/Makefile.am:
2570         * tests/check/elements/.cvsignore:
2571         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2572         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2573         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2574         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2575           Add unit test for new vorbistag element.
2576
2577 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2578
2579         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2580         (vorbis_parse_push_headers), (vorbis_parse_chain):
2581           Set BOS flag in packet structure to fix 'jump depends
2582           on unitialized value' errors in valgrind; various minor
2583           clean-ups.
2584
2585 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2586
2587         * gst/playback/gstdecodebin.c: (close_pad_link):
2588         Fix typo in a debug statement.
2589
2590         * gst/playback/gstplaybasebin.c: (probe_triggered),
2591         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2592         (gen_source_element), (source_new_pad), (analyse_source),
2593         (setup_source):
2594         When handling no_more_pads in new_decoded_pad, make sure to treat
2595         subtitle pads correctly. Fixes playback with subtitle files.
2596
2597         Move a recurring message to LOG level.
2598
2599         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2600         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2601         which ends up as -1 when cast to an int. Make the logic handle the
2602         max value as an unsigned mask and only change the colorkey when it's
2603         a value we recognise.
2604
2605 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2606
2607         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2608         Removed empty * between paragraphs
2609
2610 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2611
2612         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2613         * gst-libs/gst/rtp/README:
2614         Moved some documentation into .c file
2615
2616 2006-09-29  Wim Taymans  <wim@fluendo.com>
2617
2618         * gst/playback/gstdecodebin.c: (no_more_pads):
2619         Fix compilation.
2620
2621 2006-09-29  Wim Taymans  <wim@fluendo.com>
2622
2623         * gst/playback/gstdecodebin.c: (new_caps):
2624         Remove g_print
2625
2626         * gst/playback/gstplaybin.c:
2627         Add some docs.
2628
2629 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2630
2631         * tests/check/Makefile.am:
2632           Re-enable cddabasesrc test to see if it works again
2633           now.
2634
2635 2006-09-29  Wim Taymans  <wim@fluendo.com>
2636
2637         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2638         (gen_source_element):
2639         Handle invalid URIs a bit more gracefully.
2640
2641 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2642
2643         * tests/check/pipelines/oggmux.c:
2644           Remove obsolete comment.
2645
2646 2006-09-29  Michael Smith  <msmith@fluendo.com>
2647
2648         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2649         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2650         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2651         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2652         (gst_ogg_mux_collected):
2653           Commit patch from James "Doc" Livingston, adds proper EOS handling
2654           in oggmux. GStreamer can, for the first time ever, create a valid
2655           Ogg file! Yay!
2656
2657         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2658         (oggmux_suite):
2659           Reenable tests now that they pass.
2660
2661 2006-09-29  Wim Taymans  <wim@fluendo.com>
2662
2663         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2664         Stop reading commands when EOF (we read 0) as well.
2665
2666 2006-09-28  Wim Taymans  <wim@fluendo.com>
2667
2668         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2669         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2670         (find_dynamic), (unlinked), (close_link):
2671         Implement delayed caps linking needed for element with a lot of
2672         different caps on the src pads that get fixed at runtime.
2673         Improve management of dynamic elements.
2674
2675         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2676         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2677         (gen_preroll_element), (remove_groups), (unknown_type),
2678         (add_element_stream), (no_more_pads_full), (no_more_pads),
2679         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2680         (new_decoded_pad), (setup_subtitle), (array_has_value),
2681         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2682         (analyse_source), (remove_decoders), (make_decoder),
2683         (remove_source), (setup_source), (finish_source), (prepare_output),
2684         (gst_play_base_bin_change_state):
2685         * gst/playback/gstplaybasebin.h:
2686         Use more _CAST instead of full type checking casts.
2687         Small cleanups, plug some leaks.
2688         Handle dynamic sources.
2689         Add some helper functions to create lists of strings used for
2690         blacklisting and other stuff.
2691         Refactor some code dealing with analysing the source.
2692         Re-enable sources without pads (like cd:// or other selfcontained
2693         elements).
2694
2695 2006-09-28  Wim Taymans  <wim@fluendo.com>
2696
2697         * gst-libs/gst/audio/gstbaseaudiosink.c:
2698         (gst_base_audio_sink_render):
2699         When we have a timestamp, we can still perform clipping.
2700         When we have no clock, we must play the sample ASAP.
2701
2702 2006-09-28  Wim Taymans  <wim@fluendo.com>
2703
2704         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2705         Set caps on outgoing buffers.
2706
2707         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2708         (gst_video_rate_event), (gst_video_rate_chain):
2709         * gst/videorate/gstvideorate.h:
2710         Fix videorate some more. Fixes #357977
2711
2712 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2713
2714         * tests/check/elements/adder.c: (adder_suite):
2715           Don't set timeout to 6 seconds when we're running
2716           in valgrind ... (and how is 6 seconds longer than
2717           the default anyway?)
2718
2719 2006-09-28  Wim Taymans  <wim@fluendo.com>
2720
2721         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2722         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2723         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2724         Keep sink and src segment to keep track of time and support more
2725         input formats.
2726         Fix bogus next_offset and run_time calculation, don't understand how
2727         this could have worked before. Fixes #357976.
2728         Remove some unneeded vars.
2729
2730 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2731
2732         * gst/playback/gstplaybin.c: (remove_sinks):
2733           Only remove visualisation from visbin if there is a visbin (or:
2734           don't throw warnings when closing totem without playing a file).
2735
2736 2006-09-27  Wim Taymans  <wim@fluendo.com>
2737
2738         * gst-libs/gst/audio/gstbaseaudiosink.c:
2739         (gst_base_audio_sink_render):
2740         Add some more info in a WARNING.
2741
2742         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2743         (gst_base_audio_src_create):
2744         Handle PAUSE in create function, use new -core addition to
2745         wait for playing. Fixes pausing and resuming capture from an
2746         audiosrc.
2747
2748         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2749         (gst_ring_buffer_read):
2750         Constify some more.
2751         Caller supports interrupted reads now.
2752
2753 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2754
2755         * tests/check/Makefile.am:
2756           Another attempt to make the gen64 buildbot happy.
2757
2758 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2759
2760         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2761
2762         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2763         (gst_visual_chain), (gst_visual_change_state):
2764           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2765           correctly. Fixes #357800
2766
2767 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2768
2769         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2770           Add timeout to _get_state() so we see which pipeline it is
2771           that causes trouble on the gen64 build bot.
2772
2773 2006-09-27  Wim Taymans  <wim@fluendo.com>
2774
2775         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2776         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2777         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2778         (gst_base_rtp_depayload_set_gst_timestamp):
2779         the source pad always uses fixed caps.
2780
2781 2006-09-27  Wim Taymans  <wim@fluendo.com>
2782
2783         * docs/libs/gst-plugins-base-libs-docs.sgml:
2784         * docs/libs/gst-plugins-base-libs-sections.txt:
2785         * gst-libs/gst/audio/gstaudioclock.c:
2786         * gst-libs/gst/audio/gstaudioclock.h:
2787         * gst-libs/gst/audio/gstaudiosink.c:
2788         * gst-libs/gst/audio/gstaudiosink.h:
2789         * gst-libs/gst/audio/gstaudiosrc.c:
2790         * gst-libs/gst/audio/gstbaseaudiosink.c:
2791         (gst_base_audio_sink_render):
2792         * gst-libs/gst/audio/gstbaseaudiosink.h:
2793         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2794         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2795         * gst-libs/gst/audio/gstringbuffer.h:
2796         Added docs for the audio libs.
2797
2798 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2799
2800         * tests/check/Makefile.am:
2801           Temporarily disable test that fails on the bots for unknown reasons.
2802
2803 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2804
2805         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2806         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2807         Moved AudioCodecType into priv
2808         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2809
2810 2006-09-25  Wim Taymans  <wim@fluendo.com>
2811
2812         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2813         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2814         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2815         (new_pad):
2816         Cleanups and small leak fixes.
2817         Added Depayloaders to valid list of autopluggable elements.
2818
2819 2006-09-25  Wim Taymans  <wim@fluendo.com>
2820
2821         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2822         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2823         (gen_video_element), (gen_text_element), (gen_audio_element),
2824         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2825         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2826         Detect NO_PREROLL state change returns and disable clock distribution to
2827         the sinks so that sync is disabled.
2828         Avoid some type checking and do simple casts instead.
2829         Small cleanups, fix some FIXMEs.
2830         Be more robust when linking user specified elements, catch an report
2831         errors. Fixes #357404.
2832         Fix some leaks in the error paths.
2833
2834 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2835
2836         * ChangeLog:
2837           ChangeLog surgery for missing bug-number
2838
2839 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2840
2841         Patch by: Peter Kjellerstedt  <pkj at axis com>
2842
2843         * gst/playback/test.c:
2844           Fix compilation with uClibc and -Werror (#357591).
2845
2846 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2847
2848         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2849           Parse dates that are followed by a time as well (#357532).
2850
2851         * tests/check/libs/tag.c: (test_vorbis_tags):
2852           Add unit test for this.
2853
2854 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2855
2856         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2857         (gst_audio_convert_transform_caps):
2858         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2859         * gst/videotestsrc/videotestsrc.h:
2860           A few array const-ifications.
2861
2862 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2863
2864         * tests/check/Makefile.am:
2865           See if this makes the build bots happy.
2866
2867         * tests/check/libs/cddabasesrc.c:
2868           UTF8-ise my name.
2869
2870 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2871
2872         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2873
2874         * gst/subparse/samiparse.c: (handle_start_font),
2875         (fix_invalid_entities):
2876           More case-insensitivity for certain tags; recognise entities with
2877           decimal codes as special entities as well (#357330).
2878
2879 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2880
2881         * gst-libs/gst/Makefile.am:
2882           Need to build tag directory before cdda.
2883
2884 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2885
2886         * docs/libs/gst-plugins-base-libs-sections.txt:
2887         * gst-libs/gst/cdda/Makefile.am:
2888         * gst-libs/gst/cdda/gstcddabasesrc.c:
2889         (gst_cdda_base_src_base_init):
2890         * gst-libs/gst/cdda/gstcddabasesrc.h:
2891         * gst-libs/gst/tag/tag.h:
2892         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2893         (gst_tag_register_musicbrainz_tags):
2894           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2895           depend on libgsttag. This is required so we can extract/read tags like
2896           DISCID without depending on libgstcddabasesrc (which used to register
2897           them).
2898
2899         * gst-libs/gst/tag/gstvorbistag.c:
2900           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2901           tags (also see #347848).
2902
2903         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2904           Log vorbis comments we are actually writing. Const-ify array.
2905
2906 2006-09-23  Wim Taymans  <wim@fluendo.com>
2907
2908         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2909         Improve buffering a bit by avoiding a deadlock because we cannot assume
2910         the underrun is always called.
2911
2912 2006-09-23  Wim Taymans  <wim@fluendo.com>
2913
2914         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2915
2916         * gst-libs/gst/riff/riff-ids.h:
2917         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2918         (gst_riff_create_audio_template_caps):
2919         Added MPEG-4 AAC and id and caps. Fixes #357289
2920         Added WMA9 Lossless id.
2921
2922 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
2923
2924         * ext/gnomevfs/gstgnomevfssrc.c:
2925           Fix misleading docs addition.
2926
2927         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2928           Get rid of compiler warning the right way.
2929
2930 2006-09-22  Wim Taymans  <wim@fluendo.com>
2931
2932         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2933         (gst_base_rtp_depayload_finalize),
2934         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2935         (gst_base_rtp_depayload_push_full),
2936         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2937         (gst_base_rtp_depayload_process),
2938         (gst_base_rtp_depayload_set_gst_timestamp),
2939         (gst_base_rtp_depayload_queue_release):
2940         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2941         Small cleanups.
2942         Fix some leaks.
2943         Refactored the process method and added methods to push from the process
2944         vmethod.
2945         Use _scale functions.
2946         API: gst_base_rtp_depayload_push_ts
2947         API: gst_base_rtp_depayload_push
2948
2949         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2950         timestamps are uint.
2951
2952 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
2953
2954         * gst-libs/gst/interfaces/xoverlay.c:
2955           Remove unused statement from doc example.
2956
2957 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
2958
2959         * gst-libs/gst/interfaces/videoorientation.c:
2960         (gst_video_orientation_iface_init),
2961         (gst_video_orientation_get_hflip),
2962         (gst_video_orientation_get_vflip),
2963         (gst_video_orientation_get_hcenter),
2964         (gst_video_orientation_get_vcenter),
2965         (gst_video_orientation_set_hflip),
2966         (gst_video_orientation_set_vflip),
2967         (gst_video_orientation_set_hcenter),
2968         (gst_video_orientation_set_vcenter):
2969           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
2970           in ChangeLog)
2971
2972 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
2973
2974         * tests/check/Makefile.am:
2975         * tests/check/elements/.cvsignore:
2976         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
2977         (create_rgb_conversions), (rgb_conversion_free),
2978         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
2979         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
2980           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
2981           but disable for now since it doesn't pass (something wrong with
2982           RGBA somewhere).
2983
2984 2006-09-21  Wim Taymans  <wim@fluendo.com>
2985
2986         * gst/playback/gstplaybasebin.c: (group_commit),
2987         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
2988         (queue_out_of_data), (gen_preroll_element),
2989         (preroll_remove_overrun), (probe_triggered):
2990         Refactor handling of overrun detection.
2991         Separate handling of group completion and deadlock detection when doing
2992         network buffering. This should fix some deadlocks that were not detected
2993         because the group was completed.
2994         Add more comments, improve debugging.
2995
2996 2006-09-21  Wim Taymans  <wim@fluendo.com>
2997
2998         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2999         * tests/check/libs/audio.c:
3000         Some more compilation fixes.
3001
3002 2006-09-21  Wim Taymans  <wim@fluendo.com>
3003
3004         * gst-libs/gst/audio/gstringbuffer.c:
3005         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3006         (gst_ring_buffer_read):
3007         Early morning compilation fix.
3008
3009 2006-09-20  Wim Taymans  <wim@fluendo.com>
3010
3011         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3012         * tests/check/elements/multifdsink.c: (GST_START_TEST):
3013         * tests/check/elements/videorate.c: (GST_START_TEST):
3014         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3015         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3016         Fix some warnings.
3017
3018 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3019
3020         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3021         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3022         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3023           Handcrafted merge to help CVS understanding what I changed and what
3024           not.
3025
3026 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3027
3028         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3029         (gst_xvimagesink_get_times):
3030           change colorkey behaviour back according to #354773 comment 6/7
3031
3032 2006-09-19  Michael Smith  <msmith@fluendo.com>
3033
3034         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3035         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3036         (gst_multi_fd_sink_recover_client),
3037         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3038         (gst_multi_fd_sink_get_property):
3039         * gst/tcp/gstmultifdsink.h:
3040           Implement stubbed out properties unit-type, units-soft-max,
3041           units-max, to allow specifying maximum sizes in units other than
3042           buffers.
3043           Fixes #355935
3044
3045 2006-09-19  Wim Taymans  <wim@fluendo.com>
3046
3047         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3048         (gst_riff_create_audio_template_caps):
3049         Reorder the audio formats a bit for clarity.
3050         Detect and create caps for MSGSM and MSN (WAV49).
3051         Fixes #356596.
3052
3053         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3054         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3055         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3056         Small cleanups, move error handling out of normal flow for clarity.
3057
3058 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3059
3060         * docs/libs/gst-plugins-base-libs-docs.sgml:
3061         * docs/libs/gst-plugins-base-libs.types:
3062         * gst-libs/gst/interfaces/Makefile.am:
3063         * gst-libs/gst/interfaces/videoorientation.c:
3064         (gst_video_orientation_get_type),
3065         (gst_video_orientation_iface_init),
3066         (gst_video_orientation_get_hflip),
3067         (gst_video_orientation_get_vflip),
3068         (gst_video_orientation_get_hcenter),
3069         (gst_video_orientation_get_vcenter),
3070         (gst_video_orientation_set_hflip),
3071         (gst_video_orientation_set_vflip),
3072         (gst_video_orientation_set_hcenter),
3073         (gst_video_orientation_set_vcenter):
3074         * gst-libs/gst/interfaces/videoorientation.h:
3075           API: Add new interface to control video orientation (fixes #354908)
3076
3077 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3078
3079         * gst/videotestsrc/gstvideotestsrc.c:
3080           Use G_UNLIKELY in _create and log one more detail.
3081           
3082         (gst_video_test_src_get_times), (gst_video_test_src_create):
3083         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3084           Use gst_util_uint64_scale_int in _get_times().
3085
3086 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3087
3088         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3089           Give better warning message (add object and detail).
3090
3091 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3092
3093         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3094         (gst_xvimagesink_get_times):
3095           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3096           #354773), use gst_util_uint64_scale_int in _get_times()
3097
3098 2006-09-18  Michael Smith  <msmith@fluendo.com>
3099
3100         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3101           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3102           always true, leading to dropping all timestamps.
3103
3104 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3105
3106         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3107         (gst_visual_chain), (gst_visual_change_state):
3108           update to work also with libvisual 0.4 API, fix double unref (#355914)
3109           
3110         * tools/gst-launch-ext.1.in:
3111         * tools/gst-visualise.1.in:
3112           remove references to old man-pages
3113
3114         * tests/examples/seek/seek.c: (main):
3115           add real meadi-buttons, add tool-tips for the seek-options, arrange
3116           seek options in a table
3117
3118 2006-09-18  Michael Smith  <msmith@fluendo.com>
3119
3120         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3121         (gst_ogg_mux_push_buffer):
3122           Don't generate out-of-order timestamps from oggmux, instead clamp
3123           output timestamps to be >= the previously output ts.
3124           Fixes #355595
3125
3126 2006-09-18  Michael Smith  <msmith@fluendo.com>
3127
3128         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3129         (gst_multi_fd_sink_class_init):
3130           Updates, fixes, and typo corrections for multifdsink. No functional
3131           changes.
3132
3133 2006-09-17  Michael Smith  <msmith@fluendo.com>
3134
3135         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3136           Don't crash on truncated files - check that we got an 8 byte buffer
3137           before trying to memcmp it.
3138
3139 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3140
3141         * gst/playback/gstplaybasebin.c: (get_active_source):
3142           Make stream-switching appear instant to the application
3143           (ie. make sure that a g_object_get on 'current-foo' returns
3144           the stream previously set with g_object_set(). Totem needs
3145           this to update stream-related meta-info (like audio-codec)
3146           correctly when switching streams.
3147
3148 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3149
3150         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3151         (gst_alsa_mixer_ensure_track_list):
3152           Try harder to guess which mixer track is the master mixer
3153           track (instead of just taking the first one that has a pvolume).
3154           Fixes #342228.
3155
3156 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3157
3158         reviewed by: <delete if not using a buddy>
3159
3160         * gst-libs/gst/audio/audio.h:
3161         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3162
3163 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3164
3165         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3166         (gst_audio_convert_transform_caps):
3167           Get structure-name just once.
3168
3169 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3170
3171         * tests/check/elements/audioresample.c: (GST_START_TEST):
3172         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3173         * tests/check/elements/volume.c: (GST_START_TEST):
3174         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3175         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3176         (test_pipeline), (GST_START_TEST):
3177         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3178         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3179           Fix big batch of compiler warnings.
3180
3181 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3182
3183         * ext/gnomevfs/gstgnomevfssrc.c:
3184           Add docs about icydemux usage in connection with gnomevfssrc
3185
3186         * ext/libvisual/visual.c:
3187         * ext/ogg/gstoggaviparse.c:
3188         * ext/ogg/gstoggdemux.c:
3189         * ext/ogg/gstoggmux.c:
3190         * ext/ogg/gstoggparse.c:
3191         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3192         * gst-libs/gst/audio/gstaudiosink.c:
3193         * gst-libs/gst/audio/gstaudiosrc.c:
3194         * gst/audiorate/gstaudiorate.c:
3195           More G_OBJECT macro fixing.
3196
3197         * gst/audiotestsrc/gstaudiotestsrc.h:
3198           Fix wrong info in header due to copy & paste
3199
3200 2006-09-15  Wim Taymans  <wim@fluendo.com>
3201
3202         * gst-libs/gst/audio/gstbaseaudiosink.c:
3203         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3204         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3205         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3206         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3207         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3208         Do the delay calculation in the source/sink base classes as this is
3209         specific for the capture/playback mode.
3210         Try to fixate a bit better, like round depth up to a multiple of 8
3211         bigger than width.
3212         Handle underruns correctly by marking DISCONT on buffers and adjusting
3213         timestamps to handle the gap.
3214         Set offset/offset_end correctly on buffers.
3215
3216         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3217         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3218         (gst_ring_buffer_read):
3219         Remove resync and underrun recovery from the ringbuffer.
3220         Fix ringbuffer read code on under/overrun.
3221
3222 2006-09-15  Wim Taymans  <wim@fluendo.com>
3223
3224         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3225         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3226         (queue_threshold_reached), (gst_play_base_bin_set_property),
3227         (gst_play_base_bin_get_property):
3228         * gst/playback/gstplaybasebin.h:
3229         Don't use a 0 low watermark when buffering, it is catching starvation
3230         way too late. Instead, use a 3 second queue with 30 and 95
3231         percent low/high watermarks. 
3232         Added queue-min-threshold property to configure low watermark.
3233         Use new _buffering message API.
3234         Make queue_threshold variable big enough to store a uint64 time value.
3235         API: playbin::queue-min-threshold property.
3236
3237 2006-09-15  Wim Taymans  <wim@fluendo.com>
3238
3239         * configure.ac:
3240         We require 0.10.10.1 now because of _wait_preroll().
3241
3242         * gst-libs/gst/audio/gstbaseaudiosink.c:
3243         (gst_base_audio_sink_render):
3244         Use gst_base_sink_wait_preroll().
3245
3246 2006-09-15  Wim Taymans  <wim@fluendo.com>
3247
3248         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3249         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3250         Use DEBUG_OBJECT more.
3251
3252 === release 0.10.10 ===
3253
3254 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3255
3256         patch by: Michael Smith <msmith at fluendo dot com>
3257
3258         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3259         (gst_multi_fd_sink_client_queue_buffer),
3260         (gst_multi_fd_sink_new_client):
3261         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3262         (multifdsink_suite):
3263           Fix implementation of sync-method 'next-keyframe'
3264           Closes #354594
3265
3266 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3267
3268         patch by: Wim Taymans <wim at fluendo dot com>
3269
3270         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3271         This patch removes the RANDOM flag that was incorrectly introduced with
3272         revision 1.91.  Fixes #354590
3273
3274 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3275
3276         * tests/check/Makefile.am:
3277           Random variation in Makefile line to see if it makes the
3278           gen64-base-full bot any happier.
3279
3280 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3281
3282         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3283           Disable test that fails at the moment (killed after timeout).
3284
3285 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3286
3287         Patch by: James Livingston  <doclivingston at gmail.com>
3288
3289         * tests/check/Makefile.am:
3290         * tests/check/pipelines/.cvsignore:
3291         * tests/check/pipelines/oggmux.c: (get_page_codec),
3292         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3293         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3294         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3295         (test_theora_vorbis), (oggmux_suite):
3296           Add simple unit test for oggmux from #337026 with checking for the
3297           EOS flags disabled for the time being.
3298
3299 2006-09-04  Wim Taymans  <wim@fluendo.com>
3300
3301         patch by: Alessandro Dessina <alessandro nnva org>
3302
3303         * ext/ogg/gstoggmux.c:
3304         Add cmml caps to oggmux. Fixes #353912
3305
3306 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3307
3308         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3309           Returning a return value often helps. In this case, we
3310           don't need the return value anyway, so just get rid of it.
3311           Should make build bots much happier.
3312
3313 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3314
3315         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3316         (paint_get_structure), (gst_video_test_src_get_size),
3317         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3318         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3319         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3320         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3321         * gst/videotestsrc/videotestsrc.h:
3322           Add support for AYUV and the various RGBA formats. Initialise
3323           fields of paintinfo structs allocated on the stack.
3324
3325         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3326         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3327         (check_rgb_buf), (videotestsrc_suite):
3328           Add unit tests for videotestsrc's RGB output.
3329
3330 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3331
3332         * gst/videotestsrc/gstvideotestsrc.c:
3333         (gst_video_test_src_pattern_get_type),
3334         (gst_video_test_src_set_pattern):
3335         * gst/videotestsrc/gstvideotestsrc.h:
3336         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3337         (gst_video_test_src_black), (gst_video_test_src_white),
3338         (gst_video_test_src_red), (gst_video_test_src_green),
3339         (gst_video_test_src_blue):
3340         * gst/videotestsrc/videotestsrc.h:
3341           Add more uni-colour patterns ("white", "red", "green", and "blue").
3342
3343 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3344
3345         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3346           Fix stride for YVYU, should be word-aligned (#353658).
3347
3348 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3349
3350         * gst/adder/gstadder.c: (gst_adder_src_event):
3351           Fix build.
3352
3353 2006-08-31  Edward Hervey  <edward@fluendo.com>
3354
3355         * gst/adder/gstadder.c: (forward_event_func),
3356         (gst_adder_src_event), (gst_adder_collected),
3357         (gst_adder_change_state):
3358         * gst/adder/gstadder.h:
3359         Remember the start position asked in the incoming seeks, so we can
3360         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3361         of assuming it will always be 0).
3362
3363 2006-08-31  Edward Hervey  <edward@fluendo.com>
3364
3365         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3366         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3367         (gst_ogg_demux_loop):
3368         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3369
3370 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3371
3372         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3373         (gst_ffmpegcsp_get_unit_size):
3374           Return FALSE instead of returning a random false unit
3375           size when the format isn't known/supported (even if
3376           this shouldn't happen under normal circumstances).
3377
3378 2006-08-29  Wim Taymans  <wim@fluendo.com>
3379
3380         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3381
3382         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3383         (gst_gnome_vfs_src_start):
3384         Try harder to get the size from a uri by using _info_uri() when
3385         _info_from_handle() does not give us enough info. 
3386         Also follow symlinks when getting the size.
3387         Partially Fixes #332864.
3388
3389 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3390
3391         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3392
3393         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3394         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3395         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3396         (gst_alsa_mixer_set_record):
3397         * ext/alsa/gstalsamixertrack.c:
3398         (gst_alsa_mixer_track_update_alsa_capabilities),
3399         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3400         (gst_alsa_mixer_track_update):
3401         * ext/alsa/gstalsamixertrack.h:
3402           Improve and fix mixer track handling, in particular better handling
3403           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3404           separate track objects for tracks that have both capture and playback
3405           volume (and label them differently as well so they're not mistakenly
3406           assumed to be duplicates); classify mixer tracks that only affect
3407           the audible volume of something (rather than the capture volume)
3408           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3409           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3410           (following the meaning documented in the mixer interface header
3411           file); add support for alsa's exclusive cswitch groups; update/sync
3412           state/flags better if mixer settings are changed by another
3413           application. Fixes #336075.
3414
3415 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3416
3417         * gst/playback/gstplaybin.c:
3418           Improve docs: add section about BUFFERING messages sent by playbin.
3419
3420 2006-08-29  Michael Smith  <msmith@fluendo.com>
3421
3422         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3423         (gst_vorbis_enc_buffer_check_discontinuous),
3424         (gst_vorbis_enc_chain):
3425           Ignore explicit DISCONT marked on buffers (which is often spurious,
3426           particularly when using multiple segments), in favour of solely
3427           using the timestamps/durations.
3428
3429 2006-08-29  Edward Hervey  <edward@fluendo.com>
3430
3431         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3432         Don't rely on incoming buffers offset anymore, since it is completely
3433         broken when using multiple segments.
3434         Instead convert the incoming buffers timestamp to running time, and
3435         then convert that value to the offsets.
3436         Also inform GstSegment of the last outputted stop position, which is
3437         needed if we received several segments with an unknown stop value.
3438
3439 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3440
3441         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3442           fix buffer unreffing on a header push failure
3443
3444 2006-08-28  Wim Taymans  <wim@fluendo.com>
3445
3446         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3447         (gst_audio_rate_chain):
3448         Make the metadata of the buffer writable before changing its
3449         flags.
3450
3451 2006-08-28  Wim Taymans  <wim@fluendo.com>
3452
3453         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3454         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3455         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3456         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3457         Fix audiorate some more.
3458         Reset and resync counters on flush and READY.
3459         Handle the DISCONT flag correctly.
3460         Use GstSegment to track position.
3461         Fail when not negotiated.
3462         Fixes #353234.
3463
3464 2006-08-25  Michael Smith  <msmith@fluendo.com>
3465
3466         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3467           Fix spelling.
3468           Remove accidently included debug line.
3469
3470 2006-08-25  Wim Taymans  <wim@fluendo.com>
3471
3472         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3473         Small cleanups.
3474         If a buffer is received with no caps, make the buffer metadata
3475         writable and set the caps, making sure that we don't screw up the
3476         refcounts.
3477
3478 2006-08-25  Michael Smith  <msmith@fluendo.com>
3479
3480         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3481         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3482           Fix memory leaks and misleading debug messages, add a couple of
3483           comments.
3484
3485         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3486         (gst_multi_fd_sink_render):
3487           Do not use gst_buffer_make_writable() in a basesink render method,
3488           as it may incorrectly unref the buffer. Instead, use convoluted
3489           dance to avoid copying the buffer except when we need to.
3490
3491 2006-08-25  Michael Smith  <msmith@fluendo.com>
3492
3493         * ext/vorbis/vorbisenc.c:
3494         (gst_vorbis_enc_buffer_check_discontinuous):
3495           Allow very small discontinuities in the timestamps. These we can't
3496           do anything useful with anyway (because vorbis's timestamps have
3497           only sample granularity), and are commonly produced by elements with
3498           minor bugs. Allow up to 1/2 a sample out.
3499           Fixes #351742.
3500
3501 2006-08-24  Wim Taymans  <wim@fluendo.com>
3502
3503         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3504         (play_scrub_toggle_cb), (main):
3505         Add a checkbox to enable play scrubbing. Makes it possible to disable
3506         normal scrubbing.
3507
3508 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3509
3510         * tests/check/elements/.cvsignore:
3511           make buildbot happy
3512
3513 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3514
3515         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3516         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3517         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3518         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3519         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3520         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3521         (gst_ogm_text_parse_strip_trailing_zeroes),
3522         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3523         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3524           Refactor ogm parse, do better input checking, misc. clean-ups.
3525           Cache incoming events and push them once the source pad has
3526           been created. Don't pass unterminated strings to sscanf().
3527           Strip trailing zeroes from subtitle text output, since they
3528           are not valid UTF-8. Don't push vorbiscomment packets on
3529           the subtitle text pad. Output perfect streams if possible.
3530
3531 2006-08-23  Wim Taymans  <wim@fluendo.com>
3532
3533         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3534         Waits for tasks to settle down so that we clean up correctly for 
3535         valgrind.
3536
3537 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3538
3539         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3540           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3541           actually return return value in taglists_are_equal.
3542
3543 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3544
3545         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3546           Fix crash due to broken bitstream parsing on x86-64: can't make
3547           any assumptions about sizeof(struct) due to alignment/packing
3548           differences on different architectures. Fixes #351790.
3549
3550 2006-08-22  Wim Taymans  <wim@fluendo.com>
3551
3552         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3553         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3554         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3555         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3556         (gst_riff_parse_info):
3557         Protect public functions against bad input.
3558         Do some cleanups.
3559         Fix documentation.
3560
3561 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3562
3563         * gst-libs/gst/riff/riff-ids.h:
3564         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3565           Add voxware audio IDs (even if we can't play it) (#351795).
3566
3567 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3568
3569         * gst-libs/gst/riff/riff-media.c:
3570         (gst_riff_create_video_template_caps),
3571         (gst_riff_create_audio_template_caps),
3572         (gst_riff_create_iavs_template_caps):
3573           Const-ify some arrays and use G_N_ELEMENTS instead
3574           of wasting oodles of RAM on terminator bits.
3575
3576 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3577
3578         * gst-libs/gst/tag/gstvorbistag.c:
3579         (gst_tag_list_to_vorbiscomment_buffer):
3580         * tests/check/libs/tag.c: (GST_START_TEST):
3581           And the same for _to_vorbiscomment_buffer(): allow
3582           id_data_len == 0 for speex.
3583
3584 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3585
3586         * configure.ac:
3587         * docs/plugins/Makefile.am:
3588         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3589         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3590         * docs/plugins/inspect/plugin-gdp.xml:
3591         * gst/gdp/Makefile.am:
3592         * tests/check/Makefile.am:
3593           Move GDP plugin to -base from -bad.  Closes #347783.
3594
3595 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3596
3597         * gst-libs/gst/tag/gstvorbistag.c:
3598         (gst_tag_list_from_vorbiscomment_buffer):
3599           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3600           Also add some checks to make sure we don't memcmp() beyond the end of
3601           vorbiscomment buffer if the ID to check for is larger than the buffer.
3602
3603         * tests/check/libs/tag.c: (GST_START_TEST):
3604           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3605
3606 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3607
3608         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3609         (gst_vorbis_enc_set_metadata):
3610           Use vorbis comment utility functions from libgsttag
3611           instead of re-inventing the wheel (partially fixes #347091).
3612
3613 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3614
3615         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3616         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3617         as some that won't.
3618
3619 2006-08-21  Wim Taymans  <wim@fluendo.com>
3620
3621         * docs/libs/Makefile.am:
3622         * docs/libs/gst-plugins-base-libs-sections.txt:
3623         * docs/libs/gst-plugins-base-libs.types:
3624         Don't try to GObject scan the netbuffer as it's not a GObject.
3625         Fixes #351308.
3626
3627         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3628         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3629         Document GstNetBuffer.
3630
3631 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3632
3633         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3634         (audioconvert_suite):
3635           Add testcase for caps-size-explosion
3636
3637 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3638
3639         * gst/audioconvert/gstaudioconvert.c:
3640         (gst_audio_convert_get_unit_size), (set_structure_widths):
3641           Lower debug, use g_assert in _get_unit_size
3642
3643         * gst/audioresample/gstaudioresample.c:
3644         (audioresample_get_unit_size):
3645         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3646         (gst_ffmpegcsp_get_unit_size):
3647         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3648           use g_assert in _get_unit_size
3649
3650 2006-08-18  Wim Taymans  <wim@fluendo.com>
3651
3652         * docs/libs/gst-plugins-base-libs-sections.txt:
3653         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3654         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3655         (gst_rtp_buffer_get_payload_buffer):
3656         * gst-libs/gst/rtp/gstrtpbuffer.h:
3657         Document GstRTPBuffer.
3658         Added function to efficiently strip payload headers.
3659         API: gst_rtp_buffer_get_payload_subbuffer()
3660
3661 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3662
3663         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3664         (gst_tag_to_vorbis_comments):
3665           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3666           tags and deserialise them properly as well (#347091).
3667           Add some more gtk-doc blurbs and also some g_return_if_fail().
3668
3669         * tests/check/libs/tag.c: (GST_START_TEST),
3670         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3671           More tests.
3672
3673 2006-08-17  Wim Taymans  <wim@fluendo.com>
3674
3675         * ext/ogg/Makefile.am:
3676         * ext/ogg/gstogg.c: (plugin_init):
3677         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3678         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3679         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3680         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3681         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3682         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3683         Added ogg-in-avi parser element. Fixes #140139.
3684
3685         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3686         Fixed a bug in oggdemux debug code.
3687
3688         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3689         (gst_riff_create_audio_template_caps):
3690         Recognise Ogg in the AVI extensible wave format.
3691
3692 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3693
3694         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3695           Make buffer durations add up (duration should be next_ts-ts for
3696           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3697           from CVS.
3698
3699         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3700         (test_buffer_timestamps), (cddabasesrc_suite):
3701           Add unit test for the above.
3702
3703         * tests/check/Makefile.am:
3704           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3705           to see what happens.
3706
3707 2006-08-16  Wim Taymans  <wim@fluendo.com>
3708
3709         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3710         (gst_alsasink_open):
3711         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3712         (gst_alsasrc_open):
3713         Avoid setting and using a NULL device name.
3714         Print more info when we fail to open a device.
3715
3716 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3717
3718         * docs/libs/gst-plugins-base-libs-sections.txt:
3719         * gst-libs/gst/tag/tag.h:
3720         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3721           API: add gst_tag_parse_extended_comment() (#351426).
3722
3723         * tests/check/Makefile.am:
3724         * tests/check/libs/.cvsignore:
3725         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3726           Add unit test for gst_tag_parse_extended_comment().
3727
3728 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3729
3730         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3732           Fix leak (#351502).
3733
3734 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3735
3736         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3737         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3738         * docs/plugins/gst-plugins-base-plugins.args:
3739         * gst/playback/gstplaybin.c:
3740           Document playbin.
3741           
3742         * docs/plugins/inspect/plugin-adder.xml:
3743         * docs/plugins/inspect/plugin-alsa.xml:
3744         * docs/plugins/inspect/plugin-audioconvert.xml:
3745         * docs/plugins/inspect/plugin-audiorate.xml:
3746         * docs/plugins/inspect/plugin-audioresample.xml:
3747         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3748         * docs/plugins/inspect/plugin-cdparanoia.xml:
3749         * docs/plugins/inspect/plugin-decodebin.xml:
3750         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3751         * docs/plugins/inspect/plugin-gnomevfs.xml:
3752         * docs/plugins/inspect/plugin-ogg.xml:
3753         * docs/plugins/inspect/plugin-pango.xml:
3754         * docs/plugins/inspect/plugin-playbin.xml:
3755         * docs/plugins/inspect/plugin-subparse.xml:
3756         * docs/plugins/inspect/plugin-tcp.xml:
3757         * docs/plugins/inspect/plugin-theora.xml:
3758         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3759         * docs/plugins/inspect/plugin-video4linux.xml:
3760         * docs/plugins/inspect/plugin-videorate.xml:
3761         * docs/plugins/inspect/plugin-videoscale.xml:
3762         * docs/plugins/inspect/plugin-videotestsrc.xml:
3763         * docs/plugins/inspect/plugin-volume.xml:
3764         * docs/plugins/inspect/plugin-vorbis.xml:
3765         * docs/plugins/inspect/plugin-ximagesink.xml:
3766         * docs/plugins/inspect/plugin-xvimagesink.xml:
3767           Update to CVS version.
3768
3769 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3770
3771         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3772         (gst_play_bin_set_property), (gst_play_bin_get_property),
3773         (value_list_append_structure_list),
3774         (gst_play_bin_handle_redirect_message),
3775         (gst_play_bin_handle_message):
3776           API: GstPlayBin::connection-speed
3777           Add "connection-speed" property; re-order redirect messages with
3778           multiple redirect locations depending on the minimum bitrate if
3779           that information is available and a connection speed is set
3780           (#350399).
3781
3782 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3783
3784         * gst/playback/gstplaybin.c:
3785           Update max volume to the same value that the volume element uses.
3786
3787 2006-08-14  Wim Taymans  <wim@fluendo.com>
3788
3789         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3790         Less uglyness..
3791
3792 2006-08-14  Wim Taymans  <wim@fluendo.com>
3793
3794         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3795         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3796         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3797         Add some more debug info.
3798         Don't crash when a seek failed.
3799         Actually return the result of the seek instead of TRUE.
3800         Ignore multiple BOS pages with the same serial so that we don't create
3801         the same stream multiple times.
3802         Post an error when we fail to do the initial seek.
3803
3804 2006-08-13  Wim Taymans  <wim@fluendo.com>
3805
3806         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3807         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3808         Small code cleanup.
3809
3810         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3811         (gst_alsa_mixer_new):
3812         Remove hack that always set the device to hw:0*.
3813         Properly find the card name for whatever device was configured.
3814         Do some better debugging.
3815         Fixes #350784.
3816
3817         * ext/alsa/gstalsamixerelement.c:
3818         (gst_alsa_mixer_element_set_property),
3819         (gst_alsa_mixer_element_change_state):
3820         Cleanups.
3821         Handle setting of a NULL device name better.
3822
3823 2006-08-11  Wim Taymans  <wim@fluendo.com>
3824
3825         * gst/adder/gstadder.c:
3826         Don't clip float values. Fixes #350900.
3827
3828 2006-08-11  Andy Wingo  <wingo@pobox.com>
3829
3830         * gst/tcp/gsttcp.c: Really fix the build?
3831
3832         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3833         fixes the build.
3834
3835 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3836
3837         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3838           Float caps shouldn't have a "signed" field.
3839
3840 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3841
3842         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3843           Implement SEEKING query in its most basic form, so that we can
3844           at least check if we're seekable or not (#350655).
3845
3846 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
3847
3848         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3849           The checks here are not even close to anything that would
3850           justify MAXIMUM probability, lowering to POSSIBLE until someone
3851           fixes the checks (case at hand: quicktime redirection files
3852           might start with 00 00 01 XX and pass the checks here just
3853           fine, see #350399).
3854
3855 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3856
3857         Patch by: Sjoerd Simons  <sjoerd at luon net>
3858
3859         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3860           Better detection for multipart/x-mixed-replace: accept leading
3861           whitespaces before the boundary marker as well (as our very own
3862           multipartmux used to produce) (#349068).
3863
3864 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3865
3866         Patch by: Young-Ho Cha  <ganadist at chollian net>
3867
3868         * gst-libs/gst/riff/riff-ids.h:
3869         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3870         (gst_riff_create_audio_template_caps):
3871           Detect DTS audio streams (#350157).
3872
3873 2006-08-05  Andy Wingo  <wingo@pobox.com>
3874
3875         * ext/theora/gsttheoraparse.h:
3876         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3877         (theora_parse_dispose, theora_parse_set_property)
3878         (theora_parse_get_property, theora_parse_munge_granulepos)
3879         (theora_parse_push_buffer, theora_parse_change_state):
3880         API: GstTheoraParse::synchronization-points
3881         Add a property 'synchronization-points' to fix badly synchronized oggs.
3882
3883 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3884
3885         * tests/check/Makefile.am:
3886         * tests/check/libs/.cvsignore:
3887         * tests/check/libs/audio.c: (structure_contains_channel_positions),
3888         (fixed_caps_have_channel_positions), (GST_START_TEST),
3889         (audio_suite), (main):
3890           Add a few tests for the channel position stuff in libgstaudio.
3891
3892 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3893
3894         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3895         (gst_alsa_detect_channels):
3896         * ext/alsa/gstalsasink.c:
3897           Add support for cards that (only) do more than 8 channels,
3898           like the Delta 44 (#345188).
3899
3900         * gst-libs/gst/audio/multichannel.c:
3901         (gst_audio_check_channel_positions):
3902         * gst-libs/gst/audio/multichannel.h:
3903           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3904           unspecified channel position and cannot be combined with any
3905           of the other audio channel positions; adjust position layout
3906           checks accordingly (#345188).
3907
3908 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3909
3910         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3911           Recognise ancient RealAudio files (see #349779).
3912
3913 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3914
3915         Patch by: Jens Granseuer  <jensgr at gmx net>
3916
3917         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3918           Add typefinder for Interplay's MVE format (#348973).
3919
3920 2006-08-02  Wim Taymans  <wim@fluendo.com>
3921
3922         Patch by: Marcel Moreaux <marcelm at luon dot net>
3923
3924         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3925         (gst_base_rtp_depayload_add_to_queue):
3926         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3927         Handle RTP sequence number rollover.
3928         Disable jitterbuffer by default.
3929
3930 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
3931
3932         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3933         (audioresample_set_caps):
3934         Don't leak references to the incoming caps. Clean them up when
3935         stopping.
3936
3937         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3938         (gst_video_scale_finalize):
3939         Don't leak our temporary pixel buffer.
3940
3941         * tests/check/Makefile.am:
3942         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3943         (GST_START_TEST), (simple_launch_lines_suite):
3944
3945         Fix leaks and re-enable the test for valgrind checking.
3946
3947 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
3948
3949         Patch by: Sjoerd Simons  <sjoerd at luon net>
3950
3951         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
3952         (plugin_init):
3953           Add typefind function for multipart/x-mixed-replace (#348916).
3954
3955 2006-07-28  Wim Taymans  <wim@fluendo.com>
3956
3957         * gst/adder/gstadder.c: (gst_adder_setcaps),
3958         (gst_adder_query_duration):
3959         Fix leak in duration query.
3960         Reflow some docs and notes.
3961
3962 2006-07-28  Michael Smith  <msmith@fluendo.com>
3963
3964         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
3965         (vorbisenc_suite):
3966           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
3967           aspect of it.
3968
3969 2006-07-28  Michael Smith  <msmith@fluendo.com>
3970
3971         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
3972         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
3973         (gst_vorbis_enc_push_buffer),
3974         (gst_vorbis_enc_buffer_check_discontinuous),
3975         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
3976         * ext/vorbis/vorbisenc.h:
3977           Handle discontinuities in the input vorbis stream correctly,
3978           so that the output is properly timestamped (and has good granulepos
3979           values). Needs some oggmux fixes too.
3980
3981 2006-07-27  Wim Taymans  <wim@fluendo.com>
3982
3983         patch by: Kai Vehmanen <kv2004 eca cx>
3984
3985         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3986         (gst_base_rtp_depayload_chain),
3987         (gst_base_rtp_depayload_handle_sink_event),
3988         (gst_base_rtp_depayload_change_state):
3989         Don't send multiple newsegments with different formats.
3990         Fixes #348677.
3991
3992 2006-07-26  Wim Taymans  <wim@fluendo.com>
3993
3994         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3995         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
3996         Make seeking in ogg more accurate again by doing the more correct
3997         granuletime to stream time conversion.
3998
3999 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4000
4001         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4002         (gst_multi_fd_sink_new_client):
4003           debug a little more understandably
4004           do not use goto as a substitute for break, especially if
4005           break is also being used
4006
4007 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
4008
4009         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4010         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4011           Remove GLib-2.6 compatibility cruft.
4012
4013 2006-07-24  Wim Taymans  <wim@fluendo.com>
4014
4015         * gst-libs/gst/audio/gstbaseaudiosink.c:
4016         (gst_base_audio_sink_render):
4017         Don't try to align a sample to an unknown value.
4018
4019 2006-07-24  Wim Taymans  <wim@fluendo.com>
4020
4021         * gst-libs/gst/audio/gstbaseaudiosink.c:
4022         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4023         When the audio clock is slaved to another clock, never try to align
4024         samples but trust the rate interpolation algorithm.
4025
4026 2006-07-24  Wim Taymans  <wim@fluendo.com>
4027
4028         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4029         Don't try to calculate silence samples, base class does this much
4030         better now.
4031
4032         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4033         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4034         (gst_ring_buffer_acquire):
4035         Calculate silence samples correctly.
4036
4037         * gst-libs/gst/audio/gstringbuffer.h:
4038         Add _CAST macro.
4039
4040 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
4041
4042         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4043           Limit search for the first markup tag to the first few kB of
4044           the file. If we don't find one there, it's highly unlikely that
4045           this is an XML(-ish) file.
4046
4047 2006-07-21  Andy Wingo  <wingo@pobox.com>
4048
4049         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4050         test to the one in vorbisenc. Also commented out.
4051
4052         * tests/check/pipelines/vorbisenc.c: 
4053         (test_discontinuity): New test, commented out until Mike lands
4054         some elite vorbisenc patches.
4055
4056         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4057         Bufferstraw was actually factored out of these tests. Now we share
4058         code yay.
4059
4060         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4061         for bufferstraw addition to gstcheck.
4062
4063 2006-07-21  Wim Taymans  <wim@fluendo.com>
4064
4065         * ext/theora/theoradec.c: (clip_buffer):
4066         Better clipping.
4067
4068 2006-07-21  Wim Taymans  <wim@fluendo.com>
4069
4070         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4071         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4072         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4073         Fix leak.
4074         Avoid type casting when we can.
4075
4076         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4077         Fix mem leak.
4078
4079 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
4080
4081         * ext/alsa/gstalsamixerelement.c:
4082         (gst_alsa_mixer_element_change_state):
4083           Make state change fail if the specified device can't be opened
4084           for some reason.
4085
4086 2006-07-20  Wim Taymans  <wim@fluendo.com>
4087
4088         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4089         (cb_newpad), (main):
4090         Example of a small audio/video player using decodebin.
4091
4092 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
4093
4094         * gst-libs/gst/riff/riff-ids.h:
4095           Add 'fact' chunk id
4096
4097 2006-07-19  Wim Taymans  <wim@fluendo.com>
4098
4099         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4100         (gst_base_rtp_depayload_chain),
4101         (gst_base_rtp_depayload_change_state):
4102         Don't assert when not negotiated but post a meaningfull 
4103         error message. Fixes #347918.
4104
4105         * gst-libs/gst/rtp/gstbasertppayload.c:
4106         Add comment about better default MTU size.
4107
4108         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4109         Small cleanups, start docs.
4110
4111 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4112
4113         Patch by: Martin Szulecki
4114
4115         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4116           If "device-name" is requested and the device is not
4117           open, try to temporarily open it to obtain this
4118           information (#342494).
4119
4120 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4121
4122         * gst-libs/gst/tag/gstid3tag.c:
4123           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4124
4125         * gst-libs/gst/tag/gsttageditingprivate.h:
4126         * gst-libs/gst/tag/gstvorbistag.c:
4127           Some more random const-ifications.
4128
4129 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
4130
4131         * gst-libs/gst/riff/riff-ids.h:
4132         * gst-libs/gst/riff/riff-media.c:
4133         (gst_riff_create_video_template_caps):
4134           Add more FOURCCs (sort list to make stuff easier to find),
4135           add comment what those 16 bytes in struct _gst_riff_strh according to
4136           one avi-dumper are
4137
4138 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4139
4140         * gst-libs/gst/audio/multichannel.c:
4141         (gst_audio_check_channel_positions),
4142         (gst_audio_fixate_channel_positions):
4143           Const-ify two arrays.
4144
4145 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4146
4147         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4148           Fix typo, so that alsasink also advertises 8 channels
4149           if that's supported (tags: can, worms, open, alsa, ph34r).
4150
4151 2006-07-17  Wim Taymans  <wim@fluendo.com>
4152
4153         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4154         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4155         *sigh*, when is the compiler going to warn when the comments
4156         are out-of-sync with the code.. Refix case of busted theora
4157         headers with 0 granule pos.
4158
4159 2006-07-14  Wim Taymans  <wim@fluendo.com>
4160
4161         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4162         (gst_base_rtp_depayload_wait),
4163         (gst_base_rtp_depayload_change_state),
4164         (gst_base_rtp_depayload_set_property),
4165         (gst_base_rtp_depayload_get_property):
4166         Fix 99% cpu load by waiting for absolute times on the
4167         clock. Fixes #347300.
4168
4169 2006-07-14  Andy Wingo  <wingo@pobox.com>
4170
4171         * ext/theora/gsttheoraparse.h: 
4172         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4173         (theora_parse_push_headers, theora_parse_clear_queue)
4174         (theora_parse_drain_queue_prematurely, )
4175         (theora_parse_sink_event, theora_parse_change_state): Queue events
4176         until we initialized our state, like in vorbisparse.
4177
4178         * ext/vorbis/vorbisparse.h: 
4179         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4180         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4181         (vorbis_parse_drain_queue_prematurely, )
4182         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4183         until we have initialized our state. Fixes seeking after an
4184         initial pad block.
4185
4186 2006-07-14  Andy Wingo  <wingo@pobox.com>
4187
4188         Patch by: Iain Holmes <iaingnome@gmail.com>
4189         
4190         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4191
4192 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4193
4194         * configure.ac:
4195         Bump nano back to CVS
4196
4197 === release 0.10.9 ===
4198
4199 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4200
4201         * configure.ac:
4202           releasing 0.10.9, "I walk the line"
4203
4204 2006-07-14  Michael Smith  <msmith@fluendo.com>
4205
4206         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4207           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4208           (commonly happens when running this test under valgrind) when trying
4209           to remove the buffer probe.
4210
4211 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4212
4213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4214         Fix missing g_unlock from the previous commit
4215
4216 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4217
4218         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4219         (gst_ximagesink_change_state):
4220         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4221         (gst_xvimagesink_change_state):
4222         Implement a locking order to ensure we always take the object lock
4223         before the x_lock and never vice-versa.
4224
4225 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4226
4227         * gst/playback/gstdecodebin.c: (find_compatibles):
4228         Fix a caps leak when linking (#347304)
4229
4230         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4231         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4232         (gst_ximagesink_change_state):
4233         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4234         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4235         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4236         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4237         Don't leak shared memory resources. Use the object lock to protect
4238         against the xcontext disappearing while returning a buffer from the
4239         pipeline. (#347304)
4240
4241 2006-07-12  Edward Hervey  <edward@fluendo.com>
4242
4243         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4244         (vorbis_handle_comment_packet):
4245         gst_tag_list_merge() returns a new object. Take that into account when
4246         using it. This avoids memleak.
4247         Revert previous commit which is not needed.
4248
4249 2006-07-12  Edward Hervey  <edward@fluendo.com>
4250
4251         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4252         Reset the decoder in finalize so that all fields get cleared.
4253
4254 2006-07-12  Wim Taymans  <wim@fluendo.com>
4255
4256         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4257         (gst_base_audio_src_set_clock),
4258         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4259         Don't try to post an error message when setting the clock fails
4260         as this can happen when adding an element to a bin which will then
4261         deadlock. Fixes #347296.
4262
4263 2006-07-12  Edward Hervey  <edward@fluendo.com>
4264
4265         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4266         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4267         (vorbis_handle_type_packet):
4268         Post tag messages on the bus even if we're not initialized.
4269         If we're not initialized, we still postpone the event pushing of tags.
4270
4271 2006-07-12  Wim Taymans  <wim@fluendo.com>
4272
4273         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4274         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4275         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4276         Revert last two changes that broke the freeze.
4277
4278 2006-07-12  Wim Taymans  <wim@fluendo.com>
4279
4280         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4281         basesink calculates silence sample correctly for us.
4282
4283 2006-07-12  Wim Taymans  <wim@fluendo.com>
4284
4285         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4286         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4287         Calculate correct silence samples so we don't fill our ringbuffer
4288         with noise.
4289
4290 2006-07-12  Edward Hervey  <edward@fluendo.com>
4291
4292         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4293         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4294         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4295         * ext/vorbis/vorbisdec.h:
4296         Delay sending events (newsegment, tags) until the decoder is properly
4297         initialized.
4298         Fixes #347295
4299
4300 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4301
4302         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4303         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4304           Patch from #347221 adding a test for audioconvert
4305           channel remappings.
4306
4307 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4308
4309         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4310         (gst_ssa_parse_parse_line):
4311           Don't include the terminating NUL in the buffer size,
4312           it's only there for extra paranoia (would add random
4313           '*' characters at the end of each subtitle since the
4314           terminator itself is not valid UTF-8 technically).
4315           Also fix indenting after boilerplate macro.
4316
4317 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4318
4319         * gst/playback/gstdecodebin.c: (close_pad_link):
4320           Also emit 'unknown-type' signal (which should really be
4321           called unhandled-type) if we found potential decoders/demuxers
4322           in the registry but none of them worked in the end (as in the
4323           case where the plugins don't exist any longer but are still
4324           listed in the registry). Fixes #329798.
4325
4326 2006-07-08  Andy Wingo  <wingo@pobox.com>
4327
4328         * theoraparse.c (theora_parse_push_buffer)
4329         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4330         Add some more debugging. Fix granulepos reconstruction in the face
4331         of discontinuities.
4332
4333 2006-07-06  Wim Taymans  <wim@fluendo.com>
4334
4335         * gst-libs/gst/audio/gstbaseaudiosink.c:
4336         (gst_base_audio_sink_class_init),
4337         (gst_base_audio_sink_provide_clock):
4338         Use gobject_class instead of G_OBJECT_CLASS (klass)
4339
4340         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4341         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4342         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4343         (gst_base_audio_src_get_time),
4344         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4345         (gst_base_audio_src_create_ringbuffer):
4346         Fix latency and buffer-time constants and properties ala basesink.
4347         Implement pull based scheduling. Fixes #346527.
4348         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4349         one segment.
4350         Refuse slaving to another clock instead of silently not working.
4351         Only provide a clock when we are actually able to do so.
4352         Various small cleanups and compiler hints.
4353
4354 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4355
4356         Patch by: Lutz Mueller <lutz at topfrose de>
4357
4358         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4359         (plugin_init):
4360           Add typefinding for text/html (#346581).
4361
4362 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4363
4364         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4365         (xml_check_first_element), (xml_type_find), (smil_type_find):
4366           Fix SMIL typefinding, make xml_check_first_element() more
4367           useful.
4368
4369 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4370
4371         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4372         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4373         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4374         * gst/playback/gstplaybasebin.h:
4375           Protect list of elements with a subtitle-encoding property and
4376           the subtitle encoding member itself with a lock of their own
4377           instead of using the object lock. This prevents a dead-lock in
4378           the element-remove callback in some circumstances when shutting
4379           down playbin.
4380
4381 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4382
4383         * win32/common/libgsttag.def:
4384         Export some new functions.
4385         * win32/vs6/libgstogg.dsp:
4386         Add a link to libgsttag-0.10.lib.
4387
4388 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4389
4390         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4391           Some const-ification.
4392
4393 2006-07-04  Wim Taymans  <wim@fluendo.com>
4394
4395         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4396         Improve checking if we are dealing with a stream. Added some
4397         more uris that need buffering.
4398
4399 2006-07-03  Edward Hervey  <edward@fluendo.com>
4400
4401         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4402         Remove unused variable.
4403
4404 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4405
4406         * Makefile.am:
4407           include lcov.mak
4408         * configure.ac:
4409           add GCOV_LIBS to GST_LIBS
4410
4411 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4412
4413         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4414
4415         * ext/alsa/gstalsasrc.c:
4416           Add 32 bps to template caps and increase channels range
4417           from [1,2] to [1,MAX]. See #346326.
4418
4419 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4420
4421         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4422           Recognise 'WMVA' video codec fourcc (#345879).
4423           
4424 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4425          
4426         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4427           Fixed nasty memory leak
4428
4429 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4430
4431         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4432         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4433           fix logging
4434
4435 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4436
4437         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4438         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4439         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4440         Protect remove_fakesink using a mutex, so that we don't try and
4441         remove the fakesink simultaneously from multiple threads.
4442
4443         When going from READY to PAUSED, restore the fakesink, so that
4444         it is there when decodebin gets reused.
4445
4446 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4447
4448         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4449         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4450         * gst-libs/gst/rtp/gstbasertppayload.c:
4451         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4452         * gst/tcp/gstmultifdsink.c:
4453         * gst/tcp/gsttcpclientsink.c:
4454         * gst/tcp/gsttcpclientsrc.c:
4455         * gst/tcp/gsttcpserversink.c:
4456         * gst/tcp/gsttcpserversrc.c:
4457         * gst/videorate/gstvideorate.c:
4458         * gst/videotestsrc/gstvideotestsrc.c:
4459         * sys/v4l/gstv4ljpegsrc.c:
4460         * sys/v4l/gstv4lmjpegsink.c:
4461         * sys/v4l/gstv4lsrc.c:
4462         * tests/examples/seek/scrubby.c:
4463         * tests/examples/seek/seek.c:
4464           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4465
4466 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4467
4468         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4469           Second field in GEnumValue shouldn't be a description,
4470           but a stringified version of the enum value.
4471
4472 2006-06-22  Wim Taymans  <wim@fluendo.com>
4473
4474         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4475         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4476         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4477         Avoid type checking in buffer casts.
4478         Avoid caps copy in buffer_alloc when we can.
4479         Use pad_peer_accept.
4480
4481 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4482
4483         * gst-libs/gst/tag/tag.h:
4484           Oops, make that 'Since: 0.10.9'.
4485
4486 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4487
4488         * docs/libs/gst-plugins-base-libs-sections.txt:
4489         * gst-libs/gst/tag/tag.h:
4490         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4491         (gst_tag_image_type_get_type):
4492           API: add GstTagImageType enum to describe images contained
4493           in image tags (#345641).
4494
4495 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4496
4497         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4498           Fix warnings with gst-inspect: "buffers-min" property
4499           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4500           typo in property description.
4501
4502 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4503
4504         Patch by: Cody Russell <bratsche at gnome org>
4505
4506         * gst/audioresample/gstaudioresample.c:
4507         (gst_audioresample_class_init):
4508         * gst/playback/gststreamselector.c:
4509         (gst_stream_selector_class_init):
4510         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4511         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4512         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4513         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4514         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4515         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4516         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4517         * gst/videotestsrc/gstvideotestsrc.c:
4518         (gst_video_test_src_class_init):
4519         * gst/volume/gstvolume.c: (gst_volume_class_init):
4520           Avoid unnecessary class cast check in class_init
4521           functions (#337747).
4522
4523 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4524
4525         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4526         (gst_text_overlay_video_chain):
4527           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4528           and doesn't validate its input either (and neither did
4529           textoverlay it seems). Let's do that then and fix #345206.
4530
4531 2006-06-19  Wim Taymans  <wim@fluendo.com>
4532
4533         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4534         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4535         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4536         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4537         (find_syncframe), (find_limits), (assign_value),
4538         (count_burst_unit), (gst_multi_fd_sink_new_client),
4539         (gst_multi_fd_sink_handle_client_write),
4540         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4541         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4542         (gst_multi_fd_sink_change_state):
4543         * gst/tcp/gstmultifdsink.h:
4544         Added shiny new burst-on-connect methods.
4545         Add properties to control the minimal amount of data queued.
4546         Small cleanups.
4547         API: bytes-min property
4548         API: time-min property
4549         API: buffers-min property
4550         API: burst-unit property
4551         API: burst-value property
4552         API: add-full signal
4553
4554         * gst/tcp/gsttcp-marshal.list:
4555         Added new marshaller code for the new signal.
4556
4557         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4558         (multifdsink_suite):
4559         Added testcases for new burst methods.
4560
4561 2006-06-19  Edward Hervey  <edward@fluendo.com>
4562
4563         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4564         Implement clipping for accurate seeking.
4565         Closes #345225
4566
4567 2006-06-19  Wim Taymans  <wim@fluendo.com>
4568
4569         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4570
4571         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4572         (gst_video_scale_transform):
4573         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4574
4575 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4576
4577         * configure.ac:
4578           Fix --disable-external (can't set conditionals conditionally,
4579           #343602).
4580
4581 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4582
4583         * tests/check/elements/audioresample.c: (test_reuse),
4584         (audioresample_suite):
4585           Add test case for bug #342789 fixed below.
4586
4587 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4588
4589         * gst/audioresample/gstaudioresample.c:
4590         (gst_audioresample_class_init), (gst_audioresample_init),
4591         (audioresample_start), (audioresample_stop),
4592         (gst_audioresample_set_property), (gst_audioresample_get_property):
4593           Implement GstBaseTransform::start and ::stop so that audioresample
4594           can clear its internal state properly and be reused instead of
4595           causing non-negotiated errors with playbin under some circumstances
4596           (#342789).
4597
4598         * tests/check/elements/audioresample.c: (setup_audioresample),
4599         (cleanup_audioresample):
4600           Need to set element state here so that ::start and ::stop are
4601           called.
4602
4603 2006-06-16  Wim Taymans  <wim@fluendo.com>
4604
4605         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4606
4607         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4608         Parse extra data better, apparently it's right behind
4609         the normal strf header size. Fixes #343500.
4610
4611 2006-06-16  Wim Taymans  <wim@fluendo.com>
4612
4613         * ext/alsa/gstalsasink.c: (set_hwparams):
4614         If we fail to set the buffer_time and period_time alsa
4615         parameters, post a warning and leave alsa select a 
4616         default instead of failing. Fixes #342085
4617
4618 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4619
4620         * docs/libs/gst-plugins-base-libs-sections.txt:
4621         * gst-libs/gst/cdda/gstcddabasesrc.h:
4622           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4623           out in the header file and shouldn't be listed in the docs.
4624
4625         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4626           Must dereference pointer to fourcc in the debug statement.
4627
4628 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4629
4630         * docs/libs/Makefile.am:
4631         * docs/libs/gst-plugins-base-libs-docs.sgml:
4632         * docs/libs/gst-plugins-base-libs-sections.txt:
4633         * docs/libs/gst-plugins-base-libs.types:
4634         add remaining symbols into correct setions
4635         
4636         * gst-libs/gst/audio/gstringbuffer.c:
4637         fix incomplete docs
4638         
4639         * gst-libs/gst/audio/gstringbuffer.h:
4640         comment out not yet implemented function
4641         
4642         
4643         * gst-libs/gst/floatcast/floatcast.h:
4644         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4645         add short descriptions
4646         
4647         
4648         * gst-libs/gst/interfaces/propertyprobe.c:
4649         fix return value docs   
4650         
4651         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4652         simplify debug logging
4653         
4654         * gst-libs/gst/riff/riff-read.h:
4655         sync function prototype and docs
4656         
4657         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4658         remove left over symbol
4659
4660 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4661
4662         * autogen.sh:
4663         * configure.ac:
4664         * docs/Makefile.am:
4665           Use GST_PLUGIN_DOCS macro in configure.ac, add
4666           --enable-plugin-docs default to autogen.sh and use
4667           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4668
4669 2006-06-15  Wim Taymans  <wim@fluendo.com>
4670
4671         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4672         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4673         (gst_ogg_demux_loop):
4674         Combine GstFlowReturn from the source pads to give a
4675         meaningfull result to the upstream peer or to stop the
4676         processing task in case of errors.
4677
4678 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4679
4680         * gst/playback/gststreaminfo.c: (cb_probe):
4681           Try GST_TAG_CODEC as fallback when extracting the
4682           codec name; more debug info.
4683
4684 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4685
4686         * ext/ogg/Makefile.am:
4687         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4688           Extract language tags from ogm subtitle streams, so that
4689           the subtitle menu choices are labelled correctly in
4690           Totem (fixes #344708).
4691
4692 2006-06-14  Wim Taymans  <wim@fluendo.com>
4693
4694         Patch by: Alessandro Decina <alessandro at nnva dot org>
4695
4696         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4697         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4698         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4699         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4700         Fix various leaks. Fixes #343699.
4701         Add x-smoke mime type.
4702
4703 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4704
4705         * gst-libs/gst/riff/riff-ids.h:
4706           Add IDs for 'bext' chunks (see #343837).
4707
4708 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4709
4710         Patch by: Young-Ho Cha  <ganadist at chollian net>
4711
4712         * gst/subparse/samiparse.c: (sami_context_pop_state),
4713         (handle_start_font), (end_sami_element):
4714           Honour font face tags in SAMI subtitles (#344503).
4715
4716 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4717
4718         * po/POTFILES.in:
4719           add missing files containing translatable strings
4720
4721 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4722
4723         * docs/libs/tmpl/.cvsignore:
4724           we don't want those *.sgml files in CVS either
4725
4726 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4727
4728         * docs/libs/.cvsignore:
4729         * tests/check/elements/.cvsignore:
4730         * tests/check/libs/.cvsignore:
4731           ignore more
4732
4733 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4734
4735         * docs/libs/Makefile.am:
4736           also commiting the changed Makefile.am (added more libs to the
4737           doc-build)
4738
4739 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4740
4741         * docs/libs/gst-plugins-base-libs-docs.sgml:
4742         * docs/libs/gst-plugins-base-libs-sections.txt:
4743         * docs/libs/gst-plugins-base-libs.types:
4744           first batch of reordering things, add index & hierarchy
4745
4746 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4747
4748         * configure.ac:
4749           use GST_PKG_CHECK_MODULES, cleans up output
4750
4751 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4752
4753         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4754           Add support for burn:// URIs (#343385); const-ify things a bit,
4755           use G_N_ELEMENTS instead of hard-coded array size.
4756
4757 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4758
4759         Patch by: Young-Ho Cha  <ganadist at chollian net>
4760
4761         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4762           Fix up broken entities before passing them to libxml *sigh*.
4763           (#343303).
4764           
4765 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4766
4767         * configure.ac:
4768           back to TRUNK
4769
4770 === release 0.10.8 ===
4771
4772 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4773
4774         * configure.ac:
4775           releasing 0.10.8, "Moar gij ziet mij nie"
4776
4777 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4778
4779         * configure.ac:
4780         * po/af.po:
4781         * po/az.po:
4782         * po/cs.po:
4783         * po/en_GB.po:
4784         * po/hu.po:
4785         * po/it.po:
4786         * po/nb.po:
4787         * po/nl.po:
4788         * po/or.po:
4789         * po/sq.po:
4790         * po/sr.po:
4791         * po/sv.po:
4792         * po/uk.po:
4793         * po/vi.po:
4794         * win32/common/config.h:
4795           0.10.7.2 prerelease
4796
4797 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4798
4799         * docs/libs/tmpl/gstaudio.sgml:
4800         * docs/libs/tmpl/gstcolorbalance.sgml:
4801         * docs/libs/tmpl/gstmixer.sgml:
4802         * docs/libs/tmpl/gstringbuffer.sgml:
4803         * docs/libs/tmpl/gsttuner.sgml:
4804         * docs/libs/tmpl/gstxoverlay.sgml:
4805         * gst-libs/gst/audio/audio.c:
4806         * gst-libs/gst/audio/gstringbuffer.c:
4807         * gst-libs/gst/interfaces/colorbalance.c:
4808         * gst-libs/gst/interfaces/mixer.c:
4809         * gst-libs/gst/interfaces/tuner.c:
4810         * gst-libs/gst/interfaces/xoverlay.c:
4811           move last template doc snippets to source code and delete them
4812
4813 2006-06-06  Michael Smith  <msmith@fluendo.com>
4814
4815         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4816         (theora_parse_drain_queue):
4817           Mark DELTA_UNIT on non-keyframes.
4818
4819 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4820
4821         * gst-libs/gst/audio/gstbaseaudiosink.c:
4822         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4823         * gst-libs/gst/audio/gstbaseaudiosink.h:
4824         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4825         (gst_ring_buffer_samples_done):
4826         * gst-libs/gst/audio/gstringbuffer.h:
4827         Document better the fact that latency_time and buffer_time are values
4828         stored in microseconds, and not the usual GStreamer nanoseconds.
4829         Change the variables (compatibly) that store them from GstClockTime 
4830         to guint64 to make it more clear that they're not storing clock times.
4831         Also, remove the bogus property description that says the user can
4832         specify -1 to get the default value, since that's never been the case.
4833
4834         When computing the default segment size for the ring buffer, make it
4835         an integer number of samples.
4836
4837         When the sub-class indicates a delay greater than the number of
4838         samples we've written return 0 from the audio sink get_time method.
4839
4840 2006-06-02  Michael Smith  <msmith@fluendo.com>
4841
4842         * tests/check/elements/audioconvert.c: (set_channel_positions),
4843         (get_float_mc_caps), (get_int_mc_caps):
4844         * tests/check/elements/audioresample.c:
4845         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4846         * tests/check/elements/videorate.c:
4847         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4848         * tests/check/elements/volume.c:
4849         * tests/check/elements/vorbisdec.c:
4850         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4851           Don't busy-wait in tests; this was causing test timeouts very
4852           frequently when running under valgrind.
4853
4854 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4855
4856         * gst/tcp/README:
4857         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4858         (gst_multi_fd_sink_remove_client_link),
4859         (gst_multi_fd_sink_client_queue_caps),
4860         (gst_multi_fd_sink_client_queue_buffer),
4861         (gst_multi_fd_sink_handle_client_write),
4862         (gst_multi_fd_sink_render):
4863         * gst/tcp/gstmultifdsink.h:
4864           make multifdsink properly deal with streamheader:
4865           - streamheader is taken from caps
4866           - buffers marked with IN_CAPS are not sent
4867           - streamheaders are sent, on connection, from the caps of the
4868             buffer where the client gets positioned to
4869           - further streamheader changes are done every time the client
4870             will receive a buffer with different caps
4871         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4872         (gst_multifdsink_create_streamheader):
4873           add tests for this
4874
4875 2006-06-02  Michael Smith  <msmith@fluendo.com>
4876
4877         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4878           Reinstate limit on channel count. Vorbis does not define the meaning
4879           of > 6 channels, so they're just independent channels. Gstreamer
4880           currently has no mechanism to represent N independent channels.
4881
4882 2006-06-02  Michael Smith  <msmith@fluendo.com>
4883
4884         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4885           Don't arbitrarily restrict channel counts and rate in vorbis.
4886           In terms of effects likely on real-world files, this fixes 96kHz
4887           playback of vorbis.
4888
4889 2006-06-02  Michael Smith  <msmith@fluendo.com>
4890
4891         * gst/audioconvert/audioconvert.c: (float):
4892           More correct float->int conversion.
4893
4894 2006-06-02  Michael Smith  <msmith@fluendo.com>
4895
4896         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4897           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4898           value. Fixes g-critical on trying to play back ogg containing
4899           unknown codec.
4900
4901 2006-06-02  Wim Taymans  <wim@fluendo.com>
4902
4903         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4904         (setup_source):
4905         * gst/playback/gstplaybasebin.h:
4906         Make the subtitle detection work from any thread so we don't
4907         deadlock. Fixes #343397.
4908
4909 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4910
4911         * gst/volume/Makefile.am:
4912           Seriously, it's not *that* hard to get compilation right.  Even
4913           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4914
4915 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4916
4917         * gst/volume/gstvolume.c: (volume_choose_func),
4918         (volume_update_real_volume), (gst_volume_class_init),
4919         (gst_volume_init), (volume_process_float), (volume_process_int16),
4920         (volume_process_int16_clamp), (volume_set_caps),
4921         (volume_transform_ip), (plugin_init):
4922         * gst/volume/gstvolume.h:
4923         rewrite the passthrough check, split _int16 and _int16_clamp, fix
4924         another property desc., remove unused param from process function
4925         
4926         * tests/check/elements/volume.c: (volume_suite):
4927         reactivate the passthrough test
4928
4929 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4930
4931         * ext/alsa/gstalsamixerelement.h:
4932         * ext/alsa/gstalsamixeroptions.h:
4933         * ext/alsa/gstalsamixertrack.h:
4934         * ext/gnomevfs/gstgnomevfssink.h:
4935         * ext/gnomevfs/gstgnomevfssrc.h:
4936         * ext/theora/gsttheoradec.h:
4937         * ext/theora/gsttheoraenc.h:
4938         * ext/theora/gsttheoraparse.h:
4939         * ext/vorbis/vorbisparse.h:
4940         * gst-libs/gst/audio/gstaudioclock.h:
4941         * gst-libs/gst/audio/gstaudiofilter.h:
4942         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4943         * gst/audioconvert/gstaudioconvert.h:
4944         * gst/audioresample/gstaudioresample.h:
4945         * gst/audiotestsrc/gstaudiotestsrc.h:
4946         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4947         * gst/playback/gststreamselector.h:
4948         * gst/tcp/gstmultifdsink.h:
4949         * gst/tcp/gsttcpclientsink.h:
4950         * gst/tcp/gsttcpclientsrc.h:
4951         * gst/tcp/gsttcpserversink.h:
4952         * gst/tcp/gsttcpserversrc.h:
4953         * gst/videorate/gstvideorate.h:
4954         * gst/videoscale/gstvideoscale.h:
4955         * gst/videotestsrc/gstvideotestsrc.h:
4956         * gst/volume/gstvolume.h:
4957         * sys/v4l/gstv4ljpegsrc.h:
4958         * sys/v4l/gstv4lmjpegsink.h:
4959         * sys/v4l/gstv4lmjpegsrc.h:
4960         * sys/v4l/gstv4lsrc.h:
4961         * sys/ximage/ximagesink.h:
4962         * sys/xvimage/xvimagesink.h:
4963         * tests/old/testsuite/alsa/sinesrc.h:
4964         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
4965
4966 2006-05-31  Wim Taymans  <wim@fluendo.com>
4967
4968         * ext/libvisual/visual.c: (gst_visual_reset),
4969         (gst_visual_sink_setcaps), (gst_visual_sink_event),
4970         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
4971         Handle DISCONT.
4972         Use running time before doing QoS.
4973         Handle mono too.
4974
4975 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4976
4977         * docs/libs/Makefile.am:
4978           set a magic variable to indicate we know the docs are incomplete
4979
4980 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
4981
4982         * win32/common/libgstvideo.def:
4983           export gst_video_calculate_display_ratio
4984         * win32/vs6/libgstvideoscale.dsp:
4985           add link to libgstvideo-0.10.lib
4986
4987 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4988
4989         * gst/playback/gstplaybasebin.c: (gen_source_element):
4990           Throw a more comprehensible error for rtsp:// URIs (rather
4991           than erroring out with a negotiation error later on) until
4992           we fix playbin to handle rtspsrc etc.
4993
4994 2006-05-30  Wim Taymans  <wim@fluendo.com>
4995
4996         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4997         (gst_text_overlay_text_event):
4998         Added some FIXMEs.
4999
5000 2006-05-30  Wim Taymans  <wim@fluendo.com>
5001
5002         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5003         (gst_adder_request_new_pad), (gst_adder_release_pad):
5004         * gst/adder/gstadder.h:
5005         Implement release_request_pad.
5006         Make padcounter atomic.
5007
5008         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5009         Added check for release_pad in adder.
5010
5011 2006-05-30  Wim Taymans  <wim@fluendo.com>
5012
5013         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5014         Fix build again.
5015
5016 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5017
5018         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5019         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5020         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5021         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5022         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5023         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5024         (gst_ogg_demux_bisect_forward_serialno),
5025         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5026         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5027           add more debugging
5028           clean up printf formats for granulepos and serialno
5029
5030 2006-05-30  Michael Smith  <msmith@fluendo.com>
5031
5032         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5033         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5034         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5035         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5036         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5037         * ext/vorbis/vorbisenc.h:
5038           Multi-channel caps negotiation, so we can do proper multichannel
5039           vorbis encoding, negotiated through audioconvert.
5040
5041 2006-05-30  Wim Taymans  <wim@fluendo.com>
5042
5043         * tests/check/elements/adder.c: (test_event_message_received),
5044         (test_play_twice_message_received), (GST_START_TEST),
5045         (adder_suite):
5046         Added check to show that #339935 is fixed with ongoing
5047         adder and collectpads fixes.
5048
5049 2006-05-29  Wim Taymans  <wim@fluendo.com>
5050
5051         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5052         Don't leak pad name.
5053
5054 2006-05-29  Wim Taymans  <wim@fluendo.com>
5055
5056         * gst/adder/gstadder.c: (gst_adder_query_duration),
5057         (forward_event_func), (forward_event), (gst_adder_src_event):
5058         Fix adder seeking.
5059         Make query/seeking code threadsafe.
5060
5061         * tests/check/Makefile.am:
5062         * tests/check/elements/adder.c: (test_event_message_received),
5063         (GST_START_TEST), (test_play_twice_message_received):
5064         Fix adder test case.
5065
5066 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
5067
5068         Patch by: Young-Ho Cha  <ganadist at chollian net>
5069
5070         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5071         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5072         (set_encoding_element), (decodebin_element_added_cb),
5073         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5074         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5075         * gst/playback/gstplaybasebin.h:
5076           Add 'subtitle-encoding' property to playbin, so applications can
5077           force a subtitle encoding for non-UTF8 subtitles (#342268).
5078
5079         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5080         (gst_sub_parse_set_property):
5081           Rename recently-added 'encoding' property to 'subtitle-encoding'
5082           (so it can be proxied by playbin/decodebin in a generic way
5083           with less danger of false positives).
5084
5085 2006-05-29  Michael Smith  <msmith@fluendo.com>
5086
5087         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5088         (append_with_other_format), (set_structure_widths),
5089         (gst_audio_convert_transform_caps):
5090           Patch from #341562: give more specific audio caps in get_caps, so
5091           that basetransform  can make better decisions on what caps to
5092           negotiate.
5093
5094 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5095
5096         * tests/check/elements/volume.c:
5097         make it compile again
5098
5099 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5100
5101         * tests/check/elements/volume.c: (volume_suite):
5102         disable test until #343196 gets resolved
5103
5104 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5105
5106         * gst/adder/gstadder.c: (gst_adder_get_type):
5107         Make it easier to copy&paste
5108         
5109         * gst/volume/Makefile.am:
5110         * gst/volume/gstvolume.c: (volume_update_real_volume),
5111         (gst_volume_set_volume), (gst_volume_set_mute),
5112         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5113         (volume_transform_ip), (volume_update_mute),
5114         (volume_update_volume):
5115         * gst/volume/gstvolume.h:
5116         Add own debug category, move duplicate code to helper function, fix
5117         property texts, add more comments and prepare ffor liboil-goodness
5118         
5119         * tests/check/Makefile.am:
5120         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5121         add test for mute and passtrough case, be a bit more verbose to track
5122         failure
5123         
5124         * tests/check/generic/states.c: (GST_START_TEST):
5125         catch elements that fail to instantiate
5126
5127 2006-05-28  Edward Hervey  <edward@fluendo.com>
5128
5129         * tests/check/pipelines/simple-launch-lines.c:
5130         * tests/check/pipelines/theoraenc.c:
5131         * tests/check/pipelines/vorbisenc.c:
5132         Comment out tests using parse_launch() if core was built without
5133         parsing capabilities.
5134
5135 2006-05-27  Edward Hervey  <edward@fluendo.com>
5136
5137         * tests/check/Makefile.am:
5138         Extra bonus points for whoever explains to ensonic that you are meant
5139         to test unit tests thoroughly before commiting them, especially if
5140         you know it's going to break.
5141         De-activated element/adder tests.
5142
5143 2006-05-27  Edward Hervey  <edward@fluendo.com>
5144
5145         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5146         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5147         Marking caps conversion issues as GST_WARNING is way too verbose,
5148         Moving them to GST_LOG.
5149
5150 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5151
5152         * README:
5153           Replace current README (containing the release notes from
5154           some 0.9.x version) with a proper README taken from the core.
5155
5156 2006-05-26  Wim Taymans  <wim@fluendo.com>
5157
5158         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5159         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5160         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5161         (vorbis_dec_change_state):
5162         Small cleanups.
5163         Add some FIXMEs
5164         Clip output samples to segment boundaries.
5165
5166 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5167
5168         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5169         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5170         Improve the errors produced on bad output, including some human
5171         readable description strings.
5172         Handle the (theoretical for ximagesink) case where the XServer 
5173         has a different idea about the size required for a particular 
5174         frame and gives us too small a memory allocation.
5175
5176 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5177
5178         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5179         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5180         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5181         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5182         Improve the errors produced on bad output, including some human 
5183         readable description strings.
5184         Handle RGB Xv formats properly by transforming them into our 
5185         big-endian caps description.
5186         Use gst_caps_truncate to ensure that we never try and choose a
5187         non-fixed caps in buffer_alloc.
5188         Handle the case where the XServer has a different idea about the size
5189         required for a particular frame and gives us too small a memory
5190         allocation.
5191         Use -1 to indicate 'no image format', because 0 is a valid XServer
5192         image format number.
5193         Put RGB Xv formats at the end of the caps, so that we always prefer
5194         YUV format frames.
5195         Iterate the available Xv Encodings to determine the maximum width and
5196         height, and then return that in our caps.
5197         (Closes #315312, #337544)
5198
5199 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5200
5201         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5202         When there is only one unfinished pad and it receives an event that
5203         doesn't match our requirements, we need to set alldone=FALSE so that
5204         the fakesink is not removed yet.
5205
5206 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5207
5208         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5209           Use gst_type_find_helper_for_buffer() to find the type
5210           of stream from the first packet.
5211
5212         * configure.ac:
5213           Bump requirements to core CVS (needed for vorbis
5214           typefinding to work).
5215
5216 2006-05-24  Edward Hervey  <edward@fluendo.com>
5217
5218         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5219         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5220         contain.  Else they play perfectly fine with qtdemux.
5221
5222 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5223
5224         * ext/theora/theoradec.c:
5225         * ext/theora/theoraenc.c:
5226         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5227         * gst/audiorate/gstaudiorate.c:
5228           make more debug catagories static
5229         
5230         * tests/check/Makefile.am:
5231         * tests/check/elements/adder.c: (message_received),
5232         (test_event_message_received), (GST_START_TEST),
5233         (test_play_twice_message_received), (adder_suite):
5234           added test case for using element twice, extra bonus points for anyone
5235           who can make these test run reliably
5236
5237 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5238
5239         * ext/theora/theoradec.c: (theora_dec_chain):
5240           Make work with time-stamped input buffers that do not
5241           have a granulepos in BUFFER_OFFSET_END (like theora
5242           buffers coming from matroskademux). Fixes #342448.
5243
5244 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5245
5246         Patch by: Peter Kjellerstedt  <pkj at axis com>
5247
5248         * gst/tcp/Makefile.am:
5249           fdstresstest doesn't need Gtk+, fix compilation if 
5250           gtk is not available (#342566).
5251
5252 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5253          
5254         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5255           80 line columns
5256           Removed redundant floor()
5257
5258 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5259
5260         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5261           On second thought, just skip JUNK chunks automatically, so
5262           the caller doesn't have to handle this. Fixes #342345.
5263           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5264           not GST_FLOW_ERROR.
5265
5266 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5267
5268         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5269           Don't bail out on JUNK chunks with a size of 0 (would try to
5270           pull_range 0 bytes before, which sources don't like too much).
5271           See #342345.
5272
5273 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5274
5275         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5276         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5277         Use the gstutil scaling function to preserve 64 bits while calculating
5278         output width and height from the display-aspect-ratio. (A continuation
5279         of #341542)
5280
5281 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5282
5283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5284         (gst_xvimagesink_buffer_alloc):
5285         * sys/xvimage/xvimagesink.h:
5286         When performing buffer allocations, remember the caps and image format
5287         we return so that if the same caps are asked for next time we can
5288         return them immediately without doing any caps intersections.
5289
5290 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5291          
5292         * gst-libs/gst/rtp/README:
5293           Some new documentation
5294         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5295           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5296         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5297         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5298           New RTP audio base payloader class. Supports frame or sample based
5299           codecs.  Not enabled in Makefile.am until approved.
5300
5301 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5302
5303         * tests/check/elements/alsa.c: (test_device_property_probe):
5304           Fix test case: don't try to free NULL GValueArray when there
5305           are no devices.
5306
5307 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5308
5309         * tests/check/Makefile.am:
5310         * tests/check/elements/alsa.c: (test_device_property_probe),
5311         (alsa_suite), (main):
5312           Add simple test that runs a device property probe on alsasrc,
5313           alsasink and alsamixer. Disable valgrind check for now (too
5314           many leaks in libasound, and valgrind ignored my suppressions
5315           additions).
5316
5317 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5318
5319         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5320         (gst_alsa_device_property_probe_probe_property),
5321         (gst_alsa_device_property_probe_needs_probe),
5322         (gst_alsa_device_property_probe_get_values),
5323         (gst_alsa_type_add_device_property_probe_interface):
5324         * ext/alsa/gstalsadeviceprobe.h:
5325         * ext/alsa/gstalsamixerelement.c:
5326         (gst_alsa_mixer_element_init_interfaces):
5327         * ext/alsa/gstalsamixerelement.h:
5328           Clean up and simplify alsa device probing. Make it actually work
5329           for multiple classes. Don't cache results any longer.
5330
5331         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5332         (gst_alsasink_init):
5333         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5334         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5335         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5336           Make alsasink and alsasrc implement the GstPropertyProbe interface
5337           for device probing (#342181).
5338           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5339
5340 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5341
5342         * gst/subparse/samiparse.c: (handle_start_font):
5343           Don't ignore return value of strtol (++compiler_happiness).
5344
5345 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5346
5347         Patch by: Young-Ho Cha  <ganadist chollian net>
5348
5349         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5350         (gst_sub_parse_class_init), (gst_sub_parse_init),
5351         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5352         (convert_encoding):
5353         * gst/subparse/gstsubparse.h:
5354           Add 'encoding' property (#341681).
5355
5356         * gst/subparse/samiparse.c: (characters_sami):
5357           Output is pango markup, so we need to escape text
5358           between tags (#342143).
5359
5360 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5361
5362         * gst-libs/gst/audio/multichannel.c:
5363         (gst_audio_check_channel_positions):
5364           It's okay to have caps with channels=1 and a channel position
5365           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5366           (deinterleavers might want to keep the position in the caps,
5367           so that they can be re-interleaved again properly later).
5368           Leave check for unexpected 2-channel layouts intact for now.
5369
5370 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5371
5372         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5373         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5374         basesrc can do its job correctly.
5375
5376 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5377
5378         * ext/alsa/Makefile.am:
5379         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5380         (gst_alsa_detect_formats), (get_channel_free_structure),
5381         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5382         (gst_alsa_probe_supported_formats):
5383         * ext/alsa/gstalsa.h:
5384         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5385           Refactor and improve caps probing code: probe signedness
5386           when we probe the supported formats/widths; set endianness
5387           to the one we actually probed for (ie. cpu endianness).
5388           
5389         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5390         (gst_alsasrc_close):
5391         * ext/alsa/gstalsasrc.h:
5392           Implement caps probing for alsasrc.
5393
5394 2006-05-15  Wim Taymans  <wim@fluendo.com>
5395
5396         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5397         (theora_dec_src_query), (theora_dec_src_event),
5398         (theora_dec_sink_event), (theora_handle_comment_packet),
5399         (theora_handle_data_packet), (theora_dec_change_state):
5400         Cleanups, add some G_LIKELY.
5401         Use segment helpers instead of our own wrong code.
5402         Clear queued buffers on seek and READY.
5403
5404         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5405         (vorbis_dec_convert), (vorbis_dec_src_query),
5406         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5407         (vorbis_handle_comment_packet), (vorbis_dec_push),
5408         (vorbis_handle_data_packet), (vorbis_dec_chain),
5409         (vorbis_dec_change_state):
5410         * ext/vorbis/vorbisdec.h:
5411         Remove old useless packetno variable.
5412         Do position query properly.
5413         Add some G_LIKELY.
5414         Do cleanup of queued buffers in new helper function
5415         and use it.
5416
5417 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5418
5419         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5420           Query supported sample rates. Fixes #341732.
5421
5422 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5423
5424         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5425         (gst_decode_bin_change_state): Make decodebin reusable
5426         when going from PAUSE_TO_READY and then back to PAUSED.
5427         Fixes #331678.
5428
5429 2006-05-15  Wim Taymans  <wim@fluendo.com>
5430
5431         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5432         (vorbis_dec_convert), (vorbis_dec_src_query),
5433         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5434         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5435         (vorbis_dec_clean_queued), (vorbis_dec_push),
5436         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5437         Cleanups. Use refcounting and DEBUG_OBJECT.
5438         Reset segment on flush, use code methods instead of our
5439         own wrong version.
5440         Fix potential memleak.
5441
5442 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5443
5444         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5445         (gst_alsasink_init):
5446         * ext/alsa/gstalsasink.h:
5447           Don't leak allocated snd_output_t structure if there's
5448           more than one alsasink instance at a time (#341873).
5449           Also fix GObject macros in header file.
5450           
5451 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5452
5453         * gst/subparse/gstsubparse.c:
5454         (gst_sub_parse_data_format_autodetect):
5455           Don't use libxml functions in the typefinding code.
5456
5457 2006-05-15  Wim Taymans  <wim@fluendo.com>
5458
5459         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5460         Fix seeking performance in the case where a non-header 
5461         packet has a 0 granulepos (busted theora case). 
5462         Fixes #341719
5463         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5464          the first place, you limelight stealer you)
5465
5466 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5467
5468         * gst/subparse/gstsubparse.c:
5469         (gst_sub_parse_data_format_autodetect):
5470           Improve SAMI typefinding: handle case where there are
5471           whitespaces or newlines in front of the first <SAMI>
5472           tag (#169936).
5473
5474 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5475
5476         * configure.ac:
5477           Build video4linux plugin even if there's no XVIDEO, just
5478           without implementing the GstXOverlay interface (#334002).
5479          
5480 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5481
5482         * configure.ac:
5483         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5484         (plugin_init):
5485           Add tentative support for libvisual-0.4 (#336881).
5486
5487 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5488
5489         Patch by: Young-Ho Cha <ganadist at chollian net>
5490
5491         * gst/subparse/samiparse.c: (handle_start_font):
5492           Need to map "silver" colour explicitly (#169936).
5493
5494 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5495
5496         Patch by: Young-Ho Cha  <ganadist at chollian net>
5497
5498         * gst/subparse/Makefile.am:
5499         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5500         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5501         (gst_sub_parse_format_autodetect), (feed_textbuf),
5502         (gst_subparse_type_find), (plugin_init):
5503         * gst/subparse/gstsubparse.h:
5504         * gst/subparse/samiparse.c:
5505         * gst/subparse/samiparse.h:
5506           Add support for SAMI subtitles (#169936).
5507
5508 2006-05-14  Michael Smith  <msmith@fluendo.com>
5509
5510         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5511           Fix #341696: crash when mixing L+R+C to mono or stereo.
5512         * tests/check/Makefile.am:
5513         * tests/check/elements/audioconvert.c: (set_channel_positions),
5514         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5515         (audioconvert_suite):
5516           Add test for the above, including some generic framework bits for
5517           testing multichannel things.
5518
5519 === release 0.10.7 ===
5520
5521 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5522
5523         * configure.ac:
5524           releasing 0.10.7, "Leave the gun"
5525
5526 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5527
5528         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5529         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5530         Fix the build.
5531
5532 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5533
5534         * docs/libs/gst-plugins-base-libs-docs.sgml:
5535         * docs/libs/gst-plugins-base-libs-sections.txt:
5536         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5537         * gst-libs/gst/video/video.h:
5538         * gst/videoscale/Makefile.am:
5539         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5540         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5541         * tests/check/Makefile.am:
5542         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5543         (main):
5544           Fix integer overflow problem with pixel-aspect-ratio calculations
5545           in videoscale and xvimagesink (#341542)
5546
5547 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5548
5549         * gst-libs/gst/tag/gstid3tag.c:
5550           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5551
5552 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5553
5554         * win32/MANIFEST:
5555           update win32 files listing
5556
5557 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5558
5559         patch by: Sjoerd Simons (sjoerd@luon.net)
5560
5561         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5562         (group_create), (group_destroy), (add_stream),
5563         (gst_play_base_bin_get_property),
5564         (gst_play_base_bin_get_streaminfo_value_array):
5565         * gst/playback/gstplaybasebin.h:
5566           API: GstPlayBaseBin::stream-info-value-array property
5567           use a more bindings-friendly way of exposing streaminfo
5568           using a GValueArray.  Tested in ipython.
5569           Closes #341114
5570
5571 2006-05-11  Wim Taymans  <wim@fluendo.com>
5572
5573         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5574         (queue_underrun_cb), (queue_filled_cb):
5575         Also catch queue underruns but don't do anything yet.
5576         Refactor and comment queue enlarging code a bit.
5577
5578         * gst/playback/gstplaybasebin.c: (queue_overrun),
5579         (queue_threshold_reached), (queue_out_of_data),
5580         (gen_preroll_element):
5581         If a queue over/underruns check that we don't create nasty
5582         deadlocks when the min-threshold is not reached but the
5583         max-bytes is. In those cases disable max-bytes when we
5584         know that the queue is fed timed data.
5585         Add more comments.
5586
5587 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5588
5589         * gst/playback/gstplaybin.c: (gen_audio_element):
5590           Make playbin automatically plug an 'audioresample'
5591           element before the audio sink as well. This solves
5592           problems with sinks that only accept a very specific
5593           sample rate, like esdsink (e.g. #340379).
5594
5595 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5596
5597         * gst/playback/gstplaybasebin.c: (gen_source_element):
5598           Make http sources send special headers so that we receive
5599           icecast metadata if the http stream is an icecast stream
5600           (otherwise the server will just ignore them). This also
5601           means that from now on users will need the 'icydemux'
5602           element from gst-plugins-good installed if they want to
5603           listen to icecast radio streams. (#341432, #333657).
5604
5605 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5606
5607         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5608         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5609           remove stupid example from docs - it should come with a simple
5610           C program instead.
5611           Clean up/fix docs
5612         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5613         (fail_if_can_read), (GST_START_TEST),
5614         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5615           add a test for changing streamheader which exposes a bug in
5616           multifdsink
5617
5618 2006-05-11  Michael Smith  <msmith@fluendo.com>
5619
5620         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5621         (gst_gnome_vfs_src_received_headers_callback):
5622         * ext/gnomevfs/gstgnomevfssrc.h:
5623           Don't set icy-caps unless we have a sane interval value. Move
5624           interval to a local variable; we never use it outside this function.
5625
5626 2006-05-11  Wim Taymans  <wim@fluendo.com>
5627
5628         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5629         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5630         Register special buffer types along with the objects so
5631         that they are not registered at runtime from N different
5632         streaming threads since they are not threadsafe.
5633
5634 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5635
5636         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5637         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5638           add two more tests, one doing streamheader
5639
5640 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5641
5642         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5643           clean up the bufqueue when shutting down
5644         * tests/check/Makefile.am:
5645         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5646         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5647         (main):
5648           add a test for the leak that was just fixed
5649
5650 2006-05-10  Wim Taymans  <wim@fluendo.com>
5651
5652         * gst/adder/gstadder.c: (gst_adder_setcaps),
5653         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5654         (gst_adder_src_event), (gst_adder_sink_event),
5655         (gst_adder_class_init), (gst_adder_finalize),
5656         (gst_adder_request_new_pad), (gst_adder_collected):
5657         * gst/adder/gstadder.h:
5658         Updated some docs. Added comments and FIXMEs all over the place.
5659         Improve debugging info.
5660         Fix leak on finalize by not calling the parent.
5661         Implement duration query.
5662         Make event forwarding threadsafe.
5663         Correctly send NEWSEGMENT at start and after flush.
5664         Handle EOS correctly.
5665         Post error when not negotiated.
5666
5667         * tests/check/elements/adder.c: (GST_START_TEST):
5668         Added FIXME in the test.
5669
5670 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5671
5672         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5673         (gst_text_overlay_halign_get_type),
5674         (gst_text_overlay_wrap_mode_get_type):
5675         * ext/theora/theoradec.c: (theora_handle_type_packet),
5676         (theora_handle_data_packet):
5677         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5678         (theora_enc_sink_setcaps), (theora_enc_chain):
5679         * gst-libs/gst/cdda/gstcddabasesrc.c:
5680         (gst_cdda_base_src_mode_get_type):
5681         * gst/audiotestsrc/gstaudiotestsrc.c:
5682         (gst_audiostestsrc_wave_get_type):
5683         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5684         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5685         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5686         (gst_sync_method_get_type), (gst_unit_type_get_type),
5687         (gst_client_status_get_type):
5688         * gst/videoscale/gstvideoscale.c:
5689         (gst_video_scale_method_get_type):
5690         * gst/videotestsrc/gstvideotestsrc.c:
5691         (gst_video_test_src_pattern_get_type):
5692         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5693         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5694         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5695         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5696         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5697         (paint_setup_RGB565), (paint_setup_xRGB1555):
5698           Const-ify GEnumValue and GFlagsValue arrays. Use
5699           GST_ROUND_UP_* macros instead of home-made ones.
5700
5701 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5702
5703         * configure.ac:
5704           Require core CVS for the new newsegment stuff.
5705
5706 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5707
5708         Patch by: Sjoerd Simons  <sjoerd at luon net>
5709
5710         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5711           Register nick for enum value (#341160).
5712
5713 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5714
5715         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5716         (plugin_init):
5717          backout typefind patch #340375
5718          
5719         * tests/check/elements/adder.c: (message_received),
5720         (GST_START_TEST), (adder_suite):
5721           redo, signal-handling of test
5722
5723 2006-05-09  Wim Taymans  <wim@fluendo.com>
5724
5725         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5726         (gst_adder_collected):
5727         * gst/adder/gstadder.h:
5728         Remove bogus segment merging and forwarding, we don't
5729         care about timestamps anyway and we just produce a
5730         continuous stream. 
5731         Also create a nice NEWSEGMENT event when we start.
5732         Use _scale_int some more.
5733
5734 2006-05-09  Edward Hervey  <edward@fluendo.com>
5735
5736         * tests/icles/stress-xoverlay.c:
5737         Fix if core was built without parsing support.
5738
5739 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5740
5741         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5742           Add SEDG (Samsung MPEG-4) fourcc.
5743
5744 2006-05-09  Edward Hervey  <edward@fluendo.com>
5745
5746         * tests/icles/stress-xoverlay.c:
5747         * tests/examples/volume/volume.c:
5748         Fix if core was built without parsing support.
5749
5750         * tests/examples/seek/seek.c:
5751         Disable the parse_launch example if core was built without parsing
5752         support.
5753
5754 2006-05-08  Edward Hervey  <edward@fluendo.com>
5755
5756         * autogen.sh: (CONFIGURE_DEF_OPT): 
5757         libtoolize on Darwin/MacOSX is called glibtoolize
5758
5759 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5760
5761         * tests/check/Makefile.am:
5762         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5763           Disable the adder test, until the build-slaves posses the kindness to 
5764           either like it or to give valid reason for not doing so 
5765
5766 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5767
5768         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5769         (adder_suite):
5770           Shuffle NULL state change around and raise timeout more
5771
5772 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5773
5774         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5775         (mp4_type_find), (plugin_init):
5776           Add typefind to distinguish between "audio/x-m4a" and new type
5777           "video/mp4". Fixes #340375
5778
5779         * tests/check/elements/adder.c: (adder_suite):
5780           Raise timeout to make buildbot happy
5781
5782 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5783
5784         * gst/adder/gstadder.c: (gst_adder_sink_event),
5785         (gst_adder_request_new_pad), (gst_adder_change_state):
5786         * gst/adder/gstadder.h:
5787         * tests/check/Makefile.am:
5788         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5789         (adder_suite), (main):
5790           Add sink-event handling to adder. It tries to merge incomming
5791           newsegment-events. Added test to check if segment_done is comming
5792           through. Fixes #340060
5793
5794 2006-05-05  Andy Wingo  <wingo@pobox.com>
5795
5796         * ext/theora/theoraparse.c (gst_theora_parse_init)
5797         (theora_parse_src_convert, theora_parse_src_query):
5798         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5799         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5800         query functions on the source pads of the theora and vorbis parse
5801         elements. Fixes position querying when doing a remux.
5802
5803 2006-05-05  Michael Smith  <msmith@fluendo.com>
5804
5805         * ext/theora/theoraparse.c: (parse_granulepos),
5806         (theora_parse_drain_queue_prematurely),
5807         (theora_parse_queue_buffer), (theora_parse_sink_event):
5808           Fix flushing.
5809           Fix invalid granulepos outputs when starting with a non-keyframe.
5810
5811 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5812
5813         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5814         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5815         Rearrange MPEG system stream detection, fixing some memleaks in the
5816         process.
5817         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5818         they clean up their data correctly.
5819         Remove unused ogganx caps and move the 'is_annodex' check to inside
5820         the 'is_ogg' if statement.
5821
5822 2006-05-05  Wim Taymans  <wim@fluendo.com>
5823
5824         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5825         Properly remove ghostpads. Fixes #340392
5826
5827 2006-05-04  David Schleef  <ds@schleef.org>
5828
5829         * gst/typefind/gsttypefindfunctions.c:
5830
5831 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5832
5833         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5834         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5835
5836         When typefinding an MP3 in push-based mode, don't penalise the
5837         probability down to 74% when we found 5 valid frames just because we
5838         can't peek the end of the file.
5839
5840         Make the probability for detecting MPEG Transport Streams based on the
5841         number of sequential headers we successfully detected.
5842
5843 2006-05-03  Wim Taymans  <wim@fluendo.com>
5844
5845         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5846         (vorbis_dec_push), (vorbis_dec_chain):
5847         Still produce an error when we receive an empty packet.
5848
5849 2006-05-03  Wim Taymans  <wim@fluendo.com>
5850
5851         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5852         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5853         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5854         Mark buffers with DISCONT after seek and after activating new
5855         chains.
5856
5857         * ext/theora/gsttheoradec.h:
5858         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5859         (theora_get_query_types), (theora_dec_sink_event),
5860         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5861         (theora_dec_change_state):
5862         Fix frame counter.
5863         Detect and mark DISCONT buffers.
5864
5865         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5866         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5867         (vorbis_dec_change_state):
5868         * ext/vorbis/vorbisdec.h:
5869         Use GstSegment.
5870         Detect and mark DISCONT buffers.
5871         Don't crash on 0 sized buffers.
5872
5873 2006-05-03  Wim Taymans  <wim@fluendo.com>
5874
5875         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5876         (volume_transform_ip):
5877         Increase "volume" property to 10.0. Fixes #340369.
5878         Set the process function to NULL when capsnego fails so that
5879         we properly error out.
5880
5881 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
5882
5883         * gst/playback/gstplaybin.c: (add_sink):
5884         * gst/playback/test.c: (main):
5885         * gst/playback/test5.c: (dump_element_stats):
5886         * gst/playback/test6.c: (main):
5887           free caps using gst_caps_unref, don't leak caps-strings
5888
5889 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
5890
5891         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5892         (plugin_init):
5893           Refine musepack typefinding a bit. Return MAXIMUM
5894           probability when we detect stream version 7 to make
5895           sure the mpeg audio typefinder doesn't trump us.
5896
5897 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
5898
5899         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5900           Protect against unexpected NULL strf_data buffer.
5901
5902 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5903
5904         * tests/check/elements/audioconvert.c: (verify_convert),
5905         (GST_START_TEST):
5906           interpret the out[] buffer in the order the bytes are actually
5907           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5908           Other tests should use BYTE_ORDER since the array is filled in
5909           with actual values
5910
5911 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5912
5913         * tests/check/elements/audioconvert.c: (verify_convert),
5914         (GST_START_TEST):
5915           when a test fails, give an indication of which it is
5916
5917 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5918
5919         * gst-libs/gst/cdda/gstcddabasesrc.c:
5920           compile fix; strtol() needs <stdlib.h>
5921
5922 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5923
5924         * ext/alsa/gstalsamixerelement.c:
5925         * ext/alsa/gstalsasrc.c:
5926         * ext/cdparanoia/gstcdparanoiasrc.c:
5927         * ext/gnomevfs/gstgnomevfssink.c:
5928         * ext/gnomevfs/gstgnomevfssrc.c:
5929         * ext/ogg/gstoggdemux.c:
5930         * ext/ogg/gstoggmux.c:
5931         * ext/ogg/gstoggparse.c:
5932         * ext/ogg/gstogmparse.c:
5933         * ext/pango/gstclockoverlay.c:
5934         * ext/pango/gsttextoverlay.c:
5935         * ext/pango/gsttextrender.c:
5936         * ext/pango/gsttimeoverlay.c:
5937         * ext/theora/theoradec.c:
5938         * ext/theora/theoraenc.c:
5939         * ext/vorbis/vorbisdec.c:
5940         * ext/vorbis/vorbisenc.c:
5941         * gst-libs/gst/audio/gstaudiofilter.c:
5942         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5943         * gst/audioconvert/gstaudioconvert.c:
5944         * gst/audiorate/gstaudiorate.c:
5945         * gst/audioresample/gstaudioresample.c:
5946         * gst/audiotestsrc/gstaudiotestsrc.c:
5947         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5948         * gst/playback/gstdecodebin.c:
5949         * gst/playback/gstplaybin.c:
5950         * gst/playback/gststreamselector.c:
5951         * gst/subparse/gstsubparse.c:
5952         * gst/tcp/gstmultifdsink.c:
5953         * gst/tcp/gsttcpclientsink.c:
5954         * gst/tcp/gsttcpclientsrc.c:
5955         * gst/tcp/gsttcpserversink.c:
5956         * gst/tcp/gsttcpserversrc.c:
5957         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5958         * gst/videorate/gstvideorate.c:
5959         * gst/videoscale/gstvideoscale.c:
5960         * gst/videotestsrc/gstvideotestsrc.c:
5961         * gst/volume/gstvolume.c:
5962         * sys/v4l/gstv4ljpegsrc.c:
5963         * sys/v4l/gstv4lmjpegsink.c:
5964         * sys/v4l/gstv4lmjpegsrc.c:
5965         * sys/v4l/gstv4lsrc.c:
5966         * sys/ximage/ximagesink.c:
5967         * sys/xvimage/xvimagesink.c:
5968         * tests/check/libs/cddabasesrc.c:
5969           make GstElementDetails const
5970
5971 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5972
5973         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
5974         (gst_adder_init):
5975           send events from src-pad to all sink-pads fixes #338657
5976
5977 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5978
5979         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
5980         (alsasink_parse_spec):
5981           query width capabilities from alsa, fixes #338919
5982
5983 2006-04-28  Wim Taymans  <wim@fluendo.com>
5984
5985         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5986         (gst_multi_fd_sink_remove_client_link):
5987         * gst/tcp/gstmultifdsink.h:
5988         Fix race condition in multifdsink that can lead to spurious 
5989         duplicate clients. this patch adds a new signal that is fired when
5990         multifdsink has removed all references to the fd.
5991         Fixes #339574.
5992         Updated documentation.
5993         API: client-fd-removed signal added
5994
5995 2006-04-28  Michael Smith  <msmith@fluendo.com>
5996
5997         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
5998           When asking g_value_array_new to prealloc elements, we may as well
5999           ask for the right number of elements.
6000
6001 2006-04-28  Wim Taymans  <wim@fluendo.com>
6002
6003         * gst-libs/gst/audio/gstbaseaudiosink.c:
6004         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6005         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6006         patch to make timestamp checking more tollerant to rounding 
6007         errors given that real discontinuities are to be marked on
6008         buffers. Fixes some asf files and #338778.
6009         Also avoid some crashers when we receive an event in the 
6010         NULL state.
6011
6012 2006-04-28  Michael Smith  <msmith@fluendo.com>
6013
6014         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6015         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6016         (gst_gnome_vfs_src_get_property),
6017         (gst_gnome_vfs_src_send_additional_headers_callback),
6018         (gst_gnome_vfs_src_received_headers_callback),
6019         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6020         (gst_gnome_vfs_src_stop):
6021         * ext/gnomevfs/gstgnomevfssrc.h:
6022           Remove ICY handling (mostly) from gnomevfssrc, in favour of
6023           proper shared support within icydemux.
6024
6025 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6026
6027         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6028         (gst_video_rate_swap_prev), (gst_video_rate_chain):
6029           fix up docs
6030           fix a leak when no caps negotiated
6031           fix counting of input frames
6032         * tests/check/elements/.cvsignore:
6033         * tests/check/elements/videorate.c: (assert_videorate_stats),
6034         (GST_START_TEST), (videorate_suite):
6035           add tests for these
6036
6037 2006-04-28  Wim Taymans  <wim@fluendo.com>
6038
6039         * gst-libs/gst/audio/gstringbuffer.c:
6040         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6041         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6042         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6043         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6044         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6045         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6046         (gst_ring_buffer_commit), (gst_ring_buffer_read),
6047         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6048         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6049         Check arguments passed to public functions instead of
6050         crashing.
6051
6052 2006-04-28  Wim Taymans  <wim@fluendo.com>
6053
6054         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6055         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6056         GstBaseAudioSrc must be live or it does not work.
6057
6058         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6059         Don't set live to TRUE as this is the default in the parentclass.
6060
6061 2006-04-28  Wim Taymans  <wim@fluendo.com>
6062
6063         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6064         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6065         Videoscale doesn't pass on pixel-aspect ratio. Handle all
6066         fixation cases better. Fixes #338991
6067
6068 2006-04-28  Wim Taymans  <wim@fluendo.com>
6069
6070         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6071         Handle 0/1 framerate correctly Fixes #331901.
6072
6073 2006-04-28  Wim Taymans  <wim@fluendo.com>
6074
6075         * tests/check/elements/audioconvert.c: (get_float_caps),
6076         (GST_START_TEST), (audioconvert_suite):
6077         Added check for correct clipping when doing float samples
6078         in audioconvert.
6079
6080 2006-04-28  Wim Taymans  <wim@fluendo.com>
6081
6082         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6083         (gst_video_rate_chain):
6084         Print more debugging info.
6085
6086 2006-04-28  Wim Taymans  <wim@fluendo.com>
6087
6088         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6089         (resample_set_state_from_caps):
6090         Add support for other formats audioresample can handle such as
6091         32 bits in and float and 64 bits float. Fixes #301759
6092
6093 2006-04-28  Wim Taymans  <wim@fluendo.com>
6094
6095         * gst/audioconvert/audioconvert.c: (float):
6096         correctly clip float samples > 1.0. Fixes #338718
6097
6098 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6099
6100         Patch by: Young-Ho Cha  <ganadist at chollian net>
6101
6102         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6103         (gst_text_overlay_render_text):
6104           Don't strip newlines from the text. Also, center lines
6105           within multi-line paragraphs (#339405).
6106
6107 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6108
6109         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6110           Fix wavpack typefinding to work in more cases (don't peek
6111           for chunks of multiple hundred kBs at once, but process
6112           things step-by-step in smaller units). Fixes #339786.
6113
6114 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6115
6116         * configure.ac:
6117           back to HEAD
6118
6119 === release 0.10.6 ===
6120
6121 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
6122
6123         * configure.ac:
6124           releasing 0.10.6, "Chao"
6125
6126 2006-04-26  David Schleef  <ds@schleef.org>
6127
6128         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6129           Fixes #338897.
6130
6131 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6132
6133         * configure.ac:
6134         * win32/common/config.h:
6135           new prerelease
6136
6137 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6138
6139         patch by: Wim Taymans
6140
6141         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6142         (gst_ogg_demux_perform_seek):
6143           make sure correct newsegments are sent, so that the decoder
6144           and the demuxer agree on timestamps.  Fixes playback of a lot
6145           of Ogg files that do not start from 0.  Fixes #339833.
6146
6147 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6148
6149         Patch by: Edward Hervey  <edward@fluendo.com>
6150
6151         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6152         * tests/check/Makefile.am:
6153         * tests/check/elements/videorate.c: (assert_videorate_stats),
6154         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6155         (videorate_suite), (main):
6156           Fix an infinite loop if frames are passed in with wrongly ordered
6157           timestamps.  Fixes #339013.
6158
6159 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6160
6161         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6162
6163         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6164           fix typefinding on some ISO files.  Fixes #339212.
6165
6166 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6167
6168         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6169
6170         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6171           add another H264 fourcc.  Fixes #339047.
6172
6173 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6174
6175         Patch by: Jan Schmidt
6176
6177         * gst/playback/gststreamselector.c:
6178         (gst_stream_selector_bufferalloc):
6179           Restore old StreamSelector behaviour.
6180           Fixes #338419.
6181
6182 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6183
6184         * configure.ac:
6185         * win32/common/config.h:
6186           prerelease
6187
6188 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6189
6190         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6191
6192         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6193         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6194           Fix some memory leaks: on finalize, free buffers left in the queue
6195           before destroying the queue; in _push(), unref rtp_buf even if
6196           the process vfunc returned a NULL buffer as output buffer (#337548);
6197           demote some recuring debug messages to LOG level.
6198
6199 2006-04-11  Wim Taymans  <wim@fluendo.com>
6200
6201         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6202         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6203         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6204         (gst_ogg_demux_loop):
6205         More cleanups.
6206         Respect segment stop when emiting EOS or SEGMENT_DONE.
6207         Fixes (#337945).
6208
6209 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6210
6211         * gst/playback/gststreamselector.c:
6212         (gst_stream_selector_get_property):
6213           Don't leak pad name.
6214
6215 2006-04-10  Michael Smith  <msmith@fluendo.com>
6216
6217         * tests/check/Makefile.am:
6218         * tests/check/gst-plugins-base.supp:
6219           Suppress an old libtheora bug (fixed in more recent versions), so 
6220           that FC4 buildslaves can pass.
6221
6222 2006-04-10  Wim Taymans  <wim@fluendo.com>
6223
6224         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6225         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6226         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6227         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6228         (gst_ogg_demux_loop):
6229         Don't leak events.
6230         Remember what error we got when finding chains, if we
6231         were shutdown, that would not be an error.
6232
6233 2006-04-10  Wim Taymans  <wim@fluendo.com>
6234
6235         * gst-libs/gst/audio/gstbaseaudiosink.c:
6236         (gst_base_audio_sink_event):
6237         Starting the ringbuffer when we did not acquire it can cause
6238         a deadlock, is pointless and causes nasty things for
6239         subclasses. 
6240         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6241
6242 2006-04-10  Wim Taymans  <wim@fluendo.com>
6243
6244         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6245         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6246         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6247         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6248         (gst_ogg_demux_deactivate_current_chain),
6249         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6250         (gst_ogg_demux_bisect_forward_serialno),
6251         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6252         Add some more debugging.
6253
6254 2006-04-10  Wim Taymans  <wim@fluendo.com>
6255
6256         * ext/theora/theoradec.c: (theora_dec_src_event),
6257         (theora_handle_data_packet):
6258         Some more debug info.
6259
6260         * tests/examples/seek/seek.c: (start_seek), (main):
6261         Print element messages too.
6262
6263 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6264
6265         * gst/audioresample/debug.h:
6266           replace debug macros with variable number of parameters
6267           by a simple alias to gstreamer standard debug macros 
6268          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6269           supported by MSVC 6.0 and 7.1)
6270         * gst/audioresample/resample.h:
6271           define M_PI and rint for WIN32
6272         * win32/common/libgstaudio.def:
6273         * win32/common/libgstriff.def:
6274         * win32/common/libgsttag.def:
6275         * win32/common/libgstvideo.def:
6276           add new exported functions
6277         * win32/vs6:
6278           update project files
6279
6280 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6281
6282         * ext/alsa/gstalsamixeroptions.c:
6283         (gst_alsa_mixer_options_class_init):
6284         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6285         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6286         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6287         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6288         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6289         * gst-libs/gst/audio/gstaudiofilter.c:
6290         (gst_audio_filter_class_init):
6291         * gst-libs/gst/audio/gstaudiosink.c:
6292         (gst_audioringbuffer_class_init):
6293         * gst-libs/gst/audio/gstaudiosrc.c:
6294         (gst_audioringbuffer_class_init):
6295         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6296         * gst-libs/gst/interfaces/colorbalancechannel.c:
6297         (gst_color_balance_channel_class_init):
6298         * gst-libs/gst/interfaces/mixeroptions.c:
6299         (gst_mixer_options_class_init):
6300         * gst-libs/gst/interfaces/mixertrack.c:
6301         (gst_mixer_track_class_init):
6302         * gst-libs/gst/interfaces/tunerchannel.c:
6303         (gst_tuner_channel_class_init):
6304         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6305         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6306         (gst_netbuffer_class_init):
6307         * gst-libs/gst/rtp/gstbasertppayload.c:
6308         (gst_basertppayload_class_init):
6309         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6310         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6311         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6312         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6313         * gst/playback/gststreamselector.c:
6314         (gst_stream_selector_class_init):
6315         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6316         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6317         * sys/v4l/gstv4lcolorbalance.c:
6318         (gst_v4l_color_balance_channel_class_init):
6319         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6320         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6321         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6322         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6323         (gst_v4l_tuner_norm_class_init):
6324         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6325         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6326         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6327         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6328
6329 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6330
6331         * ext/pango/gsttextrender.h:
6332         * gst-libs/gst/audio/gstaudiosink.h:
6333         * gst-libs/gst/audio/gstaudiosrc.h:
6334         * gst-libs/gst/audio/gstbaseaudiosink.h:
6335         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6336         * gst-libs/gst/audio/gstringbuffer.h:
6337         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6338         * gst-libs/gst/rtp/gstbasertppayload.h:
6339         * gst-libs/gst/video/gstvideofilter.h:
6340         * gst-libs/gst/video/gstvideosink.h:
6341         * gst/playback/gstplaybasebin.h:
6342         * gst/tcp/gstmultifdsink.h:
6343         * sys/v4l/gstv4lelement.h:
6344         Fix broken GObject macros
6345
6346 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6347
6348         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6349         More debug to trace why my USB headset is not working with gst
6350
6351 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6352
6353         * gst/playback/gstplaybasebin.c: (group_destroy):
6354         Clean up our group elements properly in the case where it never 
6355         got committed - it still got added unconditionally to the bin.
6356
6357 2006-04-07  Wim Taymans  <wim@fluendo.com>
6358
6359         * ext/theora/theoradec.c: (theora_dec_sink_event),
6360         (theora_handle_data_packet), (theora_dec_chain):
6361         Unref unhandled events.
6362         Protect against empty buffers.
6363         Perform QoS on running time.
6364
6365 2006-04-07  Michael Smith  <msmith@fluendo.com>
6366
6367         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6368         (gst_vorbis_enc_chain):
6369           Remove leaks from vorbisenc.
6370           Mostly minor changes, the only significant one is that now the
6371           buffers we set as 'streamheader' on the caps are copies of the
6372           original buffers, to avoid circular refcounting problems.
6373
6374 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6375
6376         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6377           Don't remove our mute-probe if someone else already did so.
6378           Don't set a 2nd one if there is already one pending on the pad.
6379
6380         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6381         (do_playbin_seek):
6382           When a seek fails, ensure that playbin is still set back to playing.
6383           
6384         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6385         (mpeg_ts_type_find), (plugin_init):
6386           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6387
6388 2006-04-06  Andy Wingo  <wingo@pobox.com>
6389
6390         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6391         (gst_video_rate_init): Caps-related parameters should not be reset
6392         by a flush -- move their inits to the instance init function.
6393         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6394         is not OK, just return the result.
6395
6396         * gst/audiotestsrc/gstaudiotestsrc.c
6397         (gst_audio_test_src_class_init)
6398         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6399         broken by Stefan's commit on 24 March.
6400
6401         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6402         buffers being pushed out. Fixes oggmux ! multifdsink.
6403
6404 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6405
6406         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6407         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6408         * ext/vorbis/vorbisdec.h:
6409         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6410         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6411         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6412         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6413         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6414         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6415         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6416         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6417         (gst_vorbis_enc_buffer_from_packet),
6418         (gst_vorbis_enc_buffer_from_header_packet),
6419         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6420         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6421         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6422         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6423         (gst_vorbis_enc_change_state):
6424         * ext/vorbis/vorbisenc.h:
6425           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6426           vorbisenc adhere to the official nomenclature; use boilerplate
6427           macro.
6428
6429 2006-04-04  Andy Wingo  <wingo@pobox.com>
6430
6431         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6432         Whoops, fix bug introduced. Bad hacker!
6433         
6434         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6435         Properly handle the case where you get EOS before any buffers are
6436         received. Use gst_buffer_make_metadata_writable where appropriate.
6437
6438         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6439         is often negative -- make it signed so as not to wrap around.
6440         Fixes segfaults introduced on 9 March.
6441
6442 2006-04-03  Wim Taymans  <wim@fluendo.com>
6443
6444         * ext/theora/gsttheoradec.h:
6445         * ext/theora/theoradec.c: (theora_dec_src_event):
6446         Don't try to store a gdouble in a gboolean.
6447         Small cleanups.
6448
6449 2006-04-03  Michael Smith  <msmith@fluendo.com>
6450
6451         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6452           Oggmux sucks.
6453           Make it suck slightly less by writing out the final page.
6454           Still can't encode a vorbis-in-ogg file correctly, though.
6455
6456 2006-04-03  Andy Wingo  <wingo@pobox.com>
6457
6458         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6459         a g_print.
6460
6461         * ext/theora/theora.c (plugin_init): Register theoraparse.
6462
6463         * ext/theora/gsttheoraparse.h: 
6464         * ext/theora/theoraparse.c: New files implementing a theora
6465         parser. Now we can properly remux ogg/theora+vorbis, yay.
6466
6467         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6468
6469 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6470
6471         * gst/audiotestsrc/gstaudiotestsrc.c:
6472           Fixed the sample pipeline (see #323798)
6473
6474 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6475
6476         * configure.ac:
6477         * win32/common/config.h:
6478         * win32/common/config.h.in:
6479           use AS_VERSION and AS_NANO
6480           more cleanups
6481
6482 2006-03-31  Andy Wingo  <wingo@pobox.com>
6483
6484         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6485         uninitialized variable return that would happen.
6486         
6487         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6488         uninitialized variable return that would never happen.
6489
6490         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6491         (vorbis_parse_sink_event): Add an event function to flush our
6492         state on a seek, and to drain buffers on a premature EOS.
6493         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6494         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6495         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6496         (vorbis_parse_drain_queue): Queue up buffers until we can set
6497         their timestamps and granulepos values.
6498
6499         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6500         and keep track of data needed for deriving granulepos and
6501         timestamps for buffers.
6502
6503 2006-03-29  Wim Taymans  <wim@fluendo.com>
6504
6505         Patch by: j^ <j at bootlab dot org>
6506
6507         * ext/alsa/gstalsamixerelement.c:
6508         (gst_alsa_mixer_element_class_init):
6509         * ext/alsa/gstalsasink.c:
6510         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6511         * ext/ogg/gstoggdemux.c:
6512         * ext/ogg/gstoggmux.c:
6513         * ext/ogg/gstoggparse.c:
6514         * ext/pango/gstclockoverlay.c:
6515         * ext/pango/gsttextoverlay.c:
6516         * ext/pango/gsttextrender.c:
6517         * ext/pango/gsttimeoverlay.c:
6518         * ext/theora/theoradec.c:
6519         * ext/theora/theoraenc.c:
6520         * ext/vorbis/vorbisdec.c:
6521         * ext/vorbis/vorbisenc.c:
6522         * gst/audioconvert/gstaudioconvert.c:
6523         * gst/subparse/gstsubparse.c:
6524         * gst/tcp/gstmultifdsink.c:
6525         * gst/tcp/gsttcpclientsink.c:
6526         * gst/tcp/gsttcpclientsrc.c:
6527         * gst/tcp/gsttcpserversink.c:
6528         * gst/tcp/gsttcpserversrc.c:
6529           better/unified long descriptions
6530           Fixes #336477
6531
6532 2006-03-29  Wim Taymans  <wim@fluendo.com>
6533
6534         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6535         (stop_seek):
6536         Don't let double and triple clicks mess up our state.
6537
6538 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6539
6540         * gst/playback/gstplaybin.c: (gen_video_element),
6541         (gen_text_element), (gen_audio_element), (gen_vis_element):
6542           Error out gracefully when we can't create any of the usual
6543           conversion elements for some reason. Also, don't try to
6544           create an audioscale (sic) element that's not used anyway.
6545
6546 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6547
6548         * gst/playback/gstplaybasebin.c: (setup_source):
6549           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6550           element for a particular protocol, that's confusing for users.
6551           Instead, post a RESOURCE_FAILED error, so that our own error
6552           message is actually shown in totem etc. (#336303).
6553
6554 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6555
6556         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6557
6558         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6559         (gst_gnome_vfs_src_get_icy_metadata):
6560           Fix some minor memory leaks (#336194).
6561
6562 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6563
6564         * ext/gnomevfs/gstgnomevfs.c:
6565         (gst_gnome_vfs_location_to_uri_string):
6566         * ext/gnomevfs/gstgnomevfs.h:
6567         * ext/gnomevfs/gstgnomevfssink.c:
6568         (gst_gnome_vfs_sink_set_property):
6569         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6570           Make gnomevfssink accept filenames as well as URIs for the
6571           "location" property, just like gnomevfssrc does (and
6572           filesrc/filesink do) (#336190).
6573
6574 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6575
6576         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6577           set to NULL before unreffing, fixes a valgrind leak.
6578           Why was this not triggering the error that an object needs to
6579           be NULL before unreffing ?
6580         * win32/common/config.h:
6581           update
6582
6583 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6584
6585         * gst/subparse/gstsubparse.c: (convert_encoding),
6586         (gst_sub_parse_change_state):
6587         * gst/subparse/gstsubparse.h:
6588           Text subtitle files may or may not be UTF-8. If it's not, we
6589           don't really want to see '?' characters in place of non-ASCII
6590           characters like accented characters. So let's assume the input
6591           is UTF-8 until we come across text that is clearly not. If it's
6592           not UTF-8, we don't really know what it is, so try the following:
6593           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6594           is set; if not, check (b) if the current locale encoding is
6595           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6596           the current locale encoding is UTF-8 and the environment variable
6597           was not set to any particular encoding. Not perfect, but better
6598           than nothing (and better than before, I think) (fixes #172848).
6599
6600 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6601
6602         * configure.ac:
6603           update core requirement to 0.10.4.1 because of async_playback
6604           vmethod on GstBaseSink
6605
6606 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6607
6608         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6609         * gst/adder/gstadder.c: (gst_adder_init):
6610         use DEBUG_FUNCPTR for collectpads
6611
6612 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6613
6614         * docs/plugins/Makefile.am:
6615         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6616         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6617         * ext/cdparanoia/gstcdparanoiasrc.c:
6618         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6619         (gst_gnome_vfs_sink_class_init):
6620         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6621         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6622         * ext/ogg/gstoggmux.c:
6623         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6624         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6625         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6626         * ext/pango/gsttextoverlay.c:
6627         * ext/pango/gsttextrender.c:
6628         * ext/theora/theoradec.c:
6629         * ext/theora/theoraenc.c:
6630         * ext/vorbis/vorbisdec.c:
6631         * ext/vorbis/vorbisenc.c:
6632         * gst-libs/gst/audio/gstaudiofilter.c:
6633         (gst_audio_filter_base_init):
6634         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6635         (gst_audio_filter_template_base_init):
6636         * gst/adder/gstadder.c: (gst_adder_get_type):
6637         * gst/adder/gstadder.h:
6638         * gst/audioconvert/gstaudioconvert.c:
6639         * gst/audiotestsrc/gstaudiotestsrc.c:
6640         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6641         (gst_audio_test_src_create):
6642         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6643         * gst/playback/gstdecodebin.c:
6644         * gst/playback/gstplaybin.c:
6645         * gst/playback/gststreamselector.c:
6646         (gst_stream_selector_base_init):
6647         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6648         * gst/volume/gstvolume.c:
6649         * sys/v4l/gstv4lmjpegsink.c:
6650         * sys/v4l/gstv4lmjpegsrc.c:
6651         * tests/check/libs/cddabasesrc.c:
6652         * tests/old/examples/gob/gst-identity2.gob:
6653           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6654           define GstElementDetails at the top
6655
6656 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6657
6658         * win32/common/libgstinterfaces.def:
6659         Add a lot of export functions for gst-python
6660         * win32/vs6/libgstinterfaces.dsp:
6661         Add a missing include folder in the project configuration
6662         
6663 2006-03-23  Wim Taymans  <wim@fluendo.com>
6664
6665         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6666         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6667         (gst_base_audio_src_change_state):
6668         Fix audio sources, forgot to make the ringbuffer
6669         startable...
6670
6671 2006-03-23  Wim Taymans  <wim@fluendo.com>
6672
6673         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6674         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6675         (gst_base_audio_src_change_state):
6676         unparent instead of unref the ringbuffer.
6677
6678 2006-03-23  Wim Taymans  <wim@fluendo.com>
6679
6680         * gst-libs/gst/audio/gstbaseaudiosink.c:
6681         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6682         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6683         Implement new async_play vmethod to start slaving and allow
6684         playback start in case of async PLAY state changes. 
6685
6686         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6687         Enable QoS with new method in base class.
6688
6689 2006-03-23  Wim Taymans  <wim@fluendo.com>
6690
6691         Patch by: Julien MOUTTE <julien at moutte dot net>
6692
6693         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6694         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6695         Partially handle 0 framerate, only EOS after the first frame
6696         is missing.
6697
6698 2006-03-23  Wim Taymans  <wim@fluendo.com>
6699
6700         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6701
6702         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6703         (gst_riff_create_video_template_caps):
6704         * gst/ffmpegcolorspace/avcodec.h:
6705         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6706         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6707         (gst_ffmpegcsp_avpicture_fill):
6708         * gst/ffmpegcolorspace/imgconvert.c:
6709         Patch for support of YVU9 AVI files (#334822)
6710
6711 2006-03-22  Edward Hervey  <edward@fluendo.com>
6712
6713         * docs/design/design-decodebin.txt:
6714         Added design document for new decodebin
6715         (Target Caps): text/x-pango-markup is also a default target caps.
6716
6717 2006-03-22  Wim Taymans  <wim@fluendo.com>
6718
6719         * gst-libs/gst/audio/gstbaseaudiosink.c:
6720         (gst_base_audio_sink_dispose):
6721         Since we _parent the ringbuffer, we also need to
6722         _unparent instead of a plain _unref.
6723
6724 2006-03-22  Wim Taymans  <wim@fluendo.com>
6725
6726         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6727         (stop_seek), (scrub_toggle_cb), (main):
6728         Add scrub checkbox.
6729
6730 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6731
6732         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6733         (gst_ogg_parse_chain):
6734           Fix very inefficient usage of linked lists (#335365).
6735
6736 2006-03-21  Edward Hervey  <edward@fluendo.com>
6737
6738         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6739         * gst/playback/gstplaybin.c: (handoff):
6740         * gst/playback/gststreamselector.c:
6741         (gst_stream_selector_set_property):
6742         gcc 4.1 unreferenced pointer fixes.
6743         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6744         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6745         gst_buffer_ref() now takes a GstBuffer*.
6746
6747 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6748
6749         * sys/xvimage/xvimagesink.c:
6750         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6751         by Jan Schmidt.
6752
6753 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6754
6755         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6756         (id3v1_type_find), (apetag_type_find), (plugin_init):
6757           Can't do tag preferences via probability, as tags would then
6758           lose against types that are recognised with MAXIMUM probability
6759           (like .wav); so let all tag typefinders return MAXIMUM themselves
6760           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6761           that we can prefer APE to ID3v1 (fixes #335028).
6762           
6763 2006-03-17  Wim Taymans  <wim@fluendo.com>
6764
6765         * gst-libs/gst/audio/gstbaseaudiosink.c:
6766         (gst_base_audio_sink_change_state):
6767         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6768         (gst_ring_buffer_may_start):
6769         * gst-libs/gst/audio/gstringbuffer.h:
6770         Only start playback if we are playing.
6771         should fix #330748.
6772
6773 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6774
6775         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6776         * win32/common/config.h:
6777           Revert accidental commits to these files.
6778
6779 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6780
6781         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6782
6783         * tests/Makefile.am:
6784           Don't try to build tests in tests/icles if we
6785           don't have X (#323852)
6786
6787 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6788
6789         * gst-libs/gst/tag/gstid3tag.c:
6790           Add TXXX frame identifiers for replaygain stuff as used
6791           by some taggers (see #323721).
6792
6793 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6794
6795         * gst/playback/gststreamselector.c:
6796         (gst_stream_selector_set_property),
6797         (gst_stream_selector_bufferalloc):
6798           Preserve the existing buggy streamselector behaviour by performing
6799           a fallback buffer allocation when downstream isn't linked yet.
6800           This should really be fixed in playbin by blocking pads until it's
6801           linked them.
6802           Also, use gst_pad_alloc_buffer instead of
6803           gst_pad_alloc_buffer_and_set.
6804
6805 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6806
6807         * gst-libs/gst/tag/gstid3tag.c:
6808           Don't crash on unknown ID3v2 TXXX frames.
6809           
6810 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6811
6812         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6813           Chain up to the parent finalize method.
6814           Add 32-bit sample size to the template caps.
6815
6816         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6817         (gst_riff_create_video_template_caps):
6818           Add the fourcc that the VMWare codec uses.
6819           
6820         * gst/playback/gststreamselector.c:
6821         (gst_stream_selector_set_property),
6822         (gst_stream_selector_bufferalloc),
6823         (gst_stream_selector_request_new_pad):
6824           For the active pad, forward buffer-alloc requests, otherwise
6825           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6826           having to memcpy every frame when used by playbin.
6827
6828         * gst/tcp/gstmultifdsink.c:
6829         (gst_multi_fd_sink_handle_client_write):
6830           Get negotiated caps from the sink pad, rather than the sink
6831           pad's peer.
6832
6833 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6834
6835         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6836         
6837         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6838           Don't forget to set src->callbacks_pushed to FALSE again when
6839           popping them, otherwise re-activation in a different mode won't
6840           work (#334620).
6841
6842 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6843
6844         Patch by: Sebastien Moutte  <sebastien moutte net>
6845
6846         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6847         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6848         (gst_ffmpeg_smpfmt_to_caps):
6849           Replace __VA_ARGS__ caps creation macros with varargs functions.
6850           Makes things compile on MSVC (#320765), looks nicer, and we can
6851           tell the compiler to check for the NULL terminator.
6852
6853 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6854
6855         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6856
6857         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6858           Make sure the buffer we copy into is really always big
6859           enough, this time for real (#333488).
6860           
6861 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6862
6863         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6864           Add support for 24bpp DIB (#305279).
6865
6866 2006-03-14  Wim Taymans  <wim@fluendo.com>
6867
6868         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6869         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6870         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6871         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6872         (gst_video_scale_init), (gst_video_scale_src_event):
6873         Re-enable QoS after the release.
6874         Rework videoscale to use the base class src_event handler.
6875
6876 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6877
6878         * configure.ac:
6879           back to CVS.
6880
6881 === release 0.10.5 ===
6882
6883 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
6884
6885         * configure.ac:
6886           releasing 0.10.5, "Net"
6887
6888 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
6889
6890         * docs/plugins/Makefile.am:
6891           Part of previous cdparanoiasrc docs fixes, forgot to commit.
6892           
6893 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6894
6895         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6896         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6897         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6898           Add cdparanoiasrc to docs.
6899
6900         * gst-libs/gst/cdda/gstcddabasesrc.c:
6901           More GstCddaBaseSrc docs.
6902
6903 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6904
6905         * docs/libs/gst-plugins-base-libs-sections.txt:
6906         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6907         * gst-libs/gst/tag/tag.h:
6908           API: libgsttag: new method gst_tag_from_id3_user_tag().
6909
6910 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6911
6912         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6913           NULL-terminate array of mpeg4 video file extensions.
6914           Fixes crash on PPC (#334226).
6915
6916 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6917
6918         * ext/gnomevfs/gstgnomevfssrc.c:
6919         (gst_gnome_vfs_src_check_get_range):
6920           gnome_vfs_uri_is_local() alone is not a good indicator
6921           whether we can operate in pull-mode with a specific URI,
6922           as it returns FALSE for file:// URIs that point to an
6923           NFS-mounted path. Be more conservative here: whitelist
6924           local files, blacklist http URIs and use the old
6925           mechanism for anything else (fixes #334216).
6926
6927 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6928
6929         * configure.ac:
6930           back to trunk
6931
6932 === release 0.10.4 ===
6933
6934 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
6935
6936         * configure.ac:
6937           releasing 0.10.4, "Power"
6938
6939 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
6940
6941         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6942         Disable max-lateness by setting it to -1 for now, so that 
6943         we can bed QoS stuff in thoroughly between now and the next
6944         release.
6945
6946 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
6947
6948         Patch by: Fabrizio Gennari
6949
6950         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6951           Make sure we don't read beyond the palette buffer in case of
6952           broken or manipulated files (#333488)
6953
6954 2006-03-10  Edward Hervey  <edward@fluendo.com>
6955
6956         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6957         Fix for variable not initialized.
6958
6959 2006-03-09  Wim Taymans  <wim@fluendo.com>
6960
6961         * ext/libvisual/visual.c: (gst_visual_get_type),
6962         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
6963         (gst_visual_chain):
6964         Small cleanups.
6965
6966         * ext/theora/gsttheoradec.h:
6967         * ext/theora/theoradec.c: (gst_theora_dec_init),
6968         (gst_theora_dec_reset), (_theora_granule_time),
6969         (theora_dec_src_convert), (theora_dec_sink_convert),
6970         (theora_dec_src_query), (theora_dec_src_event),
6971         (theora_dec_sink_event), (theora_handle_comment_packet),
6972         (theora_handle_header_packet), (theora_dec_push),
6973         (theora_handle_data_packet), (theora_dec_chain),
6974         (theora_dec_change_state):
6975         Add simple QoS.
6976
6977 2006-03-09  Wim Taymans  <wim@fluendo.com>
6978
6979         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6980         (audiocast_register_listener), (gst_gnome_vfs_src_start):
6981         Some cleanups.
6982
6983 2006-03-09  Wim Taymans  <wim@fluendo.com>
6984
6985         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6986         Don't try to activate NULL chains.
6987
6988 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6989
6990         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6991           Fix invalid memory access to region before peek'd data (#332964).
6992
6993 2006-03-09  Wim Taymans  <wim@fluendo.com>
6994
6995         Patch by: Christophe Fergeau
6996
6997         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
6998         * ext/pango/gsttextrender.c: (gst_text_render_init):
6999         * gst/adder/gstadder.c: (gst_adder_init):
7000         Don't leak padtemplates, closes #333510.
7001
7002 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7003
7004         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7005           Fix invalid memory access: make sure string passed to
7006           regexec() is NUL-termianted.
7007
7008 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7009
7010         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7011         (mp3_type_find):
7012           Refactor mpeg/audio typefinding to make it more maintainable
7013           and easier to fine-tune. Make probing into middle of the file
7014           work properly (fixes #333900, also see #152688).
7015
7016 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7017
7018         * gst/typefind/gsttypefindfunctions.c:
7019         (utf8_type_find_have_valid_utf8_at_offset):
7020           Remove part from previous commit that was bogus:
7021           g_utf8_validate() does in fact not accept embedded
7022           zeroes, so we don't need to check for those (thanks
7023           to Mike for the hint).
7024
7025 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7026
7027         * gst/typefind/gsttypefindfunctions.c:
7028         (utf8_type_find_count_embedded_zeroes),
7029         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7030           Make plain/text typefinder more conservative: firstly, check
7031           for embedded zeroes, which are perfectly valid UTF-8 characters,
7032           but also a fairly good sign that something is not a plain text
7033           file; secondly, probe into the middle of the file if possible.
7034           If we can't probe into the middle, limit the probability value
7035           to be returned to TYPE_FIND_POSSIBLE (see #333900).
7036
7037 2006-03-08  Michael Smith  <msmith@fluendo.com>
7038
7039         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7040           Make typefind function name for mpeg4 video unique.
7041
7042 2006-03-08  Wim Taymans  <wim@fluendo.com>
7043
7044         * ext/libvisual/visual.c: (gst_visual_init),
7045         (gst_visual_clear_actors), (gst_visual_dispose),
7046         (gst_visual_reset), (gst_visual_src_setcaps),
7047         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7048         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7049         (gst_visual_chain), (gst_visual_change_state):
7050         Cleanups, post nice errors.
7051         Handle sink and src events.
7052         Implement simple QoS.
7053
7054         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7055         Use new basesink methods to configure max-lateness.
7056         Small doc update.
7057
7058         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7059         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7060         Debug statement cleanups.
7061
7062         * gst/volume/gstvolume.c: (gst_volume_class_init):
7063         Simple cleanup.
7064
7065 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7066
7067         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7068         (gst_text_overlay_init), (gst_text_overlay_set_property),
7069         (gst_text_overlay_get_property):
7070           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7071           as string type properties, but mark them deprecated. Add
7072           'halignment' and 'valignment' properties that use enums
7073           instead of strings.
7074
7075 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7076
7077         Patch by: Fabrizio Gennari
7078
7079         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7080           Allow palettes with less than 256 colours in AVI files
7081           (#333488)
7082
7083 2006-03-07  Julien MOUTTE  <julien@moutte.net>
7084
7085         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7086         (gst_text_overlay_video_event): Fix wrong EOS handling on text
7087         pad. We were releasing the queued text buffer when we should keep
7088         it until video pad gets EOS or discard the text buffer because it's
7089         too old. That was eating the last subtitle buffer. Add some more
7090         debug.
7091
7092 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7093
7094         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7095         (gst_text_overlay_video_chain):
7096           Fix invalid memory access (we can't access a buffer after it's been
7097           pushed downstream without taking a reference); fix memory leak (if
7098           there's no text to render, bail out before allocating stuff).
7099
7100 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7101
7102         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7103         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7104         * ext/pango/gsttextoverlay.h:
7105           If input is plain text, escape it before passing it to
7106           pango_layout_set_markup().
7107
7108 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7109
7110         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7111           Don't ignore flow return from gst_pad_push().
7112
7113 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7114
7115         Patch by: Fabrizio Gennari
7116
7117         * ext/libvisual/visual.c: (gst_visual_getcaps),
7118         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7119         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7120         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7121         (gst_vorbisenc_convert_sink):
7122         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7123         (gst_audio_duration_from_pad_buffer):
7124         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7125         (gst_audio_filter_chain):
7126         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7127         (gst_base_rtp_depayload_setcaps):
7128         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7129         (gst_video_get_size):
7130         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7131           Don't leak references returned by gst_pad_get_parent()
7132           (#333663)
7133
7134 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
7135
7136         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7137           change location param details
7138         * gst/volume/gstvolume.c: (plugin_init):
7139           correct plugin description
7140
7141 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7142
7143         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7144         (gst_gnome_vfs_src_check_get_range):
7145           Override GstBaseSrc::check_get_range() in order to avoid opening
7146           the resource just to check whether we can operate in pull-mode or
7147           not - we can predict that pretty well from the URI alone. Should
7148           fix problems with last.fm (#331690). (Requires latest core CVS).
7149
7150 2006-03-06  Wim Taymans  <wim@fluendo.com>
7151
7152         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7153         (gst_video_sink_class_init):
7154         Throw away frames that are later than 20 ms.
7155
7156 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7157
7158         Patch by: Fabrizio Gennari
7159
7160         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7161           Set depth on WMA caps (#333545)
7162
7163 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7164
7165         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7166         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7167           put Theora BOS pages before others.  This hardcodes
7168           the Ogg/Theora I profile, but hey.
7169
7170 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7171
7172         * ext/ogg/README:
7173           updated with some examples
7174         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7175         (granulepos_add), (theora_buffer_from_packet):
7176         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7177         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7178         (gst_vorbisenc_chain):
7179           implement strategy from ext/ogg/README
7180         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7181         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7182         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7183         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7184           Fix muxer so that oggz-validate is happy with all streams;
7185           except for no eos mark, and the BOS page ordering
7186         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7187         (check_buffer_granulepos):
7188         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7189           update tests to check for OFFSET being set as requested
7190           fixed type of granulepos, it's not a ClockTime
7191
7192 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7193
7194         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7195         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7196         Check that the xvimage we are creating has a correct size
7197         before returning it. (#314897)
7198
7199 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7200
7201         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7202           Give id3 and ape tag typefinders a rank slightly higher
7203           than PRIMARY to ensure they're always run before any of
7204           the other typefinders (in particular wav and mp3) (#324186).
7205
7206 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7207
7208         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7209           Add support for '3IVD' fourcc (#333403).
7210
7211 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7212
7213         * configure.ac:
7214           Bump requirements to GStreamer CVS for the new error enum.
7215
7216         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7217           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7218           space left on the device (fixes #333352).
7219
7220 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7221
7222         * win32/vs6:
7223           add a project file for libgstvolume
7224           update the workspace
7225
7226 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7227
7228         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7229         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7230         (GST_START_TEST):
7231           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7232           Set IN_CAPS on header buffers
7233
7234 2006-03-02  Wim Taymans  <wim@fluendo.com>
7235
7236         * docs/plugins/Makefile.am:
7237         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7238         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7239         Add audioresample to docs.
7240
7241         * gst/audioconvert/gstaudioconvert.c:
7242         Add revision date.
7243
7244         * gst/audioresample/gstaudioresample.c:
7245         (gst_audioresample_base_init), (gst_audioresample_class_init),
7246         (gst_audioresample_init), (gst_audioresample_dispose),
7247         (audioresample_get_unit_size), (audioresample_transform_caps),
7248         (resample_set_state_from_caps), (audioresample_transform_size),
7249         (audioresample_set_caps), (audioresample_event),
7250         (audioresample_do_output), (audioresample_transform),
7251         (audioresample_pushthrough), (gst_audioresample_set_property),
7252         (gst_audioresample_get_property), (plugin_init):
7253         * gst/audioresample/gstaudioresample.h:
7254         Added docs.
7255         Small code cleanups.
7256
7257 2006-03-02  Wim Taymans  <wim@fluendo.com>
7258
7259         * docs/plugins/Makefile.am:
7260         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7261         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7262         Added videoscale to docs.
7263
7264         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7265         (gst_video_rate_swap_prev), (gst_video_rate_event),
7266         (gst_video_rate_chain):
7267         Fix typo in docs.
7268
7269         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7270         (gst_video_scale_init), (gst_video_scale_prepare_size),
7271         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7272         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7273         * gst/videoscale/gstvideoscale.h:
7274         Added docs, examples.
7275         Some code cleanups.
7276         Post errors instead of g_warning.
7277
7278 2006-03-02  Wim Taymans  <wim@fluendo.com>
7279
7280         * docs/libs/gst-plugins-base-libs-docs.sgml:
7281         * docs/libs/gst-plugins-base-libs-sections.txt:
7282         * docs/libs/gst-plugins-base-libs.types:
7283         * docs/plugins/Makefile.am:
7284         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7285         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7286         Added some more docs to libs and plugins.
7287
7288         * gst-libs/gst/audio/gstringbuffer.c:
7289         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7290         * gst-libs/gst/audio/gstringbuffer.h:
7291         Document ringbuffer some more.
7292
7293         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7294         (gst_video_rate_setcaps), (gst_video_rate_reset),
7295         (gst_video_rate_init), (gst_video_rate_flush_prev),
7296         (gst_video_rate_swap_prev), (gst_video_rate_event),
7297         (gst_video_rate_chain), (gst_video_rate_change_state):
7298         * gst/videorate/gstvideorate.h:
7299         Fix videorate to use segments.
7300         Make it work with 0/1 framerates (closes #331903)
7301         Handle EOS correctly.
7302         Added docs.
7303
7304 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7305
7306         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7307         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7308         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7309           In state change function, first chain up to parent class,
7310           then handle downwards state change stuff. Remove some
7311           commented out cruft from 0.8 code.
7312
7313 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7314
7315         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7316         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7317         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7318         (gst_ogm_parse_chain):
7319           Don't remove/re-add source pad if the new caps are the same as
7320           the old caps anyway (#333042). When removing source pad, don't
7321           unref it afterwards - we didn't ref it when adding. Sprinkle some
7322           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7323           after using gst_pad_get_parent(). Return downstream flow return
7324           value in chain function.
7325
7326 2006-03-02  Wim Taymans  <wim@fluendo.com>
7327
7328         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7329         * docs/plugins/gst-plugins-base-plugins.args:
7330         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7331         * docs/plugins/gst-plugins-base-plugins.interfaces:
7332         * docs/plugins/gst-plugins-base-plugins.signals:
7333         Fix hierarchy, added some more elements to the docs.
7334
7335         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7336         (gst_ffmpegcsp_get_type):
7337         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7338         Fix docs for ffmpegcolorspace.
7339
7340 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7341
7342         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7343         (apetag_type_find), (ape_type_find), (plugin_init):
7344           Some typefinding fine-tuning:
7345           - rank ID3/APE tags in order of preference via probabilities, so that
7346             ID3v2 > APEv2 > APEv1 > ID3v1.
7347           - three or four bytes don't really justify MAXIMUM probability,
7348             change those to 'very likely' (musepack and monkeysaudio).
7349
7350 2006-03-01  Wim Taymans  <wim@fluendo.com>
7351
7352         * docs/plugins/Makefile.am:
7353         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7354         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7355         * ext/alsa/gstalsamixer.c:
7356         * ext/alsa/gstalsamixer.h:
7357         * ext/alsa/gstalsamixerelement.c:
7358         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7359         * ext/alsa/gstalsamixerelement.h:
7360         * ext/alsa/gstalsasink.c:
7361         * ext/alsa/gstalsasink.h:
7362         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7363         (gst_alsasrc_init):
7364         * ext/alsa/gstalsasrc.h:
7365         Added alsa docs.
7366         Small code cleanups.
7367
7368 2006-03-01  Wim Taymans  <wim@fluendo.com>
7369
7370         * ext/theora/Makefile.am:
7371         Dist new header too,
7372
7373 2006-03-01  Wim Taymans  <wim@fluendo.com>
7374
7375         * docs/plugins/Makefile.am:
7376         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7377         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7378         * ext/gnomevfs/gstgnomevfssink.h:
7379         * ext/gnomevfs/gstgnomevfssrc.h:
7380         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7381         * ext/vorbis/vorbisdec.h:
7382         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7383         * ext/vorbis/vorbisenc.h:
7384         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7385         (vorbis_parse_chain), (vorbis_parse_change_state):
7386         * ext/vorbis/vorbisparse.h:
7387         * gst/audioconvert/gstaudioconvert.h:
7388         * gst/tcp/gsttcpserversink.h:
7389         * gst/videotestsrc/gstvideotestsrc.c:
7390         * gst/videotestsrc/gstvideotestsrc.h:
7391         * gst/volume/gstvolume.c:
7392         * gst/volume/gstvolume.h:
7393         Fix some more docs.
7394         Added docs for vorbisdec and vorbisparse.
7395         Fix vorbisparse.
7396
7397 2006-03-01  Wim Taymans  <wim@fluendo.com>
7398
7399         * docs/plugins/Makefile.am:
7400         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7401         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7402         * ext/pango/gstclockoverlay.h:
7403         * ext/pango/gsttextoverlay.h:
7404         * ext/pango/gsttextrender.h:
7405         * ext/pango/gsttimeoverlay.h:
7406         * ext/theora/gsttheoradec.h:
7407         * ext/theora/gsttheoraenc.h:
7408         * ext/theora/theoradec.c:
7409         * ext/theora/theoraenc.c:
7410         * gst/audioconvert/gstaudioconvert.h:
7411         * gst/audiotestsrc/gstaudiotestsrc.h:
7412         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7413         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7414         * gst/tcp/gstmultifdsink.h:
7415         Updated/added documentation.
7416
7417         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7418         (gst_text_overlay_halign_get_type),
7419         (gst_text_overlay_wrap_mode_get_type),
7420         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7421         (gst_text_overlay_init), (gst_text_overlay_set_property),
7422         (gst_text_overlay_get_property):
7423         Fix up properties to be enums instead of string to make bindings,
7424         introspection and automatic GUI creation possible.
7425         Add getters for the properties.
7426
7427 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7428
7429         * gst/audiotestsrc/gstaudiotestsrc.c:
7430           added defines of M_PI and M_PI_2
7431         * gst/ffmpegcolorspace/avcodec.h:
7432           removed #include "stdint.h" for win32 as _stdint.h is 
7433           autogenerated to win32/common
7434         * win32/common/libgstaudio.def:
7435         * win32/common/libgsttag.def:
7436           added some exports
7437         * win32/vs6:
7438           some project files bugs corrected
7439         * win32/vs7:
7440           project files are reset to the default vs7 configuration 
7441           (they link to msvcr71.dll using default optimizations)
7442           
7443 2006-02-28  Wim Taymans  <wim@fluendo.com>
7444
7445         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7446         Fix some docs.
7447
7448 2006-02-28  Edward Hervey  <edward@fluendo.com>
7449
7450         * ext/alsa/gstalsasrc.c:
7451         Set proper class on the ElementDetails:
7452         Source/Audio instead of Src/Audio/
7453
7454 2006-02-28  Edward Hervey  <edward@fluendo.com>
7455
7456         * gst/videoscale/vs_scanline.c:
7457         (vs_scanline_resample_nearest_RGBA):
7458         Revert optimization in videoscale. It should go in liboil and have
7459         an appropriate liboil function.
7460
7461 2006-02-28  Wim Taymans  <wim@fluendo.com>
7462
7463         * gst-libs/gst/audio/gstbaseaudiosink.c:
7464         (gst_base_audio_sink_provide_clock):
7465         Don't try to provide a clock in the NULL state.
7466
7467 2006-02-28  Wim Taymans  <wim@fluendo.com>
7468
7469         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7470         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7471         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7472         (gst_ogg_demux_deactivate_current_chain),
7473         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7474         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7475         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7476         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7477         Use GstSegment infrastructure to remove duplicated code
7478         and handle more seek cases correctly.
7479
7480 2006-02-28  Wim Taymans  <wim@fluendo.com>
7481
7482         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7483         (gst_ffmpegcsp_transform):
7484         Don't ignore return code from ffmpeg convert function.
7485
7486         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7487         Split out some long statements to ease debugging.
7488
7489 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7490
7491         * ext/libvisual/visual.c: (gst_visual_init),
7492         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7493         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7494         being able to renegotiate the size. Instead, use the negotiation
7495         algorithm from the goom plugin to pick an initial output caps. 
7496
7497         Also, allow theoretical libvisual plugins that might support non-GL 
7498         output even if they also do GL.
7499
7500 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7501
7502         * ext/libvisual/visual.c: (gst_visual_init),
7503         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7504         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7505         possible negotiation issues.
7506
7507 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7508
7509         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7510
7511 2006-02-24  Michael Smith  <msmith@fluendo.com>
7512
7513         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7514         (cmml_type_find), (plugin_init):
7515           Fix CMML type find function to not require a specific minor version
7516           of the CMML header.
7517
7518           Add an MPEG4 video elementary stream typefind function.
7519
7520 2006-02-04  Michael Smith  <msmith@fluendo.com>
7521
7522         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7523         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7524         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7525         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7526         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7527         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7528           Annodex support in ogg demuxer. Doesn't do very much without the
7529           other annodex patches (to come).
7530
7531 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7532
7533         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7534
7535         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7536           Pick up palette for MS video v1 (#327028)
7537
7538 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7539
7540         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7541         (gst_ffmpegcsp_caps_remove_format_info),
7542         (gst_ffmpegcsp_get_unit_size):
7543           The 'palette_data' field from incoming RGB caps shouldn't be
7544           proxied on outgoing YUV caps; also, restrict unit size
7545           adjustment in case of paletted data only to the unit that
7546           actually has a palette. Fixes #330711.
7547
7548 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7549
7550         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7551         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7552         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7553         (gst_ffmpegcsp_get_unit_size):
7554           Plug some memory leaks.
7555
7556 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7557
7558         * sys/ximage/Makefile.am:
7559         * sys/xvimage/Makefile.am:
7560           Add some _CFLAGS and _LIBS that seem to be missing
7561           and/or required for Cygwin (see #317048).
7562
7563 2006-02-22  Wim Taymans  <wim@fluendo.com>
7564
7565         * ext/alsa/gstalsasrc.c:
7566         Fix description as pointed out by caugier.
7567
7568 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7569
7570         Reviewed by : Edward Hervey  <edward@fluendo.com>
7571
7572         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7573         (qt_type_find):
7574         Better 3gp typefinding (#331526).
7575
7576 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7577
7578         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7579           Don't send EOS event here, the base class will send one for us.
7580
7581         * gst/playback/gstplaybasebin.c: (prepare_output):
7582           Subpictures without video stream aren't allowed either.
7583         
7584         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7585           Fix debug statement copy'n'paste-o.
7586
7587 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7588
7589         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7590           Fix issues with mixer keeping state when muting/unmuting
7591           and when changing the volume whilst muted (see #331763
7592           and #331765).
7593
7594 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7595
7596         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7597         (parse_subrip), (gst_sub_parse_format_autodetect):
7598           Set right caps given that we send escaped text. Also,
7599           honour <i></i>, <b></b> and <u></u> markers that can be found
7600           in .srt files (fixes #310202).
7601
7602 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7603
7604         * gst-libs/gst/audio/mixerutils.c:
7605         (element_factory_rank_compare_func):
7606           Make order in which elements are tried more determinable.
7607
7608 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7609
7610         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7611         (remove_element_chain), (cleanup_decodebin),
7612         (gst_decode_bin_change_state): Make decodebin reusable by
7613         fixing remove_element_chain first and then introduce a
7614         cleaner in state change to ->NULL. (Closes #331678)
7615
7616 2006-02-19  Wim Taymans  <wim@fluendo.com>
7617
7618         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7619         use 0666 mask when creating files so umask gets applied
7620         correctly. Fixes #331295.
7621
7622 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7623
7624         * gst/subparse/Makefile.am:
7625         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7626         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7627         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7628         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7629         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7630         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7631         * gst/subparse/gstssaparse.h:
7632         * gst/subparse/gstsubparse.c: (plugin_init):
7633           Add very basic parser for SSA subtitle streams (as often
7634           found in matroska files).
7635
7636 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7637
7638         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7639           That should be text/x-pango-markup, not text/x-pango-layout.
7640
7641 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7642
7643         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7644         Polishing.
7645
7646 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7647
7648         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7649         (gst_text_overlay_finalize), (gst_text_overlay_init),
7650         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7651         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7652         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7653         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7654         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7655         Fix state change deadlock.
7656
7657 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7658
7659         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7660         (gst_text_overlay_finalize), (gst_text_overlay_init),
7661         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7662         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7663         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7664         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7665         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7666         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7667         and subtitles files.
7668
7669 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7670
7671         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7672         should be considered as raw.
7673
7674 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7675
7676         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7677         (cb_probe):
7678         * gst/playback/gststreaminfo.h: Introduce language informations.
7679
7680 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7681
7682         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7683         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7684         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7685         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7686         Set shared memory segments to be deleted as soon as we have attached,
7687         that way they get cleaned up automatically if we crash.
7688
7689 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7690
7691         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7692         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7693         functions are called with lock held.
7694
7695 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7696
7697         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7698         (gst_text_overlay_finalize), (gst_text_overlay_init),
7699         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7700         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7701         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7702         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7703         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7704         (gst_text_overlay_change_state): Refactoring of textoverlay
7705         without collectpads. This now supports sparse subtitles coming
7706         from a demuxer instead of a sub file. Seeking is still broken 
7707         though. Need to discuss with wtay some more on how to handle
7708         seeking correctly.
7709         * ext/pango/gsttextoverlay.h:
7710         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7711         subtitles coming from the demuxer.
7712
7713 2006-02-17  Wim Taymans  <wim@fluendo.com>
7714
7715         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7716         (gst_vorbisenc_convert_sink):
7717         Use some more scaling functions.
7718
7719 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7720
7721         * ext/cdparanoia/gstcdparanoiasrc.c:
7722         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7723         (gst_cd_paranoia_paranoia_callback),
7724         (gst_cd_paranoia_src_signal_is_being_watched),
7725         (gst_cd_paranoia_src_read_sector):
7726         * ext/cdparanoia/gstcdparanoiasrc.h:
7727           Add back 'transport-error' and 'uncorrected-error' signals and
7728           make them actually be fired when bad stuff happens (#319340).
7729
7730 2006-02-17  Wim Taymans  <wim@fluendo.com>
7731
7732         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7733         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7734         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7735         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7736         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7737         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7738         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7739         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7740         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7741         (gst_ring_buffer_clear):
7742         Small cleanups.
7743         Added some G_LIKELY.
7744
7745 2006-02-17  Wim Taymans  <wim@fluendo.com>
7746
7747         * gst-libs/gst/audio/TODO:
7748         Update TODO
7749
7750         * gst-libs/gst/audio/gstbaseaudiosink.c:
7751         (gst_base_audio_sink_get_offset):
7752         When trying to play samples ASAP and we don't have a
7753         previous sample, try to play at position 0 instead of
7754         an invalid position.
7755
7756 2006-02-17  Wim Taymans  <wim@fluendo.com>
7757
7758         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7759         (gst_alsasink_reset):
7760         Also release lock when we get an error in _reset();
7761         fix an error message.
7762
7763 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7764
7765         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7766         (gst_alsasink_init), (get_channel_free_structure),
7767         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7768         (gst_alsasink_close):
7769         * ext/alsa/gstalsasink.h:
7770           Add support for more than 2 channels (#326720).
7771
7772 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7773
7774         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7775           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7776           with 4 or 6 channels, assume a default channel layout to make things
7777           work (not sure there's anything else we can do in those cases).
7778
7779 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7780
7781         * gst-libs/gst/audio/multichannel.c:
7782           Minor docs fix.
7783
7784         * gst-libs/gst/riff/Makefile.am:
7785         * gst-libs/gst/riff/riff-ids.h:
7786         * gst-libs/gst/riff/riff-media.c:
7787         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7788           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7789           channels and a channel layout map.
7790           
7791 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7792
7793         Reviewed by Edward Hervey  <edward@fluendo.com>
7794
7795         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7796         C-level optimization of the RGBA nearest neighbour function.
7797         Eventually this might end up in liboil with vectorized versions.
7798
7799 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7800
7801         * gst-libs/gst/audio/multichannel.c:
7802         (gst_audio_get_channel_positions):
7803           When we have more than 2 channels, but no channel layout is
7804           specified in the caps, return some default channel layout
7805           to the caller and warn about about a possibly buggy element
7806           (could be buggy filtercaps as well of course) (#317038).
7807
7808 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7809
7810         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7811           Add gst-libs/gst/cdda to list of lib search paths.
7812
7813 2006-02-15  Andy Wingo  <wingo@pobox.com>
7814
7815         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7816         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7817         to the Lord Jesus that I do not have to touch the ogg muxer ever
7818         again.
7819
7820 2006-02-15  Edward Hervey  <edward@fluendo.com>
7821
7822         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7823         quicktime movie files can also contain 'uuid' atoms.
7824
7825 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7826
7827         * gst/audioconvert/plugin.c: (plugin_init):
7828           Register the GstAudioChannelPosition enum type with the type
7829           system in the plugin_init function, so that it is known before
7830           any element actually makes use of multi-channel stuff. This is
7831           required for example if one wants to be able to deserialise/use
7832           a caps string with channel positions before any pipeline has
7833           been setup and started, like with gst-launch.
7834
7835 2006-02-14  Wim Taymans  <wim@fluendo.com>
7836
7837         * gst-libs/gst/audio/gstringbuffer.c:
7838         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7839         (gst_ring_buffer_samples_done), (wait_segment),
7840         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7841         Add some compiler G_(UN_)LIKELY help.
7842         SIGNAL the ringbuffer waiters when going to PAUSED as well to
7843         make sure they can exit their functions. Should fix #330748
7844
7845 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7846
7847         * Makefile.am:
7848         * configure.ac:
7849         * win32/MANIFEST:
7850         * win32/common/_stdint.h:
7851           Windows does not have long long; copy the generated _stdint.h
7852         * win32/common/interfaces-enumtypes.c:
7853         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7854         (gst_mixer_track_flags_get_type),
7855         (gst_tuner_channel_flags_get_type):
7856         * win32/common/multichannel-enumtypes.c:
7857         (gst_audio_channel_position_get_type):
7858           update
7859
7860 2006-02-13  Wim Taymans  <wim@fluendo.com>
7861
7862         * gst-libs/gst/audio/gstbaseaudiosink.c:
7863         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7864         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7865         Always sync on first sample we receive when starting.
7866
7867 2006-02-13  Wim Taymans  <wim@fluendo.com>
7868
7869         * gst/playback/gstplaybin.c: (gen_vis_element):
7870         Update vis bin docs.
7871         Move queue after tee so we don't queue video buffers but
7872         audio samples instead. Fixes problems where the video queue
7873         is filled and the audio queue empty.
7874
7875 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
7876
7877         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7878           No need to push an EOS event here, GstBaseSrc will do that for us
7879           when we return FLOW_UNEXPECTED.
7880           
7881 2006-02-12  Wim Taymans  <wim@fluendo.com>
7882
7883         * gst-libs/gst/audio/gstbaseaudiosink.c:
7884         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7885         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7886         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7887         Use scale functions when possible.
7888         Fix error messages.
7889         Free clockid when after waiting for EOS.
7890         Use G_(UN_)LIKLY when it makes sense.
7891         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7892
7893 2006-02-12  Edward Hervey  <edward@fluendo.com>
7894
7895         * gst/playback/gstplaybasebin.c: (prepare_output): 
7896         Remove stray semi-colon (fixes #330888).
7897
7898 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
7899
7900         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7901         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7902         Fix up the XShm call testing so that we catch errors, and don't
7903         cause new ones by attempting to detach from a segment we failed
7904         to attach to. Fixes #312439.
7905
7906 2006-02-10  Edward Hervey  <edward@fluendo.com>
7907
7908         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7909         Added flv file typefind (video/x-flv).
7910
7911 2006-02-10  Edward Hervey  <edward@fluendo.com>
7912
7913         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7914         (gst_riff_create_video_template_caps):
7915         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7916         Also added the caps to the default set of riff video caps.
7917
7918 2006-02-09  Andy Wingo  <wingo@pobox.com>
7919
7920         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7921         time and the end time of the last packet in the page.
7922         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7923         on the pages in our queue, set the duration as well. Reflow a
7924         debug statement.
7925         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7926         Fixes bad muxing order.
7927
7928 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7929
7930         * gst-libs/gst/rtp/gstbasertppayload.c:
7931         (gst_basertppayload_setcaps), (gst_basertppayload_push):
7932           update seqnum before setting it on the packet; this makes sure
7933           that the timestamp and seqnum properties match after pushing
7934           a buffer
7935
7936 2006-02-09  Andy Wingo  <wingo@pobox.com>
7937
7938         * gst-libs/gst/audio/gstringbuffer.c
7939         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7940         overflow after 13.5 hours of recording. Kapow!
7941
7942         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7943         the buffer size -- we don't care about underrun/overrun reporting
7944         right now, just need to return a useful value.
7945
7946 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
7947
7948         * configure.ac:
7949           Back to CVS
7950
7951 === release 0.10.3 ===
7952
7953 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
7954
7955         * configure.ac:
7956           releasing 0.10.3, "Under Pressure"
7957
7958 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7959
7960         * configure.ac:
7961         Drat. Bump libtool version number for new API.
7962         Prelease 0.10.2.3 (of 0.10.3)
7963
7964 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7965
7966         * configure.ac:
7967         * win32/common/config.h:
7968         0.10.2.2 prerelease (of 0.10.3).
7969
7970 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7971
7972         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
7973           Revert Andy's newsegment change pending a more correct
7974           fix.
7975
7976 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7977
7978         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7979         (qt_type_find), (plugin_init):
7980           detect more files as 3gp
7981           group and reorder the iso file formats
7982
7983 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7984
7985         * ext/vorbis/vorbis.c: (plugin_init):
7986           Register musicbrainz tags, so apps don't have to.
7987
7988 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7989
7990         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
7991         (gst_tag_to_vorbis_tag):
7992           Make sure we called gst_tag_register_musicbrainz_tags()
7993           before possibly mapping a vorbiscomment string from/to a
7994           musicbrainz tag.
7995
7996 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7997
7998         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7999           In case we can't find the required number of consecutive
8000           mpeg audio frames to positively identify an MPEG audio
8001           stream, check if there's at least a valid mpeg audio
8002           frame right at offset 0 and if so suggest mpeg/audio
8003           caps with a very low probability (#153004).
8004
8005 2006-02-07  Andy Wingo  <wingo@pobox.com>
8006
8007         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8008         a TIME segment if we get timestamped buffers. Requires recent
8009         fixes in core to work properly.
8010
8011 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8012
8013         * gst/playback/gstplaybasebin.c: (prepare_output):
8014           Don't print the URI as part of the error message, it
8015           makes error dialogs look rather ugly, especially if
8016           the URI is very long or has characters in it that
8017           need escaping.
8018
8019 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8020
8021         * gst/playback/gstplaybasebin.c: (prepare_output):
8022           Error out if we have only text or subtitles, but nothing
8023           else. Also error out if we have subtitles but no video
8024           stream.
8025
8026 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8027
8028         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8029           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8030           Post an error message on the bus when we encounter an
8031           error, which will hopefully be more meaningful than the
8032           'Internal Flow Error' message users get to see if we
8033           just return GST_FLOW_ERROR.
8034
8035 2006-02-07  Andy Wingo  <wingo@pobox.com>
8036
8037         * configure.ac (GST_MAJORMINOR): Update core version req to
8038         0.10.2.2, for the collectpads API addition (#330244).
8039
8040 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8041
8042         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8043           Return FALSE from plugin_init() when GnomeVFS can't
8044           be initialised for some reason (#328423).
8045
8046 2006-02-06  Julien MOUTTE  <julien@moutte.net>
8047
8048         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
8049         Stick to seeking theory until i find the bug.
8050         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8051
8052 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8053
8054         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8055         (theora_enc_finalize), (theora_enc_sink_setcaps),
8056         (theora_set_header_on_caps), (theora_enc_chain),
8057         (theora_enc_change_state):
8058         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8059           Make theoraenc and the tests leak free. Like, really.
8060
8061 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8062
8063         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8064         (theora_enc_finalize), (theora_enc_sink_setcaps):
8065           Add a finalize method to ensure we clean up state even if
8066           someone omitted the state change back to NULL.
8067
8068         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8069         (gst_vorbisenc_chain):
8070           Free some more leaked bits.
8071
8072         * tests/check/pipelines/theoraenc.c: (start_pipeline),
8073         (stop_pipeline):
8074           Wait for state changes to happen if they're ASYNC.
8075
8076           This ought to teach those fancy pants buildbots a lesson.
8077
8078 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8079
8080         * gst-libs/gst/tag/gstid3tag.c:
8081           Add mapping for ID3 International Standard Recording Code
8082           tag "TSRC"
8083
8084 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8085
8086         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8087           Don't leak tag names.
8088
8089 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8090
8091         * docs/libs/gst-plugins-base-libs-docs.sgml:
8092         * docs/libs/gst-plugins-base-libs-sections.txt:
8093         * gst-libs/gst/tag/gstid3tag.c:
8094         * gst-libs/gst/tag/gstvorbistag.c:
8095         * gst-libs/gst/tag/tags.c:
8096           Split libgsttag docs into multiple sections.
8097
8098 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8099
8100         * docs/libs/Makefile.am:
8101         * docs/libs/gst-plugins-base-libs-docs.sgml:
8102         * docs/libs/gst-plugins-base-libs-sections.txt:
8103         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8104         * gst-libs/gst/tag/gstvorbistag.c:
8105         * gst-libs/gst/tag/tag.h:
8106         * gst-libs/gst/tag/tags.c:
8107           Add libgsttag to the docs.
8108
8109 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8110
8111         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8112         (gst_text_overlay_init), (gst_text_overlay_src_event),
8113         (gst_text_overlay_collected): Fix clockoverlay.
8114
8115 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8116
8117         * docs/libs/compiling.sgml:
8118           Fix typo: it's pkg-config, not pkg-gconfig
8119
8120         * docs/libs/gst-plugins-base-libs-docs.sgml:
8121         * docs/libs/gst-plugins-base-libs-sections.txt:
8122         * docs/libs/tmpl/gstgconf.sgml:
8123           There is no libgstgconf in 0.10, remove it
8124           from the docs.
8125
8126 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8127
8128         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8129         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8130         (gst_text_overlay_src_event), (gst_text_overlay_collected):
8131         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8132         (gst_sub_parse_class_init), (gst_sub_parse_init),
8133         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8134         (parse_mpsub), (parser_state_init), (handle_buffer),
8135         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8136         * gst/subparse/gstsubparse.h: Introduce seeking code.
8137
8138 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8139
8140         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8141           Add comment about LANGUAGE tag inconsistency (we want
8142           ISO-639-1, but extract three-letter identifiers?)
8143
8144         * po/POTFILES.in:
8145           Add two translatable files.
8146
8147 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8148
8149         * gst-libs/gst/tag/Makefile.am:
8150         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8151         * gst-libs/gst/tag/tag.h:
8152         * gst-libs/gst/tag/tags.c:
8153         (gst_tag_register_musicbrainz_tags_internal),
8154         (gst_tag_register_musicbrainz_tags):
8155           Forward-port some tags stuff from the 0.8 branch. This is
8156           mostly the addition of musicbrainz tags and their mapping
8157           to vorbistags, and a vorbistag mapping of the language tag.
8158
8159 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8160
8161         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8162         refactoring.
8163
8164 2006-02-04  David Schleef  <ds@schleef.org>
8165
8166         * ext/ogg/gstoggmux.c:
8167         * gst/typefind/gsttypefindfunctions.c:
8168           Add Dirac typefinding and add dirac format to oggmux.
8169
8170 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8171
8172         * gst/playback/gstdecodebin.c: (try_to_link_1):
8173           Don't put essential function call into
8174           g_return_*() macro, otherwise it'll all be
8175           replaced by NOOPs when compiling with
8176           G_DISABLE_CHECKS defined.
8177
8178 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8179
8180         * ext/ogg/gstoggdemux.c:
8181         * ext/ogg/gstoggparse.c:
8182         * gst/tcp/gsttcpserversink.c:
8183         * sys/v4l/v4lsrc_calls.c:
8184         * sys/v4l/v4lsrc_calls.h:
8185         Just make it compile with --disable-gst-debug.
8186
8187 2006-02-03  Wim Taymans  <wim@fluendo.com>
8188
8189         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8190         (gst_alsasink_class_init), (gst_alsasink_init),
8191         (gst_alsasink_write), (gst_alsasink_reset):
8192         * ext/alsa/gstalsasink.h:
8193         Add lock to protect alsa calls.
8194         Implement reset to flush samples ASAP, does not work
8195         with dmix though.
8196
8197 2006-02-02  Wim Taymans  <wim@fluendo.com>
8198
8199         * gst-libs/gst/audio/gstbaseaudiosink.c:
8200         (gst_base_audio_sink_provide_clock):
8201         Ugh.. getting late I guess...
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         (gst_base_audio_sink_set_property),
8208         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8209         Don't try to provide a clock when we are not negotiated since
8210         we might not be able to make it run.
8211
8212 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8213
8214         * gst/playback/gstdecodebin.c: (try_to_link_1):
8215           Unlinking two source pads is ... hard.
8216
8217 2006-02-02  Wim Taymans  <wim@fluendo.com>
8218
8219         * gst-libs/gst/audio/TODO:
8220         Updated.
8221
8222         * gst-libs/gst/audio/gstbaseaudiosink.c:
8223         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8224         On EOS, wait till the last sample is played before posting EOS.
8225
8226 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8227
8228         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8229           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8230           setting queue_delay to zero. Also avoid thread being started if
8231           queue_delay is zero.
8232
8233 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8234
8235         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8236           Make test work again by connecting fakesinks to each decoded pad,
8237           which makes the pipeline wait until each fakesink has a buffer
8238           queued before going to PAUSED state. At that point we know the
8239           decodebin pads are negotiated.
8240
8241 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8242
8243         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8244         (gst_cdda_base_src_handle_event):
8245         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8246           Pass unhandled queries to the parent class's query function.
8247
8248 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8249
8250         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8251         (gst_ogg_pad_src_query):
8252         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8253         * ext/theora/theoradec.c: (theora_dec_src_query),
8254         (theora_dec_sink_query):
8255         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8256         (vorbis_dec_sink_query):
8257         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8258         (gst_vorbisenc_sink_query):
8259         * gst/adder/gstadder.c: (gst_adder_query):
8260           Pass unhandled queries upstream instead of just
8261           dropping them (#326447). Also, fix supported
8262           query types list for some elements.
8263
8264 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8265
8266         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8267         (paris_type_find), (ilbc_type_find), (plugin_init):
8268           Fix typefinding for audio/x-au, audio/x-paris and
8269           audio/iLBC-sh. We cannot use the START_WITH macros
8270           here, because there can only be one typefind factory
8271           with the same name (caps), so the second one would
8272           replace the first one and the first one would never
8273           be called when doing typefinding (see #161712).
8274           
8275
8276 2006-01-31  Wim Taymans  <wim@fluendo.com>
8277
8278         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8279         (vorbis_handle_header_packet), (vorbis_dec_push),
8280         (vorbis_handle_data_packet):
8281         Use scale_int when we can, add some more scaling.
8282         Check packettype before parsing it.
8283
8284 2006-01-31  Wim Taymans  <wim@fluendo.com>
8285
8286         * ext/theora/theoradec.c: (_theora_granule_time),
8287         (theora_dec_src_convert), (theora_dec_sink_convert):
8288         Call right _scale functions.
8289         Use parameter instead of some other random value.
8290
8291 2006-01-31  Wim Taymans  <wim@fluendo.com>
8292
8293         * ext/theora/theoradec.c: (_theora_granule_frame),
8294         (_theora_granule_time), (_inc_granulepos),
8295         (theora_dec_src_convert), (theora_dec_sink_convert),
8296         (theora_handle_type_packet), (theora_handle_data_packet),
8297         (theora_dec_chain):
8298         Use higher precision timestamps calculation.
8299         Convert some other conversions to _scale.
8300
8301 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8302
8303         * gst/audiotestsrc/gstaudiotestsrc.c:
8304         (gst_audio_test_src_create_sine_table), (plugin_init):
8305         * gst/volume/gstvolume.c: (plugin_init):
8306           initialize gst_controller before using
8307
8308 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8309
8310         * tests/check/pipelines/theoraenc.c:
8311         * tests/check/pipelines/vorbisenc.c:
8312         Define constant using G_GINT64_CONSTANT to avoid errors when
8313         passing it around - otherwise it gets truncated to 32 bits.
8314
8315         Fixes failing tests.
8316
8317 2006-01-31  Andy Wingo  <wingo@pobox.com>
8318
8319         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8320         caps being set doesn't have a framerate value. Basically a stopgap
8321         measure.
8322
8323         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8324         technically correct enough to put into core though.
8325         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8326         DURATION. Fixes theoraenc ! oggmux.
8327
8328         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8329         fraction, not double.
8330
8331 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8332
8333         * win32/vs7:
8334         add vs7 project files created by Sergey Scobich
8335
8336 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8337
8338         * win32/vs8:
8339         add vs8 project files created by Sergey Scobich
8340         
8341 2006-01-30  Andy Wingo  <wingo@pobox.com>
8342
8343         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8344         timestamp + duration, not just timestamp -- ogg pages should be
8345         ordered by stop time. Necessary fix given the change in vorbis
8346         timestamps.
8347
8348         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8349         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8350         (granulepos_add): New function, handles the messiness of adjusting
8351         granulepos values.
8352         (theora_buffer_from_packet):
8353         (theora_enc_chain):
8354         (theora_enc_sink_event): Use granulepos_add, not +.
8355
8356         * tests/check/pipelines/theoraenc.c
8357         (check_buffer_granulepos_from_starttime): Just check the frame
8358         count, not the actual granulepos -- we can't dictate to the
8359         encoder when it should be placing keyframes.
8360
8361 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8362
8363         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8364           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8365           play an http:// stream from a server that's not serving
8366
8367 2006-01-30  Andy Wingo  <wingo@pobox.com>
8368
8369         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8370         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8371         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8372         available.
8373
8374         * ext/theora/gsttheoraenc.h:
8375         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8376         although theoraenc was timestamping correctly. Added handling of
8377         streams that start with nonzero timestamps.
8378
8379         * tests/check/Makefile.am:
8380         * tests/check/pipelines/theoraenc.c: New file, basically does same
8381         tests as vorbisenc.
8382
8383         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8384
8385 2006-01-30  Wim Taymans  <wim@fluendo.com>
8386
8387         * gst-libs/gst/audio/gstaudiosink.c:
8388         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8389         (gst_audioringbuffer_pause):
8390         Implement pause that does not wait for completion.
8391
8392         * gst-libs/gst/audio/gstbaseaudiosink.c:
8393         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8394         Don't drop buffers when going to PAUSED but perform preroll on
8395         remaining samples now that core base class supports this.
8396
8397         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8398         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8399         (gst_ring_buffer_commit):
8400         Pause should not signal waiters.
8401         Implement return value of _commit correctly.
8402
8403 2006-01-30  Andy Wingo  <wingo@pobox.com>
8404
8405         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8406
8407         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8408         updated to timestamp from the first sample, not the last.
8409         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8410         special care of granulepos and timestamp for header packets.
8411         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8412         when the first buffer has a nonzero timestamp.
8413
8414         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8415         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8416         case when the first audio buffer we get has a nonzero timestamp.
8417         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8418         properly timestamp vorbis buffers with the time of the first
8419         sample, not the last.
8420         
8421         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8422         vorbis_granule_time_copy -- now it takes the granule/subgranule
8423         offset into account.
8424
8425         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8426         timestamps, durations, and granulepos on buffers produced by
8427         vorbisenc.
8428
8429 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8430
8431         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8432         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8433           Patch from Eric Jonas to support conversions to/from UYVY 
8434           (Fixes: #324626)
8435
8436 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8437
8438         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8439         (setup_subtitle), (setup_source), (set_active_source):
8440         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8441         (gen_text_element), (gen_audio_element), (gen_vis_element),
8442         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8443
8444 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8445
8446         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8447         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8448                 use gst_guint64_to_gdouble to be compliant with vs6
8449         * gst/playback/gstdecodebin.c: (try_to_link_1)
8450         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8451                 use G_GINT64_CONSTANT for int64 constants
8452         * win32/common/libgstinterfaces.def:
8453                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8454         * win32/vs6:
8455                 update and add new project files
8456                 
8457 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8458
8459         * Makefile.am:
8460         * win32/MANIFEST:
8461         * win32/common/interfaces-enumtypes.c:
8462         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8463         (gst_mixer_track_flags_get_type),
8464         (gst_tuner_channel_flags_get_type):
8465         * win32/common/interfaces-enumtypes.h:
8466         * win32/common/multichannel-enumtypes.c:
8467         (gst_audio_channel_position_get_type):
8468         * win32/common/multichannel-enumtypes.h:
8469           add a win32-update rule like in core, and copy over enumtypes files
8470
8471 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8472
8473         * win32/MANIFEST:
8474         * win32/common/config.h:
8475         * win32/common/config.h.in:
8476           add config files just like in core
8477
8478 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8479
8480         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8481           Make gcc-4.1 happy (part of #327357).
8482
8483 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8484
8485         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8486         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8487         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8488         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8489         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8490         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8491           Update all error messages.  All of them should either use
8492           the default translated message, or actually provide a
8493           translatable string.
8494           Make the string for channel count problems meaningful.
8495
8496 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8497
8498         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8499           check for and throw RESOURCE_BUSY
8500
8501 2006-01-27  David Schleef  <ds@schleef.org>
8502
8503         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8504           checked in this change -- it requires liboil features not
8505           in 0.3.6.  Revert parts.
8506
8507 2006-01-27  David Schleef  <ds@schleef.org>
8508
8509         * REQUIREMENTS:
8510         * configure.ac: update liboil requirement to 0.3.6
8511         * gst/videoscale/Makefile.am:
8512         * gst/videoscale/vs_scanline.c: liboilify
8513
8514 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8515
8516         * ext/libvisual/visual.c: (get_buffer):
8517           When pad_alloc returns a GstFlowReturn other
8518           than GST_FLOW_OK, make sure it is passed upstream.
8519
8520 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8521
8522         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8523         (gst_alsasink_class_init):
8524           Free the device name string.
8525
8526         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8527         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8528         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8529           Don't remove a pad from the collectpads structure until it
8530           is released - it's a request pad, and may receive data again
8531           if the element gets moved back to PLAYING state.
8532
8533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8534           Ensure we turn on double buffering on the Xv port, and
8535           set the colour key to something dark and mysterious that
8536           isn't black.
8537
8538 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8539
8540         * ext/alsa/gstalsaplugin.c: (plugin_init):
8541         * ext/cdparanoia/gstcdparanoiasrc.c:
8542         (gst_cd_paranoia_src_base_init), (plugin_init):
8543         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8544         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8545           - a library should not call setlocale. see "Libraries" node in
8546             gettext manual
8547           - make sure all plugins that use translation do bindtextdomain
8548             to point to the localedir
8549         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8550         (setup_sinks), (plugin_init):
8551           all this, and check for NULL when creating sinks
8552
8553 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8554
8555         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8556         (plugin_init): Make typefinding of subtitles work again.
8557
8558 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8559
8560         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8561         (mp3_type_frame_length_from_header), (mp3_type_find),
8562         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8563         (plugin_init):
8564           Backport a bunch of typefinding fixes from the 0.8 branch.
8565           Also, improve wavpack typefinding: if we can't peek the
8566           entire wavpack block, try to parse the bits we can get and
8567           see if we find what we're looking for in those.
8568
8569 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8570
8571         * sys/ximage/ximagesink.c:
8572         (gst_ximagesink_calculate_pixel_aspect_ratio):
8573         * sys/xvimage/xvimagesink.c:
8574         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8575         more cases of pixel aspect ratio.
8576
8577 2006-01-26  Edward Hervey  <edward@fluendo.com>
8578
8579         * gst/playback/gstdecodebin.c: (pad_probe):
8580         Also consider the flush-start and tag events as unblockers
8581         for the pad probes.
8582
8583 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8584
8585         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8586         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8587         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8588         On the fly visualisation switch, works disabling, enabling as
8589         well but it won't be able to enable vis in a playbin that was
8590         created with no visualisation.
8591
8592 2006-01-25  Wim Taymans  <wim@fluendo.com>
8593
8594         * gst-libs/gst/audio/gstbaseaudiosink.c:
8595         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8596         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8597         resume after pause.
8598
8599 2006-01-25  Wim Taymans  <wim@fluendo.com>
8600
8601         * gst-libs/gst/audio/gstbaseaudiosink.c:
8602         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8603         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8604         Improve debugging.
8605         Post error when caps cannot be parsed.
8606         Resync on discontinuity in the stream.
8607         Clip samples to segment boundaries.
8608         return WRONG_STATE sooner when we are flushing.
8609
8610         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8611         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8612         Make audiosrc operate in TIME.
8613         Set TIMESTAMP and DURATION on buffers.
8614
8615 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8616
8617         * tests/examples/seek/seek.c: (main):
8618           Output tag messages as well.
8619
8620 2006-01-23  Edward Hervey  <edward@fluendo.com>
8621
8622         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8623         (free_pad_probes), (remove_fakesink), (pad_probe),
8624         (close_pad_link), (gst_decode_bin_change_state):
8625         Replace GstPadBlockCallback with pad probes that detect
8626         first buffer AND eos before removing fakesink.
8627         Fixes hang with demuxers doing EOS while pre-rolling.
8628         Solves #328279
8629
8630 2006-01-23  Andy Wingo  <wingo@pobox.com>
8631
8632         * ext/alsa/gstalsasink.c:
8633         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8634         (gst_base_rtp_depayload_setcaps),
8635         (gst_base_rtp_depayload_add_to_queue),
8636         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8637         
8638         Patch by: Jens Granseuer <jensgr at gmx dot net>
8639
8640 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8641
8642         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8643         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8644         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8645         frames. We might get a frame destroyed after changing state to
8646         NULL, adding a safety check on xcontext.
8647
8648 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8649
8650         * gst-libs/gst/interfaces/xoverlay.c:
8651           Fix prepare-xwindow-id code example in the docs - we need to
8652           ignore all messages that aren't element messages as well.
8653           
8654 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8655
8656         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8657           I think one day i'll completely undestand how caps negotiation
8658           is supposed to work. This refactoring handles buffer_alloc
8659           called with caps we can't handle. We definitely don't want a
8660           set_caps with those caps, so we define and allocate a buffer
8661           we would like to receive.
8662
8663 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8664
8665         * gst/playback/gstplaybasebin.c: (setup_source):
8666           Free iterator when done.
8667
8668 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8669
8670         * gst-libs/gst/audio/gstbaseaudiosink.c:
8671         (gst_base_audio_sink_render):
8672           Fix playback of non-synchronised streams by assuming a rate
8673           of 1.0 instead of a random one.
8674
8675           Makes this work again:
8676
8677           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8678           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8679           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8680           audioresample ! alsasink
8681
8682 === release 0.10.2 ===
8683
8684 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8685
8686         * configure.ac:
8687           releasing 0.10.2, "Then the devil is six"
8688
8689 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8690
8691         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8692         * gst/playback/gststreamselector.c:
8693         (gst_stream_selector_set_property):
8694           Comment out broken code that connects to the state-changed signal.
8695           At this point, changing current stream selection is broken, but 
8696           stuff like gst-launch playbin current-audio=1 works and filters
8697           to the chosen stream.
8698
8699 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8700
8701         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8702           Fix #327216 (null dereference in vorbisdec)
8703
8704 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8705
8706         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8707           Post taglist actually on bus instead of just freeing it
8708           (fixes #327114 and totem bug #327080).
8709
8710         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8711           Use gst_element_found_tags_for_pad(), so that the tags
8712           are sent downstream as an event as well.
8713
8714 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8715
8716         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8717         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8718         (gst_ximagesink_buffer_alloc):
8719         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8720         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8721         (gst_xvimagesink_buffer_alloc):
8722           move all regularly occurring messages to GST_LOG level
8723           add some more object logs
8724
8725 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8726
8727         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8728           fix a silly segfault
8729
8730 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8731
8732         * docs/libs/gst-plugins-base-libs-docs.sgml:
8733         * docs/libs/gst-plugins-base-libs-sections.txt:
8734         * gst-libs/gst/audio/mixerutils.c:
8735         * gst-libs/gst/audio/mixerutils.h:
8736           Add docs for mixerutils stuff.
8737
8738 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8739
8740         * gst/playback/gstplaybasebin.c: (setup_source):
8741           Fix playback for sources that emit raw audio or
8742           raw video streams (e.g.: cd audio sources) (#325984).
8743
8744 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8745
8746         * gst-libs/gst/audio/mixerutils.c:
8747         (gst_audio_mixer_filter_do_filter):
8748           actually save the element we create
8749
8750 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8751
8752         * gst-libs/gst/cdda/gstcddabasesrc.c:
8753         (gst_cdda_base_src_handle_track_seek):
8754           No need to post a tag message on the bus when seeking
8755           within the same track, only post it when the current
8756           track changes.
8757
8758 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8759
8760         * gst/playback/gstplaybasebin.c: (group_destroy),
8761         (probe_triggered), (new_decoded_pad), (mute_group_type),
8762         (set_active_source):
8763         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8764         * gst/playback/gststreamselector.c:
8765         (gst_stream_selector_base_init),
8766         (gst_stream_selector_set_property),
8767         (gst_stream_selector_request_new_pad):
8768           Reenable stream selection. These mechanisms need a complete overhaul
8769           in the face of 0.8->0.10 changes though.
8770
8771 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8772
8773         * ext/ogg/gstoggdemux.c:
8774           Change the pad template to src_%d to match the pads that 
8775           are created from it. decodebin needs this information in order
8776           to decide that oggdemux is capable of producing multiple pads
8777           (and hence needs queues inserted).
8778
8779         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8780         (gst_ogg_mux_collected):
8781           Make debug output more useful by using GST_PTR_FORMAT.
8782
8783 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8784
8785         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8786
8787         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8788           Set depth and width for alaw/mulaw (fixes #326601).
8789
8790 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8791
8792         * tests/icles/Makefile.am:
8793           don't build the tests if we don't have the libs
8794
8795 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8796
8797         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8798         (gst_cd_paranoia_paranoia_callback):
8799           Don't try to free NULL pointers.
8800
8801 2006-01-10  Edward Hervey  <edward@fluendo.com>
8802
8803         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8804         (gst_audio_rate_change_state), (plugin_init):
8805         Add debugging category.
8806         Fix type issues.
8807         Add case for incoming buffers without valid offset/offset_end.
8808
8809 2006-01-10  Michael Smith  <msmith@fluendo.com>
8810
8811         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8812           Don't leak GCond in audio sources.
8813
8814 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8815
8816         * gst/playback/gstplaybin.c: (gen_audio_element):
8817           Don't leak an autoaudiosink/alsasink when we generate
8818           a new audio element. (old code, I guess)
8819
8820 2006-01-10  Michael Smith  <msmith@fluendo.com>
8821
8822         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8823           Support float audio in audiorate.
8824           Use width rather than depth for selecting sample width.
8825
8826 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8827
8828         * gst/videotestsrc/videotestsrc.h:
8829           Use GLib types here (that way we don't have to include the
8830           generated _stdint.h header, which makes life easier for win32
8831           folks that don't use autotools for the build) (#325990, patch
8832           by: Sergey Scobich).
8833
8834 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8835
8836         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8837         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8838         (gst_ring_buffer_pause), (wait_segment):
8839         * gst-libs/gst/audio/gstringbuffer.h:
8840           Name (private) union, makes Forte compiler happy (this time
8841           for real) (#324900).
8842
8843 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8844
8845         * gst-libs/gst/audio/Makefile.am:
8846           Link against libgstinterfaces, needed for mixer
8847           and property probe stuff.
8848
8849 2006-01-09  Edward Hervey  <edward@fluendo.com>
8850
8851         * gst-libs/gst/Makefile.am:
8852
8853 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8854
8855         * gst-libs/gst/audio/Makefile.am:
8856         * gst-libs/gst/audio/mixerutils.c:
8857         (gst_audio_mixer_filter_do_filter),
8858         (gst_audio_mixer_filter_check_element),
8859         (gst_audio_mixer_filter_probe_feature),
8860         (element_factory_rank_compare_func),
8861         (gst_audio_default_registry_mixer_filter):
8862         * gst-libs/gst/audio/mixerutils.h:
8863           Add gst_audio_default_registry_mixer_filter() utility
8864           function.
8865
8866 2006-01-03  Michael Smith  <msmith@fluendo.com>
8867
8868         * gst/audioresample/resample.h:
8869           As before, but for o_buf
8870
8871 2006-01-03  Michael Smith  <msmith@fluendo.com>
8872
8873         * gst/audioresample/resample.h:
8874           Declare struct _ResampleState.buffer as unsigned char *, not void *,
8875           since we do arithmetic on it.
8876
8877 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
8878
8879         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8880         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8881         (gst_ring_buffer_pause), (wait_segment):
8882         * gst-libs/gst/audio/gstringbuffer.h:
8883           Sun's Forte compiler doesn't seem to like anonymous structs,
8884           so use same setup as in GstBaseSrc (fixes #324900).
8885
8886 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8887
8888         * configure.ac:
8889         * gst/volume/Makefile.am:
8890         * gst/volume/demo.c:
8891           move old example to tests/examples/volume/volune.c
8892         * tests/examples/Makefile.am:
8893         * tests/examples/seek/seek.c: (main):
8894           change window-close event from "delete-event" to "destroy"
8895         * tests/examples/volume/Makefile.am:
8896         * tests/examples/volume/volume.c: (value_changed_callback),
8897         (setup_gui), (message_received), (eos_message_received), (main):
8898           fix event handling and bus usage
8899
8900 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
8901
8902         * gst/audiotestsrc/gstaudiotestsrc.c:
8903         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8904         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8905         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8906         (gst_audio_test_src_create_square),
8907         (gst_audio_test_src_create_saw),
8908         (gst_audio_test_src_create_triangle),
8909         (gst_audio_test_src_create_silence),
8910         (gst_audio_test_src_create_white_noise),
8911         (gst_audio_test_src_create_pink_noise),
8912         (gst_audio_test_src_init_sine_table),
8913         (gst_audio_test_src_create_sine_table),
8914         (gst_audio_test_src_change_wave),
8915         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8916         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8917         * gst/audiotestsrc/gstaudiotestsrc.h:
8918           update to basesrc changes, implement segmented seeking and eos
8919           handling, add a 'sine-tab' waveform for performance critical playback
8920
8921 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8922
8923         * po/POTFILES.in:
8924           ... and this time the other modified file that I missed last time.
8925
8926 2005-12-29  Michael Smith  <msmith@fluendo.com>
8927
8928         * gst/playback/gstdecodebin.c: (new_pad):
8929           Fix non-C89 variable declaration not at the start of a block. Should
8930           help some compilers.
8931
8932 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8933
8934         * tests/check/Makefile.am:
8935           And now fix 'make distcheck' (builddir != srcdir)
8936
8937 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8938
8939         * configure.ac:
8940         * ext/cdparanoia/Makefile.am:
8941         * ext/cdparanoia/gstcdparanoia.c:
8942         * ext/cdparanoia/gstcdparanoia.h:
8943         * ext/cdparanoia/gstcdparanoiasrc.c:
8944         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8945         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8946         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8947         (gst_cd_paranoia_paranoia_callback),
8948         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8949         (gst_cd_paranoia_src_set_property),
8950         (gst_cd_paranoia_src_get_property), (plugin_init):
8951         * ext/cdparanoia/gstcdparanoiasrc.h:
8952           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
8953           plugin again (there are still fixes required to playbin to make
8954           cdda:// uris work there).
8955
8956 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8957
8958         * tests/check/Makefile.am:
8959           Fix test case compilation.
8960
8961 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8962
8963         * gst-libs/gst/cdda/gstcddabasesrc.c:
8964         (gst_cdda_base_src_update_duration),
8965         (gst_cdda_base_src_calculate_cddb_id):
8966           An integer is not a string. Fix access to uninitialised variable.
8967
8968         * tests/check/Makefile.am:
8969           Add cddabasesrc unit test; also actually enable the vorbis test.
8970
8971         * tests/check/generic/states.c:
8972           Blacklist new cd audio elements as well.
8973
8974         * tests/check/libs/cddabasesrc.c:
8975           Unit test for GstCddaBaseSrc (discid calculation mostly).
8976
8977 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8978
8979         * docs/libs/Makefile.am:
8980         * docs/libs/gst-plugins-base-libs-docs.sgml:
8981         * docs/libs/gst-plugins-base-libs-sections.txt:
8982         * docs/libs/gst-plugins-base-libs.types:
8983           Add docs for libgstcdda/GstCddaBaseSrc.
8984
8985         * gst-libs/gst/interfaces/mixertrack.h:
8986           Do one struct member per line with a semicolon at the end, that way
8987           even gtk-doc might parse it without complaining.
8988
8989 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8990
8991         * configure.ac:
8992         * gst-libs/gst/Makefile.am:
8993         * gst-libs/gst/cdda/Makefile.am:
8994         * gst-libs/gst/cdda/base64.c:
8995         * gst-libs/gst/cdda/base64.h:
8996         * gst-libs/gst/cdda/gstcddabasesrc.c:
8997         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
8998         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
8999         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9000         (gst_cdda_base_src_get_property),
9001         (gst_cdda_base_src_get_track_from_sector),
9002         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9003         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9004         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9005         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9006         (gst_cdda_base_src_uri_get_protocols),
9007         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9008         (gst_cdda_base_src_uri_handler_init),
9009         (gst_cdda_base_src_setup_interfaces),
9010         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9011         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9012         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9013         (gst_cdda_base_src_add_tags),
9014         (gst_cdda_base_src_add_index_associations),
9015         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9016         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9017         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9018         (gst_cdda_base_src_create):
9019         * gst-libs/gst/cdda/gstcddabasesrc.h:
9020         * gst-libs/gst/cdda/sha1.c:
9021         * gst-libs/gst/cdda/sha1.h:
9022           Add new libgstcdda with GstCddaBaseSrc class.
9023
9024 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9025
9026         * ext/gnomevfs/gstgnomevfssink.h:
9027           Use GstBaseSinkClass as parent_class member for class struct, not
9028           GstBaseSink.
9029
9030 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9031
9032         Patch by: Michael Benes
9033
9034         * gst/videotestsrc/gstvideotestsrc.c:
9035         (gst_video_test_src_class_init), (gst_video_test_src_start):
9036           Add start method to reset running time and number of frames sent
9037           when starting up (fixes #324696)
9038
9039 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9040
9041         * docs/plugins/Makefile.am:
9042         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9043         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9044         * docs/plugins/gst-plugins-base-plugins.args:
9045         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9046         * docs/plugins/gst-plugins-base-plugins.signals:
9047           Add docs stuff for gnomevfssrc and gnomevfssink.
9048
9049         * ext/gnomevfs/gstgnomevfssrc.c:
9050           Fix example pipeline in gtk-doc blurb.
9051
9052 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9053
9054         * ext/gnomevfs/Makefile.am:
9055         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9056         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9057         (gst_gnome_vfs_handle_get_type), (plugin_init):
9058         * ext/gnomevfs/gstgnomevfs.h:
9059         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9060         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9061         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9062         (gst_gnome_vfs_sink_set_property),
9063         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9064         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9065         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9066         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9067         (gst_gnome_vfs_sink_uri_get_type),
9068         (gst_gnome_vfs_sink_uri_get_protocols),
9069         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9070         (gst_gnome_vfs_sink_uri_handler_init):
9071         * ext/gnomevfs/gstgnomevfssink.h:
9072           Port gnomevfssink; add gtk-doc blurb.
9073
9074         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9075         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9076         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9077         (gst_gnome_vfs_src_uri_get_type),
9078         (gst_gnome_vfs_src_uri_get_protocols),
9079         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9080         (gst_gnome_vfs_src_uri_handler_init),
9081         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9082         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9083         (gst_gnome_vfs_src_send_additional_headers_callback),
9084         (gst_gnome_vfs_src_received_headers_callback),
9085         (gst_gnome_vfs_src_push_callbacks),
9086         (gst_gnome_vfs_src_pop_callbacks),
9087         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9088         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9089         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9090         * ext/gnomevfs/gstgnomevfssrc.h:
9091           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9092           file; add gtk-doc blurb with example pipelines.
9093
9094 === release 0.10.1 ===
9095
9096 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
9097
9098         * configure.ac:
9099           releasing 0.10.1, "Dobro Dedek"
9100
9101 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
9102
9103         * gst/typefind/gsttypefindfunctions.c:
9104         iLBC30 and iLBC20 added to typefind.
9105
9106 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9107
9108         * gst-libs/gst/audio/gstbaseaudiosink.c:
9109         (gst_base_audio_sink_class_init):
9110         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9111         (gst_base_audio_src_class_init):
9112           update strings, values are in microseconds
9113           change the default sink buffer time to something that is smaller
9114           (to help software volume mixing have a slightly lower delay) but
9115           still be acceptable on Wim's laptop
9116
9117 2005-12-20  Edward Hervey  <edward@fluendo.com>
9118
9119         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9120         Made a quack, forgot to add DUCK to the riff video template.
9121
9122 2005-12-19  Edward Hervey  <edward@fluendo.com>
9123
9124         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9125         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9126         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9127         (gst_ogm_parse_chain):
9128         Make sure pads are initialized correctly.
9129         * gst-libs/gst/riff/riff-ids.h:
9130         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9131         (gst_riff_create_video_template_caps):
9132         Add a whole bunch of FOURCC <=> MimeType.
9133         Extend the riff video pad template to support the newly added fourcc.
9134
9135 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
9136
9137         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9138         (gst_ogg_demux_activate_chain):
9139           Extra debug output when activating/deactivating chains.
9140
9141         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9142         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9143         (unlinked):
9144           Remove a queue from our list when it becomes unlinked.
9145           Don't add queues to elements in class 'Demux' if they
9146           can only produce one pad 
9147
9148 2005-12-18  Julien MOUTTE  <julien@moutte.net>
9149
9150         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9151         (gst_video_sink_get_type): Add a debug category.
9152
9153 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9154
9155         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9156         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9157           Handle downstream newsegment by sending our own newsegment before the
9158           next buffer to be released. (#323900)
9159
9160 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9161
9162         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9163         (gst_base_rtp_depayload_set_gst_timestamp):
9164           add queue delay to new segment as well (as opposed to just the first
9165           buffer). (bug #322347)
9166
9167 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9168
9169         * ext/libvisual/visual.c: (make_valid_name):
9170           change some char* into char[]
9171         * gst/audiotestsrc/gstaudiotestsrc.c:
9172         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9173         (gst_audio_test_src_create):
9174         * gst/audiotestsrc/gstaudiotestsrc.h:
9175           prepare to handle EOS and SEGMENT_DONE
9176
9177 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9178
9179         * tests/check/generic/states.c: (GST_START_TEST):
9180           Blacklist cdparanoia element in state test.
9181
9182 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9183
9184           Patch by: Benjamin Pineau
9185
9186         * gst/tcp/gsttcp.c:
9187         * gst/tcp/gsttcpclientsink.c:
9188         * gst/tcp/gsttcpserversink.c:
9189         * gst/tcp/gsttcpserversrc.c:
9190           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9191
9192 2005-12-15  Michael Smith  <msmith@fluendo.com>
9193
9194         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9195         (gst_video_rate_chain):
9196           Fix timestamping for videorate when the first buffer it sees has a
9197           non-zero timestamp. Fix some misleading debug output.
9198
9199 2005-12-15  Michael Smith  <msmith@fluendo.com>
9200
9201         * gst/audioresample/gstaudioresample.c:
9202           Don't leak all input buffers to audioresample.
9203
9204 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9205
9206         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9207           Don't operate on empty text buffers. Strip newlines and
9208           tabs only from the end of the text, but leave them intact
9209           in the middle. Fix typo in gtk-doc description.
9210
9211 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9212
9213         * gst/playback/gstplaybasebin.c:
9214         * gst/playback/gstplaybin.c: (handoff):
9215           Make sure the video frame buffer we return to apps via the
9216           "frame" property always has caps set on it. Modify
9217           _gst_gvalue_set_object() macro to handle NULL objects
9218           gracefully too.
9219
9220 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9221
9222         * gst/audiotestsrc/gstaudiotestsrc.c:
9223         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9224         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9225         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9226         (gst_audio_test_src_create):
9227         * gst/audiotestsrc/gstaudiotestsrc.h:
9228         Adjust to some recent api changes and add wtays new cool seeking
9229         capabillities
9230
9231 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9232
9233         * ext/alsa/Makefile.am:
9234         * ext/alsa/gstalsadeviceprobe.c:
9235         * ext/alsa/gstalsadeviceprobe.h:
9236           Helper functions to add device probing via the GstPropertyProbe
9237           interface to a class.
9238
9239         * ext/alsa/gstalsamixer.h:
9240           Comment out GST_ALSA_MIXER, it returns a struct that's not
9241           used.
9242
9243         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9244           Add some debug info. 
9245
9246         * ext/alsa/gstalsamixerelement.c:
9247         (gst_alsa_mixer_element_interface_supported),
9248         (gst_implements_interface_init),
9249         (gst_alsa_mixer_element_init_interfaces),
9250         (gst_alsa_mixer_element_class_init),
9251         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9252         (gst_alsa_mixer_element_set_property),
9253         (gst_alsa_mixer_element_get_property),
9254         (gst_alsa_mixer_element_change_state):
9255         * ext/alsa/gstalsamixerelement.h:
9256           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9257           for device handling (gnome-volume-control will need that).
9258
9259 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9260
9261         * ext/Makefile.am: fix cdparanoia entry
9262         * gst-plugins-base.spec.in: add cdparanoia
9263
9264 2005-12-12  Michael Smith  <msmith@fluendo.com>
9265
9266         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9267           Use the correct function to free list of typefind factories.
9268
9269 2005-12-12  Wim Taymans  <wim@fluendo.com>
9270
9271         * gst/videotestsrc/gstvideotestsrc.c:
9272         (gst_video_test_src_class_init), (gst_video_test_src_init),
9273         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9274         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9275         (gst_video_test_src_create):
9276         * gst/videotestsrc/gstvideotestsrc.h:
9277         Implement seeking in videotestsrc.
9278         Small cleanups.
9279
9280 2005-12-12  Wim Taymans  <wim@fluendo.com>
9281
9282         * ext/cdparanoia/Makefile.am:
9283         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9284         (gst_paranoia_endian_get_type), (_do_init),
9285         (cdparanoia_class_init), (cdparanoia_init),
9286         (cdparanoia_set_property), (cdparanoia_get_property),
9287         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9288         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9289         (cdparanoia_convert), (cdparanoia_get_query_types),
9290         (cdparanoia_query), (cdparanoia_set_index),
9291         (cdparanoia_uri_set_uri):
9292         * ext/cdparanoia/gstcdparanoia.h:
9293         Partially ported cdparanoia now that basesrc can support a
9294         plugin like this..
9295
9296 2005-12-12  Wim Taymans  <wim@fluendo.com>
9297
9298         * tests/examples/seek/scrubby.c: (main):
9299         Set higher priority for bus events so they don't get reordered with
9300         gtk gui events.
9301
9302         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9303         (flush_toggle_cb), (main):
9304         Added checkbox to disable flushing seeks. 
9305         Disable scrubbing when doing non flushing seeks.
9306
9307 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9308
9309         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9310         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9311         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9312         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9313           Implement some sort of event handling that doesn't rely on
9314           g_return_if_fail; make sure we always push the last chunk of an 
9315           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9316           state change function; remove some old cruft. Seeking is still
9317           rather unlikely to work though.
9318
9319         * tools/.cvsignore:
9320           Ignore more.
9321
9322 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9323
9324         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9325         Fixed a leak of the current image reference when cleaning up.
9326         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9327
9328 2005-12-09  Michael Smith  <msmith@fluendo.com>
9329
9330         * tools/Makefile.am:
9331         * tools/gst-launch-ext-m.m:
9332           Remove gst-launch-ext. It doesn't work, and is no longer
9333           particularly useful.
9334
9335 2005-12-08  Luca Ognibene  <luogni@tin.it>
9336
9337         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9338           don't pass random values to ogmparse convert function.
9339           Make seeking possible in the exile1.ogm file.
9340
9341 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9342
9343         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9344         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9345           Work around refcount problem with g_value_set_object() that occur
9346           if the core has been compiled against GLib-2.6 (g_value_set_object()
9347           will only g_object_ref() the element, but the caller will
9348           gst_object_unref() it and bad things will happen due to the way
9349           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9350           totem for people on FC4 using Thomas's 0.10 RPMs.
9351           
9352 2005-12-07  Edward Hervey  <edward@fluendo.com>
9353
9354         Time to welcome ogm to 0.10 :)
9355         
9356         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9357         (gst_ogg_pad_typefind):
9358         Oggdemux can now properly typefind elements with dynamic pads.
9359         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9360         Properly set caps on src pad, and set caps on outgoing buffers.
9361
9362 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9363
9364         * ext/alsa/gstalsamixer.h:
9365         * ext/alsa/gstalsamixerelement.h:
9366         * ext/alsa/gstalsamixeroptions.h:
9367         * ext/alsa/gstalsamixertrack.h:
9368         * ext/alsa/gstalsasink.c:
9369         * ext/alsa/gstalsasink.h:
9370         * ext/alsa/gstalsasrc.c:
9371         * ext/alsa/gstalsasrc.h:
9372         * ext/cdparanoia/gstcdparanoia.h:
9373         * ext/gnomevfs/gstgnomevfsuri.h:
9374         * ext/ogg/gstoggdemux.c:
9375         * ext/ogg/gstoggmux.c:
9376         * ext/pango/gsttextoverlay.h:
9377         * ext/theora/theoradec.c:
9378         * ext/theora/theoraenc.c:
9379         * ext/vorbis/vorbisdec.h:
9380         * ext/vorbis/vorbisenc.c:
9381         * ext/vorbis/vorbisenc.h:
9382         * ext/vorbis/vorbisparse.h:
9383         * gst-libs/gst/audio/gstaudioclock.h:
9384         * gst-libs/gst/audio/gstaudiosink.c:
9385         * gst-libs/gst/audio/gstaudiosink.h:
9386         * gst-libs/gst/audio/gstaudiosrc.c:
9387         * gst-libs/gst/audio/gstaudiosrc.h:
9388         * gst-libs/gst/audio/gstbaseaudiosink.c:
9389         * gst-libs/gst/audio/gstbaseaudiosink.h:
9390         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9391         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9392         * gst-libs/gst/audio/gstringbuffer.h:
9393         * gst-libs/gst/audio/multichannel.h:
9394         * gst-libs/gst/floatcast/floatcast.h:
9395         * gst-libs/gst/interfaces/colorbalance.c:
9396         * gst-libs/gst/interfaces/colorbalance.h:
9397         * gst-libs/gst/interfaces/colorbalancechannel.h:
9398         * gst-libs/gst/interfaces/mixer.h:
9399         * gst-libs/gst/interfaces/mixeroptions.h:
9400         * gst-libs/gst/interfaces/mixertrack.h:
9401         * gst-libs/gst/interfaces/navigation.h:
9402         * gst-libs/gst/interfaces/propertyprobe.h:
9403         * gst-libs/gst/interfaces/tuner.h:
9404         * gst-libs/gst/interfaces/tunerchannel.h:
9405         * gst-libs/gst/interfaces/tunernorm.h:
9406         * gst-libs/gst/interfaces/xoverlay.h:
9407         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9408         * gst-libs/gst/riff/riff-ids.h:
9409         * gst-libs/gst/riff/riff-media.h:
9410         * gst-libs/gst/riff/riff-read.h:
9411         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9412         * gst-libs/gst/rtp/gstbasertppayload.c:
9413         * gst-libs/gst/rtp/gstbasertppayload.h:
9414         * gst-libs/gst/rtp/gstrtpbuffer.c:
9415         * gst-libs/gst/rtp/gstrtpbuffer.h:
9416         * gst-libs/gst/tag/gsttageditingprivate.h:
9417         * gst-libs/gst/tag/gstvorbistag.c:
9418         (gst_tag_list_from_vorbiscomment_buffer):
9419         * gst-libs/gst/tag/tag.h:
9420         * gst-libs/gst/video/video.h:
9421         * gst/adder/gstadder.c:
9422         * gst/adder/gstadder.h:
9423         * gst/audioconvert/audioconvert.c:
9424         * gst/audioconvert/audioconvert.h:
9425         * gst/audioconvert/gstaudioconvert.c:
9426         * gst/audioconvert/gstchannelmix.c:
9427         * gst/audioconvert/gstchannelmix.h:
9428         * gst/audiorate/gstaudiorate.c:
9429         * gst/audioresample/buffer.h:
9430         * gst/audioresample/functable.h:
9431         * gst/audioresample/gstaudioresample.c:
9432         * gst/audioresample/resample.h:
9433         * gst/ffmpegcolorspace/avcodec.h:
9434         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9435         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9436         * gst/ffmpegcolorspace/imgconvert.c:
9437         * gst/ffmpegcolorspace/imgconvert_template.h:
9438         * gst/playback/gstdecodebin.c:
9439         * gst/playback/gstplaybasebin.h:
9440         * gst/playback/gstplaybin.c:
9441         * gst/playback/gststreaminfo.h:
9442         * gst/tcp/gstfdset.c:
9443         * gst/tcp/gstfdset.h:
9444         * gst/tcp/gstmultifdsink.c:
9445         * gst/tcp/gstmultifdsink.h:
9446         * gst/tcp/gsttcp.h:
9447         * gst/tcp/gsttcpclientsrc.c:
9448         * gst/tcp/gsttcpclientsrc.h:
9449         * gst/tcp/gsttcpplugin.h:
9450         * gst/tcp/gsttcpserversink.c:
9451         * gst/tcp/gsttcpserversrc.c:
9452         * gst/typefind/gsttypefindfunctions.c:
9453         * gst/videorate/gstvideorate.c:
9454         * gst/videotestsrc/gstvideotestsrc.h:
9455         * gst/videotestsrc/videotestsrc.h:
9456         * sys/v4l/gstv4lcolorbalance.h:
9457         * sys/v4l/gstv4ltuner.h:
9458         * sys/v4l/gstv4lxoverlay.h:
9459         * sys/v4l/v4l_calls.h:
9460         * sys/v4l/videodev_mjpeg.h:
9461         * tests/check/elements/audioconvert.c:
9462         * tests/check/elements/audioresample.c:
9463         * tests/check/elements/audiotestsrc.c:
9464         * tests/check/elements/videotestsrc.c:
9465         * tests/check/elements/volume.c:
9466         * tests/examples/seek/scrubby.c:
9467         * tests/examples/seek/seek.c:
9468           expand tabs
9469
9470 === release 0.10.0 ===
9471
9472 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9473
9474         * configure.ac:
9475           releasing 0.10.0, "Mont-d'or"
9476
9477 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9478
9479         * tests/examples/seek/Makefile.am:
9480         Build fix for when gtk is not available.
9481
9482 2005-12-05  Andy Wingo  <wingo@pobox.com>
9483
9484         * ext/libvisual/visual.c: (get_buffer):
9485         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9486         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9487         * ext/theora/theoradec.c: (theora_handle_data_packet):
9488         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9489         (theora_enc_chain):
9490         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9491         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9492         Update for alloc_buffer changes.
9493
9494 2005-12-05  Andy Wingo  <wingo@pobox.com>
9495
9496         patch by: Kai Vehmanen <kv2004 eca cx>
9497         
9498         * gst-libs/gst/rtp/gstbasertpdepayload.c
9499         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9500
9501 2005-12-04  Andy Wingo  <wingo@pobox.com>
9502
9503         patch by: Sebastien Cote <sebas642 yahoo ca>
9504         
9505         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9506         Fixes #319172.
9507
9508 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9509
9510         * docs/plugins/Makefile.am:
9511         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9512         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9513         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9514         * ext/pango/gstclockoverlay.c:
9515         * ext/pango/gsttextoverlay.c: 
9516         * ext/pango/gsttextrender.c:
9517         * ext/pango/gsttimeoverlay.c:
9518           Add gtk-doc blurbs to pango elements.
9519
9520 2005-12-02  Wim Taymans  <wim@fluendo.com>
9521
9522         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9523         * gst/audioresample/buffer.h:
9524         * gst/audioresample/gstaudioresample.c:
9525         * gst/audioresample/gstaudioresample.h:
9526         * gst/audioresample/resample.c: (resample_input_flush),
9527         (resample_input_pushthrough), (resample_input_eos),
9528         (resample_get_output_size_for_input),
9529         (resample_get_input_size_for_output), (resample_get_output_size),
9530         (resample_get_output_data):
9531         * gst/audioresample/resample.h:
9532         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9533         Fix audioresample, seek torture, new segments, reverse negotiation
9534         etc.. work fine.
9535
9536 2005-12-02  Wim Taymans  <wim@fluendo.com>
9537
9538         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9539         Small cleanups.
9540
9541 2005-12-02  Wim Taymans  <wim@fluendo.com>
9542
9543         * gst/audioconvert/gstaudioconvert.c:
9544         (gst_audio_convert_transform):
9545         Post errors.
9546
9547 === release 0.9.7 ===
9548
9549 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9550
9551         * configure.ac:
9552           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9553
9554 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9555
9556         * Makefile.am:
9557         * po/hu.po:
9558         * win32/MANIFEST:
9559         * win32/gst.sln:
9560           add win32 MANIFEST file
9561           do something to the hungarian translation
9562
9563 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9564
9565         * ext/Makefile.am:
9566           Add $(PANGO_DIR) to SUBDIRS
9567
9568         * ext/pango/gstclockoverlay.c:
9569         * ext/pango/gsttimeoverlay.c:
9570           Fix and improve element descriptions.
9571
9572 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9573
9574         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9575         * docs/plugins/inspect/plugin-libvisual.xml:
9576         * docs/plugins/inspect/plugin-pango.xml:
9577           add pango plugin to docs
9578
9579 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9580
9581         * configure.ac:
9582         * ext/Makefile.am:
9583           moved pango to base
9584
9585 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9586
9587         * configure.ac:
9588         * tests/Makefile.am:
9589         * tests/icles/.cvsignore:
9590         * tests/icles/Makefile.am:
9591         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9592         (close_display), (resize_window), (move_window), (create_window),
9593         (terminate_playback), (pause_playback), (start_playback), (main):
9594           add stress test for xoverlay from Julien
9595
9596 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9597
9598         * docs/libs/tmpl/gstcolorbalance.sgml:
9599         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9600         * gst-libs/gst/rtp/gstbasertppayload.c:
9601         * gst-libs/gst/rtp/gstrtpbuffer.c:
9602         * gst-libs/gst/rtp/gstrtpbuffer.h:
9603           Do burger's rename for rtp payloaders and depayloaders
9604
9605 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9606
9607         * win32/:
9608           add Visual Studio 6 build files
9609
9610 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9611
9612         * docs/libs/gst-plugins-base-libs-docs.sgml:
9613         * docs/libs/gst-plugins-base-libs-sections.txt:
9614         * docs/libs/tmpl/gstaudio.sgml:
9615         * docs/libs/tmpl/gstringbuffer.sgml:
9616         * gst-libs/gst/interfaces/xoverlay.c:
9617         * gst-libs/gst/video/gstvideofilter.c:
9618         * gst-libs/gst/video/gstvideosink.c:
9619           update documentation
9620
9621 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9622
9623         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9624         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9625         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9626         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9627         (gst_multi_fd_sink_get_stats),
9628         (gst_multi_fd_sink_remove_client_link),
9629         (gst_multi_fd_sink_handle_client_read),
9630         (gst_multi_fd_sink_client_queue_data),
9631         (gst_multi_fd_sink_client_queue_caps),
9632         (gst_multi_fd_sink_client_queue_buffer),
9633         (gst_multi_fd_sink_new_client),
9634         (gst_multi_fd_sink_handle_client_write),
9635         (gst_multi_fd_sink_recover_client),
9636         (gst_multi_fd_sink_queue_buffer),
9637         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9638         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9639         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9640         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9641         * gst/tcp/gstmultifdsink.h:
9642         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9643         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9644         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9645         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9646         (gst_tcp_client_sink_set_property),
9647         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9648         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9649         * gst/tcp/gsttcpclientsink.h:
9650         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9651         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9652         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9653         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9654         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9655         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9656         * gst/tcp/gsttcpclientsrc.h:
9657         * gst/tcp/gsttcpplugin.c: (plugin_init):
9658         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9659         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9660         (gst_tcp_server_sink_finalize),
9661         (gst_tcp_server_sink_handle_server_read),
9662         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9663         (gst_tcp_server_sink_set_property),
9664         (gst_tcp_server_sink_get_property),
9665         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9666         * gst/tcp/gsttcpserversink.h:
9667         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9668         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9669         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9670         (gst_tcp_server_src_set_property),
9671         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9672         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9673         * gst/tcp/gsttcpserversrc.h:
9674           more borgifying
9675
9676 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9677
9678         * docs/plugins/Makefile.am:
9679         * docs/plugins/gst-plugins-base-plugins.args:
9680         * docs/plugins/inspect/plugin-libvisual.xml:
9681         * gst/audioconvert/plugin.h:
9682         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9683         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9684         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9685         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9686         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9687         (plugin_init):
9688         * gst/audiotestsrc/gstaudiotestsrc.c:
9689         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9690         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9691         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9692         (gst_audio_test_src_get_query_types),
9693         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9694         (gst_audio_test_src_create_square),
9695         (gst_audio_test_src_create_saw),
9696         (gst_audio_test_src_create_triangle),
9697         (gst_audio_test_src_create_silence),
9698         (gst_audio_test_src_create_white_noise),
9699         (gst_audio_test_src_init_pink_noise),
9700         (gst_audio_test_src_generate_pink_noise_value),
9701         (gst_audio_test_src_create_pink_noise),
9702         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9703         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9704         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9705         (plugin_init):
9706         * gst/audiotestsrc/gstaudiotestsrc.h:
9707         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9708         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9709         (gst_sub_parse_init), (gst_sub_parse_formats),
9710         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9711         (convert_encoding), (get_next_line),
9712         (gst_sub_parse_data_format_autodetect),
9713         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9714         (gst_sub_parse_loop), (gst_sub_parse_chain),
9715         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9716         (plugin_init):
9717         * gst/subparse/gstsubparse.h:
9718         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9719         (gst_video_rate_base_init), (gst_video_rate_class_init),
9720         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9721         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9722         (gst_video_rate_init), (gst_video_rate_event),
9723         (gst_video_rate_chain), (gst_video_rate_set_property),
9724         (gst_video_rate_get_property), (gst_video_rate_change_state),
9725         (plugin_init):
9726         * gst/videoscale/gstvideoscale.c:
9727         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9728         (gst_video_scale_src_template_factory),
9729         (gst_video_scale_sink_template_factory),
9730         (gst_video_scale_get_type), (gst_video_scale_base_init),
9731         (gst_video_scale_class_init), (gst_video_scale_init),
9732         (gst_video_scale_set_property), (gst_video_scale_get_property),
9733         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9734         (gst_video_scale_prepare_size), (parse_caps),
9735         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9736         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9737         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9738         (plugin_init):
9739         * gst/videoscale/gstvideoscale.h:
9740         * gst/videotestsrc/gstvideotestsrc.c:
9741         (gst_video_test_src_pattern_get_type),
9742         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9743         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9744         (gst_video_test_src_set_pattern),
9745         (gst_video_test_src_set_property),
9746         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9747         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9748         (gst_video_test_src_event), (gst_video_test_src_get_times),
9749         (gst_video_test_src_create), (plugin_init):
9750         * gst/videotestsrc/gstvideotestsrc.h:
9751         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9752         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9753         (gst_video_test_src_black):
9754         * gst/videotestsrc/videotestsrc.h:
9755           borgify further
9756           clean up docs a little
9757
9758 2005-11-30  Wim Taymans  <wim@fluendo.com>
9759
9760         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9761         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9762         (gst_basertppayload_event), (gst_basertppayload_push),
9763         (gst_basertppayload_change_state):
9764         * gst-libs/gst/rtp/gstbasertppayload.h:
9765         closed #320644.
9766
9767 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9768
9769         * docs/libs/gst-plugins-base-libs-docs.sgml:
9770         * docs/libs/gst-plugins-base-libs-sections.txt:
9771         * gst-libs/gst/video/gstvideofilter.c:
9772         * gst-libs/gst/video/gstvideosink.c:
9773         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9774
9775 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9776
9777         * LICENSE:
9778           move
9779         * po/af.po:
9780         * po/az.po:
9781         * po/cs.po:
9782         * po/en_GB.po:
9783         * po/hu.po:
9784         * po/it.po:
9785         * po/nb.po:
9786         * po/nl.po:
9787         * po/or.po:
9788         * po/sq.po:
9789         * po/sr.po:
9790         * po/sv.po:
9791         * po/uk.po:
9792         * po/vi.po:
9793         * Makefile.am:
9794           update
9795         * scripts/autoplugins.sh:
9796           remove
9797
9798 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9799
9800         * Makefile.am:
9801         * configure.ac:
9802         * examples/Makefile.am:
9803         * examples/capsfilter/Makefile.am:
9804         * examples/capsfilter/capsfilter1.c:
9805         * examples/gob/Makefile.am:
9806         * examples/gob/gst-identity2.gob:
9807         * examples/indexing/.cvsignore:
9808         * examples/indexing/Makefile.am:
9809         * examples/indexing/indexmpeg.c:
9810         * examples/seeking/.cvsignore:
9811         * examples/seeking/Makefile.am:
9812         * examples/seeking/cdparanoia.c:
9813         * examples/seeking/cdplayer.c:
9814         * examples/seeking/chained.c:
9815         * examples/seeking/scrubby.c:
9816         * examples/seeking/seek.c:
9817         * examples/stats/Makefile.am:
9818         * examples/stats/mp2ogg.c:
9819         * examples/switch/.cvsignore:
9820         * examples/switch/Makefile.am:
9821         * examples/switch/switcher.c:
9822         * tests/Makefile.am:
9823         * tests/check/generic/.cvsignore:
9824         * tests/check/pipelines/.cvsignore:
9825         * tests/examples/Makefile.am:
9826         * tests/examples/seek/Makefile.am:
9827           reorganize stuff under tests/
9828
9829 2005-11-30  Edward Hervey  <edward@fluendo.com>
9830
9831         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9832         Go away you stupid GstStaticPadTemplate memleak.
9833
9834 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9835
9836         * gst-libs/gst/net/Makefile.am:
9837         * gst-libs/gst/net/README:
9838         * gst-libs/gst/net/gstnetbuffer.c:
9839         * gst-libs/gst/net/gstnetbuffer.h:
9840           this was moved to "netbuffer"
9841
9842 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9843
9844         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9845         (gst_video_filter_class_init), (gst_video_filter_init):
9846         * gst-libs/gst/video/gstvideofilter.h:
9847           borgify name to bring in line with other classes
9848
9849 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9850
9851         * gst/audioscale/.cvsignore:
9852         * gst/audioscale/Makefile.am:
9853         * gst/audioscale/README:
9854         * gst/audioscale/audioscale.vcproj:
9855         * gst/audioscale/dtof.c:
9856         * gst/audioscale/dtos.c:
9857         * gst/audioscale/functable.c:
9858         * gst/audioscale/gstaudioscale.c:
9859         * gst/audioscale/gstaudioscale.h:
9860         * gst/audioscale/private.h:
9861         * gst/audioscale/resample.c:
9862         * gst/audioscale/resample.h:
9863         * gst/audioscale/test.c:
9864           remove
9865
9866 2005-11-30  Edward Hervey  <edward@fluendo.com>
9867
9868         * gst-libs/gst/netbuffer/Makefile.am:
9869         really, really tired
9870
9871 2005-11-30  Edward Hervey  <edward@fluendo.com>
9872
9873         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9874         Update for new GstTypeFindFactory _register()
9875
9876 2005-11-30  Edward Hervey  <edward@fluendo.com>
9877
9878         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
9879         Let's not override libgstnet from core for no reason...
9880         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9881         Ok, maybe not so quick next time.
9882
9883 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9884
9885         * configure.ac:
9886         * gst-libs/gst/Makefile.am:
9887           moved gst-libs/gst/net to netbuffer through CVS surgery
9888           remove old directory
9889           updating build to accomodate
9890           (#322257)
9891
9892 2005-11-29  Andy Wingo  <wingo@pobox.com>
9893
9894         * pkgconfig/gstreamer-plugins-base.pc.in:
9895         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9896         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9897         (#322257).
9898
9899 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9900
9901         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9902         3rd time's the charm. Correct ref-counting for discarded buffers.
9903
9904 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9905
9906         * gst/playback/gststreamselector.c:
9907         (gst_stream_selector_class_init),
9908         (gst_stream_selector_set_property),
9909         (gst_stream_selector_get_property),
9910         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9911         Fix ref-counting
9912
9913 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
9914
9915         * gst/subparse/gstsubparse.c: (feed_textbuf):
9916           Don't access already unref'ed buffer.
9917
9918 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9919
9920         * gst/playback/gststreamselector.c:
9921         (gst_stream_selector_class_init), (gst_stream_selector_init),
9922         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9923         (gst_stream_selector_get_property),
9924         (gst_stream_selector_get_linked_pad),
9925         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9926         * gst/playback/gststreamselector.h:
9927         Add the active-pad property for playbin to use shortly. Ignore buffers
9928         from any other pad, returning GST_FLOW_NOT_LINKED
9929
9930 2005-11-29  Julien MOUTTE  <julien@moutte.net>
9931
9932         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9933         patch from bug #322704 (Alessandro Decina).
9934
9935 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9936
9937         * gst-libs/gst/audio/Makefile.am:
9938           folded audiofilter into the audio library
9939
9940 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9941
9942         * gst/videoscale/gstvideoscale.h:
9943         * gst/videoscale/gstvideoscale.c:
9944           remove unimplemented scale methods
9945
9946 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
9947
9948         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9949           Don't leak caps.
9950
9951 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9952
9953         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9954         (gst_ximagesink_setcaps):
9955         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9956         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
9957         happens (only visible on ximagesink but bug is in xv too) set_caps was
9958         destroying the internal x[v]image used to memcpy non locally alloced
9959         buffers so that it got renewed on next _chain. The issue is that 
9960         _expose will try to put that image as it reffed it in _put.
9961         Using gst_buffer_unref instead of destroy fixes it !
9962
9963 2005-11-28  Edward Hervey  <edward@fluendo.com>
9964
9965         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9966         (try_to_link_1), (queue_filled_cb):
9967         Better use of the queues. Start with a small size queue and only increase
9968         the size of the queues when the other queues are empty.
9969
9970 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9971
9972         * gst-libs/gst/video/Makefile.am:
9973           compile in copied-over videofilter into the video library
9974         * gst-libs/gst/video/videosink.h:
9975           rename the header to gstvideosink.h since it's a base GstObject class
9976         * sys/ximage/ximagesink.h:
9977         * sys/xvimage/xvimagesink.h:
9978           use the new header
9979
9980 2005-11-28  Wim Taymans  <wim@fluendo.com>
9981
9982         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
9983         * gst/playback/gstplaybasebin.h:
9984         Prepare to handle errors betters.
9985
9986         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9987         Set sinks to PAUSED first before adding and linking them so that
9988         we don't interrupt dataflow.
9989
9990 2005-11-28  Wim Taymans  <wim@fluendo.com>
9991
9992         * gst-libs/gst/audio/TODO:
9993         Updated TODO
9994
9995         * gst-libs/gst/audio/gstaudiosink.c:
9996         (gst_audioringbuffer_open_device),
9997         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
9998         (gst_audioringbuffer_release):
9999         Small cleanups.
10000
10001         * gst-libs/gst/audio/gstbaseaudiosink.c:
10002         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10003         (gst_base_audio_sink_change_state):
10004         Slave to the master clock when going to PLAYING and unslave when
10005         going to PAUSED.
10006
10007         * gst-libs/gst/audio/gstringbuffer.c:
10008         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10009         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10010         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10011         (gst_ring_buffer_clear_all), (wait_segment),
10012         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10013         (gst_ring_buffer_advance):
10014         * gst-libs/gst/audio/gstringbuffer.h:
10015         Add some docs and cleanups.
10016
10017 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10018
10019         * sys/xvimage/xvimagesink.c:
10020         (gst_xvimagesink_navigation_send_event): Fix navigation events
10021         coordinates translation with pixel aspect ratios.
10022
10023 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10024
10025         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10026         Use calculated video geometry from _setcaps instead of buffer
10027         caps to respect pixel aspect ratio. (fixes #322388)
10028
10029 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10030
10031         * docs/libs/tmpl/gstcolorbalance.sgml:
10032         * docs/libs/tmpl/gstmixer.sgml:
10033         * docs/libs/tmpl/gstxoverlay.sgml:
10034         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10035         interface.
10036
10037 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10038
10039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10040         Refuse to create an XvImage if we can't find the format.
10041
10042 2005-11-28  Edward Hervey  <edward@fluendo.com>
10043
10044         * gst-libs/gst/riff/riff-media.c:
10045         (gst_riff_create_audio_template_caps):
10046         Add ATRAC3 to the list of riff-possible audio caps.
10047         I know we still don't have a plugin for atrac3, but it's saner to output
10048         that than a cryptic mimetype.
10049
10050 2005-11-27  Edward Hervey  <edward@fluendo.com>
10051
10052         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10053         Don't try to create a zero-sized subbuffer.
10054
10055 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10056
10057         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10058         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10059         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10060         (gst_ximagesink_expose): Fixed a tricky race.
10061         * sys/ximage/ximagesink.h:
10062         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10063         (gst_xvimagesink_expose): Fixed a tricky race.
10064         * sys/xvimage/xvimagesink.h:
10065
10066 2005-11-27  Edward Hervey  <edward@fluendo.com>
10067
10068         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10069         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10070         Remove unused properties, and add queues between demuxers and decoders
10071         so that a lot more files can preroll properly.
10072
10073 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10074
10075         * gst-libs/gst/net/Makefile.am:
10076         * gst-libs/gst/rtp/Makefile.am:
10077         * gst-libs/gst/tag/Makefile.am:
10078           remove silly include
10079         * gst/tags/Makefile.am:
10080         * gst/tags/gsttagediting.c:
10081         * gst/tags/gsttageditingprivate.h:
10082         * gst/tags/tagedit.vcproj:
10083           remove directory, is as good as empty
10084
10085 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10086
10087         * configure.ac:
10088           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10089         * gst-libs/Makefile.am:
10090         * gst-libs/gst/audio/Makefile.am:
10091         * gst-libs/gst/interfaces/Makefile.am:
10092         * gst-libs/gst/net/Makefile.am:
10093         * gst-libs/gst/riff/Makefile.am:
10094         * gst-libs/gst/rtp/Makefile.am:
10095         * gst-libs/gst/tag/Makefile.am:
10096         * gst-libs/gst/video/Makefile.am:
10097           and use them
10098
10099 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10100
10101         * docs/libs/tmpl/gstcolorbalance.sgml:
10102         * docs/libs/tmpl/gstmixer.sgml:
10103         * docs/libs/tmpl/gstxoverlay.sgml:
10104         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10105         * sys/ximage/ximagesink.h:
10106         * sys/xvimage/xvimagesink.h: More and more documentation.
10107
10108 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10109
10110         * docs/libs/gst-plugins-base-libs-docs.sgml:
10111         * docs/libs/gst-plugins-base-libs-sections.txt:
10112         * docs/libs/tmpl/gstcolorbalance.sgml:
10113         * docs/libs/tmpl/gstmixer.sgml:
10114         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10115         to documentation.
10116
10117 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10118
10119         * docs/plugins/Makefile.am:
10120         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10121         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10122         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10123
10124 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10125
10126         * docs/plugins/Makefile.am:
10127         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10128         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10129         * docs/plugins/inspect/plugin-adder.xml:
10130         * docs/plugins/inspect/plugin-alsa.xml:
10131         * docs/plugins/inspect/plugin-audioconvert.xml:
10132         * docs/plugins/inspect/plugin-audiorate.xml:
10133         * docs/plugins/inspect/plugin-audioresample.xml:
10134         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10135         * docs/plugins/inspect/plugin-decodebin.xml:
10136         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10137         * docs/plugins/inspect/plugin-gnomevfs.xml:
10138         * docs/plugins/inspect/plugin-ogg.xml:
10139         * docs/plugins/inspect/plugin-playbin.xml:
10140         * docs/plugins/inspect/plugin-subparse.xml:
10141         * docs/plugins/inspect/plugin-tcp.xml:
10142         * docs/plugins/inspect/plugin-theora.xml:
10143         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10144         * docs/plugins/inspect/plugin-video4linux.xml:
10145         * docs/plugins/inspect/plugin-videorate.xml:
10146         * docs/plugins/inspect/plugin-videoscale.xml:
10147         * docs/plugins/inspect/plugin-videotestsrc.xml:
10148         * docs/plugins/inspect/plugin-volume.xml:
10149         * docs/plugins/inspect/plugin-vorbis.xml:
10150         * docs/plugins/inspect/plugin-ximagesink.xml:
10151         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10152         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10153
10154 2005-11-26  Edward Hervey  <edward@fluendo.com>
10155
10156         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10157         Properly return GstFlowReturn from gst_pad_push in chain functions.
10158
10159 2005-11-25  Michael Smith  <msmith@fluendo.com>
10160
10161         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10162         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10163         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10164         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10165           Handle various conditions better when we don't understand a stream.
10166           Removes a heap of CRITICALs on ogg streams containing unknown data.
10167
10168 2005-11-24  Andy Wingo  <wingo@pobox.com>
10169
10170         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10171         Be threadsafe.
10172
10173 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10174
10175         * configure.ac: back to HEAD
10176
10177 === release 0.9.6 ===
10178
10179 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10180
10181         * configure.ac:
10182           releasing 0.9.6, "White Eight"
10183
10184 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10185
10186         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10187         * docs/plugins/inspect/plugin-sine.xml:
10188           remove sinesrc some more
10189
10190 2005-11-23  Wim Taymans  <wim@fluendo.com>
10191
10192         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10193         If we are reading too slowly, jump forward in the ringbuffer
10194         instead of blocking.
10195
10196 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10197
10198         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10199         (gst_visual_chain):
10200         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10201         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10202         (gst_videorate_chain):
10203         * gst/videotestsrc/gstvideotestsrc.c:
10204         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10205         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10206         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10207         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10208         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10209         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10210           Updates for API changes
10211
10212 2005-11-23  Wim Taymans  <wim@fluendo.com>
10213
10214         * gst-libs/gst/audio/gstbaseaudiosink.c:
10215         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10216         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10217         Fix for calibration API change.
10218
10219 2005-11-23  Michael Smith <msmith@fluendo.com>
10220
10221         * gst-libs/gst/audio/multichannel.c:
10222         (gst_audio_get_channel_positions),
10223         (gst_audio_set_channel_positions),
10224         (gst_audio_set_structure_channel_positions_list),
10225         (gst_audio_fixate_channel_positions):
10226           Use gst_value_array_*() functions on value arrays, not
10227           gst_value_list_*().
10228
10229 2005-11-23  Edward Hervey  <edward@fluendo.com>
10230
10231         * autogen.sh:
10232         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10233         Fixes autogen
10234
10235 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10236
10237         * check/Makefile.am:
10238         * check/elements/videotestsrc.c: (setup_videotestsrc),
10239         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10240         (main):
10241           add a test for videotestsrc
10242
10243 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10244
10245         * gst/sine/.cvsignore:
10246         * gst/sine/Makefile.am:
10247         * gst/sine/gstsinesrc.c:
10248         * gst/sine/gstsinesrc.h:
10249         * gst/sine/sinesrc.vcproj:
10250           and remove sinesrc from the repository.  Closes #321446
10251
10252 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10253
10254         * configure.ac:
10255         * gst-plugins-base.spec.in:
10256           remove sinesrc from the build
10257
10258 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10259
10260         * check/Makefile.am:
10261         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10262         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10263         (main):
10264           add a test for audiotestsrc, testing all waves.  Even seems
10265           leak-free at first glance, nice job Stefan
10266
10267 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10268
10269         * po/af.po:
10270         * po/az.po:
10271         * po/cs.po:
10272         * po/en_GB.po:
10273         * po/hu.po:
10274         * po/it.po:
10275         * po/nb.po:
10276         * po/nl.po:
10277         * po/or.po:
10278         * po/sq.po:
10279         * po/sr.po:
10280         * po/sv.po:
10281         * po/uk.po:
10282         * po/vi.po:
10283           Translation string updates
10284
10285         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10286         (gst_v4lsrc_set_caps):
10287         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10288         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10289         * sys/v4l/v4lsrc_calls.h:
10290           Improve v4lsrc, by making it work again.
10291
10292 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10293
10294         * ext/libvisual/visual.c: (gst_visual_chain):
10295           Fix the fps calculations.
10296
10297         * gst/ffmpegcolorspace/avcodec.h:
10298           Move structure element for clarity
10299
10300         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10301         * gst-libs/gst/interfaces/tunernorm.h:
10302         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10303         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10304         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10305         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10306         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10307         (gst_v4lmjpegsrc_getcaps):
10308         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10309         (gst_v4lsrc_set_caps):
10310         * sys/v4l/gstv4lsrc.h:
10311         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10312         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10313         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10314         * sys/v4l/v4lsrc_calls.h:
10315           Fractional framerates...
10316
10317 2005-11-22  Wim Taymans  <wim@fluendo.com>
10318
10319         * gst-libs/gst/audio/gstbaseaudiosink.c:
10320         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10321         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10322         And we provide a clock by default, of course...
10323
10324 2005-11-22  Wim Taymans  <wim@fluendo.com>
10325
10326         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10327         This clock can be slaved to a master clock now.
10328
10329         * gst-libs/gst/audio/gstbaseaudiosink.c:
10330         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10331         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10332         (gst_base_audio_sink_set_clock),
10333         (gst_base_audio_sink_set_property),
10334         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10335         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10336         * gst-libs/gst/audio/gstbaseaudiosink.h:
10337         Handle slaving the internal clock to the clock selected in the
10338         pipeline.
10339         Add property to make the basesink not provide a clock.
10340
10341         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10342         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10343         (gst_base_rtp_depayload_wait):
10344         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10345         We can use the clock in GstElement, no need to store it ourselves.
10346
10347 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10348
10349         * docs/libs/tmpl/gstaudio.sgml:
10350           update
10351         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10352         (gst_paranoia_endian_get_type):
10353         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10354         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10355         * gst/audiotestsrc/gstaudiotestsrc.c:
10356         (gst_audiostestsrc_wave_get_type):
10357         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10358         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10359         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10360         (gst_sync_method_get_type), (gst_unit_type_get_type),
10361         (gst_client_status_get_type), (gst_multifdsink_class_init),
10362         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10363         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10364         (gst_multifdsink_get_property):
10365         * gst/tcp/gstmultifdsink.h:
10366         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10367         * gst/videotestsrc/gstvideotestsrc.c:
10368         (gst_videotestsrc_pattern_get_type):
10369           remove deprecated properties
10370           fix up enums to correctly have short lowercase dashed nicks
10371
10372 2005-11-22  Michael Smith <msmith@fluendo.com>
10373
10374         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10375         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10376           Add underscore.
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           Use utility method for scaling clocktime for fractional framerates.
10383
10384 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10385
10386         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10387         (gst_visual_chain):
10388         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10389         * ext/theora/theoradec.c: (theora_handle_type_packet):
10390         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10391         (theora_enc_chain):
10392         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10393         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10394         * gst-libs/gst/video/video.h:
10395         * gst/ffmpegcolorspace/avcodec.h:
10396         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10397         (gst_ffmpeg_caps_to_pixfmt):
10398         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10399         (gst_ffmpegcsp_set_caps):
10400         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10401         (gst_videorate_setcaps), (gst_videorate_blank_data),
10402         (gst_videorate_chain):
10403         * gst/videotestsrc/gstvideotestsrc.c:
10404         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10405         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10406         (gst_videotestsrc_event), (gst_videotestsrc_create):
10407         * gst/videotestsrc/gstvideotestsrc.h:
10408         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10409         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10410         (gst_ximagesink_get_times), (gst_ximagesink_init):
10411         * sys/ximage/ximagesink.h:
10412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10413         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10414         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10415         * sys/xvimage/xvimagesink.h:
10416           Convert elements to use fractions for their framerate.
10417           V4L elements to come later tonight.
10418
10419 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10420
10421         * gst-libs/gst/audio/audio.c:
10422         * gst-libs/gst/audio/audio.h:
10423           remove some deprecated functions
10424
10425 2005-11-22  Andy Wingo  <wingo@pobox.com>
10426
10427         * Update for gst_tag_setter API changes.
10428
10429 2005-11-22  Andy Wingo  <wingo@pobox.com>
10430
10431         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10432         (gst_ogg_demux_perform_seek):
10433         * ext/theora/theoradec.c (theora_dec_sink_event):
10434         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10435         update-funcnames.
10436
10437 2005-11-22  Wim Taymans  <wim@fluendo.com>
10438
10439         * examples/seeking/seek.c: (main):
10440         Give higher priority to bus signals than the gtk events
10441         to fix a race condition in the segment looping.
10442
10443 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10444
10445         * ext/theora/Makefile.am:
10446         * ext/vorbis/Makefile.am:
10447         * gst-libs/gst/tag/Makefile.am:
10448         * gst-plugins-base.spec.in:
10449           Rename libgsttagedit to libgsttag (#322117).
10450
10451 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10452
10453         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10454         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10455           Call gst_x_overlay_prepare_xwindow_id() to give applications
10456           a final chance to set their own xwindow id before the video
10457           sink creates its own window.
10458
10459 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10460
10461         * sys/xvimage/xvimagesink.c:
10462         (gst_xvimagesink_navigation_send_event): Handle navigation
10463         events correcly with borders if applicable.
10464
10465 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10466
10467         Patch by: Luca Ognibene
10468
10469         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10470         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10471         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10472         (gst_ffmpegcsp_caps_remove_format_info):
10473         * gst/ffmpegcolorspace/imgconvert.c:
10474         * gst/ffmpegcolorspace/imgconvert_template.h:
10475           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10476           #318353); use gst_structure_has_name().
10477
10478 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10479
10480         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10481         (gst_ximagesink_class_init): Add debug macros on functions.
10482         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10483         (gst_xvimagesink_xwindow_draw_borders),
10484         (gst_xvimagesink_xvimage_put),
10485         (gst_xvimagesink_xwindow_update_geometry),
10486         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10487         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10488         (gst_xvimagesink_xcontext_clear),
10489         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10490         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10491         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10492         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10493         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10494         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10495         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10496         expose while being PAUSED, out of data flow navigation events, etc..
10497
10498 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10499
10500         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10501         * gst-libs/gst/audio/audio.h:
10502           fix prototype - wondering why the test worked regardless
10503
10504 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10505
10506         * check/Makefile.am:
10507         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10508         * gst-libs/gst/audio/audio.h:
10509           add a method that returns a proper GstClockTime
10510
10511 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10512
10513         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10514         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10515         * gst-libs/gst/interfaces/xoverlay.h:
10516           Remove everything having to do with the desired size; add 
10517           gst_x_overlay_prepare_xwindow_id() function; remove the
10518           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10519           post a message on the bus instead (#321816).
10520
10521         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10522         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10523         (gst_xvimagesink_xoverlay_init):
10524           Remove desired size stuff (#321816).
10525
10526 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10527
10528         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10529         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10530         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10531           Terminate vararg functions with NULL instead of 0 to 
10532           make gcc4 happy.
10533
10534 2005-11-21  Andy Wingo  <wingo@pobox.com>
10535
10536         patch by: Sebastien Cote <sebas642@yahoo.ca>
10537         
10538         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10539         * gst-libs/gst/rtp/gstrtpbuffer.c
10540         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10541
10542 2005-11-21  Andy Wingo  <wingo@pobox.com>
10543
10544         * gst/playback/gstplaybin.c (gen_audio_element) 
10545         (gen_video_element): Use the new MISSING_PLUGIN core error
10546         category. Closes #320060.
10547
10548         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10549         * gst/videorate/gstvideorate.c (gst_videorate_event):
10550         * ext/theora/theoradec.c (theora_dec_sink_event): 
10551         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10552         stream lock.
10553
10554         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10555         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10556         stream lock changes.
10557
10558 2005-11-21  Wim Taymans  <wim@fluendo.com>
10559
10560         * gst-libs/gst/audio/gstbaseaudiosink.c:
10561         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10562         (gst_base_audio_sink_provide_clock),
10563         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10564         (gst_base_audio_sink_change_state):
10565         * gst/audioresample/gstaudioresample.c:
10566         Segment update fix.
10567
10568 2005-11-21  Andy Wingo  <wingo@pobox.com>
10569
10570         * *.h:
10571         * *.c: Ran scripts/update-macros. Oh yes.
10572
10573 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10574
10575         * sys/ximage/Makefile.am:
10576         * sys/ximage/ximage.c:
10577           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10578           remove your old libgstximage.* manually if necessary).
10579
10580 2005-11-21  Michael Smith <msmith@fluendo.com>
10581
10582         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10583           Minimal fix for bug #320200: set the min/max bitrate in the correct
10584           units. A better fix would be to upgrade to the RATEMANAGE2
10585           interface, rather than using the deprecated interface used here, but
10586           that would require an update in our libvorbis dependency (to 1.1),
10587           which is probably undesirable.
10588
10589 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10590
10591         * ext/libvisual/visual.c: (get_buffer):
10592         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10593         (gst_base_audio_src_fixate):
10594         * gst/audioconvert/gstaudioconvert.c:
10595         (gst_audio_convert_fixate_caps):
10596         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10597         * gst/audiotestsrc/gstaudiotestsrc.c:
10598         (gst_audiotestsrc_src_fixate):
10599         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10600         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10601         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10602         * gst/videotestsrc/gstvideotestsrc.c:
10603         (gst_videotestsrc_src_fixate):
10604         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10606           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10607           (#322027)
10608
10609
10610 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10611
10612         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10613         (gst_riff_create_iavs_caps):
10614         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10615         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10616         (gst_riff_parse_info):
10617         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10618         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10619         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10620           Fixes for GST_FOURCC_FORMAT API change.
10621
10622 2005-11-21  Andy Wingo  <wingo@pobox.com>
10623
10624         patch by: Alessandro Dessina <alessandro nnva org>
10625
10626         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10627         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10628         (gst_ogg_parse_chain):
10629         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10630         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10631         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10632         gst_value_list calls on arrays. Fixes #321962.
10633
10634 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10635
10636         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10637         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10638         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10639         * gst/adder/gstadder.c: (gst_adder_init),
10640         (gst_adder_request_new_pad), (gst_adder_collected),
10641         (gst_adder_change_state):
10642           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10643           API change.
10644
10645 2005-11-21  Michael Smith <msmith@fluendo.com>
10646
10647         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10648         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10649           Properly handle pad_push return values.
10650
10651 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10652
10653         * gst-libs/gst/tag/Makefile.am:
10654         * gst-libs/gst/tag/gstvorbistag.c:
10655         (gst_tag_list_to_vorbiscomment_buffer):
10656           Remove obsolete vorbistag element and debug category.
10657
10658         * gst/playback/gstplaybasebin.c: (check_queue):
10659           Don't divide by 0 when queue-threshold is 0.
10660
10661         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10662           Don't modify an existing pixel-aspect-ratio if we fail to read
10663           a new one.
10664
10665 2005-11-20  Wim Taymans  <wim@fluendo.com>
10666
10667         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10668         (gst_vorbisenc_push_packet):
10669         GST_PAD_IS_USABLE is gone, use the return value of
10670         the push or pad_alloc_buffer instead.
10671
10672 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10673
10674         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10675         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10676         (gst_ximagesink_ximage_destroy),
10677         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10678         (gst_ximagesink_xwindow_new),
10679         (gst_ximagesink_xwindow_update_geometry),
10680         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10681         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10682         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10683         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10684         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10685         (gst_ximagesink_navigation_send_event),
10686         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10687         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10688         (gst_ximagesink_finalize), (gst_ximagesink_init),
10689         (gst_ximagesink_class_init):
10690         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10691         This new version brings correct software scaling, non flickering
10692         window while resizing, pixel aspect ratio handling, usage of
10693         hardware buffer pools, out of data flow event thread for 
10694         navigation and handling of expose events even when being PAUSED,
10695         a new property to keep video aspect ratio when resizing, etc...
10696
10697 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10698
10699         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10700         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10701         handling of PAR.
10702
10703 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10704
10705         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10706         Unsetting IS_SINK flag from the fakesink, so decodebin
10707         never behaves as a sink.
10708
10709 2005-11-17  Wim Taymans  <wim@fluendo.com>
10710
10711         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10712         (gst_base_audio_src_change_state):
10713         Fix the audiosrc base class again, we did not unflush.
10714
10715 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10716
10717         * examples/seeking/seek.c: (make_dv_pipeline),
10718         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10719         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10720         to ogg/vorbis/theora pipeline.
10721
10722 2005-11-17  Wim Taymans  <wim@fluendo.com>
10723
10724         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10725         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10726         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10727         Fix EOS on multiple streams.
10728         More debugging.
10729
10730 2005-11-16  Wim Taymans  <wim@fluendo.com>
10731
10732         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10733         (gst_ogg_demux_perform_seek):
10734         Segment done must include stream time.
10735
10736         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10737         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10738         (gst_ogg_mux_change_state):
10739         Fix ogg muxer again.
10740
10741 2005-11-16  Wim Taymans  <wim@fluendo.com>
10742
10743         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10744         Fix compile again.
10745
10746 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10747
10748         * ext/libvisual/visual.c: (gst_visual_init):
10749         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10750         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10751         (gst_ogg_parse_chain):
10752         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10753         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10754         * ext/theora/theoradec.c: (gst_theora_dec_init):
10755         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10756         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10757         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10758         * gst/adder/gstadder.c: (gst_adder_class_init),
10759         (gst_adder_dispose):
10760         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10761         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10762         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10763           Fix a whole set of pad template leaks
10764
10765 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10766
10767         * check/generic/states.c: (GST_START_TEST):
10768           fix the test so that it only checks for elements that are part of
10769           this source module
10770
10771 2005-11-16  Michael Smith <msmith@fluendo.com>
10772
10773         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10774         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10775         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10776         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10777         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10778         (gst_ogg_mux_change_state):
10779           Fix leaking collectpads.
10780
10781 2005-11-16  Edward Hervey  <edward@fluendo.com>
10782
10783         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10784         (gst_videorate_event), (gst_videorate_chain):
10785         Handle segment seeks
10786
10787 2005-11-16  Wim Taymans  <wim@fluendo.com>
10788
10789         * gst-libs/gst/audio/gstbaseaudiosink.c:
10790         (gst_base_audio_sink_provide_clock),
10791         (gst_base_audio_sink_change_state):
10792         Set ringbuffer to non-flushing when going to PAUSED, set to
10793         flushing again when going to READY.
10794
10795         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10796         (gst_ring_buffer_stop):
10797         Start in flushing mode by default.
10798         Don't set flushing in the _stop method, let the app call
10799         this explicitly.
10800
10801 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10802
10803         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10804         * gst-libs/gst/video/videosink.h: Add helper function needed
10805         for video sinks.
10806
10807 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10808
10809         * gst/videoscale/gstvideoscale.c:
10810         (gst_videoscale_handle_src_event):
10811           Don't leak reference to pad parent.
10812
10813 2005-11-16  Wim Taymans  <wim@fluendo.com>
10814
10815         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10816         Set ringbuffer to flushing when stopping so that we don't
10817         block on wait_segment anymore and livelock.
10818
10819 2005-11-16  Wim Taymans  <wim@fluendo.com>
10820
10821         * examples/seeking/seek.c: (send_event), (do_seek),
10822         (loop_toggle_cb), (segment_done), (main):
10823         Added looping checkbox.
10824
10825 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10826
10827         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10828         (gst_ogg_demux_init):
10829         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10830         (gst_vorbis_dec_init):
10831           revert unrefs, they don't pass make check
10832
10833 2005-11-15  Johan Dahlin  <johan@gnome.org>
10834
10835         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10836         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10837         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10838         (gst_vorbis_dec_init):
10839         Fix pad template leaks. 
10840
10841 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10842
10843         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10844           Make state change function thread safe.
10845
10846 2005-11-15  Edward Hervey  <edward@fluendo.com>
10847
10848         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10849         (gst_ogg_demux_class_init):
10850         Implement GstElement::send_event, so we can send seek events
10851         in GST_STATE_READY
10852
10853 2005-11-14  Julien MOUTTE  <julien@moutte.net>
10854
10855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10856         Discovered how to take away flickering while resizing the
10857         window. Please don't put that in ximagesink, refactoring in
10858         progress.
10859
10860 2005-11-14  Michael Smith <msmith@fluendo.com>
10861
10862         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10863         (gst_multifdsink_render):
10864           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10865
10866 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
10867
10868         * gst/playback/gstplaybin.c: (gen_audio_element):
10869           Use autoaudiosink, it tends to be more widely available than
10870           autoaudiiosink.
10871           
10872 2005-11-14  Andy Wingo  <wingo@pobox.com>
10873
10874         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10875         as well if it is available. Fixes #316442.
10876
10877 2005-11-14  Michael Smith <msmith@fluendo.com>
10878
10879         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10880         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10881         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10882         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10883         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10884         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10885         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10886         (gst_vorbisenc_change_state):
10887           Fix a small memory leak in vorbisenc.
10888           Fix large memory leaks in oggmux, also fix lots of state change
10889           bugs in oggmux.
10890
10891 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10892
10893         * gst/videotestsrc/gstvideotestsrc.c:
10894         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10895         (gst_videotestsrc_src_fixate):
10896           move fixation to a fixate function
10897           remove negotiate function, basesrc's is good enough
10898           fixes a bug for check when using the element alone
10899
10900 2005-11-13  Edward Hervey  <edward@fluendo.com>
10901
10902         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10903         (key_toggle_cb), (main):
10904         Added checkboxes for adding/removing the accurate and key_unit seek
10905         flags.
10906
10907 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10908
10909         * configure.ac: back to HEAD
10910
10911 === release 0.9.5 ===
10912
10913 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
10914
10915         * configure.ac:
10916           releasing 0.9.5, "No No Kia"
10917
10918 2005-11-11  Edward Hervey  <edward@fluendo.com>
10919
10920         * examples/seeking/seek.c: (make_parselaunch_pipeline):
10921         Added parse-launch syntax seeking mode for the seeking example.
10922         This should help stress-test even more cases.
10923         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10924
10925 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10926
10927         * sys/xvimage/xvimagesink.c:
10928         (gst_xvimagesink_navigation_send_event):
10929           Check whether peer pad exists before sending navigation events
10930           to it.
10931
10932 2005-11-11  Michael Smith <msmith@fluendo.com>
10933
10934         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10935         (gst_vorbisenc_buffer_from_packet):
10936         * ext/vorbis/vorbisenc.h:
10937           Set duration on encoded buffers. This allows oggmux's
10938           max_page_delay parameter to actually work.
10939
10940 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10941
10942         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10943         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10944         (gst_ffmpegcsp_avpicture_fill):
10945         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10946         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10947           Make palettes work again (see #132341). Use our own macros
10948           for rounding up.
10949
10950 2005-11-10  Andy Wingo  <wingo@pobox.com>
10951
10952         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
10953         string doober.
10954
10955 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10956
10957         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10958         (gst_ffmpegcsp_transform_caps):
10959           Prefer passthrough in transform_caps
10960
10961 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10962
10963         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10964           check for ALSA errors properly, instead of relying on ALSA's
10965           error strings to serve to the user.
10966
10967 2005-11-10  Wim Taymans  <wim@fluendo.com>
10968
10969         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
10970         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
10971         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10972         Modernise the seek code.
10973
10974 2005-11-10  Michael Smith <msmith@fluendo.com>
10975         
10976         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
10977         (setup_substreams), (set_active_source):
10978           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
10979           trying to go to NULL if we failed to read a file.
10980
10981 2005-11-10  Wim Taymans  <wim@fluendo.com>
10982
10983         * gst/audiotestsrc/gstaudiotestsrc.c:
10984         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
10985         (gst_audiotestsrc_create):
10986         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10987         (gst_sinesrc_get_times), (gst_sinesrc_create):
10988         * gst/videotestsrc/gstvideotestsrc.c:
10989         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
10990         (gst_videotestsrc_create):
10991         The base class can now sync for us.
10992
10993 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10994
10995         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
10996           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
10997           name=source autoprobe=false autoprobe-fps=false copy-mode=1
10998           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
10999           format=(fourcc)I420" ! xvimagesink
11000
11001 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11002
11003         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11004         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11005         (gst_sinesrc_newsegment):
11006           Send newsegment event in TIME format, set duration if
11007           num-buffers is set, fix duration querying.
11008
11009 2005-11-10  Michael Smith <msmith@fluendo.com>
11010
11011         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11012         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11013         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11014         (gst_ogg_mux_collected):
11015          Fix EOS handling, partially. Now forwarding an EOS event once we have
11016          EOS on all pads works correctly. However, we still don't properly set
11017          EOS on the actual ogg stream pages.
11018
11019 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11020
11021         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11022           Set elements to NULL state before disposing of them.
11023
11024 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
11025
11026         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11027
11028         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11029         (gst_base_rtp_depayload_init),
11030         (gst_base_rtp_depayload_set_gst_timestamp):
11031         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11032           We need to send a newsegment event for each instance, not
11033           just for the first instance of this class (get rid of
11034           static variable in function). (#321011).
11035           
11036 2005-11-08  Michael Smith <msmith@fluendo.com>
11037
11038         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11039         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11040         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11041         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11042           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11043           This makes us mux things correctly according to the ogg muxing
11044           rules. Still not handling EOS correctly right now, though.
11045
11046 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11047
11048         * gst/audioconvert/gstaudioconvert.c:
11049           Fix typo in docs. 
11050
11051 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11052
11053         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11054         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11055           Initialise segment_stop to GST_CLOCK_TIME_NONE when
11056           creating a new chain; should fix live streaming. Also
11057           add more debug output and fix a typo.
11058
11059 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
11060
11061         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11062
11063         * gst/volume/gstvolume.c: (volume_set_caps):
11064           Fix compilation on Solaris with Forte. (#320923)
11065
11066 2005-11-08  Wim Taymans  <wim@fluendo.com>
11067
11068         * gst-libs/gst/audio/gstbaseaudiosink.c:
11069         (gst_base_audio_sink_render):
11070         No need to do a typecheck.
11071
11072 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11073
11074         * ext/alsa/gstalsa.h:
11075           We register a debug category, so let's use it.
11076
11077 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11078
11079         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11080         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11081         Fixed a small problem.
11082
11083 2005-11-04  Wim Taymans  <wim@fluendo.com>
11084
11085         * examples/seeking/Makefile.am:
11086         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11087         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11088         (make_playerbin_pipeline), (format_value), (update_scale),
11089         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11090         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11091         (print_usage), (main):
11092         Added app for playback speed testing.
11093
11094         * examples/seeking/seek.c: (dynamic_link),
11095         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11096         (make_mpeg_pipeline), (do_seek), (set_update_scale),
11097         (message_received), (main):
11098         Updated seek example.
11099
11100 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11101
11102         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11103         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11104         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11105         (gst_base_rtp_depayload_set_clock):
11106         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11107         Don't sleep on the bench (system clock) when you have a nice 
11108         comfortable bed (Gstreamer clock) to sleep on.
11109
11110 2005-11-03  Wim Taymans  <wim@fluendo.com>
11111
11112         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11113         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11114         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11115         Handle the case where a pad_block failed.
11116
11117 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
11118
11119         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
11120
11121         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11122         (gst_base_rtp_depayload_add_to_queue),
11123         (gst_base_rtp_depayload_push),
11124         (gst_base_rtp_depayload_set_gst_timestamp),
11125         (gst_base_rtp_depayload_queue_release):
11126           Fixes some bugs in the depayloader's queuing/de-queueing code.
11127
11128 2005-10-31  Michael Smith <msmith@fluendo.com>
11129
11130         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11131         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11132         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11133           Patch from Alessandro Decina <alessandro@nnva.org>.
11134           Make oggdemux only find the final time in a chain, not per-pad,
11135           since the per-pad information can be very expensive to locate, and
11136           it isn't used anywhere. This makes reading a file containing
11137           OggSkeleton reasonably fast.
11138           Also, make chain finding work when there are logical bitstreams that
11139           can't be decoded. Fixes #319110.
11140
11141 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11142
11143         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11144         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11145         (gst_base_rtp_depayload_chain),
11146         (gst_base_rtp_depayload_add_to_queue),
11147         (gst_base_rtp_depayload_push),
11148         (gst_base_rtp_depayload_set_gst_timestamp),
11149         (gst_base_rtp_depayload_queue_release),
11150         (gst_base_rtp_depayload_start_thread),
11151         (gst_base_rtp_depayload_set_property),
11152         (gst_base_rtp_depayload_get_property):
11153         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11154         Some random fixes, to fullfill the desires of thomas.
11155
11156 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11157
11158         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11159         (gst_base_rtp_depayload_add_to_queue),
11160         (gst_base_rtp_depayload_push):
11161         Fixed the queueing algorithm.
11162
11163 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11164
11165         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11166         (gst_base_rtp_depayload_push):
11167         A small fix
11168
11169 2005-10-31  Wim Taymans  <wim@fluendo.com>
11170
11171         * gst-libs/gst/audio/gstringbuffer.h:
11172         Don't break ABI.
11173
11174         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11175         (gst_ffmpeg_caps_to_pixfmt):
11176         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11177         (gst_ffmpegcsp_set_caps):
11178         Some more comments.
11179         Handle missing required caps fields better.
11180
11181 2005-10-31  Wim Taymans  <wim@fluendo.com>
11182
11183         * gst-libs/gst/audio/gstbaseaudiosink.c:
11184         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11185         (gst_base_audio_sink_render):
11186         * gst-libs/gst/audio/gstringbuffer.c:
11187         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11188         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11189         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11190         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11191         (gst_ring_buffer_read):
11192         * gst-libs/gst/audio/gstringbuffer.h:
11193         Add flushing mode to the ringbuffer so that it in all cases does
11194         not try to handle more audio. This makes sure it does not try to
11195         block anymore when flushing and fixes a livelock.
11196
11197 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11198
11199         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11200         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11201         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11202           Explicitly check for -1 values before doing a conversion
11203           and always map them to -1. (#315545)
11204
11205 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11206
11207         * gst/playback/gstplaybin.c: (gen_video_element):
11208           first try autovideosink, then xvimagesink, then error out
11209         * po/POTFILES.in:
11210           add translatable file
11211         * po/af.po:
11212         * po/az.po:
11213         * po/cs.po:
11214         * po/en_GB.po:
11215         * po/hu.po:
11216         * po/it.po:
11217         * po/nb.po:
11218         * po/nl.po:
11219         * po/or.po:
11220         * po/sq.po:
11221         * po/sr.po:
11222         * po/sv.po:
11223         * po/uk.po:
11224         * po/vi.po:
11225           update translations
11226
11227 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11228
11229         * gst-libs/gst/rtp/gstbasedepayload.c:
11230         * gst-libs/gst/rtp/gstbasedepayload.h:
11231           Minor cleanups
11232
11233 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11234
11235         * gst/playback/.cvsignore:
11236         * gst/playback/decodetest.c:
11237         * gst/playback/test3.c:
11238           Port these two tests as well.
11239
11240 2005-10-27  Wim Taymans  <wim@fluendo.com>
11241
11242         * ext/theora/theoradec.c: (theora_dec_src_query),
11243         (theora_dec_sink_event):
11244         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11245         (theora_enc_change_state):
11246         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11247         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11248         Take proper locks when handling events.
11249
11250 2005-10-27  Wim Taymans  <wim@fluendo.com>
11251
11252         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11253         (gst_adder_change_state):
11254         Fix timestamps and fix deadlock when stopping the collectpads.
11255
11256 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11257
11258         * gst-libs/gst/rtp/gstrtpbuffer.h:
11259         Declaring the payload types as strings too so that they can be used
11260         in the padtemplate inialization.
11261
11262 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11263
11264         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11265
11266         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11267         (gst_base_rtp_depayload_class_init):
11268         Fixes a small but nasty bug. The derived elements no longer segfaults
11269         on finalization.
11270
11271 2005-10-26  Michael Smith <msmith@fluendo.com>
11272
11273         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11274           When clearing an audioconvert context, set tmpbufsize to zero, so
11275           we'll allocate it again later if required.
11276           This fixes audioconvert re-negotiating formats, which previously
11277           segfaulted with a NULL destination buffer.
11278
11279 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11280
11281         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11282         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11283         (gst_base_rtp_depayload_set_gst_timestamp),
11284         (gst_base_rtp_depayload_queue_release):
11285         Fixed a smalll memleak.
11286
11287 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11288         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11289         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11290         (gst_base_rtp_depayload_finalize),
11291         (gst_base_rtp_depayload_setcaps),
11292         (gst_base_rtp_depayload_add_to_queue),
11293         (gst_base_rtp_depayload_push),
11294         (gst_base_rtp_depayload_set_gst_timestamp),
11295         (gst_base_rtp_depayload_queue_release),
11296         (gst_base_rtp_depayload_thread),
11297         (gst_base_rtp_depayload_change_state):
11298         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11299         Changed the C++ comments to C comments
11300
11301 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11302
11303         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11304         * gst/tcp/gsttcpclientsrc.h:
11305         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11306         * gst/tcp/gsttcpserversrc.h:
11307           Remove unused 'curoffset' structure member.
11308
11309 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11310
11311         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11312         (gst_base_rtp_depayload_base_init),
11313         (gst_base_rtp_depayload_finalize):
11314         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11315         * gst-libs/gst/rtp/gstbasertppayload.h:
11316           The pad-template on the sinkpad should be set by the derived classes.
11317           Also added some useful macros.
11318
11319 2005-10-24  Wim Taymans  <wim@fluendo.com>
11320
11321         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11322         Correctly flush decoder samples even if we could not
11323         copy them to an output buffer. Fixes #319618.
11324
11325 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11326
11327         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11328         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11329         the caps against our xcontext caps.
11330
11331 2005-10-24  Wim Taymans  <wim@fluendo.com>
11332
11333         * gst-libs/gst/audio/gstbaseaudiosink.c:
11334         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11335         Remove g_print
11336         Use sync property from baseclass to disable sync.
11337
11338 2005-10-24  Wim Taymans  <wim@fluendo.com>
11339
11340         * gst-libs/gst/audio/gstbaseaudiosink.c:
11341         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11342         Buffers with no timestamps get aligned with previous buffers or
11343         on underrun, played ASAP.
11344
11345 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11346
11347         * gst-libs/gst/video/video.h:
11348         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11349         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11350         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11351         here comes my change on caps for framerate and geometry range.
11352         We are now accepting 1 to MAXINT for width and height, and from
11353         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11354         to be blended correctly in videomixer.
11355
11356 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11357
11358         * configure.ac:
11359           back to HEAD
11360
11361 === release 0.9.4 ===
11362
11363 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11364
11365         * NEWS:
11366         * RELEASE:
11367         * configure.ac:
11368           releasing 0.9.4, "Velociraptor"
11369
11370 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11371
11372         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11373         * po/POTFILES.in:
11374           STOPPED -> FAILED
11375
11376 2005-10-21  Wim Taymans  <wim@fluendo.com>
11377
11378         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11379         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11380         (pad_blocked), (close_pad_link), (new_pad):
11381         Don't try to remove elements twice.
11382
11383 2005-10-21  Wim Taymans  <wim@fluendo.com>
11384
11385         * ext/theora/theoradec.c: (theora_dec_src_query),
11386         (theora_dec_sink_event):
11387         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11388         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11389         (vorbis_handle_data_packet):
11390         * ext/vorbis/vorbisdec.h:
11391         Fix old naming.
11392
11393         * gst-libs/gst/audio/gstbaseaudiosink.c:
11394         (gst_base_audio_sink_render):
11395         Don't try to sync on buffers without a timestamp.
11396
11397 2005-10-21  Wim Taymans  <wim@fluendo.com>
11398
11399         * ext/theora/theoradec.c: (theora_dec_src_query),
11400         (theora_dec_sink_event):
11401         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11402         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11403         (vorbis_handle_data_packet):
11404         * ext/vorbis/vorbisdec.h:
11405         Fix old naming.
11406
11407 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11408
11409         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11410         (gst_vorbisenc_src_query):
11411           Implement position and duration queries.
11412
11413         * gst/playback/test3.c: (update_scale), (main):
11414           Fix for async state changes and print nicer output.
11415
11416 2005-10-20  Wim Taymans  <wim@fluendo.com>
11417
11418         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11419         (dump_element_stats), (main):
11420         * gst/playback/test6.c: (main):
11421         Fix tests again
11422
11423 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11424
11425         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11426         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11427           Don't use functions for position queries when handling
11428           duration queries.
11429
11430 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11431
11432         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11433         (vorbis_handle_data_packet), (vorbis_dec_chain),
11434         (vorbis_dec_change_state):
11435         * ext/vorbis/vorbisdec.h:
11436           Vorbis streams can be embedded in other container formats
11437           than ogg, container formats where the demuxer might set 
11438           timestamps on encoded vorbis buffers instead of those silly 
11439           granulepos thingies. In short: make vorbisdec handle 
11440           timestamps on incoming buffers as well.
11441
11442 2005-10-20  Wim Taymans  <wim@fluendo.com>
11443
11444         * gst/playback/gstplaybasebin.c: (group_destroy),
11445         (gst_play_base_bin_change_state):
11446         Fix leak.
11447         Handle case where playbasebin is now ASYNC because
11448         decodebin is.
11449
11450 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11451
11452         * gst/audioconvert/Makefile.am:
11453         * gst/audioconvert/bufferframesconvert.c:
11454         * gst/audioconvert/plugin.c: (plugin_init):
11455         * gst/audioconvert/plugin.h:
11456           And bye bye buffer-frames-convert
11457
11458 2005-10-19  Wim Taymans  <wim@fluendo.com>
11459
11460         * check/elements/audioconvert.c:
11461         * docs/libs/tmpl/gstaudio.sgml:
11462         * docs/libs/tmpl/gstcolorbalance.sgml:
11463         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11464         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11465         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11466         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11467         * gst-libs/gst/audio/audio.h:
11468         * gst/audioconvert/audioconvert.h:
11469         * gst/audioconvert/gstaudioconvert.c:
11470         (gst_audio_convert_parse_caps):
11471         * gst/volume/gstvolume.c:
11472         Bye bye buffer-frames.
11473
11474 2005-10-19  Wim Taymans  <wim@fluendo.com>
11475
11476         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11477         (query_positions_elems), (query_positions_pads), (update_scale),
11478         (do_seek), (set_update_scale), (message_received), (main):
11479         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11480         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11481         (gst_ogg_demux_loop):
11482         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11483         * ext/theora/theoradec.c: (theora_dec_src_query),
11484         (theora_dec_sink_event):
11485         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11486         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11487         * gst/adder/gstadder.c: (gst_adder_query):
11488         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11489         * gst/playback/test3.c: (update_scale):
11490         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11491         (dump_element_stats), (main):
11492         * gst/playback/test6.c: (main):
11493         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11494         Query API update.
11495
11496 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11497
11498         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11499         (xml_check_first_element), (xml_type_find), (smil_type_find),
11500         (plugin_init):
11501           Add typefinding for SMIL and for generic XML. Based on patch by
11502           Akos Maroy (#308663).
11503
11504 2005-10-18  Wim Taymans  <wim@fluendo.com>
11505
11506         * gst/playback/Makefile.am:
11507         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11508         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11509         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11510         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11511         (gst_decode_bin_change_state):
11512         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11513         (gst_play_bin_send_event_to_sink):
11514         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11515         (dump_element_stats), (main):
11516         * gst/playback/test6.c: (main):
11517         Make playbin async, it'll commit state to paused when all streams
11518         are detected.
11519         Remove ugly hack.
11520         Added test6.c to show async behaviour.
11521
11522 2005-10-18  Wim Taymans  <wim@fluendo.com>
11523
11524         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11525         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11526         Fix for segment-start/stop API change.
11527
11528 2005-10-18  Wim Taymans  <wim@fluendo.com>
11529
11530         * check/Makefile.am:
11531         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11532         (main):
11533         Add future test for clock selection.
11534
11535 2005-10-18  Wim Taymans  <wim@fluendo.com>
11536
11537         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11538         (gst_alsasink_close):
11539         Set handle to NULL.
11540
11541         * gst-libs/gst/audio/gstringbuffer.c:
11542         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11543         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11544         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11545         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11546         (gst_ring_buffer_read):
11547         More debug info.
11548
11549 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11550
11551         * gst/audiotestsrc/Makefile.am:
11552         * gst/sine/Makefile.am:
11553         * gst/volume/Makefile.am:
11554           fix broken build of controllerized plugins
11555
11556 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11557
11558         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11559
11560         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11561         (gst_riff_create_video_template_caps):
11562           Add support for Indeo-3 (IV32).
11563
11564 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11565
11566         * configure.ac:
11567           rewrite
11568
11569 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11570
11571         * gst-libs/gst/video/video.c: (gst_video_get_size):
11572         * gst/audiotestsrc/gstaudiotestsrc.c:
11573           doc updates
11574
11575 2005-10-17  Andy Wingo  <wingo@pobox.com>
11576
11577         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11578         with the collectpads change.
11579         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11580
11581         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11582
11583         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11584
11585         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11586         alloc_buffer flow return to callers.
11587         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11588         change. Fix some memleaks in theoraenc.
11589
11590         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11591         in strange circumstance.
11592
11593 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11594
11595         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11596         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11597         from caps, let's use the caps...
11598
11599 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11600
11601         * configure.ac:
11602           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11603
11604 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11605
11606         * gst-libs/gst/interfaces/Makefile.am:
11607           fix silly typo
11608
11609 2005-10-16  Andy Wingo  <wingo@pobox.com>
11610
11611         * gst/playback/gstdecodebin.c
11612         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11613         function!
11614         (try_to_link_1): Increase kraziness level.
11615
11616 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11617
11618         * configure.ac:
11619           restructure like the core one
11620         * gst-libs/gst/audio/Makefile.am:
11621         * gst-libs/gst/interfaces/Makefile.am:
11622         * gst-libs/gst/net/Makefile.am:
11623         * gst-libs/gst/riff/Makefile.am:
11624         * gst-libs/gst/rtp/Makefile.am:
11625         * gst-libs/gst/tag/Makefile.am:
11626         * gst-libs/gst/video/Makefile.am:
11627           use correct linker flags, now the libs are properly versioned
11628         * check/elements/audioconvert.c: (verify_convert):
11629         * ext/alsa/gstalsaplugin.c:
11630         * ext/cdparanoia/gstcdparanoia.c:
11631         * ext/gnomevfs/gstgnomevfs.c:
11632         * ext/libvisual/visual.c:
11633         * ext/ogg/gstogg.c:
11634         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11635         * ext/theora/theora.c:
11636         * ext/vorbis/vorbis.c:
11637         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11638         * gst-libs/gst/tag/gsttagediting.c:
11639         * gst-libs/gst/video/video.c:
11640         * gst/adder/gstadder.c:
11641         * gst/audioconvert/plugin.c:
11642         * gst/audiorate/gstaudiorate.c:
11643         * gst/audioresample/gstaudioresample.c:
11644         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11645         * gst/audioscale/gstaudioscale.c:
11646         * gst/audioscale/resample.c:
11647         * gst/audiotestsrc/gstaudiotestsrc.c:
11648         * gst/ffmpegcolorspace/gstffmpeg.c:
11649         * gst/playback/gstdecodebin.c: (close_pad_link):
11650         * gst/playback/gstplaybin.c: (gen_video_element),
11651         (gen_audio_element):
11652         * gst/sine/gstsinesrc.c:
11653         * gst/subparse/gstsubparse.c:
11654         * gst/tags/gsttagediting.c:
11655         * gst/tcp/gsttcpplugin.c:
11656         * gst/typefind/gsttypefindfunctions.c:
11657         * gst/videorate/gstvideorate.c:
11658         * gst/videoscale/gstvideoscale.c:
11659         * gst/videotestsrc/gstvideotestsrc.c:
11660         * gst/volume/gstvolume.c:
11661         * sys/v4l/gstv4l.c:
11662         * sys/ximage/ximage.c:
11663         * sys/xvimage/xvimagesink.c:
11664           fix up defines
11665
11666 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11667
11668         * ext/vorbis/vorbisenc.c:
11669         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11670         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11671         (gst_tag_to_vorbis_comments):
11672           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11673
11674 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11675
11676         * examples/stats/mp2ogg.c:
11677         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11678           typo fixes
11679
11680 2005-10-13  Michael Smith <msmith@fluendo.com>
11681
11682         * ext/ogg/gstoggmux.c:
11683           Use magic glib macros to define constants as 64 bit, to ensure
11684           appropriate vararg passing.
11685
11686 2005-10-13  Michael Smith <msmith@fluendo.com>
11687
11688         * ext/ogg/gstoggmux.c:
11689         * gst/audioconvert/audioconvert.c: (float):
11690           Don't use LL suffix, as it's not portable, and neither of these
11691           uses required it anyway.
11692
11693 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11694
11695         * examples/indexing/indexmpeg.c: (main):
11696         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11697         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11698         (cdparanoia_convert), (cdparanoia_query):
11699         * ext/cdparanoia/gstcdparanoia.h:
11700         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11701         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11702         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11703         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11704         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11705         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11706         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11707         (gst_multifdsink_render), (gst_multifdsink_start),
11708         (gst_multifdsink_stop):
11709         * gst/tcp/gstmultifdsink.h:
11710         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11711         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11712         (gst_tcpclientsink_stop):
11713         * gst/tcp/gsttcpclientsink.h:
11714         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11715         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11716         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11717         * gst/tcp/gsttcpclientsrc.h:
11718         * gst/tcp/gsttcpserversink.h:
11719         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11720         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11721         (gst_tcpserversrc_stop):
11722         * gst/tcp/gsttcpserversrc.h:
11723         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11724         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11725         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11726           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11727           moved bitshift from macro to enum definition
11728
11729 2005-10-12  Wim Taymans  <wim@fluendo.com>
11730
11731         * examples/seeking/Makefile.am:
11732         Oops.
11733
11734 2005-10-12  Wim Taymans  <wim@fluendo.com>
11735
11736         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11737         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11738         Don't assert on normal stuff.
11739
11740         * gst/playback/gstplaybin.c: (do_playbin_seek):
11741         API fix.
11742
11743 2005-10-12  Wim Taymans  <wim@fluendo.com>
11744
11745         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11746         * examples/seeking/Makefile.am:
11747         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11748         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11749         (do_seek), (set_update_scale), (message_received), (main):
11750         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11751         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11752         Update for _get_state() API change.
11753
11754 2005-10-11  Wim Taymans  <wim@fluendo.com>
11755
11756         * gst-libs/gst/audio/gstbaseaudiosink.c:
11757         (gst_base_audio_sink_render):
11758         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11759         (gst_base_audio_src_create):
11760         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11761         (gst_ring_buffer_read):
11762         Cleanups.
11763         Commit and read from ringbuffer in samples rather than bytes.
11764
11765 2005-10-11  Wim Taymans  <wim@fluendo.com>
11766
11767         * gst-libs/gst/audio/gstbaseaudiosink.c:
11768         (gst_base_audio_sink_render):
11769         Respect segment rate and accum when scheduling samples.
11770
11771 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11772
11773         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11774         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11775         EOS correctly, that needs more work.
11776
11777 2005-10-11  Wim Taymans  <wim@fluendo.com>
11778
11779         * check/generic/states.c: (GST_START_TEST):
11780         remove old property.
11781
11782         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11783         (gst_ogg_demux_perform_seek):
11784         * ext/theora/theoradec.c: (theora_dec_sink_event):
11785         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11786         (vorbis_handle_data_packet):
11787         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11788         (gst_base_rtp_depayload_set_gst_timestamp):
11789         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11790         Update for newsegment API change.
11791
11792 2005-10-11  Michael Smith <msmith@fluendo.com>
11793
11794         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11795         (do_playbin_seek), (gst_play_bin_send_event):
11796           Override send_event differently, so that we can takes bits of
11797           functionality from GstPipeline (special handling for seeks,
11798           including pausing/resuming, and resetting stream time) and still get
11799           the appropriate behaviour of only forwarding event to a single sink,
11800           rather than all of them.
11801           Unfortunately requires a lot of code duplication, but the
11802           alternatives are equally ugly in the end.
11803
11804 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11805
11806         * check/elements/audioconvert.c: (setup_audioconvert),
11807         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11808         (GST_START_TEST), (audioconvert_suite):
11809           clean up tests a little, fix some leaks.
11810
11811 2005-10-10  Wim Taymans  <wim@fluendo.com>
11812
11813         * ext/alsa/gstalsasink.c:
11814         Also allow unsigned int.
11815
11816         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11817         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11818         Small cleanup
11819
11820 2005-10-10  Wim Taymans  <wim@fluendo.com>
11821
11822         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11823         Small update, use API as stated in design docs.
11824
11825         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11826         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11827         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11828         (message_received), (main):
11829         Updated seek example for GOption. Some usability improvements.
11830
11831 2005-10-10  Wim Taymans  <wim@fluendo.com>
11832
11833         * gst/audioconvert/audioconvert.h:
11834         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11835         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11836         Alloc temp storage somewhere else where we can do it more
11837         portable.
11838
11839 2005-10-10  Wim Taymans  <wim@fluendo.com>
11840
11841         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11842         (gst_tcpserversrc_start):
11843         Don't block in accept while doing the state change, move
11844         to poll and make cancellable.
11845
11846 2005-10-09  Philippe Khalaf <burger@speedy.org>
11847
11848         * gst-libs/gst/rtp/rtpbasedepayload.c:
11849         Set timestamp and add queue delay to timestamp
11850         * gst-libs/gst/rtp/rtpbuffer.h:
11851         Set correct payload type for h263
11852
11853 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11854
11855         * gst/audiotestsrc/gstaudiotestsrc.c:
11856         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11857         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11858         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11859         (gst_audiotestsrc_create_triangle),
11860         (gst_audiotestsrc_create_silence),
11861         (gst_audiotestsrc_create_white_noise),
11862         (gst_audiotestsrc_init_pink_noise),
11863         (gst_audiotestsrc_generate_pink_noise_value),
11864         (gst_audiotestsrc_create_pink_noise),
11865         (gst_audiotestsrc_change_wave):
11866         * gst/audiotestsrc/gstaudiotestsrc.h:
11867           fixed typo, added pink noise
11868
11869 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11870
11871         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11872         (plugin_init):
11873           Add wavpack and spc typefind functions from 0.8 branch.
11874
11875 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11876
11877         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11878         (ar_type_find), (msdos_type_find), (plugin_init):
11879           Add typefind functions for tar archives, ar archives,
11880           RAR archives, and msdos-executables (dlls, exe, etc.).
11881           Some of those would be wrongly identified as mpeg
11882           streams of some sort before (#315550).
11883
11884 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11885
11886         * configure.ac:
11887         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11888         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11889         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11890         * gst/audiotestsrc/Makefile.am:
11891         * gst/audiotestsrc/gstaudiotestsrc.c:
11892         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11893         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11894         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11895         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11896         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11897         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11898         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11899         (gst_audiotestsrc_create_silence),
11900         (gst_audiotestsrc_create_white_noise),
11901         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11902         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11903         (gst_audiotestsrc_start), (plugin_init):
11904         * gst/audiotestsrc/gstaudiotestsrc.h:
11905           add new plugin and element
11906         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11907           use gobject_class
11908
11909 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11910
11911         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11912         (gst_adder_init), (gst_adder_request_new_pad),
11913         (gst_adder_change_state):
11914           Add query function to source pad, so adder reports the correct
11915           time/sample position when queried (#315457); fix state change
11916           function; use GST_DEBUG_FUNCPTR() for pad functions.
11917
11918 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11919
11920         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11921           Fix leaks in typefind registration
11922           Clean up the gratuitous commenting and whitespacing a little
11923
11924 2005-10-08  Wim Taymans  <wim@fluendo.com>
11925
11926         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11927         Only actually wait for the thread to be stopped if it's 
11928         running.
11929
11930 2005-10-08  Wim Taymans  <wim@fluendo.com>
11931
11932         * gst-libs/gst/audio/gstbaseaudiosink.c:
11933         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11934         If we receive EOS we can start playback of what we had.
11935
11936 2005-10-08  Wim Taymans  <wim@fluendo.com>
11937
11938         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11939         (gst_multifdsink_finalize), (multifdsink_hash_remove),
11940         (gst_multifdsink_stop):
11941         Fix crasher when going to NULL multiple times.
11942
11943 2005-10-06  Wim Taymans  <wim@fluendo.com>
11944
11945         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11946         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11947         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11948         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11949         patch from Edgard Lima <edgard.lima@indt.org.br>
11950         Fixed gstbaseaudiosrc adding ring buffer sync to it.
11951
11952 2005-10-06  Wim Taymans  <wim@fluendo.com>
11953
11954         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11955         Report the FLOW_RETURN as string in the error message.
11956
11957         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
11958         Don't assert when clearing an unnegotiated buffer.
11959
11960 2005-10-04  Michael Smith <msmith@fluendo.com>
11961
11962         * gst/playback/gstplaybasebin.c: (group_destroy),
11963         (gen_preroll_element), (remove_groups), (setup_source):
11964         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
11965         (setup_sinks), (gst_play_bin_send_event),
11966         (gst_play_bin_change_state):
11967           Set state to NULL before removing from bin. Fix refcounting.
11968
11969 2005-10-04  Michael Smith <msmith@fluendo.com>
11970
11971         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11972           Correct refcounting in send_event() function. Previously was wrong
11973           if the first sink was unable to handle the event.
11974
11975 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11976
11977         * configure.ac:
11978           back to development
11979
11980 === release 0.9.3 ===
11981
11982 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11983
11984         * configure.ac:
11985           Releasing 0.9.3, "De Facto"
11986
11987 2005-10-03  Andy Wingo  <wingo@pobox.com>
11988
11989         * gst/playback/gstdecodebin.c (try_to_link_1)
11990         (remove_element_chain): set element to NULL before removing it.
11991
11992 2005-10-02  Johan Dahlin  <johan@gnome.org>
11993
11994         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
11995         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
11996         MT safe.
11997
11998 2005-10-02  Andy Wingo  <wingo@pobox.com>
11999
12000         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
12001         (gst_ring_buffer_prepare_read): 
12002         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12003         Demote to LOG.
12004
12005 2005-09-29  Wim Taymans  <wim@fluendo.com>
12006
12007         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12008         * ext/theora/theoradec.c: (theora_handle_data_packet):
12009         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12010         Propagate error codes from alloc_buffer too.
12011
12012 2005-09-29  Wim Taymans  <wim@fluendo.com>
12013
12014         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12015         We use fixed caps.
12016
12017         * gst/playback/Makefile.am:
12018         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12019         (dump_element_stats), (main):
12020         Added example stream introspection code.
12021
12022 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
12023
12024         * gst/adder/gstadder.c: (gst_adder_collected):
12025           fix adder for float elements
12026
12027 2005-09-28  Wim Taymans  <wim@fluendo.com>
12028
12029         * gst-libs/gst/audio/gstbaseaudiosink.c:
12030         (gst_base_audio_sink_class_init),
12031         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12032         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12033         (gst_base_audio_src_class_init),
12034         (gst_base_audio_src_provide_clock):
12035         get_clock -> provide_clock
12036
12037 2005-09-28  Andy Wingo  <wingo@pobox.com>
12038
12039         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12040         and unlocking.
12041
12042         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12043         unlocking.
12044
12045         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12046         Actually add the pad template.
12047         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12048
12049         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12050         I'm at it...
12051
12052         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12053         from fdsrc. Get caps in create() instead of start() so it can be
12054         interrupted. Interruption somewhat untested.
12055
12056         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12057         Proper EOS handling.
12058
12059 2005-09-27  Andy Wingo  <wingo@pobox.com>
12060
12061         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12062
12063         * gst/tcp/gsttcpserversrc.c: Cleaned up.
12064
12065         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12066
12067         * gst/tcp/gsttcp.h: 
12068         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12069         out of tcpclientsrc.c. Cancellable.
12070         (gst_tcp_socket_read): Made private, cancellable, with better
12071         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12072         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12073         whole buffer, and better diagnostics.
12074         (gst_tcp_gdp_read_caps): Same.
12075
12076         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12077
12078 2005-09-26  Andy Wingo  <wingo@pobox.com>
12079
12080         * gst/sine/gstsinesrc.h:
12081         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12082         change the 'sync' property to 'is-live' and implement it halfway,
12083         update for controller api change.
12084
12085         * gst/volume/gstvolume.c (volume_transform_ip): Update for
12086         controller api change.
12087
12088 2005-09-24  Wim Taymans  <wim@fluendo.com>
12089
12090         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12091         * gst-libs/gst/audio/gstaudiosink.c:
12092         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12093         (gst_audioringbuffer_stop):
12094         * gst-libs/gst/audio/gstbaseaudiosink.c:
12095         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12096         (gst_base_audio_sink_change_state):
12097         * gst-libs/gst/audio/gstbaseaudiosink.h:
12098         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12099         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12100         (gst_ring_buffer_commit), (gst_ring_buffer_read):
12101         * gst-libs/gst/audio/gstringbuffer.h:
12102         Fix sync again. Moved sample alignment to basesink.
12103
12104 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12105
12106         * docs/plugins/Makefile.am:
12107         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12108         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12109         * gst/volume/gstvolume.c:
12110           add/fix docs
12111         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12112         * gst-libs/gst/audio/audio.h:
12113           add conversion macros for frames <-> clocktime
12114
12115 2005-09-23  David Schleef  <ds@schleef.org>
12116
12117         * gst/audioresample/Makefile.am:
12118         * gst/audioresample/debug.h:
12119         * gst/audioresample/gstaudioresample.c:
12120         * gst/audioresample/resample.c: Convert to using gst debugging
12121
12122 2005-09-22  Wim Taymans  <wim@fluendo.com>
12123
12124         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12125         (gst_play_bin_send_event):
12126         Only seek on one sink, the first one that succeeds.
12127
12128 2005-09-22  Michael Smith <msmith@fluendo.com>
12129
12130         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12131         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12132         Don't flush encoder state unless we have an initialised encoder.
12133         Clear out encoder state on PAUSED_TO_READY.
12134
12135 2005-09-22  Wim Taymans  <wim@fluendo.com>
12136
12137         * gst-libs/gst/rtp/gstbasertppayload.c:
12138         (gst_basertppayload_class_init), (gst_basertppayload_init),
12139         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12140         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12141         (gst_basertppayload_is_filled), (gst_basertppayload_push),
12142         (gst_basertppayload_set_property),
12143         (gst_basertppayload_get_property),
12144         (gst_basertppayload_change_state):
12145         * gst-libs/gst/rtp/gstbasertppayload.h:
12146         Added max-ptime to control amount of data in the rtp packets.
12147
12148 2005-09-21  Andy Wingo  <wingo@pobox.com>
12149
12150         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12151         thingies.
12152
12153         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12154         can be called multiple times, dogs.
12155
12156 2005-09-21  Wim Taymans  <wim@fluendo.com>
12157
12158         * gst-libs/gst/rtp/gstbasertppayload.c:
12159         (gst_basertppayload_class_init), (gst_basertppayload_init),
12160         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12161         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12162         (gst_basertppayload_push), (gst_basertppayload_get_property),
12163         (gst_basertppayload_change_state):
12164         Allow 0 ssrc too.
12165
12166 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
12167
12168         * docs/libs/compiling.sgml:
12169           fixing typos
12170
12171 2005-09-20  Wim Taymans  <wim@fluendo.com>
12172
12173         * gst-libs/gst/rtp/gstbasertppayload.c:
12174         (gst_basertppayload_class_init), (gst_basertppayload_init),
12175         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12176         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12177         (gst_basertppayload_push), (gst_basertppayload_set_property),
12178         (gst_basertppayload_get_property),
12179         (gst_basertppayload_change_state):
12180         * gst-libs/gst/rtp/gstbasertppayload.h:
12181         Added property to configure sequence number offsets.
12182
12183 2005-09-20  Wim Taymans  <wim@fluendo.com>
12184
12185         * gst-libs/gst/rtp/gstbasertppayload.c:
12186         (gst_basertppayload_class_init), (gst_basertppayload_init),
12187         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12188         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12189         (gst_basertppayload_push), (gst_basertppayload_set_property),
12190         (gst_basertppayload_get_property),
12191         (gst_basertppayload_change_state):
12192         * gst-libs/gst/rtp/gstbasertppayload.h:
12193         Make timestamp offset configurable.
12194
12195 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12196
12197         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12198           fix wrong pop/unref
12199
12200 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12201
12202         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12203
12204         * gst-libs/gst/interfaces/propertyprobe.c:
12205         (gst_property_probe_probe_property_name),
12206         (gst_property_probe_needs_probe_name),
12207         (gst_property_probe_get_values_name),
12208         (gst_property_probe_probe_and_get_values_name):
12209           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12210           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12211
12212 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12213
12214         * check/Makefile.am:
12215           have some tests be disabled for valgrinding
12216         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12217         (GST_START_TEST):
12218         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12219           Fix A Leak.  Chain To Parent Finalize.
12220
12221 2005-09-19  Wim Taymans  <wim@fluendo.com>
12222
12223         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12224         Fixed wav pipeline.
12225
12226 2005-09-19  Wim Taymans  <wim@fluendo.com>
12227
12228         * gst-libs/gst/rtp/gstbasertppayload.c:
12229         (gst_basertppayload_class_init), (gst_basertppayload_init),
12230         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12231         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12232         (gst_basertppayload_push), (gst_basertppayload_get_property),
12233         (gst_basertppayload_change_state):
12234         Posting ERROR and WARNING messages is good.
12235
12236 2005-09-19  Wim Taymans  <wim@fluendo.com>
12237
12238         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12239         (gst_base_rtp_depayload_add_to_queue),
12240         (gst_base_rtp_depayload_push),
12241         (gst_base_rtp_depayload_set_gst_timestamp),
12242         (gst_base_rtp_depayload_queue_release):
12243         This one was not supposed to go in.
12244
12245 2005-09-19  Wim Taymans  <wim@fluendo.com>
12246
12247         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12248         Fix for bus API.
12249
12250         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12251         (gst_base_rtp_depayload_chain),
12252         (gst_base_rtp_depayload_add_to_queue),
12253         (gst_base_rtp_depayload_push),
12254         (gst_base_rtp_depayload_set_gst_timestamp),
12255         (gst_base_rtp_depayload_queue_release):
12256         Some cleanups.
12257
12258         * gst-libs/gst/rtp/gstbasertppayload.c:
12259         (gst_basertppayload_class_init), (gst_basertppayload_init),
12260         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12261         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12262         (gst_basertppayload_get_property),
12263         (gst_basertppayload_change_state):
12264         Added debugging category.
12265
12266 2005-09-18  David Schleef  <ds@schleef.org>
12267
12268         * gst/playback/gstdecodebin.c: free plugin list correctly
12269         * gst/playback/gstplaybin.c: emit warning if autovideosink
12270           and autoaudiosink can't be found (instead of segfaulting)
12271
12272 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12273
12274         * check/elements/audioconvert.c: (GST_START_TEST):
12275           try out 24 bit conversion
12276
12277 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12278
12279         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12280         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12281         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12282         * ext/vorbis/vorbisenc.h:
12283           Fix EOS handling.  Still needs a fix in the ogg muxer to
12284           mark the last page as eos.
12285
12286 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12287
12288         * common/gtk-doc-plugins.mak:
12289         * docs/plugins/Makefile.am:
12290         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12291         * gst/ffmpegcolorspace/Makefile.am:
12292         * gst/ffmpegcolorspace/avcodec.h:
12293         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12294         * gst/tcp/gstmultifdsink.c:
12295           fix up ffmpegcolorspace docs; extract header
12296
12297 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12298
12299         * common/gtk-doc-plugins.mak:
12300         * docs/plugins/Makefile.am:
12301         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12302         * ext/theora/Makefile.am:
12303         * ext/theora/gsttheoraenc.h:
12304         * ext/theora/theoraenc.c:
12305         * ext/vorbis/vorbisenc.c:
12306           pick up signals and args for vorbis; add some docs for vorbis
12307
12308 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12309
12310         * common/gstdoc-scangobj:
12311         * common/gtk-doc-plugins.mak:
12312         * docs/libs/Makefile.am:
12313         * docs/plugins/gst-plugins-base-plugins.args:
12314         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12315         * docs/plugins/gst-plugins-base-plugins.interfaces:
12316         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12317         * docs/plugins/gst-plugins-base-plugins.signals:
12318           only scanobj stuff from our source module.  Not sure yet
12319           if that's correct, given the hierarchy stuff :)
12320
12321 2005-09-15  Wim Taymans  <wim@fluendo.com>
12322
12323         * gst/audioconvert/gstaudioconvert.c:
12324         And enable 24 bits mode as well..
12325
12326 2005-09-15  Wim Taymans  <wim@fluendo.com>
12327
12328         * gst-libs/gst/rtp/Makefile.am:
12329         * gst-libs/gst/rtp/gstbasertppayload.c:
12330         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12331         (gst_basertppayload_class_init), (gst_basertppayload_init),
12332         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12333         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12334         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12335         (gst_basertppayload_set_property),
12336         (gst_basertppayload_get_property),
12337         (gst_basertppayload_change_state):
12338         * gst-libs/gst/rtp/gstbasertppayload.h:
12339         Added rtp payloader base class.
12340
12341 2005-09-15  Andy Wingo  <wingo@pobox.com>
12342
12343         * configure.ac (plugindir): Remove the EOL matcher from the
12344         regexp, as it causes me problems. Libtool? Make? Who knows?
12345
12346 2005-09-14  David Schleef  <ds@schleef.org>
12347
12348         * check/generic/states.c: 
12349         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12350         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12351           Fixes for changes in registry API.
12352
12353         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12354           to GST_PLUGIN_LDFLAGS.
12355         * ext/libvisual/visual.c: Make the library shut up.
12356         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12357         * gst-libs/gst/audio/gstaudiofilter.c: same
12358
12359 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12360
12361         * docs/plugins/Makefile.am:
12362         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12363         * docs/plugins/inspect/plugin-libvisual.xml:
12364         * docs/plugins/tmpl/element-tcpserversink.sgml:
12365         * ext/theora/theoraenc.c:
12366           add libvisual plugin and theoraenc element to docs
12367
12368 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12369
12370         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12371         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12372         * ext/theora/theoraenc.c:
12373           add theoraenc
12374
12375 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12376
12377         * gst/audioconvert/Makefile.am:
12378           Audioconvert derives from GstBaseTransform and should
12379           link to the library with our base elements to avoid
12380           unresolved symbols. Makes things work with MinGW (#316160)
12381
12382         * gst/playback/test4.c: (main):
12383           Fix MinGW build problem and use g_usleep() instead of 
12384           sleep() (#316162)
12385
12386 2005-09-12  Wim Taymans  <wim@fluendo.com>
12387
12388         * gst/audioconvert/audioconvert.c: (float),
12389         (audio_convert_prepare_context), (audio_convert_convert):
12390         * gst/audioconvert/audioconvert.h:
12391         Cleanups, speedups, simplifications, added back support
12392         for 24 bits.
12393
12394 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12395
12396         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12397         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12398         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12399         * docs/plugins/tmpl/element-tcpserversink.sgml:
12400         * gst/ffmpegcolorspace/gstffmpeg.c:
12401         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12402         * gst/videotestsrc/gstvideotestsrc.c:
12403         * gst/volume/gstvolume.c:
12404           add more elements to the docs
12405
12406 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12407
12408         * check/Makefile.am:
12409         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12410         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12411           Add extra tests for basetransform based components. 
12412           Comment out the test_element_negotiation test until we decide
12413           if it's testing correct behaviour.
12414         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12415         (gst_visual_chain), (gst_visual_change_state):
12416           Slightly more correct but still bogus timestamping.
12417           Fix state change function.
12418         * gst/audioconvert/gstaudioconvert.c:
12419         (gst_audio_convert_class_init):
12420         * gst/audioresample/gstaudioresample.c:
12421         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12422         (gst_ffmpegcsp_class_init):
12423         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12424         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12425         (gst_videoscale_prepare_image):
12426         * gst/volume/gstvolume.c: (gst_volume_class_init),
12427         (volume_transform_ip):
12428           Basetransform updates. Enable passthrough modes.
12429         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12430         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12431         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12432           Negotiation fix that allows the window to return to the original
12433           size and renegotiate passthrough upstream. Extra debug output.
12434
12435 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12436
12437         * gst/sine/gstsinesrc.c:
12438         * gst/volume/gstvolume.c:
12439           fix up header include
12440
12441 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12442
12443         * gst-libs/gst/audio/gstbaseaudiosink.c:
12444         (gst_base_audio_sink_render):
12445         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12446         * gst/volume/gstvolume.c: (gst_volume_class_init),
12447         (volume_transform):
12448           fixing lost sync, some more debugging
12449
12450 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12451
12452         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12453         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12454         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12455         (gst_xvimagesink_check_xshm_calls):
12456           Fix compilation when XShm is not available.
12457
12458 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12459
12460         * ext/libvisual/visual.c: (gst_visual_dispose),
12461         (gst_visual_getcaps), (gst_visual_src_setcaps),
12462         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12463         (gst_visual_change_state):
12464           Finish fixing up libvisual plugin so that it runs. 
12465
12466 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12467
12468         * ext/vorbis/vorbisenc.c:
12469         * gst-libs/gst/tag/gstvorbistag.c:
12470           gsttaginterface.h -> gsttagsetter.h
12471
12472 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12473
12474         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12475           added another test that failes for me (test is not active by default)
12476
12477 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12478
12479         * configure.ac:
12480           v4l2 is no longer in gst-plugins-base
12481
12482 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12483
12484         * configure.ac:
12485           In the output at the end, don't show the first plugin on the same
12486           line as "Core plug-ins, always built:".
12487           Indent the output as for other plugin categories
12488         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12489           #define that can be used to not use peer buffer_alloc functions for
12490           test purposes.
12491         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12492         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12493         (gst_ximagesink_show_frame):
12494         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12495         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12496         (gst_xvimagesink_show_frame):
12497           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12498           fails gracefully instead of XError aborting or deadlocking.
12499
12500 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12501
12502         * ext/libvisual/Makefile.am:
12503           link against gst-base-libs
12504
12505 2005-09-06  David Schleef  <ds@schleef.org>
12506
12507         * configure.ac: Enable libvisual plugin.
12508         * ext/libvisual/Makefile.am:
12509         * ext/libvisual/visual.c: Fixes to make it compile.
12510
12511 === release 0.9.2 ===
12512
12513 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12514
12515         * NEWS:
12516         * RELEASE:
12517         * configure.ac:
12518         * docs/random/ChangeLog-0.8:
12519           releasing 0.9.2, "Spoon"
12520
12521 2005-09-05  Michael Smith <msmith@fluendo.com>
12522
12523         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12524           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12525           that in the vorbisenc element.
12526
12527 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12528
12529         * common/gtk-doc-plugins.mak:
12530         * docs/plugins/Makefile.am:
12531           fix distcheck
12532         * gst/audioresample/resample.c:
12533           fix wrong docstring
12534
12535 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12536
12537         * common/gst-xmlinspect.py:
12538         * common/gtk-doc-plugins.mak:
12539           only inspect plugins for this given package
12540           require gst-python 0.9
12541
12542 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12543
12544         * Makefile.am:
12545         * autogen.sh:
12546         * common/gst-xmlinspect.py:
12547         * configure.ac:
12548         * docs/Makefile.am:
12549         * docs/plugins/inspect/plugin-alsa.xml:
12550         * docs/plugins/inspect/plugin-audioresample.xml:
12551         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12552         * docs/plugins/inspect/plugin-ogg.xml:
12553         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12554         * docs/plugins/tmpl/element-multifdsink.sgml:
12555         * docs/plugins/tmpl/element-tcpserversink.sgml:
12556         * docs/plugins/tmpl/element-vorbisenc.sgml:
12557         * gst-plugins-base.spec.in:
12558           various doc-related updates
12559
12560 2005-08-31  Wim Taymans  <wim@fluendo.com>
12561
12562         * gst-libs/gst/audio/gstbaseaudiosink.c:
12563         (gst_base_audio_sink_render):
12564         Resync if the buffer timestamps drift more than a 10th 
12565         of a second.
12566
12567 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12568
12569         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12570         (gst_v4lsrc_get_property):
12571           The 'timestamp-offset' property is registered as an int64, so
12572           let's use g_value_{set|get}_int64() in our setter and getter
12573           functions (makes it work and fixes warnings with gst-inspect).
12574
12575 2005-08-30  Wim Taymans  <wim@fluendo.com>
12576
12577         * check/elements/audioconvert.c: (setup_audioconvert):
12578         * check/elements/audioresample.c: (setup_audioresample):
12579         * check/elements/volume.c: (setup_volume):
12580         Fix checks.
12581
12582 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12583
12584         * common/gtk-doc-plugins.mak:
12585         * common/plugins.xsl:
12586         * docs/plugins/Makefile.am:
12587           make module a param
12588
12589 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12590
12591         * examples/seeking/seek.c: (make_mp3_pipeline),
12592         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12593         (play_cb), (pause_cb), (stop_cb):
12594           update the example
12595
12596 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12597
12598         * gst/volume/gstvolume.c: (gst_volume_class_init),
12599         (volume_transform):
12600           do not update controlled params, if buffer has no timestamp
12601
12602 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12603
12604         * configure.ac:
12605         * gst/sine/Makefile.am:
12606         * gst/volume/Makefile.am:
12607           controllerized elements also need to link against controller-libs ;)
12608
12609 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12610
12611         * docs/libs/tmpl/gstcolorbalance.sgml:
12612         * docs/libs/tmpl/gstgconf.sgml:
12613         * docs/libs/tmpl/gstmixer.sgml:
12614         * docs/libs/tmpl/gstringbuffer.sgml:
12615         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12616         (gst_sinesrc_create):
12617         * gst/volume/gstvolume.c: (gst_volume_class_init),
12618         (volume_transform):
12619           controllerized two audio plugins
12620
12621 2005-08-29  Andy Wingo  <wingo@pobox.com>
12622
12623         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12624         (vorbis_handle_data_packet): Fix some int overflow errors.
12625
12626         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12627         -1.
12628         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12629         valid.
12630         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12631         if it's valid. Fixed streaming-mode playback.
12632
12633         * check/elements/volume.c (cleanup_volume): Fix for running
12634         CK_FORK=no.
12635
12636         * check/elements/audioconvert.c: Convert from native endian, not
12637         little endian.
12638
12639 2005-08-29  Michael Smith <msmith@fluendo.com>
12640
12641         * ext/ogg/Makefile.am:
12642         * ext/ogg/gstogg.c: (plugin_init):
12643         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12644         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12645         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12646         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12647         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12648         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12649         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12650         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12651         Add an ogg parser element.
12652
12653 2005-08-28  Andy Wingo  <wingo@pobox.com>
12654
12655         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12656
12657 2005-08-26  Wim Taymans  <wim@fluendo.com>
12658
12659         * gst/audioconvert/audioconvert.c: (if), (float),
12660         (audio_convert_get_func_index), (check_default),
12661         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12662         (audio_convert_clean_context), (audio_convert_get_sizes),
12663         (audio_convert_convert):
12664         Cleanups.
12665
12666 2005-08-26  Wim Taymans  <wim@fluendo.com>
12667
12668         * gst/audioconvert/audioconvert.c: (if), (float),
12669         (audio_convert_get_func_index), (check_default),
12670         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12671         (audio_convert_clean_context), (audio_convert_get_sizes),
12672         (audio_convert_convert):
12673         More elegant and working temp buffer selection algo.
12674
12675 2005-08-26  Wim Taymans  <wim@fluendo.com>
12676
12677         * gst/audioconvert/audioconvert.c: (if), (float),
12678         (audio_convert_get_func_index), (check_default),
12679         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12680         (audio_convert_clean_context), (audio_convert_get_sizes),
12681         (get_temp_buffer), (audio_convert_convert):
12682         Use realloc else we lose our original data.
12683
12684 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12685
12686         * gst/audioresample/gstaudioresample.c:
12687           use base class' newsegment to properly timestamp
12688
12689 2005-08-26  Wim Taymans  <wim@fluendo.com>
12690
12691         * gst/audioconvert/audioconvert.c: (if), (float),
12692         (audio_convert_get_func_index), (check_default),
12693         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12694         (audio_convert_clean_context), (audio_convert_get_sizes),
12695         (get_temp_buffer), (audio_convert_convert):
12696         * gst/audioconvert/gstaudioconvert.c:
12697         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12698         (gst_audio_convert_transform_caps),
12699         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12700         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12701         Oops, allocate enough space to perform the channel mix.
12702
12703 2005-08-26  Wim Taymans  <wim@fluendo.com>
12704
12705         * gst/audioconvert/Makefile.am:
12706         * gst/audioconvert/audioconvert.c: (if), (float),
12707         (audio_convert_get_func_index), (check_default),
12708         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12709         (audio_convert_clean_context), (audio_convert_get_sizes),
12710         (get_temp_buffer), (audio_convert_convert):
12711         * gst/audioconvert/audioconvert.h:
12712         * gst/audioconvert/gstaudioconvert.c:
12713         (gst_audio_convert_class_init), (gst_audio_convert_init),
12714         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12715         (gst_audio_convert_get_unit_size),
12716         (gst_audio_convert_transform_caps),
12717         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12718         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12719         * gst/audioconvert/gstaudioconvert.h:
12720         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12721         (gst_channel_mix_fill_identical),
12722         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12723         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12724         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12725         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12726         (gst_channel_mix_mix):
12727         * gst/audioconvert/gstchannelmix.h:
12728         Cleanups, librarify a bit, optimize, better negotiation and more.
12729
12730 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12731
12732         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12733         Another from MikeS:
12734         During typefinding, don't support negative offsets
12735         (offsets from the end of the stream) in our typefind->peek() function
12736         - nothing embedded in ogg ever needs them. However, we need to recognise
12737         those requests and reject them, otherwise we return invalid pointers.
12738
12739 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12740
12741         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12742         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12743         (vorbisdec_finalize), (vorbis_handle_type_packet):
12744           Big shout-out to MikeS for fixing this giant memory leak.
12745           Huzzah!
12746
12747 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12748
12749         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12750         (audio_convert_get_unit_size):
12751           plug some leaks
12752
12753 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12754
12755         * check/Makefile.am:
12756         * check/elements/audioconvert.c: (setup_audioconvert),
12757         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12758         (GST_START_TEST), (audioconvert_suite), (main):
12759           add a test for audioconvert
12760         * gst/audioresample/gstaudioresample.c:
12761         * gst/audioresample/gstaudioresample.h:
12762           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12763           note that for buffers of 1/3 sec this means DURATION(c) is 
12764           one nanosecond more than for a and b
12765
12766 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12767
12768         * check/Makefile.am:
12769         * check/elements/audioresample.c: (setup_audioresample),
12770         (cleanup_audioresample), (fail_unless_perfect_stream),
12771         (test_perfect_stream_instance), (GST_START_TEST),
12772           add a check for audioresample
12773         (audioresample_suite), (main):
12774         * check/elements/volume.c: (GST_START_TEST):
12775           remove unused method
12776         * gst/audioresample/gstaudioresample.c:
12777           set correct buffer parameters since we're changing them
12778         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12779           add some debug
12780
12781 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12782
12783         * gst/audioresample/debug.c:
12784         * gst/audioresample/gstaudioresample.c:
12785           add room for extra overlap samples when asked to transform size
12786           protect against possible mem corruption and check for discrepancies
12787           between written size and outbuffer's size so we can warn for
12788           potential problems
12789         * gst/audioresample/resample.c: (resample_init),
12790         (resample_get_output_size_for_input), (resample_get_output_size),
12791         (resample_set_n_channels), (resample_set_format):
12792           set debug level based on RESAMPLE_DEBUG env var
12793           make sure that get_output_size* returns a whole number of
12794           sample_size
12795           set sample_size each time either channel or format is set
12796         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12797         * gst/audioresample/resample_functable.c:
12798         (resample_scale_functable):
12799         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12800           remove r->sample_size, it's done in resample.c now
12801           add some debugging to the ref implementation
12802           make sure we only give back bytes that are wholes of the sample
12803           size
12804
12805 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12806         * gst/playback/gstplaybasebin.c: (fill_buffer):
12807         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12808
12809 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12810
12811         * gst/volume/gstvolume.c:
12812           made set_caps function static
12813
12814 2005-08-24  Wim Taymans  <wim@fluendo.com>
12815
12816         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12817         (gst_vorbisenc_change_state):
12818         Stop leaking taglists.
12819
12820 2005-08-24  Wim Taymans  <wim@fluendo.com>
12821
12822         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12823         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12824         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12825         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12826         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12827         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12828         Parse seeking events better.
12829         Unref static caps.
12830         Generate correct newsegment events, fixes seeking in live oggs.
12831
12832         * ext/theora/theoradec.c: (theora_dec_src_query),
12833         (theora_dec_src_event), (theora_dec_src_getcaps),
12834         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12835         Use newsegment values to report correct play time.
12836
12837         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12838         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12839         * ext/vorbis/vorbisdec.h:
12840         Parse and use newsegment values to report correct play time.
12841
12842         * gst-libs/gst/audio/gstbaseaudiosink.c:
12843         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12844         Clear ringbuffer on flush.
12845         Use newsegment values to calculate playback time.
12846
12847         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12848         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12849         Basesink does newsegment calculations for us now.
12850
12851 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12852
12853         * check/Makefile.am:
12854         * configure.ac:
12855           add core's plugins to the mix so that playbin works
12856         * check/generic/states.c: (GST_START_TEST):
12857           set a 0 timeout on pipelines, so they don't force the next
12858           state change
12859         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12860         (gst_play_base_bin_change_state):
12861           remove the crappy error handling and do GST error handling
12862
12863 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12864
12865         * check/Makefile.am:
12866         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12867           add same test as to core, it bitches out on playbin atm.
12868
12869 2005-08-24  Wim Taymans  <wim@fluendo.com>
12870
12871         * configure.ac:
12872         Remove audioscale.
12873
12874 2005-08-24  Wim Taymans  <wim@fluendo.com>
12875
12876         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12877         (gst_videoscale_prepare_size), (parse_caps),
12878         (gst_videoscale_set_caps), (gst_videoscale_get_size),
12879         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12880         (gst_videoscale_transform):
12881         * gst/videoscale/gstvideoscale.h:
12882         Refactor, make use of BaseTranform really well.
12883
12884 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12885
12886         * configure.ac:
12887           compile audioresample
12888         * gst/audioresample/Makefile.am:
12889         * gst/audioresample/buffer.c:
12890         * gst/audioresample/functable.c:
12891         * gst/audioresample/gstaudioresample.c:
12892         * gst/audioresample/gstaudioresample.h:
12893         * gst/audioresample/resample.c:
12894         (resample_get_output_size_for_input):
12895         * gst/audioresample/resample.h:
12896         * gst/audioresample/resample_chunk.c:
12897         * gst/audioresample/resample_functable.c:
12898         * gst/audioresample/resample_ref.c:
12899           port to use basetransform; doesn't work in all cases yet
12900
12901 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12902
12903         * gst/audioconvert/gstaudioconvert.c:
12904         (gst_audio_convert_class_init), (gst_audio_convert_init),
12905         (audio_convert_get_unit_size), (audio_convert_transform_caps),
12906         (audio_convert_fixate_caps), (audio_convert_set_caps),
12907         (audio_convert_transform),
12908         (gst_audio_convert_buffer_to_default_format),
12909         (gst_audio_convert_buffer_from_default_format),
12910         (gst_audio_convert_channels):
12911         * gst/audioconvert/gstchannelmix.c:
12912         * gst/audioconvert/gstchannelmix.h:
12913           port to basetransform
12914         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12915         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12916         (gst_ffmpegcsp_get_unit_size):
12917         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12918         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12919           fix for basetransform changes
12920
12921 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
12922
12923         * check/Makefile.am:
12924           Add CHECK_CFLAGS and LDFLAGS
12925
12926         * gst/playback/gstplaybasebin.c: (fill_buffer):
12927           GST_MESSAGE_SRC became a GObject
12928
12929 2005-08-24  Wim Taymans  <wim@fluendo.com>
12930
12931         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12932         (gst_ring_buffer_clear_all):
12933         * gst-libs/gst/audio/gstringbuffer.h:
12934         Added function to clear the ringbuffer.
12935
12936 2005-08-24  Andy Wingo  <wingo@pobox.com>
12937
12938         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
12939         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12940         of _open and _close.
12941
12942         * sys/v4l/gstv4lxoverlay.h:
12943         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12944         an Xv connection here, instead of all the time. Make Xv only be
12945         loaded if you axe for it. Kindof a workaround for buggy behaviour
12946         of Xv when using remote xservers (XvQueryExtension would block).
12947         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12948         replace the _open and _close public API. Only start the xv
12949         connection if necessary.
12950         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12951
12952 2005-08-23  David Schleef  <ds@schleef.org>
12953
12954         * gst/audioresample/Makefile.am: Leet audioresampling code
12955         * gst/audioresample/buffer.c:
12956         * gst/audioresample/buffer.h:
12957         * gst/audioresample/debug.c:
12958         * gst/audioresample/debug.h:
12959         * gst/audioresample/functable.c:
12960         * gst/audioresample/functable.h:
12961         * gst/audioresample/gstaudioresample.c:
12962         * gst/audioresample/gstaudioresample.h:
12963         * gst/audioresample/resample.c:
12964         * gst/audioresample/resample.h:
12965         * gst/audioresample/resample_chunk.c:
12966         * gst/audioresample/resample_functable.c:
12967         * gst/audioresample/resample_ref.c:
12968
12969 2005-08-23  Wim Taymans  <wim@fluendo.com>
12970
12971         * examples/seeking/seek.c: (make_vorbis_pipeline),
12972         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
12973         Small seek updates.
12974
12975 2005-08-23  Andy Wingo  <wingo@pobox.com>
12976
12977         * gst-libs/gst/audio/gstbaseaudiosrc.c
12978         (gst_base_audio_src_fixate): Only fixate endianness if it is
12979         present in the caps.
12980
12981 2005-08-22  Andy Wingo  <wingo@pobox.com>
12982
12983         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
12984         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
12985         device-name property.
12986
12987         * gst-libs/gst/audio/gstaudiosrc.h:
12988         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
12989         close_device in the ring buffer, like gstaudiosink.
12990
12991         * ext/alsa/gstalsamixer.h:
12992         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
12993         macro to implement the interface without much code. Cleanups. 
12994
12995         * ext/alsa/gstalsasrc.h:
12996         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
12997         READY.
12998
12999         * ext/alsa/Makefile.am: Add new files.
13000         * ext/alsa/gstalsamixerelement.c: 
13001         * ext/alsa/gstalsamixerelement.c: Split element code out from
13002         mixer code so that alsasrc can be a mixer too.
13003
13004 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13005
13006         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13007         (GST_START_TEST):
13008         * check/elements/vorbisdec.c: (setup_vorbisdec),
13009         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13010         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13011         (vorbis_handle_identification_packet),
13012         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13013         (vorbis_handle_header_packet), (vorbis_dec_push),
13014         (vorbis_dec_chain):
13015           use the setup/teardown methods to save code.  save code is good.
13016
13017 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13018
13019         * check/Makefile.am:
13020           add ext dir for plugins
13021           add vorbisdec test conditionally
13022         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13023         (GST_START_TEST), (volume_suite):
13024           add a test with wrong caps
13025         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13026         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13027           add a vorbisdec test
13028         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13029         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13030           clean up debug output
13031         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13032           yay, fix a segfault/security issue in vorbisdec
13033           gst-launch fakesrc ! vorbisdec wasn't happy
13034         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13035         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13036         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13037         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13038         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13039         (gst_vorbisenc_set_metadata), (get_constraints_string),
13040         (update_start_message), (gst_vorbisenc_setup),
13041         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13042         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13043         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13044         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13045         * ext/vorbis/vorbisenc.h:
13046           march in line
13047         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13048         (gst_ffmpegcsp_transform):
13049           have the kow come home
13050         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13051           debug my func ptr
13052         * gst/volume/gstvolume.c: (volume_set_caps):
13053           add a debug
13054
13055 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13056
13057         * Makefile.am:
13058         * check/.cvsignore:
13059         * check/Makefile.am:
13060         * check/elements/.cvsignore:
13061         * check/elements/volume.c: (chain_func), (event_func),
13062         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13063         (main):
13064         * configure.ac:
13065           add unit test structure for gst-plugins-base
13066           add a test for volume
13067         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13068         (gst_volume_set_volume), (gst_volume_get_volume),
13069         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13070         (volume_funcfind), (volume_process_float), (volume_process_int16),
13071         (volume_set_caps), (volume_transform), (volume_update_mute),
13072         (volume_update_volume), (volume_set_property),
13073         (volume_get_property):
13074           document a little; use basetransform vmethod _set_caps
13075
13076 2005-08-19  Andy Wingo  <wingo@pobox.com>
13077
13078         * ext/alsa/gstalsamixertrack.h:
13079         * ext/alsa/gstalsamixertrack.c:
13080         * ext/alsa/gstalsamixeroptions.h:
13081         * ext/alsa/gstalsamixeroptions.c:
13082         * ext/alsa/gstalsamixer.h:
13083         * ext/alsa/gstalsamixer.c: Port to 0.9.
13084
13085         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13086         Remove gstalsa.c and alsaclock. No more cruft here.
13087         
13088 2005-08-18  Wim Taymans  <wim@fluendo.com>
13089
13090         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13091         (gst_base_rtp_depayload_chain),
13092         (gst_base_rtp_depayload_add_to_queue),
13093         (gst_base_rtp_depayload_push),
13094         (gst_base_rtp_depayload_queue_release):
13095         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13096         Fix for RTPBuffer changes.
13097
13098         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13099         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13100         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13101         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13102         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13103         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13104         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13105         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13106         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13107         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13108         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13109         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13110         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13111         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13112         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13113         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13114         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13115         (gst_rtpbuffer_get_payload):
13116         * gst-libs/gst/rtp/gstrtpbuffer.h:
13117         Don't subclass GstBuffer but add methods and helper functions
13118         to construct and manipulate RTP packets in regular GstBuffers.
13119
13120 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
13121
13122         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13123           moved statement below switch
13124         * gst/volume/gstvolume.c: (gst_volume_class_init):
13125           added debug ptr
13126
13127 2005-08-16  Wim Taymans  <wim@fluendo.com>
13128
13129         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13130         (gst_base_audio_src_change_state):
13131         Open and close device in READY<->NULL state change.
13132
13133 2005-08-16  Andy Wingo  <wingo@pobox.com>
13134
13135         * examples/seeking/Makefile.am: Don't compile non-compiling
13136         compiled objects with the compiler.
13137
13138         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13139         elements.
13140
13141 2005-08-12  Philippe Khalaf <burger@speedy.org>
13142         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13143         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13144           Made a thread to release the queue.
13145           Removed timestamp conversion for now.
13146
13147 2005-08-10  Philippe Khalaf <burger@speedy.org>
13148         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13149         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13150           Added rtp timestamp -> gst timestamp conversion.
13151           Fixed several problems with queue.
13152
13153 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13154
13155         * gst-libs/gst/audio/gstaudioclock.h:
13156         * gst-libs/gst/audio/gstaudiofilter.h:
13157         * gst-libs/gst/audio/gstaudiosink.h:
13158         * gst-libs/gst/audio/gstaudiosrc.h:
13159         * gst-libs/gst/audio/gstbaseaudiosink.h:
13160         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13161         * gst-libs/gst/audio/gstringbuffer.h:
13162         * gst-libs/gst/net/gstnetbuffer.h:
13163         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13164         * gst-libs/gst/rtp/gstrtpbuffer.h:
13165           Add padding (you will need to rebuild gst-plugins-base,
13166           gst-plugins and all applications afterwards!)
13167
13168 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13169
13170         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13171         (gst_riff_parse_chunk):
13172           Fix bug in debug message and add some more debug messages.
13173
13174 2005-08-08  Edward Hervey  <edward@fluendo.com>
13175
13176         * gst-libs/gst/riff/riff-media.c:
13177         backported updates since branch
13178
13179 2005-08-08  Andy Wingo  <wingo@pobox.com>
13180
13181         * gst-libs/gst/audio/gstbaseaudiosink.c
13182         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13183         like good elements should. Close on READY->NULL too.
13184
13185         * gst-libs/gst/audio/gstaudiosink.c
13186         (gst_audioringbuffer_open_device,
13187         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13188         (gst_audioringbuffer_release): Updates for new ring buffer API,
13189         hook into the new audio sink api.
13190
13191         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13192         (GstAudioSinkClass.close): Just open and close the device -- no
13193         resource allocation or configuration.
13194         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13195         vmethods, handle device setup and resource allocation.
13196
13197         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13198         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13199         base class API.
13200
13201         * gst-libs/gst/audio/gstringbuffer.h
13202         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13203         New vmethods.
13204
13205         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13206         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13207         New API functions. The device should be opened before acquiring
13208         and closed after releasing.
13209
13210 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13211
13212         * gst-libs/gst/interfaces/mixer.h:
13213           Reset padding to GST_PADDING.
13214
13215 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13216
13217         * gst/playback/gstplaybin.c: (remove_sinks):
13218           Remove visualization from parent explicitely; works around some
13219           apparent refcount issue that I haven't tracked down yet.
13220
13221 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13222
13223         * ext/alsa/gstalsasink.c: (set_hwparams):
13224           Assign debug category, add negotiation debug msgs.
13225
13226 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13227
13228         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13229           Fix error code for file-not-found to NOT_FOUND.
13230
13231 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13232
13233         * common/gtk-doc-plugins.mak:
13234         * docs/plugins/Makefile.am:
13235         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13236         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13237           renamed to actual element names, so much nicer to look at
13238         * docs/plugins/tmpl/gstmultifdsink.sgml:
13239           remove
13240         * docs/plugins/tmpl/multifdsink.sgml:
13241         * docs/plugins/tmpl/tcpserversink.sgml:
13242           add
13243         * ext/alsa/gstalsa.c:
13244         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13245         * ext/ogg/gstoggmux.c:
13246         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13247         * gst/playback/gstdecodebin.c:
13248         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13249         * gst/tcp/gsttcpserversink.c:
13250           various fixes and documentation additions
13251
13252 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13253
13254         * common/Makefile.am:
13255         * common/gstdoc-scangobj:
13256         * common/gtk-doc-plugins.mak:
13257         * common/gtk-doc.mak:
13258           add a custom scangobj that uses the registry
13259           add a custom gtk-doc-plugins.mak that uses it
13260           some doc build fixes
13261         * configure.ac:
13262         * docs/Makefile.am:
13263         * docs/plugins/Makefile.am:
13264         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13265         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13266         * docs/plugins/gst-plugins-base-plugins.types:
13267         * docs/plugins/tmpl/gstmultifdsink.sgml:
13268           add docs for one element, multifdsink
13269         * gst/adder/gstadder.h:
13270         * gst/volume/gstvolume.h:
13271           don't privatize enum
13272         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13273         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13274         (gst_sync_method_get_type), (gst_client_status_get_type),
13275         (gst_multifdsink_class_init),
13276         (gst_multifdsink_client_queue_buffer),
13277         (gst_multifdsink_handle_client_write):
13278         * gst/tcp/gstmultifdsink.h:
13279         * gst/tcp/gsttcp.h:
13280         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13281         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13282         (gst_tcpclientsink_render):
13283         * gst/tcp/gsttcpclientsink.h:
13284         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13285         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13286         (gst_tcpclientsrc_start):
13287         * gst/tcp/gsttcpclientsrc.h:
13288         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13289         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13290         * gst/tcp/gsttcpserversrc.h:
13291         * gst/typefind/gsttypefindfunctions.c:
13292           remove superfluous Type stuff
13293
13294 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13295
13296         * gst/playback/gstplaybin.c: (gen_video_element):
13297           Enable videoscale.
13298
13299 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13300
13301         * gst-libs/gst/gconf/gconf.c:
13302         * gst-libs/gst/gconf/gconf.h:
13303           Fix some Andy Problem [tm].
13304
13305 2005-08-04  Andy Wingo  <wingo@pobox.com>
13306
13307         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13308         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13309         (gst_ffmpegcsp_get_size): Adapt to API changes.
13310
13311         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13312         Implement an in-place do-nothing transform.
13313
13314 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13315
13316         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13317         (gst_ximagesink_renegotiate_size):
13318           Do not set new window sizes yet if we prepare a new buffer size
13319           for upstream renegotiation (software scaling) at some point in the
13320           future, because this new size waqs not actually accepted yet. Once
13321           accepted, renegotiation later on will set the new sizes just fine.
13322           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13323           embedding testcase.
13324
13325 2005-08-03  Andy Wingo  <wingo@pobox.com>
13326
13327         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13328         (gst_ximagesink_buffer_alloc): 
13329         Protect the height, width, and desired_caps with the pool_lock.
13330         Fixes videotestsrc ! queue ! ximagesink.
13331
13332 2005-08-02  Edward Hervey  <edward@fluendo.com>
13333
13334         * gst/volume/gstvolume.c:
13335         include left from controller cleanup
13336
13337 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13338         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13339           Stop collectpads before calling the parent state
13340           change function on PAUSED->READY.
13341
13342 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13343         * configure.ac:
13344           When testing for X libs, use the X CFlags 
13345         * gst/adder/gstadder.c: (gst_adder_change_state):
13346           Stop the collectpads before calling parent state change function
13347           on PAUSED->READY, otherwise we deadlock deactivating pads.
13348
13349 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13350
13351         * configure.ac:
13352         * docs/libs/tmpl/gstcolorbalance.sgml:
13353         * docs/libs/tmpl/gstmixer.sgml:
13354         * examples/Makefile.am:
13355         * gst/sine/Makefile.am:
13356         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13357         (gst_sinesrc_set_property), (plugin_init):
13358         * gst/sine/gstsinesrc.h:
13359         * gst/volume/Makefile.am:
13360         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13361         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13362         (volume_process_float), (volume_process_int16),
13363         (volume_set_property), (plugin_init):
13364         * gst/volume/gstvolume.h:
13365           deactivate and remove dparams (libgstcontrol)
13366
13367 2005-07-29  Wim Taymans  <wim@fluendo.com>
13368
13369         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13370         Convert me to BaseTransform!! help..
13371
13372 2005-07-29  Andy Wingo  <wingo@pobox.com>
13373
13374         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13375         sinks.
13376
13377         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13378         support of both endiannesses.
13379
13380 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13381
13382         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13383           Fix confusing debug message (s/event/query/)
13384
13385 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13386
13387         * gst/videotestsrc/videotestsrc.h:
13388           Use "_stdint.h" instead of <stdint.h>
13389
13390 2005-07-27  Wim Taymans  <wim@fluendo.com>
13391
13392         * ext/vorbis/Makefile.am:
13393         Revert wrong commit.
13394
13395 2005-07-27  Wim Taymans  <wim@fluendo.com>
13396
13397         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13398         More compilation fixen.
13399
13400 2005-07-27  Wim Taymans  <wim@fluendo.com>
13401
13402         * gst-libs/gst/audio/gstbaseaudiosink.c:
13403         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13404         (gst_base_audio_sink_create_ringbuffer),
13405         (gst_base_audio_sink_change_state):
13406         Fix compilation.
13407
13408 2005-07-27  Wim Taymans  <wim@fluendo.com>
13409
13410         * examples/seeking/seek.c: (setup_dynamic_link),
13411         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13412         (query_positions_elems), (query_positions_pads), (do_seek):
13413         Update seek example.
13414
13415         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13416         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13417         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13418         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13419         (gst_ogg_demux_handle_event),
13420         (gst_ogg_demux_deactivate_current_chain),
13421         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13422         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13423         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13424         (gst_ogg_demux_loop):
13425         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13426         * ext/theora/theoradec.c: (theora_dec_src_event),
13427         (theora_dec_src_getcaps), (theora_dec_sink_event),
13428         (theora_dec_push), (theora_dec_chain):
13429         * ext/vorbis/Makefile.am:
13430         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13431         (vorbis_dec_sink_event), (vorbis_dec_push),
13432         (vorbis_handle_data_packet):
13433         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13434         (gst_vorbisenc_chain):
13435         * gst/playback/gststreaminfo.c: (cb_probe):
13436         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13437         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13438         * gst/videoscale/gstvideoscale.c:
13439         (gst_videoscale_handle_src_event):
13440         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13441         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13442         (gst_ximagesink_navigation_send_event):
13443         * sys/xvimage/xvimagesink.c:
13444         (gst_xvimagesink_navigation_send_event):
13445         Various event updates and cleanups
13446
13447 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13448
13449         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13450           Fix segfault for I420/YV12.
13451
13452 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13453
13454         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13455           Report bitrate.
13456
13457 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13458
13459         * gst/playback/gstplaybin.c: (gen_video_element),
13460         (gen_audio_element):
13461           Switch to auto*sink elements as default sinks; add volume element
13462           so that volume control in totem works.
13463
13464 2005-07-21  Wim Taymans  <wim@fluendo.com>
13465
13466         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13467         * gst/playback/gstplaybin.c: (setup_sinks),
13468         (gst_play_bin_change_state):
13469         Refcount fix and more comments.
13470
13471 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13472
13473         * sys/ximage/Makefile.am:
13474         * sys/ximage/ximage.c: (plugin_init):
13475         * sys/ximage/ximagesink.c:
13476         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13477         
13478
13479 2005-07-21  Wim Taymans  <wim@fluendo.com>
13480
13481         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13482         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13483         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13484         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13485         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13486         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13487         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13488         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13489         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13490         Generate correct disconts for live chained oggs.
13491
13492         * gst-libs/gst/audio/gstbaseaudiosink.c:
13493         (gst_base_audio_sink_render),
13494         (gst_base_audio_sink_create_ringbuffer),
13495         (gst_base_audio_sink_change_state):
13496         Handle discont math correctly.
13497
13498         * gst/playback/gstplaybin.c: (add_sink):
13499         Some small debug cleanup.
13500
13501 2005-07-21  Wim Taymans  <wim@fluendo.com>
13502
13503         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13504         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13505         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13506         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13507         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13508         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13509         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13510         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13511         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13512         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13513         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13514         (gst_ogg_demux_change_state), (gst_ogg_print):
13515         Reorganize code to send the right disconts when in streaming
13516         mode.
13517
13518 2005-07-20  Andy Wingo  <wingo@pobox.com>
13519
13520         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13521         fix (?), fixes a seggie mcfalterson (#310894).
13522
13523 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13524
13525         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13526         (gst_ogg_mux_set_header_on_caps):
13527         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13528         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13529         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13530         * gst-libs/gst/audio/multichannel.c:
13531         (gst_audio_set_channel_positions),
13532         (gst_audio_set_structure_channel_positions_list):
13533         * gst/playback/gstdecodebin.c: (dynamic_create):
13534         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13535         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13536           Fixes for API changes in core.
13537
13538 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13539
13540         * gst/playback/gstplaybasebin.c: (fill_buffer):
13541           Use _new_custom() so we can set custom message types for buffering
13542           messages.
13543
13544 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13545
13546         * configure.ac:
13547         * gst-libs/gst/Makefile.am:
13548         * gst-libs/gst/gconf/.cvsignore:
13549         * gst-libs/gst/gconf/Makefile.am:
13550         * gst-libs/gst/gconf/test-gconf.c:
13551         * pkgconfig/Makefile.am:
13552         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13553         * pkgconfig/gstreamer-gconf.pc.in:
13554           Remove gconf stuff, use gconf elements instead from now on.
13555
13556 2005-07-20  Wim Taymans  <wim@fluendo.com>
13557
13558         * gst-libs/gst/audio/TODO:
13559         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13560         (gst_audio_clock_get_internal_time):
13561         * gst-libs/gst/audio/gstaudioclock.h:
13562         * gst-libs/gst/audio/gstbaseaudiosink.c:
13563         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13564         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13565         (gst_base_audio_sink_render),
13566         (gst_base_audio_sink_create_ringbuffer),
13567         (gst_base_audio_sink_change_state):
13568         Make sure the audio clock always returns an increasing value.
13569
13570 2005-07-19  Andy Wingo  <wingo@pobox.com>
13571
13572         * gst/videotestsrc/: Cleanups.
13573
13574 2005-07-19  Wim Taymans  <wim@fluendo.com>
13575
13576         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13577         Better debugging.
13578
13579 2005-07-19  Wim Taymans  <wim@fluendo.com>
13580
13581         * examples/seeking/seek.c: (make_dv_pipeline),
13582         (make_vorbis_theora_pipeline), (query_rates),
13583         (query_positions_elems), (query_positions_pads), (do_seek):
13584         Make correct DV pipeline.
13585
13586 2005-07-18  Andy Wingo  <wingo@pobox.com>
13587
13588         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13589         default. Also because it's the only thing that really works. (This
13590         is used in the GConf elements).
13591         Use AS_LIBTOOL_TAGS.
13592
13593 2005-07-18  Wim Taymans  <wim@fluendo.com>
13594
13595         * gst/playback/gstdecodebin.c: (remove_element_chain):
13596         * gst/playback/gstplaybin.c: (add_sink):
13597         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13598         (gst_stream_info_set_mute):
13599         * gst/playback/gststreamselector.c:
13600         (gst_stream_selector_get_linked_pad),
13601         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13602         More leak and compile fixes.
13603
13604 2005-07-18  Wim Taymans  <wim@fluendo.com>
13605
13606         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13607         (query_rates), (query_positions_elems), (query_positions_pads),
13608         (do_seek), (seek_cb), (stop_seek):
13609         Updated seek example. 
13610
13611         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13612         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13613         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13614         * gst/playback/gstplaybin.c: (add_sink):
13615         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13616         (gst_stream_info_set_mute):
13617         Some refcount leak fixes.
13618
13619 2005-07-16  Wim Taymans  <wim@fluendo.com>
13620
13621         * gst-libs/gst/audio/gstbaseaudiosink.c:
13622         (gst_base_audio_sink_render):
13623         Align samples even if we have roundoff errors in the 
13624         timestamp conversion.
13625
13626 2005-07-16  Wim Taymans  <wim@fluendo.com>
13627
13628         * docs/libs/tmpl/gstringbuffer.sgml:
13629         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13630         (query_rates), (query_positions_elems), (query_positions_pads),
13631         (update_scale), (do_seek):
13632         Updated seek example.
13633
13634         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13635         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13636         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13637         (gst_ogg_demux_loop):
13638         Push out correct discont values.
13639
13640         * ext/theora/theoradec.c: (theora_dec_src_convert),
13641         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13642         (theora_dec_sink_event), (theora_handle_type_packet),
13643         (theora_handle_header_packet), (theora_dec_push),
13644         (theora_handle_data_packet), (theora_dec_chain),
13645         (theora_dec_change_state):
13646         Better timestamping.
13647
13648         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13649         (vorbis_dec_sink_event), (vorbis_dec_push),
13650         (vorbis_handle_data_packet), (vorbis_dec_chain):
13651         * ext/vorbis/vorbisdec.h:
13652         Better timestamping.
13653
13654         * gst-libs/gst/audio/gstbaseaudiosink.c:
13655         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13656         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13657         Handle syncing on timestamps instead of sample offsets. Make
13658         use of DISCONT values as described in design docs.
13659
13660         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13661         (gst_base_audio_src_get_time):
13662         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13663         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13664         (gst_ring_buffer_read):
13665         * gst-libs/gst/audio/gstringbuffer.h:
13666         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13667         (gst_ximagesink_show_frame):
13668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13669         Correcly convert buffer timestamp to stream time.
13670
13671 2005-07-16  Wim Taymans  <wim@fluendo.com>
13672
13673         * gst/audioconvert/gstaudioconvert.c:
13674         (gst_audio_convert_get_buffer):
13675         Timestamp buffers correctly.
13676
13677         * gst/playback/gstplaybin.c: (gen_video_element):
13678         Make internal fakesink silent.
13679
13680 2005-07-15  Wim Taymans  <wim@fluendo.com>
13681
13682         * gst/ffmpegcolorspace/Makefile.am:
13683         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13684         (gst_ffmpegcsp_caps_remove_format_info),
13685         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13686         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13687         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13688         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13689         Ported ffmpegcolorspace to basetransform.
13690
13691         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13692         * gst/volume/gstvolume.c: (volume_transform):
13693         Ported to new API.
13694
13695 2005-07-14  Wim Taymans  <wim@fluendo.com>
13696
13697         * gst/videotestsrc/Makefile.am:
13698         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13699         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13700         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13701         (gst_videotestsrc_init), (gst_videotestsrc_event),
13702         (gst_videotestsrc_create), (gst_videotestsrc_start),
13703         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13704         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13705         (gst_videotestsrc_get_property):
13706         * gst/videotestsrc/gstvideotestsrc.h:
13707         Make videotestsrc a pushsrc.
13708
13709 2005-07-14  Wim Taymans  <wim@fluendo.com>
13710
13711         * gst/tcp/gstfdset.c: (gst_fdset_free):
13712         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13713         (gst_multifdsink_add), (gst_multifdsink_remove),
13714         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13715         (gst_multifdsink_remove_client_link),
13716         (gst_multifdsink_client_queue_data),
13717         (gst_multifdsink_client_queue_caps),
13718         (gst_multifdsink_client_queue_buffer),
13719         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13720         (gst_multifdsink_stop):
13721         * gst/tcp/gstmultifdsink.h:
13722         0.8 backporting.
13723
13724         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13725         Also draw image when not from a pool.
13726
13727 2005-07-14  Wim Taymans  <wim@fluendo.com>
13728
13729         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13730         (mute_stream), (silence_stream):
13731         Small debug additions.
13732
13733 2005-07-14  Wim Taymans  <wim@fluendo.com>
13734
13735         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13736         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13737         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13738         Better error recovery, ignore unconnected pads and
13739         non-fatal errors.
13740
13741 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13742
13743         * docs/libs/tmpl/gstaudio.sgml:
13744         * docs/libs/tmpl/gstcolorbalance.sgml:
13745         * docs/libs/tmpl/gstgconf.sgml:
13746         * docs/libs/tmpl/gstmixer.sgml:
13747         * docs/libs/tmpl/gstringbuffer.sgml:
13748         * docs/libs/tmpl/gsttuner.sgml:
13749         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13750         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13751         (gst_tcpclientsrc_class_init):
13752         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13753         (gst_tcpserversrc_class_init):
13754         * sys/v4l/gstv4lelement.c:
13755           more autistic cleanliness in functions/names/defines
13756
13757 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13758
13759         * configure.ac:
13760           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13761           added manually to each Makefile.am so we are sure it goes
13762           *last* and doesn't add -L flags before linking in libs of our
13763           own, like, say, internal .la libs, that then accidentally pick
13764           up the installed copy.
13765         * docs/libs/Makefile.am:
13766         * ext/alsa/Makefile.am:
13767         * ext/cdparanoia/Makefile.am:
13768         * ext/gnomevfs/Makefile.am:
13769         * ext/libvisual/Makefile.am:
13770         * ext/ogg/Makefile.am:
13771         * ext/theora/Makefile.am:
13772         * ext/vorbis/Makefile.am:
13773         * gst-libs/gst/video/Makefile.am:
13774         * gst/adder/Makefile.am:
13775         * gst/audioconvert/Makefile.am:
13776         * gst/audiorate/Makefile.am:
13777         * gst/audioscale/Makefile.am:
13778         * gst/ffmpegcolorspace/Makefile.am:
13779         * gst/playback/Makefile.am:
13780         * gst/sine/Makefile.am:
13781         * gst/subparse/Makefile.am:
13782         * gst/tags/Makefile.am:
13783         * gst/tcp/Makefile.am:
13784         * gst/typefind/Makefile.am:
13785         * gst/videorate/Makefile.am:
13786         * gst/videoscale/Makefile.am:
13787         * gst/videotestsrc/Makefile.am:
13788         * gst/volume/Makefile.am:
13789         * sys/v4l/Makefile.am:
13790         * sys/ximage/Makefile.am:
13791         * sys/xvimage/Makefile.am:
13792           adapt properly to this change. This should make sure that
13793           plugins and libs properly link to the as-yet-uninstalled
13794           copies of stuff like libgstinterfaces and libgstvideo
13795
13796 2005-07-13  Andy Wingo  <wingo@pobox.com>
13797
13798         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13799         (gst_v4lsrc_fixate): Fixate on format as well.
13800
13801         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13802         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13803         buffer points to it.
13804         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13805         rather just doing X calls ourselves. Also fixes a memleak.
13806
13807 2005-07-12  Andy Wingo  <wingo@pobox.com>
13808
13809         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13810         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13811         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13812         TRUE to avoid deadlocks if an element holds on to our buffers.
13813
13814 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13815
13816         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13817         (gst_sinesrc_init), (gst_sinesrc_create),
13818         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13819         (gst_sinesrc_start):
13820         * gst/sine/gstsinesrc.h:
13821           removing num-buffers property before moving it
13822
13823 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13824
13825         * configure.ac:
13826           use overridable ERROR_CFLAGS
13827         * docs/libs/gst-plugins-base-libs.types:
13828         * docs/libs/tmpl/gstringbuffer.sgml:
13829         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13830         (gst_alsasink_class_init):
13831         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13832         (gst_alsasrc_class_init):
13833         * gst-libs/gst/audio/audio.h:
13834         * gst-libs/gst/audio/gstaudioclock.h:
13835         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13836         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13837         (gst_audio_filter_link), (gst_audio_filter_init),
13838         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13839         (gst_audio_filter_get_property),
13840         (gst_audio_filter_class_add_pad_templates):
13841         * gst-libs/gst/audio/gstaudiofilter.h:
13842         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13843         (gst_audio_filter_template_get_type),
13844         (gst_audio_filter_template_base_init),
13845         (gst_audio_filter_template_class_init),
13846         (gst_audio_filter_template_init),
13847         (gst_audio_filter_template_set_property),
13848         (gst_audio_filter_template_get_property), (plugin_init),
13849         (gst_audio_filter_template_setup),
13850         (gst_audio_filter_template_filter),
13851         (gst_audio_filter_template_filter_inplace):
13852         * gst-libs/gst/audio/gstaudiosink.c:
13853         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13854         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13855         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13856         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13857         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13858         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13859         * gst-libs/gst/audio/gstaudiosink.h:
13860         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13861         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13862         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13863         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13864         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13865         (gst_audio_src_class_init), (gst_audio_src_init),
13866         (gst_audio_src_create_ringbuffer):
13867         * gst-libs/gst/audio/gstaudiosrc.h:
13868         * gst-libs/gst/audio/gstbaseaudiosink.c:
13869         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13870         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13871         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13872         (gst_base_audio_sink_set_property),
13873         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13874         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13875         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13876         (gst_base_audio_sink_create_ringbuffer),
13877         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13878         * gst-libs/gst/audio/gstbaseaudiosink.h:
13879         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13880         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13881         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13882         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13883         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13884         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13885         (gst_base_audio_src_event), (gst_base_audio_src_create),
13886         (gst_base_audio_src_create_ringbuffer),
13887         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13888         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13889         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13890         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13891         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13892         (gst_ring_buffer_debug_spec_caps),
13893         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13894         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13895         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13896         (gst_ring_buffer_start), (gst_ring_buffer_pause),
13897         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13898         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13899         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13900         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13901         (gst_ring_buffer_clear):
13902         * gst-libs/gst/audio/gstringbuffer.h:
13903         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13904         (gst_video_sink_class_init), (gst_video_sink_get_type):
13905         * gst-libs/gst/video/videosink.h:
13906         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13907         (gst_multifdsink_class_init),
13908         (gst_multifdsink_handle_client_write),
13909         (gst_multifdsink_change_state):
13910         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13911         (gst_tcpclientsink_setcaps):
13912         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13913         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13914         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13915         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13916         (gst_ximagesink_send_pending_navigation),
13917         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13918         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13919         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13920         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13921         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13922         (gst_xvimagesink_send_pending_navigation),
13923         (gst_xvimagesink_navigation_send_event),
13924         (gst_xvimagesink_set_xwindow_id),
13925         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13926         (gst_xvimagesink_get_type):
13927         more macro splitting
13928
13929 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13930
13931         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13932           plug a memleak, allows me to import 1479 albums in one go
13933           in jamboree
13934         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13935         (vorbis_handle_type_packet), (vorbis_dec_chain),
13936         (vorbis_dec_change_state):
13937           fix some format strings
13938
13939 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13940
13941         * docs/libs/tmpl/gstcolorbalance.sgml:
13942         * docs/libs/tmpl/gstmixer.sgml:
13943         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13944         (gst_alsasink_set_property), (gst_alsasink_get_property):
13945         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13946         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13947           add device property
13948
13949 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13950
13951         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13952         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13953         (audiocast_register_listener), (audiocast_thread_run),
13954         (gst_gnomevfssrc_send_additional_headers_callback),
13955         (gst_gnomevfssrc_received_headers_callback),
13956         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
13957         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
13958         (gst_gnomevfssrc_get_size):
13959           add/clean up debugging
13960         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13961           cleanups
13962
13963 2005-07-07  Andy Wingo  <wingo@pobox.com>
13964
13965         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
13966         framerate. Need to get a handle on when exactly this function is
13967         called, tho.
13968
13969         * sys/v4l/v4lsrc_calls.h:
13970         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
13971         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
13972         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
13973
13974         * sys/v4l/v4l_calls.h: Cast to V4lElement.
13975         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
13976         v4lelements are sources.
13977
13978         * sys/v4l/gstv4lxoverlay.h:
13979         * sys/v4l/gstv4lxoverlay.c:
13980         * sys/v4l/gstv4ltuner.h:
13981         * sys/v4l/gstv4ltuner.c: Header loc fixen.
13982         
13983         * sys/v4l/gstv4lsrc.h:
13984         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
13985         PushSrc/BaseSrc. Removed most sync-related properties, videorate
13986         or something should handle that. Made a live source.
13987
13988         * sys/v4l/gstv4lelement.h:
13989         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
13990         signals. Some cleanups.
13991
13992         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
13993
13994         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
13995         stuff.
13996
13997         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
13998         stuff.
13999
14000         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14001
14002 2005-07-07  Wim Taymans  <wim@fluendo.com>
14003
14004         * ext/theora/theoradec.c: (theora_get_query_types),
14005         (theora_dec_src_getcaps), (theora_dec_push):
14006         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14007         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14008         Remove deprecated/unused query types.
14009
14010 2005-07-06  Wim Taymans  <wim@fluendo.com>
14011
14012         * ext/alsa/Makefile.am:
14013         * ext/alsa/gstalsaplugin.c: (plugin_init):
14014         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14015         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14016         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14017         (gst_alsasrc_class_init), (gst_alsasrc_init),
14018         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14019         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14020         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14021         (gst_alsasrc_reset):
14022         * ext/alsa/gstalsasrc.h:
14023         * gst-libs/gst/audio/Makefile.am:
14024         * gst-libs/gst/audio/gstaudiosink.c:
14025         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14026         (gst_audioringbuffer_start):
14027         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14028         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14029         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14030         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14031         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14032         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14033         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14034         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14035         * gst-libs/gst/audio/gstaudiosrc.h:
14036         * gst-libs/gst/audio/gstbaseaudiosink.c:
14037         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14038         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14039         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14040         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14041         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14042         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14043         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14044         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14045         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14046         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14047         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14048         (gst_baseaudiosrc_change_state):
14049         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14050         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14051         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14052         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14053         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14054         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14055         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14056         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14057         * gst-libs/gst/audio/gstringbuffer.h:
14058         Added audiosource base classes.
14059         Ported alsasrc, still very basic.
14060
14061 2005-07-06  Wim Taymans  <wim@fluendo.com>
14062
14063         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14064         (theora_dec_push), (theora_handle_data_packet):
14065         Prepare for better timestamp fix later.
14066
14067         * gst/audioconvert/gstaudioconvert.c:
14068         List most accurate caps first
14069
14070         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14071         Use proper pad task function.
14072
14073         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14074         (gst_xvimagesink_show_frame):
14075         Fix deadlock when alloc failed.
14076
14077 2005-07-05  Andy Wingo  <wingo@pobox.com>
14078
14079         * ext/gnomevfs/gstgnomevfssrc.c:
14080         * gst/sine/gstsinesrc.c:
14081         * gst/tcp/gsttcpserversrc.c:
14082         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14083
14084         * sys/v4l/: Port from 0.8.
14085
14086         * Many files: Null if we got it....
14087
14088 2005-07-05  Andy Wingo  <wingo@pobox.com>
14089
14090         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
14091         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14092         Signedness fixes.
14093
14094 2005-07-05  Wim Taymans  <wim@fluendo.com>
14095
14096         * configure.ac:
14097         * gst/tcp/Makefile.am:
14098         * gst/tcp/README:
14099         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14100         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14101         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14102         (is_sync_frame), (gst_multifdsink_handle_client_write),
14103         (gst_multifdsink_render), (gst_multifdsink_start),
14104         (gst_multifdsink_stop), (gst_multifdsink_change_state):
14105         * gst/tcp/gstmultifdsink.h:
14106         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14107         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14108         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14109         * gst/tcp/gsttcp.h:
14110         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14111         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14112         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14113         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14114         * gst/tcp/gsttcpclientsink.h:
14115         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14116         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14117         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14118         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14119         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14120         * gst/tcp/gsttcpclientsrc.h:
14121         * gst/tcp/gsttcpplugin.c: (plugin_init):
14122         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14123         * gst/tcp/gsttcpserversink.h:
14124         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14125         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14126         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14127         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14128         (gst_tcpserversrc_stop):
14129         * gst/tcp/gsttcpserversrc.h:
14130         * gst/tcp/gsttcpsink.c:
14131         * gst/tcp/gsttcpsink.h:
14132         * gst/tcp/gsttcpsrc.c:
14133         * gst/tcp/gsttcpsrc.h:
14134         Ported tcp plugins to 0.9. 
14135         
14136
14137 2005-07-05  Andy Wingo  <wingo@pobox.com>
14138
14139         * gst/playback/gstplaybasebin.c (fill_buffer):
14140         message_new_application fixen.
14141
14142         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14143         Style fix.
14144
14145 2005-07-04  Wim Taymans  <wim@fluendo.com>
14146
14147         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14148         Set caps on output buffer.
14149
14150 2005-07-04  Andy Wingo  <wingo@pobox.com>
14151
14152         * ext/gnomevfs/gstgnomevfssrc.c
14153         (gst_gnomevfssrc_received_headers_callback) 
14154         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14155         hopefully.
14156
14157         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14158         No refcount leakage.
14159
14160         * configure.ac: Enable -Werror.
14161         
14162         * ext/theora/theoradec.c (theora_dec_src_getcaps):
14163         * gst/audioconvert/bufferframesconvert.c
14164         (buffer_frames_convert_fixate):
14165         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14166         (gst_audio_convert_fixate):
14167         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14168         (gst_sinesrc_create): Fixate func changes.
14169         
14170         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14171         (gst_ximagesink_buffer_alloc): Unused var.
14172
14173 2005-07-01  Andy Wingo  <wingo@pobox.com>
14174
14175         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14176         getcaps to do explicit caps. Needs to be done in all decoders,
14177         possibly via a base class.
14178
14179         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14180
14181         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14182         caps on the sink pad, just rely on the pad template. Also, setting
14183         ANY caps on a pad is not valid because the caps are not fixed.
14184
14185         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14186         caps on the buffer, and get the width from the desired_caps if
14187         they're set.
14188         (gst_ximagesink_renegotiate_size): Implement via setting the
14189         desired_caps on the ximagesink.
14190         (gst_ximagesink_setcaps): Only reset the width of the player if it
14191         wasn't already set. Not sure if this is right.
14192         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14193
14194         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14195         that the user wants. NULL unless the window has been resized.
14196
14197         * gst/volume/gstvolume.c (volume_transform): Adapt to
14198         basetransform refcount changes.
14199         
14200 2005-07-01  Andy Wingo  <wingo@pobox.com>
14201
14202         * gst/videoscale/gstvideoscale.c:
14203         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14204         from BaseTransform, implements a transform_caps. Removed dead code
14205         including some PAR stuff that was never reached -- should probably
14206         be added back somehow.
14207
14208 2005-07-01  Andy Wingo  <wingo@pobox.com>
14209
14210         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14211         come later.
14212
14213 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14214
14215         * configure.ac:
14216         * docs/libs/Makefile.am:
14217         * docs/libs/gst-plugins-libs.types:
14218         * ext/alsa/Makefile.am:
14219         * ext/alsa/gstalsamixer.h:
14220         * ext/alsa/gstalsamixeroptions.h:
14221         * ext/alsa/gstalsamixertrack.h:
14222         * gst-libs/gst/Makefile.am:
14223         * gst-libs/gst/colorbalance/.cvsignore:
14224         * gst-libs/gst/colorbalance/Makefile.am:
14225         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14226         * gst-libs/gst/colorbalance/colorbalance.c:
14227         * gst-libs/gst/colorbalance/colorbalance.h:
14228         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14229         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14230         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14231         * gst-libs/gst/interfaces/Makefile.am:
14232         * gst-libs/gst/interfaces/colorbalance.c:
14233         (gst_color_balance_class_init):
14234         * gst-libs/gst/interfaces/colorbalance.h:
14235         * gst-libs/gst/interfaces/interfaces-marshal.list:
14236         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14237         * gst-libs/gst/interfaces/mixer.h:
14238         * gst-libs/gst/interfaces/mixeroptions.h:
14239         * gst-libs/gst/interfaces/navigation.c:
14240         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14241         * gst-libs/gst/interfaces/tuner.h:
14242         * gst/volume/Makefile.am:
14243         * gst/volume/gstvolume.c:
14244         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14245         * sys/ximage/Makefile.am:
14246         * sys/ximage/ximagesink.c:
14247         * sys/xvimage/Makefile.am:
14248         * sys/xvimage/xvimagesink.c:
14249           fold in all interfaces into an interfaces dir, preserving CVS
14250           history
14251
14252 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14253
14254         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14255           Fix build after riff changes.
14256
14257 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14258
14259         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14260         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14261         (gst_riff_create_video_template_caps),
14262         (gst_riff_create_audio_template_caps),
14263         (gst_riff_create_iavs_template_caps):
14264         * gst-libs/gst/riff/riff-media.h:
14265         * gst-libs/gst/riff/riff-read.h:
14266         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14267           Add gst_riff_init() to initialize the debug category, instead
14268           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14269
14270 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14271
14272         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14273           Oops, I shouldn't apply hacks.
14274
14275 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14276
14277         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14278           Remove pad_loop function which doesn't work.
14279
14280 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14281
14282         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14283           Send EOS when deactivating.
14284         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14285         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14286         (gen_preroll_element), (probe_triggered), (mute_stream),
14287         (silence_stream), (new_decoded_pad), (setup_substreams),
14288         (set_active_source):
14289         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14290         (remove_sinks), (add_sink):
14291         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14292           Change for new probe API.
14293
14294 2005-06-29  Wim Taymans  <wim@fluendo.com>
14295
14296         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14297         * gst-libs/gst/audio/gstbaseaudiosink.c:
14298         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14299         (gst_baseaudiosink_change_state):
14300         * gst-libs/gst/audio/gstbaseaudiosink.h:
14301         * gst-libs/gst/audio/gstringbuffer.c:
14302         (gst_ringbuffer_set_callback):
14303         Fix compilation error.
14304         Ringbuffer starts out as not running.
14305         Free our clock in dispose.
14306         When releasing the ringbuffer we need to renegotiate so
14307         clear the pad caps.
14308
14309 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14310
14311         * autogen.sh:
14312         * configure.ac:
14313         * docs/Makefile.am:
14314         * docs/libs/Makefile.am:
14315         * docs/libs/gst-plugins-libs-docs.sgml:
14316         * docs/libs/gst-plugins-libs-sections.txt:
14317         * docs/libs/gst-plugins-libs.types:
14318         * docs/libs/tmpl/gstaudio.sgml:
14319         * docs/libs/tmpl/gstcolorbalance.sgml:
14320         * docs/libs/tmpl/gstringbuffer.sgml:
14321         * gst-libs/gst/audio/gstringbuffer.c:
14322         (gst_ringbuffer_set_callback):
14323           reinstate gtk-doc docs for plugin libs
14324
14325 2005-06-28  Wim Taymans  <wim@fluendo.com>
14326
14327         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14328         (gst_ogg_demux_init):
14329         Removed pad loop function.
14330
14331 2005-06-28  Wim Taymans  <wim@fluendo.com>
14332
14333         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14334         If we're building a chain we are not in an error case
14335         when we queue a buffer.
14336
14337 2005-06-28  Andy Wingo  <wingo@pobox.com>
14338
14339         * *.c: Don't cast to GstObject before reffing/unreffing.
14340
14341 2005-06-27  Andy Wingo  <wingo@pobox.com>
14342
14343         * gst/videotestsrc/gstvideotestsrc.c
14344         (gst_videotestsrc_activate_push): Activation API changes.
14345
14346         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14347         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14348         they have refs on the decodebin.
14349
14350         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14351         parent class.
14352         (gst_ogg_pad_typefind): Don't leak a pad ref.
14353         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14354         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14355         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14356
14357 2005-06-27  Edward Hervey  <edward@fluendo.com>
14358
14359         * ext/theora/theoradec.c: (theora_dec_change_state): 
14360         re-arranged call to parent's state change in order to avoid locks (or
14361         worse).
14362
14363 2005-06-26  Edward Hervey  <edward@fluendo.com>
14364
14365         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14366         2nd argument of 'unknow-type' signal is a GstCaps and not a
14367         GstMiniObject
14368
14369 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14370         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14371           Set the worker thread's running flag to TRUE before starting the
14372           thread.
14373         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14374           Catch a failure to add typefind to the bin.
14375
14376 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14377
14378         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14379         (gst_sinesrc_init), (gst_sinesrc_create),
14380         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14381         (gst_sinesrc_start):
14382         * gst/sine/gstsinesrc.h:
14383           add num-buffers and timestamp-offset properties
14384         * gst/videotestsrc/gstvideotestsrc.c:
14385         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14386         (gst_videotestsrc_get_property):
14387           add timestamp-offset property
14388
14389 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14390
14391         * configure.ac: add videorate
14392         * gst-plugins-base.spec.in: add videorate
14393
14394 2005-06-23  Wim Taymans  <wim@fluendo.com>
14395
14396         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14397         (gst_videorate_getcaps), (gst_videorate_setcaps),
14398         (gst_videorate_event), (gst_videorate_chain):
14399         Fixed videorate, fixating an already fixated caps is not
14400         an error.
14401
14402 2005-06-23  Wim Taymans  <wim@fluendo.com>
14403
14404         * ext/ogg/README:
14405         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14406         Buffer on caps is not boxed anymore.
14407
14408 2005-06-22  Wim Taymans  <wim@fluendo.com>
14409
14410         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14411         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14412         Set buffers on caps as miniobjects and not as boxed.
14413
14414 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14415
14416         * configure.ac:
14417           back to HEAD
14418
14419 === release 0.9.1 ===
14420
14421 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14422
14423         * .cvsignore:
14424         * NEWS:
14425         * README:
14426         * RELEASE:
14427         * configure.ac:
14428         * po/af.po:
14429         * po/az.po:
14430         * po/cs.po:
14431         * po/en_GB.po:
14432         * po/hu.po:
14433         * po/it.po:
14434         * po/nb.po:
14435         * po/nl.po:
14436         * po/or.po:
14437         * po/sq.po:
14438         * po/sr.po:
14439         * po/sv.po:
14440         * po/uk.po:
14441         * po/vi.po:
14442           updates for release
14443
14444 2005-06-09  Andy Wingo  <wingo@pobox.com>
14445
14446         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14447         
14448 2005-06-09  Andy Wingo  <wingo@pobox.com>
14449
14450         * configure.ac:
14451         * gst-libs/gst/Makefile.am:
14452         * gst-libs/gst/net/Makefile.am:
14453         Add gstnet to build.
14454
14455 2005-06-09  Andy Wingo  <wingo@pobox.com>
14456
14457         * gst-libs/gst/gconf/gconf.c:
14458         * gst/playback/test.c:
14459         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14460         fixes.
14461
14462         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14463
14464         * ext/theora/theoraenc.c (theora_enc_chain): 
14465         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14466
14467         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14468         RealPad.
14469
14470 2005-06-02  Wim Taymans  <wim@fluendo.com>
14471
14472         * gst-libs/gst/net/Makefile.am:
14473         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14474         * pkgconfig/gstreamer-libs.pc.in:
14475         Added net stuff, version net lib.
14476
14477 2005-06-02  Wim Taymans  <wim@fluendo.com>
14478
14479         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14480         (query_rates), (query_positions_elems), (query_positions_pads),
14481         (do_seek):
14482         Updated seek example.
14483
14484 2005-06-02  Andy Wingo  <wingo@pobox.com>
14485
14486         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14487         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14488         list.
14489
14490         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14491         remove the typefind, the bin dispose will do it for us. When it's
14492         removed and unreffed, the signal handler will be disconnected,
14493         too.
14494         (unlinked): It's too difficult to disconnect from unlinked
14495         handlers, as they are on pads not elements. Just punt if the pads
14496         aren't grandkids of the bin.
14497
14498 2005-06-02  Wim Taymans  <wim@fluendo.com>
14499
14500         * ext/ogg/README:
14501         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14502         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14503         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14504         * ext/theora/theoradec.c: (theora_dec_src_query),
14505         (theora_handle_data_packet):
14506         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14507         (theora_enc_chain):
14508         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14509         (vorbis_handle_data_packet):
14510         * gst/audioconvert/bufferframesconvert.c:
14511         (buffer_frames_convert_chain):
14512         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14513         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14514         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14515         (gst_ffmpegcsp_chain):
14516         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14517         (gst_videorate_getcaps), (gst_videorate_setcaps),
14518         (gst_videorate_event), (gst_videorate_chain):
14519         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14520         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14521         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14522         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14523         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14524         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14525         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14526         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14527         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14528         Cleanups and buffer alloc.
14529
14530 2005-05-31  Wim Taymans  <wim@fluendo.com>
14531
14532         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14533         Don't try to call the delay method when the device is not
14534         opened.
14535
14536 2005-05-31  Wim Taymans  <wim@fluendo.com>
14537
14538         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14539         Get actual segment size and buffer size after opening
14540         the device.
14541
14542 2005-05-30  Wim Taymans  <wim@fluendo.com>
14543
14544         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14545         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14546         Also FLUSH upstream, makes the loop function exit faster.
14547         
14548         * ext/theora/theoradec.c: (theora_dec_src_query):
14549         Some more debug info in the query.
14550         
14551         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14552         (gst_ximagesink_setcaps):
14553         Release lock on par error, better error reporting.
14554
14555 2005-05-26  Wim Taymans  <wim@fluendo.com>
14556
14557         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14558         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14559         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14560         Clear chains in READY
14561         Queue packets until the chain is activated.
14562
14563 2005-05-25  Wim Taymans  <wim@fluendo.com>
14564
14565         * gst-libs/gst/audio/gstaudiosink.c:
14566         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14567         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14568         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14569         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14570         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14571         (gst_audiosink_create_ringbuffer):
14572         * gst-libs/gst/audio/gstbaseaudiosink.c:
14573         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14574         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14575         (gst_baseaudiosink_set_property), (build_linear_format),
14576         (debug_spec_caps), (debug_spec_buffer),
14577         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14578         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14579         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14580         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14581         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14582         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14583         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14584         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14585         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14586         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14587         (wait_segment), (gst_ringbuffer_commit),
14588         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14589         (gst_ringbuffer_clear):
14590         Various small cleanups.
14591
14592         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14593         (gst_audio_convert_change_state):
14594         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14595         No need to take the locks anymore.
14596
14597 2005-05-25  Wim Taymans  <wim@fluendo.com>
14598
14599         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14600         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14601         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14602         (type_found):
14603         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14604         (group_destroy), (group_commit), (queue_overrun),
14605         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14606         (mute_stream), (new_decoded_pad), (setup_substreams),
14607         (setup_source), (mute_group_type), (set_active_source),
14608         (gst_play_base_bin_change_state):
14609         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14610         (gen_video_element), (gen_text_element), (gen_audio_element),
14611         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14612         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14613         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14614         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14615         Some playbin cleanups mostly refcounting sloppyness.
14616
14617 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14618
14619         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14620           Work with streaming input.
14621
14622 2005-05-25  Wim Taymans  <wim@fluendo.com>
14623
14624         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14625         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14626         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14627         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14628         No need to take the STREAM lock anymore.
14629
14630 2005-05-25  Wim Taymans  <wim@fluendo.com>
14631
14632         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14633         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14634         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14635         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14636         (gst_ogg_demux_sink_activate):
14637         * ext/theora/theoradec.c: (theora_dec_src_event),
14638         (theora_handle_comment_packet), (theora_dec_chain),
14639         (theora_dec_change_state):
14640         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14641         (vorbis_handle_data_packet), (vorbis_dec_chain),
14642         (vorbis_dec_change_state):
14643         Remove STREAM locks as they are taken in core now.
14644         Never set bogus granulepos on vorbis/theora.
14645         Fix leaks in theoradec tag parsing.
14646
14647 2005-05-25  Wim Taymans  <wim@fluendo.com>
14648
14649         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14650         Fix memleaks, GST_BUFFER_DATA() is not freed.
14651
14652 2005-05-25  Wim Taymans  <wim@fluendo.com>
14653
14654         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14655         Open non-blocking, set to blocking mode afterwards to avoid
14656         lockups when audio device is busy.
14657
14658 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14659
14660         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14661           This can't be good.
14662
14663 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14664
14665         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14666         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14667         (gst_audio_convert_setcaps):
14668           Implement instant setup switching.
14669
14670 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14671
14672         * gst/playback/gstplaybasebin.c: (probe_triggered):
14673           Fix missing unlock.
14674         * gst/playback/gstplaybin.c: (add_sink):
14675           First add, then link (otherwise pad link fails).
14676
14677 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14678
14679         * examples/Makefile.am:
14680         fix buildbot (make distcheck)
14681
14682 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14683
14684         * gst/playback/gstplaybin.c: (gen_vis_element):
14685           Remove some wrong code. Doesn't work yet.
14686
14687 2005-05-19  Wim Taymans  <wim@fluendo.com>
14688
14689         * gst-libs/gst/net/Makefile.am:
14690         * gst-libs/gst/net/README:
14691         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14692         (gst_netbuffer_class_init), (gst_netbuffer_init),
14693         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14694         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14695         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14696         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14697         * gst-libs/gst/net/gstnetbuffer.h:
14698         Added buffer subclass to store extra to/from addresses for
14699         network sources/sinks.
14700
14701 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14702
14703         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14704           Don't lock an unassigned variable.
14705
14706 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14707
14708         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14709           Increase buffer for video, decrease buffer for other media types.
14710         * gst/playback/gstplaybin.c: (gen_video_element),
14711         (gen_audio_element):
14712           Change names for debugging purposes.
14713
14714 2005-05-18  Wim Taymans  <wim@fluendo.com>
14715
14716         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14717         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14718         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14719         (gst_ffmpegcsp_chain):
14720         Enable buffer alloc passthrough if the source and dest
14721         formats are the same.
14722
14723 2005-05-17  Wim Taymans  <wim@fluendo.com>
14724
14725         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14726         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14727         (gst_ogg_demux_chain_unlocked):
14728         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14729         (gst_audio_convert_caps_remove_format_info),
14730         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14731         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14732         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14733         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14734         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14735         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14736         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14737         (gst_ffmpegcsp_get_property):
14738         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14739         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14740         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14741         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14742         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14743         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14744         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14745         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14746         Leak fixes in oggdemux.
14747         Some cleanups in audioconvert.
14748         Make passthrough work along with buffer_alloc etc.
14749         Make buffer_alloc and buffer recycling actually work in
14750         xvimagesink.
14751
14752 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14753
14754         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14755           make the compiler happy
14756
14757 2005-05-17  Wim Taymans  <wim@fluendo.com>
14758
14759         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14760         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14761         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14762         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14763         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14764         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14765         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14766         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14767         (gst_xvimagesink_set_xwindow_id):
14768         * sys/xvimage/xvimagesink.h:
14769         Port xvimagesink to new MiniObject.
14770
14771 2005-05-17  Wim Taymans  <wim@fluendo.com>
14772
14773         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14774         (gst_audiofilter_chain):
14775         * gst-libs/gst/audio/gstaudiosink.c:
14776         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14777         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14778         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14779         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14780         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14781         (gst_audiosink_create_ringbuffer):
14782         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14783         (gst_audio_convert_caps_remove_format_info),
14784         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14785         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14786         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14787         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14788         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14789         Fix passthrough in ffmpegcolorspace.
14790         Fix memset in audiosink on wrong memory.
14791
14792 2005-05-16  David Schleef  <ds@schleef.org>
14793
14794         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14795         to GstMiniObject.
14796
14797 2005-05-16  David Schleef  <ds@schleef.org>
14798
14799         Port from GstData to GstMiniObject.
14800         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14801         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14802         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14803         (gst_ogg_mux_collected):
14804         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14805         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14806         (theora_handle_data_packet):
14807         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14808         (theora_set_header_on_caps), (theora_enc_chain):
14809         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14810         (vorbis_handle_comment_packet):
14811         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14812         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14813         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14814         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14815         * gst/audioconvert/gstaudioconvert.c:
14816         (gst_audio_convert_get_buffer):
14817         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14818         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14819         (mute_stream), (silence_stream):
14820         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14821         * gst/volume/gstvolume.c: (volume_transform):
14822         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14823         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14824         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14825         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14826         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14827         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14828         (gst_ximagesink_buffer_alloc):
14829         * sys/ximage/ximagesink.h:
14830
14831 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14832
14833         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14834         (fill_buffer), (check_queue), (queue_threshold_reached),
14835         (queue_out_of_data):
14836         * gst/playback/gstplaybasebin.h:
14837           Post buffer-fullness on the bus.
14838
14839 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14840
14841         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14842         (try_to_link_1):
14843         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14844         (group_commit), (probe_triggered), (setup_source),
14845         (gst_play_base_bin_change_state):
14846         * gst/playback/gstplaybasebin.h:
14847         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14848         (gst_play_bin_init), (remove_sinks), (setup_sinks),
14849         (gst_play_bin_change_state):
14850           Move setup_output_pads into a virtual function, remove
14851           group-switch (no longer needed) and redirect (handled by bus
14852           now) signals.
14853
14854 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14855
14856         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14857         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14858         (get_active_group), (get_building_group), (group_destroy),
14859         (group_commit), (check_queue), (queue_overrun),
14860         (queue_threshold_reached), (queue_out_of_data),
14861         (gen_preroll_element), (remove_groups), (unknown_type),
14862         (add_element_stream), (no_more_pads), (probe_triggered),
14863         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14864         (setup_substreams), (setup_source), (finish_source),
14865         (prepare_output), (muted_group_change_state),
14866         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14867         (gst_play_base_bin_change_state):
14868         * gst/playback/gstplaybasebin.h:
14869         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14870         (gst_play_bin_init), (gst_play_bin_set_property),
14871         (gen_video_element), (gen_text_element), (gen_audio_element),
14872         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14873         (gst_play_bin_change_state):
14874         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14875         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14876         (stream_info_change_state), (gst_stream_info_set_mute),
14877         (gst_stream_info_get_property):
14878         * gst/playback/gststreaminfo.h:
14879         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14880         (gst_stream_selector_get_linked_pad),
14881         (gst_stream_selector_getcaps),
14882         (gst_stream_selector_get_linked_pads),
14883         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14884         * gst/playback/gststreamselector.h:
14885           Rough port of playbin. Needs some more work, but is mostly done,
14886           and uses a few locks in important places, which should make stuff
14887           like chain-switches clean. Still uses GST_STATE() in a few places,
14888           which isn't all that good an idea, subtitles/elements disabled
14889           because no elements to test with and thus probably broken, query
14890           and event handling moved to GstBin, internal thread removed
14891           alltogether because the pipeline does that for us now. Can play
14892           Ogg/Vorbis files. Haven't tested anything else yet.
14893
14894 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14895
14896         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14897           Do no-more-pads (needed for autoplugging).
14898
14899 2005-05-10  Andy Wingo  <wingo@pobox.com>
14900
14901         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14902         message to the bus with the tags. Still not sent downstream tho.
14903
14904         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14905         get_parent.
14906         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14907         avoid refcounting hassles.
14908
14909 2005-05-09  Andy Wingo  <wingo@pobox.com>
14910
14911         * gst/volume/Makefile.am:
14912         * gst/volume/demo.c
14913         * gst/volume/gstvolume.h
14914         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14915         basetransform. Probably need an audio filter base class.
14916
14917 2005-05-09  Wim Taymans  <wim@fluendo.com>
14918
14919         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14920         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14921         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14922         (gst_vorbisenc_chain):
14923         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14924         (gst_audio_convert_caps_remove_format_info),
14925         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14926         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14927         Make caps writable before writing to it.
14928         Fix negotiation in audioconvert some more.
14929
14930 2005-05-09  Wim Taymans  <wim@fluendo.com>
14931
14932         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14933         (gst_videorate_getcaps), (gst_videorate_setcaps),
14934         (gst_videorate_event), (gst_videorate_chain):
14935         Better negotiation.
14936
14937 2005-05-09  Wim Taymans  <wim@fluendo.com>
14938
14939         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14940         (gst_videorate_getcaps), (gst_videorate_setcaps),
14941         (gst_videorate_blank_data), (gst_videorate_init),
14942         (gst_videorate_event), (gst_videorate_chain),
14943         (gst_videorate_change_state):
14944         Port videorate, do a better job at negotiation while we're at
14945         it.
14946
14947 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
14948
14949         * configure.ac:
14950           Disable libvisual
14951
14952         * examples/Makefile.am:
14953         * gst-libs/gst/audio/Makefile.am:
14954         * gst-libs/gst/riff/Makefile.am:
14955         * gst-libs/gst/tag/Makefile.am:
14956         * gst-libs/gst/video/Makefile.am:
14957           Fixups for missing variables.
14958
14959 2005-05-09  Wim Taymans  <wim@fluendo.com>
14960
14961         * examples/seeking/seek.c: (make_theora_pipeline),
14962         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
14963         (query_rates), (query_positions_elems), (query_positions_pads),
14964         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
14965         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14966         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
14967         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
14968         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14969         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
14970         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14971         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14972         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14973         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14974         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14975         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14976         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14977         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
14978         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14979         (theora_dec_src_convert), (theora_dec_sink_convert),
14980         (theora_dec_src_query), (theora_dec_sink_query),
14981         (theora_dec_src_event), (theora_dec_sink_event),
14982         (theora_handle_comment_packet), (theora_handle_type_packet),
14983         (theora_handle_header_packet), (theora_handle_data_packet),
14984         (theora_dec_chain):
14985         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14986         (vorbis_dec_convert), (vorbis_dec_src_query),
14987         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14988         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14989         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14990         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14991         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
14992         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
14993         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
14994         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14995         (gst_play_bin_query):
14996         * gst/playback/test3.c: (update_scale):
14997         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
14998         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
14999         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15000         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15001         (gst_videotestsrc_src_query):
15002         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15003         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15004         (paint_hline_YUV9):
15005         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15006         Port to new query API.
15007         Updated seek.
15008         Cleanups in x[v]imagesink
15009
15010 2005-05-09  Andy Wingo  <wingo@pobox.com>
15011
15012         * ext/alsa/gstalsasink.h:
15013         * ext/gnomevfs/gstgnomevfssrc.c:
15014         (gst_gnomevfssrc_get_icy_metadata):
15015         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15016         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15017         * ext/theora/theoradec.c (theora_dec_src_query)
15018         (theora_dec_src_event, theora_dec_sink_event)
15019         (theora_handle_comment_packet, theora_handle_data_packet):
15020         * ext/theora/theoraenc.c (theora_enc_chain):
15021         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15022         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15023         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15024         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15025         (qt_type_find):
15026         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15027         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15028         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15029         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15030         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15031         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15032         (paint_setup_xBGR8888, paint_setup_RGBx8888)
15033         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15034         (paint_setup_RGB565, paint_setup_xRGB1555):
15035         * gst/videotestsrc/videotestsrc.h:
15036         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15037         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15038         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15039         GCC4 fixes.
15040         
15041         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15042         gst_pad_query_position. Fixes oggdemux.
15043
15044 2005-05-08  David Schleef  <ds@schleef.org>
15045
15046         * configure.ac: Require liboil.
15047         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15048         a few more.
15049         * gst/videotestsrc/videotestsrc.c:
15050         * gst/videotestsrc/videotestsrc.h:
15051
15052 2005-05-06  Wim Taymans  <wim@fluendo.com>
15053
15054         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15055         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15056         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15057         Well, unreffing a buffer right before pushing it is asking
15058         for trouble..
15059
15060 2005-05-06  Christian Schaller  <uraeus@gnome.org>
15061
15062         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15063
15064 2005-05-06  Wim Taymans  <wim@fluendo.com>
15065
15066         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15067         (gst_audio_convert_caps_remove_format_info),
15068         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15069         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15070         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15071         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15072         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15073         * gst/sine/Makefile.am:
15074         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15075         (gst_sinesrc_class_init), (gst_sinesrc_init),
15076         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15077         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15078         (gst_sinesrc_update_freq):
15079         * gst/sine/gstsinesrc.h:
15080         * gst/tcp/gstmultifdsink.c:
15081         * sys/xvimage/xvimagesink.c:
15082         Fixed negotiation wrt _peer_get_caps()
15083         Some cleanups.
15084
15085
15086 2005-05-06  Wim Taymans  <wim@fluendo.com>
15087
15088         * gst-libs/gst/audio/gstaudiosink.c:
15089         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15090         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15091         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15092         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15093         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15094         (gst_audiosink_create_ringbuffer):
15095         * gst-libs/gst/audio/gstbaseaudiosink.c:
15096         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15097         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15098         (gst_baseaudiosink_set_property), (build_linear_format),
15099         (debug_spec_caps), (debug_spec_buffer),
15100         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15101         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15102         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15103         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15104         * gst-libs/gst/audio/gstbaseaudiosink.h:
15105         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15106         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15107         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15108         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15109         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15110         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15111         (wait_segment), (gst_ringbuffer_commit),
15112         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15113         (gst_ringbuffer_clear):
15114         * gst-libs/gst/audio/gstringbuffer.h:
15115         Make the base audiosink return an error when there is no
15116         audiobuffer negotiated.
15117
15118 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15119
15120         * ext/Makefile.am:
15121         Disable cdparanoia until someone ports it!
15122
15123 2005-05-06  Wim Taymans  <wim@fluendo.com>
15124
15125         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15126         (gst_ogg_demux_sink_activate):
15127         And revert after wingo's revert.. sigh..
15128
15129 2005-05-05  Andy Wingo  <wingo@pobox.com>
15130
15131         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15132         GObject.
15133         * configure.ac: Return audiorate and subparse from the ghetto.
15134         Re-enable -Wall -Werror.
15135         * gst/subparse/gstsubparse.c:
15136         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15137         or chain-based. Cleaned up a bit. Not tested.
15138         
15139 2005-05-05  Christian Schaller <christian@fluendo.com> 
15140
15141         * Makefile.am: remove stuff that is not building
15142         * configure.ac: remove stuff that is not building
15143         * examples/Makefile.am: remove stuff that is not building
15144         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15145         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15146         * sys/Makefile.am: remove stuff that is not building
15147         * testsuite/Makefile.am: remove stuff that is not building
15148
15149 2005-05-05  Andy Wingo  <wingo@pobox.com>
15150
15151         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15152         * gst-libs/gst/tag/gstvorbistag.c:
15153         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15154         * gst/adder/gstadder.h:
15155         * gst/audioconvert/gstchannelmix.c:
15156         (gst_audio_convert_fill_one_other):
15157         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15158         (gst_audiorate_init), (gst_audiorate_chain):
15159         * gst/playback/gstplaybasebin.c: (setup_source):
15160         * gst/playback/test3.c: (update_scale):
15161         Some GCC4 fixes
15162         
15163         * po/af.po:
15164         * po/az.po:
15165         * po/cs.po:
15166         * po/en_GB.po:
15167         * po/hu.po:
15168         * po/it.po:
15169         * po/nb.po:
15170         * po/nl.po:
15171         * po/or.po:
15172         * po/sq.po:
15173         * po/sr.po:
15174         * po/sv.po:
15175         * po/uk.po:
15176         * po/vi.po: Foo
15177
15178 2005-05-05  Wim Taymans  <wim@fluendo.com>
15179
15180         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15181         (gst_audio_convert_caps_remove_format_info),
15182         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15183         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15184         * gst/videotestsrc/gstvideotestsrc.c:
15185         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15186         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15187         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15188         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15189         Don't ignore _push() return values.
15190         Make sure no processing is done when shutting down.
15191         Videotestsrc pad activation fix.
15192
15193 2005-05-05  Wim Taymans  <wim@fluendo.com>
15194
15195         * gst/adder/Makefile.am:
15196         * gst/adder/gstadder.c: (gst_adder_setcaps),
15197         (gst_adder_class_init), (gst_adder_init),
15198         (gst_adder_request_new_pad), (gst_adder_collected),
15199         (gst_adder_change_state):
15200         * gst/adder/gstadder.h:
15201         Ported adder as an example of a mixer element using
15202         collect pads. Needs more negotiation work.
15203
15204 2005-05-05  Wim Taymans  <wim@fluendo.com>
15205
15206         * ext/theora/theoradec.c: (_inc_granulepos),
15207         (theora_dec_src_event), (theora_dec_sink_event),
15208         (theora_handle_comment_packet), (theora_handle_type_packet),
15209         (theora_handle_header_packet), (theora_handle_data_packet),
15210         (theora_dec_chain):
15211         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15212         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15213         (theora_push_buffer), (theora_push_packet),
15214         (theora_enc_sink_event), (theora_enc_chain),
15215         (theora_enc_change_state), (theora_enc_set_property),
15216         (theora_enc_get_property):
15217         Added stream lock to decoder so that we can serialize
15218         the discont event.
15219         More theoraenc porting, recover from errors, do clean
15220         shutdown.
15221
15222 2005-05-05  Wim Taymans  <wim@fluendo.com>
15223
15224         * ext/ogg/Makefile.am:
15225         * ext/ogg/README:
15226         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15227         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15228         (gst_ogg_print):
15229         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15230         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15231         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15232         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15233         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15234         (gst_ogg_mux_change_state):
15235         Ported ogg muxer.
15236
15237 2005-05-05  Wim Taymans  <wim@fluendo.com>
15238
15239         * docs/design-audiosinks.txt:
15240         * gst-libs/gst/audio/TODO:
15241         * gst-libs/gst/audio/gstaudiosink.c:
15242         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15243         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15244         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15245         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15246         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15247         (gst_audiosink_create_ringbuffer):
15248         * gst-libs/gst/audio/gstbaseaudiosink.c:
15249         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15250         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15251         (gst_baseaudiosink_set_property), (build_linear_format),
15252         (debug_spec_caps), (debug_spec_buffer),
15253         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15254         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15255         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15256         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15257         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15258         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15259         (gst_ringbuffer_release), (gst_ringbuffer_play),
15260         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15261         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15262         (gst_ringbuffer_set_sample), (wait_segment),
15263         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15264         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15265         More work on the audiosink, mostly debugging and a race in
15266         shutdown.
15267
15268 2005-04-28  Wim Taymans  <wim@fluendo.com>
15269
15270         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15271         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15272         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15273         (vorbis_dec_src_query), (vorbis_dec_src_event),
15274         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15275         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15276         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15277         Don't crap out when seeking back to position 0.
15278
15279 2005-04-28  Wim Taymans  <wim@fluendo.com>
15280
15281         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15282         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15283         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15284         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15285         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15286         Make audio sink configurable, use alsasink as default.
15287
15288 2005-04-28  Wim Taymans  <wim@fluendo.com>
15289
15290         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15291         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15292         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15293         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15294         (vorbis_dec_change_state):
15295         * ext/vorbis/vorbisdec.h:
15296         Refactor, use STREAM_LOCK.
15297
15298 2005-04-28  Wim Taymans  <wim@fluendo.com>
15299
15300         * ext/theora/theoradec.c: (_inc_granulepos),
15301         (theora_dec_sink_event), (theora_handle_comment_packet),
15302         (theora_handle_type_packet), (theora_handle_header_packet),
15303         (theora_handle_data_packet), (theora_dec_chain),
15304         (theora_dec_change_state):
15305         Refactor a bit, use STREAM_LOCK.
15306
15307 2005-04-28  Wim Taymans  <wim@fluendo.com>
15308
15309         * ext/alsa/Makefile.am:
15310         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15311         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15312         (gst_alsa_link), (gst_alsa_close_audio):
15313         * ext/alsa/gstalsaplugin.c: (plugin_init):
15314         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15315         (gst_alsasink_dispose), (gst_alsasink_base_init),
15316         (gst_alsasink_class_init), (gst_alsasink_init),
15317         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15318         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15319         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15320         (gst_alsasink_reset):
15321         * ext/alsa/gstalsasink.h:
15322         Implement alsasink with simple open/write/close API. 
15323         Make alsa dir build by disabling compilation of code.
15324
15325 2005-04-28  Wim Taymans  <wim@fluendo.com>
15326
15327         * gst-libs/gst/audio/Makefile.am:
15328         * gst-libs/gst/audio/audio.h:
15329         * gst-libs/gst/audio/audioclock.c:
15330         * gst-libs/gst/audio/audioclock.h:
15331         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15332         (gst_audio_clock_class_init), (gst_audio_clock_init),
15333         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15334         * gst-libs/gst/audio/gstaudioclock.h:
15335         * gst-libs/gst/audio/gstaudiosink.c:
15336         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15337         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15338         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15339         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15340         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15341         (gst_audiosink_create_ringbuffer):
15342         * gst-libs/gst/audio/gstbaseaudiosink.c:
15343         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15344         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15345         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15346         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15347         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15348         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15349         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15350         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15351         * gst-libs/gst/audio/gstbaseaudiosink.h:
15352         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15353         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15354         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15355         (gst_ringbuffer_release), (gst_ringbuffer_play),
15356         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15357         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15358         (gst_ringbuffer_set_sample), (wait_segment),
15359         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15360         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15361         * gst-libs/gst/audio/gstringbuffer.h:
15362         Make ringbuffer faster and more simple by removing the locks
15363         in the playback thread.
15364         Add sample accurate playback based on buffer sample offsets.
15365         Make the baseaudiosink provide a clock.
15366         Parse caps in the base class.
15367         Correctly handle seeking, flushing and state changes.
15368
15369 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15370
15371         * configure.ac:
15372         * gst/audioconvert/Makefile.am:
15373         * gst/audioscale/Makefile.am:
15374           Fix part of the build.  Come on guys, autogen didn't even work :)
15375
15376 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15377
15378         * configure.ac:
15379         * gst-libs/gst/Makefile.am:
15380         * gst-libs/gst/media-info/.cvsignore:
15381         * gst-libs/gst/media-info/Makefile.am:
15382         * gst-libs/gst/media-info/README:
15383         * gst-libs/gst/media-info/media-info-priv.c:
15384         * gst-libs/gst/media-info/media-info-priv.h:
15385         * gst-libs/gst/media-info/media-info-test.c:
15386         * gst-libs/gst/media-info/media-info.c:
15387         * gst-libs/gst/media-info/media-info.h:
15388         * gst-libs/gst/media-info/media-info.vcproj:
15389         * pkgconfig/Makefile.am:
15390         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15391         * pkgconfig/gstreamer-media-info.pc.in:
15392           Remove media-info, which is also successed by playbin (see Totem
15393           implementation).
15394
15395 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15396
15397         * configure.ac:
15398         * examples/Makefile.am:
15399         * examples/gstplay/.cvsignore:
15400         * examples/gstplay/Makefile.am:
15401         * examples/gstplay/player.c:
15402         * gst-libs/gst/Makefile.am:
15403         * gst-libs/gst/play/.cvsignore:
15404         * gst-libs/gst/play/Makefile.am:
15405         * gst-libs/gst/play/play.c:
15406         * gst-libs/gst/play/play.h:
15407         * gst-libs/gst/play/play.vcproj:
15408         * pkgconfig/Makefile.am:
15409         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15410         * pkgconfig/gstreamer-play.pc.in:
15411           Remove libgstplay, playbin is now the official successor.
15412
15413 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15414
15415         * configure.ac:
15416         * gst-libs/gst/Makefile.am:
15417         * gst-libs/gst/xwindowlistener/Makefile.am:
15418         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15419         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15420           Remove deprecated xwindowlistener (I've moved xwindowlistening
15421           in the v4l/v4l2 plugins over to serverside).
15422
15423 2005-04-25  David Schleef  <ds@schleef.org>
15424
15425         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15426         to examples/dynparams.  Examples do not belong interspersed with
15427         source code.
15428         * examples/dynparams/demo-dparams.c:
15429         * gst/sine/Makefile.am:
15430         * gst/sine/demo-dparams.c:
15431
15432 2005-04-25  David Schleef  <ds@schleef.org>
15433
15434         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15435         * gst-libs/gst/audio/Makefile.am:
15436         * gst-libs/gst/riff/Makefile.am:
15437         * gst-libs/gst/tag/Makefile.am:
15438         * gst-libs/gst/video/Makefile.am:
15439         * gst-libs/gst/xwindowlistener/Makefile.am:
15440
15441         Convert to 0.9 API, seems to work:
15442         * sys/ximage/Makefile.am:
15443         * sys/ximage/ximagesink.c:
15444
15445 2005-04-24  David Schleef  <ds@schleef.org>
15446
15447         Link plugins against libraries:
15448         * ext/alsa/Makefile.am:
15449         * gst/tcp/Makefile.am:
15450
15451         Remove asm code that should be in liboil
15452         * gst/videoscale/Makefile.am:
15453         * gst/videoscale/videoscale_x86_asm.s:
15454
15455         gettext wants these checked in:
15456         * po/af.po:
15457         * po/az.po:
15458         * po/cs.po:
15459         * po/en_GB.po:
15460         * po/hu.po:
15461         * po/it.po:
15462         * po/nb.po:
15463         * po/nl.po:
15464         * po/or.po:
15465         * po/sq.po:
15466         * po/sr.po:
15467         * po/sv.po:
15468         * po/uk.po:
15469         * po/vi.po:
15470
15471 2005-04-24  David Schleef  <ds@schleef.org>
15472
15473         Convert gst_main() to g_main_loop_run()
15474         * gst/playback/decodetest.c: (main):
15475         * gst/playback/test2.c: (main):
15476         * gst/playback/test3.c: (main):
15477         * gst/playback/test4.c: (main):
15478
15479         Link plugins against libraries:
15480         * ext/libvisual/Makefile.am:
15481         * sys/xvimage/Makefile.am:
15482
15483 2005-04-24  David Schleef  <ds@schleef.org>
15484
15485         * configure.ac: Remove idct and resample libs
15486         * gst-libs/gst/Makefile.am: same
15487
15488         Remove usage of gst_library_load():
15489         * ext/alsa/gstalsaplugin.c: (plugin_init):
15490         * ext/libvisual/visual.c: (plugin_init):
15491         * ext/ogg/gstogg.c: (plugin_init):
15492         * ext/theora/theora.c: (plugin_init):
15493         * ext/vorbis/vorbis.c: (plugin_init):
15494         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15495         * gst/audioscale/gstaudioscale.c:
15496         * gst/adder/gstadder.c: (plugin_init):
15497         * gst/audioconvert/plugin.c: (plugin_init):
15498         * sys/ximage/ximagesink.c: (plugin_init):
15499         * sys/xvimage/xvimagesink.c: (plugin_init):
15500         * gst/tcp/gsttcpplugin.c: (plugin_init):
15501
15502         Link plugins against libraries:
15503         * ext/ogg/Makefile.am:
15504         * ext/theora/Makefile.am:
15505         * ext/vorbis/Makefile.am:
15506         * gst/audioconvert/Makefile.am:
15507
15508         Create proper libraries:
15509         * gst-libs/gst/riff/Makefile.am:
15510         * gst-libs/gst/audio/Makefile.am:
15511         * gst-libs/gst/video/Makefile.am:
15512
15513         Move resample library to audioscale plugin directory:
15514         * gst-libs/gst/resample/Makefile.am:
15515         * gst-libs/gst/resample/README:
15516         * gst-libs/gst/resample/dtof.c:
15517         * gst-libs/gst/resample/dtos.c:
15518         * gst-libs/gst/resample/functable.c:
15519         * gst-libs/gst/resample/private.h:
15520         * gst-libs/gst/resample/resample.c:
15521         * gst-libs/gst/resample/resample.h:
15522         * gst-libs/gst/resample/resample.vcproj:
15523         * gst-libs/gst/resample/test.c:
15524         * gst/audioscale/Makefile.am:
15525         * gst/audioscale/README:
15526         * gst/audioscale/dtof.c:
15527         * gst/audioscale/dtos.c:
15528         * gst/audioscale/functable.c:
15529         * gst/audioscale/private.h:
15530         * gst/audioscale/resample.c:
15531         * gst/audioscale/resample.h:
15532         * gst/audioscale/test.c:
15533
15534         Move tagedit library to gst-libs:
15535         * gst-libs/gst/tag/Makefile.am:
15536         * gst-libs/gst/tag/gstid3tag.c:
15537         * gst-libs/gst/tag/gsttagediting.c:
15538         * gst-libs/gst/tag/gsttageditingprivate.h:
15539         * gst-libs/gst/tag/gstvorbistag.c:
15540         * gst/tags/Makefile.am:
15541         * gst/tags/gstid3tag.c:
15542         * gst/tags/gstvorbistag.c:
15543
15544         Fix for core changes:
15545         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15546         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15547         (gst_sinesrc_getrange):
15548
15549 2005-04-23  David Schleef  <ds@schleef.org>
15550
15551         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15552         in gst-plugins in a long time, and properly belongs in liboil.
15553         * gst-libs/gst/idct/Makefile.am:
15554         * gst-libs/gst/idct/README:
15555         * gst-libs/gst/idct/dct.h:
15556         * gst-libs/gst/idct/doieee:
15557         * gst-libs/gst/idct/fastintidct.c:
15558         * gst-libs/gst/idct/floatidct.c:
15559         * gst-libs/gst/idct/idct.c:
15560         * gst-libs/gst/idct/idct.h:
15561         * gst-libs/gst/idct/idtc.vcproj:
15562         * gst-libs/gst/idct/ieeetest.c:
15563         * gst-libs/gst/idct/intidct.c:
15564
15565 2005-04-20  Wim Taymans  <wim@fluendo.com>
15566
15567         * docs/design-audiosinks.txt:
15568         * gst-libs/gst/audio/Makefile.am:
15569         * gst-libs/gst/audio/TODO:
15570         * gst-libs/gst/audio/gstaudiosink.c:
15571         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15572         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15573         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15574         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15575         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15576         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15577         (gst_audiosink_class_init), (gst_audiosink_init),
15578         (gst_audiosink_create_ringbuffer):
15579         * gst-libs/gst/audio/gstaudiosink.h:
15580         * gst-libs/gst/audio/gstbaseaudiosink.c:
15581         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15582         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15583         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15584         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15585         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15586         (gst_baseaudiosink_create_ringbuffer),
15587         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15588         * gst-libs/gst/audio/gstbaseaudiosink.h:
15589         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15590         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15591         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15592         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15593         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15594         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15595         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15596         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15597         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15598         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15599         * gst-libs/gst/audio/gstringbuffer.h:
15600         An attempt at a set of audio base classes together with some
15601         design docs.
15602
15603 2005-04-20  Wim Taymans  <wim@fluendo.com>
15604
15605         * gst/audioconvert/Makefile.am:
15606         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15607         (gst_audio_convert_caps_remove_format_info),
15608         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15609         (gst_audio_convert_channels):
15610         Link against audio libs.
15611         Fix audio convert plugin.
15612
15613 2005-04-20  Wim Taymans  <wim@fluendo.com>
15614
15615         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15616         (gst_ogg_demux_sink_activate):
15617         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15618         (theora_set_header_on_caps), (theora_enc_sink_event),
15619         (theora_enc_chain):
15620         Fix theora encoder.
15621
15622 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15623
15624         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15625         * gst/playback/gstdecodebin.c: (find_compatibles):
15626           Work with staticpadtemplates in elementfactories.
15627
15628 2005-04-12  Wim Taymans  <wim@fluendo.com>
15629
15630         * gst/playback/README:
15631         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15632         (compare_ranks), (print_feature), (gst_decode_bin_init),
15633         (dynamic_create), (dynamic_free), (find_compatibles),
15634         (mimetype_is_raw), (close_pad_link), (got_redirect),
15635         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15636         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15637         (gst_decode_bin_change_state):
15638         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15639         (gst_play_base_bin_init), (group_destroy), (group_commit),
15640         (check_queue), (queue_overrun), (queue_threshold_reached),
15641         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15642         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15643         (got_redirect), (setup_source), (play_base_eos),
15644         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15645         (gst_play_base_bin_remove_element):
15646         * gst/playback/gstplaybasebin.h:
15647         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15648         (gst_play_bin_init), (gst_play_bin_dispose),
15649         (gst_play_bin_set_property), (gen_video_element),
15650         (gen_text_element), (gen_audio_element), (remove_sinks),
15651         (gst_play_bin_send_event):
15652         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15653         (stream_info_change_state), (gst_stream_info_set_mute):
15654         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15655         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15656         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15657         (gst_stream_selector_chain):
15658         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15659         (main):
15660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15661         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15662         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15663         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15664         Raw and crude port of decodebin. 
15665         Make playbin compile.
15666
15667 2005-04-06  Wim Taymans  <wim@fluendo.com>
15668
15669         * ext/gnomevfs/Makefile.am:
15670         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15671         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15672         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15673         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15674         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15675         (gst_gnomevfssrc_stop):
15676         * ext/ogg/Makefile.am:
15677         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15678         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15679         * ext/theora/Makefile.am:
15680         * ext/theora/theoradec.c: (_inc_granulepos),
15681         (theora_dec_sink_event), (theora_dec_chain):
15682         * ext/vorbis/Makefile.am:
15683         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15684         (vorbis_dec_sink_event), (vorbis_dec_chain):
15685         * gst-libs/gst/audio/Makefile.am:
15686         * sys/xvimage/Makefile.am:
15687         Make gnomevfssrc extend the source base class.
15688         Fix linking against libs in various plugins.
15689
15690 2005-04-06  Andy Wingo  <wingo@pobox.com>
15691
15692         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15693         GST_BASE_LIBS.
15694
15695         * configure.ac: Add check and AC_SUBST for libgstbase.
15696
15697 2005-03-31  Wim Taymans  <wim@fluendo.com>
15698
15699         * examples/seeking/Makefile.am:
15700         * examples/seeking/cdparanoia.c: (main):
15701         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15702         (play_cb), (pause_cb), (stop_cb), (main):
15703         * examples/seeking/playbin.c:
15704         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15705         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15706         (make_sid_pipeline), (make_vorbis_pipeline),
15707         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15708         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15709         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15710         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15711         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15712         (stop_cb), (main):
15713         * examples/seeking/spider_seek.c:
15714         * examples/seeking/vorbisfile.c:
15715         * ext/gnomevfs/Makefile.am:
15716         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15717         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15718         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15719         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15720         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15721         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15722         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15723         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15724         * ext/ogg/README:
15725         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15726         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15727         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15728         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15729         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15730         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15731         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15732         (gst_ogg_demux_factory_filter), (compare_ranks),
15733         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15734         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15735         (gst_ogg_chain_new), (gst_ogg_chain_free),
15736         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15737         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15738         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15739         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15740         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15741         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15742         (gst_ogg_demux_get_prev_page),
15743         (gst_ogg_demux_deactivate_current_chain),
15744         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15745         (gst_ogg_demux_bisect_forward_serialno),
15746         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15747         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15748         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15749         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15750         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15751         (gst_ogg_demux_change_state), (gst_ogg_print):
15752         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15753         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15754         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15755         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15756         (gst_ogg_mux_loop):
15757         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15758         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15759         (theora_dec_src_convert), (theora_dec_sink_convert),
15760         (theora_dec_src_query), (theora_dec_src_event),
15761         (theora_dec_sink_event), (theora_dec_chain),
15762         (theora_dec_change_state):
15763         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15764         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15765         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15766         (theora_enc_change_state):
15767         * ext/vorbis/Makefile.am:
15768         * ext/vorbis/oggvorbisenc.c:
15769         * ext/vorbis/oggvorbisenc.h:
15770         * ext/vorbis/vorbis.c: (plugin_init):
15771         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15772         (vorbis_dec_src_query), (vorbis_dec_src_event),
15773         (vorbis_dec_sink_event), (vorbis_dec_chain),
15774         (vorbis_dec_change_state):
15775         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15776         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15777         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15778         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15779         (gst_vorbisenc_change_state):
15780         * ext/vorbis/vorbisenc.h:
15781         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15782         * gst-libs/gst/audio/audioclock.c:
15783         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15784         (gst_audiofilter_init), (gst_audiofilter_chain):
15785         * gst-libs/gst/audio/testchannels.c: (main):
15786         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15787         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15788         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15789         (gmip_find_track_streaminfo), (gmip_find_track_format):
15790         * gst-libs/gst/media-info/media-info.c:
15791         (gst_media_info_read_idler):
15792         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15793         (gst_play_get_all_by_interface):
15794         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15795         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15796         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15797         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15798         (gst_riff_parse_info):
15799         * gst-libs/gst/riff/riff-read.h:
15800         * gst-libs/gst/riff/riff.c: (plugin_init):
15801         * gst-libs/gst/video/Makefile.am:
15802         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15803         (gst_videosink_class_init), (gst_videosink_get_type):
15804         * gst-libs/gst/video/videosink.h:
15805         * gst/audioconvert/bufferframesconvert.c:
15806         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15807         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15808         * gst/audioconvert/channelmixtest.c: (main):
15809         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15810         (gst_audio_convert_chain),
15811         (gst_audio_convert_caps_remove_format_info),
15812         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15813         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15814         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15815         (gst_audio_convert_buffer_to_default_format),
15816         (gst_audio_convert_buffer_from_default_format),
15817         (gst_audio_convert_channels):
15818         * gst/audioconvert/gstchannelmix.h:
15819         * gst/ffmpegcolorspace/avcodec.h:
15820         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15821         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15822         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15823         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15824         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15825         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15826         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15827         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15828         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15829         (dv_type_find):
15830         * gst/videotestsrc/gstvideotestsrc.c:
15831         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15832         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15833         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15834         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15835         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15836         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15837         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15838         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15839         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15840         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15841         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15842         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15843         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15844         (gst_xvimagesink_navigation_send_event),
15845         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15846         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15847         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15848         * sys/xvimage/xvimagesink.h:
15849         Plugin port to 0.9, ogg/theora playback should work in the seek
15850         example now.
15851         Removed old examples.
15852         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15853         explained in 0.9 TODO doc.
15854
15855
15856 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15857
15858         * autogen.sh:
15859         * configure.ac:
15860         * ext/Makefile.am:
15861         * gst/Makefile.am:
15862         * po/POTFILES.in:
15863         * po/af.po:
15864         * po/az.po:
15865         * po/cs.po:
15866         * po/en_GB.po:
15867         * po/hu.po:
15868         * po/it.po:
15869         * po/nb.po:
15870         * po/nl.po:
15871         * po/or.po:
15872         * po/sq.po:
15873         * po/sr.po:
15874         * po/sv.po:
15875         * po/uk.po:
15876         * po/vi.po:
15877         * sys/Makefile.am:
15878         * testsuite/Makefile.am:
15879           remove a whole bunch of plugins.  This module now contains a set
15880           of free reference plugins/elements as agreed.
15881
15882 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15883
15884         * configure.ac:
15885           hunting season on 0.9 is now OPEN
15886
15887 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15888
15889         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15890           Kick the hell out of gcc for not warning me about a symbol conflict.
15891
15892 2005-02-22  Luca Ognibene  <luogni@tin.it>
15893
15894         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15895
15896         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15897           Don't leak caps string (fixes #168134)
15898
15899         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15900         (gst_jpegenc_init), (gst_jpegenc_finalize),
15901         (gst_jpegenc_change_state):
15902           Don't leak line buffers and context struct (fixes #168133).
15903
15904 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
15905
15906         * configure.ac:
15907         * ext/dirac/gstdiracdec.cc:
15908         (gst_diracdec_chain):
15909           Since dirac 0.5.0 the framerate in dirac is expressed as a
15910           rational number. Fix build and up requirement to 0.5.0, and
15911           also pass parameters to gst_diracdec_link in the right order
15912           (fixes #167959).
15913
15914 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
15915
15916         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15917         * ext/faad/gstfaad.h:
15918         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
15919         certain invalid muxed streams, where some packets will contain 
15920         junk after decoder data. Partially fixes #149158.
15921
15922 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
15923         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15924           Make sure we only write to writable buffers
15925
15926 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
15927
15928         * gst-libs/gst/riff/riff-media.c:
15929         (gst_riff_create_audio_caps_with_data):
15930           Do actually fix invalid RIFF fmt header values for alaw
15931           and mulaw audio instead of just saying so.
15932
15933         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15934           Give gst_riff_create_audio_caps_with_data() a chance to
15935           fix up broken format header fields before extracting any
15936           parameters from the header. (fixes #167633)
15937
15938 2005-02-19  Martin Holters  <martin.holters@gmx.de>
15939
15940         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15941
15942         * gst/audioconvert/bufferframesconvert.c:
15943         (buffer_frames_convert_link):
15944           Don't leak othercaps. (fixes #167878)
15945
15946 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
15947
15948         * configure.ac:
15949         * ext/libvisual/visual.c: (gst_visual_srclink),
15950         (gst_visual_change_state):
15951           Support libvisual 0.2.0.
15952
15953 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
15954
15955         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
15956         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
15957           Use same rowstrides for I420 as used everywhere else.
15958
15959 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
15960
15961         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15962           Declare variables at beginning of block and make gcc-2.95 happy
15963           (fixes # 167482, patch by Gergely Nagy).
15964           
15965         * gst/tcp/gsttcpclientsrc.c:
15966         * gst/tcp/gsttcpclientsrc.h:
15967           Move some includes into the header, so that struct sockaddr_in is
15968           defined when it should be defined on FreeBSD as well (fixes
15969           #167483).
15970           
15971         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15972           Don't pass uninitialised values to setsockopt() here either.
15973
15974 2005-02-17  Luca Ognibene  <luogni at tin dot it>
15975
15976         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15977
15978         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
15979           Don't pass uninitialised values to setsockopt(). (fixes #167704)
15980
15981 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15982
15983         * gst/playback/gstplaybin.c: (add_sink):
15984           Invert bin_add/link order to workaround deadlock in opt.
15985
15986 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15987
15988         * gst/modplug/gstmodplug.cc:
15989           Add missing break causing position queries to fail.
15990
15991 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15992
15993         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
15994           Granpos can apparently be -1, which screws up calculations...
15995
15996 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
15997
15998         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15999         (gst_ximagesink_send_pending_navigation),
16000         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16001         (gst_ximagesink_init):
16002         * sys/ximage/ximagesink.h:
16003         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16004         (gst_xvimagesink_send_pending_navigation),
16005         (gst_xvimagesink_navigation_send_event),
16006         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16007         * sys/xvimage/xvimagesink.h:
16008           Use a mutex protected list to marshal navigation
16009           events into the stream thread from whichever thread
16010           sends them.
16011
16012 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
16013
16014         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16015           Display current position and track length; misc. clean-ups.
16016           
16017         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16018         (speed_init), (speed_chain):
16019           Add query function, so that the stream length and current position
16020           get adjusted when queried (note that current position queries may
16021           still be wrong if the audio sink returns values based on buffer
16022           timestamps instead of passing on the query).
16023
16024 2005-02-13  Benjamin Otte  <otte@gnome.org>
16025
16026         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16027         (gst_audio_convert_channels):
16028           create channel conversion matrix when linking
16029         * gst/audioconvert/.cvsignore:
16030         * gst/audioconvert/Makefile.am:
16031         * gst/audioconvert/channelmixtest.c: (main):
16032           add (ugly) test that ensures stereo <=> mono conversion works
16033           correctly
16034
16035 2005-02-13  Benjamin Otte  <otte@gnome.org>
16036
16037         * gst/audioconvert/gstchannelmix.h:
16038           include missing header file
16039         * gst/audioconvert/gstchannelmix.c:
16040         (gst_audio_convert_fill_compatible):
16041           use same sign for both channels when converting to/from compatible
16042           channel. Previously used different signs made the signals cancel
16043           each other out and appear like silence. (fixes #167269)
16044
16045 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16046
16047         * gst/ffmpegcolorspace/avcodec.h:
16048         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16049         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16050         (gst_ffmpegcsp_avpicture_fill):
16051         * gst/ffmpegcolorspace/imgconvert.c:
16052           Convert to and from YV12 (fixes #156379).
16053
16054 2005-02-12  Julien MOUTTE  <julien@moutte.net>
16055
16056         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16057         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16058         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16059         (gst_ximagesink_expose), (gst_ximagesink_set_property),
16060         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16061         methods from chain and negotiation and vice versa (Fixes #166142).
16062         * sys/ximage/ximagesink.h: Add stream_lock.
16063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16064         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16065         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16066         (gst_xvimagesink_expose): Check for xcontext before trying to link.
16067
16068 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16069
16070         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16071           Don't send "Hey! You gave me a NULL pointer you naughty person" as
16072           error message when we can't open the DVD device (when dvdnav_open()
16073           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16074           the above). Send something more useful instead (fixes #167117).
16075
16076 2005-02-11  Julien MOUTTE  <julien@moutte.net>
16077
16078         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16079         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16080         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16081         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16082         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16083         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16084         methods from chain and negotiation and vice versa (Fixes #166142).
16085         Fix a possible bug of images in the buffer pool being discarded because
16086         we are looking at the wrong geometry.
16087         * sys/xvimage/xvimagesink.h: Add stream_lock.
16088
16089 2005-02-11  David Schleef  <ds@schleef.org>
16090
16091         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16092         unsigned int. (fixes #167128)
16093
16094 2005-02-11  David Schleef  <ds@schleef.org>
16095
16096         * gst/librfb/Makefile.am: Testing stuff before committing is
16097           for wimps... and people with fast machines.  Fix stupid
16098           mistake.
16099
16100 2005-02-11  David Schleef  <ds@schleef.org>
16101
16102         * configure.ac: Pull in librfb from my CVS tree, because it is
16103           too small and annoying to be separate.  Move rfbsrc plugin
16104           to gst/.
16105         * ext/Makefile.am:
16106         * ext/librfb/Makefile.am:
16107         * ext/librfb/gstrfbsrc.c:
16108         * gst/librfb/Makefile.am:
16109         * gst/librfb/gstrfbsrc.c:
16110         * gst/librfb/rfb.c:
16111         * gst/librfb/rfb.h:
16112         * gst/librfb/rfbbuffer.c:
16113         * gst/librfb/rfbbuffer.h:
16114         * gst/librfb/rfbbytestream.c:
16115         * gst/librfb/rfbbytestream.h:
16116         * gst/librfb/rfbcontext.h:
16117         * gst/librfb/rfbdecoder.c:
16118         * gst/librfb/rfbdecoder.h:
16119         * gst/librfb/rfbutil.h:
16120
16121 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
16122
16123         * gst/speed/Makefile.am:
16124         * gst/speed/demo-mp3.c: (main):
16125         * gst/speed/filter.func:
16126         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16127         (speed_class_init), (speed_init), (speed_chain_int16),
16128         (speed_chain_float32), (speed_chain), (speed_set_property),
16129         (speed_get_property), (speed_change_state):
16130         * gst/speed/gstspeed.h:
16131           Fix speed element and make it chain-based (fixes #156467),
16132           and make it handle more than one channel.
16133
16134 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
16135
16136         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16137         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16138         (gst_dtsdec_chain), (gst_dtsdec_change_state):
16139         * ext/dts/gstdtsdec.h:
16140           Don't clobber the stack constructing the channels array.
16141           Make the element chain-based. DTS tracks can now be played.
16142           
16143 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
16144
16145         * gst-libs/gst/audio/multichannel.h:
16146         * gst-libs/gst/gconf/gconf.h:
16147         * gst-libs/gst/idct/idct.h:
16148         * gst-libs/gst/media-info/media-info-priv.h:
16149         * gst-libs/gst/play/play.h:
16150         * gst-libs/gst/resample/private.h:
16151         * gst-libs/gst/resample/resample.h:
16152         * gst-libs/gst/riff/riff-ids.h:
16153         * gst-libs/gst/video/video.h:
16154         * gst-libs/gst/video/videosink.h:
16155           Add G_BEGIN_DECLS and G_END_DECLS around headers where
16156           missing, so that they work when included from C++ code.
16157
16158 2005-02-09  David Schleef  <ds@schleef.org>
16159
16160         * testsuite/gst-lint: Check for non-statically scoped
16161           parent_class variables.  This won't be a problem once
16162           plugins are loaded with RTLD_LOCAL.
16163
16164 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16165
16166         * ext/mplex/gstmplexibitstream.cc:
16167           gcc madness.
16168
16169 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16170
16171         * ext/ogg/gstogmparse.c:
16172         * gst/debug/gstnavigationtest.c:
16173           Die, thou faulty symbol pollutors (non-static parent_class).
16174
16175 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16176
16177         * ext/mplex/gstmplexibitstream.cc:
16178           Fix event handling (#165525).
16179
16180 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16181
16182         * ext/mikmod/gstmikmod.c:
16183         * gst/modplug/gstmodplug.cc:
16184           Add missing endianness to template (fixes #165509).
16185
16186 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16187
16188         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16189           Fix wrong order of reading of optional bytes (#165290).
16190
16191 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16192
16193         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16194           Implement FILLER event awareness.
16195
16196 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16197
16198         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16199           Fix track calculations (#166208).
16200
16201 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16202
16203         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16204
16205         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16206         * ext/libpng/gstpngenc.c:
16207           Fix byte-order, use proper fixed caps. Fixes #164197.
16208
16209 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16210
16211         * configure.ac:
16212           Add dvdlpcmdec 
16213
16214         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16215         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16216           Don't push buffers if the src pad isn't negotiated yet.
16217           
16218         * gst/audioconvert/gstaudioconvert.c:
16219         (gst_audio_convert_buffer_to_default_format),
16220         (gst_audio_convert_buffer_from_default_format):
16221           Add support for 24-bit width.
16222
16223         * gst/dvdlpcmdec/.cvsignore:
16224         * gst/dvdlpcmdec/Makefile.am:
16225         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16226         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16227         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16228         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16229         (plugin_init):
16230         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16231           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16232           format. Needs support for the channels maps if someone can find 
16233           a DVD LPCM track with > 2 channels.
16234
16235         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16236         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16237         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16238         * gst/mpegstream/gstdvddemux.h:
16239         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16240         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16241         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16242         * gst/mpegstream/gstmpegdemux.h:
16243         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16244         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16245         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16246         (gst_mpeg_parse_handle_src_query),
16247         (gst_mpeg_parse_handle_src_event):
16248           Use audio/x-dvd-lpcm for LPCM output.
16249           Add DTS output.
16250
16251 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16252
16253         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16254
16255         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16256         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16257           Add BGRA handling (#165736).
16258
16259 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16260
16261         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16262
16263         * gst/law/alaw-decode.c: (alawdec_link):
16264         * gst/law/alaw-encode.c: (alawenc_link):
16265         * gst/law/mulaw-decode.c: (mulawdec_link):
16266         * gst/law/mulaw-encode.c: (mulawenc_link):
16267           Fix caps memleaks (#166600).
16268
16269 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16270
16271         * ext/tarkin/mem.h:
16272         * ext/tarkin/wavelet.h:
16273         * ext/tarkin/yuv.h:
16274         * gst/ffmpegcolorspace/avcodec.h:
16275           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16276           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16277
16278 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16279
16280         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16281         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16282         (gst_xvimagesink_change_state):
16283           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16284           Xv video (and thereby regenerate Xv colourkey) in clear() so
16285           that PLAY -> READY -> PLAY works (fixes #162504).
16286
16287 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16288
16289         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16290           Switch to list instead of range, since MJPEG-devices really just
16291           support decimations, not any size.
16292
16293 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16294         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16295         (gst_mpeg2dec_reset), (free_all_buffers),
16296         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16297         * ext/mpeg2dec/gstmpeg2dec.h:
16298           The libmpeg2 user-allocated buffer management is awkward, 
16299           to say the least. Hopefully this fixes things.
16300
16301 2005-02-04  Andy Wingo  <wingo@pobox.com>
16302
16303         * gst/audioconvert/bufferframesconvert.c
16304         (buffer_frames_convert_fixate): New function, fixates to 256
16305         frames per buffer by default. (Much better than 1.)
16306         (buffer_frames_convert_init): Set the fixate function for both src
16307         and sink pad.
16308         (buffer_frames_convert_link): After success setting nonfixed caps,
16309         get the negotiated caps so we can know how many buffer-frames it
16310         will be. No idea how this worked at all before.
16311
16312 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16313
16314         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16315         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16316         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16317         (handle_sequence), (handle_picture):
16318         * ext/mpeg2dec/gstmpeg2dec.h:
16319           Rearrange buffer tracking and refcounting and refactor
16320           a little for readability. 
16321
16322 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16323         * sys/v4l/gstv4l.c: (plugin_init):
16324         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16325         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16326         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16327         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16328         * sys/v4l/gstv4ljpegsrc.h:
16329         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16330         * sys/v4l/v4l_calls.h:
16331         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16332         (gst_v4lsrc_get_fps):
16333         * sys/v4l/v4lsrc_calls.h:
16334           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16335           you jpeg inside rgb frames" driver.
16336           Don't error in the v4lsrc link function, just return 
16337           REFUSED.
16338
16339 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16340
16341         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16342         (gst_qcamsrc_open):
16343           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16344
16345 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16346
16347         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16348           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16349
16350 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16351
16352         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16353           Reset negotiated state on PAUSED->READY.
16354
16355 2005-02-02  David Schleef  <ds@schleef.org>
16356
16357         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16358         whereever possible.  (Fixes #165997)
16359         * examples/capsfilter/capsfilter1.c: (main):
16360         * examples/dynparams/filter.c: (create_ui):
16361         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16362         * examples/seeking/chained.c: (main):
16363         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16364         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16365         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16366         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16367         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16368         * examples/switch/switcher.c: (main):
16369         * ext/dv/demo-play.c: (main):
16370         * ext/faad/gstfaad.c: (gst_faad_change_state):
16371         * ext/mad/gstmad.c: (gst_mad_chain):
16372         * ext/smoothwave/demo-osssrc.c: (main):
16373         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16374         (gst_gconf_render_bin_from_description),
16375         (gst_gconf_get_default_audio_sink),
16376         (gst_gconf_get_default_video_sink),
16377         (gst_gconf_get_default_audio_src),
16378         (gst_gconf_get_default_video_src),
16379         (gst_gconf_get_default_visualization_element):
16380         * gst/level/demo.c: (main):
16381         * gst/level/plot.c: (main):
16382         * gst/playback/gstplaybin.c: (gen_video_element),
16383         (gen_audio_element):
16384         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16385         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16386         * gst/sine/demo-dparams.c: (main):
16387         * gst/spectrum/demo-osssrc.c: (main):
16388         * gst/speed/demo-mp3.c: (main):
16389         * gst/volume/demo.c: (main):
16390         * testsuite/embed/embed.c: (main):
16391
16392 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16393
16394         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16395         (gst_tcpclientsink_finalize):
16396         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16397         (gst_tcpclientsrc_finalize):
16398         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16399         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16400         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16401         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16402           Don't leak the hostname when shutting down.
16403           In tcpserversrc, take a copy of the default hostname.
16404
16405 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16406
16407         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16408           Set caps to systemstream=TRUE.
16409
16410 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16411
16412         * testsuite/Makefile.am:
16413           Fix more OSX buildbots.
16414
16415 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16416
16417         * ext/mpeg2dec/gstmpeg2dec.c:
16418           Don't send things to NULL PAD_PEERs
16419
16420         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16421           Copy-on-write the incoming buffer.
16422
16423         * gst/mpegstream/gstdvddemux.h:
16424         * gst/mpegstream/gstmpegclock.h:
16425         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16426         (normal_seek), (gst_mpeg_demux_handle_src_event):
16427         * gst/mpegstream/gstmpegdemux.h:
16428         * gst/mpegstream/gstmpegpacketize.h:
16429         * gst/mpegstream/gstmpegparse.c:
16430         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16431         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16432         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16433         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16434         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16435         * gst/mpegstream/gstmpegparse.h:
16436         * gst/mpegstream/gstrfc2250enc.h:
16437           Various changes to the way time is computed that make seeking and
16438           total time estimation much better here.
16439           Use G_BEGIN/END_DECLS instead of __cplusplus
16440
16441         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16442           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16443
16444 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16445
16446         * gst/subparse/gstsubparse.c:
16447           Fix OSX buildbot.
16448
16449 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16450
16451         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16452         (theora_enc_chain), (theora_enc_change_state):
16453         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16454         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16455         (gst_vorbisenc_change_state):
16456         * ext/vorbis/vorbisenc.h:
16457           Set granulepos and timestamp correctly for streams not
16458           starting at 0, taking into account the initial delay.
16459
16460 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16461
16462         * gst/mpegstream/gstdvddemux.c:
16463           Add audio/x-dts to audio pad template caps
16464
16465 2005-01-30  David Schleef  <ds@schleef.org>
16466
16467         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16468         (create_context), (gst_polypsink_link): Fix silly endianness
16469         bug.  Add some debugging.  Remove float from caps; it doesn't
16470         work.  Attempt to get remote audio working.
16471
16472 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16473
16474         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16475           Add 3IV2 fourcc.
16476
16477 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16478
16479         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16480         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16481         (gst_avi_demux_stream_data):
16482         * gst/avi/gstavidemux.h:
16483           Invert DIB images. Fixes #132341.
16484
16485 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16486
16487         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16488         (gst_ffmpegcsp_chain):
16489           D'oh, reference the palette data, not the palette structure.
16490           Fixes color distortion in #132341.
16491
16492 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16493
16494         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16495           PAR can be non-fixed when not provided as argument (#162626).
16496
16497 2005-01-29  David Moore  <dcm@acm.org>
16498
16499         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16500
16501         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16502         (gst_qtdemux_loop_header):
16503           Re-apply patch from #142272 that allows non-seekable sources,
16504           re-proposed by Daniel Drake <dsd@gentoo.org>.
16505
16506 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16507
16508         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16509           Use the src template for creating the src pad (#162330).
16510
16511 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16512
16513         * configure.ac:
16514         * ext/musepack/Makefile.am:
16515         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16516         (gst_musepackdec_init), (gst_musepackdec_dispose),
16517         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16518         (gst_musepack_stream_init), (gst_musepackdec_loop),
16519         (gst_musepackdec_change_state):
16520         * ext/musepack/gstmusepackdec.cpp:
16521         * ext/musepack/gstmusepackdec.h:
16522         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16523         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16524         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16525         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16526         * ext/musepack/gstmusepackreader.cpp:
16527         * ext/musepack/gstmusepackreader.h:
16528           Update to 1.1 API (#165446).
16529
16530 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16531
16532         * ext/Makefile.am:
16533           Unbreak buildbot.
16534
16535 2005-01-28  Andy Wingo  <wingo@pobox.com>
16536
16537         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16538         to reflect a different dubious internet source. Add a reference
16539         and some commentary.
16540
16541 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16542
16543         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16544         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16545         * gst/playback/gststreamselector.h:
16546           Be more selective when we're redoing caps negotiation from
16547           within the chain function on a stream change.
16548
16549 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16550
16551         * configure.ac:
16552         * ext/Makefile.am:
16553         * ext/amrnb/Makefile.am:
16554         * ext/amrnb/amrnb.c: (plugin_init):
16555         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16556         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16557         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16558         (gst_amrnbdec_state_change):
16559         * ext/amrnb/amrnbdec.h:
16560         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16561         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16562         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16563         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16564         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16565         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16566         * ext/amrnb/amrnbparse.h:
16567           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16568         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16569           Add AMR-NB/-WB raw formats.
16570         * ext/alsa/gstalsa.c: (gst_alsa_link):
16571           Keep valid time when changing format.
16572         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16573         (qtdemux_parse_trak):
16574           Add some more format-specific options (#140141, #143555, #155163).
16575
16576 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16577
16578         * gst/matroska/matroska-demux.c:
16579         (gst_matroska_demux_parse_blockgroup):
16580           Fix logic error in timing of subtitle stream synchronization.
16581         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16582           Add skip-chunk, which is found in kodak-camera streams.
16583
16584 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16585
16586         * po/LINGUAS:
16587         * po/vi.po:
16588           Adding Vietnamese translation (submitted by Clytie Siddall)
16589
16590 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16591
16592         * gst/playback/gstdecodebin.c: (try_to_link_1):
16593           Use realpad for signal.
16594
16595 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16596
16597         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16598           Fix category so decodebin picks it up.
16599
16600 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16601
16602         * ext/mad/Makefile.am:
16603         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16604         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16605         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16606         (found_type), (gst_id3demux_bin_change_state):
16607         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16608         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16609         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16610         (gst_id3_tag_change_state), (plugin_init):
16611         * ext/mad/gstmad.h:
16612           Add id3demuxbin (which is a simple bin consisting of id3demux
16613           and typefind), take over rank from id3demux, remove typefind
16614           code from id3demux. Makes all broken mp3s that I know of work,
16615           and thereby fixes #152688.
16616
16617 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16618
16619         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16620
16621         * ext/mad/gstmad.c: (gst_mad_src_event):
16622         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16623           Allow seeks on audio pad, make mad forward those (#164826).
16624         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16625           Set duration (#165335).
16626
16627 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16628
16629         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16630         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16631         (gst_asf_demux_process_ext_content_desc),
16632         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16633         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16634         * gst/asfdemux/gstasfdemux.h:
16635           Improve metadata display, e.g. if the metadata comes before the
16636           streams are loaded (which is perfectly valid).
16637
16638 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16639
16640         * tools/gst-launch-ext-m.m:
16641           Fix AVI/ASF pipelines (#165340).
16642
16643 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16644         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16645         build failure on amd64
16646
16647 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16648
16649         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16650         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16651           Check environment variables GST_ID3V2_TAG_ENCODING,
16652           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16653           list of character encodings to force interpretation of non-unicode
16654           strings stored in an ID3v2 tag to a particular encoding. If none
16655           is specified, try to use current locale's encoding, then fall back
16656           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16657         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16658         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16659           Check environment variables GST_ID3V1_TAG_ENCODING,
16660           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16661           list of character encodings to use in case a string encountered
16662           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16663           specified, try to use the current locale's encoding, then fall
16664           back to ISO-8859-1 (which will always succeed).
16665
16666 2005-01-25  Benjamin Otte  <otte@gnome.org>
16667
16668         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16669           - on half framerate, compute the rate in advance so the comparisons
16670             don't compare wrong values
16671           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16672             behaviour
16673           - don't use mad_header_decode anymore, mad_frame_decode does that
16674             automatically
16675           - when getting rid of consumed bytes, reset the stream's skiplen
16676           (fixes #163867)
16677
16678 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16679
16680         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16681           Use 1/2 a second for default max_discont, as PES streams from DVB
16682           seem to have larger spacings in the SCR. 
16683           Fix a typo.
16684
16685 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16686
16687         * gst/playback/gstplaybasebin.c: (group_commit):
16688           Notify delayed stream-info availability.
16689
16690 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16691         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16692         (gst_a52dec_handle_event), (gst_a52dec_chain):
16693         Add some debug output. Check that a discont has a valid
16694         time associated.
16695         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16696         (gst_alsa_sink_loop):
16697         Ignore TAG events. A little extra debug for broken timestamps.
16698         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16699         (dvdnavsrc_change_state):
16700         Ensure we send a discont to engage the link before we send any
16701         other events.
16702         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16703         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16704         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16705         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16706         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16707         dvd://title works in totem because typefinding sends a seek that ends
16708         up going back to chapter 1 regardless.
16709         * ext/mpeg2dec/gstmpeg2dec.c:
16710         * ext/mpeg2dec/gstmpeg2dec.h:
16711         Output correct timestamps and handle disconts.
16712         * ext/ogg/gstoggdemux.c: (get_relative):
16713         Small guard against a null dereference.
16714         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16715         (gst_textoverlay_set_property):
16716         Free memory when done. Don't call gst_event_filler_get_duration on
16717         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16718         g_warning.
16719         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16720         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16721         (gst_sw_srclink), (gst_smoothwave_chain):
16722         Draw solid lines, prettier colours.
16723         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16724         Add a default palette that'll work for some movies.
16725         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16726         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16727         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16728         * gst/mpegstream/gstdvddemux.h:
16729         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16730         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16731         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16732         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16733         * gst/mpegstream/gstmpegparse.h:
16734         Use PTM/NAV events when for timestamp adjustment when connected to 
16735         dvdnavsrc. Don't use many discont events where one suffices.
16736         * gst/playback/gstplaybasebin.c: (group_destroy),
16737         (gen_preroll_element), (gst_play_base_bin_add_element):
16738         * gst/playback/gstplaybasebin.h:
16739         Make sure we remove subtitles from the same bin we put them in.
16740         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16741         (gst_subparse_buffer_format_autodetect),
16742         (gst_subparse_change_state):
16743         Fix some memleaks and invalid accesses.
16744         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16745         (oggskel_type_find), (cmml_type_find), (plugin_init):
16746         Some typefind functions for Annodex v3.0 files
16747         * gst/wavparse/gstwavparse.h:
16748         GstRiffReadClass is the correct parent class.
16749
16750 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16751
16752         * gst-libs/gst/riff/riff-media.c:
16753         (gst_riff_create_video_caps_with_data):
16754           Add extradata to huffyuv (fixes #165013).
16755         * gst-libs/gst/riff/riff-read.c:
16756         (gst_riff_read_strf_vids_with_data):
16757           Fix extradata extraction if it is in the chunk size.
16758
16759 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16760
16761         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16762
16763         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16764         (gst_quarktv_change_state), (gst_quarktv_dispose):
16765           Memory free'ing location fix (#164708).
16766
16767 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16768
16769         * gst/playback/gstplaybasebin.c: (group_commit),
16770         (gen_preroll_element), (probe_triggered), (gen_source_element),
16771         (setup_source), (gst_play_base_bin_change_state),
16772         (gst_play_base_bin_add_element):
16773           Don't block for streams.
16774         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16775         (gst_stream_info_set_mute):
16776           Use gst_pad_set_active_recursive.
16777
16778 2005-01-25  Andy Wingo  <wingo@pobox.com>
16779
16780         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16781         for #ifndef HAVE_XVIDEO.
16782
16783 2005-01-24  Jeffrey C. Ollie
16784
16785         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16786
16787         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16788         * ext/gsm/gstgsmdec.h:
16789         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16790         * ext/gsm/gstgsmenc.h:
16791         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16792         was given by property. Add proper buffer timestamps and offsets.
16793
16794 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16795
16796         * gst-libs/gst/riff/riff-media.c:
16797         (gst_riff_create_audio_caps_with_data):
16798           Audio can be <8000Hz.
16799
16800 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16801
16802         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16803           Explicit state change to workaround refcount bugs.
16804
16805 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16806
16807         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16808         (gst_avimux_riff_get_avi_header):
16809           Fix...
16810
16811 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16812
16813         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16814         (gst_riff_read_element_data):
16815         * gst-libs/gst/riff/riff-read.h:
16816           Add _peek version (req'ed in CDXA).
16817         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16818         (gst_cdxaparse_loop):
16819           Fix parsing in playbin.
16820         * gst/playback/gstdecodebin.c: (close_pad_link):
16821           Ignore current_ pads, they cause major annoyance.
16822
16823 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16824
16825         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16826           Safety guard.
16827
16828 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16829
16830         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16831           Fix padding...
16832
16833 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16834
16835         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16836           Allow for 0-sized buffers. Fixes length query problems in
16837           starwars.mkv from the testsuite.
16838
16839 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16840
16841         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16842         (gst_video_box_i420), (gst_video_box_chain):
16843           Fix row strides for I420 (fixes #163159)
16844           
16845 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16846
16847         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16848           MPEG2 has a useful rate property, so we can actually use that.
16849           For MPEG-1, continue using the bytes/time properties.
16850
16851 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16852
16853         * gst-libs/gst/riff/riff-media.c:
16854         (gst_riff_create_video_caps_with_data),
16855         (gst_riff_create_video_template_caps):
16856           Add intel-h263.
16857
16858 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16859
16860         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16861           Fail if caps negotiation fails. Should fix #162184, and should
16862           definately be in there regardless of it fixing the actual bug.
16863         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16864         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16865         (gst_avimux_riff_get_avix_header),
16866         (gst_avimux_riff_get_video_header),
16867         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16868         (gst_avimux_start_file), (gst_avimux_handle_event),
16869         (gst_avimux_change_state):
16870         * gst/avi/gstavimux.h:
16871           Refactor structure writing to use GST_WRITE_UINT macros, add
16872           metadata writing support.
16873
16874 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16875
16876         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16877           Elements may already be destroyed when this function is called.
16878
16879 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16880
16881         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16882         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16883           More memory leak fixes (#149162).
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_add_stream):
16889           Fix two memleaks.
16890
16891 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16892
16893         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16894           Argh...
16895
16896 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16897
16898         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16899           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16900           when fixating to six channels in Totem.
16901
16902 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16903
16904         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16905           Fix compile warnings on Solaris 10 buildbot
16906
16907 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16908
16909         * ext/dvdread/dvdreadsrc.c: (_read):
16910           Don't read beyond the last cell in a chapter (fixes 
16911           invalid memory access)
16912
16913 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16914
16915         * ext/dvdread/stream_labels.c:
16916         (dvdreadsrc_get_audio_stream_labels):
16917           Use NULL for an empty GList instead of g_list_alloc(); fix 
16918           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
16919           of GString (easier to bulk free later)
16920
16921 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16922
16923         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16924
16925         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16926         (gst_ffmpeg_pixfmt_to_caps):
16927           Fix BGRA32 caps (#164209).
16928
16929 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16930
16931         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16932
16933         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16934         (gst_ffmpeg_caps_to_pixfmt):
16935           alpha_mask can be RGBA/ABGR. Fixes #164265.
16936
16937 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
16938
16939         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16940
16941         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16942         (gst_mpeg2dec_alloc_buffer):
16943         * ext/mpeg2dec/gstmpeg2dec.h:
16944           Crop if decoding size is not the actual image size (#163676).
16945
16946 2005-01-17  Steve Baker  <steve@stevebaker.org>
16947
16948         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16949
16950         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16951         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16952           Add libsndfile typefind functions (#163309).
16953
16954 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16955
16956         * tools/gst-launch-ext-m.m:
16957           Add .aac, fix .m1v/.m2v (#163891).
16958
16959 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16960
16961         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
16962           Sanity check, don't wait endlessly since the clock might not
16963           actually run at this point (which is a deadlock). Fixes #164069.
16964
16965 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16966
16967         * gst/playback/gstplaybasebin.c: (probe_triggered):
16968           Of course, only pause if group is done...
16969
16970 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16971
16972         * gst/playback/gstplaybasebin.c: (probe_triggered):
16973           Thread safety.
16974
16975 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
16976
16977         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
16978           Don't return state change success when the parent
16979           failed.
16980
16981 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16982
16983         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
16984           Free events (fix memleak in #162905).
16985
16986 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
16987
16988         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16989
16990         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16991         (gst_ffmpeg_caps_to_pixfmt):
16992           Fix for depth = 15. Fixes #161675.
16993
16994 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16995
16996         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16997           Set FPS correctly, even for webcams and the like.
16998         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
16999           Don error on setting while capturing.
17000
17001 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17002
17003         * ext/dv/gstdvdec.c:
17004         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17005         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17006           I'm a bad boy. using /1001. to force C to do float division
17007           and not integer division (as it did in my last commit)
17008           Thanks to David I. Lehn for pointing this mistake.
17009
17010 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17011
17012         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17013           Revert Johan's 1.35->1.36 since it breaks compat.
17014
17015 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17016
17017         * ext/dv/gstdvdec.c:
17018         * ext/libfame/gstlibfame.c:
17019         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17020         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17021           replace framerate aproximations by their real value
17022           (24000/1001, 30000/1001, 60000/1001)
17023           Finish fixing bug #164049
17024
17025 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17026
17027         * ext/ogg/gstoggmux.c:
17028           eos/bos debugging
17029         * gst/tcp/gstmultifdsink.c:
17030         * gst/tcp/gstmultifdsink.h:
17031         * gst/tcp/gsttcp.c:
17032         * gst/tcp/gsttcp.h:
17033         * gst/tcp/gsttcpclientsink.c:
17034         * gst/tcp/gsttcpclientsrc.c:
17035         * gst/tcp/gsttcpserversink.c:
17036         * gst/tcp/gsttcpserversrc.c:
17037           improve reusability of elements after state changes and errors
17038           make multifdsink throw away streamheaders when receiving new ones
17039
17040 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17041
17042         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17043           Fix for if items are already in list...
17044
17045 2005-01-12  Benjamin Otte  <otte@gnome.org>
17046
17047         * gst/adder/gstadder.c: (gst_adder_loop):
17048           fix adder a bit so it doesn't screw up with events as much anymore
17049
17050 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
17051
17052         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17053         (pixbufscale_scale), (gst_pixbufscale_chain):
17054         * ext/gdk_pixbuf/pixbufscale.h:
17055           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17056           to ensure rowstrides are calculated the same way as 
17057           ffmpegcolorspace
17058           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17059           that we pick up duration and offset also.
17060
17061 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17062
17063         * gst/avi/gstavimux.c: (gst_avimux_class_init),
17064         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17065           Reusability fixes.
17066
17067 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17068
17069         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17070         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17071         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17072         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17073           Update flags when requested.
17074
17075 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17076
17077         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17078           Fix dmix.
17079
17080 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17081
17082         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17083         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17084         (probe_triggered), (new_decoded_pad), (gen_source_element),
17085         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17086         * gst/playback/gstplaybasebin.h:
17087         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17088         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17089         (gst_play_bin_change_state):
17090           Implement group-switch signal for use in apps to clear metadata
17091           cache, clean up subtitle, add suburi property instead of # hack,
17092           some error-out fixes.
17093
17094 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17095
17096         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17097           Debug.
17098         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17099           If we got a state change in the _get handler, don't return success.
17100
17101 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17102
17103         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17104         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17105           Make jpegdec quiet on MJPEG decoding
17106         * gst/asfdemux/README:
17107           Fix mimetypes for MJPEG and H263
17108
17109 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17110
17111         * ext/theora/theoradec.c: (theora_dec_chain):
17112           Fix broken code generation by gcc by swapping arguments.
17113         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17114           Fix \n in debug.
17115
17116 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17117
17118         * TODO:
17119           delete this file, it is by far outdated
17120         * ext/alsa/gstalsa.1: remove
17121         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17122         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17123         (gst_alsa_get_caps):
17124           Add HW probing for supported sample rates. Fixes #161704
17125
17126 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17127
17128         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17129           Don't crash, biatch! :).
17130
17131 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17132
17133         * ext/musepack/gstmusepackreader.cpp:
17134         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17135           Some work on tags - still doesn't work in playbin...
17136         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17137           Handle events...
17138
17139 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17140
17141         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17142           Also shove tags on kid pads.
17143
17144 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17145
17146         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17147           Don't bail on unknown events.
17148         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17149           Don't crash on events before negotiation.
17150         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17151           Send tags on pads, too.
17152         * gst/playback/gststreamselector.c:
17153         (gst_stream_selector_request_new_pad):
17154           Forward events on first pad if no input was selected yet.
17155
17156 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17157
17158         * gst/playback/gstplaybasebin.c: (setup_substreams):
17159           Don't disable streamtype if the stream doesn't exist, since
17160           then playing a video after audio will disable both and nothing
17161           will happen. Fixes the testsuite.
17162
17163 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17164
17165         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17166         (gst_v4l_xoverlay_set_xwindow_id):
17167         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17168         (gst_v4l2_xoverlay_set_xwindow_id):
17169           Add debug categories, fix overlay disabling.
17170
17171 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17172
17173         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17174         * ext/alsa/gstalsa.h:
17175           Add HW probing for period_count/size and buffer_size MIX/MAX
17176           Adjust default/user defined value if out of bounds
17177           Should fix bug #162024
17178
17179 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17180
17181         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17182           Fix warning (#161191).
17183
17184 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17185
17186         * ext/dvdread/stream_labels.c:
17187         (dvdreadsrc_get_audio_stream_labels):
17188           Fix warning (init the good variable in switch default)
17189
17190 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17191
17192         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17193
17194         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17195           Fix gcc-2.95 compile (#163485).
17196
17197 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17198
17199         * configure.ac:
17200         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17201         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17202         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17203         (gst_flacenc_change_state):
17204         * ext/flac/gstflacenc.h:
17205           Update for API change in flac-1.1.1. Update requirement in
17206           configure.ac. Fixes #162974.
17207
17208 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17209
17210         * gst/playback/gstplaybasebin.c: (group_destroy):
17211           Remove hack to get rid of assert and get rid of unlinked
17212           signals properly.
17213
17214 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17215
17216         * gst/playback/gstplaybasebin.c: (setup_source):
17217           Set source to NULL so that resources are free'ed. Fixes issues
17218           with playback of CDDA and similar device-accessing things.
17219
17220 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17221
17222         * testsuite/embed/Makefile.am:
17223           test->noinst, fix make test in buildbot.
17224
17225 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17226
17227         * ext/dvdread/stream_labels.c: new file
17228         * ext/dvdread/stream_labels.h: new file
17229         * ext/dvdread/Makefile.am:
17230         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17231           Extract audio stream label from DVD IFO files.
17232           It only dump them on the console for now, still have to
17233           make playbin aware of them.
17234
17235 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17236
17237         * gst/playback/gstplaybasebin.c: (setup_source):
17238           Fix hanging subs.
17239
17240 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17241
17242         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17243         (gen_preroll_element), (remove_groups), (setup_subtitle),
17244         (gen_source_element), (setup_source):
17245         * gst/playback/gstplaybasebin.h:
17246           Multiple .sub files is just a stupid idea... Fix some threading
17247           mistakes. Interestingly, external .sub files cause playbin to
17248           hang, I don't know why... Parsing fixes contributed by Fran??ois
17249           Kooman <fkooman@tuxed.net>.
17250
17251 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17252
17253         * testsuite/embed/Makefile.am:
17254           Fix buildbot.
17255
17256 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17257
17258         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17259
17260         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17261         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17262         (gst_pngenc_set_property):
17263         * ext/libpng/gstpngenc.h:
17264           Add compression level property (#163323).
17265
17266 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17267
17268         * configure.ac:
17269         * examples/capsfilter/capsfilter1.c: (main):
17270         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17271         * ext/dvdread/Makefile.am:
17272         * ext/dvdread/demo-play:
17273         * ext/dvdread/demo-play.c:
17274         * gconf/gstreamer.schemas.in:
17275         * gst-libs/gst/gconf/gconf.c:
17276         * sys/v4l/TODO:
17277         * testsuite/Makefile.am:
17278         * testsuite/embed/Makefile.am:
17279         * testsuite/embed/embed.c: (cb_expose), (main):
17280           Remove all references to xvideosink, fix examples (#140845).
17281         * gst/playback/gstplaybasebin.c: (group_destroy):
17282           Apparently, disposal does not unlink - so do explicitely.
17283         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17284           Add debug.
17285
17286 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17287
17288         * README: fix PKG_CONFIG_PATH instructions, what was there
17289         previously was breaking default search path, not nice. 
17290         Fixes #163358
17291
17292 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17293
17294         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17295         (gst_audioscale_chain):
17296           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17297           when resampling - how the ^@$^!@^! is this possible?!?
17298
17299 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17300
17301         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17302           Reset variables on READY.
17303         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17304         (gst_matroska_mux_loop):
17305           Require data before writing header.
17306
17307 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17308
17309         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17310
17311         * ext/mad/gstmad.c: (gst_mad_chain):
17312           Don't call mad_stream_sync() directly after recovering sync.
17313           Fixes #151661.
17314
17315 2005-01-09  Martin Eikermann  <meiker@upb.de>
17316
17317         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17318
17319         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17320         (snapshot_handler), (gst_snapshot_sinkconnect),
17321         (gst_snapshot_chain):
17322           Allocate resources when required, fix recursive signal emission
17323           and fix caps. Fixes #161667.
17324
17325 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17326
17327         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17328
17329         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17330         (gst_pngdec_chain):
17331           Handle only 8-bppc (bits-per-pixel-component) images, better
17332           error handling and correct strides. Fixes #163177.
17333         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17334         (gst_pngenc_chain):
17335           Better error handling. Fixes #163348.
17336
17337 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17338
17339         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17340         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17341         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17342         (dvdnavsrc_uri_handler_init):
17343           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17344         * gst/playback/gstplaybasebin.c: (gen_source_element):
17345           Add MMS to streaming URIs.
17346
17347 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17348
17349         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17350         * sys/xvimage/xvimagesink.c:
17351         (gst_xvimagesink_navigation_send_event):
17352           Check for pad availability before sending event.
17353
17354 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17355
17356         * gst-plugins.spec.in:
17357           Add subparse.
17358
17359 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17360
17361         * configure.ac:
17362           Since we use functions from CVS, up requirement.
17363
17364 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17365
17366         * gst/playback/Makefile.am:
17367         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17368         (group_destroy), (group_commit), (group_is_muted),
17369         (gen_preroll_element), (add_stream), (unknown_type),
17370         (probe_triggered), (preroll_unlinked), (mute_stream),
17371         (silence_stream), (new_decoded_pad), (setup_substreams),
17372         (setup_source), (get_active_source), (mute_group_type),
17373         (muted_group_change_state), (set_active_source),
17374         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17375         (play_base_eos), (gst_play_base_bin_change_state):
17376         * gst/playback/gstplaybasebin.h:
17377         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17378         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17379         (gst_stream_info_dispose), (stream_info_mute_pad),
17380         (stream_info_change_state), (gst_stream_info_set_mute):
17381         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17382         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17383         (gst_stream_selector_init), (gst_stream_selector_dispose),
17384         (gst_stream_selector_get_linked_pad),
17385         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17386         (gst_stream_selector_get_linked_pads),
17387         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17388         * gst/playback/gststreamselector.h:
17389           Adding stream selection support plus required properties for
17390           applications to use this. Fully fixes #100931.
17391
17392 2005-01-08  Benjamin Otte  <otte@gnome.org>
17393
17394         * gst/games/gstpuzzle.c: (nav_event_handler):
17395           - handle nav events differently: forward every event no matter if it
17396             was handled or not.
17397           - translate events
17398           You can now cheat by using navigationtest ! puzzle and moving the
17399           mouse close to the edge of a tile. ;)
17400
17401 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17402
17403         * configure.ac:
17404         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17405         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17406         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17407         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17408         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17409         (gst_ogm_parse_plugin_init):
17410         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17411         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17412         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17413         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17414         * ext/pango/gsttextoverlay.h:
17415         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17416         (gst_matroska_demux_handle_seek_event),
17417         (gst_matroska_demux_sync_streams),
17418         (gst_matroska_demux_parse_blockgroup),
17419         (gst_matroska_demux_subtitle_caps),
17420         (gst_matroska_demux_plugin_init):
17421         * gst/matroska/matroska-ids.h:
17422         * gst/playback/gstdecodebin.c: (close_pad_link):
17423         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17424         (gen_preroll_element), (remove_groups), (add_stream),
17425         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17426         (setup_source):
17427         * gst/playback/gstplaybasebin.h:
17428         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17429         * gst/subparse/Makefile.am:
17430         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17431         (gst_subparse_base_init), (gst_subparse_class_init),
17432         (gst_subparse_init), (gst_subparse_formats),
17433         (gst_subparse_eventmask), (gst_subparse_event),
17434         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17435         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17436         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17437         (parse_mpsub_deinit), (parse_mpsub_init),
17438         (gst_subparse_buffer_format_autodetect),
17439         (gst_subparse_format_autodetect), (gst_subparse_loop),
17440         (gst_subparse_change_state), (gst_subparse_type_find),
17441         (plugin_init):
17442         * gst/subparse/gstsubparse.h:
17443         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17444         (plugin_init):
17445           Add subtitle support, .sub parser (supports SRT and MPsub),
17446           OGM text support, Matroska UTF-8 text support, deadlock fixes
17447           all over the place, subtitle awareness in decodebin/playbin
17448           and some fixes to textoverlay to handle subtitles in a stream
17449           correctly. Fixes #100931.
17450
17451 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17452
17453         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17454           Check for pad availability before doing a query on it.
17455
17456 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17457
17458         * ext/dv/gstdvdec.c:
17459           really fix bpp24/32 dvdec caps (classic rgba indeed)
17460         * gst/asfdemux/gstasfdemux.c:
17461         (gst_asf_demux_process_ext_content_desc):
17462           don't send text tags if they are empty (bis repetita)
17463
17464 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17465
17466         * ext/dv/gstdvdec.c:
17467          remove unneeded comment from dvdec
17468           (related to DV 4CC codes in AVI files)
17469           moved them in gstreamer/docs/random/mimetypes
17470         * gst/asfdemux/gstasfdemux.c:
17471         (gst_asf_demux_process_ext_content_desc):
17472          don't send text tags if they are empty
17473          fix mem leak on error path
17474         * gst/ffmpegcolorspace/avcodec.h:
17475         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17476         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17477         (gst_ffmpegcsp_avpicture_fill):
17478         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17479         * gst/ffmpegcolorspace/imgconvert_template.h:
17480          adds BGR32 and BGRA32 to ffmpegcolorspace
17481           (still bad colors, fixing it on next commit)
17482           helps with dvdec outputing BGR32
17483
17484 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17485
17486         * ext/dv/gstdvdec.c:
17487          Fix audio caps i just broke (missing ',')
17488         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17489         (gst_matroska_mux_reset):
17490          Fix typo + add FIXME about old "x-gst-metadata" crap
17491
17492 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17493
17494         * ext/dv/demo-play.c: (main):
17495          xvideosink -> xvimagesink
17496         * ext/dv/gstdvdec.c:
17497          change rgb 32/32 caps to 24/32 (no alpha)
17498          change nb of channels to be a list (2 or 4, not 2)
17499          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17500         * gst/asfdemux/gstasfdemux.c:
17501         (gst_asf_demux_process_ext_content_desc):
17502          Add 'date/year' to extracted metadata list
17503
17504 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17505
17506         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17507           The return value of fixate_to does not imply that the requested
17508           value was set, so don't assume.
17509
17510 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17511
17512         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17513
17514         * ext/libpng/gstpngdec.c:
17515         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17516         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17517         * ext/libpng/gstpngenc.h:
17518           Alpha support (encoder; #163161), mime fixage.
17519
17520 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17521
17522         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17523
17524         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17525         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17526         (gst_faac_set_property), (gst_faac_get_property):
17527         * ext/faac/gstfaac.h:
17528           Allow for ADTS output (#153434).
17529
17530 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17531
17532         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17533           Fix against template (#150576).
17534
17535 2005-01-06  Benjamin Otte  <otte@gnome.org>
17536
17537         * gst/games/gstpuzzle.c: (draw_puzzle):
17538           don't draw a puzzle if either width or height of tiles would be 0.
17539
17540 2005-01-06  Benjamin Otte  <otte@gnome.org>
17541
17542         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17543         (gst_puzzle_class_init), (gst_puzzle_finalize):
17544           no memleaks, please
17545         (gst_puzzle_create), (gst_puzzle_init),
17546         (gst_puzzle_set_property), (gst_puzzle_setup):
17547           change initialization code around so we don't reshuffle on resize
17548         (draw_puzzle):
17549           fix another stupid typo
17550
17551 2005-01-06  Benjamin Otte  <otte@gnome.org>
17552
17553         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17554           fix stupid typo that borked copying on YUY2
17555
17556 2005-01-06  Benjamin Otte  <otte@gnome.org>
17557
17558         * gst/games/gstpuzzle.c: (draw_puzzle):
17559           fix edges when image sizes aren't multiples of tile sizes
17560
17561 2005-01-06  Benjamin Otte  <otte@gnome.org>
17562
17563         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17564           make RGB endianness work correctly
17565         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17566           refactor and fix race with initial shuffling
17567         (nav_event_handler):
17568           allow using the mouse to puzzle
17569         (draw_puzzle):
17570           insist on tiles having width and height as multiples of 4 to get
17571           clean YUV image handling
17572         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17573         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17574           s/DEBUG/LOG/ for common messages
17575         (gst_xvimagesink_navigation_send_event):
17576           fix mouse event translation to not include screen PAR
17577         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17578           fix mouse event translation to actually work
17579
17580 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17581
17582         * gst/asfdemux/gstasfdemux.c:
17583         (gst_asf_demux_process_ext_content_desc):
17584          Extract TrackNumber metadata + clean up code
17585         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17586          Hope this is the good fix (var used unitialised)
17587
17588 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17589
17590         * ext/faad/gstfaad.c: (gst_faad_chain):
17591           Only increment timestamp if it's valid. Fixes raw AAC streams.
17592
17593 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17594
17595         * configure.ac:
17596         * gst/games/Makefile.am:
17597         * gst/games/gstpuzzle.c:
17598           add a puzzle game with...
17599         * gst/games/gstvideoimage.c:
17600         * gst/games/gstvideoimage.h:
17601           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17602           from videotestsrc and made into something that would be a nice
17603           library for a lot of other plugins.
17604
17605 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17606
17607         * configure.ac:
17608          don't compile faad plugin if a RC of 2.0 is found
17609          Fixes #155346 (and FC1 buildbot)
17610         * gst/asfdemux/gstasfdemux.c:
17611         (gst_asf_demux_process_ext_content_desc):
17612          try to make Solaris compiler happier
17613
17614 2005-01-06  Paul Jack  <pjack@sfaf.org>
17615
17616         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17617
17618         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17619           Fix segfault (#161667).
17620
17621 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17622
17623         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17624           Fix framerate reporting.
17625
17626 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17627
17628         * gst-libs/gst/riff/riff-ids.h:
17629         * gst/wavenc/riff.h:
17630          Add AMR (VBR and CBR) ids to riff.h audio codec list
17631         * gst/asfdemux/gstasfdemux.c:
17632         (gst_asf_demux_process_ext_content_desc),
17633         (gst_asf_demux_process_object):
17634           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17635
17636 2005-01-05  Martin Eikermann  <meiker@upb.de>
17637
17638         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17639
17640         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17641         (gst_dvd_demux_handle_discont):
17642         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17643         (gst_mpeg_demux_handle_discont):
17644           Recreate pads on new-media (#160730).
17645         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17646           Send discont even if manager changes timestamps (#161929).
17647
17648 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17649
17650         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17651
17652         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17653           Fix invalid memory access (#159211).
17654
17655 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17656
17657         * examples/gstplay/player.c: (main):
17658           Don't iterate.
17659         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17660           Add visualizations.
17661         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17662         (gst_a52dec_handle_frame):
17663           Set duration.
17664         * ext/dvdnav/gst-dvd:
17665           Add audioconvert. Fixes #161325.
17666         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17667           Explicitely case to gint64. Possible valgrind error.
17668         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17669         (gst_play_tick_callback), (gst_play_change_state),
17670         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17671         (gst_play_set_location), (gst_play_get_location),
17672         (gst_play_seek_to_time), (gst_play_set_data_src),
17673         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17674         (gst_play_set_visualization), (gst_play_connect_visualization),
17675         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17676         (gst_play_new):
17677           Use playbin. Fixes #139749 and #147744.
17678         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17679           Add genre tag.
17680         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17681         (audioscale_get_type), (gst_audioscale_base_init),
17682         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17683         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17684         (gst_audioscale_link), (gst_audioscale_get_buffer),
17685         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17686         (gst_audioscale_init), (gst_audioscale_dispose),
17687         (gst_audioscale_chain), (gst_audioscale_set_property),
17688         (gst_audioscale_get_property), (plugin_init):
17689           Indent properly.
17690         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17691           Fix LPCM.
17692         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17693         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17694         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17695           Add more metadata (fixes #162656).
17696
17697 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17698
17699         * configure.ac:
17700           back to cvs
17701
17702 === release 0.8.7 ===
17703
17704 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17705
17706         * NEWS:
17707         * RELEASE:
17708         * configure.ac:
17709           releasing 0.8.7, "Hyperspace"
17710
17711 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17712
17713         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17714
17715         * gst/playback/gstplaybasebin.c:
17716          Fix for #162924 - free caps after use, not before
17717
17718 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17719
17720         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17721
17722         * gst/playback/gstplaybasebin.c:
17723         * gst/wavparse/gstwavparse.c:
17724           Fix for #154773 - fixes playback of small .wav files
17725
17726 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17727
17728         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17729
17730         * gst/audioscale/gstaudioscale.c:
17731           Fix for #162819 - make audioscale reusable
17732           Fixes playback of more than one file with playbin/totem
17733
17734 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17735
17736         * gst/ffmpegcolorspace/avcodec.h:
17737         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17738         * gst/ffmpegcolorspace/imgconvert.c:
17739           clean up the mess that made me cry and avoid needless duplication
17740
17741 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17742
17743         * gst/ffmpegcolorspace/imgconvert.c:
17744           give some indication of why we're segfaulting
17745
17746 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17747
17748         * configure.ac:
17749           Fix indentation, fix v4l2 plugin detection.
17750         * ext/Makefile.am:
17751           Fix libmms location (Maciej, use diff -u!).
17752         * ext/alsa/gstalsa.c: (gst_alsa_init):
17753           Initialize caps cache to NULL.
17754         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17755           Only change state on audiosink if it exists.
17756
17757 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17758
17759         * gst/matroska/matroska-demux.c:
17760         * gst/matroska/matroska-ids.h:
17761         * gst/matroska/matroska-demux.h:
17762         Fix Vorbis streams failing to decode in some files, where cluster_time
17763         isn't 0, because then it doesn't send codec_priv before actual data.
17764         Remove time-based test and replace it with marker set on beginning of
17765         new stream
17766
17767 2004-12-28  David Schleef  <ds@schleef.org>
17768
17769         Merge patch from Ronald fixing problems with streaming
17770         text.
17771         * ext/cairo/gstcairo.c: (plugin_init):
17772         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17773         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17774         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17775         (gst_textoverlay_font_init), (gst_textoverlay_init),
17776         (gst_textoverlay_set_property):
17777         * ext/cairo/gsttextoverlay.h:
17778
17779 2004-12-27  David Schleef  <ds@schleef.org>
17780
17781         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17782         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17783         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17784         (gst_textoverlay_font_init), (gst_textoverlay_init),
17785         (gst_textoverlay_set_property): Improvements to actually
17786         render text as white on black outline on video, including
17787         font selection and horizontal/vertical alignment.  (Ronald's
17788         christmas present)
17789         * ext/cairo/gsttextoverlay.h:
17790
17791 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17792
17793         * ext/ogg/gstogg.c:
17794         * ext/ogg/gstogmparse.c:
17795           fix ogm[audio/video]parse plugin registration
17796           (riff won't load if bytestream is already loaded)
17797
17798 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17799
17800         * gst/audioconvert/gstchannelmix.c:
17801           fix for GLIB < 2.4
17802
17803 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17804
17805         * Makefile.am:
17806         * configure.ac:
17807           disable docs again until it actually passes make distcheck.
17808
17809 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17810
17811         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17812         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17813         (plugin_init):
17814           Add 3GP (variables name Q3GP because they can't start with a
17815           number). Add samr audio fourcc (used in .3gp files), decoder
17816           is work in progress. Also do a GST_WARNING instead of ERROR
17817           in case of unknown nodes, to decrease output.
17818
17819 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17820
17821         * Makefile.am:
17822           really fix dist
17823
17824 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17825
17826         * configure.ac:
17827         * ext/speex/gstspeexdec.h:
17828         * ext/speex/gstspeexenc.h:
17829           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17830           Fix detection code in configure.ac
17831
17832 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17833
17834         * gst/matroska/matroska-demux.c:
17835         (gst_matroska_demux_parse_blockgroup):
17836           Save position, so that queries give proper return values. Don't
17837           know how this could ever have worked before...
17838
17839 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17840
17841         * configure.ac:
17842           Put additional LAME check inside the conditional.  Fixes #152339
17843
17844 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17845
17846         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17847         (gst_avi_demux_stream_scan):
17848           Add some more debug. Fix logic error when setting movi offset
17849           while reading index.
17850
17851 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17852
17853         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17854         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17855         (gst_avi_demux_process_next_entry):
17856           Add some debugging. Better detection of broken indexes and the
17857           accompanying index recovery. No infinite loops on state changes
17858           when we're still in our loopfunction.
17859
17860 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17861
17862         * configure.ac:
17863           Fix up.
17864
17865 2004-12-22  Archana Shah  <archana.shah@wipro.com>
17866
17867         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17868
17869         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17870           Normalizing the value before setting
17871         (gst_sunaudiomixer_get_volume):
17872           Normalizing the value after getting. Fixes bug# 161980
17873
17874 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17875
17876         * Makefile.am: Make sure docs gets disted
17877         * docs/Makefile.am: Make sure all needed files get disted
17878         * gst-plugins.spec.in: latest updates
17879
17880 2004-12-22  Wim Taymans  <wim@fluendo.com>
17881
17882         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17883         Revert patch 1.38 as clock distribution over schedulers does
17884         not work correcly in the core yet.
17885
17886 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17887
17888         * sys/oss/README: remove this file, which predates my birth
17889           (and which content is by far outdated)
17890
17891 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
17892
17893         * Makefile.am:
17894         * configure.ac:
17895         * docs/Makefile.am:
17896         * docs/libs/Makefile.am:
17897         * docs/libs/gst-plugins-libs-docs.sgml:
17898         * docs/libs/gst-plugins-libs-sections.txt:
17899         * docs/libs/tmpl/gstgconf.sgml:
17900         * docs/upload.mak:
17901         * docs/version.entities.in:
17902           Added boilerplate gtk-doc files for plugin-libs documentation.
17903
17904 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17905
17906         * gst/auparse/gstauparse.c: fix int and float audio caps
17907
17908 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17909
17910         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17911         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17912           g_assert() can be a macro, don't use #ifdef inside it.
17913
17914 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
17915
17916         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17917
17918         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17919         (gst_videorate_init), (gst_videorate_chain),
17920         (gst_videorate_change_state):
17921           Event handling (fixes #159986).
17922
17923 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17924
17925         * gst-libs/gst/riff/riff-media.c:
17926         (gst_riff_create_video_caps_with_data):
17927           Add BLZ0 (Blizzard's version of DivX) fourcc.
17928
17929 2004-12-18  David Schleef  <ds@schleef.org>
17930
17931         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17932         portability fix.
17933
17934 2004-12-18  David Schleef  <ds@schleef.org>
17935
17936         * gst/tta/ttadec.h: Disable some header code that isn't used
17937         and clearly isn't portable.
17938
17939 2004-12-18  David Schleef  <ds@schleef.org>
17940
17941         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17942         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17943         (avcodec_get_pix_fmt), (avpicture_layout),
17944         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17945         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17946         Fix code to not use GCC extensions (and c99 extensions that
17947         Forte does not like.)
17948
17949 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
17950
17951         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17952
17953         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17954         (gst_deinterlace_chain):
17955           Rowstride fixes. Fixes #161039.
17956         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
17957         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
17958         (gst_video_crop_getcaps), (gst_video_crop_link),
17959         (gst_video_crop_i420), (gst_video_crop_chain),
17960         (gst_video_crop_change_state):
17961           Rework of negotiation. Actually works now. Fixes #158650.
17962
17963 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17964
17965         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
17966           That was very stupid.
17967
17968 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17969
17970         * gst/matroska/matroska-demux.c:
17971         (gst_matroska_demux_parse_blockgroup):
17972           Fix possible crasher.
17973
17974 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17975
17976         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
17977         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
17978           Lace sizes can be zero.
17979
17980 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17981
17982         * ext/musepack/gstmusepackdec.cpp:
17983           Fetch error return values. Fixes #161624.
17984         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17985           Really EOS.
17986
17987 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17988
17989         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
17990           Work for truncated (unfinished download etc.) files. Fixes #160514.
17991
17992 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17993
17994         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17995           Fix for integer overflow. Makes #156001 not crash. Probably masks
17996           the real bug.
17997
17998 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17999
18000         * gst/ac3parse/gstac3parse.c: (plugin_init):
18001           Parsers never have ranks. Fixes #159651.
18002
18003 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18004
18005         * gst/playback/gstdecodebin.c: (compare_ranks):
18006           make sure the facotries are ordered the same every time even if they
18007           have the same rank by using the name
18008         * gst/playback/gstdecodebin.c: (find_compatibles):
18009           make sure we don't add factories to the list twice
18010
18011 2004-12-16  David Schleef  <ds@schleef.org>
18012
18013         * configure.ac: look for musepack headers as musepack/*.h
18014         (fixes #159847)
18015         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18016         * ext/musepack/gstmusepackreader.h: same
18017
18018 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18019
18020         * gst-libs/gst/riff/riff-read.c:
18021         (gst_riff_read_strf_auds_with_data):
18022           Read extradata correctly (fixes #155879).
18023
18024 2004-12-16  David Schleef  <ds@schleef.org>
18025
18026         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18027         audio.  does _not_ attempt or allow conversion unless channels
18028         is 1 or 2.
18029
18030 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18031
18032         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18033
18034 2004-12-16  David Schleef  <ds@schleef.org>
18035
18036         * gst/audioscale/gstaudioscale.c: the resample library only
18037         handles 1 or 2 channels.  Change caps to compensate.
18038
18039 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18040
18041         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18042         (gst_matroska_demux_audio_caps):
18043           Some MPEG-AAC hacks, because else it doesn't work...
18044
18045 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18046
18047         * gst-libs/gst/riff/riff-media.c:
18048         (gst_riff_create_video_caps_with_data),
18049         (gst_riff_create_video_template_caps):
18050           Add h264.
18051
18052 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18053
18054         * gst-libs/gst/audio/Makefile.am:
18055           Try to fix buildbot.
18056
18057 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18058
18059         * gst/tcp/gstmultifdsink.c:
18060           Clean up and uniformize debugging.
18061
18062 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
18063
18064         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18065
18066         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18067         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18068         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18069         (gst_mpeg_demux_change_state):
18070           Reset on ready. Fixes 160276.
18071
18072 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18073
18074         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18075
18076         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18077         (gst_ffmpegcsp_pad_link):
18078           Fix memleak (#154815).
18079
18080 2004-12-16  James Bowes  <bowes@cs.dal.ca>
18081
18082         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18083
18084         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18085         (gst_musicbrainz_init), (gst_musicbrainz_chain),
18086         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18087         * ext/musicbrainz/gsttrm.h:
18088           Add support for using a proxy server when getting a trm id from
18089           the MusicBrainz database (#149613).
18090
18091 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
18092
18093         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18094
18095         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18096         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18097           Fix memleaks (#157233).
18098
18099 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18100
18101         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18102
18103         * gst-libs/gst/resample/resample.c: (gst_resample_close):
18104         * gst-libs/gst/resample/resample.h:
18105         * gst/audioscale/gstaudioscale.c:
18106           Fix memleak (#159215).
18107
18108 2004-12-16  Toni Willberg  <toniw@iki.fi>
18109
18110         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18111
18112         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18113         * sys/oss/oss_probe.c: (main):
18114           Check for mono/stereo support (similar to samplerate probing),
18115           fixes #159433. Also add missing copyright header to oss_probe.c.
18116
18117 2004-12-15  David Schleef  <ds@schleef.org>
18118
18119         * configure.ac: add audioresample and cairo plugins.  Remove
18120         HAVE_MMX stuff, because it's not used.
18121         * ext/Makefile.am: same
18122         * ext/audioresample/Makefile.am: You are not ready for an
18123         audio resampling element based on audioresample.
18124         * ext/audioresample/gstaudioresample.c:
18125         * ext/audioresample/gstaudioresample.h:
18126         * ext/cairo/Makefile.am: You are not ready for overlay elements
18127         based on cairo.  Don't look too closely, these elements kinda
18128         suck right now.
18129         * ext/cairo/gstcairo.c: new
18130         * ext/cairo/gsttextoverlay.c: new
18131         * ext/cairo/gsttextoverlay.h: new
18132         * ext/cairo/gsttimeoverlay.c: new
18133         * ext/cairo/gsttimeoverlay.h: new
18134         * gst-libs/gst/media-info/media-info-priv.h: fix compile
18135         problem with compilers that don't support variadic macros.
18136
18137 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18138
18139         Reviewed by:  David Schleef  <ds@schleef.org>
18140
18141         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
18142         Bala, registering sunaudiosrc (oops!), and cleaning up code a
18143         bit.  Also ran indent-gst.
18144         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18145         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18146         (gst_sunaudiosrc_setparams):
18147
18148 2004-12-14  David Schleef  <ds@schleef.org>
18149
18150         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18151         output rate to 16000.  Should fix #160235.
18152
18153 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18154
18155         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18156         Add typefinding for mpeg2 pes streams
18157
18158 2004-12-13  David Schleef  <ds@schleef.org>
18159
18160         * configure.ac:  Applied patch from bug #143659, making default
18161         sources and sinks OS-dependent (for Solaris), and added code
18162         for OS/X.
18163         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18164
18165 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18166
18167         * gst-libs/gst/riff/riff-media.c:
18168           forgot to add h2.64 to avidemux template caps
18169
18170 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18171
18172         * gst/wavenc/riff.h:
18173         * gst-libs/gst/riff/riff-media.c:
18174         * gst-libs/gst/riff/riff-ids.h:
18175         * gst/avi/gstavimux.c
18176         add 4CC code for VideoSoft h264 in AVI (VSSH)
18177           fixes bug #160655
18178         remove s323 from riff, it's quicktime specific :(
18179
18180 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18181
18182         * gst/asfdemux/README
18183         * gst/wavenc/riff.h
18184         * gst-libs/gst/riff/riff-ids.h
18185         * gst-libs/gst/riff/riff-media.c
18186         * gst/qtdemux/qtdemux.c:
18187           add new 4CC codes for h263 related codecs
18188           fixes partially bug #155163
18189
18190 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18191
18192         * configure.ac: Update polyaudio requirement to 0.7
18193         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18194
18195 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18196
18197         * gst/interleave/deinterleave.c:
18198         fix my name's spelling! :)
18199
18200 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18201
18202         * AUTHORS ChangeLog
18203         * gst/auparse/gstauparse.c
18204         * gst/interleave/deinterleave.c
18205         * gst/law/:
18206                 alaw-decode.c alaw-encode.c
18207                 mulaw-decode.c mulaw-encode.c
18208         * gst/oneton/gstoneton.c
18209         * sys/osxaudio/:
18210                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18211         * sys/osxvideo/:
18212                 cocoawindow.h cocoawindow.m
18213                 osxvideosink.h osxvideosink.m
18214
18215         put the same mail address for Zaheer Abbas Merali everywhere
18216
18217 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18218
18219         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18220           Align by packetsize, and assert that we a packet available before
18221           playing. The first makes webstreams work (they often include
18222           trailing padding data in a packet), the second allows pausing a
18223           ASF stream in totem without getting demux errors afterwards.
18224
18225 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18226
18227         * ext/ogg/gstoggdemux.c: (get_relative):
18228           Check for non-NULL before accessing member (end-of-chain).
18229
18230 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18231
18232         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18233         (cdparanoia_set_property), (cdparanoia_get_property):
18234         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18235         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18236         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18237         (dvdreadsrc_init), (dvdreadsrc_set_property),
18238         (dvdreadsrc_get_property):
18239         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18240         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18241           Synchronize property names where not yet the case. Devices are
18242           now device=X, other versions are deprecated (but still exist).
18243           Also use g_free() unconditionally.
18244         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18245         (setup_source), (gst_play_base_bin_get_property):
18246           Expose source.
18247
18248 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18249
18250         * configure.ac: move GCONF macro outside conditional for the am
18251           conditional. Fixes #160439
18252
18253 2004-12-08  David Schleef  <ds@schleef.org>
18254
18255         * tools/gst-visualise-m.m: Switch to elements that currently
18256         exist.
18257
18258 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18259
18260         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18261           We love wrong commas.
18262
18263 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18264
18265         * gst/matroska/matroska-demux.c:
18266         (gst_matroska_demux_handle_src_query):
18267           Don't set DEFAULT, unsupported - makes length display incorrectly
18268           in some cases.
18269
18270 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18271
18272         * gst/monoscope/README: remove blurb about files being GPL
18273         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18274         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18275           monoscope is now effectively LGPL licensed
18276
18277 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18278
18279         * gst/monoscope/README: Update information to be more correct
18280         * gst/monoscope/convolve.c: Relicense to LGPL
18281         * gst/monoscope/convolve.h: Relicense to LGPL
18282
18283 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18284
18285         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18286           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18287         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18288           set default_duration for mpeg1 audio
18289
18290 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18291
18292         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18293         * ext/alsa/gstalsa.h:
18294           refactor big chunks of the core caps negotiation code to make it
18295           a lot faster, because people claim it's really slow
18296           (actually, just cache the getcaps when the device is opened)
18297
18298 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18299
18300         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18301         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18302         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18303         (gst_a52dec_change_state), (plugin_init):
18304         * ext/a52dec/gsta52dec.h:
18305           Do something useful with timestamps. Make chain-based (since
18306           there's really no reason to be loopbased).
18307         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18308           Update current_byte/frame correctly.
18309
18310 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18311
18312         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18313         (gst_ape_demux_stream_init):
18314           Forward tags, too.
18315
18316 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18317
18318         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18319           Let's make sure we're done typefinding when detecting tags.
18320
18321 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18322
18323         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18324         (gst_ebml_read_init), (gst_ebml_read_use_event),
18325         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18326         (gst_ebml_read_seek), (gst_ebml_read_skip),
18327         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18328         (gst_ebml_read_master):
18329         * gst/matroska/ebml-read.h:
18330         * gst/matroska/matroska-demux.c:
18331         (gst_matroska_demux_parse_contents),
18332         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18333           Disgustingly evil hack for working around INTERRUPT events and
18334           their extremely annoying habit of being a pain in the ass. We
18335           simply peek a cluster before reading any of it.
18336
18337 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18338
18339         * ext/musepack/gstmusepackdec.cpp:
18340           There's also floating point libmusepacks.
18341
18342 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18343
18344         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18345         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18346           Set DURATION even if source buffer didn't. Also use increasing
18347           timestamps.
18348         * gst-libs/gst/riff/riff-media.c:
18349         (gst_riff_create_audio_caps_with_data):
18350           Block_align can have larger values than 8192.
18351
18352 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18353
18354         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18355         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18356         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18357         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18358           Fix caps.
18359
18360 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18361
18362         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18363           Fix logic bug.
18364
18365 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18366
18367         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18368           Yay, another one.
18369
18370 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18371
18372         * ext/esd/esdsink.c: (gst_esdsink_chain):
18373           Make error actually say something useful (fixes #156798).
18374         * gst-libs/gst/riff/riff-media.c:
18375         (gst_riff_create_video_caps_with_data),
18376         (gst_riff_create_video_template_caps):
18377           Add Intel Video 5.0 fourcc (IV50).
18378
18379 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18380
18381         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18382         detection on mono and stereo mp3 files.
18383
18384 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18385
18386         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18387           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18388           the contained stream).
18389
18390 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18391
18392         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18393           Oops, remove debug.
18394
18395 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18396
18397         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18398
18399         * gst/law/alaw-decode.c: (alawdec_getcaps):
18400         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18401           Prevent warnings when negotiating caps (fixes #159338).
18402
18403 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18404
18405         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18406         (gst_ffmpegcsp_chain):
18407           Remove old leftover that shouldn't be there...
18408
18409 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18410
18411         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18412
18413         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18414           Don't forward DISCONT events (fixes #159684).
18415
18416 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18417
18418         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18419           Unlink manually since sometimes bin disposal (and therefore
18420           pad unlinking) is delayed, which will cause a new media file
18421           to not be able to start playing instantly.
18422
18423 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18424
18425         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18426           On mute of an unlinked stream, check for pad availability so
18427           we don't crash on unlinked pad.
18428
18429 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18430
18431         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18432         (gst_avi_demux_massage_index):
18433           Fix quite humiliating bug in omitting 0-sized index chunks but
18434           forgetting to count them for timestamps.
18435
18436 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18437
18438         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18439           Actually leave the loop if we failed to sync. Don't crash.
18440
18441 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18442
18443         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18444         (gst_dvd_demux_process_private):
18445         * gst/mpegstream/gstdvddemux.h:
18446           Fix crash (#159759). Doesn't work, though. :-(.
18447
18448 2004-11-28  Benjamin Otte  <otte@gnome.org>
18449
18450         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18451           more overwriting protection due to modifying channels one by one
18452           instead of all at once
18453
18454 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18455
18456         * gst/audioconvert/gstchannelmix.c:
18457         (gst_audio_convert_fill_normalize):
18458           Normalize using absolute values.
18459
18460 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18461
18462         * configure.ac:
18463         * ext/Makefile.am:
18464         * ext/directfb/Makefile.am:
18465         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18466         (gst_directfbvideosink_get_pixel_format),
18467         (gst_directfbvideosink_get_format_from_fourcc),
18468         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18469         (gst_directfbvideosink_sink_link),
18470         (gst_directfbvideosink_change_state),
18471         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18472         (gst_directfbvideosink_buffer_alloc),
18473         (gst_directfbvideosink_interface_supported),
18474         (gst_directfbvideosink_interface_init),
18475         (gst_directfbvideosink_navigation_send_event),
18476         (gst_directfbvideosink_navigation_init),
18477         (gst_directfbvideosink_set_property),
18478         (gst_directfbvideosink_get_property),
18479         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18480         (gst_directfbvideosink_base_init),
18481         (gst_directfbvideosink_class_init),
18482         (gst_directfbvideosink_get_type), (plugin_init):
18483         * ext/directfb/directfbvideosink.h: Adding a first version of
18484         directfbvideosink.
18485         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18486         more.
18487
18488 2004-11-28  Benjamin Otte  <otte@gnome.org>
18489
18490         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18491           walk the samples backwards if out_channels > in_channels so we don't
18492           overwrite data
18493
18494 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18495
18496         * gst/audioconvert/Makefile.am:
18497         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18498         (gst_audio_convert_link), (gst_audio_convert_change_state),
18499         (gst_audio_convert_channels):
18500         * gst/audioconvert/gstchannelmix.c:
18501         (gst_audio_convert_unset_matrix),
18502         (gst_audio_convert_fill_identical),
18503         (gst_audio_convert_fill_compatible),
18504         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18505         (gst_audio_convert_fill_others),
18506         (gst_audio_convert_fill_normalize),
18507         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18508         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18509         * gst/audioconvert/gstchannelmix.h:
18510           Implement a channel mixer.
18511
18512 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18513
18514         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18515         * ext/alsa/gstalsa.h:
18516         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18517         Make alsasink actually honor gst_element_set_clock and use that
18518         clock instead of its internal one.
18519
18520 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18521
18522         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18523         (gst_play_base_bin_change_state): nullify source and decoder when
18524         going from READY to NULL so that we don't try to do weird stuff with
18525         them when going from NULL to READY
18526         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18527         instead of g_object_unref
18528         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18529         it should be correct
18530         (gst_play_bin_change_state): don't call remove_sinks if we are
18531         currently disposing the object
18532
18533 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18534
18535         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18536           Don't forget bass if it's there. Else left channel is silent...
18537
18538 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18539
18540         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18541         (gst_a52dec_change_state):
18542           Don't do sample adjusting anymore, we use float audio now.
18543         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18544           Don't fixate to non-existing properties.
18545
18546 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18547
18548         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18549         (gst_a52dec_change_state):
18550           Advertise that we can do surround sound.
18551
18552 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18553
18554         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18555           Add buffer-frames=0.
18556         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18557         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18558         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18559         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18560         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18561         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18562         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18563         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18564         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18565         * ext/dvdread/dvdreadsrc.h:
18566           Add seeking, querying for bytes, sectors, title, angle and
18567           chapter. Handle multiple chapters. Relicense to LGPL because
18568           Billy agreed on that (thanks Billy!).
18569
18570 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18571
18572         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18573         call parent dispose method
18574
18575 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18576
18577         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18578         (gst_audio_clock_get_internal_time):
18579         Fix active <-> inactive transitions: ensure time value always
18580         grows and avoid abrupt value changes.
18581
18582 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18583
18584         * configure.ac:
18585         * gst/tta/Makefile.am:
18586         * gst/tta/crc32.h:
18587         * gst/tta/filters.h:
18588         * gst/tta/gsttta.c:
18589         * gst/tta/gstttadec.c:
18590         * gst/tta/gstttadec.h:
18591         * gst/tta/gstttaparse.c:
18592         * gst/tta/gstttaparse.h:
18593         * gst/tta/ttadec.h:
18594           added TTA parser and decoder
18595
18596 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18597
18598         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18599         (probe_triggered), (check_queue), (buffer_underrun),
18600         (buffer_running), (buffer_overrun), (gen_source_element),
18601         (setup_source):
18602         * gst/playback/gstplaybasebin.h:
18603           Implement buffering. Needs some more work.
18604
18605 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18606
18607         * ext/theora/theoradec.c: (theora_dec_chain):
18608           Fix ilog mask range overflow.
18609
18610 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18611
18612         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18613           Don't omit the last (which in case of dmix is the only :) )
18614           channel count. Don't set channels if <= 2.
18615
18616 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18617
18618         * gst/playback/gstplaybin.c: (gen_video_element),
18619         (gen_audio_element): Removed 2 obsolete comments
18620
18621 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18622
18623         * ext/vorbis/oggvorbisenc.c
18624         * ext/vorbis/vorbisenc.c :
18625           change description fields of those plugins to differentiate them
18626           (pitivi show Encoders by description, they had the same one)
18627
18628 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18629
18630         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18631
18632         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18633         (gst_play_bin_set_property), (gen_video_element),
18634         (gen_audio_element):
18635           Refcounting fixes for provided audio-/videosinks.
18636
18637 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18638
18639         * gst/playback/gstplaybin.c: (gen_video_element),
18640         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18641           Don't reference all sinks, but only the video- and audiosinks.
18642           The vis. element should be disposed when we're done with it.
18643           We don't have any reason to keep it around. This fixes warnings
18644           when reusing playbin for playing multiple audio files with
18645           vis. enabled. Also release audio device on pause - idea stolen
18646           from Rhythmbox.
18647
18648 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18649
18650         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18651         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18652         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18653         * ext/alsa/gstalsaplugin.c: (plugin_init):
18654         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18655         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18656         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18657         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18658         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18659         (gst_faad_change_state), (plugin_init):
18660         * ext/faad/gstfaad.h:
18661         * ext/vorbis/vorbis.c: (plugin_init):
18662         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18663         * gst-libs/gst/audio/Makefile.am:
18664         * gst-libs/gst/audio/audio.c: (plugin_init):
18665         * gst-libs/gst/audio/multichannel.c:
18666         (gst_audio_check_channel_positions),
18667         (gst_audio_get_channel_positions),
18668         (gst_audio_set_channel_positions),
18669         (gst_audio_set_structure_channel_positions_list),
18670         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18671         (gst_audio_fixate_channel_positions):
18672         * gst-libs/gst/audio/multichannel.h:
18673         * gst-libs/gst/audio/testchannels.c: (main):
18674         * gst/audioconvert/gstaudioconvert.c:
18675         (gst_audio_convert_class_init), (gst_audio_convert_init),
18676         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18677         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18678         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18679         * gst/audioconvert/plugin.c: (plugin_init):
18680           Surround sound support.
18681
18682 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18683
18684         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18685           Fix position for discont if we're close as well. Nitpicking, but
18686           saves a few milliseconds of extra waiting or skipping.
18687
18688 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18689
18690         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18691           We sometimes need parsers for playback, so add those too.
18692
18693 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18694
18695         * configure.ac:
18696         * gst/apetag/Makefile.am:
18697         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18698         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18699         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18700         (gst_ape_demux_get_src_query_types),
18701         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18702         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18703         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18704         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18705         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18706         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18707         (gst_ape_demux_change_state):
18708         * gst/apetag/apedemux.h:
18709         * gst/apetag/apetag.c: (plugin_init):
18710         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18711         (plugin_init):
18712           APE v1/2 tag reader plus typefind function.
18713
18714 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18715
18716         * configure.ac:
18717         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18718         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18719           Remove hacks for older core. Require newer core version
18720           accordingly.
18721
18722 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18723
18724         * gst/cdxaparse/Makefile.am:
18725         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18726         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18727         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18728         * gst/cdxaparse/gstcdxaparse.h:
18729         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18730         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18731         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18732         (gst_cdxastrip_get_src_query_types),
18733         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18734         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18735         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18736         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18737         * gst/cdxaparse/gstcdxastrip.h:
18738           SVCD/VCD header stripping separated from CDXA image parsing.
18739         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18740         (plugin_init):
18741           Add VCD/SVCD header typefinding for VCD/SVCD.
18742         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18743         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18744         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18745         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18746         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18747         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18748         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18749         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18750         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18751         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18752         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18753         * sys/vcd/vcdsrc.h:
18754           Fix up, add seeking, querying, URI interface. Works in totem now.
18755
18756 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18757
18758         * configure.ac:
18759           back to CVS
18760
18761 === release 0.8.6 ===
18762
18763 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18764
18765         * NEWS:
18766         * RELEASE:
18767         * configure.ac:
18768         * po/af.po:
18769         * po/az.po:
18770         * po/cs.po:
18771         * po/en_GB.po:
18772         * po/hu.po:
18773         * po/it.po:
18774         * po/nb.po:
18775         * po/nl.po:
18776         * po/or.po:
18777         * po/sq.po:
18778         * po/sr.po:
18779         * po/sv.po:
18780         * po/uk.po:
18781           releasing 0.8.6, "IOU Love"
18782
18783 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18784
18785         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18786
18787         * gst/playback/gstplaybasebin.c:
18788           Fix unplayable files error handling.  Fixes #158365
18789
18790 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18791
18792         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18793
18794         * gst/typefind/gsttypefindfunctions.c:
18795           Fix broken mp3 typefinding.  Fixes #158375
18796
18797 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18798
18799         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18800
18801         * ext/ogg/gstoggdemux.c:
18802           Fix sync on broken files.  Fixes #158976
18803
18804 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18805
18806         patch by: Edward Hervey <bilboed@bilboed.com>
18807
18808         * ext/libpng/gstpngenc.c:
18809           Copy over buffer properties.  Fixes #158832
18810
18811 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18812
18813         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18814
18815         * ext/dvdread/dvdreadsrc.c:
18816           Fixes invalid reads (#158462)
18817
18818 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18819
18820         * sys/v4l/gstv4lsrc.c:
18821         * sys/v4l/gstv4lsrc.h:
18822         * sys/v4l/v4lsrc_calls.c:
18823           Probe less and cache it.  Fixes #159187.
18824
18825 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18826
18827         * gst/videorate/gstvideorate.c:
18828           Handle all video formats. Fixes #159186.
18829
18830 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18831         * gst/synaesthesia/gstsynaesthesia.c:
18832         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18833         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18834         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18835         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18836         (gst_synaesthesia_change_state), (plugin_init):
18837         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18838         Force 320x200 output, as that's the only thing the underlying
18839         synaesthesia implementation supports. Still needs to be made
18840         re-entrant.
18841
18842 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18843
18844         * configure.ac:
18845           Fix mpeg2enc configure check (similar to mplex check below).
18846
18847 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
18848
18849         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18850
18851         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18852           Fix for gcc-2.95 (fixes #158221).
18853
18854 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18855
18856         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18857           Re-add clock distribution hack (until new core is released).
18858           Fixes #158125.
18859
18860 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
18861         * configure.ac:
18862           fix mplex configure check segfaulting on some systems (bug #140994)
18863
18864 2004-11-13  Benjamin Otte  <otte@gnome.org>
18865
18866         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18867           add debugging
18868         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18869           do a wait when we enter the loop func with no data available to
18870           write instead of getting into an 100% CPU loop by just returning and
18871           being called again by the scheduler
18872
18873 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
18874
18875         * configure.ac:
18876         * ext/libvisual/visual.c: (gst_visual_get_type),
18877         (libvisual_log_handler), (gst_visual_getcaps),
18878         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18879         (plugin_init):
18880           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18881         * ext/smoothwave/Makefile.am:
18882         * ext/smoothwave/demo-osssrc.c: (main):
18883         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18884         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18885         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18886         (plugin_init):
18887         * ext/smoothwave/gstsmoothwave.h:
18888           Make gstsmoothwave a working element in the 20th century.
18889
18890         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18891           Fix incorrect link function
18892
18893 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18894
18895         * gst/volume/gstvolume.c:
18896           Allow buffer-frames=0.
18897
18898 2004-11-12 Iain <iaingnome@gmail.com>
18899
18900         * configure.ac: Check for polypaudio
18901
18902         * ext/Makefile.am: Build the polyp dir
18903
18904         * ext/polyp: The polypsink sources.
18905
18906 2004-10-30 Iain <iaingnome@gmail.com>
18907
18908         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18909         caps to reflect the new number of channels.
18910
18911 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18912
18913         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18914           Fix for negotiation order problem. This would show when the
18915           ALSA loopfuction was called before any other function. ALSA
18916           wouldn't do anything because we're not negotiated yet, leading
18917           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18918
18919 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18920
18921         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18922
18923         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18924           No warnings (#157986).
18925
18926 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18927
18928         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18929           Prefer apev1/2 and id3v1 (at end of file) over musepack.
18930
18931 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18932
18933         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18934           Signal no-more-pads (so it works in playbin).
18935
18936 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18937
18938         * ext/musepack/gstmusepackreader.cpp:
18939           Workaround for older core.
18940
18941 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18942
18943         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18944           Actually test for odd width/height rather than testing whether
18945           a temporary variable that was 0 before we subtracted 1 is now
18946           not equal to zero (which it always is).
18947
18948 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18949
18950         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18951         Fix compilation if HAVE_XVIDEO is not defined
18952
18953 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18954
18955         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18956         Fix compilation if HAVE_XVIDEO is not defined
18957
18958 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
18959
18960         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18961         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
18962         (gst_goom_change_state), (plugin_init):
18963         Use the bytestream adapter so goom doesn't depend on the input
18964         buffer size.
18965         Add a debug category
18966
18967 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18968
18969         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18970           Only set hardware parameters *after* negotiation. Before
18971           negotiation, it will set ANY and that seems to cause crashes
18972           (see e.g. #151288, #153227).
18973
18974 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18975
18976         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18977           This seems to be antique leftover. It needs to pass error
18978           checking.
18979         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18980         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
18981         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18982         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
18983           Fix GstXOverlay implementation (#151059).
18984
18985 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18986
18987         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18988           Don't assert (#157853).
18989
18990 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18991
18992         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18993           Fix bytes/samples confustion.
18994         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
18995           Fix for underrun (#144389).
18996
18997 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18998
18999         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19000           Disable halfway-seek for pending release (since it needs a new
19001           core release).
19002
19003 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19004
19005         * sys/v4l/gstv4lsrc.c:
19006         * sys/v4l/gstv4lsrc.h:
19007         * sys/v4l/v4lsrc_calls.c:
19008           add autoprobe-fps property so we can separate autoprobing parts
19009
19010 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19011
19012         * sys/v4l/gstv4lsrc.c:
19013         * sys/v4l/v4lsrc_calls.c:
19014         initialise fourcc to catch unset fourcc's, and debug
19015
19016 2004-11-09  Wim Taymans  <wim@fluendo.com>
19017
19018         * gst/playback/README:
19019         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19020         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19021         (gst_play_bin_dispose), (gst_play_bin_set_property),
19022         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19023         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19024         (gst_play_bin_get_formats), (gst_play_bin_convert),
19025         (gst_play_bin_get_query_types), (gst_play_bin_query):
19026         Cleanups and some more documentation.
19027
19028 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
19029
19030         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19031         (gst_cacasink_init), (gst_cacasink_chain):
19032         * ext/libcaca/gstcacasink.h:
19033         Cacasink inherits from VideoSink, so let that store the clock.
19034
19035 2004-11-09  Wim Taymans  <wim@fluendo.com>
19036
19037         * gst/playback/README:
19038         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19039         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19040         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19041         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19042         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19043         (setup_sinks):
19044         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19045         (gst_stream_info_is_mute), (gst_stream_info_set_property):
19046         * gst/playback/gststreaminfo.h:
19047         Updated README.
19048         Only switch groups if all streams have muted (EOSed).
19049         Send Tags in sync with the stream playback instead of in
19050         the playback/preroll phase.
19051         Some cleanups, free the fakesrc elements.
19052
19053 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19054
19055         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19056           buffer-frames property was missing
19057         * ext/arts/gst_arts.c:
19058           rate missing from sinkcaps
19059         * ext/audiofile/gstafparse.c:
19060         * ext/audiofile/gstafsink.c:
19061         * ext/audiofile/gstafsrc.c:
19062         * ext/swfdec/gstswfdec.c:
19063           int audio doesn't know buffer-frames
19064         * ext/cdparanoia/gstcdparanoia.c:
19065           int audio doesn't know chunksize either
19066         * ext/nas/nassink.c:
19067           it's endianness, not endianess
19068         * gst-libs/gst/audio/audio.h:
19069           make float standard pad template caps really describe float
19070         * gst/law/mulaw.c: (linear_factory):
19071           signed only, please
19072         * gst/mpegstream/gstdvddemux.c:
19073           widths of 20 are not valid
19074
19075 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19076
19077         Submitted by: Luca Ferretti <elle.uca@infinito.it>
19078
19079         * po/LINGUAS:
19080         * po/it.po:
19081           Add Italian
19082
19083 2004-11-08  Wim Taymans  <wim@fluendo.com>
19084
19085         * gst/playback/README:
19086         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19087         * gst/playback/gstplaybasebin.c: (probe_triggered),
19088         (gst_play_base_bin_change_state):
19089         Updated README, added more comments for fixmes etc..
19090
19091 2004-11-08  Wim Taymans  <wim@fluendo.com>
19092
19093         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19094         We can remove this hack now.
19095
19096 2004-11-08  Wim Taymans  <wim@fluendo.com>
19097
19098         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19099         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19100         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19101         Only mix AYUV for maximum quality.
19102
19103 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19104
19105         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19106         (gst_ogg_demux_push), (gst_ogg_pad_push):
19107           Let's act as if we're synchronized now! :).
19108         * ext/theora/theoradec.c: (theora_dec_chain):
19109           Add some debug.
19110
19111 2004-11-08  Wim Taymans  <wim@fluendo.com>
19112
19113         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19114         (gst_alpha_set_property), (gst_alpha_sink_link),
19115         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19116         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19117         (gst_alpha_init_params), (gst_alpha_chain):
19118         Implement alpha functions for AYUV too, this increases
19119         accuracy quite a bit.
19120
19121 2004-11-08  Wim Taymans  <wim@fluendo.com>
19122
19123         * gst/ffmpegcolorspace/avcodec.h:
19124         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19125         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19126         (gst_ffmpegcsp_avpicture_fill):
19127         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19128         (gst_ffmpegcsp_caps_remove_format_info):
19129         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19130         (shrink12), (img_get_alpha_info), (deinterlace_line),
19131         (deinterlace_line_inplace):
19132         * gst/ffmpegcolorspace/imgconvert_template.h:
19133         Added AYUV colorspace and handle RGBA a bit more respectful.
19134
19135 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19136
19137         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19138           Actually always send a discont (cornercase when resending the
19139           same serial-tagged chain twice).
19140
19141 2004-11-08  Julien MOUTTE  <julien@moutte.net>
19142
19143         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19144         (gst_ximagesink_finalize):
19145         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19146         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19147
19148 2004-11-08  Wim Taymans  <wim@fluendo.com>
19149
19150         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19151         Don't segfault on NULL data.
19152
19153 2004-11-08  Wim Taymans  <wim@fluendo.com>
19154
19155         * gst/playback/gstdecodebin.c: (unlinked):
19156         * gst/playback/gstplay-marshal.list:
19157         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19158         (gst_play_base_bin_init), (group_create), (get_active_group),
19159         (get_building_group), (group_destroy), (group_commit),
19160         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19161         (add_element_stream), (no_more_pads), (probe_triggered),
19162         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19163         (state_change), (setup_source), (gst_play_base_bin_get_property),
19164         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19165         (gst_play_base_bin_link_stream),
19166         (gst_play_base_bin_get_streaminfo):
19167         * gst/playback/gstplaybasebin.h:
19168         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19169         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19170         Add support for chained ogg files. Prepare for playlist
19171         support. This patch introduces the concept of pad groups, which
19172         together compose one playable media file.
19173
19174 2004-11-07  David Schleef  <ds@schleef.org>
19175
19176         * testsuite/gst-lint: Check for pad templates that aren't statically
19177         scoped.
19178
19179 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19180
19181         * configure.ac:
19182         * ext/Makefile.am:
19183         * ext/musepack/Makefile.am:
19184         * ext/musepack/gstmusepackdec.cpp:
19185         * ext/musepack/gstmusepackdec.h:
19186         * ext/musepack/gstmusepackreader.cpp:
19187         * ext/musepack/gstmusepackreader.h:
19188           Add musepack decoder.
19189         * ext/faad/gstfaad.c: (gst_faad_base_init):
19190           Make pad templates static.
19191         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19192         (plugin_init):
19193           Add musepack typefinder, make mp3 typefinding work halfway stream,
19194           which doesn't actually work yet because id3demux doesn't implement
19195           _get_length().
19196
19197 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19198
19199         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19200         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19201           Fix interrupt event handling (#144436).
19202
19203 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19204
19205         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19206           Hide unused glory.
19207
19208 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19209
19210         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19211
19212         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19213           Fix weird caps (#157548).
19214
19215 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19216
19217         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19218
19219         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19220           Add missing NULL terminator (#157543).
19221
19222 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19223
19224         * gst/tcp/gsttcp.h:
19225         * gst/tcp/gsttcpclientsink.c:
19226         * gst/tcp/gsttcpclientsrc.c:
19227         * gst/tcp/gsttcpserversink.c:
19228         * gst/tcp/gsttcpserversrc.c:
19229           ports can go up to 65535.  Move common defines to gsttcp.h
19230
19231 2004-11-05  Wim Taymans  <wim@fluendo.com>
19232
19233         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19234         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19235         Added two more colorspaces.
19236
19237 2004-11-05  Wim Taymans  <wim@fluendo.com>
19238
19239         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19240         (gst_ffmpegcsp_avpicture_fill):
19241         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19242         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19243         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19244         More stride fixes.
19245
19246 2004-11-05  Wim Taymans  <wim@fluendo.com>
19247
19248         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19249         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19250         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19251         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19252         (gst_videomixer_loop):
19253         More stride fixes.
19254
19255 2004-11-05  Benjamin Otte  <otte@gnome.org>
19256
19257         * ext/mad/gstmad.c: (gst_mad_chain):
19258           don't overflow data buffer. Flush not needed sync data when syncing
19259           failed.
19260
19261 2004-11-04  Wim Taymans  <wim@fluendo.com>
19262
19263         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19264         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19265         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19266         (gst_alpha_init_params), (gst_alpha_chain),
19267         (gst_alpha_change_state):
19268         Updated the chroma keying algorithm with something more
19269         sophisticated.
19270
19271 2004-11-03  Wim Taymans  <wim@fluendo.com>
19272
19273         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19274         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19275         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19276         Fix stride issues. Does not completely work for odd
19277         heights.
19278
19279 2004-11-03  Wim Taymans  <wim@fluendo.com>
19280
19281         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19282         (gst_alpha_chroma_key), (gst_alpha_chain):
19283         Fix stride issues. Does not completely work for odd
19284         heights.
19285
19286 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19287
19288         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19289         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19290         leak fixes
19291
19292 2004-11-03  Wim Taymans  <wim@fluendo.com>
19293
19294         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19295         (gst_ffmpegcsp_avpicture_fill):
19296         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19297         (avpicture_alloc):
19298         * gst/ffmpegcolorspace/imgconvert_template.h:
19299         Use correct _fill function to get correct strides.
19300
19301 2004-11-02  David Schleef  <ds@schleef.org>
19302
19303         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19304         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19305         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19306         Change all g_print()s to debugging.  Add a bunch of consistency
19307         checks.
19308
19309 2004-11-02  Wim Taymans  <wim@fluendo.com>
19310
19311         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19312         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19313         (unlinked), (no_more_pads), (close_link):
19314         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19315         (unknown_type), (add_element_stream), (new_decoded_pad),
19316         (removed_decoded_pad), (setup_source):
19317         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19318         (gst_stream_info_class_init), (gst_stream_info_init),
19319         (gst_stream_info_new), (gst_stream_info_dispose),
19320         (stream_info_mute_pad), (gst_stream_info_set_property),
19321         (gst_stream_info_get_property):
19322         * gst/playback/gststreaminfo.h:
19323         Fix playback of multiple files.
19324         a slightly different approach to handling dynamic pad removals.
19325         This one only looks at pads that we have linked.
19326
19327 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19328
19329         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19330         free" warning from libc.
19331
19332 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19333
19334         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19335         (get_unconnected_element), (remove_starting_from), (pad_removed),
19336         (close_link):
19337           Implement support for dynamic pad changing. We listen to "live"
19338           pad removals (i.e. while playing) and re-setup autoplugging
19339           after that. Playbasebin/playbin need some more work for this
19340           to finally work, but decodebin supports (and replugs) chained
19341           ogg now.
19342
19343 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19344
19345         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19346         (gst_alsa_finalize):
19347         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19348         (gst_cdaudio_finalize):
19349         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19350         (cdparanoia_finalize):
19351         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19352         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19353         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19354         (dvdreadsrc_finalize):
19355         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19356         (gst_flacdec_finalize):
19357         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19358         (gst_flacenc_finalize):
19359         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19360         (gst_gnomevfssink_finalize):
19361         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19362         (gst_gnomevfssrc_finalize):
19363         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19364         (gst_fameenc_finalize):
19365         * ext/nas/nassink.c: (gst_nassink_class_init),
19366         (gst_nassink_finalize):
19367         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19368         (gst_sdlvideosink_class_init):
19369         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19370         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19371         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19372         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19373         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19374         (gst_x_window_listener_dispose):
19375         * gst/audioscale/gstaudioscale.c:
19376         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19377         (play_on_demand_finalize):
19378         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19379         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19380         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19381         (cdplayer_finalize):
19382         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19383         (gst_glimagesink_class_init):
19384         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19385         (gst_osselement_finalize):
19386         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19387         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19388         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19389           Fixes a bunch of problems with finalize and dispose functions,
19390           either assumptions that dispose is only called once, or not calling
19391           the parent class dispose/finalize function
19392
19393 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19394
19395         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19396           added two api precondition guards
19397           use g_strdup with getenv to fix crash when using ENVVAR
19398
19399 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19400         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19401         (gst_esdsink_finalize):
19402         Use a finalize function, not dispose, and more importantly,
19403         call the parent class finalize function too
19404
19405 2004-11-01  Johan Dahlin  <johan@gnome.org>
19406
19407         * ext/ogg/gstoggdemux.c:
19408         * gst/tags/gstvorbistag.c:
19409         Plug leaks.
19410
19411 2004-10-31  Benjamin Otte  <otte@gnome.org>
19412
19413         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19414           lotsa memleaks today. But they're all small...
19415
19416 2004-10-31  Benjamin Otte  <otte@gnome.org>
19417
19418         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19419           another memleak crushed
19420
19421 2004-10-31  Benjamin Otte  <otte@gnome.org>
19422
19423         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19424           fix memleak
19425
19426 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19427
19428         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19429           Hack to prevent crash when going to READY inside signal handler
19430           while this function is active.
19431
19432 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19433
19434         * gst/ffmpegcolorspace/Makefile.am:
19435         * gst/ffmpegcolorspace/avcodec.h:
19436         * gst/ffmpegcolorspace/common.h:
19437         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19438         * gst/ffmpegcolorspace/dsputil.h:
19439         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19440         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19441         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19442         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19443         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19444         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19445         (gst_ffmpegcsp_avpicture_fill):
19446         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19447         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19448         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19449         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19450         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19451         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19452         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19453         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19454         * gst/ffmpegcolorspace/imgconvert.c:
19455         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19456         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19457         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19458         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19459         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19460         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19461         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19462         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19463         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19464         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19465         (grow21), (grow22), (grow41), (grow44), (conv411),
19466         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19467         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19468         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19469         (avpicture_free), (is_yuv_planar), (img_convert),
19470         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19471         (deinterlace_line_inplace), (deinterlace_bottom_field),
19472         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19473         * gst/ffmpegcolorspace/imgconvert_template.h:
19474         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19475         * gst/ffmpegcolorspace/mmx.h:
19476         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19477         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19478         (av_freep), (avcodec_get_context_defaults),
19479         (avcodec_alloc_context), (avcodec_init):
19480           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19481           handling plus update from ffmpeg CVS. Large clean-up.
19482
19483 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19484
19485         * gst/playback/Makefile.am:
19486           We need the marshallers for decodebin, too.
19487
19488 2004-10-30  David Schleef  <ds@schleef.org>
19489
19490         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19491           quicktime typefinding work with 64-bit offsets.
19492
19493 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19494
19495         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19496           Set EOS on the element when processing an EOS event.
19497         * ext/speex/gstspeexdec.h:
19498         * ext/speex/gstspeexenc.h:
19499           Only keep a const ptr to the mode
19500         * gst-libs/gst/riff/riff-media.c:
19501         (gst_riff_create_audio_caps_with_data),
19502         (gst_riff_create_audio_template_caps):
19503           Allow WMAV3, with up to 6 channels.
19504         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19505           Don't call gst_pad_set_event_function on a sink pad.
19506         * gst/mpegstream/gstdvddemux.c:
19507         (gst_dvd_demux_get_subpicture_stream),
19508         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19509           Copy the explicit caps that were set across to the cur_* pads,
19510           instead of trying to use a possibly non-existent negotiated caps.
19511           Reset the type of subpicture pads to UNKNOWN after calling
19512           init_stream, so that the caps get set.
19513
19514 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19515
19516         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19517
19518         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19519           Don't touch buffer if it is of size 0 (fixes #151064).
19520
19521 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19522
19523         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19524           Synchronized discont handling.
19525
19526 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19527
19528         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19529         (gst_ogg_demux_push):
19530           Make seeking sort-of exact again (fixes #156387).
19531
19532 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19533
19534         * gst/playback/gstplaybasebin.c: (unknown_type),
19535         (add_element_stream), (new_decoded_pad),
19536         (gst_play_base_bin_change_state):
19537         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19538         (gst_stream_info_init), (gst_stream_info_new),
19539         (gst_stream_info_dispose), (gst_stream_info_get_property):
19540         * gst/playback/gststreaminfo.h:
19541           Make caps explicitely available. Makes testing for unsupported
19542           types possible. Improves error reporting.
19543
19544 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19545
19546         * gst/audioconvert/gstaudioconvert.c:
19547         (gst_audio_convert_buffer_to_default_format):
19548           Really don't touch read-only buffers (#156563).
19549
19550 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19551
19552         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19553
19554         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19555           Fix memleak (#155223).
19556
19557 2004-10-29  Wim Taymans  <wim@fluendo.com>
19558
19559         * gst/tcp/.cvsignore:
19560         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19561         (gst_multifdsink_class_init), (gst_multifdsink_init),
19562         (gst_multifdsink_add), (gst_multifdsink_remove),
19563         (gst_multifdsink_remove_client_link), (is_sync_frame),
19564         (gst_multifdsink_new_client),
19565         (gst_multifdsink_handle_client_write),
19566         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19567         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19568         (gst_multifdsink_get_property):
19569         * gst/tcp/gstmultifdsink.h:
19570         Added burst on connect sync_method, deprecated sync_clients,
19571         streamlined the sync code some more.
19572
19573 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19574
19575         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19576         (gst_play_base_bin_change_state):
19577           Improve error reporting.
19578
19579 2004-10-28  Wim Taymans  <wim@fluendo.com>
19580
19581         * gst/tcp/Makefile.am:
19582         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19583         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19584         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19585         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19586         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19587         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19588         (gst_fdset_wait):
19589         Added more locks around fdset structures. Fixed/reworked
19590         the poll array resizing code.
19591         Added stress test for fdset.
19592
19593 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19594
19595         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19596         fix build
19597
19598 2004-10-28  Benjamin Otte  <otte@gnome.org>
19599
19600         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19601           fix link function to always query channels and query width for
19602           floats
19603         * configure.ac:
19604           add equalizer dir
19605         * gst/equalizer/Makefile.am:
19606         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19607         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19608         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19609         (arg_to_scale), (setup_filter),
19610         (gst_iir_equalizer_compute_frequencies),
19611         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19612         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19613         (plugin_init):
19614           add an equalizer
19615
19616 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19617
19618         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19619
19620         * po/LINGUAS:
19621         * po/nb.po:
19622           Added Norwegian Bokmaal translation
19623
19624 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19625
19626         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19627           Don't break on options (fixes #156488).
19628
19629 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19630
19631         * configure.ac:
19632         * ext/cdaudio/Makefile.am:
19633         * sys/Makefile.am:
19634           fix build on older automake
19635
19636 2004-10-26  Wim Taymans  <wim@fluendo.com>
19637
19638         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19639         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19640         Allow a little margin when negotiating the framerate.
19641
19642 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19643
19644         * gst/level/gstlevel.c:
19645           synchonised naming of pads and pad-templates
19646
19647 2004-10-26  Wim Taymans  <wim@fluendo.com>
19648
19649         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19650         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19651         (_find_streams_check), (gst_ogg_demux_push):
19652         Fix EOS again. Needs to be done in a better way. We should not
19653         remove the pad if there is no new chained stream.
19654
19655 2004-10-26 Iain <iaingnome@gmail.com>
19656
19657         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19658         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19659         of the caps.
19660         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19661         pad.
19662         (interleave_release_pad): Remove the pad.
19663         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19664         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19665         the set device.
19666         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19667         attrs
19668         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19669         (gst_xvimagesink_finalize): Free the par.
19670
19671 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19672
19673         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19674         (gst_avimux_stop_file):
19675           First calculate the rate, and only then use it. Hdr.rate is a
19676           multiple and not a derivative of hdr.scale. Scale is not the
19677           same as blockalign but is solely related to rate.
19678
19679 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19680
19681         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19682         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19683           Implement seeking.
19684
19685 2004-10-25  James Henstridge  <james@jamesh.id.au>
19686
19687         Reviewed by:  David Schleef  <ds@schleef.org>
19688
19689         * examples/gstplay/player.c: (got_stream_length), (main):
19690         * examples/seeking/cdplayer.c: (update_scale):
19691         * examples/seeking/seek.c: (format_value), (update_scale):
19692         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19693         (stop_seek):
19694         Build fixes on AMD64.
19695
19696 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19697
19698         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19699
19700         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19701         Fix for some v4l cards which hang in v4lsrc
19702
19703 2004-10-25  Wim Taymans  <wim@fluendo.com>
19704
19705         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19706         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19707         Make sure to remove the pad when a new chain is
19708         encountered. Set some vars to NULL so we don't try
19709         to reference freed memory.
19710
19711 2004-10-25  Wim Taymans  <wim@fluendo.com>
19712
19713         * examples/seeking/Makefile.am:
19714         * examples/seeking/cdplayer.c: (update_scale):
19715         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19716         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19717         (format_value), (update_scale), (iterate), (start_seek),
19718         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19719         (print_usage), (main):
19720         Added some more examples, update others.
19721
19722 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19723
19724         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19725         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19726         * ext/theora/theoradec.c: (theora_dec_chain):
19727         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19728           Add codec-name metadata.
19729
19730 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19731
19732         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19733
19734         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19735         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19736         * ext/alsa/gstalsamixertrack.h:
19737         * po/POTFILES.in:
19738           ALSA mixer track label internationalization (#154054).
19739
19740 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19741
19742         * ext/theora/theoradec.c: (theora_dec_chain):
19743           Export bitrate as metadata.
19744
19745 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19746
19747         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19748         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19749         * ext/alsa/gstalsamixertrack.h:
19750           Fix names, fix loop.
19751
19752 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19753
19754         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19755         (speex_dec_convert):
19756           sinkconvert function so oggdemux can get the file length (totem).
19757
19758 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19759
19760         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19761
19762         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19763           Don't push incomplete packets.
19764         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19765           Fix MPEG-4 audio typefinding.
19766
19767 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19768
19769         * sys/v4l/Makefile.am:
19770         * sys/v4l/gstv4l.c: (plugin_init):
19771         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19772         (gst_v4lelement_init), (gst_v4lelement_dispose),
19773         (gst_v4lelement_change_state):
19774         * sys/v4l/gstv4lelement.h:
19775         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19776         (gst_v4l_xoverlay_close), (idle_refresh),
19777         (gst_v4l_xoverlay_set_xwindow_id):
19778         * sys/v4l/gstv4lxoverlay.h:
19779         * sys/v4l/v4l-overlay_calls.c:
19780         * sys/v4l/v4l_calls.h:
19781         * sys/v4l2/Makefile.am:
19782         * sys/v4l2/gstv4l2.c: (plugin_init):
19783         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19784         (gst_v4l2element_init), (gst_v4l2element_dispose),
19785         (gst_v4l2element_change_state):
19786         * sys/v4l2/gstv4l2element.h:
19787         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19788         (gst_v4l2_xoverlay_close), (idle_refresh),
19789         (gst_v4l2_xoverlay_set_xwindow_id):
19790         * sys/v4l2/gstv4l2xoverlay.h:
19791         * sys/v4l2/v4l2-overlay_calls.c:
19792         * sys/v4l2/v4l2_calls.h:
19793           Remove client-side overlay handling, use the X-server v4l plugin
19794           for that. Nicer overlay, less code. Also make the plugin
19795           compileable without X (but then without overlay, obviously).
19796           Makes xwindowlistener obsolete, should we remove that?
19797
19798 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19799
19800         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19801         (gst_osssrc_src_query):
19802         * sys/oss/gstosssrc.h:
19803           OK, so people want offset in DEFAULT. This time, actually fix all
19804           cases.
19805         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19806           Add FPS properly.
19807
19808 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19809
19810         * gst/asfdemux/gstasfmux.c:
19811         * gst/avi/gstavimux.c:
19812           Framerate.
19813
19814 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19815
19816         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19817           Fix properties (channel, norm, frequency).
19818
19819 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19820
19821         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19822           Flag typo.
19823         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19824           No warnings.
19825
19826 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19827
19828         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19829           Fix hang.
19830
19831 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19832
19833         * sys/v4l2/gstv4l2element.h:
19834           Yet Another Hack (tm) for kernel header borkedness.
19835         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19836         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19837         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19838         (gst_v4l2src_change_state):
19839         * sys/v4l2/gstv4l2src.h:
19840         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19841         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19842           Fix caps, keep track of state, work.
19843
19844 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19845
19846         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19847           Quiet.
19848
19849 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19850
19851         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19852           Don't mix bytes and samples.
19853
19854 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19855
19856         * ext/ogg/gstoggmux.c:
19857           Basic pad template which accepts OGM tracks, speex, flac, vorbis
19858           and theora. Any is incorrect.
19859         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19860           Fix caps.
19861         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19862         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19863         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19864         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19865         * sys/v4l/gstv4lmjpegsrc.h:
19866         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19867         (gst_v4lsrc_change_state):
19868         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19869         (gst_v4lmjpegsrc_capture_stop):
19870           Fix caps. Keep track of internal state. Work.
19871
19872 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19873
19874         * ext/Makefile.am:
19875           Fix the build fixes.
19876
19877 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19878
19879         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19880         (gst_ogg_demux_src_event), (_find_chain_seek),
19881         (gst_ogg_pad_push):
19882           Check for pad availability before using it.
19883         * ext/ogg/gstoggdemux.c: (_find_chain_process):
19884           Fix parsing of chained ogg. Needs more work on the decoder side.
19885
19886 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19887
19888         * gst/spectrum/Makefile.am:
19889         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19890         (idle_func):
19891           Fix demo and reenable it. Yes, I'm currently playing with audio
19892           analysis tools
19893
19894 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19895
19896         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19897           We love it if files that start at zero work too...
19898
19899 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19900
19901         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19902           Handle files with missing EOS headers.
19903
19904 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19905
19906         * gst/tcp/gsttcpserversink.c:
19907         (gst_tcpserversink_handle_server_read),
19908         (gst_tcpserversink_init_send):
19909         Zero some variables first (need for accept not to return EINVAL)
19910
19911 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19912
19913         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19914         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19915         * ext/theora/theoradec.c: (theora_dec_sink_convert),
19916         (theora_dec_chain):
19917         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19918         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19919           Seeking and querying finetune.
19920
19921 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19922
19923         * configure.ac:
19924         * ext/Makefile.am:
19925         * ext/raw1394/Makefile.am:
19926           fix the build
19927
19928 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19929
19930         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19931           Wrong return.
19932         * gst/playback/Makefile.am:
19933         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19934         * gst/playback/gstplay-marshal.list:
19935         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19936           Fix marshallers.
19937
19938 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19939
19940         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19941           Silence.
19942
19943 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19944
19945         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19946         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19947         (gst_ogg_pad_push):
19948           Yay for non-lineair granulepos in theora.
19949
19950 2004-10-18  Wim Taymans  <wim@fluendo.com>
19951
19952         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19953         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19954         * ext/dv/gstdvdec.h:
19955         Make sure we renegotiate aspect ratio when the camera switches.
19956
19957 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19958
19959         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19960         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19961           Start at zero.
19962         * ext/theora/theoradec.c: (theora_dec_chain):
19963           Skip headers. Bad idea for chained ogg, but fixes seeking.
19964
19965 2004-10-18  Wim Taymans  <wim@fluendo.com>
19966
19967         * configure.ac:
19968         I swear, this is the last time I touch this.
19969
19970 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19971
19972         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19973         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19974         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
19975           Faster seeking.
19976         * ext/theora/theoradec.c: (theora_dec_sink_convert):
19977           Time-to-default conversion.
19978         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19979           Don't error on unknown packets, just skip. We should probably
19980           read them if we want to support chained ogg.
19981
19982 2004-10-18  Wim Taymans  <wim@fluendo.com>
19983
19984         * configure.ac:
19985         Added cdaudio to wrong list.
19986
19987 2004-10-18  Wim Taymans  <wim@fluendo.com>
19988
19989         * configure.ac:
19990         Revive cdaudio.
19991
19992 2004-10-18  Wim Taymans  <wim@fluendo.com>
19993
19994         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19995         (gst_dvdec_video_link), (gst_dvdec_push):
19996         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
19997         (gst_smokeenc_resync), (gst_smokeenc_chain):
19998         Fix mimetype on smoke encoder.
19999         Add aspect ratio to dvdec. Not sure if these
20000         values are correct though....
20001
20002 2004-10-18  Wim Taymans  <wim@fluendo.com>
20003
20004         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20005         Fix vorbis property descriptions and ranges.
20006
20007 2004-10-18  Wim Taymans  <wim@fluendo.com>
20008
20009         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20010         Really do nothing when no data is available.
20011         Go to the playing state when the stream is not seekable
20012         instead of failing.
20013
20014 2004-10-18  Wim Taymans  <wim@fluendo.com>
20015
20016         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20017         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20018         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20019         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20020         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20021         Added uri handler for cd://
20022         Port to new API.
20023
20024 2004-10-18  Wim Taymans  <wim@fluendo.com>
20025
20026         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20027         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20028         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20029         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20030         (remove_prerolls), (unknown_type), (add_element_stream),
20031         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20032         (gst_play_base_bin_remove_element),
20033         (gst_play_base_bin_link_stream):
20034         * gst/playback/gstplaybin.c: (gen_video_element),
20035         (gen_vis_element), (remove_sinks), (setup_sinks):
20036         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20037         (gst_stream_info_get_type), (gst_stream_info_class_init),
20038         (gst_stream_info_init), (gst_stream_info_new),
20039         (gst_stream_info_dispose), (stream_info_mute_pad),
20040         (gst_stream_info_set_property), (gst_stream_info_get_property):
20041         * gst/playback/gststreaminfo.h:
20042         Add sink padtemplate to decodebin.
20043         Added some more comments.
20044         Make queue size configurable in playbasebin.
20045         Added possibility to use elements as sinks (ex cdaudio).
20046
20047 2004-10-15  Wim Taymans  <wim@fluendo.com>
20048
20049         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20050         (gst_speexenc_chain):
20051         Fix speex timestamps so that it gets muxed properly.
20052
20053 2004-10-15  Wim Taymans  <wim@fluendo.com>
20054
20055         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20056         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20057         (gst_dv1394src_init), (gst_dv1394src_dispose),
20058         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20059         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20060         (gst_dv1394src_event), (gst_dv1394src_get_formats),
20061         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20062         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20063         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20064         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20065         * ext/raw1394/gstdv1394src.h:
20066         Added conversion/query functions.
20067         Update buffer timestamps,
20068         Added signals.
20069         Added uri dv:// so it might play from the firewire in playbin.
20070         Fix a possible leak.
20071         Added debugging.
20072
20073 2004-10-15  Wim Taymans  <wim@fluendo.com>
20074
20075         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20076         (gst_dv1394src_init), (gst_dv1394src_set_property),
20077         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20078         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20079         * ext/raw1394/gstdv1394src.h:
20080         Added AV/C VTR control support needed for some cameras.
20081         Added automatic port detection.
20082         Added properties for selecting the channel.
20083         The configure.ac script is not yet updated to reflect the
20084         new libavc1394 and librom1394 dependencies.
20085
20086 2004-10-15  Wim Taymans  <wim@fluendo.com>
20087
20088         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20089         (qtdemux_parse), (gst_qtdemux_handle_esds):
20090         An esds box is not a container.
20091         Fix parsing of mp4v boxes.
20092         Do not try to renegotiate fps for each frame. Need to
20093         find a better method. This should fix mp4 playback.
20094
20095 2004-10-14  David Schleef  <ds@schleef.org>
20096
20097         * configure.ac: update for swfdec-0.3 and liboil-0.2
20098         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20099         * ext/swfdec/gstswfdec.h: same
20100         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20101         * gst/videotestsrc/videotestsrc.c: same
20102
20103 2004-10-14  Wim Taymans  <wim@fluendo.com>
20104
20105         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20106         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20107         (is_sync_frame), (gst_multifdsink_new_client),
20108         (gst_multifdsink_handle_client_write),
20109         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20110         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20111         Turn warnings into info.
20112         Don't allow a state change in the streaming thread.
20113
20114 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20115
20116         * ext/vorbis/oggvorbisenc.c:
20117         * ext/vorbis/vorbisdec.c:
20118           fix template sample rate
20119
20120 2004-10-13  Wim Taymans  <wim@fluendo.com>
20121
20122         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20123         Decoding the header first fixes some problems in resyncing
20124         in more mp3s.
20125
20126 2004-10-12  Wim Taymans  <wim@fluendo.com>
20127
20128         * gst/playback/gstplaybin.c: (gen_video_element),
20129         (gen_vis_element), (remove_sinks), (setup_sinks):
20130         Added vis plugin support, need to configure the vis
20131         element to activate it.
20132
20133 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20134
20135         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20136         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20137           Some debug.
20138         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20139         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20140         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20141         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20142         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20143         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20144         * gst/avi/gstavidemux.h:
20145           Support for openDML-2.0 indx/ix## chunks. Support for broken index
20146           recovery (where, if part of the index is broken, we will still read
20147           the rest of the index and recover the broken part by stream
20148           scanning). More broken media support. EOS workarounds. General AVI
20149           braindamage headache recovery. Aspirin included.
20150
20151 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20152
20153         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20154         (cdparanoia_event), (cdparanoia_query):
20155           Get rid of hideous lead-in.
20156
20157 2004-10-11  Wim Taymans  <wim@fluendo.com>
20158
20159         * gst/playback/gstplaybasebin.c: (setup_source):
20160         Wrong var used to get g_list_next.
20161
20162 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20163
20164         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20165         (cdparanoia_get), (cdparanoia_open):
20166           Report discid as metadata, add duration.
20167
20168 2004-10-11  Wim Taymans  <wim@fluendo.com>
20169
20170         * gst/playback/gstplaybasebin.c: (setup_source):
20171         Cleanup the previous pipeline a little earlier for the
20172         case that a source element provides raw data.
20173
20174 2004-10-11  Benjamin Otte  <otte@gnome.org>
20175
20176         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20177           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20178           consuming the last 128 bytes, even though it was valid mp3 data.
20179
20180 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20181
20182         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20183         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20184         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20185         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20186
20187 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20188
20189         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20190         Fix for webcams that support only specific width or height
20191
20192 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20193
20194         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20195
20196         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20197           Fix wrong discont event setup (fixes #154967).
20198
20199 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20200
20201         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20202
20203         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20204           Error out on invalid data (fixes #154807).
20205
20206 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20207
20208         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20209
20210         * ext/dvdread/dvdreadsrc.c: (_read):
20211           Make titles > 0 work again (fixes #154834).
20212
20213 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20214
20215         * gst-libs/gst/riff/riff-media.c:
20216         (gst_riff_create_video_template_caps):
20217           WMV3 missing in template caps.
20218
20219 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20220
20221         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20222           OK, so the original code was too strict. It makes random AVI files
20223           hang for seconds upon opening, which is unacceptable and is far
20224           beyond the original goal of getting multiple chunks for one-chunk
20225           sounc stream files. So now do just that.
20226
20227 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20228
20229         * gst/playback/gstplaybasebin.c: (setup_source),
20230         (gst_play_base_bin_change_state):
20231           Actually clean up streaminfo if output fails. This would trigger
20232           if, for example, there was no CD in the drive. No preroll, so
20233           a streaminfo structure is created, but the subsequent state change
20234           of the thread fails.
20235         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20236           Don't change state if parent failed.
20237
20238 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20239
20240         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20241         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20242         (gen_video_element), (remove_sinks):
20243           Add small bits of code for screenshot handling.
20244
20245 2004-10-08  Wim Taymans  <wim@fluendo.com>
20246
20247         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20248         (gen_video_element), (gen_audio_element), (setup_sinks):
20249         Don't assume the user provided sinks are named "sink"...
20250
20251 2004-10-08  Wim Taymans  <wim@fluendo.com>
20252
20253         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20254         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20255         (gst_play_base_bin_link_stream):
20256         Do not try to autoplug sources that generate raw streams like
20257         cdparanoia.
20258         disconnect the preroll overrun signal when we don't need it anymore.
20259
20260 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20261
20262         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20263         Added reworked patch from #154903 from milosz derezynski (deadchip).
20264
20265 2004-10-08  Wim Taymans  <wim@fluendo.com>
20266
20267         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20268         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20269         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20270         (cdparanoia_convert), (cdparanoia_uri_get_type),
20271         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20272         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20273         * ext/cdparanoia/gstcdparanoia.h:
20274         This adds the cdda://<tracknum> uri.
20275
20276 2004-10-08  Wim Taymans  <wim@fluendo.com>
20277
20278         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20279         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20280         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20281         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20282         (unknown_type), (gst_play_base_bin_remove_element),
20283         (gst_play_base_bin_link_stream):
20284         * gst/playback/gstplaybasebin.h:
20285         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20286         (gst_play_bin_set_property), (gen_video_element),
20287         (gen_audio_element), (setup_sinks):
20288         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20289         (gst_stream_info_get_type), (gst_stream_info_class_init),
20290         (gst_stream_info_init), (gst_stream_info_new),
20291         (gst_stream_info_dispose), (stream_info_mute_pad),
20292         (gst_stream_info_set_property), (gst_stream_info_get_property):
20293         * gst/playback/gststreaminfo.h:
20294         Reuse the audio and video bins.
20295         Some internal cleanups in the stream selection code.
20296
20297 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20298
20299         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20300         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20301         * sys/ximage/ximagesink.h:
20302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20303         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20304         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20305         not coming from those elements. Moreover these elements should not keep
20306         the xid they have been given when in NULL state.
20307
20308 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20309
20310         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20311         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20312         * sys/ximage/ximagesink.h:
20313         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20314         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20315         * sys/xvimage/xvimagesink.h:
20316           Actually only create a new toplevel window if we're not gonna
20317           embed it right after.
20318
20319 2004-10-07  Wim Taymans  <wim@fluendo.com>
20320
20321         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20322         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20323         * gst/playback/gstplaybin.c: (setup_sinks):
20324         Implement muting/unmuting of streams, mute streams that are not
20325         used.
20326
20327 2004-10-07  Wim Taymans  <wim@fluendo.com>
20328
20329         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20330         (plugin_init):
20331         Added lame audio/x-ac3 typefind function.
20332
20333 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20334
20335         * configure.ac:
20336           bump nano to cvs
20337
20338 === release 0.8.5 ===
20339
20340 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20341
20342         * NEWS:
20343         * RELEASE:
20344         * configure.ac:
20345           releasing 0.8.5, "Take You On"
20346
20347 2004-10-06  Wim Taymans  <wim@fluendo.com>
20348
20349         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20350         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20351         (no_more_pads), (close_link), (type_found):
20352         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20353         * gst/playback/gstplaybin.c: (gen_video_element):
20354         Do not signal the no_more_pads after the first pad when
20355         we are plugging a non dynamic element with multiple
20356         output pads (like swfdec, dvdec, ...).
20357
20358 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20359
20360         * configure.ac:
20361           bump for prerelease
20362
20363 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20364
20365         * gst/wavparse/gstwavparse.c:
20366           add ATRAC3 to STATIC CAPS to fix a warning
20367
20368         * gst/matroska/ebml-read.c:
20369         * gst-libs/gst/riff/riff-read.c:
20370           fix typos
20371
20372 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20373
20374         * gst-libs/gst/riff/riff-media.c:
20375           generate caps for ATRAC3 audio streams
20376
20377         * gst/realmedia/rmdemux.c:
20378           generate caps for ATRAC3 audio streams
20379
20380 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20381
20382         * gst/wavparse/Makefile.am
20383         * gst/wavparse/riff.h
20384         * gst/wavparse/wavparse.vcproj
20385           riff.h removal (unused and duplication with riff-ids.h)
20386
20387 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20388
20389         * gst/wavparse/gstwavparse.h
20390           remove duplicated defines for audio codec codes
20391
20392         * gst-libs/gst/riff/riff-ids.h
20393         * gst/wavenc/riff.h:
20394           add "4CC" code for ATRAC3 audio streams
20395           add "4CC" code for ITU_G721_ADPCM (unused for now)
20396
20397 2004-10-06  Wim Taymans  <wim@fluendo.com>
20398
20399         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20400         Actually _do_ negotiation. Pass gdouble as arg instead
20401         of guint64 for the framerate.
20402
20403 2004-10-06  Wim Taymans  <wim@fluendo.com>
20404
20405         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20406         (find_compatibles), (close_pad_link), (try_to_link_1),
20407         (no_more_pads), (close_link), (type_found):
20408         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20409         * gst/playback/gstplaybin.c: (gen_video_element),
20410         (gen_audio_element):
20411         Set state on newly added element to READY so that negotiation
20412         can happen ASAP.
20413         Addes some more debug info.
20414         Do not try to plug pads with multiple caps structures or ANY
20415         because it is too dangerous since we do not do dynamic
20416         replugging.
20417
20418 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20419
20420         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20421
20422         * po/LINGUAS:
20423         * po/or.po:
20424           add Oriya translation
20425
20426 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20427
20428         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20429           Prevent overwrite of size member. Makes audio sound crappy.
20430
20431 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20432
20433         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20434         Add rmvb to the list of known RealMedia extensions
20435
20436 2004-10-05  Wim Taymans  <wim@fluendo.com>
20437
20438         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20439         (mngdec_openstream), (mngdec_closestream),
20440         (mngdec_handle_sink_event), (mngdec_readdata),
20441         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20442         (mngdec_getcanvasline), (mngdec_refresh),
20443         (gst_mngdec_change_state):
20444         Set the framerate correctly.
20445
20446 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20447
20448         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20449           There was something wrong with the index massaging.
20450
20451 2004-10-04  Wim Taymans  <wim@fluendo.com>
20452
20453         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20454         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20455         (gst_smokedec_chain):
20456         * ext/jpeg/gstsmokedec.h:
20457         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20458         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20459         * ext/jpeg/gstsmokeenc.h:
20460         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20461         (smokecodec_decode_new), (smokecodec_info_free),
20462         (smokecodec_set_quality), (smokecodec_get_quality),
20463         (smokecodec_set_threshold), (smokecodec_get_threshold),
20464         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20465         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20466         (smokecodec_encode), (smokecodec_parse_id),
20467         (smokecodec_parse_header), (smokecodec_decode):
20468         * ext/jpeg/smokecodec.h:
20469         * ext/jpeg/smokeformat.h:
20470         Updated smoke, new bitstream, allows embedding in ogg.
20471
20472 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20473
20474         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20475           Fix seeking in some files. All this code is no longer needed (and
20476           actually breaks stuff) because we now synchronize the full index
20477           right when reading the header.
20478
20479 2004-10-04  Wim Taymans  <wim@fluendo.com>
20480
20481         * configure.ac:
20482         configure update for libmng.
20483
20484 2004-10-04  Wim Taymans  <wim@fluendo.com>
20485
20486         * ext/libmng/Makefile.am:
20487         * ext/libmng/gstmng.c: (plugin_init):
20488         * ext/libmng/gstmng.h:
20489         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20490         (gst_mngdec_base_init), (gst_mngdec_class_init),
20491         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20492         (gst_mngdec_loop), (gst_mngdec_get_property),
20493         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20494         (mngdec_closestream), (mngdec_handle_sink_event),
20495         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20496         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20497         (gst_mngdec_change_state):
20498         * ext/libmng/gstmngdec.h:
20499         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20500         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20501         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20502         (gst_mngenc_chain), (gst_mngenc_get_property),
20503         (gst_mngenc_set_property):
20504         * ext/libmng/gstmngenc.h:
20505         Added basic MNG decoder. Needs more work. The encoder does
20506         not work yet.
20507
20508 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20509
20510         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20511         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20512         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20513           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20514           no-more-pads.
20515
20516 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20517
20518         * configure.ac:
20519           you need at least 1.0.4 of speex
20520
20521 2004-10-04 Iain <iaingnome@gmail.com>
20522
20523         * ext/speex/gstspeexdec.h: Revert the includes changes.
20524
20525         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20526
20527 2004-09-30 Iain <iaingnome@gmail.com>
20528
20529         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20530         found during init or set as a property instead of hardcoding /dev/audio
20531
20532 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20533
20534         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20535         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20536         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20537         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20538         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20539         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20540         (gst_rmdemux_dump_data):
20541           Use debug category, fix EOS handling. filesrc ! rmdemux now
20542           works.
20543
20544 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20545
20546         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20547         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20548         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20549           Improve allocation, cutting and sorting of the index. How takes a
20550           few seconds instead of minutes.
20551
20552 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20553
20554         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20555           fixed compilation
20556
20557 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20558
20559         * gst-libs/gst/riff/riff-media.c:
20560         (gst_riff_create_video_caps_with_data),
20561         (gst_riff_create_video_template_caps):
20562           Add wing commander format mimetype/fourccs.
20563         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20564           Don't crash if some value is 0.
20565
20566 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20567
20568         * gst-libs/gst/riff/riff-media.c:
20569         (gst_riff_create_video_caps_with_data),
20570         (gst_riff_create_video_template_caps):
20571           Add DIB fourcc (raw, palettized 8-bit RGB).
20572         * gst-libs/gst/riff/riff-read.c:
20573         (gst_riff_read_strf_vids_with_data):
20574           Oops, fix strf_data reading bug.
20575         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20576           Use a non-NULL tag.
20577         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20578           Time for hacks. Sorry Dave. At least one quicktime movie (a
20579           trailer) that I've encountered contains multiple video tracks.
20580           One of those is the actual video track, the other are one-frame
20581           tracks (images). Unfortunately, the number of frames according
20582           to the trak header is 1 for each, so that doesn't help. So
20583           instead, I look at the duration and discard tracks with a
20584           duration shorter than 20% of the length of the stream. Better
20585           than nothing.
20586
20587 2004-10-01  Christian Schaller <christian@fluendo.com>
20588
20589         * ext/ivorbis/vorbis.c:
20590           Patch from Phil Blundell (Bug 152341)
20591
20592 2004-10-01  Wim Taymans  <wim@fluendo.com>
20593
20594         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20595         (speex_dec_get_formats), (speex_dec_convert),
20596         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20597         (speex_dec_chain), (gst_speexdec_get_property),
20598         (gst_speexdec_set_property):
20599         Small cleanups.
20600
20601 2004-10-01  Wim Taymans  <wim@fluendo.com>
20602
20603         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20604         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20605         (gst_wavparse_other), (gst_wavparse_loop),
20606         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20607         (gst_wavparse_srcpad_event):
20608         * gst/wavparse/gstwavparse.h:
20609         Added some more debugging info.
20610         Fix the case where the length of the file is 0.
20611         Make sure we seek to sample borders.
20612
20613 2004-10-01  Wim Taymans  <wim@fluendo.com>
20614
20615         * gst/playback/README:
20616         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20617         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20618         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20619         Add some debug info to decodebin, update README
20620
20621 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20622
20623         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20624           Don't use g_print(); use GST_DEBUG().
20625
20626 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20627
20628         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20629         (gst_ogg_mux_queue_pads):
20630           Handle EOS properly.
20631
20632 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20633
20634         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20635
20636         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20637         (gst_faad_chain), (gst_faad_change_state):
20638         * ext/faad/gstfaad.h:
20639           Allow playback of raw (unframed) MPEG AAC files (#148993).
20640
20641 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20642
20643         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20644
20645         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20646           Throw error if we didn't recognize the stream. Fixes #152289.
20647
20648 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20649
20650         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20651           Fix negotiation.
20652
20653 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20654
20655         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20656
20657         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20658           Fix memleak.
20659
20660 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20661
20662         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20663
20664         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20665           Solve #152805.
20666         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20667           Solve 152806.
20668
20669 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20670
20671         * gst-libs/gst/riff/riff-media.c:
20672         (gst_riff_create_video_caps_with_data),
20673         (gst_riff_create_audio_caps_with_data):
20674           Add codec_data handling (like asfdemux used to do).
20675         * gst/asfdemux/gstasf.c: (plugin_init):
20676         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20677         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20678           Use riff-media for caps creation instead of our own (mostly
20679           broken) copy of its functions.
20680
20681 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20682
20683         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20684           Don't actually error out if we get another return value than
20685           -EINVAL. Opposite to what I first thought, drivers have random
20686           return values for this, although -EINVAL is the expected return
20687           value. Since this is not fatal, we shouldn't use
20688           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20689
20690 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20691
20692         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20693         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20694         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20695         (dvdreadsrc_get), (dvdreadsrc_open_file),
20696         (dvdreadsrc_change_state):
20697           Fix. Don't do one big huge loop around the whole DVD, that will
20698           cache all data and thus eat sizeof(dvd) (several GB) before we
20699           see something.
20700         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20701           Actually NULL'ify event after using it.
20702         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20703         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20704         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20705         (gst_ebml_read_seek), (gst_ebml_read_skip):
20706           Handle events.
20707         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20708         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20709         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20710           Fix timing (this will probably break if I seek using menus, but
20711           I didn't get there yet). VOBs and normal DVDs should now work.
20712           Add a mpeg2-only pad with high rank so this get autoplugged for
20713           MPEG-2 movies.
20714         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20715         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20716         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20717         (gst_mpeg_demux_get_audio_stream),
20718         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20719         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20720           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20721           MPEG-1 but use dvddemux for MPEG-2.
20722         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20723         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20724         (gst_mpeg_parse_parse_packhead):
20725           Timing. Only add pad template if it exists. Add sink template from
20726           class and not from ourselves. This means we will always use the
20727           correct sink template even if it is not the one defined in this
20728           file.
20729
20730 2004-09-29  Wim Taymans  <wim@fluendo.com>
20731
20732         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20733         (gst_mpeg_demux_parse_pes):
20734         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20735         Fix playback of mpeg again, timestamps where screwed up by
20736         patch 1.61.
20737
20738 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20739
20740         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20741           Only return true if we actually filled something in. Prevents
20742           player applications from showing a random length for flac files.
20743         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20744         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20745         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20746         (gst_riff_read_strf_vids_with_data),
20747         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20748           OK, ok, so I implemented event handling. Apparently it's normal
20749           that we receive random events at random points without asking
20750           for it.
20751         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20752         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20753         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20754         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20755         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20756         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20757         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20758         * gst/avi/gstavidemux.h:
20759           Implement non-lineair chunk handling and subchunk processing.
20760           The first solves playback of AVI files where the audio and video
20761           data of individual buffers that we read are not synchronized.
20762           This should not happen according to the wonderful AVI specs, but
20763           of course it does happen in reality. It is also a prerequisite for
20764           the second. Subchunk processing allows us to cut chunks in small
20765           pieces and process each of these pieces separately. This is
20766           required because I've seen several AVI files with incredibly large
20767           audio chunks, even some files with only one audio chunk for the
20768           whole file. This allows for proper playback including seeking.
20769           This patch is supposed to fix all AVI A/V sync issues.
20770         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20771         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20772           Work.
20773         * gst/modplug/gstmodplug.cc:
20774           Proper return value setting for the query() function.
20775         * gst/playback/gstplaybasebin.c: (setup_source):
20776           Being in non-playing state (after, e.g., EOS) is not necessarily
20777           a bad thing. Allow for that. This fixes playback of short files.
20778           They don't actually playback fully now, because the clock already
20779           runs. This means that small files (<500kB) with a small length
20780           (<2sec) will still not or barely play. Other files, such as mod
20781           or flx, will work correctly, however.
20782
20783 2004-09-28  Wim Taymans  <wim@fluendo.com>
20784
20785         * ext/speex/gstspeex.c: (plugin_init):
20786         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20787         (gst_speex_dec_class_init), (speex_dec_get_formats),
20788         (speex_get_event_masks), (speex_get_query_types),
20789         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20790         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20791         (gst_speexdec_get_property), (gst_speexdec_set_property),
20792         (speex_dec_change_state):
20793         * ext/speex/gstspeexdec.h:
20794         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20795         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20796         (gst_speexenc_base_init), (gst_speexenc_class_init),
20797         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20798         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20799         (gst_speexenc_src_query), (gst_speexenc_init),
20800         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20801         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20802         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20803         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20804         (gst_speexenc_chain), (gst_speexenc_get_property),
20805         (gst_speexenc_set_property), (gst_speexenc_change_state):
20806         * ext/speex/gstspeexenc.h:
20807         Rewrote speex encoder, make sure it can be embedded in ogg.
20808         Implemented speex decoder.
20809
20810 2004-09-28  Christian Schaller <christian@fluendo.com>
20811
20812         * configure.ac:
20813         Remove kioslave plugin. Markey is brewing a new working one
20814         * ext/Makefile.am: Remove kioslave plugin
20815         * ext/kio: remove
20816         * gst-plugins.spec.in: remove kio plugin from spec
20817
20818 2004-09-27  Wim Taymans  <wim@fluendo.com>
20819
20820         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20821         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20822         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20823         (gst_multifdsink_new_client),
20824         (gst_multifdsink_handle_client_write),
20825         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20826         (gst_multifdsink_handle_clients):
20827         * gst/tcp/gstmultifdsink.h:
20828         Make syncing to keyframes actually work for new clients and lagging
20829         clients.
20830
20831 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20832
20833         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20834         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20835         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20836         * gst/debug/gstnavigationtest.h:
20837           make navigationtest display button-press and button-release events
20838
20839 2004-09-26 Iain <iaingnome@gmail.com>
20840
20841         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20842         the channels have received a new media event.
20843         (interleave_buffered_loop): Compresses a new media event on all
20844         channels into one.
20845
20846 2004-09-26 Iain <iaingnome@gmail.com>
20847
20848         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20849         call the sinkpad's default event handler and not the srcpads. He also
20850         says this is confusing :)
20851         (gst_wavenc_stop_file): Company says that seek events only go upstream
20852         we should send a discontinuous downstream instead.
20853
20854 2004-09-25  Christian Schaller <christian@fluendo.com>
20855
20856         * Update SPEC file to be usable in conjunction with Fedora Core,
20857           Fedora.us and freshrpms packages
20858         * Fix typo in multifilesrc test Makefile
20859
20860 2004-09-24  Wim Taymans  <wim@fluendo.com>
20861
20862         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20863         Only signal the no_more_pads signal when we have
20864         added the stream to our list.
20865
20866 2004-09-24  Wim Taymans  <wim@fluendo.com>
20867
20868         * gst/playback/gstplaybasebin.c: (remove_prerolls),
20869         (new_decoded_pad):
20870         * gst/playback/gstplaybasebin.h:
20871         * gst/playback/gstplaybin.c: (setup_sinks):
20872         Don't try to preroll or decode more than one audio/video
20873         track.
20874
20875 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20876
20877         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20878           Throw error if we failed to find a suitable output. This should
20879           throw an error if we successfully set up a pipeline (e.g. because
20880           we recognized a media file) but found no decodable streams in it
20881           (e.g. because it contains only media stream types for which we
20882           have no decoders, or because it's not a media type).
20883
20884 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20885
20886         * ext/dirac/Makefile.am:
20887         * ext/dirac/gstdirac.cc:
20888         * ext/dirac/gstdiracdec.cc:
20889         * ext/dirac/gstdiracdec.h:
20890           Do something. Don't actually know if this works because I don't
20891           have a demuxer yet.
20892         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20893           Add channels=1 to caps returned from _getcaps().
20894         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20895         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20896         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20897         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20898         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20899         (gst_ogm_parse_change_state):
20900           Separate between audio/video so ogmaudioparse actually uses the
20901           audio pad templates. Both audio and video work now, including
20902           autoplugging. Also use sometimes-srcpad hack.
20903         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20904           Handle events better. Don't hang on infinite loops.
20905         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20906         (gst_avi_demux_init), (gst_avi_demux_reset),
20907         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20908         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20909         (gst_avi_demux_change_state):
20910         * gst/avi/gstavidemux.h:
20911           Improve A/V sync. Still not perfect.
20912         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20913         (gst_ebml_read_skip):
20914           Handle events better.
20915         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20916         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20917         (qtdemux_audio_caps):
20918           Add IMA4. Improve event handling. Save offset after a seek when
20919           the headers are at the end of the file so that we don't end up in
20920           an infinite loop.
20921         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20922           Add low-priority typefind support for files with no length.
20923
20924 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20925
20926         * testsuite/multifilesink/Makefile.am:
20927         fix typo
20928
20929 2004-09-22  Julien MOUTTE  <julien@moutte.net>
20930
20931         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20932         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20933         mistakes from thaytan's patches.
20934
20935 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20936
20937         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20938           For completeness, XSync in the destroy function as xvimage does.
20939
20940 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20941
20942         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20943            Correct caps negotiation
20944         * gst/volume/gstvolume.c: (volume_chain_float),
20945         (volume_chain_int16):
20946            Modify debug output to be little more informative
20947         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20948         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20949         (gst_xvimagesink_xvimage_destroy):
20950           Add XSync calls after detaching from the shared memory segment to
20951           avoid a crash.
20952
20953 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20954
20955         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20956         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
20957         * ext/vorbis/vorbis.c: (plugin_init):
20958         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20959         (gst_vorbisenc_chain):
20960         * ext/vorbis/vorbisenc.h:
20961         remove explicit newmedia support from oggmux and vorbisenc
20962         add debug category to vorbisenc
20963         * gst/multifilesink/gstmultifilesink.c:
20964         (gst_multifilesink_class_init), (gst_multifilesink_init),
20965         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
20966         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
20967         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
20968         (plugin_init):
20969         * gst/multifilesink/gstmultifilesink.h:
20970         add support for streamheader in multifilesink
20971
20972 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20973
20974         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
20975         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
20976         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
20977           Prevent infinite loops. More correct error reporting.
20978         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20979           Error out if negotiation fails.
20980         * gst/playback/gstplaybasebin.c: (setup_source),
20981         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
20982         (gst_play_base_bin_found_tag):
20983           Error/tag forwarding. Pre-roll fixes for source errors on state
20984           changes (e.g. "file does not exist") to prevent hangs.
20985
20986 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20987
20988         * testsuite/multifilesink/Makefile.am:
20989         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
20990         (gst_newmedia_class_init), (gst_newmedia_init),
20991         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20992         (newfile_signal), (test_signal), (main):
20993         * testsuite/multifilesink/multifilesrc_test.c: (main):
20994         * testsuite/multifilesink/oggtheora_test.c:
20995         (gst_newmedia_base_init), (gst_newmedia_class_init),
20996         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20997         (test_format), (newfile_signal), (test_signal), (main):
20998         * testsuite/multifilesink/oggvorbis_test.c:
20999         (gst_newmedia_base_init), (gst_newmedia_class_init),
21000         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21001         (test_format), (newfile_signal), (test_signal), (main):
21002         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21003         (gst_newmedia_class_init), (gst_newmedia_init),
21004         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21005         (newfile_signal), (test_signal), (main):
21006         New media tests
21007
21008 2004-09-20  Christian Schaller <christian@fluendo.com>
21009
21010         * Fix mikmod license to LGPL as they have relicensed
21011         * Move Dirac and Effectv into LGPL section of README_license
21012
21013 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21014
21015         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21016         (gst_mad_change_state):
21017           Allow for mp3 rate/channels changes. However, only very
21018           conservatively. Reason that we *have* to enable this is smiply
21019           because the mad find_sync() function is not good enough, it will
21020           regularly sync on random data as valid frames and therefore make
21021           us provide random caps as *final* caps of the stream. The best fix
21022           I could think of is to simply require several of the same stream
21023           changes in a row before we change caps.
21024           The actual testcase that works now is #
21025         * ext/ogg/Makefile.am:
21026         * ext/ogg/gstogg.c: (plugin_init):
21027         * ext/ogg/gstogmparse.c:
21028           OGM support (video only for now; I need an audio sample file).
21029         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21030         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21031         (gst_asf_demux_add_video_stream):
21032           WMV extradata.
21033         * gst/playback/gstplaybasebin.c: (unknown_type):
21034           Don't error out on single unknown-types after all. It's wrong.
21035           If we found type of video and audio but not of a subtitle stream,
21036           it will still error out (which is unwanted). Will find a better fix
21037           later on.
21038         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21039         (ogmaudio_type_find), (plugin_init):
21040           OGM support.
21041
21042 2004-09-20  Johan Dahlin  <johan@gnome.org>
21043
21044         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21045         after setting caps.
21046
21047 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21048
21049         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21050         * gst/wavenc/gstwavenc.h:
21051         Added newmedia support to wavenc
21052
21053 2004-09-17  Wim Taymans  <wim@fluendo.com>
21054
21055         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21056         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21057         (gst_fdset_fd_can_write), (gst_fdset_wait):
21058         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21059         (gst_multifdsink_init), (gst_multifdsink_add),
21060         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21061         (gst_multifdsink_remove_client_link),
21062         (gst_multifdsink_client_queue_buffer),
21063         (gst_multifdsink_handle_client_write),
21064         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21065         (gst_multifdsink_close), (gst_multifdsink_change_state):
21066         * gst/tcp/gstmultifdsink.h:
21067         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21068         (gst_tcpserversink_removed):
21069         Small cleanups in fdset.c
21070         Use a hastable to map fd to the client structure for faster
21071         lookup in _remove and get_stats.
21072         Added virtual function to close the fds.
21073         Handle clients even when the select/poll call was unblocked because
21074         of a command.
21075         Implement syncing to keyframe in the recovery procedure.
21076
21077 2004-09-16 Iain <iaingnome@gmail.com>
21078
21079         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21080         try caps.
21081
21082 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21083
21084         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21085           Caps are only set if the type of the stream is unknown, but this
21086           is initialized in ->init_stream(), so set to UNKNOWN after calling
21087           ->init_stream() so that capsnego starts.
21088
21089 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21090
21091         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21092         (gst_avi_demux_stream_data):
21093           Just hardcode for raw audio then. AVI audio sucks.
21094
21095 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
21096
21097         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21098         * gst/matroska/matroska-mux.c: (audiosink_templ),
21099         (gst_matroska_mux_audio_pad_link):
21100         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21101         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21102
21103 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21104
21105         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21106         (gst_avi_demux_stream_data):
21107           Try to fix a/v sync issues.
21108
21109 2004-09-15  David Schleef  <ds@schleef.org>
21110
21111         * configure.ac: remove NASM check, since we don't use it.  Update
21112         dirac check to 0.4
21113         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21114         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21115         Initialized variables.
21116         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21117         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21118         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21119         SVQ3 format
21120
21121 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21122
21123         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21124         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21125         * gst/avi/gstavidemux.h:
21126           Fix for compressed audio (mp3) timestamp generation. How did this
21127           ever work?
21128
21129 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21130
21131         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21132           Volume is a double not a float.
21133
21134 2004-09-15  Wim Taymans  <wim@fluendo.com>
21135
21136         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21137         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21138         Don't close the fd in multifdsink as we didn't open it in the
21139         first place. Some cleanups.
21140
21141 2004-09-15  Wim Taymans  <wim@fluendo.com>
21142
21143         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21144         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21145         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21146         Fix the case where the muxer would mark pages as delta
21147         frames when they are not (vorbis only ogg).
21148
21149 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21150
21151         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21152         (gst_play_base_bin_change_state):
21153           Handle the case where we failed to setup a clear pipeline. This
21154           will throw an error (or EOS, another nice case) and if you don't
21155           catch that, the app will wait for the signal forever (and thus
21156           hang).
21157
21158 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21159
21160         * ext/gnomevfs/gstgnomevfssink.c:
21161         (gst_gnomevfssink_uri_get_protocols):
21162         * ext/gnomevfs/gstgnomevfssrc.c:
21163         (gst_gnomevfssrc_uri_get_protocols):
21164         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21165         * ext/gnomevfs/gstgnomevfsuri.h:
21166           Use _uri_new() instead of _open(), so it doesn't take as long and
21167           Christophe's computer won't hang.
21168         * gst/playback/gstplaybasebin.c: (unknown_type):
21169           Throw error on unknown media type, so apps actually display it.
21170
21171 2004-09-14  Brian Cameron  <brian.cameron@sun.com
21172
21173         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
21174           this script to work on Solaris since bash shell handles echo
21175           differenly than bash.
21176
21177 2004-09-17  Wim Taymans  <wim@fluendo.com>
21178
21179         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21180         (setup_source), (gst_play_base_bin_set_property),
21181         (gst_play_base_bin_add_element):
21182         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21183         Some more work on making sure seeking pauses the pipeline and
21184         that changing the uri actually does something.
21185
21186 2004-09-17  Wim Taymans  <wim@fluendo.com>
21187
21188         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21189         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21190         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21191         (gst_tcpserversink_close):
21192         Be a bit more paranoid when freeing memory.
21193
21194 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21195
21196         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21197         (qtdemux_parse_trak):
21198           Don't crash by dividing by zero (see sample movie in #126922).
21199
21200 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21201
21202         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21203           Don't touch non-existing data (fixes crash on file in #140147).
21204
21205 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21206
21207         * gst/playback/gstplaybasebin.c:
21208         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21209           Handle double disposals, and proper change of URIs.
21210
21211 2004-09-13  Martin Eikermann <meiker@upb.de>
21212
21213         * gst/mpegstream/gstmpegparse.c:
21214           fix synchronistation for streams recorded from digital PCR
21215           fixes bug #119376
21216
21217 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21218
21219         * ext/gnomevfs/Makefile.am:
21220         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21221         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21222         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21223         (gst_gnomevfssink_uri_get_type),
21224         (gst_gnomevfssink_uri_get_protocols),
21225         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21226         (gst_gnomevfssink_uri_handler_init),
21227         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21228         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21229         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21230         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21231         (gst_gnomevfssrc_uri_get_type),
21232         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21233         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21234         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21235         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21236         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21237         * ext/gnomevfs/gstgnomevfsuri.h:
21238           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21239           of fake URIs to see which this version of Gnome-VFS likes, and
21240           uses that for the Gst-URI interface. Makes playbin support http://
21241           streams. Also fix up some stupid behaviour in gnomevfssrc.
21242
21243 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21244
21245         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21246         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21247         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21248         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21249           Update mixer (to sync with other sessions) if we try to obtain
21250           a new value. This makes alsamixer work accross applications.
21251         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21252           Only call sync functions if we're running, else alsalib asserts.
21253         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21254           Sometimes fails to compile. Possibly a gcc bug.
21255         * gst/playback/gstplaybin.c: (gen_video_element),
21256         (gen_audio_element):
21257           Add a reference to an application-provided object, because we lose
21258           this same reference if we add it to the bin. If we don't do this,
21259           we can only use this object once and thus crash if we go from
21260           ready to playing, back to ready and back to playing again.
21261           Also add an audioscale element because several cheap soundcards -
21262           like mine - don't support all samplerates.
21263         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21264         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21265           Fix wrong order or PAR calls. Makes automatically obtained PAR
21266           from the X server atually being used.
21267
21268 2004-09-12  David Schleef  <ds@schleef.org>
21269
21270         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21271         #151887, #152102, #152247.
21272         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21273         * examples/seeking/cdparanoia.c: same
21274         * examples/seeking/cdplayer.c: same
21275         * examples/seeking/seek.c: same
21276         * examples/seeking/spider_seek.c: same
21277         * examples/seeking/vorbisfile.c: same
21278         * examples/stats/mp2ogg.c: same
21279         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21280         (gst_esdsink_dispose): Dispose of element properly.
21281         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21282         fixes.
21283         * ext/nas/nassink.c: (gst_nassink_class_init),
21284         (gst_nassink_dispose): Dispose of element correctly.
21285         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21286         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21287         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21288         Fix 64-bit warning.
21289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21290         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21291         Fix 64-bit warning.
21292
21293 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21294
21295         * configure.ac : change speex detection as 1.1.6 now uses
21296           .pc/pkg-config and they changed their headers location.
21297
21298 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21299
21300         * gst/matroska/matroska-mux.h:
21301         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21302         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21303         (gst_matroska_mux_write_data):
21304           Write multiple blocks/frames per cluster.
21305                 Write meta-seek information (seek heads).
21306
21307 2004-09-09  Scott Wheeler <wheeler@kde.org>
21308
21309         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21310         (gst_play_bin_set_property), (gst_play_bin_get_property),
21311         (gen_audio_element), (gen_audio_element):
21312           Add a volume element / property to the pipeline.
21313
21314 2004-09-07  Wim Taymans  <wim@fluendo.com>
21315
21316         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21317         Copy timestamps from the master pad to the output buffers.
21318
21319 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21320
21321         * ext/raw1394/gstdv1394src.c:
21322           throw errors when applicable
21323
21324 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21325
21326         * gst/matroska/ebml-ids.h:
21327         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21328         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21329         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21330           automatically convert unix time <-> ebml time when reading/writing
21331           a date, use gst_ebml_write_uint to write CUETIME,
21332           not gst_ebml_write_date.
21333         * gst/matroska/matroska-ids.h:
21334         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21335         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21336         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21337         (gst_matroska_mux_write_data):
21338           Write track and segment UIDs, write muxing date, write
21339           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21340           Create cues for audio only files.
21341
21342 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21343
21344         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21345         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21346           Re-commit ALSA switches.
21347         * gst/adder/gstadder.c: (gst_adder_loop):
21348           64-bit fix (#151416).
21349         * gst/debug/progressreport.c: (gst_progressreport_report):
21350           64-bit fix (#151419).
21351         * gst/matroska/matroska-demux.c:
21352         (gst_matroska_demux_parse_contents):
21353           64-bit fix (#151420).
21354         * gst/playback/test3.c: (update_scale):
21355           64-bit fix (#151421).
21356
21357 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21358
21359         * configure.ac:
21360           bump nano to cvs
21361
21362 === release 0.8.4 ===
21363
21364 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21365
21366         * configure.ac: releasing 0.8.4, "Alias"
21367
21368 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21369
21370         * ext/theora/Makefile.am:
21371           fix makefile.  Fixes #151462.
21372
21373 2004-08-30  Wim Taymans  <wim@fluendo.com>
21374
21375         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21376         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21377         (gst_multifdsink_remove_client_link),
21378         (gst_multifdsink_client_queue_buffer),
21379         (gst_multifdsink_handle_client_write):
21380         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21381         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21382         Fix some memory leaks.
21383
21384 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21385
21386         Patch by: David Schleef
21387
21388         * configure.ac:
21389         * sys/Makefile.am:
21390           rename our detection macro for V4L2.  Fixes #151236.
21391
21392 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21393
21394         Patch by: David Schleef
21395
21396         * configure.ac:
21397           check to define LAMEPRESET.  Fixes #151232.
21398
21399 2004-08-27  David Schleef  <ds@schleef.org>
21400
21401         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21402         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21403         (gst_glimagesink_fixate):  Move local variable declarations to
21404         make gcc-2.95 happy.
21405
21406 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21407
21408         * configure.ac:
21409           bump nano for prerelease
21410
21411 2004-08-27  David Schleef  <ds@schleef.org>
21412
21413         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21414         * sys/sunaudio/gstsunaudiosrc.c:
21415         * sys/sunaudio/gstsunaudiosrc.h:
21416
21417 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21418
21419         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21420         handle EOS correctly
21421         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21422         * gst/matroska/matroska-mux.h:
21423         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21424         VFW compatibility mode
21425
21426 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21427
21428         patch by: Zaheer Abbas Merali
21429
21430         * ext/ogg/gstoggmux.c:
21431         * ext/vorbis/vorbisenc.c:
21432         * ext/vorbis/vorbisenc.h:
21433           handle NEWMEDIA
21434
21435 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21436
21437         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21438         fix byte order reversion on little endian machines.
21439         * gst/matroska/matroska-mux.c: (audiosink_templ),
21440         (gst_matroska_mux_audio_pad_link):
21441         add TTA codec to the list of supported codecs.
21442         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21443         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21444         (gst_matroska_mux_write_data):
21445         * gst/matroska/matroska-mux.h:
21446         write segment duration correctly, write muxing app string, fixes bugs
21447         #140897 and #140898.
21448         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21449         wait for all pads to be negotiated before starting to mux.
21450
21451 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21452
21453         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21454         * ext/lame/gstlame.h:
21455         Added new media support to lame
21456
21457 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21458
21459         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21460         send vorbis headers at the beginning of a stream, fixes bug #141554.
21461         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21462         bug #148950.
21463         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21464         (gst_matroska_demux_plugin_init):
21465         * gst/matroska/matroska-ids.h:
21466         enable demuxing of TTA audio streams, fixes bug #148951.
21467         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21468         enable typefinding for TTA audio files, fixes bug #148711.
21469         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21470         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21471         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21472
21473 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21474
21475         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21476         (gst_riff_read_element_data), (gst_riff_read_seek),
21477         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21478         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21479         <teuf@gnome.org>
21480
21481 2004-08-23 Iain <iaingnome@gmail.com>
21482
21483         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21484         tags. They appear to be handled differently to normal.
21485         (tag_list_to_id3_tag_foreach): Ditto.
21486
21487 2004-08-22  Wim Taymans  <wim@fluendo.com>
21488
21489         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21490         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21491         Make sure we never send -1 granulepos.
21492
21493 2004-08-20  Wim Taymans  <wim@fluendo.com>
21494
21495         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21496         (gst_ogg_mux_loop):
21497         I will accept bitchslappings with non sharp objects.
21498
21499 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21500
21501         * configure.ac:
21502         Clean up the test for lame presets
21503
21504 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21505
21506         * configure.ac:
21507         * ext/lame/Makefile.am:
21508         * ext/lame/gstlame.c: (gst_lame_class_init),
21509         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21510         Only enable lame presets if version of lame has presets in API
21511
21512 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21513         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21514         * gst/udp/gstudpsrc.h:
21515           Don't call gst_pad_push in a get function. Fixes #150449
21516
21517 2004-08-18  Wim Taymans  <wim@fluendo.com>
21518
21519         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21520         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21521         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21522         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21523         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21524         (gst_fdset_wait):
21525         * gst/tcp/gstfdset.h:
21526         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21527         (gst_multifdsink_client_queue_buffer),
21528         (gst_multifdsink_handle_client_write):
21529         * gst/tcp/gstmultifdsink.h:
21530         Some extra checks in gstfdset.
21531         Only use send() when the fd is a socket. Don't try to
21532         read from write only fds.
21533
21534 2004-08-18  Wim Taymans  <wim@fluendo.com>
21535
21536         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21537         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21538         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21539         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21540         (gst_fdset_wait):
21541         Add more locking and bounds checking.
21542
21543 2004-08-18  Wim Taymans  <wim@fluendo.com>
21544
21545         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21546         Realloc test fdset in the lock and right before starting
21547         the poll call. Bump the limit to 4096.
21548
21549 2004-08-17  David Schleef  <ds@schleef.org>
21550
21551         * sys/sunaudio/Makefile.am:
21552         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21553         of rates and channels.  Make debugging less obnoxious.
21554
21555         Patch from Balamurali Viswanathan implementing a mixer for
21556         Sun audio.  (bug #144091):
21557         * sys/sunaudio/gstsunelement.c:
21558         * sys/sunaudio/gstsunelement.h:
21559         * sys/sunaudio/gstsunmixer.c:
21560         * sys/sunaudio/gstsunmixer.h:
21561
21562 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21563
21564         * gst/audioscale/gstaudioscale.c:
21565         * gst/audioscale/gstaudioscale.h:
21566         made audioscale resample from any sample rate to any sample rate
21567
21568 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21569
21570         * ext/libpng/gstpngdec.c:
21571           error out on unsupported types
21572
21573 2004-08-17  Iain <iaingnome@gmail.com>
21574
21575         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21576         mid_side and loose_mid_side properties if its a stereo stream.
21577
21578 2004-08-17  Wim Taymans  <wim@fluendo.com>
21579
21580         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21581         (theora_get_formats), (theora_dec_src_convert),
21582         (theora_dec_sink_convert), (theora_dec_src_query),
21583         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21584         Add a debug line.
21585
21586 2004-08-17  Wim Taymans  <wim@fluendo.com>
21587
21588         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21589         (gst_ogg_pad_push):
21590         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21591         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21592         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21593         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21594         Mark delta units in the muxer.
21595         Try to decode the packet after an out-of-sync error from
21596         libogg.
21597
21598 2004-08-17  Wim Taymans  <wim@fluendo.com>
21599
21600         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21601         (gst_multifdsink_init), (gst_multifdsink_add),
21602         (gst_multifdsink_client_queue_buffer),
21603         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21604         * gst/tcp/gstmultifdsink.h:
21605         Added option to send a keyframe to clients as the first buffer.
21606         Make timeout property writable.
21607
21608 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21609
21610         patch by: Wim Taymans
21611
21612         * gst/tcp/gstfdset.c:
21613         * gst/tcp/gstmultifdsink.c:
21614           fix index comparison, should include 0
21615
21616 2004-08-16  Wim Taymans  <wim@fluendo.com>
21617
21618         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21619         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21620         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21621         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21622         (gst_fdset_wait):
21623           copy when reallocing for poll so the select arguments don't get
21624           changed during the call
21625
21626 2004-08-16  Wim Taymans  <wim@fluendo.com>
21627
21628         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21629         (gst_theora_enc_class_init), (theora_enc_sink_link),
21630         (theora_buffer_from_packet), (theora_enc_chain):
21631         Fix bug where buffers were not marked as keyframes
21632         correctly.
21633
21634 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21635
21636         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21637         (gst_lame_preset_get_type), (gst_lame_class_init):
21638         describe the enum values for vbr mode and presets more verbosely
21639
21640 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21641
21642         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21643         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21644         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21645         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21646         * ext/lame/gstlame.h:
21647         add preset property to lame so it can use lame presets
21648
21649 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21650
21651         * ext/lame/gstlame.c: (gst_lame_get_property):
21652         whoops forgot break, thanks teuf
21653
21654 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21655
21656         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21657         (gst_lame_class_init), (gst_lame_src_getcaps),
21658         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21659         (gst_lame_get_property), (gst_lame_setup):
21660         * ext/lame/gstlame.h:
21661         fix lame's broken vbr stuff, allow it to resample if need be, and also
21662         make xing header optional
21663
21664 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21665
21666         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21667         added getcaps function so samplerate doesnt get fixated to silly values
21668
21669 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21670
21671         * ext/lame/gstlame.c: (gst_lame_src_link):
21672         revert previous fix
21673
21674 2004-08-12  Johan Dahlin  <johan@gnome.org>
21675
21676         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21677         checks. Doesn't matter what state we are in. Interfaces are a
21678         compile time thing, not runtime. It also broke the python bindings.
21679
21680 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21681
21682         * ext/lame/gstlame.c: (gst_lame_src_link):
21683         made source pad link function check if sinkpad is ok..fixes the problem
21684         where core fixates the output rate of lame stupidly
21685
21686 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21687
21688         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21689         * sys/v4l/v4l_calls.c:
21690         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21691           fix fixate function to handle nonsimple caps.
21692           remove bogus check in _link
21693           cleanups
21694
21695 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21696
21697         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21698         set default compression ratio parameter to 0.0 so bitrate parameter
21699         works :)
21700
21701 2004-08-11  David Schleef  <ds@schleef.org>
21702
21703         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21704
21705 2004-08-11  David Schleef  <ds@schleef.org>
21706
21707         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21708         before.
21709
21710 2004-08-11  David Schleef  <ds@schleef.org>
21711
21712         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21713
21714 2004-08-11  David Schleef  <ds@schleef.org>
21715
21716         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21717           license field
21718         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21719         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21720           LGPL.
21721         * gst/auparse/gstauparse.c: Fix plugin license field.
21722         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21723         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21724         * gst/rtp/gstrtp.c: Fix plugin license field.
21725
21726 2004-08-11  Wim Taymans  <wim@fluendo.com>
21727
21728         * gst/tcp/Makefile.am:
21729         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21730         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21731         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21732         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21733         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21734         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21735         (gst_fdset_fd_can_write), (gst_fdset_wait):
21736         * gst/tcp/gstfdset.h:
21737         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21738         (gst_multifdsink_class_init), (gst_multifdsink_init),
21739         (gst_multifdsink_add), (gst_multifdsink_remove),
21740         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21741         (gst_multifdsink_remove_client_link),
21742         (gst_multifdsink_handle_client_read),
21743         (gst_multifdsink_client_queue_data),
21744         (gst_multifdsink_client_queue_caps),
21745         (gst_multifdsink_client_queue_buffer),
21746         (gst_multifdsink_handle_client_write),
21747         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21748         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21749         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21750         (gst_multifdsink_close):
21751         * gst/tcp/gstmultifdsink.h:
21752         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21753         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21754         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21755         (gst_tcpserversink_close):
21756         * gst/tcp/gsttcpserversink.h:
21757         Abstracted away the select call, implemented poll (yes we ran into
21758         the 1024 limit in production).
21759
21760 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21761
21762         * gst/tcp/gsttcp.c:
21763         * gst/tcp/gsttcpplugin.c:
21764           improve debuggging, remove assert
21765
21766 2004-08-10  Wim Taymans  <wim@fluendo.com>
21767
21768         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21769         (gst_client_status_get_type), (gst_multifdsink_class_init),
21770         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21771         (gst_multifdsink_handle_client_read),
21772         (gst_multifdsink_handle_client_write),
21773         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21774         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21775         (gst_multifdsink_get_property):
21776         * gst/tcp/gstmultifdsink.h:
21777         * gst/tcp/gsttcp-marshal.list:
21778         Starting to prepare for specifying buffer time in other units
21779         than buffers. Expose remove reason in signal.
21780
21781 2004-08-10  Wim Taymans  <wim@fluendo.com>
21782
21783         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21784         (gst_multifdsink_remove), (gst_multifdsink_clear),
21785         (gst_multifdsink_remove_client_link),
21786         (gst_multifdsink_handle_client_read),
21787         (gst_multifdsink_client_queue_data),
21788         (gst_multifdsink_client_queue_buffer),
21789         (gst_multifdsink_handle_client_write),
21790         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21791         (gst_multifdsink_chain), (gst_multifdsink_close):
21792         * gst/tcp/gstmultifdsink.h:
21793         Added more debugging info. Changed the way clients are
21794         removed from the lists. Fixed a bug where a bad file descriptor
21795         could cause many clients to be removed.
21796
21797 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21798
21799         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21800           allow all pixel-aspect-ratios, not just 1:1
21801
21802 2004-08-09  David Schleef  <ds@schleef.org>
21803
21804         * sys/glsink/ARB_multitexture.h:  Remove old files.
21805         * sys/glsink/EXT_paletted_texture.h:
21806         * sys/glsink/NV_register_combiners.h:
21807         * sys/glsink/gstgl_nvimage.c:
21808         * sys/glsink/gstgl_pdrimage.c:
21809         * sys/glsink/gstgl_rgbimage.c:
21810         * sys/glsink/gstglsink.c:
21811         * sys/glsink/gstglsink.h:
21812         * sys/glsink/gstglxwindow.c:
21813         * sys/glsink/regcomb_yuvrgb.c:
21814
21815 2004-08-09  David Schleef  <ds@schleef.org>
21816
21817         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21818         GL sink plugin.  (Bug #147302)
21819
21820         * configure.ac: Test for OpenGL
21821         * sys/Makefile.am: Use test for OpenGL
21822         * sys/glsink/Makefile.am:
21823         * sys/glsink/glimagesink.c: rewrite
21824         * sys/glsink/glimagesink.h: rewrite
21825
21826 2004-08-09  David Schleef  <ds@schleef.org>
21827
21828         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21829         sane framerates.
21830         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21831         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21832         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21833
21834 2004-08-09  Wim Taymans  <wim@fluendo.com>
21835
21836         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21837         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21838         (gst_multifdsink_client_remove),
21839         (gst_multifdsink_handle_client_read),
21840         (gst_multifdsink_handle_client_write),
21841         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21842         Do a bit more logging, make the client_read code more robust.
21843
21844 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21845
21846         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21847         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21848         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21849         (gst_jpegdec_init), (gst_jpegdec_chain):
21850         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21851         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21852           cleanups, debugging fixes and memleak plugging
21853
21854 2004-08-09  Wim Taymans  <wim@fluendo.com>
21855
21856         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21857         (theora_get_formats), (theora_dec_src_convert),
21858         (theora_dec_sink_convert), (theora_dec_src_query),
21859         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21860         (theora_dec_change_state):
21861         Don't crash on missing header packets.
21862
21863 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21864
21865         * po/LINGUAS:
21866         * po/sq.po:
21867           Added Albanian translation (Laurent Dhima)
21868         * po/cs.po:
21869           updated
21870
21871 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21872
21873         * ext/lame/gstlame.c:
21874           fix/add debugging
21875
21876 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21877
21878         * sys/ximage/ximagesink.c:
21879         * sys/xvimage/xvimagesink.c:
21880           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
21881
21882 2004-08-06  Wim Taymans  <wim@fluendo.com>
21883
21884         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21885         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21886         (gst_multifdsink_client_remove),
21887         (gst_multifdsink_handle_client_read),
21888         (gst_multifdsink_handle_client_write),
21889         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21890         Make sure we don't try to read more from a client that what
21891         ioctl says us or we deadlock.
21892
21893 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21894
21895         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21896         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21897         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21898           decouple running_time and n_frames so it can handle changing
21899           framerate while running
21900
21901 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21902
21903         * po/nl.po:
21904         * po/sv.po:
21905           updated translations
21906
21907 2004-08-04  Benjamin Otte  <otte@gnome.org>
21908
21909         * gst/videotestsrc/gstvideotestsrc.c:
21910         (gst_videotestsrc_get_capslist), (generate_capslist),
21911         (plugin_init):
21912           generate the list of supported caps at startup and reuse it instead
21913           of always generating it
21914
21915 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21916
21917         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21918           whoops, last checkin broke normal build
21919
21920 2004-08-03  Benjamin Otte  <otte@gnome.org>
21921
21922         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21923         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21924         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21925         (gst_alsa_mixer_get_option):
21926         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21927         (dvdnavsrc_print_event):
21928         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21929         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21930         (gst_ogg_mux_pad_unlink):
21931         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21932         (gst_multipart_mux_pad_unlink):
21933         * gst/videofilter/gstvideobalance.c:
21934         (gst_videobalance_colorbalance_set_value):
21935         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21936         (gst_videomixer_pad_unlink):
21937         * po/uk.po:
21938         * sys/oss/gstossmixer.c:
21939         * sys/v4l/gstv4lcolorbalance.c:
21940         * sys/v4l/gstv4ltuner.c:
21941         * sys/v4l/v4lsrc_calls.c:
21942         * sys/v4l2/gstv4l2colorbalance.c:
21943         * sys/v4l2/gstv4l2tuner.c:
21944           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21945
21946 2004-08-03  Benjamin Otte  <otte@gnome.org>
21947
21948         * examples/dynparams/filter.c: (ui_control_create):
21949         * examples/gstplay/player.c: (print_tag):
21950         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21951         * ext/gdk_pixbuf/gstgdkanimation.c:
21952         (gst_gdk_animation_iter_may_advance):
21953         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
21954         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
21955         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
21956         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
21957         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
21958         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21959         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
21960         * gst/sine/demo-dparams.c: (main):
21961         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21962         * testsuite/alsa/formats.c: (create_pipeline):
21963         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
21964           fixes for G_DISABLE_ASSERT and friends
21965         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21966         (mp3_type_frame_length_from_header), (mp3_type_find),
21967         (plugin_init):
21968           require mp3 typefinding to have at least MIN_HEADERS valid headers
21969           add typefinding for AAC adts files
21970
21971 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
21972
21973         * sys/ximage/ximagesink.c:
21974         (gst_ximagesink_calculate_pixel_aspect_ratio):
21975         * sys/xvimage/xvimagesink.c:
21976         (gst_xvimagesink_calculate_pixel_aspect_ratio):
21977         Make sure we calculate pixel-aspect-ratio using floating point maths
21978
21979 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21980
21981         * po/uk.po:
21982           updated translation
21983
21984 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21985
21986         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21987         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
21988           add debugging for display PAR calculation
21989
21990 2004-08-02  David Schleef  <ds@schleef.org>
21991
21992         * configure.ac: Fix mikmod CFLAGS.
21993
21994 2004-07-27  Benjamin Otte  <otte@gnome.org>
21995
21996         * gst/audioscale/gstaudioscale.c:
21997         - fix templates to only support S16, it's the only format that works
21998         - make caps nego code use try_set_caps_nonfixed and fixation instead
21999         of try_set_caps twice, which is not nice for autopluggers
22000         - change rank to secondary, so autopluggers can pick it up after
22001         audioconvert
22002
22003 2004-08-02  Iain <iain@prettypeople.org>
22004
22005         * gst/interleave/interleave.c (interleave_init),
22006         (interleave_request_new_pad),
22007         (interleave_pad_removed),
22008         (interleave_buffered_loop): Use the real pad count, not the artificial
22009         one.
22010
22011 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22012
22013         * configure.ac: bump nano back to development
22014
22015 === release 0.8.3 ===
22016
22017 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22018
22019         * configure.ac: releasing 0.8.3, "Water"
22020
22021 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22022
22023         * sys/xvimage/xvimagesink.c:
22024         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22025         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22026         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22027         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22028         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22029         * sys/xvimage/xvimagesink.h:
22030           apply similar PAR fixes as to ximagesink
22031
22032 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22033
22034         patch from: Benjamin Otte
22035
22036         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22037           add link function to lame.  Fixes #148986.
22038
22039 2004-08-02  Johan Dahlin  <johan@gnome.org>
22040
22041         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22042         fix debugging log
22043
22044 2004-07-30  David Schleef  <ds@schleef.org>
22045
22046         * gst/videomixer/Makefile.am: Fix things that should have been
22047         fixed in the last checkin.
22048
22049 2004-07-30  David Schleef  <ds@schleef.org>
22050
22051         * gst/multipart/Makefile.am: Fix things that should have been
22052         fixed in the last checkin.
22053
22054 2004-07-30  David Schleef  <ds@schleef.org>
22055
22056         * testsuite/multifilesink/Makefile.am: Fix unused variable.
22057
22058 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22059
22060         * configure.ac:
22061           bump nano for prerelease
22062         * po/af.po:
22063         * po/az.po:
22064         * po/cs.po:
22065         * po/en_GB.po:
22066         * po/hu.po:
22067         * po/nl.po:
22068         * po/sr.po:
22069         * po/sv.po:
22070         * po/uk.po:
22071           updates
22072
22073 2004-07-30  Wim Taymans  <wim@fluendo.com>
22074
22075         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22076         (gst_multifdsink_add), (gst_multifdsink_remove),
22077         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22078         (gst_multifdsink_client_remove),
22079         (gst_multifdsink_handle_client_write),
22080         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22081         * gst/tcp/gstmultifdsink.h:
22082         Recover from a select with a bad file descriptor by removing
22083         the client.
22084
22085 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22086
22087         * configure.ac:
22088           fix requirement of core
22089         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22090         (gst_play_pipeline_setup):
22091           don't use colorspace element.  do use hermescolorspace element.
22092           make macro to get a colorspace element.
22093           mark strings for translation.
22094         * po/POTFILES.in:
22095           add play.c
22096         * po/af.po:
22097         * po/az.po:
22098         * po/cs.po:
22099         * po/en_GB.po:
22100         * po/hu.po:
22101         * po/nl.po:
22102         * po/sr.po:
22103         * po/sv.po:
22104         * po/uk.po:
22105           update translations
22106
22107 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22108
22109         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22110         fix default for newmedia flag
22111
22112 2004-07-30  Wim Taymans  <wim@fluendo.com>
22113
22114         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22115         (gst_theora_dec_init), (theora_get_formats),
22116         (theora_dec_src_convert), (theora_dec_sink_convert),
22117         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22118         (theora_dec_chain), (theora_dec_set_property),
22119         (theora_dec_get_property):
22120         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22121         (gst_theora_enc_class_init), (gst_theora_enc_init),
22122         (theora_enc_sink_link), (theora_enc_chain),
22123         (theora_enc_set_property), (theora_enc_get_property):
22124         Added cropping option to theora decoder.
22125         Added border option to theora encoder.
22126
22127 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22128
22129         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22130         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22131         (gst_pngenc_set_property):
22132         * ext/libpng/gstpngenc.h:
22133         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
22134
22135 2004-07-30  Wim Taymans  <wim@fluendo.com>
22136
22137         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22138         (theora_enc_sink_link), (theora_enc_chain),
22139         (theora_enc_set_property), (theora_enc_get_property):
22140         Fix encoding of non-multiple-of-16 video.
22141
22142 2004-07-29  David Schleef  <ds@schleef.org>
22143
22144         * configure.ac: make test for audiofile more strict
22145
22146 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22147
22148         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22149           give different names to typefind functions
22150
22151 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22152
22153         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22154         (gst_ximagesink_calculate_pixel_aspect_ratio),
22155         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22156         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22157         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22158         (gst_ximagesink_get_property), (gst_ximagesink_init):
22159         * sys/ximage/ximagesink.h:
22160           allocate PAR's dynamically.
22161           use autodetected PAR if no object-set PAR is given.
22162           add workaround for directfb's X not setting physical size.
22163           fix to xvimagesink will follow tomorrow.
22164
22165 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22166
22167         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22168         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22169         (gst_shout2send_get_type), (gst_shout2send_set_clock),
22170         (gst_shout2send_class_init), (gst_shout2send_init),
22171         (set_shout_metadata), (gst_shout2send_set_metadata),
22172         (gst_shout2send_chain), (gst_shout2send_set_property),
22173         (gst_shout2send_get_property), (gst_shout2send_connect),
22174         (gst_shout2send_change_state):
22175         * ext/shout2/gstshout2.h:
22176         - fix for sending mp3 audio to icecast2 server, if pad link function not
22177         called before PAUSED state
22178         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22179         - added tagging support for mp3 audio broadcasted
22180         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22181         debug info
22182
22183 2004-07-28  Wim Taymans  <wim@fluendo.com>
22184
22185         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22186         (gst_ogg_demux_push):
22187         Return query failure when we don't know the length of
22188         an ogg stream insteda of returning TRUE with a bogus value.
22189
22190 2004-07-28  Wim Taymans  <wim@fluendo.com>
22191
22192         * ext/theora/theoradec.c: (theora_get_formats),
22193         (theora_dec_src_convert), (theora_dec_sink_convert),
22194         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22195         (theora_dec_chain):
22196         Don't screw up the 1 Chroma for 1 luma sample situation when we
22197         have an odd offset/width by adding a black border in those cases.
22198
22199 2004-07-28  Wim Taymans  <wim@fluendo.com>
22200
22201         * ext/theora/theoradec.c: (theora_get_formats),
22202         (theora_dec_src_convert), (theora_dec_sink_convert),
22203         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22204         (theora_dec_chain):
22205         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22206         Added first attempt at cropping of the image as required by the
22207         theora spec. We need more properties in the caps (offset_x,
22208         offset_y,stride) to implement this correctly.
22209
22210 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22211
22212         * ext/dvdnav/README:
22213           Update the README to use dvddemux
22214         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22215           Ensure getcaps returns a subset of the template caps
22216         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22217         (gst_mpeg2subt_init):
22218           Ensure getcaps returns a subset of the template caps
22219         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22220         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22221         (gst_dvd_demux_get_subpicture_stream),
22222         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22223         * gst/mpegstream/gstdvddemux.h:
22224           Set the explicit caps on the current_video pad before pushing
22225           anything
22226         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22227         (gst_mpeg_demux_get_audio_stream):
22228           Free caps used to gst_pad_set_explicit_caps, which takes a const
22229           GstCaps *
22230
22231 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22232
22233         * configure.ac: update GStreamer requirement to 0.8.4 because of
22234           GstFraction.
22235
22236 2004-07-28  Wim Taymans  <wim@fluendo.com>
22237
22238         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22239         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22240         Add the pad to the element after setting up the caps. This
22241         makes it a lot easier to autoplug.
22242
22243 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22244
22245         * gst/median/gstmedian.c:
22246         * gst/mpeg2subt/gstmpeg2subt.c:
22247         * gst/mpegaudioparse/gstmpegaudioparse.c:
22248         * gst/mpegstream/gstdvddemux.c:
22249         * gst/mpegstream/gstmpegdemux.c:
22250         * gst/mpegstream/gstmpegpacketize.c:
22251         * gst/rtjpeg/gstrtjpeg.c:
22252         * gst/rtjpeg/gstrtjpegdec.c:
22253         * gst/rtjpeg/gstrtjpegenc.c:
22254         * gst/sine/gstsinesrc.c:
22255         * gst/smooth/gstsmooth.c:
22256         * gst/smpte/gstsmpte.c:
22257         * gst/smpte/gstsmpte.h:
22258         * gst/stereo/gststereo.c:
22259         * gst/videofilter/gstgamma.c:
22260         * gst/videofilter/gstvideobalance.c:
22261         * gst/videofilter/gstvideofilter.c:
22262         * gst/videofilter/gstvideoflip.c:
22263         * gst/videoscale/gstvideoscale.c:
22264         * gst/videoscale/videoscale.c:
22265         * gst/videotestsrc/gstvideotestsrc.c:
22266         * gst/videotestsrc/videotestsrc.c:
22267         * gst/wavenc/gstwavenc.c:
22268         * gst/wavparse/gstwavparse.c:
22269           fix local includes and 64 bits constants
22270
22271 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22272
22273         * win32/gst.sln:
22274         * gst-libs/gst/*/*.vcproj:
22275         * gst/*/*.vcproj:
22276           more working plugins
22277
22278 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22279
22280         * testsuite/alsa/Makefile.am:
22281         * testsuite/alsa/srcstate.c:
22282         add test for alsasrc changing state
22283
22284 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22285
22286         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22287         (gst_silence_get):
22288         * gst/silence/gstsilence.h:
22289         fix silence generation for 16bit raw audio
22290
22291 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22292
22293         * gst/matroska/matroska-demux.c:
22294         (gst_matroska_demux_parse_metadata),
22295         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22296         * gst/mpegaudio/common.c:
22297         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22298         (gst_videoscale_getcaps), (gst_videoscale_link),
22299         (gst_videoscale_src_fixate), (gst_videoscale_init),
22300         (gst_videoscale_finalize):
22301         * gst/videoscale/gstvideoscale.h:
22302         * gst/videotestsrc/gstvideotestsrc.c:
22303         (gst_videotestsrc_get_capslist):
22304         * gst/wavenc/gstwavenc.c:
22305         * sys/oss/gstossmixer.c: (fill_labels):
22306         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22307         (gst_ximagesink_handle_xevents),
22308         (gst_ximagesink_calculate_pixel_aspect_ratio),
22309         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22310         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22311         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22312         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22313         (gst_ximagesink_init), (gst_ximagesink_class_init):
22314         * sys/ximage/ximagesink.h:
22315         * sys/xvimage/xvimagesink.c:
22316         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22317         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22318         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22319         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22320         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22321         * sys/xvimage/xvimagesink.h:
22322           first batch of pixel aspect ratio commits.
22323
22324 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22325
22326         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22327         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22328         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22329           handle stride, needs work if we want to move stride handling
22330           upstream, but works correctly for our purposes.
22331
22332 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22333
22334         * gst/videoscale/README:
22335           add testing examples
22336         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22337         (gst_videoscale_chain):
22338         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22339         (gst_videoscale_get_size):
22340           add get_size function that handles stride like videotestsrc.
22341           fixes conversion for YUV formats for as much as I can test them.
22342
22343 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22344
22345         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22346         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22348         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22349         (gst_xvimagesink_xvimage_put):
22350           further cleanups, logging, error handling and synchronizing
22351
22352 2004-07-27  Wim Taymans  <wim@fluendo.com>
22353
22354         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22355         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22356         (gst_videomixer_pad_set_property),
22357         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22358         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22359         (gst_videomixer_class_init), (gst_videomixer_init),
22360         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22361         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22362         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22363         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22364         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22365         (gst_videomixer_loop), (plugin_init):
22366         Be a nicer negotiation citizen and provide a getcaps function on
22367         the srcpad. This also fixes a crash when resizing.
22368
22369 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22370
22371         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22372         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22373
22374 2004-07-27  Wim Taymans  <wim@fluendo.com>
22375
22376         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22377         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22378         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22379         (gst_pngenc_set_property):
22380         * ext/libpng/gstpngenc.h:
22381         Added snapshot property to pngenc.
22382         removed g_print from pngdec
22383
22384 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22385
22386         * gst/ac3parse/ac3parse.vcproj
22387         * gst/adder/adder.vcproj
22388         * gst/alpha/alpha.vcproj
22389         * gst/alpha/alphacolor.vcproj
22390         * gst/asfdemux/asf.vcproj
22391         * gst/audioconvert/audioconvert.vcproj
22392         * gst/audiorate/audiorate.vcproj
22393         * gst/audioscale/audioscale.vcproj
22394         * gst/auparse/auparse.vcproj
22395         * gst/avi/avi.vcproj
22396         * gst/cdxaparse/cdxaparse.vcproj
22397         * gst/chart/chart.vcproj
22398         * gst/colorspace/colorspace.vcproj
22399         * gst/cutter/cutter.vcproj
22400         * gst/debug/debug.vcproj
22401         * gst/debug/efence.vcproj
22402         * gst/debug/navigationtest.vcproj
22403         * gst/deinterlace/deinterlace.vcproj
22404         * gst/effectv/effectv.vcproj
22405         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22406         * gst/filter/filter.vcproj
22407         * gst/flx/flxdec.vcproj
22408         * gst/goom/goom.vcproj
22409         * gst/interleave/interleave.vcproj
22410         * gst/law/alaw.vcproj
22411         * gst/law/mulaw.vcproj
22412         * gst/matroska/matroska.vcproj
22413         * gst/median/median.vcproj
22414         * gst/mixmatrix/mixmatrix.vcproj
22415         * gst/mpeg1sys/mpeg1systemencode.vcproj
22416         * gst/mpeg1videoparse/mp1videoparse.vcproj
22417         * gst/mpeg2sub/mpeg2subt.vcproj
22418         * gst/mpegaudio/mpegaudio.vcproj
22419         * gst/mpegaudioparse/mpegaudioparse.vcproj
22420         * gst/mpegstream/mpegstream.vcproj
22421         * gst/multifilesink/multifilesink.vcproj
22422         * gst/multipart/multipart.vcproj
22423         * gst/oneton/oneton.vcproj
22424         * gst/overlay/overlay.vcproj
22425         * gst/passthrough/passthrough.vcproj
22426         * gst/qtdemux/qtdemux.vcproj
22427         * gst/realmedia/rmdemux.vcproj
22428         * gst/rtjpeg/rtjpeg.vcproj
22429         * gst/rtp/rtp.vcproj
22430         * gst/silence/silence.vcproj
22431         * gst/sine/sinesrc.vcproj
22432         * gst/smooth/smooth.vcproj
22433         * gst/smpte/smpte.vcproj
22434         * gst/spectrum/spectrum.vcproj
22435         * gst/speed/speed.vcproj
22436         * gst/stereo/stereo.vcproj
22437         * gst/switch/switch.vcproj
22438         * gst/tags/tagedit.vcproj
22439         * gst/tcp/tcp.vcproj
22440         * gst/typefind/typefindfunctions.vcproj
22441         * gst/udp/udp.vcproj
22442         * gst/videobox/videobox.vcproj
22443         * gst/videocrop/videocrop.vcproj
22444         * gst/videodrop/videodrop.vcproj
22445         * gst/videofilter/gamma.vcproj
22446         * gst/videofilter/videobalance.vcproj
22447         * gst/videofilter/videofilter.vcproj
22448         * gst/videofilter/videoflip.vcproj
22449         * gst/videoflip/videoflip.vcproj
22450         * gst/videomixer/videomixer.vcproj
22451         * gst/videorate/videorate.vcproj
22452         * gst/videoscale/videoscale.vcproj
22453         * gst/videotestsrc/videotestsrc.vcproj
22454         * gst/virtualdub/virtualdub.vcproj
22455         * gst/volenv/volenv.vcproj
22456         * gst/volume/volume.vcproj
22457         * gst/wavenc/wavenc.vcproj
22458         * gst/wavparse/wavparse.vcproj
22459         * gst/y4m/y4menc.vcproj
22460         * gst-libs/gst/audio/audio.vcproj
22461         * gst-libs/gst/audio/audiofilter.vcproj
22462         * gst-libs/gst/colorbalance/colorbalance.vcproj
22463         * gst-libs/gst/idct/idtc.vcproj
22464         * gst-libs/gst/media-info/media-info.vcproj
22465         * gst-libs/gst/mixer/mixer.vcproj
22466         * gst-libs/gst/navigation/navigation.vcproj
22467         * gst-libs/gst/play/play.vcproj
22468         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22469         * gst-libs/gst/resample/resample.vcproj
22470         * gst-libs/gst/riff/riff.vcproj
22471         * gst-libs/gst/tuner/tuner.vcproj
22472         * gst-libs/gst/video/video.vcproj
22473         * gst-libs/gst/xoverlay/xoverlay.vcproj
22474           avoid problems with math.h, fix release dependancy
22475           rename GStreamer-0.8.lib to libgstreamer.lib
22476
22477 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22478
22479         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22481         the atom is not available we have to unlock the mutex. Fixes #148023
22482
22483 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22484
22485         * gst-libs/gst/media-info/media-info.h:
22486           issue for a vararg macro with MSVC
22487
22488 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22489
22490         * gst/effectv/effectv.vcproj
22491         * gst-libs/gst/idct/idct.vcproj:
22492         * gst-libs/gst/media-info/media-info.vcproj:
22493         * gst-libs/gst/navigation/navigation.vcproj:
22494         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22495         * gst-libs/gst/video/video.vcproj:
22496         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22497           fixes for build problems
22498
22499 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22500
22501         * gst-libs/gst/audio/audio.def:
22502         * gst-libs/gst/audio/riff.def:
22503           add some definitions needed by plugins
22504
22505 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22506
22507         * gst/asfdemux/gstasfmux.c
22508           Fix some 64 bits constants to be glib friendly
22509
22510 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22511
22512         * gst/ac3parse/gstac3parse.c
22513         * gst/audioscale/gstaudioscale.c
22514         * gst/auparse/gstauparse.c
22515         * gst/colorspace/gstcolorspace.c
22516         * gst/colorspace/yuv2rgb.h
22517           local include fixes
22518
22519 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22520
22521         * win32/gst.sln
22522           add more plugins to the build
22523
22524 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22525
22526         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22527         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22528
22529 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22530
22531         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22532         (gst_level_set_property), (gst_level_get_property),
22533         (gst_level_base_init), (gst_level_class_init):
22534           add debugging categories.  cleanups.
22535
22536 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22537
22538         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22539         (gst_videoscale_planar411), (gst_videoscale_planar400),
22540         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22541         (gst_videoscale_scale_nearest_str1),
22542         (gst_videoscale_scale_nearest_str2),
22543         (gst_videoscale_scale_nearest_str4),
22544         (gst_videoscale_scale_nearest_16bit),
22545         (gst_videoscale_scale_nearest_24bit):
22546           fixed stride issues
22547           tested with 320x240 -> 321, 322, 324 x240
22548           tested with YV12, I420, YUY2, UYVY
22549           fixed packed422rev (don't think it could have worked before)
22550           by testing with UYVY
22551
22552 2004-07-26  Benjamin Otte  <otte@gnome.org>
22553
22554         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22555         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22556         (plugin_init):
22557           add debugging category, add error checks like checking return values
22558           of setup calls, make sure it still works after
22559           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22560
22561 2004-07-26  Wim Taymans  <wim@fluendo.com>
22562
22563         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22564         (gst_mpeg_demux_get_audio_stream),
22565         (gst_mpeg_demux_process_private):
22566         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22567         Check for error codes from the negotiation functions. Make sure
22568         we really set the pad caps when a new pad is created.
22569
22570 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22571
22572         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22573         (gst_ffmpeg_caps_to_pix_fmt):
22574         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22575         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22576         (gst_ffmpegcolorspace_pad_link):
22577           don't make function do two things at the same time without reason.
22578
22579 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22580
22581         * gst/ac3parse/ac3parse.vcproj
22582         * gst/adder/adder.vcproj
22583         * gst/alpha/alpha.vcproj
22584         * gst/alpha/alphacolor.vcproj
22585         * gst/asfdemux/asf.vcproj
22586         * gst/audioconvert/audioconvert.vcproj
22587         * gst/audiorate/audiorate.vcproj
22588         * gst/audioscale/audioscale.vcproj
22589         * gst/auparse/auparse.vcproj
22590         * gst/avi/avi.vcproj
22591         * gst/cdxaparse/cdxaparse.vcproj
22592         * gst/chart/chart.vcproj
22593         * gst/colorspace/colorspace.vcproj
22594         * gst/cutter/cutter.vcproj
22595         * gst/debug/debug.vcproj
22596         * gst/debug/efence.vcproj
22597         * gst/debug/navigationtest.vcproj
22598         * gst/deinterlace/deinterlace.vcproj
22599         * gst/effectv/effectv.vcproj
22600         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22601         * gst/filter/filter.vcproj
22602         * gst/flx/flxdec.vcproj
22603         * gst/goom/goom.vcproj
22604         * gst/interleave/interleave.vcproj
22605         * gst/law/alaw.vcproj
22606         * gst/law/mulaw.vcproj
22607         * gst/matroska/matroska.vcproj
22608         * gst/median/median.vcproj
22609         * gst/mixmatrix/mixmatrix.vcproj
22610         * gst/mpeg1sys/mpeg1systemencode.vcproj
22611         * gst/mpeg1videoparse/mp1videoparse.vcproj
22612         * gst/mpeg2sub/mpeg2subt.vcproj
22613         * gst/mpegaudio/mpegaudio.vcproj
22614         * gst/mpegaudioparse/mpegaudioparse.vcproj
22615         * gst/mpegstream/mpegstream.vcproj
22616         * gst/multifilesink/multifilesink.vcproj
22617         * gst/multipart/multipart.vcproj
22618         * gst/oneton/oneton.vcproj
22619         * gst/overlay/overlay.vcproj
22620         * gst/passthrough/passthrough.vcproj
22621         * gst/qtdemux/qtdemux.vcproj
22622         * gst/realmedia/rmdemux.vcproj
22623         * gst/rtjpeg/rtjpeg.vcproj
22624         * gst/rtp/rtp.vcproj
22625         * gst/silence/silence.vcproj
22626         * gst/sine/sinesrc.vcproj
22627         * gst/smooth/smooth.vcproj
22628         * gst/smpte/smpte.vcproj
22629         * gst/spectrum/spectrum.vcproj
22630         * gst/speed/speed.vcproj
22631         * gst/stereo/stereo.vcproj
22632         * gst/switch/switch.vcproj
22633         * gst/tags/tagedit.vcproj
22634         * gst/tcp/tcp.vcproj
22635         * gst/typefind/typefindfunctions.vcproj
22636         * gst/udp/udp.vcproj
22637         * gst/videobox/videobox.vcproj
22638         * gst/videocrop/videocrop.vcproj
22639         * gst/videodrop/videodrop.vcproj
22640         * gst/videofilter/gamma.vcproj
22641         * gst/videofilter/videobalance.vcproj
22642         * gst/videofilter/videofilter.vcproj
22643         * gst/videofilter/videoflip.vcproj
22644         * gst/videoflip/videoflip.vcproj
22645         * gst/videomixer/videomixer.vcproj
22646         * gst/videorate/videorate.vcproj
22647         * gst/videoscale/videoscale.vcproj
22648         * gst/videotestsrc/videotestsrc.vcproj
22649         * gst/virtualdub/virtualdub.vcproj
22650         * gst/volenv/volenv.vcproj
22651         * gst/volume/volume.vcproj
22652         * gst/wavenc/wavenc.vcproj
22653         * gst/wavparse/wavparse.vcproj
22654         * gst/y4m/y4menc.vcproj
22655           more plugins supported under windows
22656
22657 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22658
22659         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22660         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22661         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22663         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22664           Add debugging statements.  Use the sizes as returned by the
22665           *CreateImage calls.
22666
22667 2004-07-26  Johan Dahlin  <johan@gnome.org>
22668
22669         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22670         the pad is negotiated.
22671
22672         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22673
22674 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22675
22676         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22677         * gst-libs/gst/idct/idct.vcproj:
22678         * gst-libs/gst/media-info/media-info.vcproj:
22679         * gst-libs/gst/mixer/mixer.vcproj:
22680         * gst-libs/gst/navigation/navigation.vcproj:
22681         * gst-libs/gst/play/play.vcproj:
22682         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22683         * gst-libs/gst/resample/resample.vcproj:
22684         * gst-libs/gst/tuner/tuner.vcproj:
22685         * gst-libs/gst/video/video.vcproj:
22686         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22687           more plugins supported under windows
22688
22689 2004-07-25 Iain <iain@prettypeople.org>
22690
22691         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22692         pad now rather than when the pad is created because state changes wipe
22693         explicit caps (fixes #148043).
22694
22695 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22696
22697         reviewed by Benjamin Otte  <otte@gnome.org>
22698
22699         * ext/mad/gstmad.c:
22700           fix mad plugin crashing on Sun (fixes #148289)
22701
22702 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22703
22704         * gst/avi/avi.def:
22705         * gst/avi/avi.vcproj:
22706         * gst/matroska/matroska.def:
22707         * gst/matroska/matroska.vcproj:
22708           remove unused .def files
22709
22710 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22711
22712         * gst-libs/gst/audio/gstaudiofilter.c:
22713           Clean the local include
22714
22715 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22716
22717         * win32/gst.sln:
22718         * gst-libs/gst/audio/audio.def:
22719         * gst-libs/gst/audio/audio.vcproj:
22720         * gst-libs/gst/audio/audiofilter.vcproj:
22721         * gst-libs/gst/audio/riff.def:
22722         * gst-libs/gst/audio/riff.vcproj:
22723         * gst-libs/gst/gst-libs.def:
22724         * gst-libs/gst/gst-libs.vcproj:
22725         * gst/avi/avi.vcproj:
22726         * gst/avi/avi.vcproj:
22727           Copy the files where needed after building, cleaner projects
22728
22729 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22730
22731         * gst/matroska/ebml-write.c:
22732           Fix some 64 bits constants to be glib friendly
22733
22734 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22735
22736         * win32/gst.sln:
22737         * gst-libs/gst/gst-libs.def:
22738         * gst-libs/gst/gst-libs.vcproj:
22739         * gst/matroska/matroska.def:
22740         * gst/matroska/matroska.vcproj:
22741           Add the preliminary canvas to build plugins on Win32
22742
22743 2004-07-23  Benjamin Otte  <otte@gnome.org>
22744
22745         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22746           don't enfore negotiation from source side, it breaks
22747           sinesrc ! audioconvert ! osssink
22748
22749 2004-07-22  David Schleef  <ds@schleef.org>
22750
22751         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22752         for ELF files, since they can easily be recognized as audio/mpeg.
22753         (bug #147441)
22754
22755 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22756
22757         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22758         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22759         (gst_videoscale_scale_nearest_24bit),
22760         (gst_videoscale_scale_nearest_16bit):
22761           fix 16bit and 24bit for stride (24bit might need testing)
22762           don't pretend we do more than one algorithm
22763
22764 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22765
22766         * configure.ac:
22767         * gst/Makefile.am:
22768         * gst/multifilesink/Makefile.am:
22769         * gst/multifilesink/gstmultifilesink.c:
22770         (gst_multifilesink_get_formats),
22771         (gst_multifilesink_get_query_types), (_do_init),
22772         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22773         (gst_multifilesink_init), (gst_multifilesink_dispose),
22774         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22775         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22776         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22777         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22778         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22779         (gst_multifilesink_uri_get_type),
22780         (gst_multifilesink_uri_get_protocols),
22781         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22782         (gst_multifilesink_uri_handler_init), (plugin_init):
22783         * gst/multifilesink/gstmultifilesink.h:
22784         * testsuite/Makefile.am:
22785         * testsuite/multifilesink/Makefile.am:
22786         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22787         (gst_newmedia_class_init), (gst_newmedia_init),
22788         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22789         (newfile_signal), (test_signal), (main):
22790         multifilesink plugin for creating new files every time a new media
22791         discontinuity event occurs
22792
22793 2004-07-22  Wim Taymans  <wim@fluendo.com>
22794
22795         * gst/alpha/Makefile.am:
22796         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22797         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22798         (gst_alpha_color_init), (gst_alpha_color_set_property),
22799         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22800         (transform), (gst_alpha_color_chain),
22801         (gst_alpha_color_change_state), (plugin_init):
22802         Stupid plugin to to RGBA to AYUV conversion because none of
22803         the colorspace plugins can handle that yet.
22804
22805 2004-07-22  Wim Taymans  <wim@fluendo.com>
22806
22807         * examples/seeking/seek.c: (update_scale), (main):
22808         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22809         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22810         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22811         (gst_decode_bin_init), (gst_decode_bin_dispose),
22812         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22813         (no_more_pads), (close_link), (type_found),
22814         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22815         (plugin_init):
22816         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22817         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22818         (gst_play_base_bin_dispose), (queue_overrun),
22819         (gen_preroll_element), (remove_prerolls), (unknown_type),
22820         (no_more_pads), (new_stream), (setup_source),
22821         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22822         (play_base_eos), (gst_play_base_bin_change_state),
22823         (gst_play_base_bin_add_element),
22824         (gst_play_base_bin_remove_element),
22825         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22826         (gst_play_base_bin_unlink_stream),
22827         (gst_play_base_bin_get_streaminfo):
22828         * gst/playback/gstplaybin.c: (gen_video_element),
22829         (gen_audio_element):
22830         * gst/playback/gststreaminfo.h:
22831         More playback updates, attempt to fix things after the state change
22832         breakage.
22833
22834 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22835
22836         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22837         (gst_videoscale_scale_nearest_16bit):
22838           comment algorithm
22839
22840 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22841
22842         * gst/videotestsrc/gstvideotestsrc.c:
22843         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22844         (gst_videotestsrc_init), (gst_videotestsrc_get),
22845         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22846         (gst_videotestsrc_get_property):
22847         * gst/videotestsrc/gstvideotestsrc.h:
22848         * gst/videotestsrc/videotestsrc.c:
22849         * gst/videotestsrc/videotestsrc.h:
22850           cleanup and commenting
22851
22852 2004-07-21  Wim Taymans  <wim@fluendo.com>
22853
22854         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22855         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22856         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22857         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22858         (_find_chain_get_unknown_part), (_find_streams_check),
22859         (gst_ogg_demux_push), (gst_ogg_pad_push):
22860         * ext/theora/theoradec.c: (theora_get_formats),
22861         (theora_dec_src_convert), (theora_dec_sink_convert),
22862         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22863         (theora_dec_chain):
22864         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22865         (vorbis_dec_convert), (vorbis_dec_src_query),
22866         (vorbis_dec_src_event), (vorbis_dec_event):
22867         More seeking fixes, oggdemux now supports seeking to time and
22868         uses the downstream element to convert granulepos to time.
22869         Seeking in theora-only ogg files now works.
22870
22871 2004-07-21  Wim Taymans  <wim@fluendo.com>
22872
22873         * ext/theora/theoradec.c: (gst_theora_dec_init),
22874         (theora_get_formats), (theora_get_event_masks),
22875         (theora_get_query_types), (theora_dec_src_convert),
22876         (theora_dec_sink_convert), (theora_dec_src_query),
22877         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22878         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22879         (vorbis_get_event_masks), (vorbis_get_query_types),
22880         (gst_vorbis_dec_init), (vorbis_dec_convert),
22881         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22882         Added query/convert/formats functions to vorbis and theora decoders
22883         so that the outside world can use them too. Fixed seeking on an
22884         ogg/theora/vorbis file by disabling the seeking seeking on the
22885         theora srcpad.
22886
22887 2004-07-21  Julien MOUTTE  <julien@moutte.net>
22888
22889         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22890         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22891         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22892         images creation for both elements. We don't create the image on caps
22893         nego or renego, we just destroy the internal one if present if it does
22894         not match the needs. The chain function takes care of creating a new
22895         image when needed.
22896         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22897         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22898         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22899         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22900         the image format information. The buffer pool checks for the context
22901         image format and discard images with different formats.
22902         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22903
22904 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22905
22906         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22907         (gst_ffmpegcolorspace_chain):
22908           no point in doing any chaining if the pad we want to push from
22909           isn't usable.
22910
22911 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22912
22913         * gst-libs/gst/riff/riff-media.c:
22914         (gst_riff_create_audio_caps_with_data):
22915           Fix double end-to-native symbol conversion (#148021).
22916
22917 2004-07-20  David Schleef  <ds@schleef.org>
22918
22919         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22920         Don't use an Atom that doesn't exist.
22921
22922 2004-07-20  Wim Taymans  <wim@fluendo.com>
22923
22924         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22925         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22926         (gst_multifdsink_client_remove),
22927         (gst_multifdsink_handle_client_write),
22928         (gst_multifdsink_queue_buffer):
22929         * gst/tcp/gstmultifdsink.h:
22930         More multifdsink stats. Avoid deadlock by releasing locks
22931         before sending out a signal.
22932
22933 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22934
22935         * po/LINGUAS:
22936         * po/hu.po:
22937           added Hungarian translation (Laszlo Dvornik)
22938
22939 2004-07-20  Wim Taymans  <wim@fluendo.com>
22940
22941         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22942         (gst_multifdsink_add), (gst_multifdsink_client_remove),
22943         (gst_multifdsink_handle_client_write),
22944         (gst_multifdsink_queue_buffer):
22945         * gst/tcp/gsttcp-marshal.list:
22946         Fixed the stupid marshal definition.
22947
22948 2004-07-20  Wim Taymans  <wim@fluendo.com>
22949
22950         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22951         (gst_multifdsink_init), (gst_multifdsink_add),
22952         (gst_multifdsink_client_remove),
22953         (gst_multifdsink_handle_client_write),
22954         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
22955         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
22956         (gst_multifdsink_init_send):
22957         * gst/tcp/gstmultifdsink.h:
22958         Added more stats, added timeout for a client, fixed some typos
22959         and added some comments.
22960
22961 2004-07-20  Wim Taymans  <wim@fluendo.com>
22962
22963         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22964         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22965         (gst_multifdsink_client_remove),
22966         (gst_multifdsink_handle_client_write):
22967         * gst/tcp/gstmultifdsink.h:
22968         * gst/tcp/gsttcp-marshal.list:
22969         Added get_stats method that returns a GValueArray of
22970         stats values.
22971
22972 2004-07-19  Benjamin Otte  <otte@gnome.org>
22973
22974         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22975           make sure longname, description and author are valid UTF-8
22976
22977 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22978
22979         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
22980         (gst_ximagesink_set_property):
22981         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
22982         (gst_xvimagesink_set_property):
22983           make sure SYNCHRONOUS is respected after getting the X context
22984
22985 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22986
22987         * gst/matroska/matroska-demux.c:
22988         (gst_matroska_demux_handle_src_event),
22989         (gst_matroska_demux_parse_blockgroup):
22990         * gst/matroska/matroska-ids.h:
22991           add BlockReference tag and ignore it to clear out log.
22992           ignore NAVIGATION events to clear out log.
22993
22994 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22995
22996         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
22997         (gst_matroska_demux_add_stream):
22998         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
22999           add debug categories
23000
23001 2004-07-16  Wim Taymans  <wim@fluendo.com>
23002
23003         * ext/libpng/Makefile.am:
23004         * ext/libpng/gstpng.c: (plugin_init):
23005         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23006         (gst_pngdec_get_type), (gst_pngdec_base_init),
23007         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23008         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23009         * ext/libpng/gstpngdec.h:
23010         Added png decoder.
23011
23012 2004-07-16  Julien MOUTTE  <julien@moutte.net>
23013
23014         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23015         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23016         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23017         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23018         (gst_ximagesink_buffer_alloc):
23019         * sys/ximage/ximagesink.h:
23020         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23021         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23022         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23023         (gst_xvimagesink_buffer_alloc):
23024         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23025         again. Using internal data pointer of the x(v)image to store image's
23026         data to be coherent with the buffer alloc mechanism. Investigated the
23027         image destruction code to be sure that everything gets freed correctly.
23028
23029 2004-07-16  Wim Taymans  <wim@fluendo.com>
23030
23031         * gst-libs/gst/riff/riff-read.c:
23032         (gst_riff_read_strf_vids_with_data),
23033         (gst_riff_read_strf_auds_with_data):
23034         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23035         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23036         Make sure we don't create 0 sized subbuffers in riff-read.
23037         Signal the no more pads signal after reading the avi header.
23038
23039 2004-07-16  Wim Taymans  <wim@fluendo.com>
23040
23041         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23042         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23043         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23044         (gst_decode_bin_init), (gst_decode_bin_dispose),
23045         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23046         (no_more_pads), (close_link), (type_found),
23047         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23048         (gst_decode_bin_change_state), (plugin_init):
23049         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23050         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23051         (gst_play_base_bin_dispose), (queue_overrun),
23052         (gen_preroll_element), (remove_prerolls), (unknown_type),
23053         (no_more_pads), (new_stream), (setup_source),
23054         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23055         (play_base_eos), (gst_play_base_bin_change_state),
23056         (gst_play_base_bin_add_element),
23057         (gst_play_base_bin_remove_element),
23058         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23059         (gst_play_base_bin_unlink_stream),
23060         (gst_play_base_bin_get_streaminfo):
23061         * gst/playback/gstplaybasebin.h:
23062         Better error recovery. Added configurable preroll queue size. Faster
23063         detection of no-more-pads.
23064
23065 2004-07-16  Wim Taymans  <wim@fluendo.com>
23066
23067         * gst-libs/gst/video/video.h:
23068         Added 32 bits RGBA. Not sure if we should use another mime-type
23069         for alpha rgb. Currently the presence of the alpha_mask property
23070         signals an alpha channel.
23071
23072 2004-07-16  Wim Taymans  <wim@fluendo.com>
23073
23074         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23075         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23076         FPS seems to be 0.0 to MAX everywhere else.
23077
23078 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23079
23080         * gst-libs/gst/riff/riff-media.c:
23081         (gst_riff_create_video_caps_with_data):
23082           mp42/mp43 (no caps) exist too.
23083         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23084           Set pixel_width/height; we've got them in-caps.
23085         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23086         * gst/wavparse/gstwavparse.c: (plugin_init):
23087           Both are valid primary.
23088         * sys/oss/gstossmixer.c:
23089           Remove i18n hack and enable translations.
23090
23091 2004-07-15  Benjamin Otte  <otte@gnome.org>
23092
23093         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23094         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23095           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23096
23097 2004-07-15  Benjamin Otte  <otte@gnome.org>
23098
23099         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23100         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23101         (gst_alsa_close_audio):
23102           disable some of the debugging code for now. Writing debugging to a
23103           buffer is broken in current alsalib releases.
23104
23105 2004-07-12  Benjamin Otte  <otte@gnome.org>
23106
23107         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23108           use bufferpools
23109
23110 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23111
23112         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23113         (theora_dec_src_query), (theora_dec_event):
23114         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23115           add debugging categories.  Remove \n's.
23116
23117 2004-07-13  Johan Dahlin  <johan@gnome.org>
23118
23119         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23120         (gst_play_bin_get_property): Impl.
23121
23122 2004-07-13  Wim Taymans  <wim@fluendo.com>
23123
23124         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23125         When trying to find the stream length, seek back N pages
23126         instead of just one, where N is the number of streams in
23127         the current chain.
23128
23129 2004-07-13  Wim Taymans  <wim@fluendo.com>
23130
23131         * gst-libs/gst/riff/riff-media.c:
23132         (gst_riff_create_audio_caps_with_data),
23133         (gst_riff_create_audio_caps),
23134         (gst_riff_create_audio_template_caps):
23135         * gst-libs/gst/riff/riff-media.h:
23136         * gst-libs/gst/riff/riff-read.c:
23137         (gst_riff_read_strf_vids_with_data),
23138         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23139         * gst-libs/gst/riff/riff-read.h:
23140         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23141         (gst_avi_demux_add_stream):
23142         Set codec_data on caps for avidemuxer.
23143
23144 2004-07-12  David Schleef  <ds@schleef.org>
23145
23146         * configure.ac: Fix test for Objective C
23147
23148 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
23149         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23150         (gst_gdk_pixbuf_chain):
23151           Add svg and pcx to template caps, and ensure that getcaps returns a
23152           subset of the template caps.
23153           Copy each row manually for output, as gdkpixbuf may pad the
23154           rowstride to a 32-bit word boundary.
23155
23156 2004-07-12  Wim Taymans  <wim@fluendo.com>
23157
23158         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23159         (gst_riff_create_video_template_caps):
23160         Fix the template caps to include some more media types.
23161
23162 2004-07-12  Wim Taymans  <wim@fluendo.com>
23163
23164         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23165         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23166         (compare_ranks), (print_feature), (gst_decode_bin_init),
23167         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23168         (try_to_link_1), (new_pad), (close_link), (type_found),
23169         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23170         (gst_decode_bin_change_state), (plugin_init):
23171         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23172         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23173         (gst_play_base_bin_dispose), (queue_overrun),
23174         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23175         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23176         (gst_play_base_bin_get_property), (play_base_eos),
23177         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23178         (gst_play_base_bin_remove_element),
23179         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23180         (gst_play_base_bin_unlink_stream),
23181         (gst_play_base_bin_get_streaminfo):
23182         * gst/playback/gstplaybasebin.h:
23183         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23184         (gst_play_bin_class_init), (gst_play_bin_init),
23185         (gst_play_bin_dispose), (gst_play_bin_set_property),
23186         (gst_play_bin_get_property), (gen_video_element),
23187         (gen_audio_element), (remove_sinks), (setup_sinks),
23188         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23189         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23190         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23191         (gst_play_bin_query), (plugin_init):
23192         * gst/playback/test4.c: (main):
23193         More fixes on reusing of the element.
23194
23195 2004-07-11  Benjamin Otte  <otte@gnome.org>
23196
23197         * ext/mad/gstmad.c: (normal_seek):
23198           allow seeking for other methods than just SET
23199
23200 2004-07-11  Andy Wingo  <wingo@pobox.com>
23201
23202         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23203         float, "any" caps -> buffer_frames=[0,MAX].
23204
23205         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23206         doesn't intersect our caps with the template any more. Do it
23207         ourselves.
23208         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23209
23210 2004-07-09  Wim Taymans  <wim@fluendo.com>
23211
23212         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23213         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23214         (compare_ranks), (print_feature), (gst_decode_bin_init),
23215         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23216         (try_to_link_1), (new_pad), (close_link), (type_found),
23217         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23218         (gst_decode_bin_change_state), (plugin_init):
23219         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23220         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23221         (gst_play_base_bin_dispose), (queue_overrun),
23222         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23223         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23224         (gst_play_base_bin_get_property), (play_base_eos),
23225         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23226         (gst_play_base_bin_remove_element),
23227         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23228         (gst_play_base_bin_unlink_stream),
23229         (gst_play_base_bin_get_streaminfo):
23230         * gst/playback/gstplaybasebin.h:
23231         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23232         (gst_play_bin_class_init), (gst_play_bin_init),
23233         (gst_play_bin_dispose), (gst_play_bin_set_property),
23234         (gst_play_bin_get_property), (gen_video_element),
23235         (gen_audio_element), (remove_sinks), (setup_sinks),
23236         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23237         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23238         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23239         (gst_play_bin_query), (plugin_init):
23240         * gst/playback/test4.c: (main):
23241         Work on object reuse and seeking.
23242
23243 2004-07-09  Wim Taymans  <wim@fluendo.com>
23244
23245         * examples/seeking/seek.c: (iterate):
23246         Don't consume all CPU in the idle loop.
23247
23248 2004-07-09  Wim Taymans  <wim@fluendo.com>
23249
23250         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23251         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23252         Add pad to element *after* setting the pad functions so that
23253         the scheduler can use the correct ones.
23254
23255 2004-07-09  Wim Taymans  <wim@fluendo.com>
23256
23257         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23258         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23259         Sync to keyframe after seek
23260
23261 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23262
23263         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23264         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23265         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23266         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23267         * ext/libvisual/visual.c: (gst_visual_change_state):
23268         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23269         * ext/theora/theoradec.c: (theora_dec_change_state):
23270         * ext/theora/theoraenc.c: (theora_enc_change_state):
23271         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23272         * gst-libs/gst/navigation/navigation.c:
23273         * gst/adder/gstadder.c: (gst_adder_change_state):
23274         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23275         (gst_audio_convert_get_buffer):
23276         * gst/multipart/multipartdemux.c:
23277         (gst_multipart_demux_change_state):
23278         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23279         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23280         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23281         * gst/videoscale/gstvideoscale.c:
23282         (gst_videoscale_handle_src_event):
23283         * gst/volume/gstvolume.c: (volume_chain_int16):
23284           don't assert in state change, this should be done by the base
23285           GstElement class.
23286           various debugging fixes.
23287
23288 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23289
23290         * configure.ac:
23291         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23292         (gst_play_dispose), (gst_play_set_location),
23293         (gst_play_set_data_src), (gst_play_set_video_sink),
23294         (gst_play_set_audio_sink), (gst_play_set_visualization),
23295         (gst_play_connect_visualization), (gst_play_get_sink_element),
23296         (gst_play_get_all_by_interface):
23297         * gst-libs/gst/play/play.h:
23298           add new method to get elements implementing an interface.
23299           add various error logging
23300
23301 2004-07-08  Wim Taymans  <wim@fluendo.com>
23302
23303         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23304         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23305         (make_playerbin_pipeline), (query_durations_elems),
23306         (query_durations_pads), (query_positions_elems),
23307         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23308         (main):
23309         Added playbin seeking example.
23310
23311 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23312
23313         * gst-libs/gst/play/play.c: (gst_play_set_location),
23314         (gst_play_set_data_src), (gst_play_set_video_sink),
23315         (gst_play_set_audio_sink), (gst_play_set_visualization),
23316         (gst_play_connect_visualization), (gst_play_get_framerate):
23317           use a macro to look up elements from hash table
23318
23319 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23320
23321         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23322         (gst_play_get_length_callback), (gst_play_set_location),
23323         (gst_play_seek_to_time), (gst_play_set_data_src),
23324         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23325         (gst_play_set_visualization), (gst_play_connect_visualization),
23326         (gst_play_get_sink_element):
23327         - add debugging info
23328         - fix looking up sink elements by iterating over complete caps
23329         - put everything except for source and autoplugger in a complete bin
23330
23331 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23332
23333         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23334         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23335         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23336         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23337         * ext/alsa/gstalsasink.h:
23338         - add debugging info
23339         - clean up schizophrenia of data/buffer/event
23340         - fix double event unref error
23341
23342 2004-07-08  Wim Taymans  <wim@fluendo.com>
23343
23344         * gst/playback/Makefile.am:
23345         Add headers to noinst
23346
23347 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23348
23349         * tools/gst-launch-ext-m.m:
23350         * tools/gst-launch-ext.1.in:
23351           convert to the third millenium
23352
23353 2004-07-07  David Schleef  <ds@schleef.org>
23354
23355         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23356
23357 2004-07-07  Wim Taymans  <wim@fluendo.com>
23358
23359         * gst/playback/Makefile.am:
23360         * gst/playback/README:
23361         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23362         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23363         (compare_ranks), (print_feature), (gst_decode_bin_init),
23364         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23365         (try_to_link_1), (new_pad), (close_link), (type_found),
23366         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23367         (plugin_init):
23368         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23369         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23370         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23371         (gen_preroll_element), (no_more_pads), (new_stream),
23372         (setup_source), (gst_play_base_bin_set_property),
23373         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23374         (gst_play_base_bin_add_element),
23375         (gst_play_base_bin_remove_element),
23376         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23377         (gst_play_base_bin_unlink_stream),
23378         (gst_play_base_bin_get_streaminfo):
23379         * gst/playback/gstplaybasebin.h:
23380         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23381         (gst_play_bin_class_init), (gst_play_bin_init),
23382         (gst_play_bin_dispose), (gst_play_bin_set_property),
23383         (gst_play_bin_get_property), (gen_video_element),
23384         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23385         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23386         (gst_play_bin_get_formats), (gst_play_bin_convert),
23387         (gst_play_bin_get_query_types), (gst_play_bin_query),
23388         (plugin_init):
23389         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23390         (gst_stream_info_get_type), (gst_stream_info_class_init),
23391         (gst_stream_info_init), (gst_stream_info_new),
23392         (gst_stream_info_dispose), (gst_stream_info_set_property),
23393         (gst_stream_info_get_property):
23394         * gst/playback/gststreaminfo.h:
23395         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23396         (main):
23397         * gst/playback/test2.c: (main):
23398         * gst/playback/test3.c: (update_scale), (main):
23399         More playbin fixes. Added README. Do better element filtering.
23400         Added base class to preroll media. Added test apps.
23401
23402 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23403
23404         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23405         * ext/mpeg2dec/gstmpeg2dec.h:
23406           various debugging improvements.  Reset stream to next picture
23407           instead of sequence header, otherwise seeks cannot work.
23408
23409 2004-07-07  Wim Taymans  <wim@fluendo.com>
23410
23411         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23412         (gst_video_box_class_init), (gst_video_box_set_property),
23413         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23414         Use pad_alloc where possible.
23415
23416 2004-07-07  Wim Taymans  <wim@fluendo.com>
23417
23418         * sys/oss/gstosselement.c: (gst_osselement_reset),
23419         (gst_osselement_parse_caps):
23420         * sys/oss/gstosselement.h:
23421         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23422         Fix offset on osssrc.
23423
23424 2004-07-07  Wim Taymans  <wim@fluendo.com>
23425
23426         * ext/theora/theora.c: (plugin_init):
23427         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23428         (theora_dec_src_query), (theora_dec_chain):
23429         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23430         (theora_enc_sink_link), (theora_buffer_from_packet),
23431         (theora_push_packet), (theora_enc_chain):
23432         Fix theora granulepos calculation.
23433         Fix overflow in duration/position calculation.
23434         Bump rank to PRIMARY for theoradec.
23435         Use granulepos of last packet to calculate position.
23436         Set keyframe flag on buffers when needed.
23437
23438 2004-07-06  David Schleef  <ds@schleef.org>
23439
23440         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23441         serious?  (Fixed, obviously.)
23442
23443 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23444
23445         * po/LINGUAS:
23446         * po/cs.po:
23447           added Czech translation (Miloslav Trmac)
23448
23449 2004-07-05  Wim Taymans  <wim@fluendo.com>
23450
23451         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23452         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23453         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23454         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23455         (close_link), (type_found), (gst_decode_bin_set_property),
23456         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23457         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23458         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23459         (gst_decode_bin_query), (plugin_init):
23460         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23461         (gst_play_bin_class_init), (gst_play_bin_init),
23462         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23463         (get_video_element), (new_pad), (setup_source),
23464         (gst_play_bin_set_property), (gst_play_bin_get_property),
23465         (gst_play_bin_change_state), (gst_play_bin_add_element),
23466         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23467         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23468         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23469         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23470         * gst/playback/test.c: (main):
23471         More fixes, cleaned up playbin, make it use decodebin. Added
23472         threaded property to playbin.
23473
23474 2004-07-05  Wim Taymans  <wim@fluendo.com>
23475
23476         * configure.ac:
23477         * gst/playback/Makefile.am:
23478         * gst/playback/decodetest.c: (main):
23479         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23480         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23481         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23482         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23483         (close_link), (type_found), (gst_decode_bin_set_property),
23484         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23485         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23486         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23487         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23488         (plugin_init):
23489         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23490         (gst_play_bin_class_init), (gst_play_bin_init),
23491         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23492         (collect_sink_pads), (find_compatibles), (close_pad_link),
23493         (try_to_link_1), (new_pad), (close_link), (type_found),
23494         (setup_source), (gst_play_bin_set_property),
23495         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23496         (compare_ranks), (gst_play_bin_collect_factories),
23497         (gst_play_bin_change_state), (gst_play_bin_add_element),
23498         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23499         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23500         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23501         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23502         * gst/playback/test.c: (main):
23503         Added some playback helper elements and some test apps, very alpha
23504         still.
23505
23506 2004-07-04  Benjamin Otte  <otte@gnome.org>
23507
23508         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23509           only restart audio when we indeed have an xrun to fix repeated
23510           xruns. Fix suggested by Giuliano Pochini.
23511
23512 2004-07-03  David Schleef  <ds@schleef.org>
23513
23514         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23515         call to gst_debug_log() if debugging is disabled (bug #145118)
23516
23517 2004-07-03  Benjamin Otte  <otte@gnome.org>
23518
23519         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23520           use our own functions for restarting the alsa device.
23521         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23522           I should apply patches myself - use MIN for the third argument, not
23523           the second, this fixes seeking
23524
23525 2004-07-02  David Schleef  <ds@schleef.org>
23526
23527         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23528         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23529         do with the logic.
23530
23531 2004-07-02  David Schleef  <ds@schleef.org>
23532
23533         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23534         output buffers.  Fix logic mistake.  (bug #144866)
23535
23536 2004-07-02  David Schleef  <ds@schleef.org>
23537
23538         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23539         on X.  (bug #144753)
23540
23541 2004-07-02  David Schleef  <ds@schleef.org>
23542
23543         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23544         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23545         (bug #144624)
23546         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23547         (gst_osselement_rate_probe_check): Add another workaround for
23548         buggy drivers (bug #145336)
23549
23550 2004-07-02  David Schleef  <ds@schleef.org>
23551
23552         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23553         Most systems don't have MSG_NOSIGNAL.
23554
23555 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23556
23557         * Makefile.am:
23558         * gst-libs/gst/colorbalance/Makefile.am:
23559         * gst-libs/gst/mixer/Makefile.am:
23560         * gst-libs/gst/play/Makefile.am:
23561         * gst-libs/gst/tuner/Makefile.am:
23562           (hopefully) fix both install and dist and make error message useful.
23563           needs testing across automakes.
23564
23565 2004-07-02  Benjamin Otte  <otte@gnome.org>
23566
23567         * ext/ogg/gstogg.c: (plugin_init):
23568           we require bytestream now
23569         * ext/ogg/gstoggdemux.c:
23570           huge diff to implement chain setup in a fast and generic way. This
23571           improves tag reading and startup of huge files (read: Theora videos)
23572           quite a bit. It probably contains bugs, too, so please test.
23573           Seeking is not improved to the fast method.
23574
23575 2004-06-29  Wim Taymans  <wim@fluendo.com>
23576
23577         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23578         * ext/ogg/gstoggmux.c:
23579         Fix memleak in oggdemux when running unconnected pads.
23580         doc update in mux, start working on keyframe mode.
23581
23582 2004-06-29  Benjamin Otte  <otte@gnome.org>
23583
23584         * sys/oss/gstosssink.c:
23585         * sys/oss/gstosssrc.c:
23586           advertise correct template caps - we indeed do non-native endianness
23587           and 8bit audio has no endianness
23588         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23589         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23590           avoid (wrong) duplications in getcaps function and return
23591           template caps
23592
23593 2004-06-29  Wim Taymans  <wim@fluendo.com>
23594
23595         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23596         (gst_multifdsink_class_init), (gst_multifdsink_add),
23597         (gst_multifdsink_remove), (gst_multifdsink_clear),
23598         (gst_multifdsink_client_remove),
23599         (gst_multifdsink_handle_client_read),
23600         (gst_multifdsink_client_queue_data),
23601         (gst_multifdsink_client_queue_caps),
23602         (gst_multifdsink_client_queue_buffer),
23603         (gst_multifdsink_handle_client_write),
23604         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23605         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23606         (gst_multifdsink_init_send), (gst_multifdsink_close):
23607         Fix wrong GList iteration that could crash the server when
23608         more then 2 clients disconnect at the same time. Read all the
23609         pending commands in one batch to recover from command storms under
23610         very heavy load.
23611
23612 2004-06-28  Wim Taymans  <wim@fluendo.com>
23613
23614         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23615         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23616         (gst_videomixer_pad_set_property),
23617         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23618         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23619         (gst_videomixer_class_init), (gst_videomixer_init),
23620         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23621         (pad_zorder_compare), (gst_videomixer_sort_pads),
23622         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23623         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23624         (gst_videomixer_update_queues), (gst_videomixer_loop),
23625         (plugin_init):
23626         Avoid divide by zero, choose masterpad as the pad with the highest
23627         framerate.
23628
23629 2004-06-27  Julien Moutte  <julien@moutte.net>
23630
23631         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23632         (gst_ximagesink_xwindow_new):
23633         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23634         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23635         function directly. We might want to call it from somewhere else one day.
23636
23637 2004-06-27  Julien Moutte  <julien@moutte.net>
23638
23639         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23640         (gst_ximagesink_xwindow_new):
23641         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23642         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23643         window decorations.
23644
23645 2004-06-27  Wim Taymans  <wim@fluendo.com>
23646
23647         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23648         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23649         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23650         (gst_dvdec_set_property), (gst_dvdec_get_property):
23651         * ext/dv/gstdvdec.h:
23652         Implement drop_factor property to lower the framerate with
23653         a factor.
23654
23655 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23656
23657         * gst-libs/gst/colorbalance/Makefile.am:
23658         * gst-libs/gst/mixer/Makefile.am:
23659         * gst-libs/gst/play/Makefile.am:
23660         * gst-libs/gst/tuner/Makefile.am:
23661           unbreak Company's fix that didn't install the -enum.h files
23662
23663 2004-06-27  Wim Taymans  <wim@fluendo.com>
23664
23665         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23666         (gst_dvdec_change_state):
23667         * ext/dv/gstdvdec.h:
23668         Fix timestamp, duration and offset of the buffers.
23669
23670 2004-06-27  Wim Taymans  <wim@fluendo.com>
23671
23672         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23673         (gst_multifdsink_class_init), (gst_multifdsink_add),
23674         (gst_multifdsink_remove), (gst_multifdsink_clear),
23675         (gst_multifdsink_client_remove),
23676         (gst_multifdsink_handle_client_read),
23677         (gst_multifdsink_client_queue_data),
23678         (gst_multifdsink_client_queue_caps),
23679         (gst_multifdsink_client_queue_buffer),
23680         (gst_multifdsink_handle_client_write),
23681         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23682         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23683         (gst_multifdsink_init_send), (gst_multifdsink_close):
23684         * gst/tcp/gstmultifdsink.h:
23685         * gst/tcp/gsttcpserversink.c:
23686         (gst_tcpserversink_handle_server_read),
23687         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23688         More multifdsink fixes, more recovery policy fixes.
23689         Removed stupid g_print
23690
23691 2004-06-26  Wim Taymans  <wim@fluendo.com>
23692
23693         * gst/tcp/Makefile.am:
23694         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23695         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23696         (gst_multifdsink_class_init), (gst_multifdsink_init),
23697         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23698         (gst_multifdsink_handle_client_read),
23699         (gst_multifdsink_client_queue_data),
23700         (gst_multifdsink_client_queue_caps),
23701         (gst_multifdsink_client_queue_buffer),
23702         (gst_multifdsink_handle_client_write),
23703         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23704         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23705         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23706         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23707         (gst_multifdsink_close), (gst_multifdsink_change_state):
23708         * gst/tcp/gstmultifdsink.h:
23709         * gst/tcp/gsttcpplugin.c: (plugin_init):
23710         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23711         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23712         (gst_tcpserversink_handle_server_read),
23713         (gst_tcpserversink_handle_select),
23714         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23715         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23716         * gst/tcp/gsttcpserversink.h:
23717         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23718         one of the locks, added recovery policy to multifdsink.
23719
23720 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23721
23722         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23723           fix decision for when getting frames with same timestamp
23724         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23725         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23726         (gst_v4lsrc_get_property):
23727         * sys/v4l/gstv4lsrc.h:
23728           add latency offset property
23729
23730 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23731
23732         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23733         (plugin_init):
23734           fix debugging. add category.
23735
23736 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23737
23738         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23739           fix wrong offsets
23740
23741 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23742
23743         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23744         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23745         (gst_alsa_src_change_state):
23746           return a time that is in sync with the element's processing
23747
23748 2004-06-25  Wim Taymans  <wim@fluendo.com>
23749
23750         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23751         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23752         (gst_tcpserversink_client_remove),
23753         (gst_tcpserversink_handle_client_read),
23754         (gst_tcpserversink_client_queue_data),
23755         (gst_tcpserversink_client_queue_caps),
23756         (gst_tcpserversink_client_queue_buffer),
23757         (gst_tcpserversink_handle_client_write),
23758         (gst_tcpserversink_queue_buffer),
23759         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23760         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23761         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23762         (gst_tcpserversink_close):
23763         * gst/tcp/gsttcpserversink.h:
23764         Serversink rewrite. Really do non blocking writes to clients and
23765         maintain an internal queue to handle slower clients while not
23766         disturbing fast clients.
23767
23768 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23769
23770         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23771           better debug, don't override OFFSET and OFFSET_END
23772
23773 2004-06-25  Iain <iain@prettypeople.org>
23774
23775         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23776         name=source for the wavparse pipeline.
23777
23778 2004-06-24  Johan Dahlin  <johan@gnome.org>
23779
23780         * ext/theora/theoraenc.c (theora_enc_chain): Call
23781         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23782         streamheader caps are set correctly.
23783
23784 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23785
23786         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23787         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23788           respect minimum bitrate; same could be done for max bitrate
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):
23794           fix sample rate range
23795
23796 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23797
23798         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23799         (gst_oggvorbisenc_setup):
23800         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23801         (gst_vorbisenc_setup):
23802           resolve ambiguities in code and description
23803
23804 2004-06-24  Wim Taymans  <wim@fluendo.com>
23805
23806         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23807         * ext/alsa/gstalsa.h:
23808         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23809         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23810         Use alsa trigger_tstamp to get the timestamp of the first
23811         sample in the buffer for more precise sync. Some cleanups.
23812
23813 2004-06-24  Wim Taymans  <wim@fluendo.com>
23814
23815         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23816         (gst_audiorate_init), (gst_audiorate_chain),
23817         (gst_audiorate_set_property), (gst_audiorate_get_property):
23818         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23819         (gst_videorate_chain):
23820         Added some logging, fixed an overflow bug in videorate.
23821
23822 2004-06-24  Benjamin Otte  <otte@gnome.org>
23823
23824         * ext/kio/Makefile.am:
23825           fix for builddir != srcdir and distcheck
23826
23827 2004-06-24  Benjamin Otte  <otte@gnome.org>
23828
23829         * gst-libs/gst/colorbalance/Makefile.am:
23830         * gst-libs/gst/mixer/Makefile.am:
23831         * gst-libs/gst/play/Makefile.am:
23832         * gst-libs/gst/tuner/Makefile.am:
23833         * gst/tcp/Makefile.am:
23834         * sys/dxr3/Makefile.am:
23835           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23836           tarball.
23837           Also add all *.list files that were missing.
23838         * Makefile.am:
23839           add a distcheck hook to ensure the above doesn't happen again.
23840
23841 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
23842
23843         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23844
23845 2004-06-23  Colin Walters  <walters@redhat.com>
23846
23847         * m4/Makefile.am: Distribute gst-fionread.m4.
23848
23849 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23850
23851         * configure.ac: back to dev
23852
23853 2004-06-23  Wim Taymans  <wim@fluendo.com>
23854
23855         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23856         (gst_alsa_xrun_recovery):
23857         * ext/alsa/gstalsa.h:
23858         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23859         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23860         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23861         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23862         (gst_alsa_src_loop):
23863         Add clock to alsasrc. Take new capture timestamp when
23864         restarting after an overrun. Split up some functions between
23865         alsasrc and alsasink.
23866
23867 === release 0.8.2 ===
23868
23869 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23870
23871         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23872         (gst_alsa_change_state), (gst_alsa_update_avail),
23873         (gst_alsa_xrun_recovery):
23874         * ext/alsa/gstalsa.h:
23875         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23876           merge back changes from release
23877
23878 2004-06-23  Wim Taymans  <wim@fluendo.com>
23879
23880         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23881         (gst_audiorate_init), (gst_audiorate_chain),
23882         (gst_audiorate_set_property), (gst_audiorate_get_property):
23883         Implement sample dropping and notify
23884
23885 2004-06-22  Wim Taymans  <wim@fluendo.com>
23886
23887         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23888         (theora_enc_sink_link), (theora_buffer_from_packet),
23889         (theora_push_packet), (theora_enc_chain):
23890         Some cleanups, make sure the timestamps are correct.
23891
23892 2004-06-22  Wim Taymans  <wim@fluendo.com>
23893
23894         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23895         (gst_alsa_change_state), (gst_alsa_update_avail),
23896         (gst_alsa_xrun_recovery):
23897         * ext/alsa/gstalsa.h:
23898         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23899         Cleanups, take queued samples into account when reporting
23900         the time.
23901
23902 2004-06-22  Wim Taymans  <wim@fluendo.com>
23903
23904         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23905         (gst_videorate_init):
23906         Initialize the property as well.
23907
23908 2004-06-22  Wim Taymans  <wim@fluendo.com>
23909
23910         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23911         (gst_videorate_init), (gst_videorate_chain),
23912         (gst_videorate_set_property), (gst_videorate_get_property):
23913         Add property to make videorate silent.
23914         Add property to prefer new frames over old ones.
23915
23916 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23917
23918         * sys/osxvideo/Makefile.am:
23919         Workaround so that the osxvideo .so file gets linked with the
23920         Cocoa, OpenGL and QuickTime frameworks
23921
23922 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23923
23924         * sys/osxaudio/Makefile.am:
23925         Workaround so that the osxaudio .so file gets linked with the
23926         CoreAudio framework
23927
23928 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23929
23930         * configure.ac:
23931         Whoops, my fault...fixed build issues
23932
23933 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23934
23935         * configure.ac:
23936         Add objective-c support if running in Darwin/Mac OS X
23937         * sys/Makefile.am:
23938         * sys/osxvideo:
23939         * sys/osxvideo/Makefile.am:
23940         * sys/osxvideo/osxvideosink.h:
23941         * sys/osxvideo/osxvideosink.m:
23942         * sys/osxvideo/cocoawindow.h:
23943         * sys/osxvideo/cocoawindow.m:
23944         Add osxvideosink, a cocoa-based osx video sink
23945
23946
23947 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
23948         * ext/dvdnav/gst-dvd:
23949         Grab the gconf key from the right spot
23950         * gst/debug/gstnavseek.c: (gst_navseek_init),
23951         (gst_navseek_segseek), (gst_navseek_handle_src_event),
23952         (gst_navseek_chain):
23953         * gst/debug/gstnavseek.h:
23954           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
23955           and loop parameters of a segment seek.
23956         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23957         (gst_videotestsrc_get_event_masks),
23958         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
23959         * gst/videotestsrc/gstvideotestsrc.h:
23960           Add seeking support to videotestsrc
23961           Initialise the timestamp_offset variable.
23962
23963 2004-06-18  Wim Taymans  <wim@fluendo.com>
23964
23965         * ext/sidplay/gstsiddec.cc:
23966         Fix negotiation and set correct end offset.
23967
23968 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23969
23970         * configure.ac: branch and prerelease
23971
23972 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23973
23974         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
23975         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
23976         (gst_tcpclientsrc_init_receive):
23977         * gst/tcp/gsttcpclientsrc.h:
23978           read caps when connecting to server for GDP so we set them correctly
23979
23980 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23981
23982         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23983           notify drops and duplicates
23984         * gst/videoscale/videoscale.c: (videoscale_get_structure):
23985           no good reason to limit ourselves to 100x100
23986
23987 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23988
23989         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23990         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23991         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23992         (gst_v4lsrc_get_property):
23993         * sys/v4l/gstv4lsrc.h:
23994         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23995         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23996         (gst_v4l_set_audio):
23997         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
23998         (gst_v4lsrc_try_capture):
23999         * sys/v4l/v4lsrc_calls.h:
24000           change try_palette to more general try_capture
24001           add autoprobe option so we can turn off autoprobing
24002           various fixes
24003
24004 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24005
24006         * configure.ac:
24007           add videorate
24008         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24009         (gst_ximagesink_class_init):
24010         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24011         (gst_xvimagesink_class_init):
24012           run them as finalize, not dispose, since dispose can be invoked
24013           multiple times
24014
24015 2004-06-17  Wim Taymans  <wim@fluendo.com>
24016
24017         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24018         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24019         * ext/alsa/gstalsa.h:
24020         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24021         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24022         (gst_alsa_src_change_state):
24023         * ext/alsa/gstalsasrc.h:
24024         Make the xrun code timestamp and offset the buffers correctly.
24025         moved the clock to the base class, use alsa methods to get time.
24026         Do correct timestamping on outgoing buffers.
24027
24028 2004-06-17  Wim Taymans  <wim@fluendo.com>
24029
24030         * gst/audiorate/Makefile.am:
24031         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24032         (gst_audiorate_base_init), (gst_audiorate_class_init),
24033         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24034         (gst_audiorate_set_property), (gst_audiorate_get_property),
24035         (gst_audiorate_change_state), (plugin_init):
24036         Added an audiorate converter that fills in gaps.
24037
24038 2004-06-17  Johan Dahlin  <johan@gnome.org>
24039
24040         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24041
24042 2004-06-16  Wim Taymans  <wim@fluendo.com>
24043
24044         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24045         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24046         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24047         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24048         (gst_v4lsrc_get_property):
24049         * sys/v4l/gstv4lsrc.h:
24050         Added a copy mode to v4lsrc where it will output a copied version
24051         of its internal hardware buffer.
24052         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24053         can't | them.
24054
24055 2004-06-16  Wim Taymans  <wim@fluendo.com>
24056
24057         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24058         Timestamp fixes.
24059
24060 2004-06-16  Wim Taymans  <wim@fluendo.com>
24061
24062         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24063         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24064         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24065         (gst_v4lsrc_get_property):
24066         * sys/v4l/gstv4lsrc.h:
24067         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24068         Added a sync mode enum property to control v4lsrc timestamp method
24069         Removed the use-fixed-fps property and moved functionality in
24070         the enum.
24071         Don't error on an error value from v4l-conf, it might not always
24072         be a real error.
24073
24074 2004-06-16  Wim Taymans  <wim@fluendo.com>
24075
24076         * gst/videorate/Makefile.am:
24077         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24078         (gst_videorate_base_init), (gst_videorate_class_init),
24079         (gst_videorate_getcaps), (gst_videorate_link),
24080         (gst_videorate_init), (gst_videorate_chain),
24081         (gst_videorate_set_property), (gst_videorate_get_property),
24082         (gst_videorate_change_state), (plugin_init):
24083         Added a video timestamp corrector.
24084
24085 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24086
24087         fixed a potential leak with previous commit
24088
24089         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24090
24091 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24092
24093         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24094         Added missing refcount, fixes bug #144425
24095         Cheers Tim for finding the bug
24096
24097 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24098
24099         * sys/v4l/gstv4l.c: (plugin_init):
24100         * sys/v4l/gstv4lcolorbalance.c:
24101         * sys/v4l/gstv4lcolorbalance.h:
24102         * sys/v4l/gstv4lelement.c:
24103         * sys/v4l/gstv4lelement.h:
24104         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24105         * sys/v4l/gstv4lmjpegsink.h:
24106         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24107         * sys/v4l/gstv4lmjpegsrc.h:
24108         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24109         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24110         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24111         * sys/v4l/gstv4lsrc.h:
24112         * sys/v4l/gstv4ltuner.c:
24113         * sys/v4l/gstv4ltuner.h:
24114         * sys/v4l/gstv4lxoverlay.c:
24115         * sys/v4l/gstv4lxoverlay.h:
24116         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24117         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24118         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24119         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24120         (gst_v4l_set_audio):
24121         * sys/v4l/v4l_calls.h:
24122         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24123         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24124         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24125         (gst_v4lmjpegsink_playback_init),
24126         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24127         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24128         (gst_v4lmjpegsink_playback_stop),
24129         (gst_v4lmjpegsink_playback_deinit):
24130         * sys/v4l/v4lmjpegsink_calls.h:
24131         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24132         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24133         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24134         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24135         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24136         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24137         * sys/v4l/v4lmjpegsrc_calls.h:
24138         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24139         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24140         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24141         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24142         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24143         (gst_v4lsrc_try_palette):
24144         * sys/v4l/v4lsrc_calls.h:
24145           bunch of paranoia cleanups
24146
24147 2004-06-14  David Schleef  <ds@schleef.org>
24148
24149         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24150         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24151         Send discont events and change timestamps appropriately when
24152         we get a seek event.  (bug #144240)
24153         * ext/cdparanoia/gstcdparanoia.h:
24154
24155 2004-06-14  Benjamin Otte  <otte@gnome.org>
24156
24157         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24158           snd_pcm_hw_params_set_rate  since the latter fails for no good
24159           reason on some setups.
24160
24161 2004-06-14  David Schleef  <ds@schleef.org>
24162
24163         * gst/volume/demo.c: (value_changed_callback): exp10() is not
24164         standard.  Thank you for playing.
24165
24166 2004-06-14  Wim Taymans  <wim@fluendo.com>
24167
24168         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24169         Patch 1.3 broke the ordering of the colorspace info and
24170         made the plugin basically work by coincidence, reordered
24171         the info.
24172
24173 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24174
24175         * ext/lame/gstlame.c:
24176         * ext/mad/gstmad.c:
24177           sync caps.  Make sure mad can only output a list of rates, not
24178           a full range.  In the future, have three caps lists for each of the
24179           mpeg versions.  Change mpegversion to a double as well.
24180
24181 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24182
24183         * gst/volume/.cvsignore:
24184         * gst/volume/Makefile.am:
24185         * gst/volume/demo.c: (value_changed_callback), (idler),
24186         (setup_gui), (main):
24187           added small demo app
24188
24189 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24190         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24191         * ext/esd/esdsink.h:
24192         Close the esd connection on pause, because esd will just wait -
24193         blocking all other esd clients indefinitely.
24194
24195 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24196
24197         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24198           previous commit with GST_DEBUG
24199
24200 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24201
24202         * configure.ac:
24203           add a header check for a dvdread header in dvdnav.  Fixes #133002
24204
24205 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24206
24207         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24208         * gst/tcp/gsttcpclientsink.h:
24209         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24210         * gst/tcp/gsttcpclientsrc.h:
24211         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24212         (gst_tcpserversink_handle_server_read),
24213         (gst_tcpserversink_init_send):
24214         * gst/tcp/gsttcpserversink.h:
24215         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24216         * gst/tcp/gsttcpserversrc.h:
24217         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24218         version of IP)
24219
24220 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24221
24222         * configure.ac:
24223         Added ogg library so that OSX detects libtheora properly
24224
24225 2004-06-11  Wim Taymans  <wim@fluendo.com>
24226
24227         * ext/theora/theoradec.c: (theora_dec_chain),
24228         (theora_dec_change_state):
24229         Don't try to decode frames before we received a keyframe.
24230
24231 2004-06-11  Wim Taymans  <wim@fluendo.com>
24232
24233         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24234         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24235         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24236         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24237         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24238         Added property to set the maximum delay of a page.
24239
24240 2004-06-10  Wim Taymans  <wim@fluendo.com>
24241
24242         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24243         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24244         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24245         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24246         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24247         Added max-delay property to control the maximum amount
24248         of data to put in one page.
24249
24250 2004-06-10  Wim Taymans  <wim@fluendo.com>
24251
24252         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24253         (gst_theora_enc_init), (theora_enc_sink_link),
24254         (theora_buffer_from_packet), (theora_enc_set_property),
24255         (theora_enc_get_property):
24256         Set duration on encoded buffer, added some more properties
24257
24258 2004-06-10  Wim Taymans  <wim@fluendo.com>
24259
24260         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24261         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24262         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24263         * ext/theora/theoraenc.c: (theora_enc_chain):
24264         Fix refcounting bugs
24265
24266 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24267
24268         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24269         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24270         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24271         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24272         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24273         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24274         (gst_asf_demux_change_state):
24275         * gst/asfdemux/gstasfdemux.h:
24276           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24277           feels like. I think we should set a new requirement for demuxers
24278           from now on to implement sane loop functions, data loops, query
24279           and seek functions before first commit into CVS. And this commit
24280           fixes all of the above.
24281
24282 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24283
24284         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24285           vorbis comments are properly encoded in UTF-8 before adding them
24286           to a GstTagList
24287
24288 2004-06-09  Benjamin Otte  <otte@gnome.org>
24289
24290         * ext/alsa/gstalsa.c: (add_channels):
24291           handle min <= max correctly
24292         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24293         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24294           add fixation functions so we fixate correctly. No preferring of alaw
24295           anymore because it's the first structure.
24296         * ext/alsa/gstalsa.h:
24297         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24298         (gst_alsa_hw_params_dump):
24299           add functions to ease debugging in alsalib
24300         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24301         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24302         (gst_alsa_start_audio):
24303           only specify hw params if we really setup a format (fixes #134007 -
24304           or at least works around it)
24305
24306 2004-06-09  Wim Taymans  <wim@fluendo.com>
24307
24308         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24309         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24310         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24311         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24312         (gst_ogg_mux_loop):
24313         Use stream caps to setup the initial pages in the ogg stream.
24314         Correctly set the streamheader caps on the srcpad.
24315
24316 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24317
24318         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24319         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24320         (gst_v4lsrc_getcaps):
24321         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24322         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24323           add querying of fps lists for webcams.  Negotiating to a framerate
24324           now works.
24325
24326 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24327
24328         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24329         (theora_push_buffer), (theora_push_packet),
24330         (theora_set_header_on_caps), (theora_enc_chain):
24331           mark buffers and put on streamheader, raw theora streaming
24332           now works too, whee
24333
24334 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24335
24336         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24337         (gst_tcp_gdp_read_caps):
24338           do a looping read for caps and GDP headers too
24339
24340 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24341
24342         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24343         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24344           return EOS instead of NULL in _get
24345
24346 2004-06-08  Wim Taymans  <wim@fluendo.com>
24347
24348         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24349         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24350         (gst_tcp_gdp_write_caps):
24351         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24352         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24353         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24354         Memory leak fixes
24355
24356 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24357
24358         * ext/vorbis/Makefile.am:
24359         * ext/vorbis/vorbis.c: (plugin_init):
24360         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24361         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24362         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24363         (vorbis_parse_change_state):
24364         * ext/vorbis/vorbisparse.h:
24365           adding a vorbisparse element that marks the buffers, streaming
24366           raw vorbis using GDP now works, whee
24367
24368 2004-06-08  Wim Taymans  <wim@fluendo.com>
24369
24370         * ext/jpeg/Makefile.am:
24371         * ext/jpeg/README:
24372         * ext/jpeg/gstjpeg.c: (plugin_init):
24373         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24374         (gst_smokedec_base_init), (gst_smokedec_class_init),
24375         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24376         * ext/jpeg/gstsmokedec.h:
24377         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24378         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24379         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24380         (gst_smokeenc_resync), (gst_smokeenc_chain),
24381         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24382         * ext/jpeg/gstsmokeenc.h:
24383         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24384         (smokecodec_flush_destination), (smokecodec_term_destination),
24385         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24386         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24387         (smokecodec_term_source), (smokecodec_encode_new),
24388         (smokecodec_decode_new), (smokecodec_info_free),
24389         (smokecodec_set_quality), (smokecodec_get_quality),
24390         (smokecodec_set_threshold), (smokecodec_get_threshold),
24391         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24392         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24393         (smokecodec_parse_header), (smokecodec_decode):
24394         * ext/jpeg/smokecodec.h:
24395         Added a new simple jpeg based codec
24396
24397 2004-06-08  Wim Taymans  <wim@fluendo.com>
24398
24399         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24400         (gst_multipart_mux_loop):
24401         Fix memory leak
24402
24403 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24404
24405         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24406         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24407         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24408         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24409         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24410         * gst/tcp/gsttcpserversink.h:
24411           take streamheader into account
24412
24413 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24414
24415         * gst/level/Makefile.am:
24416         * gst/level/gstlevel.c: (gst_level_class_init):
24417           clean up marshal generation
24418
24419 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24420
24421         * gst/tcp/Makefile.am:
24422         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24423         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24424         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24425         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24426         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24427         (gst_tcpclientsrc_get_property):
24428         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24429         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24430         (gst_tcpserversink_handle_client_read),
24431         (gst_tcpserversink_handle_client_write),
24432         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24433         * gst/tcp/gsttcpserversink.h:
24434           add signals client-added and client-removed
24435         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24436         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24437         (gst_tcpserversrc_get_property):
24438         uniformized, change default protocol to NONE
24439         * gst/tcp/gsttcp-marshal.list: added
24440 2004-06-07  Benjamin Otte  <otte@gnome.org>
24441
24442         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24443           handle discont events if they happen before caps nego
24444
24445 2004-06-07  Wim Taymans  <wim@fluendo.com>
24446
24447         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24448         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24449         (gst_multipart_demux_plugin_init):
24450         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24451         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24452         (gst_multipart_mux_change_state):
24453         Small updates, fix a memleak
24454
24455 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24456
24457         * configure.ac: OSS portability
24458         * ext/arts/gst_arts.c: idem
24459         * sys/oss/gstosselement.c: idem
24460         * sys/oss/gstossmixer.c: idem
24461         * sys/oss/gstosssink.c: idem
24462         * sys/oss/gstosssrc.c: idem
24463         * sys/oss/oss_probe.c: idem
24464           - check for soundcard.h in different places for some BSD
24465
24466 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24467
24468         * AUTHORS:
24469         Add me to the authors file
24470         * configure.ac:
24471         Increase the libdv requirement to >= version 0.100
24472         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24473         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24474         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24475         * ext/dv/gstdvdec.h:
24476         Add support for the new_media flag when sending DISCONT events
24477         Make the querying work when video pad is not linked
24478
24479 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24480
24481         reviewed by Benjamin Otte  <otte@gnome.org>
24482
24483         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24484           create a NULL-initialized array of pads, so we don't think they
24485           exist already. (fixes #143130)
24486
24487 2004-06-07  Benjamin Otte  <otte@gnome.org>
24488
24489         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24490         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24491         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24492           don't use // coments
24493
24494 2004-06-07  Benjamin Otte  <otte@gnome.org>
24495
24496         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24497           cast to GstClockTime to get higher granularity
24498         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24499           use gst_element_set_time_delay to get the exact time
24500         * ext/mad/gstmad.c: (gst_mad_chain):
24501           use the negotiated rate instead of the current frame's rate which
24502           might be wrong because of bit errors. This avoids emitting totally
24503           bogus timestamps and screwing sync.
24504         (fixes #143454)
24505
24506 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24507
24508         reviewed by Benjamin Otte  <otte@gnome.org>
24509
24510         * gst/adder/gstadder.c: (gst_adder_loop):
24511           properly error out when no negotiation has happened yet. (fixes
24512           #143032)
24513
24514 2004-06-06  Benjamin Otte  <otte@gnome.org>
24515
24516         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24517           forward correctly transformed offset in discont events. Based on
24518           patch by Arwed v. Merkatz. (fixes #142851)
24519
24520 2004-06-06  David Schleef  <ds@schleef.org>
24521
24522         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24523         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24524         problems on several systems.
24525
24526 2004-06-06  Benjamin Otte  <otte@gnome.org>
24527
24528         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24529           use explicit caps on the srcpad
24530         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24531           properly error out if caps couldn't be set (fixes #142764)
24532
24533 2004-06-06  Benjamin Otte  <otte@gnome.org>
24534
24535         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24536         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24537         (gst_alsa_start_audio):
24538           - don't call set_periods_integer anymore, it breaks the
24539           configuration randomly
24540           - call snd_pcm_hw_params_set_access directly instead of using masks
24541           - don't fail if the sw_params can't be set, just use the default
24542           params and hope it works. Alsalib has weird issues when you touch
24543           sw_params and does no proper error reporting about what failed.
24544         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24545         (gst_alsa_close_audio):
24546           make our alsa debugging go via gst debugging and not conditionally
24547           defined
24548         * ext/alsa/gstalsa.h:
24549           add ALSA_DEBUG_FLUSH macro
24550         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24551         (plugin_init):
24552           wrap alsa errors to be printed via the gst debugging system and not
24553           spammed to stderr
24554
24555 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24556
24557         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24558         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24559         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24560         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24561         (qtdemux_parse_trak):
24562         * gst/qtdemux/qtdemux.h:
24563           Bitch. Also known as seeking, querying & co.
24564         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24565         (gst_osssink_change_state):
24566         * sys/oss/gstosssink.h:
24567           Resyncing is for weenies, this hack is no longer needed and was
24568           broken anyway (since it - unintendedly - always leaves resync to
24569           TRUE).
24570
24571 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24572
24573         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24574         * gst/tcp/gsttcpclientsrc.h: idem
24575           - define MSG_NOSIGNAL if not done
24576           - include unistd.h for off_t
24577           (fixes #143749)
24578
24579 2004-06-05  Benjamin Otte  <otte@gnome.org>
24580
24581         * configure.ac:
24582         * ext/kio/Makefile.am:
24583           check for qt's moc preprocessor explicitly and use it
24584
24585 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24586
24587         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24588           don't get a signal for EPIPE on socket writes
24589           (somebody check if this works on other platforms)
24590
24591 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24592
24593         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24594         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24595           check error condition on available samples correctly
24596
24597 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24598
24599         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24600           avoid a segfault
24601         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24602         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24603         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24604         (gst_tcpserversrc_gdp_read_header):
24605          use ssize_t over size_t since the former is signed and thus the
24606          check for error codes can work
24607
24608 2004-06-02  Wim Taymans  <wim@fluendo.com>
24609
24610         reviewed by: Johan
24611
24612         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24613         (gst_multipart_mux_loop):
24614         Oops
24615
24616 2004-06-02  Wim Taymans  <wim@fluendo.com>
24617
24618         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24619         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24620         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24621         (gst_multipart_mux_change_state):
24622         Added configurable boundary specifier, added the value as a
24623         caps field as well.
24624
24625 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24626
24627         * gst/tcp/gsttcp.c:
24628         * gst/tcp/gsttcpclientsrc.c:
24629         * gst/tcp/gsttcpclientsrc.h:
24630         * gst/tcp/gsttcpserversrc.c:
24631           - portability fix, to compile on OSX
24632             (fixes #143146)
24633
24634         * sys/osxaudio/gstosxaudioelement.c:
24635         * sys/osxaudio/gstosxaudiosink.c:
24636         * sys/osxaudio/gstosxaudiosrc.c:
24637           - compilation warnings on OSX
24638             (fixes #143153)
24639
24640 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24641
24642         * ext/vorbis/vorbisdec.c : sign warning fixes
24643
24644         * gst-libs/gst/mixer/mixertrack.c :
24645           do no use defines which are glib 2.4 specific
24646
24647 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24648
24649         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24650           buffer since libflac doesn't expect it (reports a sync error when
24651           it encounters that)
24652
24653
24654 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24655
24656         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24657         * gst-libs/gst/mixer/mixertrack.c:
24658         (gst_mixer_track_get_property), (get_mixer_track_init),
24659         (get_mixer_track_get_property): Added property accessors
24660         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24661         * gst-libs/gst/mixer/mixeroptions.c:
24662         (gst_mixer_options_get_values): Added
24663         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24664         * gst-libs/gst/mixer/mixer.c: Fixed comment
24665
24666
24667 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24668
24669         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24670           improve error messages on open
24671
24672
24673 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24674
24675         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24676           check if v4l-conf is in path
24677
24678 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24679
24680         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24681           change assert to a more readable error message
24682
24683 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24684
24685         * gst-libs/gst/tuner/tunerchannel.h:
24686           - add a freq_multiplicator field to make the conversion
24687             between internal frequency unit and Hz
24688         * sys/v4l/gstv4lelement.c:
24689         * sys/v4l2/gstv4l2element.c:
24690           - change default video device to /dev/video0
24691         * sys/v4l/v4l_calls.c:
24692         * sys/v4l2/v4l2_calls.c:
24693           - we only expose frequency to the user in Hz instead of
24694             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24695
24696 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24697         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24698           Initialise b_o_s and e_o_s variables
24699         * gst-libs/gst/riff/riff-media.c:
24700         (gst_riff_create_video_caps_with_data):
24701           Add some unusual fourcc's from mplayer avi's
24702         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24703           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24704           autoplugging.
24705
24706 2004-05-28  Wim Taymans  <wim@fluendo.com>
24707
24708         * configure.ac:
24709         * gst/alpha/Makefile.am:
24710         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24711         (gst_alpha_get_type), (gst_alpha_base_init),
24712         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24713         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24714         (gst_alpha_chroma_key), (gst_alpha_chain),
24715         (gst_alpha_change_state), (plugin_init):
24716         A plugin to add an alpha channel to I420 video. Can optionally do
24717         chroma keying.
24718         * gst/multipart/Makefile.am:
24719         * gst/multipart/multipart.c: (plugin_init):
24720         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24721         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24722         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24723         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24724         (gst_multipart_demux_change_state),
24725         (gst_multipart_demux_plugin_init):
24726         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24727         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24728         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24729         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24730         (gst_multipart_mux_pad_unlink),
24731         (gst_multipart_mux_request_new_pad),
24732         (gst_multipart_mux_handle_src_event),
24733         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24734         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24735         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24736         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24737         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24738         send multipart jpeg images to a browser.
24739         * gst/videobox/Makefile.am:
24740         * gst/videobox/README:
24741         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24742         (gst_video_box_get_type), (gst_video_box_base_init),
24743         (gst_video_box_class_init), (gst_video_box_init),
24744         (gst_video_box_set_property), (gst_video_box_get_property),
24745         (gst_video_box_sink_link), (gst_video_box_i420),
24746         (gst_video_box_ayuv), (gst_video_box_chain),
24747         (gst_video_box_change_state), (plugin_init):
24748         Crops or adds borders around an image. can do alpha channel
24749         borders as well.
24750         * gst/videomixer/Makefile.am:
24751         * gst/videomixer/README:
24752         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24753         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24754         (gst_videomixer_pad_get_sink_event_masks),
24755         (gst_videomixer_pad_get_property),
24756         (gst_videomixer_pad_set_property),
24757         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24758         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24759         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24760         (gst_videomixer_base_init), (gst_videomixer_class_init),
24761         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24762         (gst_videomixer_handle_src_event),
24763         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24764         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24765         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24766         (gst_videomixer_loop), (gst_videomixer_get_property),
24767         (gst_videomixer_set_property), (gst_videomixer_change_state),
24768         (plugin_init):
24769         Generic video mixer plugin, can handle multiple inputs all with
24770         different framerates and video sizes. Is fully alpha channel
24771         aware.
24772
24773 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24774
24775         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24776           Select first track as master track. Not sure how else to handle
24777           that...
24778         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24779           Discard discont events. Should fix #142962.
24780
24781 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24782
24783         * ext/alsa/Makefile.am:
24784         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24785         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24786         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24787         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24788         (gst_alsa_mixer_get_option):
24789         * ext/alsa/gstalsamixer.h:
24790         * ext/alsa/gstalsamixeroptions.c:
24791         (gst_alsa_mixer_options_get_type),
24792         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24793         (gst_alsa_mixer_options_new):
24794         * ext/alsa/gstalsamixeroptions.h:
24795         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24796         * ext/alsa/gstalsamixertrack.h:
24797           Add enumerations (as GstMixerOptions). Make correct distinction
24798           between input/output tracks. Add capture/playback private flag.
24799           Use flag to decide on whether to set capture or playback volumes
24800           or switches. Use playback and record switches.
24801         * gst-libs/gst/mixer/Makefile.am:
24802         * gst-libs/gst/mixer/mixer-marshal.list:
24803         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24804         (gst_mixer_set_option), (gst_mixer_get_option),
24805         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24806         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24807         * gst-libs/gst/mixer/mixer.h:
24808         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24809         (gst_mixer_options_class_init), (gst_mixer_options_init),
24810         (gst_mixer_options_dispose):
24811         * gst-libs/gst/mixer/mixeroptions.h:
24812           Add GstMixerOptions.
24813         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24814           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24815           broken device detection on computers with multiple OSS sound
24816           cards.
24817
24818 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24819
24820         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24821           fixate nicely even when the peer is not negotiating
24822
24823 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24824
24825         * gst/audioconvert/gstaudioconvert.c:
24826         (gst_audio_convert_parse_caps):
24827           make sure we don't allow depth > width
24828         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24829           fixate endianness to G_BYTE_ORDER as default
24830         * gst/audioscale/gstaudioscale.c:
24831           we don't handle another endianness as host-endianness
24832
24833 2004-05-25  David Schleef  <ds@schleef.org>
24834
24835         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24836
24837 2004-05-24  Benjamin Otte  <otte@gnome.org>
24838
24839         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24840         (gst_oggvorbisenc_setup):
24841           properly fail when we can't setup the vorbis encoder due to
24842           unsupported settings
24843         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24844         (gst_vorbisenc_setup):
24845           same
24846         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24847           fix case where warnings occured when one pad was unlinked while the
24848           other's link function was called
24849
24850 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24851
24852         * gst/tcp/Makefile.am:
24853           use GST_ENABLE_NEW
24854
24855 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24856
24857         * gst-libs/gst/resample/private.h:
24858           don't use optimizations that are #if 0'ed
24859
24860 2004-05-24  Wim Taymans  <wim@fluendo.com>
24861
24862         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24863         Fix potential division by zero error and hopefully get
24864         the position query right to get correct timestamps on avi
24865         audio.
24866
24867 2004-05-24  Wim Taymans  <wim@fluendo.com>
24868
24869         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24870         (gst_videoscale_scale_nearest_str2),
24871         (gst_videoscale_scale_nearest_str4),
24872         (gst_videoscale_scale_nearest_32bit),
24873         (gst_videoscale_scale_nearest_24bit),
24874         (gst_videoscale_scale_nearest_16bit):
24875         Fix the scaling algorithm and avoid a buffer overflow.
24876         removed the while loop in the scaling function as it
24877         was used for point sampling only.
24878
24879 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24880
24881         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24882         (gst_id3_tag_class_init), (gst_id3_tag_init),
24883         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24884         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24885         (gst_id3_tag_send_tag_event):
24886           lots of fixes to make id3mux work and id3demux work correctly
24887
24888 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24889
24890         * ext/Makefile.am:
24891           add rules to build shout2send (was removed by accident
24892           when this module was no more marked experimental/broken)
24893
24894 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24895
24896         * ext/shout2/gstshout2.c:
24897         * ext/shout2/gstshout2.h:
24898           adding a "connection problem" signal to shout2send
24899           (fixes #142954)
24900
24901 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24902
24903         * ext/kio/kioreceiver.cpp:
24904         * ext/kio/kioreceiver.h:
24905           fix sign comparison issues
24906
24907 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24908
24909         * gst/cdxaparse/gstcdxaparse.c:
24910         * gst/cdxaparse/gstcdxaparse.h:
24911           some renaming
24912           add some checks/sanity
24913           prepare for seek addition
24914
24915         * sys/sunaudio/gstsunaudio.c:
24916           remove exported dupe init function
24917
24918 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
24919
24920         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24921         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24922           Fix format conversion and position querying.
24923         * gst/debug/progressreport.c: (gst_progressreport_report):
24924           Don't output a bogus total value that we didn't query.
24925         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24926           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24927           only a blank window after xine has been used.
24928
24929 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24930
24931         * m4/as-arts.m4:
24932           sync with upstream version to fix test on FC2
24933           readd with -ko to preserve Id header
24934
24935 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24936
24937         * configure.ac:
24938           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24939         * gst/tcp/gsttcpclientsrc.c: idem
24940         * gst/tcp/gsttcpserversink.c: idem
24941         * gst/tcp/gsttcpserversrc.c: idem
24942         * m4/gst-fionread.m4: idem
24943
24944         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24945
24946         * configure.ac: enable speex plugin for speex 1.1.5+
24947         * ext/speex/gstspeexenc.c: fix cast warning
24948
24949         * ext/esd/README: fix typo
24950
24951 2004-05-20  David Schleef  <ds@schleef.org>
24952
24953         * configure.ac: Minor cosmetic change to convince the buildbot to
24954         reautogen.
24955         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
24956         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
24957         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
24958         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
24959         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
24960         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
24961         More hacking.  Plays audio now.
24962
24963 2004-05-20  David Schleef  <ds@schleef.org>
24964
24965         * configure.ac:
24966         * sys/Makefile.am:
24967
24968 2004-05-20  David Schleef  <ds@schleef.org>
24969
24970         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
24971         * sys/osxaudio/gstosxaudio.c:
24972         * sys/osxaudio/gstosxaudioelement.c:
24973         * sys/osxaudio/gstosxaudioelement.h:
24974         * sys/osxaudio/gstosxaudiosink.c:
24975         * sys/osxaudio/gstosxaudiosink.h:
24976         * sys/osxaudio/gstosxaudiosrc.c:
24977         * sys/osxaudio/gstosxaudiosrc.h:
24978
24979 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24980
24981         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
24982         (gst_vorbisenc_chain):
24983           put the codec headers on the caps as streamheader as well as
24984           pushing them out
24985
24986 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24987
24988         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24989         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24990         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
24991         split up push_packet into two functions
24992
24993 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24994
24995         * gst/tcp/.cvsignore:
24996           ignore enums
24997         * gst/tcp/Makefile.am:
24998         * gst/tcp/README:
24999         * gst/tcp/gsttcp.c:
25000         * gst/tcp/gsttcp.h:
25001         * gst/tcp/gsttcpclientsink.c:
25002         * gst/tcp/gsttcpclientsink.h:
25003         * gst/tcp/gsttcpclientsrc.c:
25004         * gst/tcp/gsttcpclientsrc.h:
25005         * gst/tcp/gsttcpplugin.c:
25006         * gst/tcp/gsttcpserversink.c:
25007         * gst/tcp/gsttcpserversink.h:
25008         * gst/tcp/gsttcpserversrc.c:
25009         * gst/tcp/gsttcpserversrc.h:
25010           add new tcp elements
25011
25012 2004-05-19  Wim Taymans  <wim@fluendo.com>
25013
25014         * gst/law/mulaw-conversion.c: (mulaw_encode):
25015         Fix overflow bug in ulaw encoding.
25016
25017 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25018
25019         * ext/mad/gstmad.c: (gst_mad_handle_event):
25020           don't unref the event twice
25021
25022 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25023
25024         * configure.ac:
25025           remove -Wno-sign-compare
25026
25027 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25028
25029         * configure.ac:
25030           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25031           if you want to work against glib 2.2 and 2.4
25032
25033 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25034
25035         * gst/tcp/Makefile.am:
25036         * gst/tcp/gsttcp.c:
25037         * gst/tcp/gsttcp.h:
25038         * gst/tcp/gsttcpsink.h:
25039         * gst/tcp/gsttcpsrc.h:
25040           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25041
25042 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25043
25044         * gst/debug/tests.c: (md5_get_value):
25045           fix segfault on gst-inspect
25046
25047 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25048
25049         * gst/debug/testplugin.c:
25050         * gst/debug/tests.c:
25051         * gst/debug/tests.h:
25052           add new extensible and configurable testing element. Current tests
25053           include buffer count, stream length, timestamp/duration matching and
25054           md5.
25055         * gst/debug/Makefile.am:
25056         * gst/debug/gstdebug.c: (plugin_init):
25057           add infrastructure for new element
25058
25059 2004-05-19  Johan Dahlin  <johan@gnome.org>
25060
25061         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25062         ending of the array. Fixes gst-inspect segfault on ppc.
25063
25064 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25065
25066         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25067
25068         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25069
25070 2004-05-18  David Schleef  <ds@schleef.org>
25071
25072         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25073         warnings (bugs, actually) noticed by gcc but not forte.
25074
25075 2004-05-18  David Schleef  <ds@schleef.org>
25076
25077         * sys/sunaudio/Makefile.am:
25078         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25079
25080 2004-05-18  David Schleef  <ds@schleef.org>
25081
25082         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25083         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
25084         to allow qtdemux to use non-seekable streams. (bug #142272)
25085
25086 2004-05-18  David Schleef  <ds@schleef.org>
25087
25088         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25089         (gst_resample_sinc_ft_float): Remove use of static temporary
25090         buffer.  This code was obviously not supposed to last long, but
25091         it's stuck in our ABI, so it required a little hack to make it
25092         ABI-compatible.  Fixes #142585.
25093         * gst-libs/gst/resample/resample.h: same.
25094
25095 2004-05-18  David Schleef  <ds@schleef.org>
25096
25097         * configure.ac: Add sunaudio
25098         * examples/Makefile.am: make gstplay depend on gconf
25099         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25100         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25101         (convert_table_lookup), (img_convert): remove c99-isms
25102         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25103           unsigned, to fix a warning on Solaris
25104         * gst/mpeg1sys/systems.c: bcopy->memcpy
25105         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25106         * sys/Makefile.am: Add sunaudio
25107
25108 2004-05-18  Wim Taymans  <wim@fluendo.com>
25109
25110         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25111         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25112         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25113         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25114         (gst_ogg_mux_loop):
25115         Fix an ugly memleak where the muxer didn't flush enough ogg
25116         pages. This also resulted in badly muxed ogg files.
25117
25118 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25119
25120         * gst/asfdemux/asfheaders.c :
25121         * gst/asfdemux/asfheaders.h :
25122         * gst/asfdemux/gstasfdemux.c :
25123           - fix ASF_OBJ_PADDING guid
25124           - add 3 new object guids (language list, metadata,
25125             extended stream properties)
25126           - add a function to parse extended header objects
25127
25128 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25129
25130         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25131           remove leftover debugging g_print
25132
25133 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25134
25135         * ext/mad/gstmad.c: (gst_mad_handle_event):
25136           Fix for when the first format in a discont event is not a
25137           byte-based one. Should fix #137710.
25138
25139 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25140
25141         * m4/a52.m4 : fix compilation with -Wall -Werror
25142         * m4/libfame.m4 : idem
25143         * m4/libmikmod.m4 : idem
25144
25145 2004-05-17  Benjamin Otte  <otte@gnome.org>
25146
25147         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25148           signal the new tags before giving up the reference
25149
25150 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25151
25152         * ext/shout2/gstshout2.c:
25153           use application/ogg instead of application/x-ogg (patch by Patrick
25154           Guimond, fixes #142432)
25155         * sys/oss/gstosselement.c: (gst_osselement_reset),
25156         (gst_osselement_sync_parms):
25157           don't set fragment size unless specified (fixes #142493)
25158
25159 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25160
25161         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25162           fixes #142664
25163
25164 2004-05-17  Benjamin Otte  <otte@gnome.org>
25165
25166         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25167           compute offsets correctly for internal buffers so timestamps are set
25168           correctly when we can't seek. Also handle cases where there are no
25169           offsets. (based on a patch by David Moore, fixes #142507)
25170
25171 2004-05-17  Benjamin Otte  <otte@gnome.org>
25172
25173         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25174           use correct variable when determining amount of data to skip so we
25175           don't skip into the void and segfault
25176
25177 2004-05-16  Benjamin Otte  <otte@gnome.org>
25178
25179         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25180           Hi, I'm a memleak
25181
25182 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25183
25184         * gst/asfdemux/gstasfdemux.c:
25185           - fix a mem leak and always propagate tags
25186           - add WMV3 to known video codecs (but no decoder yet)
25187           - replace "surplus data" at end of audio header for what
25188             it is : codec specific data
25189           - fix a typo
25190
25191 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25192
25193         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25194
25195         * gst-libs/gst/audio/audioclock.c:
25196           Fix wrong return type (#142205).
25197
25198 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25199
25200         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25201           Ignore CRCs by default (fixes #142566).
25202
25203 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25204
25205         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25206         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25207         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25208         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25209         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25210         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25211           Fix for cases where we fail to attach to a mixer.
25212
25213 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25214
25215         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25216           Don't touch events after not owning them anymore.
25217         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25218         (gst_wavparse_fmt), (gst_wavparse_other),
25219         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25220         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25221         (gst_wavparse_srcpad_event):
25222         * gst/wavparse/gstwavparse.h:
25223           Add seeking, fix querying.
25224
25225 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25226
25227         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25228           - process comments even if they don't end with \0\0
25229             g_convert would ignore them if present and works well without them
25230
25231 2004-05-16  Benjamin Otte  <otte@gnome.org>
25232
25233         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25234           simplify caps
25235
25236 2004-05-16  Benjamin Otte  <otte@gnome.org>
25237
25238         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25239           don't write to memory we might not write to - g_convert does that
25240           for us anyway (fixes #142613)
25241         (gst_asf_demux_audio_caps):
25242           comment out gst_util_dump_mem
25243
25244 2004-05-16  Benjamin Otte  <otte@gnome.org>
25245
25246         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25247           compute correct expected timestamps after seek (broken since
25248           last commit)
25249         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25250           rename element and debugging category to gdkpixbufscale
25251
25252 2004-05-16  Benjamin Otte  <otte@gnome.org>
25253
25254         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25255           add error checking to snd_pcm_delay and remove duplicate call to
25256           snd_pcm_delay that caused issues (see inline code comments)
25257         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25258           make more readable and fix return value when snd_pcm_delay fails
25259         (fixes #142586)
25260
25261 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25262         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25263         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25264         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25265         (gst_pixbufscale_link), (gst_pixbufscale_init),
25266         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25267         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25268         (gst_pixbufscale_get_property), (pixbufscale_init):
25269         * ext/gdk_pixbuf/pixbufscale.h:
25270         Add these files I forgot earlier
25271
25272 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25273         * ext/gdk_pixbuf/Makefile.am:
25274         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25275         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25276         Add new pixbufscale element to scale RGB video
25277         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25278         and HYPER interpolation correctly.
25279         * ext/theora/theoraenc.c: (theora_enc_chain),
25280         Discard buffer and return if explicit caps could not be set
25281         (theora_enc_get_property):
25282         Make _get return kbps for the bitrate consistent with
25283         the _set function.
25284
25285
25286 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25287
25288         * ext/libvisual/visual.c: (gst_visual_chain):
25289           add missing visual_audio_analyze
25290
25291 2004-05-14  David Schleef  <ds@schleef.org>
25292
25293         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25294         is killed while we're playing.
25295         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25296         gst_element_no_more_pads().
25297
25298 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25299
25300         * gst-libs/gst/riff/riff-read.c :
25301           - fix INFO tag extraction in RIFF/AVI files
25302             because gst_event_unref (event) also freed taglist
25303           - avoid a mem leak
25304
25305 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25306
25307         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25308         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25309
25310         * gst/auparse/gstauparse.c :
25311           - add code (commented for now) to support audio/x-adpcm on src pad
25312             (we have no decoder for those layout yet)
25313
25314         * gst/cdxaparse/gstcdxaparse.c :
25315         * gst/cdxaparse/gstcdxaparse.h :
25316           - partial rewrite using RiffRead (ripped iain's wavparse code)
25317
25318         * gst/rtp/gstrtpL16enc.c : typo
25319         * gst/rtp/gstrtpgsmenc.c : typo
25320
25321 2004-05-13  Benjamin Otte  <otte@gnome.org>
25322
25323         * configure.ac:
25324           check for exact version of libvisual, it's not supposed to be
25325           API/ABI stable yet
25326
25327 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25328
25329         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25330           signal no-more-pads
25331
25332 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25333
25334         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25335         Report which format was used for GST_FORMAT_DEFAULT
25336         * gst/debug/Makefile.am:
25337         * gst/debug/gstdebug.c: (plugin_init):
25338         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25339         (gst_progressreport_class_init), (gst_progressreport_init),
25340         (gst_progressreport_report), (gst_progressreport_set_property),
25341         (gst_progressreport_get_property), (gst_progressreport_chain),
25342         (gst_progressreport_plugin_init):
25343         Add progressreport element for testing.
25344
25345 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25346
25347         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25348         * sys/v4l/gstv4lsrc.h:
25349         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25350         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25351         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25352         (gst_v4lsrc_grab_frame):
25353           add more debugging
25354           send a discont at start
25355
25356 2004-05-12  Colin Walters  <walters@redhat.com>
25357
25358         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25359         inflooping if we can't find a chunk.  Or in other words, don't blow
25360         chunks if we don't have a chunk to blow.
25361
25362 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25363         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25364         Remove old debug output
25365         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25366         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25367         (gst_dvdec_set_property), (gst_dvdec_get_property):
25368         Change the quality setting to an enum, so it works from gst-launch
25369         Don't renegotiate a non-linked pad. Allows audio only decoding.
25370         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25371         (gst_deinterlace_link), (gst_deinterlace_init):
25372         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25373         (gst_videodrop_link):
25374         Some caps negotiation fixes
25375
25376 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25377
25378         * ext/tarkin/gsttarkin.c :
25379           - Change RANK from NONE to PRIMARY
25380         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25381           - Change RANK from NONE to MARGINAL
25382         * ext/divx/gstdivxenc.c :
25383           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25384
25385 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25386
25387         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25388         (gst_vorbisenc_push_packet):
25389           copy a function that was added between 1.0 and 1.0.1 until we
25390           depend on worthwhile features of post-1.0
25391
25392 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25393
25394         * configure.ac:
25395           enable shout2 by default
25396         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25397         (gst_shout2send_base_init), (gst_shout2send_init),
25398         (gst_shout2send_connect), (gst_shout2send_change_state):
25399         * ext/shout2/gstshout2.h:
25400           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25401           #142262)
25402         * ext/theora/theora.c: (plugin_init):
25403           don't set rank on encoders
25404
25405 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25406
25407         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25408           Use codec_data property instead of flag1 and flag2 for wma
25409
25410 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25411
25412         * gst/cdxaparse/gstcdxaparse.c :
25413           - Add mpegversion to CAPS to make it link
25414           - Rank is as GST_RANK_SECONDARY instead of NONE
25415         * gst/auparse/gstauparse.c :
25416           - Document all audio encoding we can encounter from Solaris 9
25417             headers and libsndfile information.
25418           - Increase max. rate from 48000 to 192000 (to match other elements)
25419           - Don't try to play junk data between header and samples
25420
25421 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25422
25423         * ext/libvisual/visual.c: (gst_visual_getcaps):
25424           use the right caps depending on endianness (I hope)
25425         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25426           use GST_RANK_NONE for all non-decoding elements or spider gets
25427           mighty confused
25428
25429 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25430
25431         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25432           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25433
25434 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25435
25436         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25437         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25438         (gst_switch_loop), (gst_switch_get_type):
25439           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25440           HEADERS. Had to be said.
25441
25442 2004-05-10  David Schleef  <ds@schleef.org>
25443
25444         * configure.ac: Add prototype Dirac support.
25445         * ext/Makefile.am:
25446         * ext/dirac/Makefile.am:
25447         * ext/dirac/gstdirac.cc:
25448         * ext/dirac/gstdiracdec.cc:
25449
25450 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25451
25452         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25453         (gst_auparse_init), (gst_auparse_chain),
25454         (gst_auparse_change_state):
25455           Hack around spider. Remove me some day please.
25456
25457 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25458
25459         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25460           Fix for some uninitialized variables in previous patch, also
25461           makes it work. Fixes #142286 while we're at it.
25462
25463 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25464
25465         * gst/auparse/gstauparse.c:
25466                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25467                 only unsupported formats are ADPCM/CCITT G.72x
25468                 reviewed by Ronald
25469         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25470
25471 2004-05-10  Wim Taymans  <wim@fluendo.com>
25472
25473         * ext/vorbis/Makefile.am:
25474         * ext/vorbis/README:
25475         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25476         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25477         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25478         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25479         (gst_oggvorbisenc_convert_sink),
25480         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25481         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25482         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25483         (get_constraints_string), (update_start_message),
25484         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25485         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25486         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25487         * ext/vorbis/oggvorbisenc.h:
25488         * ext/vorbis/vorbis.c: (plugin_init):
25489         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25490         (raw_caps_factory), (gst_vorbisenc_class_init),
25491         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25492         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25493         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25494         * ext/vorbis/vorbisenc.h:
25495         Added a raw vorbis encoder to be used with the oggmuxer.
25496         We still need the old encoder for some gnome applications,
25497         read the README to find out how that works.
25498         The raw encoder is called "rawvorbisenc" until 0.9.
25499
25500 2004-05-10  Wim Taymans  <wim@fluendo.com>
25501
25502         * ext/ogg/gstogg.c: (plugin_init):
25503         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25504         (gst_ogg_print):
25505         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25506         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25507         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25508         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25509         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25510         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25511         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25512         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25513         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25514         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25515         Added an ogg muxer.
25516         Small typo fixes in the demuxer.
25517
25518 2004-05-10  Wim Taymans  <wim@fluendo.com>
25519
25520         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25521         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25522         (theora_enc_change_state), (theora_enc_set_property),
25523         (theora_enc_get_property):
25524         Mark the last packet with an EOS flag which is not really needed
25525         in gstreamer.
25526         Do some better video framerate initialisation.
25527         Update the buffer timestamp.
25528
25529 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25530
25531         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25532         Return the result of the parent state change call
25533
25534 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25535
25536         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25537         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25538         * gst/law/alaw-encode.c : (idem)
25539         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25540         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25541         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25542
25543 2004-05-09  Benjamin Otte  <otte@gnome.org>
25544
25545         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25546           don't use a fixed buffer size when writing variable length data to
25547           it. Fixes memory corruption and makes alsasrc work
25548
25549 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25550
25551         * ext/gnomevfs/gstgnomevfssink.c:
25552         (_gst_boolean_allow_overwrite_accumulator),
25553         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25554           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25555           RUN_LAST, and don't use that to set the accumulator value because
25556           then it's always FALSE.
25557
25558 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25559
25560         * gst-libs/gst/riff/riff-media.c:
25561         (gst_riff_create_video_caps_with_data),
25562         (gst_riff_create_audio_caps),
25563         (gst_riff_create_audio_template_caps):
25564         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25565           Fix for unaligned RIFF files (i.e. where all the chunks together
25566           in a LIST chunk are not of the same size as the size given in
25567           the LIST chunk header). Fixes several odd WAVE files. Also fix
25568           ADPCM (block_align property) in audio, so that wavparse based
25569           on this works now as it used to stand-alone.
25570
25571 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25572
25573         reviewed by Benjamin Otte  <otte@gnome.org>
25574
25575         * ext/a52dec/gsta52dec.c:
25576         * ext/divx/gstdivxdec.c:
25577         * ext/divx/gstdivxenc.c:
25578         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25579         * ext/faac/gstfaac.c: (gst_faac_base_init):
25580         * ext/faad/gstfaad.c: (gst_faad_base_init):
25581         * ext/ivorbis/vorbisfile.c:
25582         * ext/lame/gstlame.c:
25583         * ext/libfame/gstlibfame.c:
25584         * ext/mpeg2enc/gstmpeg2enc.cc:
25585         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25586         * ext/sidplay/gstsiddec.cc:
25587         * ext/speex/gstspeexdec.c:
25588         * ext/speex/gstspeexenc.c:
25589         * ext/xvid/gstxviddec.c:
25590         * ext/xvid/gstxvidenc.c:
25591           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25592           (fixes #142193)
25593
25594 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25595
25596         * ext/alsa/gstalsa.c: (device_list),
25597         (gst_alsa_class_probe_devices):
25598         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25599           Fix alsa oddness in mixer after the combination of using mixer
25600           in source/sink elements and using hw:x,y instead of just hw:x.
25601
25602 2004-05-09  Benjamin Otte  <otte@gnome.org>
25603
25604         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25605         (gst_wavparse_create_sourcepad):
25606           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25607           sourcepads
25608
25609 2004-05-09  Benjamin Otte  <otte@gnome.org>
25610
25611         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25612           allow discont events before caps nego
25613
25614 2004-05-08  Benjamin Otte  <otte@gnome.org>
25615
25616         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25617           don't leak events
25618
25619 2004-05-08  Benjamin Otte  <otte@gnome.org>
25620
25621         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25622         (gst_level_change_state), (gst_level_init):
25623         * gst/level/gstlevel.h:
25624           figure out if we're initialized directly instead of keeping a
25625           variable that's wrong in 90% of cases
25626           don't initialize pads and then leak them and use a new unitialized
25627           pad. (fixes #142084)
25628           these were bugs so n00bish I didn't find them for an hour :/
25629
25630 2004-05-08 Iain <iain@prettypeople.org>
25631
25632         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25633         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25634         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25635         return the length that was read.
25636         (gst_riff_read_strf_auds): Allow fmt tags as well.
25637
25638 2004-05-07  David Schleef  <ds@schleef.org>
25639
25640         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25641         signed char assumption in faad.h.
25642
25643 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25644
25645         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25646           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25647
25648 2004-05-07  Colin Walters  <walters@redhat.com>
25649
25650         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25651         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25652         function.
25653         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25654         Add dispose function.
25655
25656 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25657         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25658           Fix caps nego and pad templates. RGB mode caps should
25659           work now.
25660         * ext/dvdnav/gst-dvd:
25661           Move mpeg2dec inside the thread because otherwise the
25662           queue rejects cap changes mid-stream
25663         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25664         (gst_mpeg2dec_flush_decoder):
25665           For mpeg2dec > 0.4.0, call the flush function instead of
25666           manually extracting all in-flight frames.
25667         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25668         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25669           Change mime type video/dv go video/x-dv to match the
25670           rest of gst-plugins
25671
25672 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25673
25674         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25675         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25676         (gst_alsa_sink_class_init):
25677         * ext/alsa/gstalsasink.h:
25678         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25679         (gst_alsa_src_class_init):
25680         * ext/alsa/gstalsasrc.h:
25681           Make alsasink/src a subclass of alsamixer so that mixer stuff
25682           shows up in gst-rec. Needs some finetuning.
25683
25684 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25685
25686         * ext/lame/gstlame.c: (gst_lame_chain):
25687           simplify
25688         * ext/mad/gstmad.c: (gst_mad_handle_event):
25689           fix event leak
25690         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25691           be able to detect mp3 files < 4096 bytes
25692
25693 2004-05-06  Wim Taymans  <wim@fluendo.com>
25694
25695         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25696         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25697         (theora_enc_set_property), (theora_enc_get_property):
25698         Also encode the first frame, cleanup some code.
25699
25700 2004-05-06  Wim Taymans  <wim@fluendo.com>
25701
25702         * ext/mpeg2enc/gstmpeg2enc.cc:
25703         Forward events first before deciding that negotiation was
25704         not performed.
25705
25706 2004-05-06  Wim Taymans  <wim@fluendo.com>
25707
25708         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25709         First process the events before deciding that negotiation
25710         was not performed.
25711
25712 2004-05-06  Wim Taymans  <wim@fluendo.com>
25713
25714         * ext/theora/Makefile.am:
25715         * ext/theora/theora.c: (plugin_init):
25716         * ext/theora/theoradec.c: (theora_dec_change_state):
25717         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25718         (gst_theora_enc_class_init), (gst_theora_enc_init),
25719         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25720         (theora_enc_chain), (theora_enc_change_state),
25721         (theora_enc_set_property), (theora_enc_get_property):
25722         Added a theora encoder, grouped the encoder and decoder into the
25723         same plugin.
25724
25725 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25726
25727         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25728         (gst_jpegenc_chain):
25729         fix DURATION on outgoing buffers
25730         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25731         debug using time formats
25732         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25733         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25734         (gst_xvimagesink_sink_link):
25735         windows with width/height 0 generate X errors, so don't allow them
25736
25737 2004-05-05  Wim Taymans  <wim@fluendo.com>
25738
25739         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25740         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25741         (gst_mpeg2dec_negotiate_format):
25742         * ext/mpeg2dec/gstmpeg2dec.h:
25743           removed the static pad template so that we can add the
25744           more accurate framerate value to the caps.
25745
25746
25747 2004-05-04  Benjamin Otte  <otte@gnome.org>
25748
25749         * configure.ac:
25750           check for kdemacros.h, too (should fix #141821)
25751         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25752           don't crash if no header was sent, but nicely error out (fixes part
25753           of #141554)
25754
25755 2004-05-04  Wim Taymans  <wim@fluendo.com>
25756
25757         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25758         parent dispose function to avoid segfault on destroy.
25759
25760 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25761
25762         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25763         (plugin_init):
25764         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25765         (gst_xvimagesink_sink_link):
25766         clean up debugging caps
25767         also recreate xvimage when format has changed
25768
25769 2004-05-04  Benjamin Otte  <otte@gnome.org>
25770
25771         * ext/libvisual/Makefile.am:
25772         * ext/libvisual/visual.c: (gst_visual_class_init),
25773         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25774         (gst_visual_srclink), (gst_visual_chain),
25775         (gst_visual_change_state), (plugin_init):
25776           use a GstAdapter to correctly adapt buffer sizes - allows using a
25777           framerate
25778
25779 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25780
25781         * sys/v4l/gstv4lelement.h:
25782         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25783         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25784         (gst_v4lsrc_buffer_free):
25785         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25786         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25787         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25788         (gst_v4lsrc_requeue_frame):
25789         move some debugging categories around
25790         query for fps index and set accordingly if found
25791
25792 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25793
25794         * ext/lame/gstlame.c:
25795         correct defaults that lame_init puts out of range
25796
25797 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25798
25799         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25800         (gst_divxenc_class_init):
25801         fix range since -1 is the default
25802         * gst/mpeg1sys/gstmpeg1systemencode.c:
25803         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25804         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25805         (gst_rtjpegdec_chain):
25806         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25807         (gst_rtjpegenc_chain):
25808         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25809         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25810         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25811         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25812         * sys/v4l/gstv4lsrc.c:
25813         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25814         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25815         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25816         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25817         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25818           remove gst_info calls
25819
25820 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25821
25822         * Makefile.am:
25823         * po/af.po:
25824         * po/az.po:
25825         * po/en_GB.po:
25826         * po/nl.po:
25827         * po/sr.po:
25828         * po/sv.po:
25829           Updated translations
25830
25831 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25832
25833         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25834           refactor/comment code
25835
25836 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25837
25838         * gst/asfdemux/Makefile.am:
25839         * gst/asfdemux/asfheaders.c:
25840         * gst/asfdemux/asfheaders.h:
25841         * gst/asfdemux/gstasf.c: (plugin_init):
25842         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25843         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25844         (gst_asf_demux_setup_pad):
25845         * gst/asfdemux/gstasfdemux.h:
25846         * gst/asfdemux/gstasfmux.c:
25847         * gst/asfdemux/gstasfmux.h:
25848           Add tagging support to demuxer, split out registration in its own
25849           file instead of in demux (hacky), and prevent having some tables
25850           in our memory multiple times (in asfheaders.h).
25851
25852 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25853
25854         * gst/matroska/matroska-demux.c:
25855         (gst_matroska_demux_parse_metadata):
25856         * gst/matroska/matroska-ids.h:
25857           Basic tag reading support.
25858
25859 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25860
25861         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25862           Really detect ac-3 audio.
25863         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25864           really detect matroska files (off-by-1).
25865
25866 2004-04-30  David Schleef  <ds@schleef.org>
25867
25868         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25869         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25870         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25871         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25872         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25873         hackage -- parse a lot more atoms, extract a few tags.  One might even
25874         mistake this for tag support.  Maybe it is.
25875         * gst/qtdemux/qtdemux.h:
25876
25877 2004-04-30  Colin Walters  <walters@verbum.org>
25878
25879         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25880
25881 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25882
25883         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25884         (gst_ffmpegcolorspace_getcaps):
25885           remove broken nego fix
25886
25887 2004-04-30  Benjamin Otte  <otte@gnome.org>
25888
25889         * configure.ac:
25890         * ext/Makefile.am:
25891         * ext/libvisual/Makefile.am:
25892         * ext/libvisual/visual.c:
25893           add initial support for libvisual (http://libvisual.sourceforge.net)
25894           libvisual is still quite alpha, so expect crashes in there :)
25895
25896 2004-04-29  David Schleef  <ds@schleef.org>
25897
25898         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25899         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25900         up qtdemux to make it spit out codec_data.  Do _not_ look at this
25901         code; you will no longer respect me.
25902
25903 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25904
25905         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25906         * ext/alsa/gstalsa.h :
25907         change alsa pcm device discovery to find more than 1 device
25908         per card. code review by Ronald.
25909
25910 2004-04-29  David Schleef  <ds@schleef.org>
25911
25912         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25913         Add a check for a driver bug on FreeBSD.  (bug #140565)
25914
25915 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25916
25917         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25918         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25919         (gst_jpegenc_getcaps):
25920           move format setting to inner loop
25921         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25922         (gst_ffmpegcolorspace_getcaps):
25923           use GST_PAD_CAPS if available so that we use already negotiated
25924           caps
25925         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25926         (qtdemux_parse_moov), (qtdemux_parse):
25927           extra debugging
25928         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25929         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25930           move hardcoded path to DEFINE
25931
25932 2004-04-28  David Schleef  <ds@schleef.org>
25933
25934         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
25935         (bug #140064)
25936
25937 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25938
25939         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25940           Don't probe for playback device if we're a source element. Fixes
25941           #139658.
25942
25943 2004-04-29  Benjamin Otte  <otte@gnome.org>
25944
25945         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25946         (gst_id3_tag_chain):
25947           rewrite buffer offset
25948
25949 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25950
25951         * configure.ac:
25952         * ext/Makefile.am:
25953         * ext/dts/Makefile.am:
25954         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
25955         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
25956         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
25957         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
25958         (gst_dtsdec_loop), (gst_dtsdec_change_state),
25959         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
25960         (plugin_init):
25961         * ext/dts/gstdtsdec.h:
25962           New DTS decoder.
25963         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
25964         (gst_faad_srcconnect):
25965           Add ESDS atom handling (.m4a).
25966
25967 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25968
25969         * ext/divx/gstdivxdec.c: (plugin_init):
25970           Remove comment that makes no sense.
25971         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
25972           Fix for obvious typo that resulted in warnings during gst-register.
25973         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
25974         (gst_xviddec_sink_link):
25975           Fix caps negotiation a bit better.
25976         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25977           We call this 'codec_data', not 'esds'.
25978
25979 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25980
25981         * gst/monoscope/gstmonoscope.c:
25982           make sure we only provide 256x128
25983         * gst/monoscope/monoscope.c: (monoscope_init):
25984           assert size of 256x128
25985
25986 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25987
25988         * Makefile.am:
25989         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
25990         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
25991           fixate to max width and height of device
25992
25993 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25994
25995         * Makefile.am:
25996         * sys/v4l/gstv4l.c:
25997         * sys/v4l/gstv4lsrc.c:
25998         * sys/v4l/v4l_calls.c:
25999         * sys/v4l/v4lsrc_calls.c:
26000           fix for qc-usb driver which fakes having more than one buffer
26001           by handing the same buffer twice, which confused GStreamer's/v4lsrc
26002           buffer_free override
26003           add debugging
26004
26005 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26006
26007         * Makefile.am:
26008         * gst/videotestsrc/gstvideotestsrc.c:
26009         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26010         (gst_videotestsrc_init), (gst_videotestsrc_get),
26011         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26012         * gst/videotestsrc/gstvideotestsrc.h:
26013           add num-buffers property
26014
26015         2004-04-26  Benjamin Otte  <otte@gnome.org>
26016
26017         * ext/mad/gstid3tag.c: (plugin_init):
26018           set id3mux rank to NONE so it doesn't confuse spider
26019           require audio/mpeg,mpegversion=1 in id3mux
26020
26021 2004-04-26  Benjamin Otte  <otte@gnome.org>
26022
26023         * configure.ac:
26024           detect faad correctly as non-working if it's indeed non-working
26025
26026 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26027
26028         * Makefile.am:
26029         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26030         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26031         fix _getcaps so it only negotiates to its supported format
26032
26033 2004-04-25  Benjamin Otte  <otte@gnome.org>
26034
26035         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26036           fix memleak
26037
26038 2004-04-23  Benjamin Otte  <otte@gnome.org>
26039
26040         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26041           audio/x-raw-int with height rules! not. Now it's depth.
26042
26043 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26044
26045         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26046         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26047         (gst_wavparse_loop):
26048           Missing variable initialization. Add handling of DVI ADPCM. Fix
26049           mis-parsing of LIST chunks. This works around a bug where we mis-
26050           parse non-aligning LIST chunks (so LIST chunks where the contents
26051           don't align with the actual LIST size). The correct fix is to use
26052           rifflib, I'm not going to fix wavparse - too much work. All this
26053           fixes #104878.
26054
26055 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26056
26057         reviewed by Benjamin Otte  <otte@gnome.org>
26058
26059         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26060           fix shoutcast not working (fixes #140844)
26061
26062 2004-04-22  Benjamin Otte  <otte@gnome.org>
26063
26064         * ext/hermes/gsthermescolorspace.c:
26065         (gst_hermes_colorspace_caps_remove_format_info):
26066         * gst/colorspace/gstcolorspace.c:
26067         (gst_colorspace_caps_remove_format_info):
26068         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26069         (gst_ffmpegcolorspace_caps_remove_format_info):
26070           s/gst_caps_simplify/gst_caps_do_simplify/
26071
26072 2004-04-22  Benjamin Otte  <otte@gnome.org>
26073
26074         * gst-libs/gst/riff/riff-media.c:
26075         (gst_riff_create_video_caps_with_data):
26076           mpegversion is an int
26077         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26078           don't try to create pad templates with NULL caps, use any caps
26079           instead.
26080
26081 2004-04-20  David Schleef  <ds@schleef.org>
26082
26083         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26084         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
26085         (bug #140384)
26086
26087 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26088
26089         reviewed by David Schleef
26090
26091         * ext/mad/gstid3tag.c: Add stdlib.h
26092         * gst/rtp/gstrtpgsmenc.c: same
26093         * gst/tags/gstid3tag.c: same
26094         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26095         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26096         GST_DISABLE_LOADSAVE use.
26097         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26098         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26099         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26100         atol(3)).
26101         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26102         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26103         strtoul(3)).
26104         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26105         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26106         $(ID3_CFLAGS).
26107         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26108         $(LIBFAME_CFLAGS).
26109
26110 2004-04-20  David Schleef  <ds@schleef.org>
26111
26112         * gst/realmedia/rmdemux.c:  This was supposed to part of the
26113         last checkin.  Same idea.
26114
26115 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26116
26117         reviewed by David Schleef
26118
26119         * configure.ac: bump required gstreamer version to 0.8.1.1
26120         because of following changes [--ds]
26121
26122         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
26123         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26124         (gst_riff_read_header):  Use GST_READ_UINT*
26125         macros to access possibly unaligned memory.
26126
26127         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26128         (mp3_type_find):  Use GST_READ_UINT*
26129         macros to access possibly unaligned memory.
26130         (mp3_type_find, mpeg1_parse_header, qt_type_find)
26131         (speex_type_find): Likewise
26132
26133         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26134
26135         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26136         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26137         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26138         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26139         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26140         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
26141         macros to access possibly unaligned memory.
26142
26143         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26144         Likewise.
26145
26146         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26147         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26148
26149         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26150         Likewise.
26151
26152         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26153         (gst_mpeg2subt_chain_subtitle): Likewise.
26154
26155         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26156         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26157         Likewise.
26158
26159         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26160         Likewise.
26161
26162         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26163         Likewise.
26164
26165         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26166         Likewise.
26167
26168 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26169
26170         * configure.ac:
26171           update required version of GStreamer because of GST_TIME_FORMAT
26172
26173 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26174
26175         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26176           remove leftover g_print
26177         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26178           don't try setting only a subset of the caps. We don't want to kill
26179           autoplugging on purpose
26180
26181 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26182
26183         * sys/ximage/ximagesink.c: (plugin_init):
26184         * sys/xvimage/xvimagesink.c: (plugin_init):
26185           add debugging categories
26186
26187 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26188
26189         * po/en_GB.po:
26190         * po/LINGUAS:
26191           Adding en_GB translation (Gareth Owen)
26192
26193 2004-04-20  David Schleef  <ds@schleef.org>
26194
26195         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26196         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26197         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26198         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26199         A number of new features and hacks to extract the esds atom and
26200         put it into the caps.  (bug #137724)
26201
26202 2004-04-19  David Schleef  <ds@schleef.org>
26203
26204         * gconf/Makefile.am: Fix for non-GNU make
26205         * gst-libs/gst/Makefile.am: Change directory order to handle
26206         GstPlay linking with gstinterfaces
26207         * gst-libs/gst/audio/make_filter: make use of tr portable
26208         * gst-libs/gst/play/Makefile.am: Add intended \
26209         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26210         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26211         function prototype instead of void *.
26212         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26213         macro.
26214         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26215         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26216         * gst/videofilter/make_filter: make use of tr portable
26217         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26218
26219 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26220
26221         * po/LINGUAS:
26222         * po/uk.po:
26223           Added Ukrainian translation (Maxim V. Dziumanenko)
26224
26225 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26226
26227         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26228         (gst_gsmdec_link), (gst_gsmdec_chain):
26229           Fix capsnego, simplify chain function slightly.
26230         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26231           Add GSM.
26232
26233 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26234
26235         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26236         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26237         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26238           Hack to make wavparse work with spider (always -> sometimes pad).
26239           Fixes #135862 && #140411.
26240
26241 2004-04-18  Benjamin Otte  <otte@gnome.org>
26242
26243         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26244         (gst_osselement_rate_probe_check),
26245         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26246           get rid of \n in debug output
26247
26248 2004-04-17  Iain <iain@prettypeople.org>
26249
26250         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26251         not just EOS.
26252
26253 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26254
26255         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26256         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26257         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26258         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26259         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26260         (gst_id3_tag_change_state), (plugin_init):
26261           deprecate id3tag element and replace with id3demux/id3mux.
26262           great side effect: this ugly file is now even uglier, yay!
26263         * ext/mad/gstmad.h:
26264           remove non-available function
26265           update for new get_type
26266
26267 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26268
26269         * configure.ac:
26270           require mpeg2dec >= 0.4.0
26271
26272 2004-04-17  Benjamin Otte  <otte@gnome.org>
26273
26274         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26275         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26276         (gst_xvimagesink_set_xwindow_id):
26277           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26278           assorted cleanup fixes.
26279
26280 2004-04-16  David Schleef  <ds@schleef.org>
26281
26282         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26283         * sys/xvimage/xvimagesink.h: same
26284
26285 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26286
26287         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26288           Fix GST_ELEMENT_ERROR with (NULL)
26289
26290 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26291
26292         * gst-libs/gst/riff/riff-media.c:
26293         (gst_riff_create_video_caps_with_data):
26294           Add div[3456] as fourccs for DivX 3 (fixes #140137).
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         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26301         (gst_riff_create_video_template_caps),
26302         (gst_riff_create_audio_template_caps):
26303         * gst-libs/gst/riff/riff-media.h:
26304         * gst-libs/gst/riff/riff-read.c:
26305         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26306         * gst-libs/gst/riff/riff-read.h:
26307         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26308           Add MS RLE support. I added some functions to read out strf chunks
26309           into strf chunks and the data behind it. This is usually color
26310           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26311           caps creation. Lastly, add ADPCM (similar to wavparse - which
26312           should eventually be rifflib based).
26313         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26314         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26315         * gst/matroska/matroska-demux.h:
26316           Remove placeholders for some prehistoric tagging system. Didn't add
26317           support for any tag system really anyway.
26318         * gst/qtdemux/qtdemux.c:
26319           Add support for audio/x-m4a (MPEG-4) through spider.
26320         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26321         (gst_wavparse_loop):
26322           ADPCM support (#135862). Increase max. buffer size because we
26323           cannot split buffers for ADPCM (screws references) and I've seen
26324           files with 2048 byte chunks. 4096 seems safe for now.
26325
26326 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26327
26328         * configure.ac: bump nano to 1
26329
26330 === release 0.8.1 ===
26331
26332 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26333
26334         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26335
26336 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26337
26338         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26339           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26340           Fixes #140058
26341
26342 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26343
26344         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26345           lower rank of dvddemux so that it's not used for mpeg playback.
26346
26347 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26348
26349         * configure.ac:
26350           save libs correctly when checking mad
26351
26352 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26353
26354         * ext/mad/gstid3tag.c: (plugin_init):
26355           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26356
26357 2004-04-13  David Schleef  <ds@schleef.org>
26358
26359         * common/m4/gst-feature.m4: Call -config scripts with
26360         --plugin-libs if it is supported.
26361         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26362         JPEG images are image/jpeg.
26363         * gst/debug/Makefile.am:
26364         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26365         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26366         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26367         (gst_negotiation_plugin_init): Add a property that acts like
26368         filter caps.
26369         * testsuite/gst-lint:  Move license checking to be a standard
26370         test.
26371
26372 2004-04-13  David Schleef  <ds@schleef.org>
26373
26374         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26375         patch from Sebastien Cote (bug #139958)
26376
26377 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26378
26379         * examples/gstplay/Makefile.am:
26380         * examples/gstplay/player.c: (main):
26381           make the commandline player example use gconf settings
26382
26383 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26384
26385         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26386         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26387         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26388           init/end library during state transition, not object
26389           creation/disposal.  get rid of custom dispose handler.
26390
26391
26392 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26393
26394         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26395         be a symlink
26396
26397 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26398
26399         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26400           Handle JUNK chunks inside data section. Prevents warnings.
26401
26402 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26403
26404         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26405         (gst_riff_create_video_template_caps):
26406           Add MS video v1.
26407         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26408         (gst_avi_demux_stream_data):
26409           Add support for "rec-list" chunks.
26410
26411 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26412
26413         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26414           Fix another codecname mismatch.
26415
26416 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26417
26418         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26419           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26420           so that MJPEG plays back.
26421
26422 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26423
26424         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26425         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26426         * gst/mpeg1videoparse/gstmp1videoparse.h:
26427           Fix for some slight mis-cuts in buffer parsing, and for some
26428           potential overflows or faults-causers. Adds disconts. Also fixes
26429           #139105 while we're at it.
26430
26431 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26432
26433         * configure.ac:
26434         * sys/v4l2/gstv4l2element.h:
26435           Workaround for missing struct v4l2_buffer declaration in Suse 9
26436           and Mandrake 10 linux/videodev2.h header file (#135919).
26437
26438 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26439
26440         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26441           Bail out if no filename was given.
26442
26443 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26444
26445         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26446         (gst_v4l2_fourcc_from_structure):
26447           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26448           Y41B somewhere).
26449
26450 2004-04-09  Benjamin Otte  <otte@gnome.org>
26451
26452         * ext/gnomevfs/gstgnomevfssink.c:
26453         (_gst_boolean_allow_overwrite_accumulator),
26454         (gst_gnomevfssink_class_init):
26455           fix erase signal - if any handler returns false the file will not be
26456           overwritten. If no handler is connected, the file will not be
26457           overwritten either.
26458           renamed signal to "allow-overwrite"
26459         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26460           free string when adding it to ID3 failed
26461         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26462           unref event when done
26463         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26464           free caps
26465         * gst/typefind/gsttypefindfunctions.c:
26466         (mpeg_video_stream_type_find):
26467           fix invalid read
26468
26469 2004-04-08  David Schleef  <ds@schleef.org>
26470
26471         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26472         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26473
26474 2004-04-08  David Schleef  <ds@schleef.org>
26475
26476         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26477         we don't support (bug #139532)
26478
26479 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26480
26481         * ext/mad/gstmad.c: (gst_mad_handle_event),
26482         (gst_mad_check_caps_reset), (gst_mad_chain),
26483         (gst_mad_change_state):
26484           only set explicit caps if they haven't been set before for
26485           this stream.  MPEG-audio sample rate/channels aren't allowed
26486           to change in-stream.
26487           Fixes #139382
26488
26489 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26490
26491         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26492         (_gst_boolean_did_something_accumulator),
26493         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26494         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26495         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26496         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26497         (gst_gnomevfssink_change_state):
26498           Fix erase signal. Don't erase by default. Remove handoff signal.
26499           Remove erase property. Don't segfault. General cleanup.
26500
26501 2004-04-07  Benjamin Otte  <otte@gnome.org>
26502
26503         * gst-libs/gst/gconf/test-gconf.c: (main):
26504           add missing gst_init
26505
26506 2004-04-07  Benjamin Otte  <otte@gnome.org>
26507
26508         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26509           free the mutexes, too
26510
26511 2004-04-07  Benjamin Otte  <otte@gnome.org>
26512
26513         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26514           actually free the URI string
26515         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26516           compute offset correctly when passing discont events
26517         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26518           don't leak discont events
26519         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26520           add some missing breaks so caps aren't copied randomly
26521         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26522           if we realloc memory, we better use it
26523
26524 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26525
26526         * ext/mad/gstmad.c: (normal_seek):
26527           fix GST_FORMAT_TIME usage
26528
26529 2004-04-05  David Schleef  <ds@schleef.org>
26530
26531         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26532         a deprecated function (hack!)
26533
26534 2004-04-05  Benjamin Otte  <otte@gnome.org>
26535
26536         * ext/esd/esdmon.c: (gst_esdmon_get):
26537           fix nonterminated vararg and memleak
26538
26539 2004-04-05  Benjamin Otte  <otte@gnome.org>
26540
26541         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26542         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26543         (gst_ladspa_set_property), (gst_ladspa_get_property),
26544         (gst_ladspa_instantiate), (gst_ladspa_activate),
26545         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26546           clean up debugging
26547
26548 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26549
26550         reviewed by Benjamin Otte  <otte@gnome.org>
26551
26552         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26553           check for broken LADSPA parameters (fixes #138635)
26554
26555 2004-04-05  Benjamin Otte  <otte@gnome.org>
26556
26557         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26558           advertise buffer-frames correctly on sinkpads
26559
26560 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26561
26562         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26563         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26564         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26565         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26566         (gst_mad_check_caps_reset), (gst_mad_chain):
26567         add more debugging, only reset caps when we're not in error state
26568
26569 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26570
26571         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26572
26573 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26574
26575         reviewed by Benjamin Otte  <otte@gnome.org>
26576
26577         * configure.ac:
26578           fix == in test(1) operator
26579
26580 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26581
26582         reviewed by Benjamin Otte  <otte@gnome.org>
26583
26584         * configure.ac:
26585           fix --export-symblos-regex to a working regex.
26586
26587 2004-04-04  Benjamin Otte  <otte@gnome.org>
26588
26589         * sys/oss/.cvsignore:
26590           add for oss_probe
26591
26592 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26593
26594         reviewed by Benjamin Otte  <otte@gnome.org>
26595
26596         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26597           add missing 'new_media' argument (fixes #138168)
26598         * gst/matroska/matroska-demux.c:
26599         (gst_matroska_demux_handle_seek_event):
26600           add vararg terminator (fixes #138169)
26601
26602 2004-04-02  David Schleef  <ds@schleef.org>
26603
26604         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26605         disted (bug #138914)
26606
26607 2004-04-01  Benjamin Otte  <otte@gnome.org>
26608
26609         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26610         (gst_alsa_close_audio):
26611           handle case better where a soundcard can't pause
26612         * ext/ogg/gstoggdemux.c:
26613           don't crash when we get events but don't have pads yet
26614
26615 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26616
26617         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26618           throw an error if we couldn't probe any caps.
26619
26620 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26621
26622         * ext/dvdnav/gst-dvd:
26623         Add a really simple sample DVD player
26624
26625 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26626
26627         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26628         (gst_a52dec_push), (gst_a52dec_handle_event),
26629         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26630         (gst_a52dec_change_state):
26631         * ext/a52dec/gsta52dec.h:
26632           Use a debug category, Output timestamps correctly
26633           Emit tag info, Handle events, tell liba52dec about cpu
26634           capabilities so it can use MMX etc.
26635         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26636           Fix a crasher accessing invalid memory
26637         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26638         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26639         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26640         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26641         (dvdnavsrc_query):
26642           Some support for byte-format seeking.
26643           Small fixes for still frames and menu button overlays
26644         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26645         (gst_mpeg2dec_alloc_buffer):
26646           Use a debug category. Adjust the report level of several items to
26647           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26648           so it doesn't lose the GstBuffer pointer
26649         * gst/debug/Makefile.am:
26650         * gst/debug/gstdebug.c: (plugin_init):
26651         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26652         (gst_navseek_base_init), (gst_navseek_class_init),
26653         (gst_navseek_init), (gst_navseek_seek),
26654         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26655         (gst_navseek_get_property), (gst_navseek_chain),
26656         (gst_navseek_plugin_init):
26657         * gst/debug/gstnavseek.h:
26658           Add the navseek debug element for seeking back and forth in a
26659           video stream using arrow keys.
26660         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26661         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26662         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26663         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26664         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26665         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26666         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26667         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26668         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26669         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26670         * gst/mpeg2sub/gstmpeg2subt.h:
26671           Pretty much a complete rewrite. Now a loopbased element. May still
26672           require work to properly synchronise subtitle buffers.
26673         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26674         (gst_dvd_demux_send_subbuffer):
26675         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26676           Don't attempt to create subbuffers of size 0
26677           Reduce a couple of error outputs to warnings.
26678         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26679         (gst_y4mencode_chain):
26680         Output the y4m frame header correctly.
26681
26682 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26683
26684         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26685           throw errors instead of allowing SIGFPE
26686
26687 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26688
26689         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26690         (gst_gconf_render_bin_from_key):
26691           leak plugging and style fixing
26692
26693 2004-03-31  David Schleef  <ds@schleef.org>
26694
26695         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26696         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26697         (bug #138225)
26698         * gst/debug/Makefile.am:
26699         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26700         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26701         plugin.
26702         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26703         (gst_negotiation_base_init), (gst_negotiation_class_init),
26704         (gst_negotiation_init), (gst_negotiation_getcaps),
26705         (gst_negotiation_pad_link), (gst_negotiation_chain),
26706         (gst_negotiation_set_property), (gst_negotiation_get_property),
26707         (gst_negotiation_plugin_init):  New element to talk about random
26708         negotiation things happening in a pipeline.
26709
26710 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26711
26712         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26713           fix integer addition with help of Stefan Kost
26714
26715 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26716
26717         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26718
26719 2004-03-30  David Schleef  <ds@schleef.org>
26720
26721         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26722         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26723         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26724         (bug #137504)
26725         * ext/mpeg2dec/gstmpeg2dec.h:
26726
26727 2004-03-30  David Schleef  <ds@schleef.org>
26728
26729         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26730
26731 2004-03-30  David Schleef  <ds@schleef.org>
26732
26733         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26734         Michael Petullo) to handle .mov
26735
26736 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26737
26738         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26739         (gst_osselement_rate_check_rate):
26740           probe caps correctly for sound cards that only support one format
26741
26742 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26743
26744         * ext/kio/kiosrc.cpp: (process_events):
26745           update handling event processing if inside KDE - untested
26746
26747 2004-03-29  David Schleef  <ds@schleef.org>
26748
26749         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26750         by 2 to not interfere with other colorspaces.
26751         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26752         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26753         one to not interfere with ffmpeg_colorspace.
26754
26755 2004-03-29  David Schleef  <ds@schleef.org>
26756
26757         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26758         aren't in the caps.
26759         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26760         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26761
26762 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26763
26764         * gst-libs/gst/riff/riff-media.c:
26765           fail on error, don't try to set stuff on NULL caps
26766
26767 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26768
26769         * configure.ac:
26770         * ext/Makefile.am:
26771         * ext/kio/Makefile.am:
26772         * ext/kio/kioreceiver.cpp:
26773         * ext/kio/kioreceiver.h:
26774         * ext/kio/kiosrc.cpp:
26775         * ext/kio/kiosrc.h:
26776           add experimental kiosrc plugin
26777         * ext/alsa/gstalsaplugin.c: (plugin_init):
26778           initialize debugging category only when we're sure registering the
26779           plugins worked.
26780
26781 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26782
26783         * examples/gstplay/player.c: (main):
26784         * gst-libs/gst/play/play.c: (gst_play_class_init),
26785         (gst_play_set_location), (gst_play_set_data_src),
26786         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26787         (gst_play_set_visualization), (gst_play_connect_visualization):
26788           check return values of element_set_state and return FALSE where
26789           failed
26790
26791 2004-03-29  Benjamin Otte  <otte@gnome.org>
26792
26793         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26794           try harder to check if an event is really a discont
26795
26796 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26797
26798         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26799         * po/az.po:
26800
26801 2004-03-28  Benjamin Otte  <otte@gnome.org>
26802
26803         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26804         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26805         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26806           get rid of non-standard "..." ranges in case statements.
26807
26808 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26809
26810         * gst/mpegstream/gstmpegdemux.c:
26811         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26812         specific functionality split to the new dvddemux element.
26813         * gst/mpegstream/gstdvddemux.c:
26814         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26815         streams, derived from mpegdemux.
26816         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26817         up. SCR based timestamp rewriting can be turned off (will probably
26818         completely disappear soon).
26819         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26820         hacking. General cleanup. All printf statements replaced by
26821         debugging messages. Almost complete libdvdnav support.
26822         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26823         by events. New properties for audio and subpicture languages.
26824         (dvdnavsrc_update_highlight): Now uses events.
26825         (dvdnavsrc_user_op): Cleaned up.
26826         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26827         based). Lots of cleanup, and propper support for most libdvdnav
26828         events.
26829         (dvdnavsrc_make_dvd_event): New function.
26830         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26831         (dvdnavsrc_make_clut_change_event): New function.
26832
26833 2004-03-26  Benjamin Otte  <otte@gnome.org>
26834
26835         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26836           fix bug where typefinding would claim it's theora whenever less then
26837           7 bytes of data were available
26838
26839 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26840
26841         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26842         (gst_alawdec_base_init), (gst_alawdec_class_init),
26843         (gst_alawdec_init), (gst_alawdec_chain):
26844         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26845         (gst_alawenc_base_init), (gst_alawenc_class_init),
26846         (gst_alawenc_init), (gst_alawenc_chain):
26847         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26848         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26849         (gst_mulawdec_init), (gst_mulawdec_chain):
26850         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26851         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26852         (gst_mulawenc_init), (gst_mulawenc_chain):
26853           Fix capsnego in all four, remove the unused property functions and
26854           simplify the chain functions slightly. I guess we could use macros
26855           or something similar for those, since the code is so similar, but
26856           I'm currently too lazy...
26857
26858 2004-03-24  David Schleef  <ds@schleef.org>
26859
26860         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26861         (gst_osselement_close_audio), (gst_osselement_probe_caps),
26862         (gst_osselement_get_format_structure),
26863         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26864         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26865         (gst_osselement_rate_int_compare): Add code to handle rate probing
26866         (bug #120883)
26867         * sys/oss/gstosselement.h: same
26868         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26869         Use rate probing provided by osselement.
26870         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26871
26872 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26873
26874         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26875         (gst_xvidenc_get_property):
26876           ulong/int mess-up.
26877
26878 2004-03-24  David Schleef  <ds@schleef.org>
26879
26880         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26881         (gst_speexdec_init):
26882         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26883         (gst_speexenc_init):  Create the pad template correctly (from
26884         the static pad template, not a NULL pointer.)
26885
26886 2004-03-25  Benjamin Otte  <otte@gnome.org>
26887
26888         * gst/debug/Makefile.am:
26889         * gst/debug/breakmydata.c:
26890           add element that quasi-randomly changes bytes in the stream.
26891           Intended use is robustness checking of demuxers and decoders in
26892           media tests.
26893
26894 2004-03-24  Benjamin Otte  <otte@gnome.org>
26895
26896         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26897         (gst_alsa_probe_hw_params):
26898         * ext/alsa/gstalsa.h:
26899           debugging output fixes
26900
26901 2004-03-24  Benjamin Otte  <otte@gnome.org>
26902
26903         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26904           don't g_return_if_fail if element is PLAYING, fail silently as every
26905           other element.
26906         * gst/effectv/gstquark.c: (gst_quarktv_chain):
26907           only fix needed for cast lvalue issues in gst-plugins
26908         * gst/volenv/gstvolenv.c: (gst_volenv_init):
26909           add proxy_getcaps
26910
26911 2004-03-24  Benjamin Otte  <otte@gnome.org>
26912
26913         * gst/level/gstlevel.c: (gst_level_init):
26914           add proxying getcaps function, so level doesn't advertise impossible
26915           caps
26916
26917 2004-03-24  David Schleef  <ds@schleef.org>
26918
26919         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26920         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26921         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26922         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26923         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26924         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26925         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26926         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26927         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
26928         messages.  Divide the chunk size by the compression ratio
26929         (needed for MACE audio)
26930
26931 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26932
26933         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26934           Fix buffer overflow read error.
26935
26936 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26937
26938         * ext/alsa/gstalsa.h:
26939           Remove unused entry.
26940         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26941           Add cinepak.
26942         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26943         (gst_videodrop_link), (gst_videodrop_chain):
26944           Fix, sort of. Was horribly broken with new capsnego. Bah...
26945
26946 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
26947
26948         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26949         (plugin_init):
26950         Add a monkeysaudio typefind function
26951
26952 2004-03-23  Johan Dahlin  <johan@gnome.org>
26953
26954         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
26955         (gst_play_video_fixate): Check so the structure has the field
26956         before trying to fixate them, this makes it possible to have
26957         fakesinks for video and audio output without printing errors on
26958         the output console.
26959
26960 2004-03-22  David Schleef  <ds@schleef.org>
26961
26962         * sys/oss/Makefile.am:
26963         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
26964         (check_rate), (add_rate):  Rate probing test app.
26965
26966 2004-03-21  Benjamin Otte  <otte@gnome.org>
26967
26968         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26969         (_fixate_caps_to_int), (gst_audio_convert_fixate):
26970           add a fixation function that pretty much does the right thing (fixes
26971           #137556)
26972
26973 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
26974
26975         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
26976
26977 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
26978
26979         reviewed by: Benjamin Otte  <otte@gnome.org>
26980
26981         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26982           terminate gst_event_new_discontinuous correctly (fixes parts of
26983           #137711)
26984
26985 2004-03-19  David Schleef  <ds@schleef.org>
26986
26987         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
26988         since it doesn't depend on X, and it's part of our ABI.
26989
26990 2004-03-19  Iain <iain@prettypeople.org>
26991
26992         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
26993         is_int in the structure, not the local variable.
26994
26995 2004-03-19  David Schleef  <ds@schleef.org>
26996
26997         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
26998         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
26999         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27000         Improvements in caps negotiation.
27001
27002 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27003
27004         * po/LINGUAS:
27005         * po/af.po:
27006           adding Afrikaans (Petri Jooste)
27007
27008 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27009
27010         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27011         (gst_ffmpegcolorspace_chain):
27012         throw error instead of g_critical (#137588)
27013
27014 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27015
27016         * Makefile.am:
27017         * configure.ac:
27018           dist common and m4 correctly
27019         * po/sv.po:
27020
27021 2004-03-17  David Schleef  <ds@schleef.org>
27022
27023         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
27024         (bug #137348)
27025
27026 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27027
27028         * po/LINGUAS:
27029         * po/sv.po:
27030           adding Swedish translation (Christian Rose)
27031
27032 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27033
27034         * Makefile.am: use release.mak
27035
27036 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27037
27038         * common/ChangeLog:
27039         * common/gst-autogen.sh:
27040           add some explanation about the version detection
27041         * configure.ac:
27042           fix X check
27043
27044 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27045
27046         * configure.ac: bump nano to 1
27047
27048 === release 0.8.0 ===
27049
27050 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27051
27052         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27053
27054 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27055
27056         * configure.ac:
27057           update libtool version
27058         * gst-libs/gst/media-info/Makefile.am:
27059           actually use libtool version
27060
27061 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27062
27063         * configure.ac: fix speex detection to work with 1.0 but not 1.1
27064
27065 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27066
27067         * configure.ac:
27068         * gst-plugins.spec.in:
27069         * pkgconfig/Makefile.am:
27070         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27071         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27072         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27073         * pkgconfig/gstreamer-libs.pc.in:
27074         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27075         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27076         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27077         * pkgconfig/gstreamer-plugins.pc.in:
27078           remove @VERSION@ from some of the pc files since core and plugins
27079           are decoupled.
27080           created gstreamer-plugins.pc as it's a better name, but keeping
27081           -libs around for now to get fixes upstream done first.
27082
27083 2004-03-15  Julien MOUTTE <julien@moutte.net>
27084
27085         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27086         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27087         * gst-libs/gst/play/play.h:
27088
27089 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27090
27091         * *.c, *.cc: don't mix tabs and spaces
27092
27093 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27094
27095         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27096           use the new ffmpegcolorspace
27097         * gst-plugins.spec.in:
27098           package new colorspace and media-info
27099         * configure.ac:
27100         * pkgconfig/Makefile.am:
27101           fix some more disting issues
27102         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27103         * pkgconfig/gstreamer-media-info.pc.in:
27104           generate media-info pc files
27105
27106 2004-03-15  Johan Dahlin  <johan@gnome.org>
27107
27108         * *.h: Revert indenting
27109
27110 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27111
27112         * configure.ac:
27113           adding ffmpegcolorspace element
27114         * gst/ffmpegcolorspace/Makefile.am:
27115         * gst/ffmpegcolorspace/avcodec.h:
27116         * gst/ffmpegcolorspace/common.h:
27117         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27118         * gst/ffmpegcolorspace/dsputil.h:
27119         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27120         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27121         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27122         (gst_ffmpeg_caps_to_pix_fmt):
27123         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27124         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27125         (gst_ffmpegcolorspace_caps_remove_format_info),
27126         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27127         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27128         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27129         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27130         (gst_ffmpegcolorspace_set_property),
27131         (gst_ffmpegcolorspace_get_property),
27132         (gst_ffmpegcolorspace_register):
27133         * gst/ffmpegcolorspace/imgconvert.c:
27134         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27135         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27136         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27137         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27138         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27139         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27140         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27141         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27142         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27143         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27144         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27145         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27146         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27147         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27148         (img_get_alpha_info), (deinterlace_line),
27149         (deinterlace_line_inplace), (deinterlace_bottom_field),
27150         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27151         * gst/ffmpegcolorspace/imgconvert_template.h:
27152         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27153         * gst/ffmpegcolorspace/mmx.h:
27154         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27155           adding ffmpegcolorspace element supplied by Ronald after cleaning
27156           up and pulling in the right bits of upstream source.
27157           I'm sure a better C/compiler wizard could do some cleaning up (for
27158           example use GLIB's malloc stuff), but as a first pass this
27159           works very well
27160
27161 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27162
27163         * ext/alsa/gstalsa.h:
27164           I assume Ronald forgot to commit the change to have cardname
27165           as a struct member.  Expect some public spanking at the next
27166           opportunity.
27167
27168 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27169
27170         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27171         (gst_alsa_open_audio), (gst_alsa_close_audio):
27172         * ext/alsa/gstalsa.c:
27173           Don't open the device if we're a mixer (= padless).
27174         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27175         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27176         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27177           Open mixer during state change rather than during object
27178           initialization. Also, get a device name. Currently in a somewhat
27179           hackish fashion, but I didn't really find something better.
27180
27181 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27182
27183         * *.c, *.h: run gst-indent
27184
27185 2004-03-14  Benjamin Otte  <otte@gnome.org>
27186
27187         * gst/modplug/gstmodplug.cc:
27188         * gst/modplug/gstmodplug.h:
27189           set correct timestamps on outgoing buffers
27190
27191 2004-03-14  Benjamin Otte  <otte@gnome.org>
27192
27193         * gst/modplug/gstmodplug.cc:
27194           handle events - don't do crap when a discont arrives that's not
27195           necessary
27196           This allows correct loading and playback of mods in Rhythmbox
27197
27198 2004-03-14  Benjamin Otte  <otte@gnome.org>
27199
27200         * configure.ac:
27201         * gst-libs/gst/gconf/Makefile.am:
27202         * pkgconfig/Makefile.am:
27203           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27204           they get rebuilt properly
27205         * configure.ac:
27206           when checking for vorbis, try pkgconfig first.
27207         * gst/modplug/gstmodplug.cc:
27208           add fixate function
27209
27210 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27211
27212         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27213           Fix for obvious mistake, where we first shift the offset and then
27214           read a samplesize element assuming the old offset. Note that this
27215           part still has something weird, i.e. my movies containing those
27216           don't actually play well, but at least there's something that looks
27217           like sound now.
27218
27219 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27220         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27221         (plugin_init):
27222         Add a typefind function for speex format
27223
27224 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27225
27226         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27227         (gst_asf_demux_setup_pad):
27228           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27229           instead of 0. Reason is simple: some elements have a fps range
27230           of 1-max instead of 0-max. So now ASF video actually works.
27231
27232 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27233
27234         * po/LINGUAS:
27235         * po/sr.po:
27236           adding serbian as a language
27237
27238 2004-03-13  Benjamin Otte  <otte@gnome.org>
27239
27240         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27241           return taglist correctly from _get function, don't gst_pad_push it.
27242           (fixes #137042)
27243
27244 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27245         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27246
27247 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27248
27249         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27250         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27251         (gst_alsa_mixer_track_new):
27252         * ext/alsa/gstalsamixertrack.h:
27253           Fix ancient leftovers... MixerTrack is a GObject.
27254
27255 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27256
27257         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27258         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27259           Don't block during probing...
27260
27261 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27262
27263         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27264         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27265         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27266         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27267         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27268         (gst_alsa_open_audio), (gst_alsa_close_audio):
27269         * ext/alsa/gstalsa.h:
27270           Add propertyprobe interface implementation, add some device-name
27271           property, all this so that it looks good in gnome-volume-control.
27272
27273 2004-03-12  David Schleef  <ds@schleef.org>
27274
27275         * configure.ac: the Hermes library controls hermescolorspace, not
27276         colorspace.
27277         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27278         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27279         not /* */
27280         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27281         * ext/sdl/sdlvideosink.h: ditto.
27282         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27283
27284 2004-03-12  Benjamin Otte  <otte@gnome.org>
27285
27286         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27287         (gst_x_overlay_got_xwindow_id):
27288         * gst-libs/gst/xoverlay/xoverlay.h:
27289           replace XID with unsigned long to get rid of the xlibs dependency in
27290           XOverlay (fixes #137004)
27291
27292 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27293         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27294         (gst_agingtv_setup):
27295         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27296         (gst_dicetv_base_init), (gst_dicetv_class_init),
27297         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27298         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27299         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27300         (gst_edgetv_setup), (gst_edgetv_rgb32):
27301         * gst/effectv/gsteffectv.c:
27302         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27303         (gst_quarktv_set_property):
27304         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27305         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27306         (gst_revtv_setup), (gst_revtv_rgb32):
27307         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27308         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27309         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27310         (gst_shagadelictv_rgb32):
27311         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27312         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27313         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27314         * gst/effectv/gstwarp.c:
27315         Port everything that can be ported to videofilter and fix up the caps.
27316         Can someone with a big-endian machine please check these?
27317
27318 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27319
27320         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27321         (gst_osssink_chain), (gst_osssink_change_state):
27322           Latest fixes for A/V sync, audio playback and such. This is about
27323           all... MPEG playback issues are mostly related to the async build-
27324           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27325
27326 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27327
27328         patch from: Stephane Loeuillet
27329
27330         * configure.ac:
27331           use pkg-config for some libraries, falling back to the old .m4 way
27332           (fixes #131270)
27333         * m4/libdv.m4:
27334           removed
27335
27336 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27337
27338         * configure.ac:
27339         * tools/Makefile.am:
27340         * tools/Makefile.in:
27341         * tools/gst-launch-ext-m.m:
27342         * tools/gst-launch-ext.1.in:
27343         * tools/gst-visualise-m.m:
27344         * tools/gst-visualise.1:
27345         * tools/gst-visualise.1.in:
27346           reorganizing generation of script tools
27347
27348 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27349
27350         * ext/divx/gstdivxdec.c:
27351           Downgrade priority. We prefer ffdec_mpeg4.
27352         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27353         (gst_faad_chain), (gst_faad_change_state):
27354           Fix capsnego. Doesn't work for some sounds because we don't have
27355           a 5:1 to stereo element.
27356         * ext/xvid/gstxvid.c: (plugin_init):
27357           Add priority.
27358         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27359         (gst_osssink_change_state):
27360           Add discont handling.
27361
27362 2004-03-09  Colin Walters  <walters@verbum.org>
27363
27364         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27365         conversion.
27366
27367 2004-03-09  Benjamin Otte  <otte@gnome.org>
27368
27369         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27370           the signals take 2 arguments
27371
27372 2004-03-09  David Schleef  <ds@schleef.org>
27373
27374         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27375         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27376         * ext/alsa/gstalsa.h:
27377         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27378
27379 2004-03-09  Benjamin Otte  <otte@gnome.org>
27380
27381         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27382         (gst_mikmod_change_state):
27383         * ext/mikmod/gstmikmod.h:
27384           make mikmod's loop function not loop infinitely and call
27385           gst_element_yield anymore
27386         * gst/modplug/gstmodplug.cc:
27387           fix pad negotiation (fixes #136590)
27388
27389 2004-03-09  David Schleef  <ds@schleef.org>
27390
27391         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27392         doesn't conflict with the internal colorspace plugin.
27393         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27394         satisfy the crappy-ass shell shipped by a certain vendor.
27395         * gst/videofilter/make_filter: same (bug #135299)
27396
27397 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27398
27399         * configure.ac: bump nano to 1
27400
27401 === release 0.7.6 ===
27402
27403 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27404
27405         * configure.in: releasing 0.7.6, "There"
27406
27407 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27408
27409         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27410         * pkgconfig/gstreamer-play.pc.in:
27411           synchronize the two
27412
27413 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27414
27415         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27416         (cdparanoia_open), (cdparanoia_event):
27417           fix/add error handling
27418         * po/POTFILES.in:
27419           add cdparanoia source
27420         * tools/Makefile.am:
27421           make scripts executable
27422
27423 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27424
27425         * configure.ac:
27426         * ext/vorbis/Makefile.am:
27427         * sys/Makefile.am:
27428           remove id3types, vorbisfile and xvideosink from the build (#133783)
27429
27430 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27431
27432         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27433           Fix metadata read crash (#136537).
27434
27435 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27436
27437         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27438         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27439           adding mime types, fixing the one-stop function
27440
27441 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27442
27443         * ext/nas/nassink.c and /ext/nas/nassink.h:
27444         More NAS love from Arwed von Merkatz
27445         So lets all sing 'Can you feel the NAS tonight'
27446
27447 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27448
27449         * tools/gst-launch-ext.in:
27450         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27451
27452 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27453
27454         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27455         (gst_mpeg2dec_init):
27456         remove the user_data pad for now, because it is being used in
27457         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27458         If someone knows how to fix this properly, please do.
27459
27460 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27461
27462         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27463         (gst_osssink_get_time):
27464         add a warning, IMO this won't get triggered anymore, remove later
27465
27466 2004-03-07  David Schleef  <ds@schleef.org>
27467
27468         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27469         format (bug #136470)
27470
27471 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27472
27473         * gst-libs/Makefile.am:
27474         * gst-libs/gst/media-info/Makefile.am:
27475         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27476         (error_callback), (gst_media_info_error_create),
27477         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27478         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27479         * gst-libs/gst/media-info/media-info-priv.h:
27480         * gst-libs/gst/media-info/media-info-test.c: (main):
27481         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27482         (gst_media_info_class_init), (gst_media_info_instance_init),
27483         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27484         (gst_media_info_read_idler), (gst_media_info_read):
27485         * gst-libs/gst/media-info/media-info.h:
27486         fixed, should work now
27487
27488 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27489
27490         * ext/nas/nassink.c:
27491         A bunch of NAS fixes from Arwed von Merkatz
27492
27493 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27494
27495         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27496         (qtdemux_parse_trak):
27497           Fix crash (j might be greater than n_samples, in which case we're
27498           writing outside the allocated space for the array) and memleak.
27499
27500 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27501
27502         * sys/oss/gstosssink.c: (gst_osssink_chain):
27503           And another caller that couldn't handle delay < 0 (unsigned
27504           integer overflow). Video now continues playing on an audio
27505           buffer underrun, and the clock continues working. Audio still
27506           stalls.
27507
27508 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27509
27510         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27511         (gst_osssink_get_time):
27512           get_delay() may return values lower than 0. In those cases, we
27513           should not actually cast to *unsigned* int64, that will break
27514           stuff horribly. In my case, it screwed up A/V sync in movies
27515           in totem rather badly.
27516
27517 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27518
27519         * ext/faac/gstfaac.c: (gst_faac_chain):
27520         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27521         * ext/libpng/gstpngenc.c: (user_write_data):
27522         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27523         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27524         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27525         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27526         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27527         of any buffer), should fix some leaks. I hope I didn't unref buffers
27528         that shouldn't be...
27529
27530 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27531
27532         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27533         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27534         (error_callback), (gmi_reset), (gmi_seek_to_track),
27535         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27536         (gmip_find_type_post), (gmip_find_stream_post),
27537         (gmip_find_track_streaminfo_post):
27538         * gst-libs/gst/media-info/media-info-priv.h:
27539         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27540         (info_print), (main):
27541         * gst-libs/gst/media-info/media-info.c:
27542         (gst_media_info_error_create), (gst_media_info_error_element),
27543         (gst_media_info_instance_init), (gst_media_info_get_property),
27544         (gst_media_info_new), (gst_media_info_set_source),
27545         (gst_media_info_read_idler), (gst_media_info_read):
27546         * gst-libs/gst/media-info/media-info.h:
27547           first pass at making this work again.  This seems to work on
27548           tagged ogg/vorbis and mp3 files.
27549
27550 2004-03-06  Benjamin Otte  <otte@gnome.org>
27551
27552         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27553           fix huge leak: gst_buffer_merge doesn't unref the first argument
27554           itself.
27555
27556 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27557
27558         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27559           report layer/mode/emphasis
27560
27561 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27562
27563         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27564
27565 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27566
27567         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27568           signal serial
27569
27570 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27571
27572         * ext/vorbis/vorbis.c: (plugin_init):
27573         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27574         (gst_vorbis_dec_init), (vorbis_dec_event):
27575         add debug category
27576         make vorbisdec handle _BYTE and _TIME queries
27577
27578 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27579
27580         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27581           from the xing header
27582
27583 2004-03-06  Benjamin Otte  <otte@gnome.org>
27584
27585         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27586         (gst_audio_convert_link), (gst_audio_convert_change_state),
27587         (gst_audio_convert_buffer_from_default_format):
27588           do conversions from/to float correctly, fix some caps nego errors,
27589           export correct supported caps in template and getcaps, use correct
27590           caps in try_set_caps functions
27591
27592 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27593
27594         For some reason, I only committed a ChangeLog entry yesterday and
27595         not the corresponding code...
27596         * ext/mad/gstmad.c: Fix detection of Xing headers
27597         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27598
27599 2004-03-06  Benjamin Otte  <otte@gnome.org>
27600
27601         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27602         (gst_ogg_demux_src_query):
27603           make sure to handle the case where there's no current chain
27604           gracefully.
27605
27606 2004-03-05  David Schleef  <ds@schleef.org>
27607
27608         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27609         Add fixate function. (bug #131128)
27610         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27611         (gst_sdlvideosink_fixate):  Add fixate function.
27612         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27613         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27614         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27615         Fix missing break that was causing ulaw to be interpreted as
27616         raw int.
27617
27618 2004-03-05  David Schleef  <ds@schleef.org>
27619
27620         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27621         Fix code that ignores return value of gst_buffer_merge().
27622         (bug #114560)
27623         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27624         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27625         * testsuite/gst-lint:  Check for above.
27626
27627 2004-03-05  David Schleef  <ds@schleef.org>
27628
27629         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27630         caps and throw an element error.  (bug #136334)
27631
27632 2004-03-05  David Schleef  <ds@schleef.org>
27633
27634         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27635         (gst_faad_chain): Fix negotiation.
27636         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27637         key and button events.
27638         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27639         dung heap of code.
27640         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27641         depends on gconf
27642         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27643         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27644         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27645         function to encourage better negotiation, particularly between
27646         audioconvert and osssink.
27647         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27648         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27649         more important.
27650         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27651         typefinding.
27652         * gst/vbidec/vbiscreen.c:  Add glib header
27653         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27654
27655 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27656
27657         * ext/mad/gstmad.c: Fix detection of Xing headers
27658         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27659
27660 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27661
27662         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27663         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27664           debug updates
27665
27666 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27667
27668         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27669         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27670         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27671         files, and report the parsed length as a GST_TAG_DURATION tag.
27672         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27673
27674 2004-03-05  Benjamin Otte  <otte@gnome.org>
27675
27676         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27677           convert channels correctly. convert correctly to unsigned.
27678
27679 2004-03-05  Julien MOUTTE <julien@moutte.net>
27680
27681         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27682         we have a window before clearing it.
27683
27684 2004-03-05  Julien MOUTTE <julien@moutte.net>
27685
27686         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27687         have a window before clearing it.
27688
27689 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27690
27691         * gconf/gstreamer.schemas.in:
27692         * gst-libs/gst/gconf/Makefile.am:
27693           version installation path the same way as for 0.6
27694         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27695         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27696         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27697           remove comment that was fixed
27698
27699 2004-03-05  David Schleef  <ds@schleef.org>
27700
27701         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27702         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27703         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27704         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27705         Add prototype code for handling seeking and querying.
27706
27707 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27708
27709         * examples/gstplay/player.c: (main):
27710           Initialize variables to NULL. Prevents a segfault because the
27711           (uninitialized) variable is not NULL, resulting in a crash on
27712           trying to reach error->message.
27713
27714 2004-03-05  Benjamin Otte  <otte@gnome.org>
27715
27716         * gst/audioconvert/gstaudioconvert.c:
27717         (gst_audio_convert_buffer_to_default_format):
27718         make float=>int conversion work correctly even in cornercases.
27719
27720 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27721
27722         * debian/README.Debian:
27723         * debian/build-deps:
27724         * debian/changelog:
27725         * debian/control:
27726         * debian/control.in:
27727         * debian/copyright:
27728         * debian/gstreamer-a52dec.files:
27729         * debian/gstreamer-aa.files:
27730         * debian/gstreamer-alsa.files:
27731         * debian/gstreamer-alsa.manpages:
27732         * debian/gstreamer-arts.files:
27733         * debian/gstreamer-artsd.files:
27734         * debian/gstreamer-audiofile.files:
27735         * debian/gstreamer-avifile.files:
27736         * debian/gstreamer-cdparanoia.files:
27737         * debian/gstreamer-colorspace.files:
27738         * debian/gstreamer-doc.files:
27739         * debian/gstreamer-dv.files:
27740         * debian/gstreamer-dvd.files:
27741         * debian/gstreamer-esd.files:
27742         * debian/gstreamer-festival.files:
27743         * debian/gstreamer-flac.files:
27744         * debian/gstreamer-gconf.conffiles:
27745         * debian/gstreamer-gconf.files:
27746         * debian/gstreamer-gconf.postinst:
27747         * debian/gstreamer-gnomevfs.files:
27748         * debian/gstreamer-gsm.files:
27749         * debian/gstreamer-http.files:
27750         * debian/gstreamer-jack.files:
27751         * debian/gstreamer-jpeg.files:
27752         * debian/gstreamer-mad.files:
27753         * debian/gstreamer-mikmod.files:
27754         * debian/gstreamer-misc.files:
27755         * debian/gstreamer-mpeg2dec.files:
27756         * debian/gstreamer-oss.files:
27757         * debian/gstreamer-plugin-apps.files:
27758         * debian/gstreamer-plugin-apps.manpages:
27759         * debian/gstreamer-plugin-libs-dev.files:
27760         * debian/gstreamer-plugin-libs.files:
27761         * debian/gstreamer-plugin-template.postinst:
27762         * debian/gstreamer-plugin-template.postrm:
27763         * debian/gstreamer-sdl.files:
27764         * debian/gstreamer-sid.files:
27765         * debian/gstreamer-vorbis.files:
27766         * debian/gstreamer-x.files:
27767         * debian/mk.control:
27768         * debian/rules:
27769         Debian package info not maintained here.
27770
27771 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27772
27773         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27774         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27775         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27776         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27777         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27778         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27779         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27780         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27781         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27782         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27783         * gst-libs/gst/colorbalance/colorbalance.c:
27784         (gst_color_balance_class_init):
27785         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27786         (gst_color_balance_channel_class_init):
27787         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27788         * gst-libs/gst/play/play.c: (gst_play_class_init):
27789         * gst-libs/gst/propertyprobe/propertyprobe.c:
27790         (gst_property_probe_iface_init):
27791         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27792         * gst-libs/gst/tuner/tunerchannel.c:
27793         (gst_tuner_channel_class_init):
27794         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27795         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27796         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27797         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27798         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27799         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27800         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27801         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27802         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27803           fix signals to use - instead of _
27804         * ext/libcaca/gstcacasink.h:
27805         * ext/sdl/sdlvideosink.h:
27806           fix header rename
27807
27808 2004-03-04  David Schleef  <ds@schleef.org>
27809
27810         * testsuite/gst-lint:  Add a check for bad signal names.
27811
27812 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27813
27814         reviewed by David Schleef
27815
27816         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27817         modified the alpha channel and caused a warning. (bug #136192)
27818
27819 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27820
27821         * gst-plugins.spec.in:
27822         Change names of plugins to actually be correct. Try to keep things
27823         alphabetical to avoid getting beat up by Thomas
27824
27825 2004-03-03  Julien MOUTTE <julien@moutte.net>
27826
27827         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27828         Using ximagesink as a default if no gconf key found. We should
27829         probably consider using alsasink instead of osssink for the audio
27830         part.
27831
27832 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27833
27834         * configure.ac:
27835           fix --with-plugins, don't think it ever worked before
27836         * gst-plugins.spec.in:
27837           even more updates
27838
27839 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27840
27841         * ext/sdl/sdlvideosink.h:
27842         * sys/ximage/ximagesink.h:
27843         * sys/xvideo/xvideosink.h:
27844         * sys/xvimage/xvimagesink.h:
27845           Fix for move of gstvideosink.h -> videosink.h.
27846
27847 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27848
27849         * gst-libs/gst/xwindowlistener/Makefile.am:
27850           this is a plugin library, not a library
27851
27852 2004-03-01  David Schleef  <ds@schleef.org>
27853
27854         * AUTHORS:  Added some names.  Add yourself if you're still
27855         missing.
27856
27857 2004-03-01  David Schleef  <ds@schleef.org>
27858
27859         * MAINTAINERS: Add
27860
27861 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27862
27863         * gst-plugins.spec.in: clean up spec file
27864
27865 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27866
27867         * gst-libs/gst/video/Makefile.am:
27868         * gst-libs/gst/video/gstvideosink.c:
27869         * gst-libs/gst/video/gstvideosink.h:
27870           rename gstvideosink.h to videosink.h to match other headers
27871         * gst/mixmatrix/Makefile.am:
27872           fix plugin filename
27873         * gst/tags/Makefile.am: fix plugin filename
27874
27875 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27876
27877         * gst/tags/Makefile.am: fix plugin filename
27878
27879 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27880
27881         * examples/gstplay/player.c: (got_time_tick), (main):
27882           add error handler
27883           display time_tick more readably
27884         * gst/mixmatrix/Makefile.am:
27885           fix plugin file name
27886
27887 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
27888
27889         * sys/oss/gstosselement.c: (gst_osselement_probe),
27890         (device_combination_append), (gst_osselement_class_probe_devices):
27891         * sys/oss/gstosselement.h:
27892           Reworked enumeration of oss dsps and mixers so that gst-mixer works
27893           on my system using alsa oss emulation, fixes bug #135597
27894
27895 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27896
27897         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27898         (gst_videodrop_chain), (gst_videodrop_change_state):
27899         * gst/videodrop/gstvideodrop.h:
27900           Work based on timestamp of input data, not based on the expected
27901           framerate from the input. The consequence is that this element now
27902           not only scales framerates, but also functions as a framerate
27903           corrector or framerate stabilizer/constantizer.
27904
27905 2004-02-27  David Schleef  <ds@schleef.org>
27906
27907         patches from jmmv@menta.net (Julio M. Merino Vidal)
27908
27909         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27910         GST_ELEMENT_ERROR call (bug #135634)
27911         * gst/interleave/interleave.c: (interleave_buffered_loop),
27912         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27913         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27914         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27915         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27916         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27917         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27918         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27919         Fix GST_ELEMENT_ERROR call.
27920         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27921         GST_ELEMENT_ERROR call.
27922
27923 2004-02-27  Benjamin Otte  <otte@gnome.org>
27924
27925         * gst-libs/gst/audio/audio.h:
27926           add macro to make sure header isn't included twice
27927         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27928           don't use gst_buffer_free
27929         * gst/playondemand/filter.func:
27930           don't use gst_data_free. Free data only once.
27931
27932 2004-02-26  David Schleef  <ds@schleef.org>
27933
27934         * gst-libs/gst/colorbalance/Makefile.am:
27935         * gst-libs/gst/mixer/Makefile.am:
27936         * gst-libs/gst/tuner/Makefile.am:
27937         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27938         should not be disted, -marshal.h files should not be installed,
27939         and -enum.h files _should_ be installed.  Fix to make this the
27940         case.
27941
27942 === release 0.7.5 ===
27943
27944 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27945
27946         * configure.ac: release 0.7.5, "Under The Sea"
27947
27948 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27949
27950         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27951         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27952         * gst/videoscale/gstvideoscale.c:
27953         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27954           assorted debug/warning fixes
27955
27956 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27957
27958         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
27959         (gst_videoscale_init), (gst_videoscale_chain),
27960         (gst_videoscale_set_property), (plugin_init):
27961         * gst/videoscale/gstvideoscale.h:
27962         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27963         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
27964         (gst_videoscale_planar400), (gst_videoscale_packed422),
27965         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
27966         (gst_videoscale_24bit), (gst_videoscale_16bit),
27967         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
27968         (gst_videoscale_scale_plane_slow),
27969         (gst_videoscale_scale_point_sample),
27970         (gst_videoscale_scale_nearest),
27971         (gst_videoscale_scale_nearest_str2),
27972         (gst_videoscale_scale_nearest_str4),
27973         (gst_videoscale_scale_nearest_32bit),
27974         (gst_videoscale_scale_nearest_24bit),
27975         (gst_videoscale_scale_nearest_16bit):
27976         add debugging category and use it properly
27977         fix use of GST_PTR_FORMAT
27978
27979 2004-02-25  Andy Wingo  <wingo@pobox.com>
27980
27981         * gst/interleave/interleave.c (interleave_buffered_loop): Always
27982         push only when channel->buffer is NULL. Prevents segfaults doing
27983         the state change after a nonlocal exit, like a scheme exception.
27984
27985         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
27986         Handle the case where the intersected caps is empty.
27987
27988 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27989
27990         * gst/law/mulaw-decode.c: (mulawdec_link):
27991         * gst/law/mulaw.c: (plugin_init):
27992           fix mulawdec so it actually works again
27993
27994 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
27995
27996         reviewed by: David Schleef  <ds@schleef.org>
27997
27998         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
27999         (gst_gamma_init), (gst_gamma_set_property),
28000         (gst_gamma_get_property), (gst_gamma_calculate_tables),
28001         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
28002         for RGB, with separate r g and b correction factors. (#131167)
28003
28004 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28005
28006         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28007           only signal tags for bitrate if they're > 0 (#134894)
28008
28009 2004-02-24  David Schleef  <ds@schleef.org>
28010
28011         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28012         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28013         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28014         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28015         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28016         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28017         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28018         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28019         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
28020         category.  Attempt to fix timestamp calculation.
28021
28022 2004-02-24  Johan Dahlin  <johan@gnome.org>
28023
28024         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28025
28026 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28027
28028         * configure.ac:
28029         * gconf/Makefile.am:
28030         * gconf/gstreamer.schemas:
28031         * gst-libs/gst/gconf/Makefile.am:
28032         * gst-libs/gst/gconf/gconf.c:
28033           version gconf schemas and install locations
28034
28035 2004-02-23  Benjamin Otte  <otte@gnome.org>
28036
28037         * ext/xine/xineinput.c: (gst_xine_input_dispose):
28038         (gst_xine_input_subclass_init):
28039           call parent dispose.
28040           change pad template for CD reader correctly
28041         * ext/xine/Makefile.am:
28042         * ext/xine/gstxine.h:
28043         * ext/xine/xine.c: (plugin_init):
28044         * ext/xine/xineaudiosink.c:
28045           wrap audio sinks, too
28046         * gst-libs/gst/resample/private.h:
28047         * gst-libs/gst/resample/resample.c: (gst_resample_init),
28048         (gst_resample_reinit), (gst_resample_scale),
28049         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28050         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28051         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28052         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28053         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28054         * gst-libs/gst/resample/resample.h:
28055         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28056         (gst_audioscale_class_init), (gst_audioscale_link),
28057         (gst_audioscale_get_buffer), (gst_audioscale_init),
28058         (gst_audioscale_chain), (gst_audioscale_set_property),
28059         (gst_audioscale_get_property):
28060         * gst/audioscale/gstaudioscale.h:
28061           s/resample_*/gst_resample_*/i to not clobber namespaces
28062
28063 2004-02-23  Julien MOUTTE  <julien@moutte.net>
28064
28065         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28066         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28067         (gst_riff_create_video_template_caps),
28068         (gst_riff_create_audio_template_caps),
28069         (gst_riff_create_iavs_template_caps):
28070         * gst-libs/gst/riff/riff-media.h:
28071         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28072         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28073         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28074         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28075         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28076         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28077         (gst_matroska_demux_plugin_init): First batch implementing audio and
28078         video codec tags in demuxers.
28079
28080 2004-02-22  Benjamin Otte  <otte@gnome.org>
28081
28082         * ext/xine/Makefile.am:
28083         * ext/xine/gstxine.h:
28084         * ext/xine/xine.c: (plugin_init):
28085         * ext/xine/xineinput.c:
28086           add input plugin wrapper. Playback from files, http, mms and cdda
28087           works.
28088         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28089           remove leftover G_GNUC_UNUSED
28090         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28091         (gst_asf_demux_identify_guid):
28092           improve debugging output
28093
28094 2004-02-22  Benjamin Otte  <otte@gnome.org>
28095
28096         reported by: Padraig O'Briain <padraig.obriain@sun.com>
28097
28098         * autogen.sh:
28099           replace test -e with test -x for mkinstalldirs to be more portable.
28100           (fixes #134816)
28101
28102 2004-02-22  Benjamin Otte  <otte@gnome.org>
28103
28104         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28105
28106         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28107           set rank to PRIMARY
28108         * gst/volume/gstvolume.c: (plugin_init):
28109           set rank to NONE
28110         fixes #134960
28111
28112 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
28113
28114         reviewed by Benjamin Otte  <otte@gnome.org>
28115
28116         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28117           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28118
28119 2004-02-22  Benjamin Otte  <otte@gnome.org>
28120
28121         * configure.ac:
28122           export [_]*{gst,Gst,GST}.* symbols from plugins
28123
28124 2004-02-22  Christophe Fergeau <teuf@gnome.org>
28125
28126         reviewed by: Benjamin Otte  <otte@gnome.org>
28127
28128         * ext/lame/gstlame.c: (add_one_tag):
28129         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28130         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28131         (gst_vorbisenc_metadata_set1):
28132         * gst/tags/gstid3tag.c:
28133         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28134           apply fixes from bugs #135042 (lame can't write tags) and #133817
28135           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28136
28137 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28138
28139         * configure.ac: Export only gst_plugin_desc from plugins.
28140          Note that this change only makes any effect with Linux using libtool
28141          1.5.2 or higher. Otherwise it is silently ignored, but it would build
28142          fine. And don't try to have several versions of libtool in different
28143          directories.
28144
28145 2004-02-20  Andy Wingo  <wingo@pobox.com>
28146
28147         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28148         interleave respectively.
28149
28150         * gst/interleave/deinterleave.c: New plugin: deinterleave
28151         (replaces on oneton).
28152         * gst/interleave/interleave.c: New plugin: interleave.
28153         * gst/interleave/plugin.h: Support file.
28154         * gst/interleave/plugin.c: Support file.
28155
28156         * configure.ac: Remove intfloat and oneton, add interleave.
28157
28158         * ext/sndfile/gstsf.c: Handle events better.
28159
28160         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28161         and float2int operation. int2float has scheduling problems as
28162         noted in in2float_chain.
28163
28164 2004-02-20  Benjamin Otte  <otte@gnome.org>
28165
28166         * ext/xine/Makefile.am:
28167         * ext/xine/gstxine.h:
28168         * ext/xine/xine.c:
28169         * ext/xine/xineaudiodec.c:
28170         * ext/xine/xinecaps.c:
28171           add first version of xine plugin wrapper. Currently only wraps the
28172           QDM2 win32 DLL, and even that only in proof-of-concept quality.
28173         * configure.ac:
28174         * ext/Makefile.am:
28175           add xine plugin wrapper, disabled by default. Use --enable-xine to
28176           build. Note that it'll segfault on gst-register if you don't remove
28177           the goom and tvtime post plugins from xine.
28178         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28179         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28180           add extradata parsing for QDM2.
28181           change around debugging prints.
28182
28183 2004-02-19  Benjamin Otte  <otte@gnome.org>
28184
28185         * ext/lame/gstlame.c: (gst_lame_chain):
28186         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28187           use gst_tag_list_insert when you want to insert tags
28188
28189 2004-02-18  David Schleef  <ds@schleef.org>
28190
28191         * configure.ac:  Move massink to gst-rotten
28192         * ext/Makefile.am:
28193         * ext/mas/Makefile.am:
28194         * ext/mas/massink.c:
28195         * ext/mas/massink.h:
28196
28197 2004-02-18  David Schleef  <ds@schleef.org>
28198
28199         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28200         typefinding, since it seems to be worse than nothing.
28201         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28202         atom to recognize .mp4 and .m4a files as video/quicktime.
28203
28204 2004-02-18  David Schleef  <ds@schleef.org>
28205
28206         * gst/sine/demo-dparams.c: (quit_live),
28207         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28208         Use double dparams, not float.
28209         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28210         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28211         sync'd elements don't really work correctly.
28212         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28213         (volume_update_volume), (volume_get_property):  Change dparam
28214         to double.
28215
28216 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28217
28218         * sys/ximage/ximagesink.c:
28219         (gst_ximagesink_xwindow_update_geometry),
28220         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28221         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28222         (gst_ximagesink_init): Rework the way software video scaling works. So
28223         now we check on each chain call if the video frames are feeling the
28224         window. If not we try to renegotiate caps. On failure we memorize that
28225         and we won't try again for that PLAYING sessions.
28226         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28227         failure.
28228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28229         synchronous flag.
28230
28231 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28232
28233         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28234           break up _link so we can give a better debug message for errors
28235
28236 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28237
28238         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28239           set up debug category
28240
28241 2004-02-18  Julien MOUTTE <julien@moutte.net>
28242
28243         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28244         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28245         the way renegotiation work. The event handling function is not taking
28246         care of external windows and renegotiate method check for pad flags
28247         NEGOTIATING. Should fix : #133209
28248
28249 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28250
28251         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28252         pad is negotiating before trying renegotiation.
28253
28254 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28255
28256         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28257           pass on all possible mime types as typefind hints
28258
28259 2004-02-17  Julien MOUTTE <julien@moutte.net>
28260
28261         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28263         possible SHM leak if we crash. All other apps using XShm are doing
28264         that.
28265
28266 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28267
28268         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28269         (gst_ximagesink_expose): Renegotiate size on expose.
28270         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28271         size on expose.
28272
28273 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28274
28275         * testsuite/alsa/sinesrc.c:
28276           cosmetic fix to fix compile issue with gcc 2.95.4
28277
28278 2004-02-16  Julien MOUTTE <julien@moutte.net>
28279
28280         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28281         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28282         failed opening the audio device.
28283         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28284         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28285         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28286         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28287         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28288         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28289         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28290         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28291         Removing some useless g_return_if_fail like wingo suggested.
28292         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28293         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28294         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28295         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28296         (gst_xvimagesink_update_colorbalance),
28297         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28298         (gst_xvimagesink_xcontext_clear),
28299         (gst_xvimagesink_get_fourcc_from_caps),
28300         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28301         (gst_xvimagesink_set_xwindow_id),
28302         (gst_xvimagesink_colorbalance_list_channels),
28303         (gst_xvimagesink_colorbalance_set_value),
28304         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28305         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28306
28307 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28308
28309         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28310           throw error when not negotiated instead of asserting
28311
28312 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28313
28314         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28315         correct data refcounting.
28316
28317 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28318
28319         * gst/switch/gstswitch.c: (gst_switch_change_state),
28320         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28321         change, mostly the EOS flag.
28322
28323 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28324
28325         * examples/gstplay/player.c: (got_eos), (main): Adding some
28326         output for debugging.
28327         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28328         timeouts if we go to any state different from PLAYING.
28329         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28330         more EOS bugs in riff lib.
28331
28332 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28333
28334         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28335         visualization until i find a way to fix switch correctly.
28336         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28337         EOS arrives.
28338         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28339         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28340         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28341         Reworked switch to get a more correct behaviour with events and refing
28342         of data stored in sinkpads.
28343         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28344         we don't pull from a pad in EOS.
28345
28346 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28347
28348         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28349           remove v1 tag even if we can't read it (makes sure we don't detect
28350           it again)
28351
28352 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28353
28354         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28355         (gst_alsa_xrun_recovery):
28356         * ext/alsa/gstalsa.h:
28357           try xrun recovery when wait failed. Make xrun recovery function
28358           return TRUE/FALSE to indicate success. (might fix #134354)
28359
28360 2004-02-13  David Schleef  <ds@schleef.org>
28361
28362         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28363         (dynparm_value_changed), (main): Convert from float to double.
28364         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28365
28366 2004-02-13  David Schleef  <ds@schleef.org>
28367
28368         * gst/silence/gstsilence.c: (gst_silence_class_init),
28369         (gst_silence_set_clock), (gst_silence_get),
28370         (gst_silence_set_property), (gst_silence_get_property):
28371         * gst/silence/gstsilence.h: Add sync property.
28372         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28373         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28374         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28375         * gst/sine/gstsinesrc.h: Add sync property.
28376
28377 2004-02-13  David Schleef  <ds@schleef.org>
28378
28379         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28380         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28381
28382 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28383
28384         * configure.ac:
28385         * ext/Makefile.am:
28386         * gst-libs/ext/Makefile.am:
28387           move ffmpeg plugin to gst-ffmpeg module
28388
28389 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28390
28391         * configure.ac: use GST_ARCH to detect architecture
28392
28393 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28394
28395         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28396
28397 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28398
28399         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28400           classify LADSPA plugins based on number of src/sink pads
28401           (#133663, Stefan Kost)
28402         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28403           fix dparams registration
28404           (#133528, Stefan Kost)
28405         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28406           fix use of isprint and use g_ascii_isprint instead
28407           (#133316, Stefan Kost)
28408
28409 2004-02-11  David Schleef  <ds@schleef.org>
28410
28411         Convert a few inner loops to use liboil.  This is currently
28412         optional, and is only enabled if liboil is present (duh!).
28413         * configure.ac: Check for liboil-0.1
28414         * gst/intfloat/Makefile.am:
28415         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28416         (gst_int2float_chain_gint16):
28417         * gst/videofilter/Makefile.am:
28418         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28419         (tablelookup_u8), (gst_videobalance_planar411):
28420         * gst/videotestsrc/Makefile.am:
28421         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28422         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28423         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28424         (paint_hline_RGB565), (paint_hline_xRGB1555):
28425
28426 2004-02-11  David Schleef  <ds@schleef.org>
28427
28428         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28429         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28430         (gst_colorspace_getcaps), (gst_colorspace_link),
28431         (gst_colorspace_base_init), (gst_colorspace_init),
28432         (gst_colorspace_chain), (gst_colorspace_change_state),
28433         (plugin_init): Merge Ronald's patch (bug #117897) and update
28434         for new caps and negotiation.  Seems to work, although it
28435         shows off bugs in lcs.
28436
28437 2004-02-11  David Schleef  <ds@schleef.org>
28438
28439         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28440         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28441
28442 2004-02-11  David Schleef  <ds@schleef.org>
28443
28444         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28445         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28446         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28447         Add server and port properties
28448
28449 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28450
28451         * m4/a52.m4:
28452         * m4/aalib.m4:
28453         * m4/as-ffmpeg.m4:
28454         * m4/as-liblame.m4:
28455         * m4/as-slurp-ffmpeg.m4:
28456         * m4/check-libheader.m4:
28457         * m4/esd.m4:
28458         * m4/freetype2.m4:
28459         * m4/gconf-2.m4:
28460         * m4/glib.m4:
28461         * m4/gst-alsa.m4:
28462         * m4/gst-artsc.m4:
28463         * m4/gst-ivorbis.m4:
28464         * m4/gst-matroska.m4:
28465         * m4/gst-sdl.m4:
28466         * m4/gst-shout2.m4:
28467         * m4/gst-sid.m4:
28468         * m4/gtk.m4:
28469         * m4/libdv.m4:
28470         * m4/libfame.m4:
28471         * m4/libmikmod.m4:
28472         * m4/ogg.m4:
28473         * m4/vorbis.m4:
28474           fix underquotedness of macros (#133800)
28475         * m4/as-avifile.m4:
28476         * m4/xmms.m4:
28477           removed because no longer used
28478
28479 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28480
28481         * configure.ac:
28482           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28483           by autopoint (fixes #132996)
28484
28485 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28486
28487         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28488         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28489         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28490         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28491           fix memleaks
28492
28493 2004-02-11  David Schleef  <ds@schleef.org>
28494
28495         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28496         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28497         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28498         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28499         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28500         (gst_jpegenc_class_init), (gst_jpegenc_init),
28501         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28502         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28503         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28504         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28505
28506 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28507
28508         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28509         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28510         * ext/mikmod/gstmikmod.h:
28511           fix caps negotiation in mikmod
28512         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28513           output debug information
28514
28515 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28516
28517         * gst-libs/gst/colorbalance/Makefile.am:
28518         * gst-libs/gst/navigation/Makefile.am:
28519         * gst-libs/gst/xoverlay/Makefile.am:
28520           remove unused GST_OPT_CFLAGS from Makefiles
28521           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28522
28523 2004-02-07  David Schleef  <ds@schleef.org>
28524
28525         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28526         push events to pads that haven't been created (#133508)
28527
28528 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28529
28530         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28531         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28532         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28533         (gst_dvdec_loop), (gst_dvdec_change_state):
28534         Second attempt at committing a working dvdec element.
28535
28536 2004-02-06  David Schleef  <ds@schleef.org>
28537
28538         Build fixes for OS X: (see #129600)
28539         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28540         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28541         (gst_riff_read_strf_iavs):
28542         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28543         (gst_avi_demux_stream_odml):
28544         * gst/playondemand/Makefile.am:
28545         * gst/rtp/rtp-packet.c:
28546
28547 2004-02-05  David Schleef  <ds@schleef.org>
28548
28549         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28550         last change, because it Just Doesn't Compile.
28551
28552 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28553
28554         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28555           skip undecodable id3v2 tag instead of keeping it
28556
28557 2004-02-05  David Schleef  <ds@schleef.org>
28558
28559         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28560         Unref leaked buffer.  (Noticed by Ronald)
28561
28562 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28563
28564         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28565         Sync requires with other checks.  >= vs =.
28566
28567 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28568
28569         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28570         (gst_dvdec_video_link), (gst_dvdec_loop):
28571         * ext/dv/gstdvdec.h:
28572           rework the caps negotiation so that dvdec works again instead
28573           of just segfaulting.
28574
28575 === release 0.7.4 ===
28576
28577 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28578
28579         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28580         * configure.ac: changed for release
28581
28582 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28583
28584         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28585         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28586         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28587         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28588           reworked patch by David Lehn to fix libdir and includedir for
28589           uninstalled libraries
28590           removed play and gconf from gstreamer-libs since they have their
28591           own pkgconfig files
28592
28593 2004-02-04  David Schleef  <ds@schleef.org>
28594
28595         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28596         memleak.
28597
28598 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28599
28600         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28601           use correct GST_TAG_ENCODER tag
28602
28603 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28604
28605         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28606           be sure to stop the clock when going to paused
28607         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28608           reset number of transmitted when going to ready.
28609         fixes #132935
28610
28611 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28612
28613         reviewed by Benjamin Otte
28614
28615         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28616           extract track count (fixes #133410)
28617
28618 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28619
28620         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28621           that should be !=, not == (fixes #132519)
28622
28623 2004-02-04  David Schleef  <ds@schleef.org>
28624
28625         Make sure set_explicit_caps() is called before adding pad.
28626         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28627         * gst/id3/gstid3types.c: (gst_id3types_loop):
28628         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28629         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28630
28631 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28632
28633         * configure.ac:
28634           bump nano to 2, first prerelease
28635           put back AM_PROG_LIBTOOL
28636
28637 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28638
28639         * testsuite/alsa/Makefile.am:
28640           these are user test apps, not automatic testsuite tests
28641
28642 2004-02-04  David Schleef  <ds@schleef.org>
28643
28644         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28645         * gst/mpeg1videoparse/gstmp1videoparse.c:
28646         (mp1videoparse_parse_seq):
28647         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28648         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28649         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28650         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28651         (gst_xvideosink_getcaps):
28652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28653         * testsuite/gst-lint: more tests
28654
28655 2004-02-04  David Schleef  <ds@schleef.org>
28656
28657         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28658         with the code that they would expand to.
28659         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28660         (gst_flacdec_get_src_query_types),
28661         (gst_flacdec_get_src_event_masks):
28662         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28663         (gst_gnomevfssrc_get_query_types),
28664         (gst_gnomevfssrc_get_event_mask):
28665
28666 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28667
28668         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28669         (gst_sinesrc_dispose):
28670           fix memleak by properly disposing sinesrc
28671
28672 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28673
28674         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28675         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28676         an overlay to redraw the image because it has been exposed.
28677         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28678         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28679         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28680         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28681         interface
28682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28683         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28684         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28685         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28686         interface
28687
28688 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28689
28690         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28691           more memleak fixage
28692
28693 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28694
28695         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28696         * gst/typefind/gsttypefindfunctions.c:
28697           fix memleaks shown by gst-typefind
28698
28699 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28700
28701         * common/glib-gen.mak:
28702           add hack rule to touch .Plo files
28703         * gst-libs/gst/colorbalance/Makefile.am:
28704         * gst-libs/gst/mixer/Makefile.am:
28705         * gst-libs/gst/play/Makefile.am:
28706         * gst-libs/gst/tuner/Makefile.am:
28707           remove glib_root variable
28708
28709 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28710
28711         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28712           set explicit caps before adding the element, so the autopluggers can
28713           plug correctly.
28714         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28715         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28716         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28717         (dv_type_find):
28718           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28719           argument.
28720
28721 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28722
28723         * gst-libs/gst/colorbalance/Makefile.am:
28724         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28725         * gst-libs/gst/colorbalance/colorbalance.c:
28726         * gst-libs/gst/colorbalance/colorbalance.h:
28727         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28728         * gst-libs/gst/mixer/Makefile.am:
28729         * gst-libs/gst/mixer/mixer-marshal.list:
28730         * gst-libs/gst/mixer/mixer.c:
28731         * gst-libs/gst/mixer/mixer.h:
28732         * gst-libs/gst/mixer/mixermarshal.list:
28733         * gst-libs/gst/play/Makefile.am:
28734         * gst-libs/gst/play/play.h:
28735         * gst-libs/gst/tuner/Makefile.am:
28736         * gst-libs/gst/tuner/tuner-marshal.list:
28737         * gst-libs/gst/tuner/tuner.c:
28738         * gst-libs/gst/tuner/tuner.h:
28739         * gst-libs/gst/tuner/tunermarshal.list:
28740           use new glib-gen.mak snippet to clean up Makefile.am
28741           fix various bugs in Makefile.am's
28742
28743 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28744
28745         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28746           handle chain parsing correctly in the multichain case
28747         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28748         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28749         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28750         (theora_dec_chain):
28751           handle events and queries correctly
28752
28753 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28754
28755         * .cvsignore:
28756         Ignore generated file _stdint.h.
28757
28758 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28759
28760         * gst-libs/gst/colorbalance/Makefile.am:
28761         * gst-libs/gst/colorbalance/colorbalance.h:
28762         * gst-libs/gst/mixer/Makefile.am:
28763         * gst-libs/gst/mixer/mixer.h:
28764         * gst-libs/gst/play/Makefile.am:
28765         * gst-libs/gst/play/play.h:
28766         * gst-libs/gst/tuner/Makefile.am:
28767         * gst-libs/gst/tuner/tuner.h:
28768         Generate enum type code with glib-mkenums.
28769         * gst-libs/gst/colorbalance/.cvsignore:
28770         * gst-libs/gst/mixer/.cvsignore:
28771         * gst-libs/gst/play/.cvsignore:
28772         * gst-libs/gst/tuner/.cvsignore:
28773         Ignore generated files.
28774
28775 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28776
28777         * gst-libs/gst/audio/.cvsignore:
28778         Ignore generated file.
28779         * gst-libs/gst/audio/Makefile.am:
28780         Do not install example filter.
28781
28782 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28783
28784         * examples/switch/.cvsignore:
28785         Ignore generated file.
28786
28787 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28788
28789         * common/m4/ax_create_stdint_h.m4:
28790         * configure.ac:
28791           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28792           _stdint.h.
28793         * Makefile.am:
28794           remove generated _stdint.h in DISTCLEANFILES
28795         * ext/a52dec/gsta52dec.c:
28796           include _stdint.h for a52dec. (should fix #133064)
28797
28798 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28799
28800         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28801         (gst_tag_to_vorbis_comments):
28802         Add replaygain support to vorbistag
28803
28804 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28805         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28806         (gst_ffmpeg_caps_to_extradata):
28807           Fix SVQ3 caps flag properties
28808           Use glib macro for bytes swap
28809
28810 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28811
28812         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28813         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28814         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28815         * ext/sndfile/gstsf.c: (plugin_init):
28816         * gst/avi/gstavi.c: (plugin_init):
28817         * sys/dxr3/dxr3init.c: (plugin_init):
28818         * sys/oss/gstossaudio.c: (plugin_init):
28819         * sys/v4l/gstv4l.c: (plugin_init):
28820         * sys/v4l2/gstv4l2.c: (plugin_init):
28821           remove textdomain calls
28822         * po/nl.po:
28823           update Dutch translation
28824
28825 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28826
28827         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28828         (gst_play_set_audio_sink): Moving volume in the audio thread for
28829         instantaneous volume change. Maybe i will add another volume in front
28830         of visualization later, not sure yet though.
28831
28832 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28833
28834         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28835         (gst_ximagesink_handle_xevents): Better X events handling, only take
28836         the latest events for configure and motion.
28837         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28838
28839 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28840
28841         reviewed by: David Schleef  <ds@schleef.org>
28842
28843         Fix memory leaks:
28844         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28845         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28846
28847 2004-02-02  David Schleef  <ds@schleef.org>
28848
28849         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
28850         of lines.
28851         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28852         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28853         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28854         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28855         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28856         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28857         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28858         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28859         (gst_float2_2_int_link):
28860         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28861         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28862         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28863         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28864         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28865         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28866         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28867         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28868         * testsuite/gst-lint: Add tests for bzero and ;;
28869
28870 2004-02-02  David Schleef  <ds@schleef.org>
28871
28872         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28873
28874 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28875
28876         * ext/aalib/gstaasink.c: (gst_aasink_open):
28877         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28878         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28879         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28880         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28881         (gst_afsink_close_file):
28882         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28883         (gst_afsrc_close_file):
28884         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28885         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28886         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28887         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28888         * ext/esd/esdmon.c: (gst_esdmon_get):
28889         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28890         * ext/faac/gstfaac.c: (gst_faac_chain):
28891         * ext/faad/gstfaad.c: (gst_faad_chain):
28892         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28893         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28894         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28895         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28896         (gst_flacdec_loop):
28897         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28898         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28899         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28900         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28901         (gst_gnomevfssink_close_file):
28902         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28903         (gst_gnomevfssrc_open_file):
28904         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28905         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28906         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28907         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28908         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28909         * ext/mad/gstmad.c: (gst_mad_chain):
28910         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28911         * ext/mpeg2dec/gstmpeg2dec.c:
28912         * ext/mpeg2enc/gstmpeg2enc.cc:
28913         * ext/mplex/gstmplex.cc:
28914         * ext/mplex/gstmplexibitstream.cc:
28915         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28916         (gst_ogg_demux_push):
28917         * ext/raw1394/gstdv1394src.c:
28918         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28919         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28920         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28921         (gst_sf_loop):
28922         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28923         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28924         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28925         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28926         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28927         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28928         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28929         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28930         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28931         (gst_riff_read_element_data), (gst_riff_read_seek),
28932         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28933         * gst/adder/gstadder.c: (gst_adder_loop):
28934         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28935         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28936         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28937         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28938         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28939         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28940         * gst/goom/gstgoom.c: (gst_goom_chain):
28941         * gst/id3/gstid3types.c: (gst_id3types_loop):
28942         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28943         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28944         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28945         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28946         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28947         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28948         (gst_ebml_read_float), (gst_ebml_read_header):
28949         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28950         (gst_matroska_demux_parse_blockgroup):
28951         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28952         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28953         * gst/oneton/gstoneton.c: (gst_oneton_chain):
28954         * gst/silence/gstsilence.c: (gst_silence_get):
28955         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28956         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28957         * gst/speed/gstspeed.c: (speed_loop):
28958         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28959         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28960         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28961         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28962         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28963         (gst_wavparse_loop):
28964         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28965         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28966         (dxr3audiosink_close):
28967         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28968         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
28969         (dxr3videosink_close), (dxr3videosink_write_data):
28970         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28971         * sys/oss/gstosssink.c: (gst_osssink_chain):
28972         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28973         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
28974         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
28975         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
28976         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28977         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28978         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
28979         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
28980         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
28981         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
28982         (gst_v4l_set_audio):
28983         * sys/v4l/v4l_calls.h:
28984         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28985         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
28986         (gst_v4lmjpegsink_playback_init),
28987         (gst_v4lmjpegsink_playback_start):
28988         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
28989         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28990         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
28991         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
28992         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
28993         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
28994         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
28995         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
28996         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
28997         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
28998         (gst_v4l2_get_output), (gst_v4l2_set_output),
28999         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29000         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29001         (gst_v4l2_set_attribute):
29002         * sys/v4l2/v4l2_calls.h:
29003         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29004         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29005         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29006         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29007         (gst_v4l2src_capture_stop):
29008         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29009         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29010         (gst_ximagesink_chain):
29011         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29012         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29013         (gst_xvideosink_xwindow_new):
29014         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29015         (gst_xvimagesink_chain):
29016
29017 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29018
29019         * gst/volume/gstvolume.c: (gst_volume_set_volume),
29020         (gst_volume_get_volume), (volume_class_init), (volume_init),
29021         (volume_chain_int16), (volume_update_volume):
29022         * gst/volume/gstvolume.h:
29023           make code more readable by removing magic numbers
29024           make mixer interface export 0-100 range
29025           make it internally map to 0.0-1.0 range so users don't distort
29026           output by putting the sliders at full volume
29027
29028 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29029
29030         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29031         (gst_play_state_change), (gst_play_seek_to_time):
29032         block the tick callback for 0.5 secs after doing a seek
29033
29034 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29035
29036         * gst-libs/gst/play/play.c: (gst_play_new):
29037           check for GError
29038
29039 2004-02-01  Julien MOUTTE  <julien@moutte.net>
29040
29041         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29042         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29043         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29044         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29046         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29047
29048 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29049
29050         * configure.ac:
29051         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29052           check for a function added in vorbis 1.1
29053
29054 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29055
29056         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29057         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29058           really start/stop clock only on PLAYING <=> PAUSED
29059         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29060           remove \n from debugging lines
29061         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29062           make it work when seeking does not
29063         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29064           reset on DISCONT
29065
29066 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29067
29068         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29069           start clock on PAUSED=>PLAYING, not later
29070         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29071           extract correct time for different discont formats
29072         (gst_alsa_sink_get_time):
29073           don't segfault when no format is negotiated yet, just return 0
29074         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29075         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29076         (gst_ogg_pad_push):
29077           handle flush and discont events correctly
29078         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29079           handle discont events correctly
29080
29081 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29082
29083         * gst-libs/gst/play/play.c: (gst_play_error_quark),
29084         (gst_play_error_create), (gst_play_error_plugin),
29085         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29086         * gst-libs/gst/play/play.h:
29087           add error handling during creation
29088         * examples/gstplay/player.c: (main):
29089           use new gst_play_new
29090
29091
29092 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29093
29094         * ext/theora/theoradec.c: (theora_dec_chain):
29095           make comments work
29096         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29097         (vorbis_dec_src_event), (vorbis_dec_chain):
29098           add encoder tag, fix tag reading to be more error tolerant, change
29099           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29100           gst_pad_event_default.
29101         * gst/tags/gstvorbistag.c:
29102         (gst_tag_list_from_vorbiscomment_buffer):
29103           undefine function specific define at end of function
29104
29105 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
29106
29107         * ext/flac/gstflac.c: (plugin_init):
29108         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29109         * ext/flac/gstflacdec.h:
29110         * ext/flac/gstflacenc.h:
29111           Fix typos
29112
29113 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
29114
29115         * examples/gstplay/player.c: s/gstplay.h/play.h/
29116
29117 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29118
29119         * gst-libs/gst/play/Makefile.am:
29120         * gst-libs/gst/play/gstplay.c:
29121         * gst-libs/gst/play/gstplay.h:
29122         * gst-libs/gst/play/play.c:
29123           more surgery, operation complete
29124
29125 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29126
29127         * gst-libs/gst/play/play.old.c:
29128         * gst-libs/gst/play/play.old.h:
29129           after CVS surgery by moving, remove
29130         * gst-libs/gst/play/playpipelines.c:
29131           remove
29132
29133         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29134           add negotiation error
29135
29136 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29137
29138         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29139         (gst_ogg_demux_push):
29140           add some seeking debug info
29141           send a flush when seeking
29142
29143 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29144
29145         * configure.ac:
29146           use AC_C_INLINE
29147         * configure.ac:
29148         * ext/Makefile.am:
29149         * ext/theora/Makefile.am:
29150         * ext/theora/theoradec.c:
29151           add theora video decoder. Does just do simple decoding for now and
29152           has been tested against Theora cvs only. It only works when theora
29153           is compiled with --enable-static.
29154         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29155           always reset packetno on DISCONT
29156
29157 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29158
29159         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29160           Fix audio.
29161
29162 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29163
29164         * gst/mpegaudioparse/gstmpegaudioparse.c:
29165         (mp3_type_frame_length_from_header):
29166           Fix header parsing - stolen from ffmpeg (thank you! :) ).
29167
29168 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29169
29170         * ext/esd/esdsink.c: (gst_esdsink_init):
29171           Since we have static pad template caps, we don't need to negotiate;
29172           either the core errors out or we know the format.
29173
29174 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29175
29176         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29177         (gst_riff_read_seek):
29178         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29179         (gst_ebml_read_seek):
29180           Fix event handling.
29181
29182 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29183
29184         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29185           removee video/x-theora from vp3 decoder, it doesn't handle raw
29186           theora streams
29187         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29188           fix bug with finalizing element that never went to PAUSED
29189         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29190           length and position queries were swapped
29191         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29192         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29193         (vorbis_dec_src_event):
29194           implement querying time and bytes
29195
29196 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29197
29198         * just about every source file:
29199           gst_element_error -> GST_ELEMENT_ERROR
29200
29201 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29202
29203         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29204         emiting FLUSH and even before DISCONT.
29205         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29206         get the best instant seeking as possible yay!
29207
29208 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29209
29210         * gst/mpeg1videoparse/gstmp1videoparse.c:
29211         (gst_mp1videoparse_real_chain):
29212           Committed wrong version last week... Grr... Didn't notice until now.
29213
29214 2004-01-29  Julien MOUTTE <julien@moutte.net>
29215
29216         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29217         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29218         have_xwindow_id signal in xwindow_create.
29219
29220 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29221
29222         * ext/ogg/gstoggdemux.c:
29223           lots of changes - mainly support for chained bitstreams, seeking,
29224           querying and bugfixes of course
29225         * ext/vorbis/Makefile.am:
29226         * ext/vorbis/vorbisdec.c:
29227         * ext/vorbis/vorbisdec.h:
29228           add vorbisdec raw vorbis decoder
29229         * ext/vorbis/vorbis.c: (plugin_init):
29230           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29231         * gst/intfloat/Makefile.am:
29232         * gst/intfloat/float22int.c:
29233         * gst/intfloat/float22int.h:
29234         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29235           add float2intnew plugin. It converts multichannel interleaved float to
29236           multichannel interleaved int. The name should probably be changed.
29237         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29238         (plugin_init):
29239           add typefinding for raw theora video so oggdemux can detect it.
29240
29241 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29242
29243         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29244         sink element first.
29245         * gst/videoscale/gstvideoscale.c:
29246         (gst_videoscale_handle_src_event): Fixing src event handler.
29247
29248 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29249
29250         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29251         (gst_v4lsrc_open), (gst_v4lsrc_close),
29252         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29253         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29254         * sys/v4l/gstv4lsrc.h:
29255         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29256         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29257           Implement resizing... Hack. But that's why v4l is b0rked...
29258
29259 2004-01-28  Julien MOUTTE <julien@moutte.net>
29260
29261         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29262         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29263         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29264         (gst_ximagesink_xwindow_destroy):
29265         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29266         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29267         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29268         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29269         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29270         correctly cleaning the image created to check xshm calls on succes,
29271         added a lot of XSync calls in X11 functions, and fixed a segfault when
29272         no image format was defined before negotiation happened.
29273
29274 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29275
29276         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29277           use gst_element_get_time to get correct time
29278
29279 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29280
29281         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29282         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29283         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29284         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29285         (gst_xvimagesink_check_xshm_calls),
29286         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29287         X plugins are now able to detect that XShm calls will fail even if the
29288         server claims that it has XShm support (remote displays most of the
29289         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29290         so that we use non XShm functions. This feature is almost useless for
29291         xvimagesink as Xv is not supported on remote displays anyway, but
29292         it might happen than even on the local display XShm calls fail.
29293
29294 2004-01-27  David Schleef  <ds@schleef.org>
29295
29296         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29297         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29298         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29299         changed esdsink to only use 44100,16,2, since esd sucks at rate
29300         conversion and esdsink has had difficulty negotiating.
29301
29302 2004-01-27  Julien MOUTTE <julien@moutte.net>
29303
29304         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29305         (gst_play_seek_to_time): Fixing the way to get current position.
29306
29307 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29308
29309         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29310           use gst_element_get_time to get correct time
29311
29312 2004-01-27  Julien MOUTTE <julien@moutte.net>
29313
29314         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29315         fix ever... Inverting 2 lines of code make spider autoplug correctly
29316         tagged mp3 !
29317
29318 2004-01-27  David Schleef  <ds@schleef.org>
29319
29320         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29321         Use gst_pad_try_set_caps_nonfixed().
29322
29323 2004-01-27  David Schleef  <ds@schleef.org>
29324
29325         * gst/ac3parse/gstac3parse.c: update to checklist 5
29326         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29327         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29328         * gst/audioscale/gstaudioscale.c: same
29329         * gst/auparse/gstauparse.c: same
29330         * gst/avi/gstavidemux.c: same
29331
29332 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29333
29334         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29335           stop processing after EOS
29336
29337 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29338
29339         * gst/asfdemux/asfheaders.h:
29340         * gst/asfdemux/gstasfdemux.c:
29341         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29342         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29343         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29344           lot's of fixes to make data extraction simpler and get the code
29345           architecture and compiler independant. Add debugging category
29346         * gst/goom/gstgoom.c: (gst_goom_change_state):
29347           reset channel count on PAUSED=>READY, not READY=>PAUSED
29348
29349 2004-01-26  Colin Walters  <walters@verbum.org>
29350
29351         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29352         code to pull a bigger buffer in iradio mode.  This as a side effect
29353         makes typefinding work.
29354
29355 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29356
29357         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29358         Fix SVQ3 decoding on PPC
29359
29360 2004-01-26  Julien MOUTTE <julien@moutte.net>
29361
29362         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29363         that one managed to stay there... Fixed.
29364
29365 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29366
29367         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29368         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29369         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29370         (qtdemux_video_caps):
29371         * gst/qtdemux/qtdemux.h:
29372         Add SVQ3 specific flags to qtdemux and ffmpeg
29373
29374 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29375
29376         * gst-libs/gst/audio/audio.h:
29377           remove buffer-frames from audio caps
29378         * gst/audioconvert/gstaudioconvert.c:
29379           fix plugin to really work.
29380
29381 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29382
29383         * gst-libs/gst/mixer/mixer.c:
29384         * gst-libs/gst/propertyprobe/propertyprobe.c:
29385         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29386         (gst_tuner_find_channel_by_name):
29387         * gst-libs/gst/tuner/tuner.h:
29388           Add gtk-doc style comments. Also fix a function name.
29389
29390 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29391
29392         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29393         (gst_divxdec_negotiate):
29394           Fix for new capsnego - also fixes gst-player with divxdec.
29395
29396 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29397
29398         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29399         (gst_play_identity_handoff), (gst_play_set_location),
29400         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29401         try in visualization implementation. Still have an issue with switch
29402         blocking when pulling from video_queue and only audio comes out of
29403         spider.
29404         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29405         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29406         release method. And check if the pad is usable before pulling.
29407
29408 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29409
29410         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29411         (gst_videobalance_init),
29412         (gst_videobalance_colorbalance_list_channels),
29413         (gst_videobalance_colorbalance_set_value),
29414         (gst_videobalance_colorbalance_get_value),
29415         (gst_videobalance_update_properties),
29416         (gst_videobalance_update_tables_planar411),
29417         (gst_videobalance_planar411):
29418         * gst/videofilter/gstvideobalance.h:
29419           Implement lookup-tables. +/- 10x faster.
29420
29421 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29422
29423         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29424         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29425           The index reading was broken. The rest worked fine, but the whole
29426           goal of my rewrite was to make avidemux readable, and this was
29427           not at all readable. Please use typed variables.
29428
29429 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29430
29431         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29432           Additional pad usability check.
29433         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29434         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29435         (gst_mp1videoparse_real_chain):
29436           Fix MPEG video stream parsing. The original plugin had several
29437           issues, including not timestamping streams where the source was
29438           not timestamped (this happens with PTS values in mpeg system
29439           streams, but MPEG video is also a valid stream on its own so
29440           that needs timestamps too). We use the display time code for that
29441           for now. Also, if one incoming buffer contains multiple valid
29442           frames, we push them all on correctly now, including proper EOS
29443           handling. Lastly, several potential segfaults were fixed, and we
29444           properly sync on new sequence/gop headers to include them in next,
29445           not previous frames (since they're header for the next frame, not
29446           the previous). Also see #119206.
29447         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29448         (bpf_from_header):
29449           Move caps setting so we only do it after finding several valid
29450           MPEG-1 fraes sequentially, not right after the first one (which
29451           might be coincidental).
29452         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29453         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29454         (plugin_init):
29455           Add unsynced MPEG video stream typefinding, and change some
29456           probability values so we detect streams rightly. The idea is as
29457           follows: I can have an unsynced system stream which contains
29458           video. In the current code, I would randomly get a type for either
29459           system or video stream type found, because the probabilities are
29460           being calculated rather randomly. I now use fixed values, so we
29461           always prefer system stream if that was found (and that is how it
29462           should be). If no system stream was found, we can still identity                the stream as video-only.
29463
29464 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29465
29466         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29467         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29468           don't write to buffer. Extract data without the need of
29469           __attribute__ ((packed))
29470
29471 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29472
29473         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29474         (mpeg1_sys_type_find):
29475           Fix MPEG-1 stream typefinding.
29476
29477 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29478
29479         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29480           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29481
29482 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29483
29484         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29485         * ext/esd/gstesd.c: (plugin_init):
29486           private debugging, better error reporting
29487
29488 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29489
29490         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29491         (gst_riff_read_init), (gst_riff_read_change_state):
29492         * gst-libs/gst/riff/riff-read.h:
29493           Remove stuff fromold metadata system.
29494
29495 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29496
29497         * ext/ogg/gstoggdemux.c:
29498           Fix wrong file comment.
29499         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29500         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29501           Add metadata reading properly.
29502
29503 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29504
29505         * ext/Makefile.am:
29506           Fix nas DIST_SUBDIRS
29507           Uraeus:
29508           Fix bug where make distcheck doesn't get run on adding stuff to
29509           the build.
29510
29511 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29512
29513         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29514         * ext/divx/gstdivxdec.h:
29515           Fix divx3 ("msmpeg4") playback using divxdec.
29516
29517 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29518
29519         * gst/typefind/gsttypefindfunctions.c:
29520         (mp3_type_frame_length_from_header): fix bug in length computation
29521         (mp3_type_find): improve debugging output
29522
29523 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29524
29525         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29526         (gst_play_set_location), (gst_play_seek_to_time),
29527         (gst_play_set_audio_sink), (gst_play_set_visualization),
29528         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29529         the pipeline from scratch. Visualization is back and switch went out as
29530         i realized it was not possible to use the way i wanted.
29531         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29532         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29533         clearing in state change from READY to NULL. So that one can clean the
29534         X ressources keeping the element.
29535         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29536         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29537         (gst_xvimagesink_colorbalance_set_value),
29538         (gst_xvimagesink_colorbalance_get_value),
29539         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29540         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29541         change from READY to NULL and fixed some stupid bugs in colorbalance
29542         get/set values. Also added the following feature : when nobody tries to
29543         set some values to the colorbalance levels before the xcontext is
29544         grabbed, then when creating channels list from Xv attributes we set the
29545         internal values to the Xv defaults. This way we handle buggy Xv drivers
29546         that set default hue values far from the middle of the range (Thanks
29547         to Jon Trowbridge for pointing that issue).
29548         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29549         colorbalance levels have been set before xcontext is grabbed.
29550
29551 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29552
29553         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29554           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29555           it might block operations (which is bad for a mixer).
29556
29557 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29558
29559         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29560         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29561         (gmip_find_type_pre):
29562         * gst-libs/gst/media-info/media-info-priv.h:
29563         * gst-libs/gst/media-info/media-info.c:
29564         (gst_media_info_instance_init), (gst_media_info_read_idler):
29565         add fakesink to get caps on decoder src pad again
29566         fix callback prototype to match new have_type signal signature
29567
29568 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29569
29570         * gst/adder/gstadder.c: (gst_adder_link):
29571           fix non-compile and cut-n-paste code
29572
29573 2004-01-21  David Schleef  <ds@schleef.org>
29574
29575         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29576         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29577         (gst_swfdec_init), (gst_swfdec_change_state):
29578         * ext/swfdec/gstswfdec.h:
29579         Fix negotiation.
29580         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29581         (gst_adder_request_new_pad): Fix negotiation.
29582         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29583         Add a fixate function.
29584         * gst/intfloat/gstfloat2int.c:
29585         * gst/intfloat/gstfloat2int.h:
29586         * gst/intfloat/gstint2float.c:
29587         * gst/intfloat/gstint2float.h:
29588         Completely rewrite the negotiation.  Doesn't quite work yet,
29589         due to some buffer-frames problem.
29590
29591 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29592
29593         * ext/gnomevfs/gstgnomevfssrc.c:
29594         * sys/v4l2/v4l2_calls.h:
29595           fix includes for distcheck
29596
29597 2004-01-21  Christian Schaller <uraeus@gnome.org>
29598
29599         * ext/nas/
29600         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29601         based on earlier patch from Laurent Vivier
29602
29603 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29604
29605         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29606         Fix wma caps property
29607         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29608         Fix typo (flags1 and flags2)
29609
29610 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29611
29612         * gst-libs/gst/media-info/media-info-priv.c:
29613         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29614         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29615         (gmip_find_stream), (gmip_find_track_metadata),
29616         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29617         (gmip_find_track_format):
29618         * gst-libs/gst/media-info/media-info-priv.h:
29619         * gst-libs/gst/media-info/media-info-test.c: (main):
29620         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29621         (gst_media_info_read_idler), (gst_media_info_read):
29622         * gst-libs/gst/media-info/media-info.h:
29623           register debugging category and use it for debugging
29624
29625 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29626
29627         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29628         (gst_vorbisfile_new_link):
29629           signal streaminfo through tags
29630
29631 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29632
29633         * ext/mplex/gstmplex.cc:
29634         * ext/mplex/gstmplexibitstream.cc:
29635           g++ doesn't like NULL in our i18n/error macros, should be
29636           either (NULL) or ("").
29637
29638 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29639
29640         * sys/dxr3/dxr3audiosink.c:
29641         * sys/dxr3/dxr3init.c:
29642         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29643         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29644           Fix more error error error errors (missing includes here).
29645
29646 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29647
29648         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29649           fix thomas' error errors.
29650
29651 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29652
29653         * ext/mpeg2enc/gstmpeg2enc.cc:
29654           fix error errors.
29655
29656 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29657
29658         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29659         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29660           Fix for new error system.
29661
29662 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29663
29664         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29665           fix for new error reporting
29666
29667 2004-01-20  David Schleef  <ds@schleef.org>
29668
29669         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29670         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29671         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29672         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29673         and neither is 100+, most likely.
29674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29675         (gst_xvimagesink_getcaps): same
29676
29677 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29678
29679         * configure.ac:
29680           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29681           clashes with ffmpeg.
29682
29683 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29684
29685         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29686         (gst_switch_init): Fixed switch element : proxying link and setting
29687         caps from src to sink on request.
29688
29689 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29690
29691         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29692         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29693         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29694         fix element_error
29695
29696 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29697
29698         * sys/v4l/v4l_calls.h:
29699         * sys/v4l2/v4l2_calls.h:
29700           element_error fixes
29701
29702 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29703
29704         * gst-libs/gst/gst-i18n-plugin.h:
29705           add locale.h
29706           remove config.h inclusion
29707
29708 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29709
29710         * autogen.sh:
29711           adding autopoint invocation
29712         * Makefile.am:
29713         * configure.ac:
29714         * gst-libs/gst/gettext.h:
29715           adding gettext bits
29716         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29717         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29718         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29719         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29720         (gst_gnomevfssink_close_file):
29721         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29722         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29723         * gst-libs/gst/gst-i18n-plugin.h:
29724         * gst/avi/gstavi.c: (plugin_init):
29725         * sys/dxr3/dxr3init.c: (plugin_init):
29726         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29727         * sys/oss/gstossaudio.c: (plugin_init):
29728         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29729         * sys/v4l/gstv4l.c: (plugin_init):
29730         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29731         * sys/v4l2/gstv4l2.c: (plugin_init):
29732         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29733         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29734         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29735         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29736         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29737         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29738           make sure locale and translation domain are set
29739           fix translated strings
29740         * po/.cvsignore:
29741         * po/LINGUAS:
29742         * po/Makevars:
29743         * po/POTFILES.in:
29744         * po/nl.po:
29745           put translation files into place
29746         * sys/xvideo/imagetest.c: (main):
29747         * ext/dv/demo-play.c: (main):
29748           fix unnecessary translations
29749
29750 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29751
29752         * ext/sndfile/gstsf.c:
29753         * gst/avi/gstavimux.c:
29754         * ext/audiofile/gstafsink.c:
29755         * ext/audiofile/gstafsrc.c:
29756         * ext/gnomevfs/gstgnomevfssink.c:
29757         * ext/gnomevfs/gstgnomevfssrc.c:
29758         * sys/oss/gstosselement.c:
29759         * sys/v4l/v4l_calls.h:
29760           fix i18n include
29761
29762 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29763
29764         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29765         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29766         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29767         (gst_v4l2_get_output), (gst_v4l2_set_output),
29768         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29769         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29770         (gst_v4l2_set_attribute):
29771         update to new error handling
29772
29773 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29774
29775         * ext/sidplay/gstsiddec.cc:
29776         * gst/modplug/gstmodplug.cc:
29777           parenthese NULL because C++ seems angry about it
29778
29779 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29780
29781         * gst-libs/gst/gst-i18n-plugin.h:
29782           add skeleton i18n stuff, but needs to be further implemented
29783
29784 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29785
29786         * examples/gstplay/player.c: (main):
29787         * ext/aalib/gstaasink.c: (gst_aasink_open):
29788         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29789         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29790         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29791         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29792         (gst_afsink_close_file):
29793         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29794         (gst_afsrc_close_file):
29795         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29796         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29797         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29798         * ext/esd/esdmon.c: (gst_esdmon_get):
29799         * ext/esd/esdsink.c: (gst_esdsink_chain):
29800         * ext/faac/gstfaac.c: (gst_faac_chain):
29801         * ext/faad/gstfaad.c: (gst_faad_chain):
29802         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29803         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29804         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29805         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29806         (gst_flacdec_loop):
29807         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29808         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29809         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29810         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29811         (gst_gnomevfssink_close_file):
29812         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29813         (gst_gnomevfssrc_open_file):
29814         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29815         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29816         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29817         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29818         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29819         * ext/mad/gstmad.c: (gst_mad_chain):
29820         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29821         * ext/mpeg2dec/gstmpeg2dec.c:
29822         * ext/mpeg2enc/gstmpeg2enc.cc:
29823         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29824         * ext/mplex/gstmplex.cc:
29825         * ext/mplex/gstmplexibitstream.cc:
29826         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29827         (gst_ogg_demux_push), (gst_ogg_pad_push):
29828         * ext/raw1394/gstdv1394src.c:
29829         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29830         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29831         * ext/sidplay/gstsiddec.cc:
29832         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29833         (gst_sf_loop):
29834         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29835         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29836         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29837         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29838         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29839         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29840         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29841         * gst-libs/gst/Makefile.am:
29842         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29843         (gst_riff_read_element_data), (gst_riff_read_seek),
29844         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29845         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29846         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29847         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29848         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29849         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29850         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29851         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29852         * gst/goom/gstgoom.c: (gst_goom_chain):
29853         * gst/id3/gstid3types.c: (gst_id3types_loop):
29854         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29855         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29856         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29857         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29858         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29859         (gst_ebml_read_float), (gst_ebml_read_header):
29860         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29861         (gst_matroska_demux_parse_blockgroup):
29862         * gst/modplug/gstmodplug.cc:
29863         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29864         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29865         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29866         * gst/silence/gstsilence.c: (gst_silence_get):
29867         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29868         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29869         * gst/speed/gstspeed.c: (speed_loop):
29870         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29871         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29872         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29873         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29874         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29875         (gst_wavparse_loop):
29876         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29877         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29878         (dxr3audiosink_close):
29879         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29880         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29881         (dxr3videosink_close), (dxr3videosink_write_data):
29882         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29883         * sys/oss/gstosselement.h:
29884         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29885         (gst_osssink_chain):
29886         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29887         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29888         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29889         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29890         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29891         (gst_v4l_enable_overlay):
29892         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29893         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29894         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29895         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29896         (gst_v4l_set_audio):
29897         * sys/v4l/v4l_calls.h:
29898         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29899         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29900         (gst_v4lmjpegsink_playback_init),
29901         (gst_v4lmjpegsink_playback_start):
29902         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29903         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29904         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29905         (gst_v4lmjpegsrc_requeue_frame):
29906         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29907         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29908         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29909         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29910         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29911         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29912         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29913         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29914         (gst_v4l2src_capture_stop):
29915         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29916         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29917         (gst_ximagesink_chain):
29918         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29919         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29920         (gst_xvideosink_xwindow_new):
29921         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29922         (gst_xvimagesink_chain):
29923         use new error signal, function and categories
29924
29925 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
29926
29927         * configure.ac:
29928         * ext/Makefile.am:
29929         * ext/musicbrainz/gsttrm.c:
29930         * ext/musicbrainz/gsttrm.h:
29931         * ext/musicbrainz/Makefile.am:
29932         Add a trm plugin
29933
29934 2004-01-18  Julien MOUTTE  <julien@moutte.net>
29935
29936         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29937         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29938         synchronous property for debugging.
29939         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29940         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29941         (gst_xvimagesink_set_property): Moving a pointer declaration to a
29942         smaller block, fixing indent.
29943
29944 2004-01-16  David Schleef  <ds@schleef.org>
29945
29946         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29947         property affects the video stream.
29948         * sys/xvimage/xvimagesink.c:
29949         * sys/xvimage/xvimagesink.h:
29950         Add synchronous property for debugging.  Should probably be
29951         disabled in non-CVS builds.  Make sure that the Xv attribute
29952         exists before we set it (crash!).  Fix a silly float bug that
29953         caused colorbalance to just not work.
29954
29955 2004-01-17  Christian Schaller <Uraeus@gnome.org>
29956
29957         * tools/gst-launch-ext.in - update for new plugins
29958
29959 2004-01-16  David Schleef  <ds@schleef.org>
29960
29961         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
29962         already-freed caps.
29963
29964 2994-01-16  Christian Schaller <Uraeus@gnome.org>
29965
29966         * Update spec for new colorspace plugin and libcaca plugin
29967         * Fix compilation of libcaca plugin (clock -> id)
29968
29969 2004-01-16  Julien MOUTTE <julien@moutte.net>
29970
29971         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
29972         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29973         (gst_xvimagesink_set_xwindow_id),
29974         (gst_xvimagesink_colorbalance_set_value),
29975         (gst_xvimagesink_colorbalance_get_value),
29976         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29977         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
29978         correct colorbalance properties. They can now be set when the element
29979         is still in NULL state. The values will be committed to the Xv Port
29980         when xcontext is initialized.
29981         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
29982         brightness int values in the GstXvImagesink structure.
29983
29984 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29985
29986         * gst-libs/gst/Makefile.am:
29987           restructure so having local patches works easier.
29988
29989 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29990
29991         * ext/mpeg2enc/Makefile.am:
29992         * ext/mpeg2enc/gstmpeg2enc.cc:
29993         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29994           Bugfix with respect to EOS handling.
29995
29996 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29997
29998         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
29999           Link with right caps (else, it segfaults).
30000         * ext/mplex/gstmplexjob.cc:
30001           Fix for slight API change in 1.6.1.93 release of mjpegtools.
30002
30003 2004-01-15  David Schleef  <ds@schleef.org>
30004
30005         * gst-libs/gst/audio/Makefile.am:
30006         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30007         from the template.
30008         * gst-libs/gst/audio/gstaudiofilter.c:
30009         * gst-libs/gst/audio/gstaudiofilter.h:
30010         Add bytes_per_sample and size and n_samples calculation.
30011         * gst-libs/gst/audio/gstaudiofilterexample.c:
30012         Remove, now autogenerated.
30013         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30014         Moved from gstaudiofilterexample, object name changed, code added
30015         so that it actually works.
30016         * gst-libs/gst/audio/make_filter:
30017         Script to build an audiofilter subclass from the template.
30018         * gst/colorspace/Makefile.am:
30019         * gst/colorspace/yuv2yuv.c:
30020         Remove file, since it's GPL, and we don't use it.
30021
30022 2004-01-15  Julien MOUTTE  <julien@moutte.net>
30023
30024         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30025         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30026         them use the buffer free function to test how the buffer was allocated.
30027
30028 2004-01-15  David Schleef  <ds@schleef.org>
30029
30030         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30031         that handles osssink fallback.
30032         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30033         (gst_audio_convert_getcaps):
30034         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30035         Add audio/x-qdm2 for QDM2 audio.
30036         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30037         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30038         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30039         Decrease minimum size to 16x16.
30040         * gst/wavparse/gstwavparse.c:
30041         Convert disabled pad template caps to new caps.
30042         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30043         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30044         (gst_xvimagesink_chain): Throw element error when display cannot
30045         be opened.  Increase minimum framerate to 1.0.  Check the data
30046         free function on a buffer to make sure it is the type we expect
30047         before manipulating it.
30048
30049 2004-01-15  Julien MOUTTE <julien@moutte.net>
30050
30051         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30052         (gst_videobalance_colorbalance_set_value): Implement passthru if
30053         settings are in the middle.
30054         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30055
30056 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30057
30058         * gst/videofilter/Makefile.am:
30059         * gst/volume/Makefile.am:
30060           Since we use videofilter symbols, link to it.
30061
30062 2004-01-15  Julien MOUTTE <julien@moutte.net>
30063
30064         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30065         mixer interface type to HARDWARE.
30066         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30067         type to SOFTWARE.
30068         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30069         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30070         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30071         (gst_volume_interface_init), (gst_volume_list_tracks),
30072         (gst_volume_set_volume), (gst_volume_get_volume),
30073         (gst_volume_set_mute), (gst_volume_mixer_init),
30074         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30075         (volume_init): Implementing mixer interface.
30076         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30077         * sys/oss/gstosselement.c: (gst_osselement_get_type),
30078         (gst_osselement_change_state): Removing some trailing commas in
30079         structures.
30080         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30081         interface type to HARDWARE.
30082         * sys/v4l/gstv4lcolorbalance.c:
30083         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30084         type to HARDWARE.
30085         * sys/v4l2/gstv4l2colorbalance.c:
30086         (gst_v4l2_color_balance_interface_init): Setting colorbalance
30087         interface type to HARDWARE.
30088         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30089         same code than ximagesink for event handling.
30090
30091 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30092
30093         * ext/snapshot/Makefile.am:
30094         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30095         (gst_snapshot_chain):
30096         * ext/snapshot/gstsnapshot.h:
30097           This has to be a joke... Snapshot should be connected to a tee,
30098           colorspace element before it and EOS after that, where the other
30099           src of the tee receives normal data.
30100           The current way is *wrong*.
30101
30102 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30103
30104         * ext/hermes/gsthermescolorspace.c:
30105           Fix another compile error. Same as below.
30106
30107 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30108
30109         * gst/colorspace/gstcolorspace.c:
30110         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30111         (gst_colorspace_i420_to_yv12):
30112           Fix compiling... Didn't test if it actually works.
30113
30114 2004-01-15  David Schleef  <ds@schleef.org>
30115
30116         * configure.ac:
30117         * gst/colorspace/Makefile.am:
30118         * gst/colorspace/gstcolorspace.c:
30119         * gst/colorspace/gstcolorspace.h:
30120         * gst/colorspace/yuv2rgb.c:
30121         * gst/colorspace/yuv2rgb.h:
30122         Duplicate the ext/hermes colorspace plugin, and remove Hermes
30123         code and GPL code.  Fix for new caps negotiation.  Rewrite
30124         much of the format handling code, and some of the conversion
30125         code.  Basically, rewrote almost everything.  This element
30126         handles I420, YV12 to RGB conversions.
30127         * ext/hermes/Makefile.am:
30128         * ext/hermes/gsthermescolorspace.c:
30129         Rename colorspace to hermescolorspace.  Fix negotiation issues.
30130         Remove non-Hermes related code.  This element handles lots of
30131         RGB to RGB conversions, but no YUV.
30132         * ext/hermes/gstcolorspace.c:
30133         * ext/hermes/gstcolorspace.h:
30134         * ext/hermes/rgb2yuv.c:
30135         * ext/hermes/yuv2rgb.c:
30136         * ext/hermes/yuv2rgb.h:
30137         * ext/hermes/yuv2rgb_mmx16.s:
30138         * ext/hermes/yuv2yuv.c:
30139         * ext/hermes/yuv2yuv.h:
30140         Remove old code.
30141
30142 2004-01-14  Colin Walters  <walters@verbum.org>
30143
30144         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30145         they've already been.
30146
30147 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30148
30149         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30150           assume tag mode when pad is not connected
30151
30152 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30153
30154         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30155           Don't update the time of the clock
30156         (gst_alsa_sink_loop):
30157           sync to the clock given to alsasink, not the own clock
30158         * sys/oss/gstosssink.c: (gst_osssink_chain):
30159           sync to the clock
30160         (gst_osssink_change_state):
30161           activate the clock
30162         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30163         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30164           remove bogus code that made DISCONT events unhandled
30165         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30166           explicitly case to double in _set_simple. (fixes 2nd warning in bug
30167           #131502)
30168         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30169         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30170         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30171           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30172           2nd warning in bug #131502)
30173
30174 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30175
30176         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30177         (gst_videobalance_colorbalance_set_value),
30178         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30179         for colorbalance interface implementation.
30180         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30181         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30182         (gst_ximagesink_dispose), (gst_ximagesink_init),
30183         (gst_ximagesink_class_init): Adding DISPLAY property.
30184         * sys/ximage/ximagesink.h: Adding display_name to store display.
30185         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30186         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30187         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30188         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30189         properties (they still need polishing though for gst-launch use : no
30190         xcontext yet, i ll do that tomorrow).
30191         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30192
30193 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30194
30195         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30196         (gst_play_set_location), (gst_play_set_visualization): Preparing
30197         switch integration, adding videobalance in the pipeline.
30198
30199 2004-01-14  Julien MOUTTE <julien@moutte.net>
30200
30201         * gst-libs/gst/colorbalance/colorbalance.c:
30202         (gst_color_balance_class_init): Adding a default type.
30203         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30204         the type.
30205         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30206         (gst_videobalance_dispose), (gst_videobalance_class_init),
30207         (gst_videobalance_init), (gst_videobalance_interface_supported),
30208         (gst_videobalance_interface_init),
30209         (gst_videobalance_colorbalance_list_channels),
30210         (gst_videobalance_colorbalance_set_value),
30211         (gst_videobalance_colorbalance_get_value),
30212         (gst_videobalance_colorbalance_init): Implementing colorbalance
30213         interface.
30214         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30215         list.
30216         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30217         bug which was triggering a BadAccess X error when setting an overlay
30218         before pad was really negotiated.
30219         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30220         Using the colorbalance type macro.
30221
30222 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30223
30224         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30225         (gst_flacenc_chain):
30226           handle tags correctly
30227         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30228           extract ID3v1 tags correctly
30229
30230 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30231
30232         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30233         (plugin_init):
30234           Improve matroska typefinding for odd-typed headers...
30235
30236 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30237
30238         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30239           Fix for using incremental number on padnames.
30240
30241 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30242
30243         * ext/divx/gstdivxdec.c:
30244         * ext/divx/gstdivxenc.c:
30245           Set category to divx4linux instead of divx (too generic).
30246         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30247         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30248         (gst_wavparse_loop), (gst_wavparse_change_state):
30249         * gst/wavparse/gstwavparse.h:
30250           fix parsing of WAV files with non-standard fmt-tag size and fix
30251           skipping of unrecognized chunks... Someone please fix this thing
30252           to use rifflib so all this is automated.
30253         * sys/v4l/Makefile.am:
30254         * sys/v4l2/Makefile.am:
30255           Add X_CFLAGS because we depend on X (for overlay).
30256
30257 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30258
30259         * ext/mpeg2dec/gstmpeg2dec.c:
30260           Don't issue a timestamp unless we tagged the frame
30261           with a PTS.
30262
30263 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30264
30265         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30266           Query the audio element to get the time, not the clock. We're
30267           interested in the element's time here.
30268
30269 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30270
30271         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30272         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30273         * ext/esd/esdsink.c: (gst_esdsink_chain):
30274         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30275         * ext/mas/massink.c: (gst_massink_chain):
30276         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30277         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30278         (gst_matroska_demux_parse_metadata):
30279         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30280         (gst_mpeg_parse_release_locks):
30281         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30282         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30283         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30284         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30285         (gst_osssink_change_state):
30286         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30287         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30288         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30289         (gst_xvideosink_release_locks):
30290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30291           use element time.
30292         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30293         (gst_alsa_clock_stop):
30294         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30295         (gst_audio_clock_get_internal_time):
30296           simplify for use with new clocking code.
30297         * testsuite/alsa/Makefile.am:
30298         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30299           fix testsuite for new caps system
30300
30301 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30302
30303         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30304         * ext/flac/gstflacenc.c: (add_one_tag):
30305           length is already host endian, no need to convert. Fixes playback of
30306           tagged files on PPC. (bug #128384)
30307
30308 2004-01-13  Julien MOUTTE <julien@moutte.net>
30309
30310         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30311         colorbalance interface stating if it is hardware based or software
30312         based.
30313         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30314         Removing a trailing comma.
30315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30316         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30317         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30318         the documentation seems to be wrong on the -1000 to 1000 interval.
30319
30320 2004-01-12  David Schleef  <ds@schleef.org>
30321
30322         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30323         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30324         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30325         Fix negotiation.  Add a bufferalloc function for the sink pad,
30326         and generally clean up some of the code.
30327
30328 2004-01-12  Julien MOUTTE <julien@moutte.net>
30329
30330         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30331         (gst_color_balance_channel_dispose): Adding safety check in dispose
30332         method.
30333         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30334         (gst_xvimagesink_xcontext_clear),
30335         (gst_xvimagesink_interface_supported),
30336         (gst_xvimagesink_colorbalance_list_channels),
30337         (gst_xvimagesink_colorbalance_set_value),
30338         (gst_xvimagesink_colorbalance_get_value),
30339         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30340         Adding colorbalance interface support to set XV parameters such as
30341         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30342         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30343         interface.
30344
30345 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30346
30347         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30348         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30349         (gst_audio_convert_init), (gst_audio_convert_set_property),
30350         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30351         (gst_audio_convert_link),
30352         (gst_audio_convert_buffer_to_default_format),
30353         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30354           - implement _getcaps and use it
30355           - improve linking
30356           - remove float caps since no float conversion is actually done
30357           - remove properties and arguments that were to be used for rate
30358             conversion
30359
30360 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30361
30362         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30363         (gst_audio_structure_set_int):
30364         * gst-libs/gst/audio/audio.h:
30365           add helper functions for _getcaps matching the standard audio
30366           templates
30367
30368 2004-01-12  David Schleef  <ds@schleef.org>
30369
30370         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30371         Test that pad is negotiated before getting its caps.
30372
30373 2004-01-12  Julien MOUTTE <julien@moutte.net>
30374
30375         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30376         analyzing the pads of an element the bin is mostly in READY state so
30377         no caps were negotiated. This helper function needs to work with
30378         _get_caps directly then. I was not freeing them though, added that to
30379         fix the mem leak.
30380
30381 2004-01-12  Julien MOUTTE <julien@moutte.net>
30382
30383         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30384         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30385         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30386         than the free_func.
30387
30388 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30389
30390         * sys/oss/gstossaudio.c: (plugin_init):
30391         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30392         * sys/oss/gstosselement.h:
30393           make an oss debugging category
30394           make failure more descriptive
30395
30396 2004-01-11  David Schleef  <ds@schleef.org>
30397
30398         * ext/ffmpeg/gstffmpeg.c:
30399         * ext/ffmpeg/gstffmpegcodecmap.c:
30400         * ext/ffmpeg/gstffmpegdec.c:
30401         * ext/ffmpeg/gstffmpegenc.c:
30402         * ext/ffmpeg/gstffmpegprotocol.c:
30403         * ext/gdk_pixbuf/gstgdkanimation.c:
30404         * ext/jpeg/gstjpeg.c:
30405         * ext/libpng/gstpng.c:
30406         * ext/mpeg2dec/perftest.c:
30407         * ext/speex/gstspeex.c:
30408         * gst-libs/gst/resample/dtos.c:
30409         * gst/intfloat/gstintfloatconvert.c:
30410         * gst/oneton/gstoneton.c:
30411         * gst/rtjpeg/RTjpeg.c:
30412         * gst/rtp/gstrtp.c:
30413         * sys/dxr3/dxr3init.c:
30414         * sys/glsink/gstgl_nvimage.c:
30415         * sys/glsink/gstgl_pdrimage.c:
30416         * sys/glsink/gstglsink.c:
30417         * testsuite/gst-lint:
30418         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30419
30420 2004-01-11  David Schleef  <ds@schleef.org>
30421
30422         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30423         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30424         * ext/gdk_pixbuf/gstgdkanimation.c:
30425         (gst_gdk_animation_iter_create_pixbuf):
30426         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30427         (gst_gdk_pixbuf_chain):
30428         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30429         * ext/jack/gstjack.c: (gst_jack_change_state):
30430         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30431         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30432         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30433         * gst/videofilter/gstvideofilter.c:
30434         (gst_videofilter_set_output_size):
30435         Remove all usage of gst_pad_get_caps(), and replace it with
30436         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30437
30438 2004-01-11  David Schleef  <ds@schleef.org>
30439
30440         * configure.ac:
30441         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30442         * ext/divx/gstdivxdec.c:
30443         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30444         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30445         handle images that span multiple buffers.  Now work with both
30446         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30447         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30448         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30449         video/video.h changes
30450         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30451         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30452         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30453         of GstData free function.
30454         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30455         same.
30456
30457 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30458
30459         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30460         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30461         (gst_v4l2element_get_property):
30462         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30463           add norm, channel and frequency properties.
30464         * sys/v4l2/gstv4l2tuner.c:
30465           fixes for tuner interface changes
30466         * sys/v4l2/gstv4l2element.h:
30467         * sys/v4l2/gstv4l2src.c:
30468         * sys/v4l2/gstv4l2src.h:
30469         * sys/v4l2/v4l2src_calls.c:
30470         * sys/v4l2/v4l2src_calls.h:
30471           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30472
30473 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30474
30475         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30476         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30477         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30478         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30479         * gst-libs/gst/tuner/tuner.h:
30480           GObjects aren't const.
30481           Add find_by_name functions.
30482           Add checks to _changed functions.
30483         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30484         (gst_v4l_tuner_get_norm):
30485           Fixes for above.
30486
30487 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30488
30489         * gst-libs/gst/video/video.h:
30490           Fix caps template names to be understandable.
30491           Prefix everything with GST_VIDEO.
30492         * ext/aalib/gstaasink.c:
30493         * ext/divx/gstdivxdec.c:
30494         * ext/divx/gstdivxenc.c:
30495         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30496         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30497         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30498         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30499         * ext/libcaca/gstcacasink.c:
30500         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30501         * ext/snapshot/gstsnapshot.c:
30502         * ext/swfdec/gstswfdec.c:
30503         * ext/xvid/gstxviddec.c:
30504         * ext/xvid/gstxvidenc.c:
30505         * gst/chart/gstchart.c:
30506         * gst/deinterlace/gstdeinterlace.c:
30507         * gst/effectv/gsteffectv.c:
30508         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30509         * gst/goom/gstgoom.c:
30510         * gst/median/gstmedian.c:
30511         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30512         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30513         * gst/overlay/gstoverlay.c:
30514         * gst/smooth/gstsmooth.c:
30515         * gst/smpte/gstsmpte.c:
30516         * gst/synaesthesia/gstsynaesthesia.c:
30517         * gst/videocrop/gstvideocrop.c:
30518         * gst/videodrop/gstvideodrop.c:
30519         * gst/y4m/gsty4mencode.c:
30520         * sys/qcam/gstqcamsrc.c:
30521         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30522           Make them work with new video.h file.
30523         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30524         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30525         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30526         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30527           Make it work with new buffer allocation system.
30528
30529 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30530
30531         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30532         pad_alloc_buffer implementation to use ->srcpad
30533         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30534         pad_alloc_buffer implementation to use ->srcpad
30535         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30536         pad_alloc_buffer implementation to use ->srcpad
30537         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30538         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30539         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30540         a reference to everything we need.
30541         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30542         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30543         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30544         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30545         a reference to everything we need.
30546         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30547
30548 2004-01-11  David Schleef  <ds@schleef.org>
30549
30550         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30551         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30552         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30553         structure members.
30554         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30555         value during a resize/renegotiation.
30556         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30557         gst_pad_alloc_buffer();
30558         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30559         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30560         structure members.
30561         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30562         Fix for rename of buffer private structure members.
30563         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30564         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30565         Fix for rename of buffer private structure members.
30566         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30567         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30568         Fix for rename of buffer private structure members.
30569
30570 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30571
30572         reviewed by: David Schleef <ds@schleef.org>
30573
30574         * gst/videofilter/Makefile.am:
30575         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30576         from the patch by ds to fit in with recent make_filter changes.
30577
30578 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30579
30580         * configure.ac: Adding examples/switch/Makefile
30581         * examples/Makefile.am: Adding examples/switch
30582         * examples/switch/Makefile.am: Adding switcher example.
30583         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30584         (switch_timer), (main): Adding an example demonstrating switch usage
30585         with 2 videotestsrc showing different patterns.
30586         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30587         (gst_switch_init): Fixing switch with the new caps system.
30588
30589 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30590
30591         * gst-libs/gst/video/video.h:
30592           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30593           They should probably be like
30594           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30595
30596 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30597
30598         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30599         (qtdemux_parse_trak):
30600           fix audio chunk size/timestamp calculation
30601
30602 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30603
30604         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30605           fix SVQ3 caps
30606
30607 2004-01-11  Steve Baker  <steve@stevebaker.org>
30608
30609         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30610         (gst_agingtv_base_init), (gst_agingtv_class_init),
30611         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30612         (gst_agingtv_set_property), (gst_agingtv_get_property):
30613         Port agingTV to videofilter
30614
30615 2004-01-09  Julien MOUTTE <julien@moutte.net>
30616
30617         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30618         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30619
30620 2004-01-09  Julien MOUTTE <julien@moutte.net>
30621
30622         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30623         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30624         * gst-libs/gst/xoverlay/xoverlay.c:
30625         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30626         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30627         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30628         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30629         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30630         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30631         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30632         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30633         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30634         interface implementation to handle xid being 0 and fix some bugs
30635         triggered by Benjamin's testcase.
30636         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30637         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30638         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_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
30643 2004-01-09  David Schleef  <ds@schleef.org>
30644
30645         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30646         mouse pointer events.  It works.
30647
30648 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30649
30650         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30651           Use explicit caps - fix capsnego.
30652         * ext/xvid/gstxviddec.c:
30653         * ext/xvid/gstxvidenc.c:
30654           Remove macro-inside-macro which caused compile errors.
30655         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30656           Error out if it's not a RIFF file. Else we error out without
30657           gst_element_error() which is not good...
30658
30659 2004-01-08  David Schleef  <ds@schleef.org>
30660
30661         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30662         Fix pad_link function to handle formats that ffmpeg returns
30663         as multiple caps structures.
30664         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30665         Only complain if source buffer is _smaller_ than expected.
30666         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30667         (gst_videoscale_handle_src_event): Resize navigation events
30668         when passing them upstream.
30669         * gst/videotestsrc/gstvideotestsrc.c:
30670         * gst/videotestsrc/gstvideotestsrc.h:
30671         * gst/videotestsrc/videotestsrc.c:
30672         * gst/videotestsrc/videotestsrc.h:
30673         Rewrite many of the buffer painting functions to handle odd
30674         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30675         been verified to work with my video card.
30676         * testsuite/gst-lint:  Add check for elements calling
30677         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30678
30679 2004-01-08  David Schleef  <ds@schleef.org>
30680
30681         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30682         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30683
30684 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30685
30686         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30687         configure event is not emiting the desired size signal. That fixes
30688         aspect ratio issues with gst-player.
30689
30690 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30691
30692         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30693           Fix capsnego.
30694
30695 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30696
30697         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30698         public method to fire size signal.
30699
30700 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30701
30702         * examples/gstplay/Makefile.am: Adding the interface library.
30703         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30704         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30705         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30706         GST_IS_X_OVERLAY before signal connect.
30707         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30708         Removing the have_video_size signal.
30709         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30710         and associated public method.
30711         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30712         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30713         signal.
30714         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30715         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30716         signal.
30717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30718         Using XOverlay public method to fire size signal.
30719
30720 2004-01-07  David Schleef  <ds@schleef.org>
30721
30722         * gst/videofilter/Makefile.am:
30723         * gst/videofilter/gstvideotemplate.c:
30724         * gst/videofilter/make_filter:
30725         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30726         Convert make_filter to /bin/sh script.
30727
30728 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30729
30730         * gst/modplug/gstmodplug.cc: fix element description
30731
30732 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30733
30734         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30735         (got_video_size): Adding some new lines in g_print calls.
30736         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30737         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30738         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30739         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30740         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30741         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30742         Complete code review, reverting some stuff i disagree with, adding
30743         some fixes : time synchronization on invalid timestamps, renegotiation
30744         of private window.
30745         * sys/ximage/ximagesink.h:
30746         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30747         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30748         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30749         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30750         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30751         (gst_xvimagesink_buffer_new),
30752         (gst_xvimagesink_navigation_send_event),
30753         (gst_xvimagesink_set_xwindow_id),
30754         (gst_xvimagesink_get_desired_size),
30755         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30756         stuff i disagree with, adding some fixes : Renegotiation of private
30757         window, implementing get_desired_size.
30758
30759 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30760
30761         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30762         (gst_afsink_handle_event):
30763         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30764         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30765         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30766         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30767         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30768           Fix for instantiate-test (see core). Also remove dead code from
30769           jpegenc (which still needs fixing, but that's lower on my TODO
30770           list...).
30771         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30772           Never return NULL as caps.
30773
30774 2004-01-07  David Schleef  <ds@schleef.org>
30775
30776         * configure.ac:
30777         * ext/Makefile.am:
30778         * ext/librfb/Makefile.am:
30779         * ext/librfb/gstrfbsrc.c:
30780         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30781         is the protocol used by VNC.
30782
30783 2004-01-07  David Schleef  <ds@schleef.org>
30784
30785         * gst/videofilter/gstvideotemplate.c:
30786         * gst/videofilter/gstvideotemplate.h:
30787         * gst/videofilter/make_filter:
30788         Merge videotemplate header into source file.
30789         * gst/effectv/Makefile.am:
30790         * gst/effectv/gsteffectv.c: (plugin_init):
30791         * gst/effectv/gstwarp.c:
30792         Make warpTV a subclass of videofilter.
30793
30794 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30795
30796         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30797           Add guard against invalid utf-8 conversions in mad. Just in case.
30798
30799 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30800
30801         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30802           Fix for bug shown by poisoning
30803
30804 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30805
30806         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30807         (gst_v4lmjpegsrc_buffer_free):
30808         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30809         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30810         (gst_v4lsrc_buffer_free):
30811           Fix for removed bufferpools.
30812
30813 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30814
30815         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30816         Fix caps negotiation.
30817
30818         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30819         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30820         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30821         (dvdnavsrc_event):
30822         * ext/mpeg2dec/gstmpeg2dec.c:
30823         * gst-libs/gst/navigation/navigation.c:
30824         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30825         * gst-libs/gst/navigation/navigation.h:
30826         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30827         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30828         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30829         Super-simple first version of mouse and keyboard events. Clicking
30830         on a DVD menu now works, although it may not take you where you
30831         expected.
30832
30833         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30834         * gst/videotestsrc/gstvideotestsrc.c:
30835         (gst_videotestsrc_src_fixate):
30836         These fixate functions were broken - they never actually
30837         fixated :)
30838
30839 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30840
30841         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30842         (gst_icecastsend_init):
30843           fix for new caps system.
30844         * gst-libs/gst/mixer/mixertrack.h:
30845         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30846           Add 'master track' flag (for tools like ACME that only want to
30847           change the main volume).
30848
30849 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30850
30851         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30852         (gst_xvid_csp_to_caps):
30853         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30854         * ext/xvid/gstxvidenc.c:
30855         ifdef out ARGB type when it isn't available
30856         in xvidcore 1.0.0beta2
30857
30858 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30859
30860         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30861           When we have received a new SCR right in the first buffer after
30862           a seek (so in the same cycle that handles the discont), we should
30863           handle the buffer instead of unreffing it, else we lose data.
30864
30865 2004-01-06  Iain <iain@prettypeople.org>
30866
30867         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30868           buffer-frames caps too.
30869
30870         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30871           caps that we need, don't destroy them all and rebuild them. And when
30872           creating src pads, use the src pad template rather than the sink...
30873
30874 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30875
30876         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30877           Add pad to element *after* setting functions such as event handler.
30878           Without this, the scheduler (opt) will link pads, set the event
30879           handler from the default event function (dispatcher in gstpad.c)
30880           and *after* that, we will set our own event function, which will
30881           thus never be used (and thus mpegdemux doesn't handle events).
30882
30883 2004-01-04  David Schleef  <ds@schleef.org>
30884
30885         Fix the fixate functions to handle new prototype:
30886         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30887         * gst/videotestsrc/gstvideotestsrc.c:
30888         (gst_videotestsrc_src_fixate):
30889         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30890         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30891         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30892
30893 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30894
30895         * sys/ximage/ximagesink.h:
30896         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30897         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30898         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30899         (gst_ximagesink_xoverlay_init):
30900           assorted fixes to make (re)embedding work
30901         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30902         (gst_ximagesink_get_desired_size):
30903           implement desired size additions to XOverlay
30904
30905 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30906
30907         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30908         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30909         (gst_x_overlay_got_desired_size):
30910         * gst-libs/gst/xoverlay/xoverlay.h:
30911           Add optional "desired size" signal and querying.
30912
30913 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30914
30915         * gst/matroska/matroska-demux.c:
30916         (gst_matroska_demux_parse_blockgroup):
30917           Fix EBML-laced block parsing. Diffs are relative to previous
30918           lace, not the first lace. Thanks to Mosu from the Matroska
30919           team for detecting this.
30920         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30921         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30922         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30923         (gst_wavparse_change_state):
30924         * gst/wavparse/gstwavparse.h:
30925           Quickfix for capsnego.
30926
30927 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30928
30929         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30930           Fix indenting, fix pad creation.
30931
30932 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30933
30934         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30935         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30936         (gst_xviddec_sink_link):
30937           Implement src_getcaps() so proper size caps is negotiated.
30938
30939 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30940
30941         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30942           Finish flac decoder on EOS. See #116178.
30943
30944 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30945
30946         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30947         (gst_matroska_demux_add_stream):
30948         * gst/matroska/matroska-ids.h:
30949           Add getcaps() function to fix capsnego...
30950
30951 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30952
30953         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30954         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30955         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30956           Fix more integer overflows. Again, see #126967.
30957
30958 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30959
30960         * ext/mpeg2dec/gstmpeg2dec.c:
30961           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
30962           #130416.
30963
30964 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30965
30966         * configure.ac:
30967         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
30968         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
30969         * ext/xvid/gstxvid.h:
30970         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
30971         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
30972         (gst_xviddec_src_link), (gst_xviddec_sink_link),
30973         (gst_xviddec_change_state):
30974         * ext/xvid/gstxviddec.h:
30975         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
30976         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
30977         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
30978         (gst_xvidenc_link), (gst_xvidenc_set_property),
30979         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
30980         * ext/xvid/gstxvidenc.h:
30981           Update xvid plugin to latest xvid (1.0.0-beta3) API.
30982
30983 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30984
30985         * gst/rtp/rtp-packet.c:
30986           Add sys/types.h include, since OS X doesn't define in_addr_t
30987           in netinet/in.h, like it does on Linux (see #129600).
30988
30989 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
30990
30991         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
30992
30993         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
30994           Correct logic of dispose function (see #129306).
30995
30996 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30997
30998         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
30999         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31000         (gst_mpeg_parse_init):
31001         * gst/mpegstream/gstmpegparse.h:
31002           Remove clock (which was never provided, i.e. dead code), and
31003           also fix integer overflows at high PTS values (see #126967).
31004
31005 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31006
31007         * ext/flac/gstflacdec.c:
31008         * ext/libpng/gstpngenc.h:
31009         * ext/mikmod/gstmikmod.h:
31010           OS X fixes (see #126628).
31011
31012 2004-01-02  David Schleef  <ds@schleef.org>
31013
31014         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31015         (gst_alsa_src_base_init): Remove bogus "src" request pad.
31016         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31017         (gst_mpeg_parse_class_init): Move pad template registration
31018         to class_init, since the derived class (mpegdemux) doesn't
31019         want them.
31020
31021 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31022
31023         * sys/ximage/Makefile.am:
31024         * sys/xvideo/Makefile.am:
31025         * sys/xvimage/Makefile.am:
31026           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31027           after installation (see #127664).
31028
31029 2004-01-02  David Schleef  <ds@schleef.org>
31030
31031         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31032         (gst_ffmpegenc_connect):  Negotiation fixes.
31033         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31034         Remove inappropriate gst_caps_free().
31035         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31036         Reenable Ronald's internal resize code, since the core handles
31037         it correctly now.
31038
31039 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31040
31041         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31042         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31043         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31044           Fix pad template stuff.
31045
31046 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31047
31048         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31049         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31050           fix signed integer reading/writing.
31051
31052 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31053
31054         * ext/alsa/README:
31055           Remove outdated document
31056
31057 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
31058
31059         * gst/cutter/gstcutter.c: (gst_cutter_init):
31060           src pad was being created twice - oops.
31061
31062 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31063
31064         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31065           Comment out internal resize. It doesn't handle the resulting
31066           XEvent internally, does another try_set_caps() which leads to
31067           a really nice loop.
31068           Real fix will come when Julien and Dave are awake. ;).
31069
31070 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31071
31072         * ext/mpeg2enc/gstmpeg2enc.cc:
31073           fix const/nonconst compile issue.
31074
31075 2004-01-02  David Schleef  <ds@schleef.org>
31076
31077         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31078         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31079         Add fixate function and a check for bad formats.
31080
31081 2004-01-01  David Schleef  <ds@schleef.org>
31082
31083         Negotiation fixes:
31084         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31085         (gst_audiofilter_init):
31086         * gst/debug/efence.c: (gst_efence_init):
31087         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31088         (gst_deinterlace_init):
31089         * gst/volume/gstvolume.c: (volume_connect):
31090
31091 2004-01-01  David Schleef  <ds@schleef.org>
31092
31093         Convert elements to use gst_pad_use_explicit_caps() where
31094         appropriate:
31095         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31096         * ext/audiofile/gstafparse.c: (gst_afparse_init),
31097         (gst_afparse_open_file):
31098         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31099         (gst_afsrc_open_file):
31100         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31101         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31102         (gst_ffmpegdec_chain):
31103         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31104         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31105         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31106         (gst_gdk_pixbuf_chain):
31107         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31108         (gst_jpegdec_chain):
31109         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31110         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31111         (gst_mikmod_negotiate):
31112         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31113         (gst_mpeg2dec_negotiate_format):
31114         * ext/mpeg2enc/gstmpeg2enc.cc:
31115         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31116         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31117         (gst_speexdec_sinkconnect):
31118         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31119         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31120         (gst_vorbisfile_new_link):
31121         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31122         (gst_ac3parse_chain):
31123         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31124         (gst_asf_demux_setup_pad):
31125         * gst/auparse/gstauparse.c: (gst_auparse_init),
31126         (gst_auparse_chain):
31127         * gst/id3/gstid3types.c: (gst_id3types_loop):
31128         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31129         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31130         (mp1videoparse_parse_seq):
31131         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31132         (bpf_from_header):
31133         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31134         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31135         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31136         (gst_mpeg_parse_send_data):
31137         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31138         (gst_qtdemux_add_stream):
31139         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31140         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31141         (gst_wavparse_parse_fmt):
31142
31143 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31144
31145         * configure.ac:
31146           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31147           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31148           it therefore uses the wrong include paths. Too bad... Note
31149           that 1.6.1.93 is not release yet. ;).
31150           Also add a check for mplex, which is now using the lib'ified
31151           mplex from mjpegtools, too.
31152         * ext/ffmpeg/gstffmpegcodecmap.c:
31153           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31154           issues. I don't think ffmpeg handles 3ivx correctly, so this
31155           probably won't work. But it won't hurt either.
31156         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31157         (gst_ffmpegdec_chain):
31158         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31159         (gst_ffmpegenc_chain_audio):
31160           Fix memleak in audio encoding. Close codec if open fails, this
31161           calls the cleanup routines so we can re-use the context.
31162         * ext/mpeg2enc/gstmpeg2enc.cc:
31163           Fix pad template names/types, fix memory issue with getcaps().
31164         * ext/mpeg2enc/gstmpeg2encoder.cc:
31165         * ext/mpeg2enc/gstmpeg2encoder.hh:
31166           Fix compile issue with new caps system (const thingy).
31167         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31168         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31169           We read a first frame right on initing, so that we have a caps
31170           when we init the output. This caps is cached in padprivate and
31171           read as first frame.
31172         * ext/mplex/Makefile.am:
31173         * ext/mplex/gstmplex.cc:
31174         * ext/mplex/gstmplex.h:
31175         * ext/mplex/gstmplex.hh:
31176         * ext/mplex/gstmplexibitstream.cc:
31177         * ext/mplex/gstmplexibitstream.hh:
31178         * ext/mplex/gstmplexjob.cc:
31179         * ext/mplex/gstmplexjob.hh:
31180         * ext/mplex/gstmplexoutputstream.cc:
31181         * ext/mplex/gstmplexoutputstream.hh:
31182           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31183           had issues, didn't do capsnego, supported only a subset of the
31184           mplex features and required a mplex fork in our local CVS. Plus
31185           that it worked agaist a very old mplex version. Rewriting was
31186           faster than updating it.
31187         * gst-libs/ext/Makefile.am:
31188         * gst-libs/ext/mplex/INSTRUCT:
31189         * gst-libs/ext/mplex/Makefile.am:
31190         * gst-libs/ext/mplex/README:
31191         * gst-libs/ext/mplex/TODO:
31192         * gst-libs/ext/mplex/ac3strm_in.cc:
31193         * gst-libs/ext/mplex/audiostrm.hh:
31194         * gst-libs/ext/mplex/audiostrm_out.cc:
31195         * gst-libs/ext/mplex/aunit.hh:
31196         * gst-libs/ext/mplex/bits.cc:
31197         * gst-libs/ext/mplex/bits.hh:
31198         * gst-libs/ext/mplex/buffer.cc:
31199         * gst-libs/ext/mplex/buffer.hh:
31200         * gst-libs/ext/mplex/fastintfns.h:
31201         * gst-libs/ext/mplex/format_codes.h:
31202         * gst-libs/ext/mplex/inputstrm.cc:
31203         * gst-libs/ext/mplex/inputstrm.hh:
31204         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31205         * gst-libs/ext/mplex/mjpeg_logging.cc:
31206         * gst-libs/ext/mplex/mjpeg_logging.h:
31207         * gst-libs/ext/mplex/mjpeg_types.h:
31208         * gst-libs/ext/mplex/mpastrm_in.cc:
31209         * gst-libs/ext/mplex/mpegconsts.cc:
31210         * gst-libs/ext/mplex/mpegconsts.h:
31211         * gst-libs/ext/mplex/mplexconsts.hh:
31212         * gst-libs/ext/mplex/multplex.cc:
31213         * gst-libs/ext/mplex/outputstream.hh:
31214         * gst-libs/ext/mplex/padstrm.cc:
31215         * gst-libs/ext/mplex/padstrm.hh:
31216         * gst-libs/ext/mplex/stillsstream.cc:
31217         * gst-libs/ext/mplex/stillsstream.hh:
31218         * gst-libs/ext/mplex/systems.cc:
31219         * gst-libs/ext/mplex/systems.hh:
31220         * gst-libs/ext/mplex/vector.cc:
31221         * gst-libs/ext/mplex/vector.hh:
31222         * gst-libs/ext/mplex/videostrm.hh:
31223         * gst-libs/ext/mplex/videostrm_in.cc:
31224         * gst-libs/ext/mplex/videostrm_out.cc:
31225         * gst-libs/ext/mplex/yuv4mpeg.cc:
31226         * gst-libs/ext/mplex/yuv4mpeg.h:
31227         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31228         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31229           We don't fork mjpegtools' mplex in our CVS anymore.
31230         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31231         (gst_avi_demux_add_stream):
31232         * gst/avi/gstavidemux.h:
31233           Add getcaps() function for proper caps nego. This makes some
31234           parts of AVI playback/reading work.
31235         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31236           Resize window on new capsnego. This is probably wrong, but
31237           I'm still committing it because with current capsnego, the
31238           first successfull capsnego is auto-fixated, therefore rounded
31239           down to the lowest values in the caps. this results in a 16x16
31240           XWindow that is not reized when real capsnego finishes.
31241           Dave, I see more cases of this, do you know a proper solution?
31242         * tools/gst-launch-ext.in:
31243           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31244
31245 2003-12-31  David Schleef  <ds@schleef.org>
31246
31247         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31248         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31249           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31250
31251 2003-12-30  David Schleef  <ds@schleef.org>
31252
31253         * ext/ffmpeg/gstffmpegcolorspace.c:
31254         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31255         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31256         (gst_ffmpegcsp_chain): Negotiation fixes
31257         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31258         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31259         (gst_audio_convert_link), (gst_audio_convert_channels):
31260         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31261         (gst_audioscale_link), (gst_audioscale_get_buffer),
31262         (gst_audioscale_chain): Negotiation fixes
31263         * gst/audioscale/gstaudioscale.h:
31264         * gst/videofilter/gstvideofilter.c:
31265         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31266         (gst_videofilter_link), (gst_videofilter_init),
31267         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31268         (gst_videofilter_find_format_by_structure):
31269         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31270         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31271         (gst_videoscale_link):
31272         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31273         (videoscale_find_by_structure), (gst_videoscale_setup):
31274         * gst/videoscale/videoscale.h: Negotiation fixes
31275         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31276         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31277         function, restrict resizing to a multiple of 4 (hack until
31278         everyone supports odd sizes correctly).
31279
31280 2003-12-29  Colin Walters  <walters@verbum.org>
31281
31282         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31283         signed.
31284
31285 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31286
31287         * ext/sndfile/gstsf.c: (gst_sf_loop):
31288           Fix warning about discarding const qualifier
31289
31290 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31291
31292         * gst/cutter/gstcutter.c:
31293         * gst/videoscale/gstvideoscale.c:
31294         * gst/volenv/gstvolenv.c:
31295         * gst-libs/gst/audio/audio.c:
31296         * gst-libs/gst/video/video.c:
31297           Fix warnings
31298
31299 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31300
31301         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31302           Don't send ALSA debugging to stderr.
31303         * ext/alsa/gstalsa.h:
31304           Use GST_WARNING instead of g_warning when ALSA functions fail.
31305
31306 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31307
31308         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31309           Free XVAdapterInfo correctly.
31310
31311 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31312
31313         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31314         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31315           Make id3tag use correct caps nego.
31316
31317 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31318
31319         * ext/ivorbis/vorbis.c:
31320         * ext/ivorbis/vorbisenc.h:
31321         * ext/ivorbis/vorbisfile.c:
31322           Modify so that it uses the new caps things
31323
31324 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31325
31326         * testsuite/spider/spider1.c: (main):
31327         * testsuite/spider/spider2.c: (main):
31328         * testsuite/spider/spider3.c: (main):
31329           Make tests compile again. They probably don't work.
31330
31331 2003-12-24  Colin Walters  <walters@verbum.org>
31332
31333         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31334         we can't fixate the caps anymore.
31335
31336 2003-12-23  David Schleef  <ds@schleef.org>
31337
31338         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31339         * sys/oss/gstosssink.c: (gst_osssink_init),
31340         (gst_osssink_sink_fixate): Add fixate function.
31341
31342 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31343
31344         * ext/ffmpeg/gstffmpegcodecmap.c:
31345         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31346         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31347         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31348         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31349         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31350         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31351         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31352           fix typo in RGB masks, and move back to "old" colorspace
31353           capsnego code until whoever wrote this new crap has actually
31354           tested it so that it works.
31355           And yes, this works, keep it that way please.
31356
31357 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31358
31359         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31360         (gst_divxdec_init), (gst_divxdec_negotiate):
31361         * ext/divx/gstdivxdec.h:
31362         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31363         (gst_divxenc_init):
31364         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31365         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31366         * ext/mpeg2enc/gstmpeg2enc.cc:
31367         * ext/mpeg2enc/gstmpeg2encoder.cc:
31368         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31369         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31370         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31371         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31372         (dxr3spusink_init):
31373         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31374         (dxr3videosink_init):
31375           Fix caps breakage after Dave's caps branch merge.
31376
31377 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31378
31379         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31380           Fix for 24bpp display.
31381
31382 2003-12-23  Colin Walters  <walters@verbum.org>
31383
31384         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31385         a GnomeVFSHandle directly.
31386
31387 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31388
31389         * gst/volume/Makefile.am:
31390         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31391         (volume_base_init), (volume_init):
31392           Reenable volume element and fix to work with new caps stuff.
31393           Rhythmbox needs this.
31394
31395 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31396
31397         * gst/qtdemux/qtdemux.c: (plugin_init):
31398           qtdemux requires bytestream
31399
31400 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31401
31402         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31403           Fix remaining caps handling errors due to CAPS merge.
31404
31405 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31406
31407         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31408         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31409         (gst_faad_srcconnect):
31410           Port to new caps system.
31411
31412 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31413
31414         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31415         (got_video_size), (main): using g_print instead of g_message.
31416         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31417         signal which was not emitted because of "switch" element added to the
31418         bin but not connected. (Removing from the bin temporarily)
31419
31420 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31421
31422         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31423         find X development files. I don't understand the previous tests and
31424         they fail on my debian/ppc unstable. This one works.
31425         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31426         exiting.
31427         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31428         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31429         (gst_play_set_visualization): Add some safety checks in set_ methods
31430         and state_change. This was throwing some ugly CRITICAL messages when
31431         pipeline was getting disposed and casts were failing.
31432
31433 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31434
31435         * configure.ac:
31436           Improve mpeg2enc detection. This is for distributions that do
31437           ship mjpegtools, but without mpeg2enc. Also does object check
31438           for might there ever be ABI incompatibility.
31439         * ext/mpeg2enc/gstmpeg2enc.cc:
31440           Add Andrew as second maintainer (he's helping me), and also add
31441           an error if no caps was set. This happens if I pull before capsnego
31442           and that's something I should solve sometime else.
31443         * gst/matroska/matroska-demux.c:
31444         (gst_matroska_demux_parse_blockgroup):
31445           Fix time parsing.
31446         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31447         (gst_matroska_mux_track_header):
31448           Add caps to templates.
31449         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31450           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31451         * gst/mpegstream/gstmpegdemux.c:
31452           Remove layer since it causes warnings about unfixed caps.
31453         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31454           Fix obvious typo (we error out if caps were set, we should of
31455           course error out if *no* caps were set).
31456         * sys/oss/gstosselement.c: (gst_osselement_convert):
31457           Fix format conversion, we confused bits/bytes.
31458         * sys/oss/gstosselement.h:
31459           Improve documentation for 'bps'.
31460         * sys/v4l/TODO:
31461           Remove stuff about plugins that need removing - this was done
31462           ages ago.
31463         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31464         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31465         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31466         (gst_v4lsrc_src_query):
31467         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31468         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31469           Add get_query_types(), get_formats() and query() functions.
31470
31471 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31472
31473         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31474           * moved CVS to freedesktop.org