sys/: Move some cleanup stuff from the state change handler into a _reset() function...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2
3         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
4         (gst_ximagesink_change_state), (gst_ximagesink_reset),
5         (gst_ximagesink_finalize):
6         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
7         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
8         Move some cleanup stuff from the state change handler into a _reset()
9         function that can be called from _finalize(). This ensures that things
10         get freed even if (for some reason) the NULL->READY state transition
11         fails in the parent class.
12         Even if a parent state change fails, process our downward state change
13         logic instead of bailing out early.
14         Free the correct xcontext pointer in ximagesink's xcontext_clear.
15
16 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
17
18         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
19         Extra log line.
20
21         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
22         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
23         Use pango_font_description_set_family_static instead of 
24         pango_font_description_set_family to save a string copy (it was
25         leaking due to the strdup anyway)
26
27         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
28         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
29         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
30         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
31         Chain up in finalize.
32
33 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
34
35         * gst-libs/gst/interfaces/mixertrack.c:
36         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
37         (gst_mixer_track_set_property):
38           API: add "untranslated-label" property which should be set by
39           implementations at construct time (#414645).
40
41         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
42         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
43           Set "untranslated-label" when constructing mixer track objects.
44
45         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
46           Unit test to check the above.
47
48 2007-03-07  Wim Taymans  <wim@fluendo.com>
49
50         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
51         Fix confusing debug message.
52
53 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
54
55         * gst-plugins-base.doap:
56         update doap file with new version
57
58 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
59
60         * configure.ac:
61         Back to CVS
62
63 === release 0.10.12 ===
64
65 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
66
67         * configure.ac:
68           releasing 0.10.12, "Zombie Horde"
69
70 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
71
72         * configure.ac:
73         Bump version to 0.10.11.4 pre-release
74
75 2007-03-06  Wim Taymans  <wim@fluendo.com>
76
77         * gst-libs/gst/audio/gstbaseaudiosink.c:
78         (gst_base_audio_sink_async_play):
79         Fix regression that made GStreamer skip the first samples of audio.
80         Fixes #414684.
81
82 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
83
84         * configure.ac:
85         Bump version to 0.10.11.3 pre-release
86
87 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
88
89         * po/POTFILES.in:
90           Update paths for the rename from utils to pbutils to fix the build.
91
92 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
93
94         * gst-libs/gst/pbutils/Makefile.am:
95           Change directory to install headers in from gst/utils to gst/pbutils
96           as well.
97
98 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
99
100         * configure.ac:
101         * docs/libs/gst-plugins-base-libs-docs.sgml:
102         * docs/libs/gst-plugins-base-libs-sections.txt:
103         * gst-libs/gst/Makefile.am:
104         * gst-libs/gst/interfaces/mixer.c:
105         * gst-libs/gst/pbutils/Makefile.am:
106         * gst-libs/gst/pbutils/descriptions.c:
107         (gst_pb_utils_get_source_description),
108         (gst_pb_utils_get_sink_description),
109         (gst_pb_utils_get_decoder_description),
110         (gst_pb_utils_get_encoder_description),
111         (gst_pb_utils_get_element_description),
112         (gst_pb_utils_add_codec_description_to_tag_list),
113         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
114         * gst-libs/gst/pbutils/descriptions.h:
115         * gst-libs/gst/pbutils/install-plugins.c:
116         * gst-libs/gst/pbutils/install-plugins.h:
117         * gst-libs/gst/pbutils/missing-plugins.c:
118         (gst_missing_uri_source_message_new),
119         (gst_missing_uri_sink_message_new),
120         (gst_missing_element_message_new),
121         (gst_missing_decoder_message_new),
122         (gst_missing_encoder_message_new),
123         (gst_missing_plugin_message_get_description):
124         * gst-libs/gst/pbutils/missing-plugins.h:
125         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
126         * gst-libs/gst/pbutils/pbutils.h:
127         * gst-libs/gst/utils/Makefile.am:
128         * gst-libs/gst/utils/base-utils.c:
129         * gst-libs/gst/utils/base-utils.h:
130         * gst-libs/gst/utils/descriptions.c:
131         * gst-libs/gst/utils/descriptions.h:
132         * gst-libs/gst/utils/install-plugins.c:
133         * gst-libs/gst/utils/install-plugins.h:
134         * gst-libs/gst/utils/missing-plugins.c:
135         * gst-libs/gst/utils/missing-plugins.h:
136         * gst-plugins-base.spec.in:
137         * gst/playback/Makefile.am:
138         * gst/playback/gstdecodebin.c:
139         * gst/playback/gstdecodebin2.c:
140         * gst/playback/gstplaybasebin.c: (setup_subtitle),
141         (gen_source_element):
142         * gst/playback/gstplaybin.c: (plugin_init):
143         * tests/check/Makefile.am:
144         * tests/check/libs/pbutils.c: (GST_START_TEST),
145         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
146         * tests/check/libs/utils.c:
147           rename utils to pbutils
148
149 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
150
151         * docs/plugins/Makefile.am:
152         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
153         * docs/plugins/gst-plugins-base-plugins-sections.txt:
154         * docs/plugins/inspect/plugin-decodebin2.xml:
155         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
156         Add documentation for decodebin2 that indicates that the API
157         is still unstable.
158
159 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
160
161         * configure.ac:
162         Update to 0.10.11.2 (0.10.12 pre-release)
163
164 2007-03-01  Wim Taymans  <wim@fluendo.com>
165
166         * gst-libs/gst/audio/gstbaseaudiosink.c:
167         (gst_base_audio_sink_async_play):
168         base time is irrelevant here.
169
170 2007-03-01  Wim Taymans  <wim@fluendo.com>
171
172         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
173         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
174         Improve debugging.
175
176         * gst-libs/gst/audio/gstbaseaudiosink.c:
177         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
178         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
179         Improve latency and clock slaving calculations.
180         Improve slave clock calibration.
181
182         * gst-libs/gst/audio/gstringbuffer.c:
183         (gst_ring_buffer_commit_full):
184         When we are asked to render N sample to 0 bytes, return N.
185
186 2007-03-01  Wim Taymans  <wim@fluendo.com>
187
188         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
189         (gst_alsasink_write), (gst_alsasink_reset):
190         * ext/alsa/gstalsasink.h:
191         Remove unused dispose function.
192         Rename lock to not interfere with alsasrc lock.
193
194         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
195         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
196         (gst_alsasrc_read), (gst_alsasrc_reset):
197         * ext/alsa/gstalsasrc.h:
198         Implement finalize function.
199         Use lock to protect alsa access.
200         Implement _reset.
201         Fine tune sw params.
202
203 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
204
205         * configure.ac:
206           Convert to new AG_GST style.
207
208 2007-02-28  Wim Taymans  <wim@fluendo.com>
209
210         Patch by: Ed Catmur <ed at catmur dot co dot uk>
211
212         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
213         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
214         Fix race condition when rapidly switching visualisations in playbin.
215         Fixes #401029.
216
217 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
218
219         * tests/check/Makefile.am:
220         Include local stuff before system installed things in LDFLAGS and
221         CFLAGS.
222
223 2007-02-28  Wim Taymans  <wim@fluendo.com>
224
225         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
226         Improve debugging.
227
228 2007-02-28  Wim Taymans  <wim@fluendo.com>
229
230         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
231         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
232         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
233         Fix duration and timestamping, taking latency into account.
234         Implement latency query.
235
236 2007-02-28  Wim Taymans  <wim@fluendo.com>
237
238         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
239         (gst_audio_clock_new):
240         Fix clock name.
241
242         * gst-libs/gst/audio/gstbaseaudiosink.c:
243         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
244         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
245         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
246         (gst_base_audio_src_create):
247         Improve latency query code.
248         Use proper clock names.
249
250 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
251
252         * tests/check/generic/states.c: (GST_START_TEST):
253           Copy the states.c test from core again
254         * tests/check/Makefile.am:
255           ignore cdio and cdparanoiasrc
256
257 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
258
259         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
260         (double_hq), (audio_convert_get_func_index), (check_default),
261         (audio_convert_prepare_context), (audio_convert_convert):
262           Also make valgrind happy and avoid copying data in some cases.
263
264 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
265
266         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
267         (double_hq), (audio_convert_get_func_index),
268         (audio_convert_prepare_context), (audio_convert_convert):
269         * gst/audioconvert/gstaudioconvert.c:
270         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
271         (gst_audio_convert_transform_caps):
272         * tests/check/elements/audioconvert.c: (GST_START_TEST),
273         (audioconvert_suite):
274           Don't run inplace if that overwrites source data as we go. Add more
275           tests. Fixes #339837 even more.
276
277 2007-02-27  Julien MOUTTE  <julien@moutte.net>
278
279         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
280         (msg_segment_done): Fix various seeking bugs (Slider was not
281         updating when doing a non flushing seek, Reverse playback 
282         on segment seek was wrong).
283
284 2007-02-26  Wim Taymans  <wim@fluendo.com>
285
286         * tests/examples/seek/seek.c: (stop_seek):
287         When we stop scrubbing, don't leave the pipeline PLAYING when we
288         requested a PAUSED state.
289
290 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
291
292         Patch by: René Stadler <mail at renestadler de>
293
294         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
295           Parse date strings in vorbis comments that have an invalid (zero)
296           month or day (#410396).
297
298         * tests/check/libs/tag.c: (GST_START_TEST):
299           Test case for the above.
300
301 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
302
303         Patch by: Loïc Minier <lool+gnome at via ecp fr>
304
305         * configure.ac:
306         * ext/alsa/Makefile.am:
307         * gst/audiotestsrc/Makefile.am:
308           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
309
310 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
311
312         * gst/playback/gstplaybin.c:
313           Improve docs: point out that the application needs to assist playbin
314           with buffering.
315
316 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
317
318         * gst-libs/gst/utils/install-plugins.c:
319         * gst-libs/gst/utils/missing-plugins.c:
320         * tests/check/libs/utils.c: (missing_msg_check_getters):
321           Change GStreamer marker prefix in detail string from 'gstreamer.net'
322           to just 'gstreamer'. Document the caps string component of the
323           decoder/encoder detail a bit better, since not everyone will be
324           familiar with the GStreamer media type/caps system (but they better
325           enjoy nested itemized lists).
326
327 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
328
329         * gst-libs/gst/netbuffer/gstnetbuffer.c:
330         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
331           Fix copying of GstNetBuffer (would crash before, or at least lead to
332           invalid memory access, #410772), for now by copying the GstBuffer copy
333           code from the core over here so we can copy the GstBuffer fields on a
334           provided buffer instance (of type GstNetBuffer in this case). Would be
335           better to fix this with some support by the core though (and in the long
336           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
337
338         * tests/check/Makefile.am:
339           Enable unit test for GstNetBuffer.
340
341 2007-02-22  Andy Wingo  <wingo@pobox.com>
342
343         * gst-libs/gst/audio/gstbaseaudiosink.c
344         (gst_base_audio_sink_init): Disable pull-mode activation until we
345         figure out how to make audio sinks go to PLAYING.
346
347 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
348
349         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
350         (double_hq), (audio_convert_get_func_index),
351         (audio_convert_prepare_context), (audio_convert_convert):
352         * gst/audioconvert/audioconvert.h:
353         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
354         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
355         * gst/audioconvert/gstchannelmix.h:
356         * tests/check/elements/audioconvert.c: (GST_START_TEST):
357           Add float as an intermediate format, as well as float mixing. Enable
358           test that was failing before. Fixes #339837
359
360 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
361
362         * tests/examples/seek/seek.c: (do_seek):
363         Undo the previous commit: -1 as a stop time implies that the stop
364         time is the end of file, clearing any previously configured segment.
365
366 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
367
368         * tests/examples/seek/seek.c: (do_seek):
369         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
370
371 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
372
373         * gst/volume/gstvolume.c: (volume_process_int16),
374         (volume_process_int16_clamp), (volume_set_caps):
375           Unbreak volume, value remains gint.
376
377 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
378
379         * gst/volume/gstvolume.c: (volume_choose_func),
380         (volume_update_real_volume), (gst_volume_set_volume),
381         (gst_volume_init), (volume_process_double), (volume_process_float),
382         (volume_process_int16), (volume_process_int16_clamp),
383         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
384         * gst/volume/gstvolume.h:
385           Extend float audio support (double) and some int->uint cleanups.
386
387 2007-02-20  Edward Hervey  <edward@fluendo.com>
388
389         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
390         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
391         (sort_end_pads), (gst_decode_group_expose),
392         (gst_decode_group_hide):
393         Don't free groups from the streaming threads. Just put them aside and
394         free them in dispose.
395
396 2007-02-20  Edward Hervey  <edward@fluendo.com>
397
398         * gst/playback/gstdecodebin2.c: (connect_element),
399         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
400         (sort_end_pads), (gst_decode_group_expose):
401         Handle dynamic pads within groups.
402         Sort pads before exposing them in order to make playbin happy.
403         There still is a race with the multiqueue filling up. This should be
404         solved separately.
405         Fixes #398721
406
407 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
408
409         * gst-libs/gst/utils/base-utils.c:
410         * gst-libs/gst/utils/descriptions.c:
411         * gst-libs/gst/utils/install-plugins.c:
412         * gst-libs/gst/utils/missing-plugins.c:
413           Some more docs (and descriptions for two subtitle formats).
414
415 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
416
417         * gst-libs/gst/audio/audio.c:
418           Fix documentation.
419
420 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
421
422         Patch by: Yves Lefebvre  <ivanohe abacom com>
423
424         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
425           Don't leak caps. Fixes #408278.
426
427 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
428
429         * ext/cdparanoia/gstcdparanoiasrc.h:
430         * ext/ogg/gstoggdemux.h:
431         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
432         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
433         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
434         * gst-libs/gst/audio/audio.h:
435         * gst-libs/gst/audio/gstaudiofilter.h:
436         * gst-libs/gst/interfaces/videoorientation.h:
437         * gst/adder/gstadder.h:
438           More docs coverage and some ChangeLog surgery (add missing names)
439
440 2007-02-15  Wim Taymans  <wim@fluendo.com>
441
442         * sys/ximage/ximagesink.c:
443         (gst_ximagesink_calculate_pixel_aspect_ratio):
444         * sys/xvimage/xvimagesink.c:
445         (gst_xvimagesink_calculate_pixel_aspect_ratio):
446         Small constifications.
447
448 2007-02-15  Wim Taymans  <wim@fluendo.com>
449
450         * gst-libs/gst/audio/gstbaseaudiosink.c:
451         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
452         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
453         (gst_base_audio_sink_async_play),
454         (gst_base_audio_sink_change_state):
455         Answer latency query.
456         Use configured latency when syncing.
457         Fix clock slaving.
458
459         * gst-libs/gst/audio/gstbaseaudiosrc.c:
460         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
461         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
462         Fix possible memleak.
463         Implement latency query.
464         Small cleanups.
465
466 2007-02-15  Wim Taymans  <wim@fluendo.com>
467
468         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
469         Ignore errors in reset, these are not fatal. They also grab the element
470         lock which is already taking when this function is called. Fixes
471         #405451.
472
473 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
474
475         * configure.ac:
476           Remove 'tests/examples/xerror/Makefile' from output files again.
477
478 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
479
480         * configure.ac:
481         * docs/plugins/Makefile.am:
482           Also crossref against gst-plugins-base-libs.
483
484 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
485
486         * configure.ac:
487         * docs/libs/Makefile.am:
488         * docs/plugins/Makefile.am:
489           Add crossreferences to glib/gobject/gstream docs.
490
491         * gst-libs/gst/audio/audio.h:
492           Source formatting.
493
494         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
495           Add own debug category.
496
497 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
498
499         Patch by: René Stadler <mail at renestadler de>
500
501         * gst-libs/gst/tag/gstvorbistag.c:
502           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
503           (#403597).
504
505 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
506
507         * gst/playback/gstplaybasebin.c: (setup_source):
508           When we have external subtitles and wait for the subtitle decodebin
509           to get up and running, we set up a (sync) bus handler for the
510           subtitle decodebin, so we can stop waiting when it posts an error
511           message. However, we should do that before we set the subtitle
512           decodebin's state to playing, otherwise things are racy and we might
513           miss error messages posted before we had a chance to set up the bus.
514           This should finally fix totem hanging on .txt pseudo-subtitle files.
515           
516 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
517
518         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
519           Use gst_gdouble_to_guint64 for conversions.
520         * win32/common/config.h.in:
521           Add a define for GST_INSTALL_PLUGINS_HELPER
522         * win32/common/libgstaudio.def:
523         * win32/common/libgstcdda.def:
524         * win32/common/libgstnetbuffer.def:
525         * win32/common/libgstrtp.def:
526         * win32/common/libgutils.def:
527           Add new exported functions.
528         * win32/vs6/gst_plugins_base.dsw:
529         * win32/vs6/libgstdecodebin.dsp:
530         * win32/vs6/libgstnetbuffer.dsp:
531         * win32/vs6/libgstplaybin.dsp:
532         * win32/vs6/libgstrtp.dsp:
533         * win32/vs6/libgstvorbis.dsp:
534         * win32/vs6/libgstcdda.dsp:
535         * win32/vs6/libgstgdp.dsp:
536         * win32/vs6/libgstutils.dsp:
537           Update and add new project files.
538
539 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
540
541         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
542         (subrip_remove_unhandled_tags), (parse_subrip):
543           For SubRip (.srt) subtitles, ignore all markup tags we don't
544           handle (like font tags, for example).
545
546         * tests/check/elements/subparse.c:
547           Add test for this.
548
549 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
550
551         * gst/playback/gstdecodebin.c: (add_fakesink),
552         (gst_decode_bin_change_state):
553         * gst/playback/gstdecodebin2.c: (add_fakesink),
554         (gst_decode_bin_change_state):
555           Don't error out if there is no fakesink in the NULL to READY state
556           change, since when decodebin is re-used, we're only adding the
557           fakesink element in READY to PAUSED.
558
559         * tests/check/elements/decodebin.c:
560         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
561         (decodebin_suite):
562           Minimal unit test to make sure we can use the same decodebin
563           instance twice (at least with audiotestsrc input).
564
565 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
566
567         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
568           Try to get devic-name from device string first, and from handle only
569           as fallback (seems to yield better results and is more robust
570           against buggy probing code on the application side).
571
572 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
573
574         Based on patch by: Julien Puydt <julien.puydt at laposte net>
575
576         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
577         (gst_alsa_find_device_name):
578         * ext/alsa/gstalsa.h:
579         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
580         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
581           Improve device-name detection a bit, especially in the case where
582           the device is not actually open (#405020, #405024). Move common code
583           into gstalsa.c instead of duplicating it.
584
585 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
586
587         * gst/audioconvert/gstaudioconvert.c:
588           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
589
590 2007-02-06  Julien MOUTTE  <julien@moutte.net>
591
592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
593         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
594         (gst_xvimagesink_interface_supported),
595         (gst_xvimagesink_probe_get_properties),
596         (gst_xvimagesink_probe_probe_property),
597         (gst_xvimagesink_probe_needs_probe),
598         (gst_xvimagesink_probe_get_values),
599         (gst_xvimagesink_property_probe_interface_init),
600         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
601         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
602         (gst_xvimagesink_get_type):
603         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
604         for XVAdaptors so that one can choose the adaptor to use with 
605         gstreamer-properties.
606
607 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
608
609         * gst/audioconvert/gstaudioconvert.c:
610           Also mention that a conversion from double to float is suboptimal still.
611
612 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
613
614         * gst-libs/gst/audio/gstaudiofilter.c:
615         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
616           Clear our formats structure and free the caps contained in it when
617           shutting down.
618
619 2007-02-05  Andy Wingo  <wingo@pobox.com>
620
621         * gst-libs/gst/audio/gstbaseaudiosink.c
622         (gst_base_audio_sink_callback): Update basesink->offset so that we
623         pull monotonically increasing offsets instead of, um, seeking back
624         to 0 each time. Fixes alsasrc ! alsasink!
625
626 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
627
628         * gst/videoscale/gstvideoscale.c:
629           A width and height of 1 makes us crash, so increase minimum size to
630           2x2 pixels until someone feels like fixing this (#404512).
631
632 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
633
634         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
635           Add small test to make sure request pads are cleaned up properly
636           even if oggmux never changes state out of NULL.
637
638 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
639
640         * tests/check/libs/utils.c: (GST_START_TEST):
641           Fix unit test. Turns out things work much better when you
642           NULL-terminate string arrays. Should make p5 build bot happy again.
643
644 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
645
646         * gst-libs/gst/audio/Makefile.am:
647         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
648         (gst_audio_filter_template_base_init),
649         (gst_audio_filter_template_class_init),
650         (gst_audio_filter_template_init),
651         (gst_audio_filter_template_set_property),
652         (gst_audio_filter_template_get_property),
653         (gst_audio_filter_template_setup),
654         (gst_audio_filter_template_filter),
655         (gst_audio_filter_template_filter_inplace), (plugin_init):
656           Oops, forgot to commit fixed-up example.
657
658 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
659
660         * docs/libs/gst-plugins-base-libs-sections.txt:
661         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
662         (gst_audio_filter_class_init), (gst_audio_filter_init),
663         (gst_audio_filter_set_caps),
664         (gst_audio_filter_class_add_pad_templates):
665         * gst-libs/gst/audio/gstaudiofilter.h:
666           Port GstAudioFilter to 0.10. This change technically breaks
667           API and ABI (and thus also every library developer's heart),
668           but seems justifiable on the grounds that the base class was
669           completely unusable before (ie. would crash immediately when
670           actually used). Fixes #403963 (and eventually also #403572).
671           Also document all of this a bit.
672
673 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
674
675         * gst-libs/gst/utils/install-plugins.c:
676         (gst_install_plugins_spawn_child):
677         * tests/check/libs/utils.c:
678         (test_base_utils_install_plugins_do_callout):
679           Lowering log level to see why things fail on the p5 build bot;
680           fix some typos in unit test messages.
681
682 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
683
684         * tests/check/libs/utils.c:
685         (test_base_utils_install_plugins_do_callout):
686           Don't hard-code temp directory for test helper; use GLib functions
687           to write out file and do error checking etc.
688
689 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
690
691         * gst-libs/gst/utils/Makefile.am:
692         * gst-libs/gst/utils/base-utils.h:
693         * gst-libs/gst/utils/install-plugins.c:
694         (gst_install_plugins_context_set_xid),
695         (gst_install_plugins_context_new),
696         (gst_install_plugins_context_free),
697         (gst_install_plugins_get_helper),
698         (gst_install_plugins_spawn_child),
699         (gst_install_plugins_return_from_status),
700         (gst_install_plugins_installer_exited),
701         (gst_install_plugins_async), (gst_install_plugins_sync),
702         (gst_install_plugins_return_get_name),
703         (gst_install_plugins_installation_in_progress):
704         * gst-libs/gst/utils/install-plugins.h:
705           API: add API for applications to initiate installation of missing
706           plugins, ie. gst_install_plugins_async() primarily.
707           Based on libgimme-codec by Ryan Lortie.
708
709         * configure.ac:
710           Add --with-install-plugins-helper configure option so distros can specify
711           the path of the helper script or program to call when plugin installation
712           is requested (distros: please do any argument munging in this helper
713           script instead of patching GStreamer to pass arguments differently
714           to another program directly).
715
716         * docs/libs/gst-plugins-base-libs-docs.sgml:
717         * docs/libs/gst-plugins-base-libs-sections.txt:
718           Build and document new API.
719
720         * tests/check/libs/utils.c: (result_cb),
721         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
722         (libgstbaseutils_suite):
723           Some simple checks for the new API.
724
725 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
726
727         * tests/check/elements/audioconvert.c: (test_float_conversion):
728           Add small test for 32bit float <=> 64bit float conversion (works
729           only one way so far, 32=>64 produces structured noise).
730
731 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
732
733         * gst/audioconvert/gstaudioconvert.c:
734         (set_structure_widths_32_and_64), (make_lossless_changes):
735           We don't support floats with a width of 40, 48 or 56 bits.
736
737 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
738
739         * gst/audioconvert/audioconvert.c: (float), (double),
740         (audio_convert_get_func_index):
741         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
742         (make_lossless_changes):
743           Support for 64-bit float audio in audioconvert (#339837)
744
745 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
746
747         Patch by: Holger Wansing  <linux wansing-online de>
748
749         * po/LINGUAS:
750         * po/de.po:
751           Add German translation (#352069).
752
753 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
754
755         reviewed by: Wim Taymans <wim@fluendo.com>
756
757         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
758         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
759         Use newly added GstCollectPads API to free the allocated resources in
760         the GstOggPad structures (#402393).
761
762 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
763
764         * gst/playback/gstplaybin.c: (gen_vis_element):
765           Add audioresample+audioconvert in front of the visualisation
766           element, so that elements like libvisual 0.4 that don't support all
767           samplerates can work.
768
769           Fixes: #402505
770
771 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
772
773         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
774         (gst_play_base_bin_get_streaminfo_value_array):
775           Take some locks and make a copy of the streaminfo value array we
776           maintain while holding the lock, so that the application can
777           retrieve the stream-info as a value array in a thread-safe way.
778
779 2007-01-30  Wim Taymans  <wim@fluendo.com>
780
781         * gst/audioconvert/gstaudioconvert.c:
782         Don't fail on 0 sized buffers. Fixes #396835.
783
784 2007-01-29  David Schleef  <ds@schleef.org>
785
786         * gst/typefind/gsttypefindfunctions.c:
787           Detect BBCD as video/x-dirac, so we can play raw dirac
788           streams.
789
790 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
791
792         * ext/theora/theoraenc.c: (theora_enc_chain):
793           Check return value of theora_encode_header(), or we might try to
794           allocate a random number of bytes. theora_encode_header() can fail
795           if libtheora has been compiled with encoding support disabled.
796           Fixes #398110.
797
798 2007-01-29  Wim Taymans  <wim@fluendo.com>
799
800         * tests/check/gst/.cvsignore:
801         Do as buildbot says.
802
803 2007-01-29  Wim Taymans  <wim@fluendo.com>
804
805         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
806         Fix strides in libvisual. Gst uses X strides.
807         Inspired by: <ed at catmur dot co dot uk> and 
808         <tim at centricular dot net>
809         Fixes #401118.
810
811 2007-01-27  Wim Taymans  <wim@fluendo.com>
812
813         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
814         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
815         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
816         (gst_ogg_demux_perform_seek),
817         (gst_ogg_demux_bisect_forward_serialno),
818         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
819         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
820         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
821         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
822         * ext/ogg/gstoggdemux.h:
823         Properly propagate streaming errors when we are scanning the file for
824         chains so that we don't crash when shut down. Might fix some crashers
825         when quickly switching oggs in RB such as #332503 and #378436.
826
827 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
828
829         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
830           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
831           error code as well.
832
833 2007-01-25  Wim Taymans  <wim@fluendo.com>
834
835         * gst/playback/gstplaybasebin.c: (remove_source):
836         Don't try to disconnect a signal from a finalized object.
837
838 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
839
840         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
841           Cast lock macro parameters to make sure we're actually accessing the
842           lock member at the right class level. Free list itself in _dispose()
843           as well and NULL it in case dispose gets called multiple times.
844
845 2007-01-25  Edward Hervey  <edward@fluendo.com>
846
847         * gst/playback/gstdecodebin2.c:
848         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
849         Free GstDecodeGroups no longer used.
850         (gst_decode_group_expose):
851         Don't unlock too many times !
852         (deactivate_free_recursive):
853         Free iterator once we're done with it.
854         Fix for recursively deactivating elements (stop at ghostpads).
855
856 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
857
858         * gst/playback/gstplaybin.c: (handoff):
859           Fix up caps on the frame buffer before we save it and potentially
860           make it accessible to other threads via g_object_get; also use
861           gst_buffer_replace() instead of gst_mini_object_replace().
862
863 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
864
865         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
866           Make getting the current frame thread-safe.
867
868 2007-01-25  Edward Hervey  <edward@fluendo.com>
869
870         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
871         (gst_decode_group_new), (gst_decode_group_free):
872         Set queues to bigger sizes to cope with HD contents.
873         Fix some mutex freeing and add comment about MT safe methods.
874
875 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
876
877         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
878         (gst_text_overlay_text_event):
879           Don't unnecessarily ref (and then leak) upstream events if the text
880           pad is not linked. Fixes #399948.
881
882         * tests/check/gst-plugins-base.supp:
883           Add suppression for pango on edgy/x86 for textoverlay test.
884
885 2007-01-24  Wim Taymans  <wim@fluendo.com>
886
887         * gst-libs/gst/rtp/gstrtpbuffer.h:
888         Add some more fixed payloads.
889
890 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
891
892         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
893           Error out properly if we get an error from libogg while reading the
894           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
895
896 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
897
898         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
899           Don't leak mutex.
900
901         * tests/check/elements/playbin.c:
902         (test_sink_usage_video_only_stream),
903         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
904         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
905         (test_missing_suburisource_handler),
906         (test_missing_primary_decoder), (playbin_suite):
907           Run all tests once with decodebin and once with decodebin2.
908           One test does not pass yet with decodebin2.
909
910 2007-01-23  Edward Hervey  <edward@fluendo.com>
911
912         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
913         Fix the cases where oggmux doesn't properly figure out that all
914         sinkpads have gone EOS, and therefore doesn't push out the remaining
915         buffers and the final EOS event.
916         Fixes #363379
917
918 2007-01-23  Julien MOUTTE  <julien@moutte.net>
919
920         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
921         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
922         Don't lock on navigation event push, just on keysym to string.
923         Fixes #397673 again.
924
925 2007-01-22  Edward Hervey  <edward@fluendo.com>
926
927         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
928         (get_current_group), (group_demuxer_event_probe),
929         (gst_decode_group_expose), (deactivate_free_recursive),
930         (gst_decode_group_free):
931         Cleanups.
932         Don't forget to emit 'no-more-pads' once a group is exposed.
933         Cleanup elements from a DecodeGroup once we remove it.
934         Protect call to gst_decode_group_expose() with the decodebin lock.
935
936 2007-01-22  Julien MOUTTE  <julien@moutte.net>
937
938         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
939         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
940         Looking at Xorg code i can't figure out if that XKeysymToString
941         function is thread sensible or not. Lock it just in case as
942         recommended by Radek Doulik <rodo at ximian dot com>.
943
944 2007-01-22  Julien MOUTTE  <julien@moutte.net>
945
946         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
947         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
948         Lock that X Call as well. Fixes #397673.
949
950 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
951
952         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
953           Don't go into an endless loop if the file starts with 00 00 01 2X,
954           like quicktime redirect files might. Fixes #396042.
955
956         * tests/check/Makefile.am:
957         * tests/check/gst/.cvsignore:
958         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
959         (typefindfunctions_suite):
960           Add unit test for the above.
961
962 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
963
964         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
965           On second thought, use "depth" field rather than "bpp" field.
966
967 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
968
969         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
970           Camtasia caps apparently need a bpp field (#398875).
971
972 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
973
974         * gst/playback/gstplaybasebin.c: (setup_subtitle),
975         (gen_source_element), (gst_play_base_bin_change_state):
976           Attempt at a better error message in case we don't have the required
977           URI handler installed; post missing-plugin message also when we're
978           missing an URI handler for the subtitle URI; clean up properly also
979           when an error occurs and we never made it to PAUSED state.
980
981         * tests/check/elements/playbin.c: (GST_START_TEST),
982         (playbin_suite):
983           Check that we're also getting a missing-plugin messsage for a
984           missing subtitle URI handler (and clean up properly).
985
986 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
987
988         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
989           Plug a few reference leaks.
990
991 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
992
993         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
994           Lower probability a bit if the marker isn't right at the start,
995           to decrease the chance of false positives.
996
997 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
998
999         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1000           Small mpeg2 system stream typefinding improvement: make typefinder
1001           probe a bit into the stream instead of just looking for a marker
1002           at the beginning. Fixes #397810.
1003
1004 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
1005
1006         * gst/audioconvert/gstchannelmix.c:
1007           Remove compatibility cruft for prehistoric GLib versions.
1008
1009 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1010
1011         * gst/playback/Makefile.am:
1012         * gst/playback/gstdecodebin.c: (close_pad_link):
1013         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1014         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1015         (gst_play_base_bin_handle_message_func), (unknown_type):
1016           Let decodebin be the element to post missing-plugin messages for
1017           missing decoders (rather than playbin); make playbin implement
1018           GstBin::handle_message so we can suppress missing-plugin messages
1019           for types we're not handling on purpose (don't want to bring up an
1020           installer in those cases).
1021
1022 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1023
1024         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1025         * gst-libs/gst/tag/gstvorbistag.c:
1026         (gst_tag_list_to_vorbiscomment_buffer):
1027         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1028           Fix potentially unaligned access (#397207).
1029
1030 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1031
1032         * tests/examples/seek/seek.c: (set_scale), (update_scale),
1033         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1034         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1035         (main):
1036           Allow to toggle looping while it plays. Fix callback prototype. Clean
1037           up code a bit more. Add copyright header.
1038
1039 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1040
1041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1042           Red and blue mask was swapped (spotted by Dan Williams).
1043
1044 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
1045
1046         * gst-libs/gst/tag/gstid3tag.c:
1047         * gst-libs/gst/tag/gstvorbistag.c:
1048           Use new beats-per-minute tag from core.
1049
1050 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
1051
1052         * po/POTFILES.in:
1053           Add new files with translatable strings, so they actually make it
1054           into the template file one day.
1055
1056 2007-01-12  Andy Wingo  <wingo@pobox.com>
1057
1058         * gst-libs/gst/audio/gstbaseaudiosink.c
1059         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1060         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1061         stuff, as the base class handles this now. Actually tell the ring
1062         buffer to start.
1063         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1064         How did this work before? Maybe I'm not as awesome a programmer as
1065         I think.
1066
1067         * gst-libs/gst/audio/gstbaseaudiosrc.c
1068         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1069         of a pad function.
1070
1071 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1072
1073         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1074           Remove more fields so that the application can better blacklist
1075           formats that have been tried before.
1076
1077 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1078
1079         * gst-libs/gst/audio/mixerutils.h:
1080           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1081           used when compiling with c++ compilers as well.
1082
1083 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1084
1085         * gst/typefind/gsttypefindfunctions.c:
1086           Fix comment.
1087
1088 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1089
1090         * gst/playback/gstplaybin.c: (post_missing_element_message),
1091         (gen_video_element), (gen_text_element), (gen_audio_element),
1092         (gen_vis_element):
1093           Post missing-plugin messages also when we error out because
1094           converters, textoverlay or auto*sinks are missing (#161922).
1095
1096 2007-01-10  Wim Taymans  <wim@fluendo.com>
1097
1098         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1099         (is_demuxer_element), (new_caps):
1100         * gst/playback/gstplaybasebin.c: (source_new_pad):
1101         Fix the case where we try to ref a NULL element when we delay a link
1102         because of unfixed caps.
1103         Set the state of autoplugged decodebins to PAUSED.
1104         RTSP now works in playbin, we can remove it from the blacklist.
1105
1106 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1107
1108         * gst/playback/Makefile.am:
1109         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1110         (unknown_type), (setup_subtitle), (gen_source_element):
1111         * gst/playback/gstplaybin.c: (plugin_init):
1112           Post missing-plugin messages on the bus for missing sources and
1113           missing decoders/demuxers/depayloaders; fix error code used when
1114           we're missing an URI handler source; for media types that we are not
1115           handling on purpose at the moment, don't print "don't know how to
1116           handle xyz" messages to the terminal or post missing-plugin
1117           messages on the bus.
1118
1119         * tests/check/elements/playbin.c: (create_playbin),
1120         (GST_START_TEST), (gst_codec_src_uri_get_type),
1121         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1122         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1123         (gst_codec_src_init_type), (gst_codec_src_base_init),
1124         (gst_codec_src_create), (gst_codec_src_class_init),
1125         (gst_codec_src_init), (plugin_init), (playbin_suite):
1126           Add some tests for the missing-plugin stuff.
1127
1128 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1129
1130         * configure.ac:
1131         * gst-libs/gst/Makefile.am:
1132         * gst-libs/gst/utils/Makefile.am:
1133         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1134         * gst-libs/gst/utils/base-utils.h:
1135         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1136         (find_format_info), (caps_are_rtp_caps),
1137         (gst_base_utils_get_source_description),
1138         (gst_base_utils_get_sink_description),
1139         (gst_base_utils_get_decoder_description),
1140         (gst_base_utils_get_encoder_description),
1141         (gst_base_utils_get_element_description),
1142         (gst_base_utils_add_codec_description_to_tag_list),
1143         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1144         * gst-libs/gst/utils/descriptions.h:
1145         * gst-libs/gst/utils/missing-plugins.c:
1146         (missing_structure_get_type), (copy_and_clean_caps),
1147         (gst_missing_uri_source_message_new),
1148         (gst_missing_uri_sink_message_new),
1149         (gst_missing_element_message_new),
1150         (gst_missing_decoder_message_new),
1151         (gst_missing_encoder_message_new),
1152         (missing_structure_get_string_detail),
1153         (missing_structure_get_caps_detail),
1154         (gst_missing_plugin_message_get_installer_detail),
1155         (gst_missing_plugin_message_get_description),
1156         (gst_is_missing_plugin_message):
1157         * gst-libs/gst/utils/missing-plugins.h:
1158           API: add new libgstbaseutils library with functions
1159           - to create and parse missing-plugins messages
1160           - that provide (translated) descriptions for caps/decoders/sources/etc.
1161           Closes #392393.
1162
1163         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1164         * pkgconfig/gstreamer-plugins-base.pc.in:
1165           Add new lib.
1166
1167         * docs/libs/gst-plugins-base-libs-docs.sgml:
1168         * docs/libs/gst-plugins-base-libs-sections.txt:
1169           Generate docs for new lib and API.
1170
1171         * tests/check/Makefile.am:
1172         * tests/check/libs/.cvsignore:
1173         * tests/check/libs/utils.c: (missing_msg_check_getters),
1174         (GST_START_TEST), (libgstbaseutils_suite):
1175           Add some basic unit tests.
1176
1177 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1178
1179         * ext/ogg/Makefile.am:
1180           Dist gstoggdemux.h to fix 'make distcheck'.
1181
1182         * sys/v4l/Makefile.am:
1183           Fix 'make distcheck' even more.
1184
1185 2007-01-09  Wim Taymans  <wim@fluendo.com>
1186
1187         * docs/plugins/Makefile.am:
1188         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1189         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1190         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1191         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1192         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1193         (gst_ogg_demux_perform_seek):
1194         * ext/ogg/gstoggdemux.h:
1195         Added docs.
1196         Add some more comments.
1197         Small cleanups.
1198
1199 2007-01-09  Wim Taymans  <wim@fluendo.com>
1200
1201         * ext/theora/theoradec.c:
1202         * ext/vorbis/vorbisdec.c:
1203         * gst-libs/gst/audio/gstringbuffer.c:
1204         (gst_ring_buffer_commit_full):
1205         * gst-libs/gst/audio/gstringbuffer.h:
1206         * gst-libs/gst/rtp/gstrtpbuffer.c:
1207         * gst-libs/gst/tag/gstvorbistag.c:
1208         Small documentation updates/fixes
1209
1210 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1211
1212         * configure.ac:
1213           Require core CVS HEAD for Andy's basesrc/sink API additions.
1214
1215 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1216
1217         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1218
1219         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1220         (plugin_init):
1221           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1222           on flac.sf.net (there appear to be other versions of the first
1223           ogg page in the wild) (#391365).
1224
1225 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1226
1227         * configure.ac:
1228           Check if localtime_r() is available.
1229
1230         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1231           If localtime_r() is not available, fall back to localtime(). Should
1232           fix build on MingW (#393310).
1233
1234 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1235
1236         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1237         * gst/subparse/gstsubparse.h:
1238           Remove spurious 1000 subtrahend when calculating the timestamp from
1239           the frame number and the frame rate . Also, use the frames/second
1240           value specified in the first line of the file, if one is specified
1241           there. Should fix #357503.
1242
1243         * tests/check/elements/subparse.c: (do_test),
1244         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1245         (subparse_suite):
1246           Add some basic unit tests for the microdvd subtitle format.
1247
1248 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1249
1250         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1251         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1252         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1253         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1254         (gst_xvimagesink_set_xwindow_id),
1255         (gst_xvimagesink_set_event_handling),
1256         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1257         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1258         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1259         Fixes : #390076.
1260         Add an adaptor property to select a specific XV adaptor.
1261         * sys/xvimage/xvimagesink.h:
1262
1263 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1264
1265         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1266         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1267         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1268         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1269         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1270         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1271         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1272         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1273         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1274         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1275         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1276         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1277         Use flow_lock much more to protect every access to xwindow.
1278         Try to catch erros while creating images in case some drivers are
1279         just generating an XError when the requested image is too big.
1280         Should fix : #354698, #384008, #384060.
1281         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1282         Implement some stress testing of setting window xid.
1283
1284 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1285
1286         * win32/common/libgsaudio.def:
1287           Add new exported function.
1288         * win32/common/libgstogg.dsp:
1289           Add gstoggaviparse.c to the build.
1290         * win32/common/libgstvideoscale.dsp:
1291           Add vs_4tap.c to the build.
1292         * win32/common/libgstvorbis.dsp:
1293           Add vorbistag.c to the build.
1294         
1295 2007-01-06  Andy Wingo  <wingo@pobox.com>
1296
1297         * gst-libs/gst/audio/gstbaseaudiosink.c
1298         (gst_base_audio_sink_class_init)
1299         (gst_base_audio_sink_init): 
1300         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1301         to baseaudiosink, and tell basesink that we can work in pull mode.
1302         This way the ring buffer thread drives the pipeline directly, if
1303         pull mode is possible. There is some lingering nastiness regarding
1304         capsnego, however.
1305         (gst_base_audio_sink_callback): Implement the callback to pull
1306         data. This interface is a bit light, though -- it should get a
1307         GstFlowReturn return value at least.
1308
1309 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1310
1311         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1312         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1313         * gst/playback/gstdecodebin2.c:
1314         (gst_decode_group_check_if_blocked):
1315           Printf format and missing argument fixes.
1316
1317 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1318
1319         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1320         (gst_ogm_parse_change_state):
1321         Activate pads before adding them to the element.
1322
1323 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1324
1325         * tests/examples/seek/scrubby.c: (main):
1326         * tests/examples/seek/seek.c: (main):
1327           Call g_thread_init() first thing in main() (see #391278).
1328
1329 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1330
1331         * tests/check/Makefile.am:
1332         * tests/check/libs/.cvsignore:
1333         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1334         (netbuffer_suite):
1335           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1336           for the time being, since it's broken, see #393099.
1337
1338 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1339
1340         * tests/check/Makefile.am:
1341           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1342
1343 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1344
1345         * configure.ac:
1346           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1347           so that GST_BASE_CFLAGS can go inbetween them, making sure
1348           we use uninstalled gst-libs headers
1349         * docs/libs/Makefile.am:
1350         * ext/alsa/Makefile.am:
1351         * ext/cdparanoia/Makefile.am:
1352         * ext/gnomevfs/Makefile.am:
1353         * ext/libvisual/Makefile.am:
1354         * ext/ogg/Makefile.am:
1355         * ext/theora/Makefile.am:
1356         * ext/vorbis/Makefile.am:
1357         * gst-libs/gst/audio/Makefile.am:
1358         * gst-libs/gst/cdda/Makefile.am:
1359         * gst-libs/gst/interfaces/Makefile.am:
1360         * gst-libs/gst/riff/Makefile.am:
1361         * gst-libs/gst/rtp/Makefile.am:
1362         * gst-libs/gst/tag/Makefile.am:
1363         * gst/adder/Makefile.am:
1364         * gst/audioconvert/Makefile.am:
1365         * gst/audiorate/Makefile.am:
1366         * gst/audioresample/Makefile.am:
1367         * gst/playback/Makefile.am:
1368         * gst/tcp/Makefile.am:
1369         * gst/videoscale/Makefile.am:
1370         * gst/volume/Makefile.am:
1371         * sys/ximage/Makefile.am:
1372         * sys/xvimage/Makefile.am:
1373         * tests/icles/Makefile.am:
1374           adapt
1375
1376 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1377
1378         * gst-libs/gst/interfaces/xoverlay.c:
1379         (gst_x_overlay_handle_events):
1380         * gst-libs/gst/interfaces/xoverlay.h:
1381         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1382         (gst_ximagesink_set_xwindow_id),
1383         (gst_ximagesink_set_event_handling),
1384         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1385         (gst_ximagesink_get_property), (gst_ximagesink_init),
1386         (gst_ximagesink_class_init):
1387         * sys/ximage/ximagesink.h:
1388         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1389         (gst_xvimagesink_set_xwindow_id),
1390         (gst_xvimagesink_set_event_handling),
1391         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1392         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1393         (gst_xvimagesink_class_init):
1394         * sys/xvimage/xvimagesink.h:
1395         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1396         Add a method to the XOverlay interface to allow disabling of 
1397         event handling in x[v]imagesink elements. This will let X events
1398         propagate to parent windows which can be usefull in some cases.
1399         Be carefull that the application is then responsible of pushing
1400         navigation events and expose events to the video sink.
1401         Fixes: #387138.
1402
1403 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1404
1405         * gst-libs/gst/tag/gstvorbistag.c:
1406         * tests/check/libs/tag.c: (GST_START_TEST):
1407           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1408           (fixes #392070).
1409
1410 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1411
1412         * configure.ac:
1413         * docs/Makefile.am:
1414         * docs/design/Makefile.am:
1415           Dist design docs.
1416
1417 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1418
1419         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1420         typo. Fixes: #390063.
1421
1422 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1423
1424         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1426         caps leak.
1427         * win32/common/config.h: Updated.
1428
1429 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1430
1431         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1432         (setup_gdpdepay_streamheader):
1433         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1434         (setup_gdppay_streamheader):
1435           Fix the dp tests, but activating the pads for the streamheader tests
1436           too and cleaning up conditionaly
1437
1438 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1439
1440         * gst/ffmpegcolorspace/avcodec.h:
1441         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1442         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1443         (gst_ffmpegcsp_avpicture_fill):
1444         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1445         (img_get_alpha_info):
1446         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1447         other end of the word. Fixes: #387073.
1448
1449         Add some inconsequential branch hints in a couple of places.
1450
1451 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1452
1453         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1454         (gst_ffmpeg_caps_to_smpfmt):
1455           The "signed" field in raw audio caps is of boolean type, trying to
1456           extract the value with _get_int() will fail (fix to keep in sync with
1457           the copy in gst-ffmpeg)
1458
1459 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1460
1461         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1462         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1463         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1464         (cleanup_gdpdepay):
1465         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1466         * tests/check/elements/subparse.c: (teardown_subparse):
1467         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1468         * tests/check/elements/videorate.c: (cleanup_videorate):
1469         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1470         * tests/check/elements/volume.c: (cleanup_volume):
1471         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1472         (cleanup_vorbisdec):
1473         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1474         (cleanup_vorbistag):
1475           consistent pad (de)activation
1476
1477 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1478
1479         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1480           Forgot to register the extensions.
1481
1482 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1483
1484         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1485         (plugin_init):
1486           Add typefinder for VIVO files (my christmas present to the 90s).
1487
1488 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1489
1490         * gst/playback/gstdecodebin.c: (type_found):
1491           Special-case the text/plain media type: we only want to recognise it
1492           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1493           parser, but not if the entire stream is of text/plain type. If the
1494           entire stream is text/plain, we should just error out.
1495
1496           This fixes playback of audio files with lyrics in totem. Totem can't
1497           distinguish between text files and subtitle files and passes any
1498           .txt file with the same basename as the main file to playbin as
1499           suburi, and playbin will then throw a 'subtitle found, but no video
1500           stream' error, which isn't entirely helpful. See #380342.
1501
1502           Also, with this change we'll show a slightly more correct error
1503           message in case totem passes a playlist file to us (although a
1504           custom error message wording instead of the default text would
1505           probably not be a bad idea either).
1506
1507           Same problem also needs to be fixed for playbin+decodebin2.
1508
1509         * tests/check/Makefile.am:
1510         * tests/check/elements/decodebin.c: (src_handoff_cb),
1511         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1512         (decodebin_suite):
1513           Add simple unit test for decodebin for the above.
1514
1515 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1516
1517         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1518         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1519           Refuse to change state to READY when we failed to create any of the
1520           required elements in our instance init function.
1521
1522 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1523
1524         * docs/libs/gst-plugins-base-libs-sections.txt:
1525           Small docs fixes/updates.
1526
1527         * gst-libs/gst/video/gstvideosink.h:
1528           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1529           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1530           removed from the base sink API between 0.9.6 and 0.9.7).
1531           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1532           accessor macros, so we don't do a runtime GObject type check every
1533           time we use them.
1534
1535 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1536
1537         * Makefile.am:
1538         * gst-plugins-base.doap:
1539         * gst-plugins-base.spec.in:
1540           add doap file
1541
1542 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1543
1544         Patch by: Jens Granseuer <jensgr at gmx net>
1545
1546         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1547         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1548         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1549         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1550         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1551           Declare variables at the beginning of a block. Fixes #383195.
1552
1553 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1554
1555         * configure.ac:
1556         Bump version nano - back to CVS.
1557
1558
1559 === release 0.10.11 ===
1560
1561 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1562
1563         * configure.ac:
1564           releasing 0.10.11, "Dumb things"
1565
1566 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1567
1568         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1569         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1570         Handle the case where an element has multiple pads with 
1571         unfixed caps as well as still possibly producing more dynamic 
1572         pads by storing each case as a distinct entry in the dynamic list.
1573         Fixes #38223 again.
1574
1575 2006-12-04  Wim Taymans  <wim@fluendo.com>
1576
1577         * gst/playback/gstdecodebin.c: (close_pad_link):
1578         Fix #382223, add more dynamic caps handling.
1579
1580 2006-12-04  Wim Taymans  <wim@fluendo.com>
1581
1582         reviewed by: <delete if not using a buddy>
1583
1584         * gst-libs/gst/audio/gstringbuffer.h:
1585         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1586         (gst_netaddress_set_ip4_interface),
1587         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1588         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1589         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1590         (gst_netaddress_get_ttl):
1591         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1592         * gst/playback/gstdecodebin.c: (close_pad_link):
1593         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1594         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1595         * win32/common/config.h:
1596
1597 2006-12-01  Michael Smith  <msmith@fluendo.com>
1598
1599         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1600           Delete bad debug code.
1601           Fixes #381219
1602
1603 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1604
1605         * gst/videoscale/vs_4tap.c:
1606         * win32/MANIFEST:
1607         * win32/common/config.h:
1608         * win32/vs8/libgstvideoscale.vcproj:
1609         Fix compilation on win32 under VS8
1610         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1611         Partially fixes #381175
1612
1613 2006-11-30  Michael Smith  <msmith@fluendo.com>
1614
1615         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1616         (GST_START_TEST):
1617           It would be very bad if, after a discont buffer, we thought every
1618           single following buffer was also discont. So, add to the test to
1619           ensure that this isn't the case.
1620           
1621         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1622           ... it was the case. So fix it.
1623
1624 2006-11-28  Wim Taymans  <wim@fluendo.com>
1625
1626         * gst/playback/gstplaybasebin.c: (check_queue_event):
1627         Improve debug.
1628
1629         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1630         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1631         padtemplate caps. Refixes #357577.
1632
1633 2006-11-28  Wim Taymans  <wim@fluendo.com>
1634
1635         * gst/playback/gstplaybasebin.c: (check_queue_event),
1636         (queue_threshold_reached), (queue_out_of_data),
1637         (gen_preroll_element):
1638         Add event probe to see when EOS is in a queue and we can disable the
1639         underrun signals. Fixes #357577.
1640
1641 2006-11-28  Edward Hervey  <edward@fluendo.com>
1642
1643         * gst/playback/Makefile.am:
1644         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1645         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1646         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1647         (gst_decode_bin_init), (gst_decode_bin_dispose),
1648         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1649         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1650         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1651         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1652         (connect_element), (expose_pad), (type_found),
1653         (pad_added_group_cb), (pad_removed_group_cb),
1654         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1655         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1656         (are_raw_caps), (multi_queue_overrun_cb),
1657         (multi_queue_underrun_cb), (gst_decode_group_new),
1658         (get_current_group), (group_demuxer_event_probe),
1659         (gst_decode_group_control_demuxer_pad),
1660         (gst_decode_group_control_source_pad),
1661         (gst_decode_group_check_if_blocked),
1662         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1663         (gst_decode_group_hide), (gst_decode_group_free),
1664         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1665         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1666         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1667         (plugin_init):
1668         New decodebin2 element.
1669         Closes #370092
1670         * gst/playback/gstplay-marshal.list:
1671         Added marshallers for new signals in decodebin2
1672         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1673         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1674         is set.
1675
1676 2006-11-28  Wim Taymans  <wim@fluendo.com>
1677
1678         * gst/playback/gstplaybasebin.c: (setup_source),
1679         (gst_play_base_bin_change_state):
1680         Disable rtsp:// uris for the release, it's not good enough yet.
1681         Remove unused var.
1682
1683 2006-11-26  Wim Taymans  <wim@fluendo.com>
1684
1685         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1686         (theora_dec_push_forward), (theora_dec_push_reverse),
1687         (theora_handle_data_packet), (theora_dec_decode_buffer),
1688         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1689         (theora_dec_chain_forward), (theora_dec_chain):
1690         Implement reverse playback.
1691
1692         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1693         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1694         (vorbis_dec_chain_forward):
1695         Clear buffers used for reverse playback in _reset.
1696         No need to set the eos flag, we clip samples using the segment.
1697
1698 2006-11-24  Wim Taymans  <wim@fluendo.com>
1699
1700         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1701         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1702         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1703         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1704         Some cleanups.
1705         Handle continued pages in reverse mode.
1706
1707 2006-11-24  Wim Taymans  <wim@fluendo.com>
1708
1709         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1710         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1711         (vorbis_dec_flush_decode):
1712         Small cleanups.
1713         Don't try to add invalid timestamps.
1714         Clipping will unref the buffer.
1715
1716 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1717
1718         * gst/adder/gstadder.h:
1719         * gst/audiotestsrc/gstaudiotestsrc.h:
1720           remove obsolete _factory_init protos
1721
1722 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1723
1724         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1725           Fix spacing in debug message.
1726
1727 2006-11-23  Wim Taymans  <wim@fluendo.com>
1728
1729         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1730         (gst_ogg_demux_chain):
1731         Don't just ignore return values from _pad_push().
1732         Small debug improvements.
1733
1734 2006-11-23  Michael Smith  <msmith@fluendo.com>
1735
1736         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1737           If our incoming buffer is marked as DISCONT, then increment the page
1738           number (so that the discontinuity is marked in the final ogg
1739           bitstream) and flush the previous page.
1740
1741 2006-11-22  Michael Smith  <msmith@fluendo.com>
1742
1743         * ext/theora/gsttheoraenc.h:
1744         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1745         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1746         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1747         (theora_enc_chain), (theora_enc_change_state):
1748           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1749
1750         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1751         (GST_START_TEST), (theoraenc_suite):
1752           Enable discontinuity test, fix it.
1753
1754 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1755
1756         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1757         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1758         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1759         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1760         (gst_text_overlay_change_state):
1761         * ext/pango/gsttextoverlay.h:
1762           Some textoverlay fixes: for one, in the video chain function,
1763           actually wait for a text buffer to come in if there is none at the
1764           moment and there should be one; also, deal more gracefully with
1765           incoming buffers that do not have a timestamp or duration; discard
1766           text buffer when not needed any longer. Fixes #341681.
1767
1768         * tests/check/Makefile.am:
1769         * tests/check/elements/.cvsignore:
1770         * tests/check/elements/textoverlay.c:
1771         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1772         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1773         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1774         (test_video_waits_for_text_send_text_newsegment_thread),
1775         (test_video_waits_for_text_shutdown_element),
1776         (test_render_continuity_push_video_buffers_thread),
1777         (textoverlay_suite):
1778           Add some unit tests for textoverlay.
1779
1780 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1781
1782         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1783           Avoid integer underflow when the found probability for mp3 is
1784           smaller than the 'penalty' we subtract if there's not a clean
1785           mp3 header sync at offset 0.
1786
1787 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1788
1789         * docs/libs/gst-plugins-base-libs-sections.txt:
1790           Add some new symbols to the docs
1791
1792 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1793
1794         * tests/check/Makefile.am:
1795         * tests/check/elements/ffmpegcolorspace.c:
1796         (ffmpegcolorspace_suite):
1797           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1798           (for now not for valgrinding though, since it takes too long).
1799
1800 2006-11-20  Wim Taymans  <wim@fluendo.com>
1801
1802         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1803         (gst_ffmpeg_pixfmt_to_caps):
1804         Fix RGBA32 caps. Fixes #357038.
1805
1806 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1807
1808         * gst-libs/gst/interfaces/mixertrack.h:
1809           Add FIXME so we can add some padding here in 0.11
1810
1811 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1812
1813         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1814           Fix GstBaseRTPAudioPayload structure so the whole GObject
1815           inheritance business actually works (parent class instance structure
1816           must always come first in the derived class instance structure).
1817
1818 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1819
1820         * gst/videotestsrc/Makefile.am:
1821         * tests/check/Makefile.am:
1822           Make sure our checks and the videotestsrc plugin link against the
1823           local uninstalled gst libs and not any installed gst libs that
1824           might happen to exist as well.
1825
1826         * tests/check/elements/adder.c: (message_received),
1827         (test_event_message_received), (test_play_twice_message_received):
1828         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1829           Fix compiler warnings when compiling against core with disabled
1830           debugging system.
1831
1832 2006-11-16  Michael Smith  <msmith@fluendo.com>
1833
1834         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1835         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1836           Fix audiorate, so that it accurately sets offsets and timestamps.
1837           Doesn't change the fundamental algorithmic decisions; so should be
1838           safe.
1839
1840         * tests/check/Makefile.am:
1841           Enable audiorate test now that it passes.
1842
1843 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
1844
1845         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1846           clear xv when going to NULL, remove // commented non-existant proto
1847
1848         * tests/examples/seek/seek.c: (main):
1849           add missing tooltip description for scrub and play_scrub
1850
1851 2006-11-14  David Schleef  <ds@schleef.org>
1852
1853         * configure.ac:
1854           Bump liboil requirement to 0.3.8.
1855         * gst-libs/gst/riff/riff-media.c:
1856           Add Dirac fourcc.
1857         * gst/videoscale/vs_image.h:
1858         * gst/videoscale/vs_scanline.h:
1859           Use liboil's stdint.h.
1860         * gst/videotestsrc/videotestsrc.c:
1861           Remove liboil related ifdef's, since they aren't needed now, and
1862           won't work with future versions.
1863
1864 2006-11-14  David Schleef  <ds@schleef.org>
1865
1866         * gst/videoscale/Makefile.am:
1867         * gst/videoscale/gstvideoscale.c:
1868         * gst/videoscale/gstvideoscale.h:
1869         * gst/videoscale/vs_4tap.c:
1870         * gst/videoscale/vs_4tap.h:
1871         * gst/videoscale/vs_image.c:
1872         * gst/videoscale/vs_image.h:
1873         * gst/videoscale/vs_scanline.c:
1874         * gst/videoscale/vs_scanline.h:
1875           Add a 4-tap image scaler.  Theoretically looks much prettier.
1876           The tap calculation could use some improvement.
1877
1878 2006-11-14  Wim Taymans  <wim@fluendo.com>
1879
1880         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1881
1882         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1883         (gst_riff_parse_strf_iavs):
1884         * gst/subparse/gstsubparse.c: (convert_encoding):
1885         * gst/tcp/gstmultifdsink.c:
1886         (gst_multi_fd_sink_handle_client_write):
1887         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1888         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1889         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1890         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1891         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1892         (gst_ximagesink_ximage_new):
1893         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1894         Various gsize and gssize printf fixes. Fixes #372507.
1895
1896 2006-11-13  Wim Taymans  <wim@fluendo.com>
1897
1898         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1899         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1900         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1901         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1902         (vorbis_dec_chain_forward), (vorbis_dec_chain):
1903         * ext/vorbis/vorbisdec.h:
1904         First stab at vorbis reverse playback.
1905
1906 2006-11-13  Wim Taymans  <wim@fluendo.com>
1907
1908         * gst-libs/gst/audio/gstbaseaudiosink.c:
1909         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1910         * gst-libs/gst/audio/gstbaseaudiosink.h:
1911         Make the clock sync code more accurate wrt resampling and playback
1912         at different rates.
1913         
1914         * gst-libs/gst/audio/gstringbuffer.c:
1915         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1916         * gst-libs/gst/audio/gstringbuffer.h:
1917         Use better algorithm to interpolate sample rates. 
1918
1919 2006-11-13  Michael Smith  <msmith@fluendo.com>
1920
1921         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1922           Improve a debug line slightly.
1923
1924         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1925           Call gst_riff_init() in plugin_init, to avoid getting errors from
1926           the debug system (unrelated changes to another plugin made this turn
1927           up; not sure why).
1928
1929 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1930
1931         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
1932
1933         * win32/common/libgsttag.def:
1934           Add missing symbol (#366492).
1935
1936 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1937
1938         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1939           Don't unref a NULL pad.
1940
1941 2006-11-09  Wim Taymans  <wim@fluendo.com>
1942
1943         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1944         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
1945         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
1946         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
1947         (gst_ogg_demux_loop):
1948         Implement first stab at reverse playback.
1949
1950 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
1951
1952         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1953         (gst_riff_create_video_template_caps):
1954           add h263/h264 variants to the caps, Fixes #363118
1955
1956 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1957
1958         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1959         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1960           Use g_strerror instead of strerror so we get UTF-8.
1961
1962 2006-11-03  David Schleef  <ds@schleef.org>
1963
1964         * ext/ogg/gstoggdemux.c:
1965         * ext/ogg/gstoggmux.c:
1966           Add/remove KW-DIRAC header here, since it is ogg-specific.
1967
1968 2006-11-03  Michael Smith  <msmith@fluendo.com>
1969
1970         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1971           Recognise more mpeg4 elementary video streams.
1972
1973 2006-11-02  Edward Hervey  <edward@fluendo.com>
1974
1975         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1976         Lower the probability of mp3 typefinding functions if we don't find a
1977         valid mp3 header at the start of the file.
1978         Closes #369482
1979
1980 2006-11-02  Wim Taymans  <wim@fluendo.com>
1981
1982         * ext/theora/gsttheoradec.h:
1983         * ext/theora/theoradec.c: (gst_theora_dec_init),
1984         (theora_dec_sink_event), (theora_dec_chain_forward),
1985         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1986         (theora_dec_chain):
1987         Document and partially implement an algorithm for doing reverse playback
1988         of theora video.
1989
1990 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1991
1992         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
1993
1994         * win32/common/config.h:
1995         * win32/common/interfaces-enumtypes.c:
1996         * win32/common/libgsttag.def:
1997         * win32/vs8/gst-plugins-base.sln:
1998         * win32/vs8/libgstaudioresample.vcproj:
1999         * win32/vs8/libgstinterfaces.vcproj:
2000         * win32/vs8/libgstogg.vcproj:
2001         * win32/vs8/libgstriff.vcproj:
2002         * win32/vs8/libgsttag.vcproj:
2003         * win32/vs8/libgsttheora.vcproj:
2004         * win32/vs8/libgstvideoscale.vcproj:
2005         * win32/vs8/libgstvorbis.vcproj:
2006           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2007           to libgsttag.def; add missing dependencies for some vs8 projects;
2008           re-arrange placement of .def files in vs8 projects (#366334).
2009
2010 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
2011
2012         * ext/ogg/gstogg.c:
2013           Remove unused variable.
2014
2015         * ext/ogg/gstoggdemux.c:
2016           Fix Wim's surname in plugin description.
2017
2018 2006-10-31  Wim Taymans  <wim@fluendo.com>
2019
2020         * gst-plugins-base.spec.in:
2021         spec new .h file. Fixes #368310.
2022
2023 2006-10-31  Michael Smith  <msmith@fluendo.com>
2024
2025         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2026         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2027         (gst_multi_fd_sink_get_stats),
2028         (gst_multi_fd_sink_remove_client_link),
2029         (gst_multi_fd_sink_queue_buffer),
2030         (gst_multi_fd_sink_handle_clients):
2031         * gst/tcp/gstmultifdsink.h:
2032           Make using the remove or clear signals threadsafe.
2033           Make calling get-stats with an invalid fd not segfault.
2034           Fixes 368273.
2035
2036 2006-10-31  Wim Taymans  <wim@fluendo.com>
2037
2038         * gst-libs/gst/rtp/Makefile.am:
2039         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2040         (gst_base_rtp_audio_payload_init):
2041         Fix and activate base audio payloader.
2042
2043 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2044
2045         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2046         (plugin_init):
2047           Add typefinder for QuickTime Image Files (see #366156).
2048
2049 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2050
2051         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2052           Another typo fix (#366212).
2053
2054 2006-10-27  Wim Taymans  <wim@fluendo.com>
2055
2056         * gst/volume/gstvolume.c: (volume_transform_ip):
2057         Use stream time to synchronize volume property instead of rather random
2058         timestamps. This is needed when gnonlin does its time shifting.
2059
2060 2006-10-27  Wim Taymans  <wim@fluendo.com>
2061
2062         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2063
2064         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2065         Remove the pad from the element in release_pad. Fixes #364812.
2066
2067 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
2068
2069         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2070         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2071           Explicitly create our custom buffer classes at a thread-safe
2072           location as well, since g_type_class_ref() doesn't seem to be
2073           entirely thread-safe either (#365501; also see #349410).
2074
2075 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2076
2077         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2078         (gst_riff_parse_info):
2079           If strings in INFO chunk are not UTF-8, do something similar to
2080           what we do for ID3v1 tags: check a number of environment variables
2081           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2082           character sets to try, otherwise try the current locale and/or fall
2083           back on ISO-8859-1. Fixes #360552.
2084
2085 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2086
2087         * gst/videotestsrc/gstvideotestsrc.c:
2088         (gst_video_test_src_pattern_get_type),
2089         (gst_video_test_src_set_pattern):
2090         * gst/videotestsrc/gstvideotestsrc.h:
2091         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2092         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2093         (gst_video_test_src_checkers8):
2094         * gst/videotestsrc/videotestsrc.h:
2095           Add a bunch of exciting new checkers patterns.
2096
2097 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2098
2099         * gst/subparse/Makefile.am:
2100         * gst/subparse/gstsubparse.c:
2101         (gst_sub_parse_data_format_autodetect),
2102         (gst_sub_parse_format_autodetect), (handle_buffer),
2103         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2104         * gst/subparse/gstsubparse.h:
2105         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2106         (parse_tmplayer):
2107         * gst/subparse/tmplayerparse.h:
2108           Add support for TMPlayer-type subtitles (#362845).
2109
2110         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2111         (GST_START_TEST), (subparse_suite):
2112           Add some basic unit tests for the above.
2113
2114 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2115
2116         * tests/check/elements/audiorate.c: (test_injector_base_init),
2117         (test_injector_class_init), (test_injector_chain),
2118         (test_injector_init), (probe_cb), (do_perfect_stream_test),
2119         (GST_START_TEST), (audiorate_suite):
2120           More tests for audiorate: inject buffers to check behaviour when
2121           buffers overlap.
2122
2123 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
2124
2125         * tests/check/Makefile.am:
2126         * tests/check/elements/.cvsignore:
2127         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2128         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2129           Add some basic unit tests for audiorate. Disabled at the moment
2130           since it doesn't pass yet (see bug #363119).
2131
2132 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2133
2134         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2135         (parse_subrip), (handle_buffer):
2136           Add missing closing tags for markup and fix broken markup,
2137           otherwise pango won't render anything (fixes #357531). Also,
2138           make sure the text we send out is always NUL-terminated
2139           (better safe than sorry etc.).
2140
2141         * tests/check/elements/subparse.c: (test_srt_do_test),
2142         (test_srt):
2143           Some more tests for .srt incl. tests for the above stuff.
2144
2145 2006-10-20  Julien MOUTTE  <julien@moutte.net>
2146
2147         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2148         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2149         Patch by: Stefan Kost  <ensonic@users.sf.net>
2150         Try to redraw borders only when needed. Apparently this consumes
2151         resources on small devices... :-O (#363607)
2152
2153 2006-10-20  Michael Smith  <msmith@fluendo.com>
2154
2155         * gst/tcp/gstmultifdsink.c:
2156         (gst_multi_fd_sink_client_queue_buffer):
2157           If caps change, then update the client's idea of the caps so that we
2158           don't end up re-sending streamheaders for every single buffer after
2159           the caps change.
2160
2161 2006-10-20  Michael Smith  <msmith@fluendo.com>
2162
2163         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2164         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2165           Set caps on pushed buffers; fix up refcounting of caps objects.
2166
2167 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2168
2169         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2170         (plugin_init):
2171           Typefind mmsh header data packet to application/x-mmsh (#362625).
2172
2173 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2174
2175         * tests/check/Makefile.am:
2176         * tests/check/elements/.cvsignore:
2177         * tests/check/elements/subparse.c: (buffer_from_static_string),
2178         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2179         (GST_START_TEST), (subparse_suite):
2180           Add very simple unit test for subparse.
2181
2182 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2183
2184         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2185         (parse_subrip):
2186           Strip trailing newlines from subtitle text output.
2187
2188 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2189
2190         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2191         (gst_sub_parse_change_state):
2192           Fix memleak; clear subparse->textbuf n state change function.
2193
2194 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2195
2196         * gst/subparse/gstsubparse.c:
2197         (gst_sub_parse_data_format_autodetect):
2198           Don't require subrip (.srt) files to start with a chunk number of 1.
2199
2200 2006-10-18  Wim Taymans  <wim@fluendo.com>
2201
2202         * gst-libs/gst/audio/gstbaseaudiosink.c:
2203         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2204         * gst-libs/gst/audio/gstbaseaudiosink.h:
2205         Extract rate from the NEWSEGMENT event.
2206         Use commit_full to also take rate adjustment into account when writing
2207         samples to the ringbuffer.
2208         
2209         * gst-libs/gst/audio/gstringbuffer.c:
2210         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2211         (gst_ring_buffer_read):
2212         * gst-libs/gst/audio/gstringbuffer.h:
2213         Added _commit_full() to also take rate into account.
2214         Use simple interpolation algorithm to resample audio.
2215         API: gst_ring_buffer_commit_full()
2216
2217         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2218         * tests/examples/seek/seek.c: (segment_done):
2219         Don't try to seek with 0.0 rate, just pause instead.
2220         Remove bogus debug line.
2221
2222 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2223
2224         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2225         (setup_source):
2226           Catch async errors when starting up the subtitle bin, so we can
2227           stop waiting and continue with the main film instead of hanging
2228           forever. Fixes #339366.
2229
2230         * tests/check/elements/playbin.c: (playbin_suite):
2231           Enable unit test for the above.
2232
2233 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2234
2235         * tests/check/Makefile.am:
2236         * tests/check/elements/.cvsignore:
2237         * tests/check/elements/playbin.c: (GST_START_TEST),
2238         (gst_red_video_src_uri_get_type),
2239         (gst_red_video_src_uri_get_protocols),
2240         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2241         (gst_red_video_src_uri_handler_init),
2242         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2243         (gst_red_video_src_create), (gst_red_video_src_class_init),
2244         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2245           Some small and basic unit tests for playbin; not very useful yet,
2246           but at least a start.
2247
2248 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2249
2250         * gst/playback/gstplaybin.c: (setup_sinks):
2251           The old pad activation spiel.
2252
2253 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2254
2255         * gst/playback/gstplaybasebin.c: (setup_source):
2256           Don't hang forever if the subbin already fails to start up in 
2257           the state change to PAUSED (#339366).
2258
2259 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2260
2261         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2262         (gst_tuner_set_channel), (gst_tuner_get_channel),
2263         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2264         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2265         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2266         (gst_tuner_find_channel_by_name):
2267           Fix some function guards, add some more function guards.
2268
2269 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2270
2271         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2272         (remove_element_chain):
2273         Don't return a pad from get_our_ghost_pad unless it is actually the
2274         one we want.
2275         Change a cast in remove_element_chain slightly.
2276
2277 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2278
2279         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2280         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2281         Segment seeking needs to use the rate and set stop to -1.
2282
2283 2006-10-13  Wim Taymans  <wim@fluendo.com>
2284
2285         * gst-libs/gst/audio/gstbaseaudiosink.c:
2286         (gst_base_audio_sink_setcaps):
2287         Don't crash when ringbuffer is not yet created.
2288         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2289         Fixes #361634.
2290
2291         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2292         * gst/playback/gststreamselector.c:
2293         (gst_stream_selector_request_new_pad):
2294         Activate pads befre adding them to running elements.
2295
2296 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2297
2298         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2299         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2300         updater when we start grabing the slider. Don't wait for the
2301         pipeline to be PAUSED.
2302
2303 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2304
2305         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2306         (gst_mixer_set_volume), (gst_mixer_get_volume),
2307         (gst_mixer_set_mute), (gst_mixer_set_option),
2308         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2309         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2310         (gst_mixer_option_changed):
2311           Guard mixer interface functions against bogus arguments.
2312
2313 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2314
2315         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2316         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2317         (msg_state_changed), (main): Use state-changed messages to trigger
2318         start/stop of scale update timer. Indeed the scale slider was
2319         jumping here and there because the update timer was activated 
2320         before seek completed. This fixes instant applying of rate changes
2321         by pressing the spinbutton like a crazy man !
2322
2323 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2324
2325         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2326
2327         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2328         (gst_basertppayload_finalize):
2329           Fix two small memory leaks (#361456).
2330
2331 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2332
2333         * tests/examples/seek/seek.c: (do_seek),
2334         (rate_spinbutton_changed_cb): When changing spinbutton we try
2335         to change the rate on the fly.
2336
2337 2006-10-10  Wim Taymans  <wim@fluendo.com>
2338
2339         * gst-libs/gst/riff/riff-ids.h:
2340         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2341         (gst_riff_create_audio_template_caps):
2342         Add WMS caps.
2343
2344 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2345
2346         Patch by: Josep Torre Valles <josep@fluendo.com>
2347
2348         * ext/gnomevfs/gstgnomevfssink.c:
2349         * ext/gnomevfs/gstgnomevfssrc.c:
2350         Fix URI interface implementation return type.
2351         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2352         Fix what looks like a copy/paste issue when assigning values.
2353         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2354         (gst_audio_filter_template_get_type):
2355         Cast to prevent Forte warnings.
2356         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2357         Fix URI interface implementation return type.
2358         gst_pad_query_position requires a signed integer pointer as
2359         3rd parameter, GstClockTime is unsigned.
2360         * gst/audioconvert/audioconvert.c:
2361         Fix integer overflow when treated as signed.
2362         * gst/audioresample/resample.c: (resample_add_input_data):
2363         Cast to prevent warnings on Forte.
2364         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2365         Fix integer overflow when treated as signed.
2366         * gst/ffmpegcolorspace/imgconvert_template.h:
2367         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2368         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2369         (cleanup_decodebin):
2370         Who initialises a guint to -1!
2371         Cast function pointers to prevent warnings on Forte.
2372         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2373         (queue_threshold_reached):
2374         Cast function pointers correctly to prevent warnings on Forte.
2375         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2376         Cast function pointers correctly to prevent warnings on Forte.
2377         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2378         Obvious change to unsigned, 0xEF > max signed char.
2379         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2380         GstClockTime is unsigned, initialise correctly.
2381         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2382         Cast so pointer arithemetic doesn't cause warnings on Forte.
2383         * gst/videorate/gstvideorate.c:
2384         Use correct return value.
2385         * tests/examples/seek/scrubby.c:
2386         GstClockTime is unsigned, initialise correctly.
2387
2388 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2389
2390         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2391
2392         * gst/typefind/gsttypefindfunctions.c:
2393           Recognise XML files and XML-like files shorter than 256 bytes as
2394           well (fixes #359237).
2395
2396 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2397
2398         Patch by: Renato Filho <renato.filho@indt.org.br>
2399         
2400         * gst/typefind/gsttypefindfunctions.c:
2401         Added typefind functions to video/x-nuv media.
2402         
2403 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2404
2405         * gst-libs/gst/interfaces/xoverlay.c:
2406         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2407           Some more guards against invalid input.
2408
2409 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2410
2411         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2412         Useless goto.
2413         * tests/examples/seek/seek.c: (do_seek),
2414         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2415         seek example to experiment with rates != 1.0 (reverse playback !)
2416
2417 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2418
2419         * gst-libs/gst/interfaces/xoverlay.c:
2420           Unref message in doc-example (spotted by Robert McQueen)
2421
2422 2006-10-06  Wim Taymans  <wim@fluendo.com>
2423
2424         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2425         (mpeg1_parse_header), (mpeg1_sys_type_find):
2426         printf fix.
2427
2428 2006-10-06  Wim Taymans  <wim@fluendo.com>
2429
2430         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2431         (close_pad_link):
2432         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2433         Activate dynamic pads before adding them to the element.
2434
2435 2006-10-06  Michael Smith  <msmith@fluendo.com>
2436
2437         * gst-libs/gst/floatcast/floatcast.h:
2438           Fix obviously-bogus macros; use the correct types.
2439
2440 2006-10-06  Wim Taymans  <wim@fluendo.com>
2441
2442         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2443         (gst_base_rtp_depayload_change_state):
2444         Also call parent state change function to activate pads.
2445
2446         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2447         (mpeg1_parse_header), (mpeg1_sys_type_find):
2448         Add some more debug info in mpeg typefinding.
2449
2450 2006-10-06  Michael Smith  <msmith@fluendo.com>
2451
2452         * ext/theora/theoradec.c: (theora_dec_chain):
2453           Zero byte theora packets are valid and well-defined; don't warn on
2454           them.
2455
2456 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2457
2458         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2459         (gst_multi_fd_sink_get_stats), (find_limits),
2460         (gst_multi_fd_sink_queue_buffer):
2461           API: add dropped_buffers to the get-stats GValueArray
2462
2463 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2464
2465         * ext/alsa/gstalsadeviceprobe.c:
2466         (gst_alsa_device_property_probe_get_values):
2467         * ext/alsa/gstalsasink.c: (set_hwparams):
2468         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2469         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2470         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2471         (gst_ogg_mux_process_best_pad):
2472         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2473         (gst_ogg_parse_chain):
2474         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2475         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2476         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2477         (gst_vorbis_enc_buffer_check_discontinuous):
2478         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2479         * gst-libs/gst/audio/gstbaseaudiosink.c:
2480         (gst_base_audio_sink_render):
2481         * gst-libs/gst/cdda/gstcddabasesrc.c:
2482         (gst_cdda_base_src_handle_track_seek):
2483         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2484         (gst_base_rtp_depayload_push_full):
2485         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2486         * gst/audioresample/resample.c: (resample_input_pushthrough):
2487         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2488         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2489         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2490         (wavpack_type_find):
2491         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2492         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2493         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2494         * tests/check/elements/volume.c: (GST_START_TEST):
2495           Printf format fixes.
2496
2497 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2498
2499         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2500           Fix a simple mistake (see the docs)
2501           Fixes #359580
2502
2503 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2504
2505         * docs/plugins/Makefile.am:
2506         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2507         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2508         * docs/plugins/gst-plugins-base-plugins.args:
2509         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2510         * docs/plugins/inspect/plugin-adder.xml:
2511         * docs/plugins/inspect/plugin-alsa.xml:
2512         * docs/plugins/inspect/plugin-audioconvert.xml:
2513         * docs/plugins/inspect/plugin-audiorate.xml:
2514         * docs/plugins/inspect/plugin-audioresample.xml:
2515         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2516         * docs/plugins/inspect/plugin-cdparanoia.xml:
2517         * docs/plugins/inspect/plugin-decodebin.xml:
2518         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2519         * docs/plugins/inspect/plugin-gdp.xml:
2520         * docs/plugins/inspect/plugin-gnomevfs.xml:
2521         * docs/plugins/inspect/plugin-libvisual.xml:
2522         * docs/plugins/inspect/plugin-ogg.xml:
2523         * docs/plugins/inspect/plugin-pango.xml:
2524         * docs/plugins/inspect/plugin-playbin.xml:
2525         * docs/plugins/inspect/plugin-subparse.xml:
2526         * docs/plugins/inspect/plugin-tcp.xml:
2527         * docs/plugins/inspect/plugin-theora.xml:
2528         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2529         * docs/plugins/inspect/plugin-video4linux.xml:
2530         * docs/plugins/inspect/plugin-videorate.xml:
2531         * docs/plugins/inspect/plugin-videoscale.xml:
2532         * docs/plugins/inspect/plugin-videotestsrc.xml:
2533         * docs/plugins/inspect/plugin-volume.xml:
2534         * docs/plugins/inspect/plugin-vorbis.xml:
2535         * docs/plugins/inspect/plugin-ximagesink.xml:
2536         * docs/plugins/inspect/plugin-xvimagesink.xml:
2537           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2538
2539 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2540
2541         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2542
2543         * ext/vorbis/Makefile.am:
2544         * ext/vorbis/vorbis.c: (plugin_init):
2545         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2546         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2547         * ext/vorbis/vorbisparse.h:
2548         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2549         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2550         (gst_vorbis_tag_parse_packet):
2551         * ext/vorbis/vorbistag.h:
2552           Add new vorbistag element which derives from vorbisparse
2553           and is essentially the same as well, only that it implements
2554           the GstTagSetter interface and can modify the stream's
2555           vorbiscomment on the fly (#335635).
2556
2557         * tests/check/Makefile.am:
2558         * tests/check/elements/.cvsignore:
2559         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2560         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2561         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2562         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2563           Add unit test for new vorbistag element.
2564
2565 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2566
2567         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2568         (vorbis_parse_push_headers), (vorbis_parse_chain):
2569           Set BOS flag in packet structure to fix 'jump depends
2570           on unitialized value' errors in valgrind; various minor
2571           clean-ups.
2572
2573 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2574
2575         * gst/playback/gstdecodebin.c: (close_pad_link):
2576         Fix typo in a debug statement.
2577
2578         * gst/playback/gstplaybasebin.c: (probe_triggered),
2579         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2580         (gen_source_element), (source_new_pad), (analyse_source),
2581         (setup_source):
2582         When handling no_more_pads in new_decoded_pad, make sure to treat
2583         subtitle pads correctly. Fixes playback with subtitle files.
2584
2585         Move a recurring message to LOG level.
2586
2587         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2588         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2589         which ends up as -1 when cast to an int. Make the logic handle the
2590         max value as an unsigned mask and only change the colorkey when it's
2591         a value we recognise.
2592
2593 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2594
2595         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2596         Removed empty * between paragraphs
2597
2598 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2599
2600         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2601         * gst-libs/gst/rtp/README:
2602         Moved some documentation into .c file
2603
2604 2006-09-29  Wim Taymans  <wim@fluendo.com>
2605
2606         * gst/playback/gstdecodebin.c: (no_more_pads):
2607         Fix compilation.
2608
2609 2006-09-29  Wim Taymans  <wim@fluendo.com>
2610
2611         * gst/playback/gstdecodebin.c: (new_caps):
2612         Remove g_print
2613
2614         * gst/playback/gstplaybin.c:
2615         Add some docs.
2616
2617 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2618
2619         * tests/check/Makefile.am:
2620           Re-enable cddabasesrc test to see if it works again
2621           now.
2622
2623 2006-09-29  Wim Taymans  <wim@fluendo.com>
2624
2625         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2626         (gen_source_element):
2627         Handle invalid URIs a bit more gracefully.
2628
2629 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2630
2631         * tests/check/pipelines/oggmux.c:
2632           Remove obsolete comment.
2633
2634 2006-09-29  Michael Smith  <msmith@fluendo.com>
2635
2636         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2637         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2638         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2639         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2640         (gst_ogg_mux_collected):
2641           Commit patch from James "Doc" Livingston, adds proper EOS handling
2642           in oggmux. GStreamer can, for the first time ever, create a valid
2643           Ogg file! Yay!
2644
2645         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2646         (oggmux_suite):
2647           Reenable tests now that they pass.
2648
2649 2006-09-29  Wim Taymans  <wim@fluendo.com>
2650
2651         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2652         Stop reading commands when EOF (we read 0) as well.
2653
2654 2006-09-28  Wim Taymans  <wim@fluendo.com>
2655
2656         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2657         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2658         (find_dynamic), (unlinked), (close_link):
2659         Implement delayed caps linking needed for element with a lot of
2660         different caps on the src pads that get fixed at runtime.
2661         Improve management of dynamic elements.
2662
2663         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2664         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2665         (gen_preroll_element), (remove_groups), (unknown_type),
2666         (add_element_stream), (no_more_pads_full), (no_more_pads),
2667         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2668         (new_decoded_pad), (setup_subtitle), (array_has_value),
2669         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2670         (analyse_source), (remove_decoders), (make_decoder),
2671         (remove_source), (setup_source), (finish_source), (prepare_output),
2672         (gst_play_base_bin_change_state):
2673         * gst/playback/gstplaybasebin.h:
2674         Use more _CAST instead of full type checking casts.
2675         Small cleanups, plug some leaks.
2676         Handle dynamic sources.
2677         Add some helper functions to create lists of strings used for
2678         blacklisting and other stuff.
2679         Refactor some code dealing with analysing the source.
2680         Re-enable sources without pads (like cd:// or other selfcontained
2681         elements).
2682
2683 2006-09-28  Wim Taymans  <wim@fluendo.com>
2684
2685         * gst-libs/gst/audio/gstbaseaudiosink.c:
2686         (gst_base_audio_sink_render):
2687         When we have a timestamp, we can still perform clipping.
2688         When we have no clock, we must play the sample ASAP.
2689
2690 2006-09-28  Wim Taymans  <wim@fluendo.com>
2691
2692         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2693         Set caps on outgoing buffers.
2694
2695         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2696         (gst_video_rate_event), (gst_video_rate_chain):
2697         * gst/videorate/gstvideorate.h:
2698         Fix videorate some more. Fixes #357977
2699
2700 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2701
2702         * tests/check/elements/adder.c: (adder_suite):
2703           Don't set timeout to 6 seconds when we're running
2704           in valgrind ... (and how is 6 seconds longer than
2705           the default anyway?)
2706
2707 2006-09-28  Wim Taymans  <wim@fluendo.com>
2708
2709         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2710         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2711         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2712         Keep sink and src segment to keep track of time and support more
2713         input formats.
2714         Fix bogus next_offset and run_time calculation, don't understand how
2715         this could have worked before. Fixes #357976.
2716         Remove some unneeded vars.
2717
2718 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2719
2720         * gst/playback/gstplaybin.c: (remove_sinks):
2721           Only remove visualisation from visbin if there is a visbin (or:
2722           don't throw warnings when closing totem without playing a file).
2723
2724 2006-09-27  Wim Taymans  <wim@fluendo.com>
2725
2726         * gst-libs/gst/audio/gstbaseaudiosink.c:
2727         (gst_base_audio_sink_render):
2728         Add some more info in a WARNING.
2729
2730         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2731         (gst_base_audio_src_create):
2732         Handle PAUSE in create function, use new -core addition to
2733         wait for playing. Fixes pausing and resuming capture from an
2734         audiosrc.
2735
2736         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2737         (gst_ring_buffer_read):
2738         Constify some more.
2739         Caller supports interrupted reads now.
2740
2741 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2742
2743         * tests/check/Makefile.am:
2744           Another attempt to make the gen64 buildbot happy.
2745
2746 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2747
2748         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2749
2750         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2751         (gst_visual_chain), (gst_visual_change_state):
2752           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2753           correctly. Fixes #357800
2754
2755 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2756
2757         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2758           Add timeout to _get_state() so we see which pipeline it is
2759           that causes trouble on the gen64 build bot.
2760
2761 2006-09-27  Wim Taymans  <wim@fluendo.com>
2762
2763         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2764         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2765         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2766         (gst_base_rtp_depayload_set_gst_timestamp):
2767         the source pad always uses fixed caps.
2768
2769 2006-09-27  Wim Taymans  <wim@fluendo.com>
2770
2771         * docs/libs/gst-plugins-base-libs-docs.sgml:
2772         * docs/libs/gst-plugins-base-libs-sections.txt:
2773         * gst-libs/gst/audio/gstaudioclock.c:
2774         * gst-libs/gst/audio/gstaudioclock.h:
2775         * gst-libs/gst/audio/gstaudiosink.c:
2776         * gst-libs/gst/audio/gstaudiosink.h:
2777         * gst-libs/gst/audio/gstaudiosrc.c:
2778         * gst-libs/gst/audio/gstbaseaudiosink.c:
2779         (gst_base_audio_sink_render):
2780         * gst-libs/gst/audio/gstbaseaudiosink.h:
2781         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2782         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2783         * gst-libs/gst/audio/gstringbuffer.h:
2784         Added docs for the audio libs.
2785
2786 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2787
2788         * tests/check/Makefile.am:
2789           Temporarily disable test that fails on the bots for unknown reasons.
2790
2791 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2792
2793         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2794         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2795         Moved AudioCodecType into priv
2796         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2797
2798 2006-09-25  Wim Taymans  <wim@fluendo.com>
2799
2800         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2801         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2802         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2803         (new_pad):
2804         Cleanups and small leak fixes.
2805         Added Depayloaders to valid list of autopluggable elements.
2806
2807 2006-09-25  Wim Taymans  <wim@fluendo.com>
2808
2809         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2810         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2811         (gen_video_element), (gen_text_element), (gen_audio_element),
2812         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2813         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2814         Detect NO_PREROLL state change returns and disable clock distribution to
2815         the sinks so that sync is disabled.
2816         Avoid some type checking and do simple casts instead.
2817         Small cleanups, fix some FIXMEs.
2818         Be more robust when linking user specified elements, catch an report
2819         errors. Fixes #357404.
2820         Fix some leaks in the error paths.
2821
2822 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2823
2824         * ChangeLog:
2825           ChangeLog surgery for missing bug-number
2826
2827 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2828
2829         Patch by: Peter Kjellerstedt  <pkj at axis com>
2830
2831         * gst/playback/test.c:
2832           Fix compilation with uClibc and -Werror (#357591).
2833
2834 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2835
2836         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2837           Parse dates that are followed by a time as well (#357532).
2838
2839         * tests/check/libs/tag.c: (test_vorbis_tags):
2840           Add unit test for this.
2841
2842 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2843
2844         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2845         (gst_audio_convert_transform_caps):
2846         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2847         * gst/videotestsrc/videotestsrc.h:
2848           A few array const-ifications.
2849
2850 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2851
2852         * tests/check/Makefile.am:
2853           See if this makes the build bots happy.
2854
2855         * tests/check/libs/cddabasesrc.c:
2856           UTF8-ise my name.
2857
2858 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2859
2860         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2861
2862         * gst/subparse/samiparse.c: (handle_start_font),
2863         (fix_invalid_entities):
2864           More case-insensitivity for certain tags; recognise entities with
2865           decimal codes as special entities as well (#357330).
2866
2867 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2868
2869         * gst-libs/gst/Makefile.am:
2870           Need to build tag directory before cdda.
2871
2872 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2873
2874         * docs/libs/gst-plugins-base-libs-sections.txt:
2875         * gst-libs/gst/cdda/Makefile.am:
2876         * gst-libs/gst/cdda/gstcddabasesrc.c:
2877         (gst_cdda_base_src_base_init):
2878         * gst-libs/gst/cdda/gstcddabasesrc.h:
2879         * gst-libs/gst/tag/tag.h:
2880         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2881         (gst_tag_register_musicbrainz_tags):
2882           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2883           depend on libgsttag. This is required so we can extract/read tags like
2884           DISCID without depending on libgstcddabasesrc (which used to register
2885           them).
2886
2887         * gst-libs/gst/tag/gstvorbistag.c:
2888           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2889           tags (also see #347848).
2890
2891         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2892           Log vorbis comments we are actually writing. Const-ify array.
2893
2894 2006-09-23  Wim Taymans  <wim@fluendo.com>
2895
2896         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2897         Improve buffering a bit by avoiding a deadlock because we cannot assume
2898         the underrun is always called.
2899
2900 2006-09-23  Wim Taymans  <wim@fluendo.com>
2901
2902         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2903
2904         * gst-libs/gst/riff/riff-ids.h:
2905         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2906         (gst_riff_create_audio_template_caps):
2907         Added MPEG-4 AAC and id and caps. Fixes #357289
2908         Added WMA9 Lossless id.
2909
2910 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
2911
2912         * ext/gnomevfs/gstgnomevfssrc.c:
2913           Fix misleading docs addition.
2914
2915         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2916           Get rid of compiler warning the right way.
2917
2918 2006-09-22  Wim Taymans  <wim@fluendo.com>
2919
2920         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2921         (gst_base_rtp_depayload_finalize),
2922         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2923         (gst_base_rtp_depayload_push_full),
2924         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2925         (gst_base_rtp_depayload_process),
2926         (gst_base_rtp_depayload_set_gst_timestamp),
2927         (gst_base_rtp_depayload_queue_release):
2928         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2929         Small cleanups.
2930         Fix some leaks.
2931         Refactored the process method and added methods to push from the process
2932         vmethod.
2933         Use _scale functions.
2934         API: gst_base_rtp_depayload_push_ts
2935         API: gst_base_rtp_depayload_push
2936
2937         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2938         timestamps are uint.
2939
2940 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
2941
2942         * gst-libs/gst/interfaces/xoverlay.c:
2943           Remove unused statement from doc example.
2944
2945 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
2946
2947         * gst-libs/gst/interfaces/videoorientation.c:
2948         (gst_video_orientation_iface_init),
2949         (gst_video_orientation_get_hflip),
2950         (gst_video_orientation_get_vflip),
2951         (gst_video_orientation_get_hcenter),
2952         (gst_video_orientation_get_vcenter),
2953         (gst_video_orientation_set_hflip),
2954         (gst_video_orientation_set_vflip),
2955         (gst_video_orientation_set_hcenter),
2956         (gst_video_orientation_set_vcenter):
2957           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
2958           in ChangeLog)
2959
2960 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
2961
2962         * tests/check/Makefile.am:
2963         * tests/check/elements/.cvsignore:
2964         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
2965         (create_rgb_conversions), (rgb_conversion_free),
2966         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
2967         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
2968           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
2969           but disable for now since it doesn't pass (something wrong with
2970           RGBA somewhere).
2971
2972 2006-09-21  Wim Taymans  <wim@fluendo.com>
2973
2974         * gst/playback/gstplaybasebin.c: (group_commit),
2975         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
2976         (queue_out_of_data), (gen_preroll_element),
2977         (preroll_remove_overrun), (probe_triggered):
2978         Refactor handling of overrun detection.
2979         Separate handling of group completion and deadlock detection when doing
2980         network buffering. This should fix some deadlocks that were not detected
2981         because the group was completed.
2982         Add more comments, improve debugging.
2983
2984 2006-09-21  Wim Taymans  <wim@fluendo.com>
2985
2986         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2987         * tests/check/libs/audio.c:
2988         Some more compilation fixes.
2989
2990 2006-09-21  Wim Taymans  <wim@fluendo.com>
2991
2992         * gst-libs/gst/audio/gstringbuffer.c:
2993         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2994         (gst_ring_buffer_read):
2995         Early morning compilation fix.
2996
2997 2006-09-20  Wim Taymans  <wim@fluendo.com>
2998
2999         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3000         * tests/check/elements/multifdsink.c: (GST_START_TEST):
3001         * tests/check/elements/videorate.c: (GST_START_TEST):
3002         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3003         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3004         Fix some warnings.
3005
3006 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3007
3008         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3009         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3010         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3011           Handcrafted merge to help CVS understanding what I changed and what
3012           not.
3013
3014 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3015
3016         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3017         (gst_xvimagesink_get_times):
3018           change colorkey behaviour back according to #354773 comment 6/7
3019
3020 2006-09-19  Michael Smith  <msmith@fluendo.com>
3021
3022         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3023         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3024         (gst_multi_fd_sink_recover_client),
3025         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3026         (gst_multi_fd_sink_get_property):
3027         * gst/tcp/gstmultifdsink.h:
3028           Implement stubbed out properties unit-type, units-soft-max,
3029           units-max, to allow specifying maximum sizes in units other than
3030           buffers.
3031           Fixes #355935
3032
3033 2006-09-19  Wim Taymans  <wim@fluendo.com>
3034
3035         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3036         (gst_riff_create_audio_template_caps):
3037         Reorder the audio formats a bit for clarity.
3038         Detect and create caps for MSGSM and MSN (WAV49).
3039         Fixes #356596.
3040
3041         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3042         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3043         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3044         Small cleanups, move error handling out of normal flow for clarity.
3045
3046 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3047
3048         * docs/libs/gst-plugins-base-libs-docs.sgml:
3049         * docs/libs/gst-plugins-base-libs.types:
3050         * gst-libs/gst/interfaces/Makefile.am:
3051         * gst-libs/gst/interfaces/videoorientation.c:
3052         (gst_video_orientation_get_type),
3053         (gst_video_orientation_iface_init),
3054         (gst_video_orientation_get_hflip),
3055         (gst_video_orientation_get_vflip),
3056         (gst_video_orientation_get_hcenter),
3057         (gst_video_orientation_get_vcenter),
3058         (gst_video_orientation_set_hflip),
3059         (gst_video_orientation_set_vflip),
3060         (gst_video_orientation_set_hcenter),
3061         (gst_video_orientation_set_vcenter):
3062         * gst-libs/gst/interfaces/videoorientation.h:
3063           API: Add new interface to control video orientation (fixes #354908)
3064
3065 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3066
3067         * gst/videotestsrc/gstvideotestsrc.c:
3068           Use G_UNLIKELY in _create and log one more detail.
3069           
3070         (gst_video_test_src_get_times), (gst_video_test_src_create):
3071         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3072           Use gst_util_uint64_scale_int in _get_times().
3073
3074 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3075
3076         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3077           Give better warning message (add object and detail).
3078
3079 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3080
3081         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3082         (gst_xvimagesink_get_times):
3083           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3084           #354773), use gst_util_uint64_scale_int in _get_times()
3085
3086 2006-09-18  Michael Smith  <msmith@fluendo.com>
3087
3088         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3089           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3090           always true, leading to dropping all timestamps.
3091
3092 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3093
3094         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3095         (gst_visual_chain), (gst_visual_change_state):
3096           update to work also with libvisual 0.4 API, fix double unref (#355914)
3097           
3098         * tools/gst-launch-ext.1.in:
3099         * tools/gst-visualise.1.in:
3100           remove references to old man-pages
3101
3102         * tests/examples/seek/seek.c: (main):
3103           add real meadi-buttons, add tool-tips for the seek-options, arrange
3104           seek options in a table
3105
3106 2006-09-18  Michael Smith  <msmith@fluendo.com>
3107
3108         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3109         (gst_ogg_mux_push_buffer):
3110           Don't generate out-of-order timestamps from oggmux, instead clamp
3111           output timestamps to be >= the previously output ts.
3112           Fixes #355595
3113
3114 2006-09-18  Michael Smith  <msmith@fluendo.com>
3115
3116         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3117         (gst_multi_fd_sink_class_init):
3118           Updates, fixes, and typo corrections for multifdsink. No functional
3119           changes.
3120
3121 2006-09-17  Michael Smith  <msmith@fluendo.com>
3122
3123         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3124           Don't crash on truncated files - check that we got an 8 byte buffer
3125           before trying to memcmp it.
3126
3127 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3128
3129         * gst/playback/gstplaybasebin.c: (get_active_source):
3130           Make stream-switching appear instant to the application
3131           (ie. make sure that a g_object_get on 'current-foo' returns
3132           the stream previously set with g_object_set(). Totem needs
3133           this to update stream-related meta-info (like audio-codec)
3134           correctly when switching streams.
3135
3136 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3137
3138         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3139         (gst_alsa_mixer_ensure_track_list):
3140           Try harder to guess which mixer track is the master mixer
3141           track (instead of just taking the first one that has a pvolume).
3142           Fixes #342228.
3143
3144 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3145
3146         reviewed by: <delete if not using a buddy>
3147
3148         * gst-libs/gst/audio/audio.h:
3149         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3150
3151 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3152
3153         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3154         (gst_audio_convert_transform_caps):
3155           Get structure-name just once.
3156
3157 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3158
3159         * tests/check/elements/audioresample.c: (GST_START_TEST):
3160         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3161         * tests/check/elements/volume.c: (GST_START_TEST):
3162         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3163         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3164         (test_pipeline), (GST_START_TEST):
3165         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3166         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3167           Fix big batch of compiler warnings.
3168
3169 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3170
3171         * ext/gnomevfs/gstgnomevfssrc.c:
3172           Add docs about icydemux usage in connection with gnomevfssrc
3173
3174         * ext/libvisual/visual.c:
3175         * ext/ogg/gstoggaviparse.c:
3176         * ext/ogg/gstoggdemux.c:
3177         * ext/ogg/gstoggmux.c:
3178         * ext/ogg/gstoggparse.c:
3179         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3180         * gst-libs/gst/audio/gstaudiosink.c:
3181         * gst-libs/gst/audio/gstaudiosrc.c:
3182         * gst/audiorate/gstaudiorate.c:
3183           More G_OBJECT macro fixing.
3184
3185         * gst/audiotestsrc/gstaudiotestsrc.h:
3186           Fix wrong info in header due to copy & paste
3187
3188 2006-09-15  Wim Taymans  <wim@fluendo.com>
3189
3190         * gst-libs/gst/audio/gstbaseaudiosink.c:
3191         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3192         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3193         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3194         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3195         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3196         Do the delay calculation in the source/sink base classes as this is
3197         specific for the capture/playback mode.
3198         Try to fixate a bit better, like round depth up to a multiple of 8
3199         bigger than width.
3200         Handle underruns correctly by marking DISCONT on buffers and adjusting
3201         timestamps to handle the gap.
3202         Set offset/offset_end correctly on buffers.
3203
3204         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3205         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3206         (gst_ring_buffer_read):
3207         Remove resync and underrun recovery from the ringbuffer.
3208         Fix ringbuffer read code on under/overrun.
3209
3210 2006-09-15  Wim Taymans  <wim@fluendo.com>
3211
3212         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3213         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3214         (queue_threshold_reached), (gst_play_base_bin_set_property),
3215         (gst_play_base_bin_get_property):
3216         * gst/playback/gstplaybasebin.h:
3217         Don't use a 0 low watermark when buffering, it is catching starvation
3218         way too late. Instead, use a 3 second queue with 30 and 95
3219         percent low/high watermarks. 
3220         Added queue-min-threshold property to configure low watermark.
3221         Use new _buffering message API.
3222         Make queue_threshold variable big enough to store a uint64 time value.
3223         API: playbin::queue-min-threshold property.
3224
3225 2006-09-15  Wim Taymans  <wim@fluendo.com>
3226
3227         * configure.ac:
3228         We require 0.10.10.1 now because of _wait_preroll().
3229
3230         * gst-libs/gst/audio/gstbaseaudiosink.c:
3231         (gst_base_audio_sink_render):
3232         Use gst_base_sink_wait_preroll().
3233
3234 2006-09-15  Wim Taymans  <wim@fluendo.com>
3235
3236         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3237         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3238         Use DEBUG_OBJECT more.
3239
3240 === release 0.10.10 ===
3241
3242 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3243
3244         patch by: Michael Smith <msmith at fluendo dot com>
3245
3246         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3247         (gst_multi_fd_sink_client_queue_buffer),
3248         (gst_multi_fd_sink_new_client):
3249         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3250         (multifdsink_suite):
3251           Fix implementation of sync-method 'next-keyframe'
3252           Closes #354594
3253
3254 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3255
3256         patch by: Wim Taymans <wim at fluendo dot com>
3257
3258         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3259         This patch removes the RANDOM flag that was incorrectly introduced with
3260         revision 1.91.  Fixes #354590
3261
3262 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3263
3264         * tests/check/Makefile.am:
3265           Random variation in Makefile line to see if it makes the
3266           gen64-base-full bot any happier.
3267
3268 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3269
3270         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3271           Disable test that fails at the moment (killed after timeout).
3272
3273 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3274
3275         Patch by: James Livingston  <doclivingston at gmail.com>
3276
3277         * tests/check/Makefile.am:
3278         * tests/check/pipelines/.cvsignore:
3279         * tests/check/pipelines/oggmux.c: (get_page_codec),
3280         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3281         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3282         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3283         (test_theora_vorbis), (oggmux_suite):
3284           Add simple unit test for oggmux from #337026 with checking for the
3285           EOS flags disabled for the time being.
3286
3287 2006-09-04  Wim Taymans  <wim@fluendo.com>
3288
3289         patch by: Alessandro Dessina <alessandro nnva org>
3290
3291         * ext/ogg/gstoggmux.c:
3292         Add cmml caps to oggmux. Fixes #353912
3293
3294 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3295
3296         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3297           Returning a return value often helps. In this case, we
3298           don't need the return value anyway, so just get rid of it.
3299           Should make build bots much happier.
3300
3301 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3302
3303         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3304         (paint_get_structure), (gst_video_test_src_get_size),
3305         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3306         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3307         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3308         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3309         * gst/videotestsrc/videotestsrc.h:
3310           Add support for AYUV and the various RGBA formats. Initialise
3311           fields of paintinfo structs allocated on the stack.
3312
3313         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3314         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3315         (check_rgb_buf), (videotestsrc_suite):
3316           Add unit tests for videotestsrc's RGB output.
3317
3318 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3319
3320         * gst/videotestsrc/gstvideotestsrc.c:
3321         (gst_video_test_src_pattern_get_type),
3322         (gst_video_test_src_set_pattern):
3323         * gst/videotestsrc/gstvideotestsrc.h:
3324         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3325         (gst_video_test_src_black), (gst_video_test_src_white),
3326         (gst_video_test_src_red), (gst_video_test_src_green),
3327         (gst_video_test_src_blue):
3328         * gst/videotestsrc/videotestsrc.h:
3329           Add more uni-colour patterns ("white", "red", "green", and "blue").
3330
3331 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3332
3333         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3334           Fix stride for YVYU, should be word-aligned (#353658).
3335
3336 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3337
3338         * gst/adder/gstadder.c: (gst_adder_src_event):
3339           Fix build.
3340
3341 2006-08-31  Edward Hervey  <edward@fluendo.com>
3342
3343         * gst/adder/gstadder.c: (forward_event_func),
3344         (gst_adder_src_event), (gst_adder_collected),
3345         (gst_adder_change_state):
3346         * gst/adder/gstadder.h:
3347         Remember the start position asked in the incoming seeks, so we can
3348         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3349         of assuming it will always be 0).
3350
3351 2006-08-31  Edward Hervey  <edward@fluendo.com>
3352
3353         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3354         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3355         (gst_ogg_demux_loop):
3356         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3357
3358 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3359
3360         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3361         (gst_ffmpegcsp_get_unit_size):
3362           Return FALSE instead of returning a random false unit
3363           size when the format isn't known/supported (even if
3364           this shouldn't happen under normal circumstances).
3365
3366 2006-08-29  Wim Taymans  <wim@fluendo.com>
3367
3368         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3369
3370         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3371         (gst_gnome_vfs_src_start):
3372         Try harder to get the size from a uri by using _info_uri() when
3373         _info_from_handle() does not give us enough info. 
3374         Also follow symlinks when getting the size.
3375         Partially Fixes #332864.
3376
3377 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3378
3379         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3380
3381         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3382         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3383         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3384         (gst_alsa_mixer_set_record):
3385         * ext/alsa/gstalsamixertrack.c:
3386         (gst_alsa_mixer_track_update_alsa_capabilities),
3387         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3388         (gst_alsa_mixer_track_update):
3389         * ext/alsa/gstalsamixertrack.h:
3390           Improve and fix mixer track handling, in particular better handling
3391           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3392           separate track objects for tracks that have both capture and playback
3393           volume (and label them differently as well so they're not mistakenly
3394           assumed to be duplicates); classify mixer tracks that only affect
3395           the audible volume of something (rather than the capture volume)
3396           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3397           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3398           (following the meaning documented in the mixer interface header
3399           file); add support for alsa's exclusive cswitch groups; update/sync
3400           state/flags better if mixer settings are changed by another
3401           application. Fixes #336075.
3402
3403 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3404
3405         * gst/playback/gstplaybin.c:
3406           Improve docs: add section about BUFFERING messages sent by playbin.
3407
3408 2006-08-29  Michael Smith  <msmith@fluendo.com>
3409
3410         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3411         (gst_vorbis_enc_buffer_check_discontinuous),
3412         (gst_vorbis_enc_chain):
3413           Ignore explicit DISCONT marked on buffers (which is often spurious,
3414           particularly when using multiple segments), in favour of solely
3415           using the timestamps/durations.
3416
3417 2006-08-29  Edward Hervey  <edward@fluendo.com>
3418
3419         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3420         Don't rely on incoming buffers offset anymore, since it is completely
3421         broken when using multiple segments.
3422         Instead convert the incoming buffers timestamp to running time, and
3423         then convert that value to the offsets.
3424         Also inform GstSegment of the last outputted stop position, which is
3425         needed if we received several segments with an unknown stop value.
3426
3427 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3428
3429         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3430           fix buffer unreffing on a header push failure
3431
3432 2006-08-28  Wim Taymans  <wim@fluendo.com>
3433
3434         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3435         (gst_audio_rate_chain):
3436         Make the metadata of the buffer writable before changing its
3437         flags.
3438
3439 2006-08-28  Wim Taymans  <wim@fluendo.com>
3440
3441         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3442         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3443         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3444         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3445         Fix audiorate some more.
3446         Reset and resync counters on flush and READY.
3447         Handle the DISCONT flag correctly.
3448         Use GstSegment to track position.
3449         Fail when not negotiated.
3450         Fixes #353234.
3451
3452 2006-08-25  Michael Smith  <msmith@fluendo.com>
3453
3454         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3455           Fix spelling.
3456           Remove accidently included debug line.
3457
3458 2006-08-25  Wim Taymans  <wim@fluendo.com>
3459
3460         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3461         Small cleanups.
3462         If a buffer is received with no caps, make the buffer metadata
3463         writable and set the caps, making sure that we don't screw up the
3464         refcounts.
3465
3466 2006-08-25  Michael Smith  <msmith@fluendo.com>
3467
3468         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3469         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3470           Fix memory leaks and misleading debug messages, add a couple of
3471           comments.
3472
3473         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3474         (gst_multi_fd_sink_render):
3475           Do not use gst_buffer_make_writable() in a basesink render method,
3476           as it may incorrectly unref the buffer. Instead, use convoluted
3477           dance to avoid copying the buffer except when we need to.
3478
3479 2006-08-25  Michael Smith  <msmith@fluendo.com>
3480
3481         * ext/vorbis/vorbisenc.c:
3482         (gst_vorbis_enc_buffer_check_discontinuous):
3483           Allow very small discontinuities in the timestamps. These we can't
3484           do anything useful with anyway (because vorbis's timestamps have
3485           only sample granularity), and are commonly produced by elements with
3486           minor bugs. Allow up to 1/2 a sample out.
3487           Fixes #351742.
3488
3489 2006-08-24  Wim Taymans  <wim@fluendo.com>
3490
3491         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3492         (play_scrub_toggle_cb), (main):
3493         Add a checkbox to enable play scrubbing. Makes it possible to disable
3494         normal scrubbing.
3495
3496 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3497
3498         * tests/check/elements/.cvsignore:
3499           make buildbot happy
3500
3501 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3502
3503         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3504         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3505         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3506         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3507         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3508         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3509         (gst_ogm_text_parse_strip_trailing_zeroes),
3510         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3511         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3512           Refactor ogm parse, do better input checking, misc. clean-ups.
3513           Cache incoming events and push them once the source pad has
3514           been created. Don't pass unterminated strings to sscanf().
3515           Strip trailing zeroes from subtitle text output, since they
3516           are not valid UTF-8. Don't push vorbiscomment packets on
3517           the subtitle text pad. Output perfect streams if possible.
3518
3519 2006-08-23  Wim Taymans  <wim@fluendo.com>
3520
3521         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3522         Waits for tasks to settle down so that we clean up correctly for 
3523         valgrind.
3524
3525 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3526
3527         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3528           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3529           actually return return value in taglists_are_equal.
3530
3531 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3532
3533         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3534           Fix crash due to broken bitstream parsing on x86-64: can't make
3535           any assumptions about sizeof(struct) due to alignment/packing
3536           differences on different architectures. Fixes #351790.
3537
3538 2006-08-22  Wim Taymans  <wim@fluendo.com>
3539
3540         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3541         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3542         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3543         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3544         (gst_riff_parse_info):
3545         Protect public functions against bad input.
3546         Do some cleanups.
3547         Fix documentation.
3548
3549 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3550
3551         * gst-libs/gst/riff/riff-ids.h:
3552         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3553           Add voxware audio IDs (even if we can't play it) (#351795).
3554
3555 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3556
3557         * gst-libs/gst/riff/riff-media.c:
3558         (gst_riff_create_video_template_caps),
3559         (gst_riff_create_audio_template_caps),
3560         (gst_riff_create_iavs_template_caps):
3561           Const-ify some arrays and use G_N_ELEMENTS instead
3562           of wasting oodles of RAM on terminator bits.
3563
3564 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3565
3566         * gst-libs/gst/tag/gstvorbistag.c:
3567         (gst_tag_list_to_vorbiscomment_buffer):
3568         * tests/check/libs/tag.c: (GST_START_TEST):
3569           And the same for _to_vorbiscomment_buffer(): allow
3570           id_data_len == 0 for speex.
3571
3572 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3573
3574         * configure.ac:
3575         * docs/plugins/Makefile.am:
3576         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3577         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3578         * docs/plugins/inspect/plugin-gdp.xml:
3579         * gst/gdp/Makefile.am:
3580         * tests/check/Makefile.am:
3581           Move GDP plugin to -base from -bad.  Closes #347783.
3582
3583 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3584
3585         * gst-libs/gst/tag/gstvorbistag.c:
3586         (gst_tag_list_from_vorbiscomment_buffer):
3587           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3588           Also add some checks to make sure we don't memcmp() beyond the end of
3589           vorbiscomment buffer if the ID to check for is larger than the buffer.
3590
3591         * tests/check/libs/tag.c: (GST_START_TEST):
3592           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3593
3594 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3595
3596         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3597         (gst_vorbis_enc_set_metadata):
3598           Use vorbis comment utility functions from libgsttag
3599           instead of re-inventing the wheel (partially fixes #347091).
3600
3601 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3602
3603         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3604         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3605         as some that won't.
3606
3607 2006-08-21  Wim Taymans  <wim@fluendo.com>
3608
3609         * docs/libs/Makefile.am:
3610         * docs/libs/gst-plugins-base-libs-sections.txt:
3611         * docs/libs/gst-plugins-base-libs.types:
3612         Don't try to GObject scan the netbuffer as it's not a GObject.
3613         Fixes #351308.
3614
3615         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3616         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3617         Document GstNetBuffer.
3618
3619 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3620
3621         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3622         (audioconvert_suite):
3623           Add testcase for caps-size-explosion
3624
3625 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3626
3627         * gst/audioconvert/gstaudioconvert.c:
3628         (gst_audio_convert_get_unit_size), (set_structure_widths):
3629           Lower debug, use g_assert in _get_unit_size
3630
3631         * gst/audioresample/gstaudioresample.c:
3632         (audioresample_get_unit_size):
3633         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3634         (gst_ffmpegcsp_get_unit_size):
3635         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3636           use g_assert in _get_unit_size
3637
3638 2006-08-18  Wim Taymans  <wim@fluendo.com>
3639
3640         * docs/libs/gst-plugins-base-libs-sections.txt:
3641         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3642         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3643         (gst_rtp_buffer_get_payload_buffer):
3644         * gst-libs/gst/rtp/gstrtpbuffer.h:
3645         Document GstRTPBuffer.
3646         Added function to efficiently strip payload headers.
3647         API: gst_rtp_buffer_get_payload_subbuffer()
3648
3649 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3650
3651         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3652         (gst_tag_to_vorbis_comments):
3653           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3654           tags and deserialise them properly as well (#347091).
3655           Add some more gtk-doc blurbs and also some g_return_if_fail().
3656
3657         * tests/check/libs/tag.c: (GST_START_TEST),
3658         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3659           More tests.
3660
3661 2006-08-17  Wim Taymans  <wim@fluendo.com>
3662
3663         * ext/ogg/Makefile.am:
3664         * ext/ogg/gstogg.c: (plugin_init):
3665         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3666         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3667         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3668         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3669         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3670         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3671         Added ogg-in-avi parser element. Fixes #140139.
3672
3673         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3674         Fixed a bug in oggdemux debug code.
3675
3676         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3677         (gst_riff_create_audio_template_caps):
3678         Recognise Ogg in the AVI extensible wave format.
3679
3680 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3681
3682         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3683           Make buffer durations add up (duration should be next_ts-ts for
3684           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3685           from CVS.
3686
3687         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3688         (test_buffer_timestamps), (cddabasesrc_suite):
3689           Add unit test for the above.
3690
3691         * tests/check/Makefile.am:
3692           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3693           to see what happens.
3694
3695 2006-08-16  Wim Taymans  <wim@fluendo.com>
3696
3697         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3698         (gst_alsasink_open):
3699         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3700         (gst_alsasrc_open):
3701         Avoid setting and using a NULL device name.
3702         Print more info when we fail to open a device.
3703
3704 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3705
3706         * docs/libs/gst-plugins-base-libs-sections.txt:
3707         * gst-libs/gst/tag/tag.h:
3708         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3709           API: add gst_tag_parse_extended_comment() (#351426).
3710
3711         * tests/check/Makefile.am:
3712         * tests/check/libs/.cvsignore:
3713         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3714           Add unit test for gst_tag_parse_extended_comment().
3715
3716 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3717
3718         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3719         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3720           Fix leak (#351502).
3721
3722 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3723
3724         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3725         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3726         * docs/plugins/gst-plugins-base-plugins.args:
3727         * gst/playback/gstplaybin.c:
3728           Document playbin.
3729           
3730         * docs/plugins/inspect/plugin-adder.xml:
3731         * docs/plugins/inspect/plugin-alsa.xml:
3732         * docs/plugins/inspect/plugin-audioconvert.xml:
3733         * docs/plugins/inspect/plugin-audiorate.xml:
3734         * docs/plugins/inspect/plugin-audioresample.xml:
3735         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3736         * docs/plugins/inspect/plugin-cdparanoia.xml:
3737         * docs/plugins/inspect/plugin-decodebin.xml:
3738         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3739         * docs/plugins/inspect/plugin-gnomevfs.xml:
3740         * docs/plugins/inspect/plugin-ogg.xml:
3741         * docs/plugins/inspect/plugin-pango.xml:
3742         * docs/plugins/inspect/plugin-playbin.xml:
3743         * docs/plugins/inspect/plugin-subparse.xml:
3744         * docs/plugins/inspect/plugin-tcp.xml:
3745         * docs/plugins/inspect/plugin-theora.xml:
3746         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3747         * docs/plugins/inspect/plugin-video4linux.xml:
3748         * docs/plugins/inspect/plugin-videorate.xml:
3749         * docs/plugins/inspect/plugin-videoscale.xml:
3750         * docs/plugins/inspect/plugin-videotestsrc.xml:
3751         * docs/plugins/inspect/plugin-volume.xml:
3752         * docs/plugins/inspect/plugin-vorbis.xml:
3753         * docs/plugins/inspect/plugin-ximagesink.xml:
3754         * docs/plugins/inspect/plugin-xvimagesink.xml:
3755           Update to CVS version.
3756
3757 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3758
3759         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3760         (gst_play_bin_set_property), (gst_play_bin_get_property),
3761         (value_list_append_structure_list),
3762         (gst_play_bin_handle_redirect_message),
3763         (gst_play_bin_handle_message):
3764           API: GstPlayBin::connection-speed
3765           Add "connection-speed" property; re-order redirect messages with
3766           multiple redirect locations depending on the minimum bitrate if
3767           that information is available and a connection speed is set
3768           (#350399).
3769
3770 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3771
3772         * gst/playback/gstplaybin.c:
3773           Update max volume to the same value that the volume element uses.
3774
3775 2006-08-14  Wim Taymans  <wim@fluendo.com>
3776
3777         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3778         Less uglyness..
3779
3780 2006-08-14  Wim Taymans  <wim@fluendo.com>
3781
3782         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3783         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3784         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3785         Add some more debug info.
3786         Don't crash when a seek failed.
3787         Actually return the result of the seek instead of TRUE.
3788         Ignore multiple BOS pages with the same serial so that we don't create
3789         the same stream multiple times.
3790         Post an error when we fail to do the initial seek.
3791
3792 2006-08-13  Wim Taymans  <wim@fluendo.com>
3793
3794         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3795         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3796         Small code cleanup.
3797
3798         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3799         (gst_alsa_mixer_new):
3800         Remove hack that always set the device to hw:0*.
3801         Properly find the card name for whatever device was configured.
3802         Do some better debugging.
3803         Fixes #350784.
3804
3805         * ext/alsa/gstalsamixerelement.c:
3806         (gst_alsa_mixer_element_set_property),
3807         (gst_alsa_mixer_element_change_state):
3808         Cleanups.
3809         Handle setting of a NULL device name better.
3810
3811 2006-08-11  Wim Taymans  <wim@fluendo.com>
3812
3813         * gst/adder/gstadder.c:
3814         Don't clip float values. Fixes #350900.
3815
3816 2006-08-11  Andy Wingo  <wingo@pobox.com>
3817
3818         * gst/tcp/gsttcp.c: Really fix the build?
3819
3820         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3821         fixes the build.
3822
3823 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3824
3825         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3826           Float caps shouldn't have a "signed" field.
3827
3828 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3829
3830         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3831           Implement SEEKING query in its most basic form, so that we can
3832           at least check if we're seekable or not (#350655).
3833
3834 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
3835
3836         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3837           The checks here are not even close to anything that would
3838           justify MAXIMUM probability, lowering to POSSIBLE until someone
3839           fixes the checks (case at hand: quicktime redirection files
3840           might start with 00 00 01 XX and pass the checks here just
3841           fine, see #350399).
3842
3843 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3844
3845         Patch by: Sjoerd Simons  <sjoerd at luon net>
3846
3847         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3848           Better detection for multipart/x-mixed-replace: accept leading
3849           whitespaces before the boundary marker as well (as our very own
3850           multipartmux used to produce) (#349068).
3851
3852 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3853
3854         Patch by: Young-Ho Cha  <ganadist at chollian net>
3855
3856         * gst-libs/gst/riff/riff-ids.h:
3857         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3858         (gst_riff_create_audio_template_caps):
3859           Detect DTS audio streams (#350157).
3860
3861 2006-08-05  Andy Wingo  <wingo@pobox.com>
3862
3863         * ext/theora/gsttheoraparse.h:
3864         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3865         (theora_parse_dispose, theora_parse_set_property)
3866         (theora_parse_get_property, theora_parse_munge_granulepos)
3867         (theora_parse_push_buffer, theora_parse_change_state):
3868         API: GstTheoraParse::synchronization-points
3869         Add a property 'synchronization-points' to fix badly synchronized oggs.
3870
3871 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3872
3873         * tests/check/Makefile.am:
3874         * tests/check/libs/.cvsignore:
3875         * tests/check/libs/audio.c: (structure_contains_channel_positions),
3876         (fixed_caps_have_channel_positions), (GST_START_TEST),
3877         (audio_suite), (main):
3878           Add a few tests for the channel position stuff in libgstaudio.
3879
3880 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3881
3882         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3883         (gst_alsa_detect_channels):
3884         * ext/alsa/gstalsasink.c:
3885           Add support for cards that (only) do more than 8 channels,
3886           like the Delta 44 (#345188).
3887
3888         * gst-libs/gst/audio/multichannel.c:
3889         (gst_audio_check_channel_positions):
3890         * gst-libs/gst/audio/multichannel.h:
3891           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3892           unspecified channel position and cannot be combined with any
3893           of the other audio channel positions; adjust position layout
3894           checks accordingly (#345188).
3895
3896 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3897
3898         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3899           Recognise ancient RealAudio files (see #349779).
3900
3901 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3902
3903         Patch by: Jens Granseuer  <jensgr at gmx net>
3904
3905         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3906           Add typefinder for Interplay's MVE format (#348973).
3907
3908 2006-08-02  Wim Taymans  <wim@fluendo.com>
3909
3910         Patch by: Marcel Moreaux <marcelm at luon dot net>
3911
3912         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3913         (gst_base_rtp_depayload_add_to_queue):
3914         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3915         Handle RTP sequence number rollover.
3916         Disable jitterbuffer by default.
3917
3918 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
3919
3920         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3921         (audioresample_set_caps):
3922         Don't leak references to the incoming caps. Clean them up when
3923         stopping.
3924
3925         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3926         (gst_video_scale_finalize):
3927         Don't leak our temporary pixel buffer.
3928
3929         * tests/check/Makefile.am:
3930         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3931         (GST_START_TEST), (simple_launch_lines_suite):
3932
3933         Fix leaks and re-enable the test for valgrind checking.
3934
3935 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
3936
3937         Patch by: Sjoerd Simons  <sjoerd at luon net>
3938
3939         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
3940         (plugin_init):
3941           Add typefind function for multipart/x-mixed-replace (#348916).
3942
3943 2006-07-28  Wim Taymans  <wim@fluendo.com>
3944
3945         * gst/adder/gstadder.c: (gst_adder_setcaps),
3946         (gst_adder_query_duration):
3947         Fix leak in duration query.
3948         Reflow some docs and notes.
3949
3950 2006-07-28  Michael Smith  <msmith@fluendo.com>
3951
3952         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
3953         (vorbisenc_suite):
3954           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
3955           aspect of it.
3956
3957 2006-07-28  Michael Smith  <msmith@fluendo.com>
3958
3959         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
3960         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
3961         (gst_vorbis_enc_push_buffer),
3962         (gst_vorbis_enc_buffer_check_discontinuous),
3963         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
3964         * ext/vorbis/vorbisenc.h:
3965           Handle discontinuities in the input vorbis stream correctly,
3966           so that the output is properly timestamped (and has good granulepos
3967           values). Needs some oggmux fixes too.
3968
3969 2006-07-27  Wim Taymans  <wim@fluendo.com>
3970
3971         patch by: Kai Vehmanen <kv2004 eca cx>
3972
3973         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3974         (gst_base_rtp_depayload_chain),
3975         (gst_base_rtp_depayload_handle_sink_event),
3976         (gst_base_rtp_depayload_change_state):
3977         Don't send multiple newsegments with different formats.
3978         Fixes #348677.
3979
3980 2006-07-26  Wim Taymans  <wim@fluendo.com>
3981
3982         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3983         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
3984         Make seeking in ogg more accurate again by doing the more correct
3985         granuletime to stream time conversion.
3986
3987 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3988
3989         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
3990         (gst_multi_fd_sink_new_client):
3991           debug a little more understandably
3992           do not use goto as a substitute for break, especially if
3993           break is also being used
3994
3995 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
3996
3997         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3998         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3999           Remove GLib-2.6 compatibility cruft.
4000
4001 2006-07-24  Wim Taymans  <wim@fluendo.com>
4002
4003         * gst-libs/gst/audio/gstbaseaudiosink.c:
4004         (gst_base_audio_sink_render):
4005         Don't try to align a sample to an unknown value.
4006
4007 2006-07-24  Wim Taymans  <wim@fluendo.com>
4008
4009         * gst-libs/gst/audio/gstbaseaudiosink.c:
4010         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4011         When the audio clock is slaved to another clock, never try to align
4012         samples but trust the rate interpolation algorithm.
4013
4014 2006-07-24  Wim Taymans  <wim@fluendo.com>
4015
4016         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4017         Don't try to calculate silence samples, base class does this much
4018         better now.
4019
4020         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4021         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4022         (gst_ring_buffer_acquire):
4023         Calculate silence samples correctly.
4024
4025         * gst-libs/gst/audio/gstringbuffer.h:
4026         Add _CAST macro.
4027
4028 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
4029
4030         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4031           Limit search for the first markup tag to the first few kB of
4032           the file. If we don't find one there, it's highly unlikely that
4033           this is an XML(-ish) file.
4034
4035 2006-07-21  Andy Wingo  <wingo@pobox.com>
4036
4037         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4038         test to the one in vorbisenc. Also commented out.
4039
4040         * tests/check/pipelines/vorbisenc.c: 
4041         (test_discontinuity): New test, commented out until Mike lands
4042         some elite vorbisenc patches.
4043
4044         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4045         Bufferstraw was actually factored out of these tests. Now we share
4046         code yay.
4047
4048         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4049         for bufferstraw addition to gstcheck.
4050
4051 2006-07-21  Wim Taymans  <wim@fluendo.com>
4052
4053         * ext/theora/theoradec.c: (clip_buffer):
4054         Better clipping.
4055
4056 2006-07-21  Wim Taymans  <wim@fluendo.com>
4057
4058         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4059         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4060         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4061         Fix leak.
4062         Avoid type casting when we can.
4063
4064         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4065         Fix mem leak.
4066
4067 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
4068
4069         * ext/alsa/gstalsamixerelement.c:
4070         (gst_alsa_mixer_element_change_state):
4071           Make state change fail if the specified device can't be opened
4072           for some reason.
4073
4074 2006-07-20  Wim Taymans  <wim@fluendo.com>
4075
4076         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4077         (cb_newpad), (main):
4078         Example of a small audio/video player using decodebin.
4079
4080 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
4081
4082         * gst-libs/gst/riff/riff-ids.h:
4083           Add 'fact' chunk id
4084
4085 2006-07-19  Wim Taymans  <wim@fluendo.com>
4086
4087         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4088         (gst_base_rtp_depayload_chain),
4089         (gst_base_rtp_depayload_change_state):
4090         Don't assert when not negotiated but post a meaningfull 
4091         error message. Fixes #347918.
4092
4093         * gst-libs/gst/rtp/gstbasertppayload.c:
4094         Add comment about better default MTU size.
4095
4096         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4097         Small cleanups, start docs.
4098
4099 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4100
4101         Patch by: Martin Szulecki
4102
4103         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4104           If "device-name" is requested and the device is not
4105           open, try to temporarily open it to obtain this
4106           information (#342494).
4107
4108 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4109
4110         * gst-libs/gst/tag/gstid3tag.c:
4111           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4112
4113         * gst-libs/gst/tag/gsttageditingprivate.h:
4114         * gst-libs/gst/tag/gstvorbistag.c:
4115           Some more random const-ifications.
4116
4117 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
4118
4119         * gst-libs/gst/riff/riff-ids.h:
4120         * gst-libs/gst/riff/riff-media.c:
4121         (gst_riff_create_video_template_caps):
4122           Add more FOURCCs (sort list to make stuff easier to find),
4123           add comment what those 16 bytes in struct _gst_riff_strh according to
4124           one avi-dumper are
4125
4126 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4127
4128         * gst-libs/gst/audio/multichannel.c:
4129         (gst_audio_check_channel_positions),
4130         (gst_audio_fixate_channel_positions):
4131           Const-ify two arrays.
4132
4133 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4134
4135         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4136           Fix typo, so that alsasink also advertises 8 channels
4137           if that's supported (tags: can, worms, open, alsa, ph34r).
4138
4139 2006-07-17  Wim Taymans  <wim@fluendo.com>
4140
4141         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4142         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4143         *sigh*, when is the compiler going to warn when the comments
4144         are out-of-sync with the code.. Refix case of busted theora
4145         headers with 0 granule pos.
4146
4147 2006-07-14  Wim Taymans  <wim@fluendo.com>
4148
4149         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4150         (gst_base_rtp_depayload_wait),
4151         (gst_base_rtp_depayload_change_state),
4152         (gst_base_rtp_depayload_set_property),
4153         (gst_base_rtp_depayload_get_property):
4154         Fix 99% cpu load by waiting for absolute times on the
4155         clock. Fixes #347300.
4156
4157 2006-07-14  Andy Wingo  <wingo@pobox.com>
4158
4159         * ext/theora/gsttheoraparse.h: 
4160         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4161         (theora_parse_push_headers, theora_parse_clear_queue)
4162         (theora_parse_drain_queue_prematurely, )
4163         (theora_parse_sink_event, theora_parse_change_state): Queue events
4164         until we initialized our state, like in vorbisparse.
4165
4166         * ext/vorbis/vorbisparse.h: 
4167         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4168         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4169         (vorbis_parse_drain_queue_prematurely, )
4170         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4171         until we have initialized our state. Fixes seeking after an
4172         initial pad block.
4173
4174 2006-07-14  Andy Wingo  <wingo@pobox.com>
4175
4176         Patch by: Iain Holmes <iaingnome@gmail.com>
4177         
4178         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4179
4180 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4181
4182         * configure.ac:
4183         Bump nano back to CVS
4184
4185 === release 0.10.9 ===
4186
4187 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4188
4189         * configure.ac:
4190           releasing 0.10.9, "I walk the line"
4191
4192 2006-07-14  Michael Smith  <msmith@fluendo.com>
4193
4194         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4195           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4196           (commonly happens when running this test under valgrind) when trying
4197           to remove the buffer probe.
4198
4199 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4200
4201         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4202         Fix missing g_unlock from the previous commit
4203
4204 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4205
4206         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4207         (gst_ximagesink_change_state):
4208         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4209         (gst_xvimagesink_change_state):
4210         Implement a locking order to ensure we always take the object lock
4211         before the x_lock and never vice-versa.
4212
4213 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4214
4215         * gst/playback/gstdecodebin.c: (find_compatibles):
4216         Fix a caps leak when linking (#347304)
4217
4218         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4219         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4220         (gst_ximagesink_change_state):
4221         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4222         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4223         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4224         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4225         Don't leak shared memory resources. Use the object lock to protect
4226         against the xcontext disappearing while returning a buffer from the
4227         pipeline. (#347304)
4228
4229 2006-07-12  Edward Hervey  <edward@fluendo.com>
4230
4231         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4232         (vorbis_handle_comment_packet):
4233         gst_tag_list_merge() returns a new object. Take that into account when
4234         using it. This avoids memleak.
4235         Revert previous commit which is not needed.
4236
4237 2006-07-12  Edward Hervey  <edward@fluendo.com>
4238
4239         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4240         Reset the decoder in finalize so that all fields get cleared.
4241
4242 2006-07-12  Wim Taymans  <wim@fluendo.com>
4243
4244         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4245         (gst_base_audio_src_set_clock),
4246         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4247         Don't try to post an error message when setting the clock fails
4248         as this can happen when adding an element to a bin which will then
4249         deadlock. Fixes #347296.
4250
4251 2006-07-12  Edward Hervey  <edward@fluendo.com>
4252
4253         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4254         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4255         (vorbis_handle_type_packet):
4256         Post tag messages on the bus even if we're not initialized.
4257         If we're not initialized, we still postpone the event pushing of tags.
4258
4259 2006-07-12  Wim Taymans  <wim@fluendo.com>
4260
4261         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4262         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4263         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4264         Revert last two changes that broke the freeze.
4265
4266 2006-07-12  Wim Taymans  <wim@fluendo.com>
4267
4268         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4269         basesink calculates silence sample correctly for us.
4270
4271 2006-07-12  Wim Taymans  <wim@fluendo.com>
4272
4273         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4274         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4275         Calculate correct silence samples so we don't fill our ringbuffer
4276         with noise.
4277
4278 2006-07-12  Edward Hervey  <edward@fluendo.com>
4279
4280         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4281         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4282         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4283         * ext/vorbis/vorbisdec.h:
4284         Delay sending events (newsegment, tags) until the decoder is properly
4285         initialized.
4286         Fixes #347295
4287
4288 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4289
4290         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4291         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4292           Patch from #347221 adding a test for audioconvert
4293           channel remappings.
4294
4295 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4296
4297         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4298         (gst_ssa_parse_parse_line):
4299           Don't include the terminating NUL in the buffer size,
4300           it's only there for extra paranoia (would add random
4301           '*' characters at the end of each subtitle since the
4302           terminator itself is not valid UTF-8 technically).
4303           Also fix indenting after boilerplate macro.
4304
4305 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4306
4307         * gst/playback/gstdecodebin.c: (close_pad_link):
4308           Also emit 'unknown-type' signal (which should really be
4309           called unhandled-type) if we found potential decoders/demuxers
4310           in the registry but none of them worked in the end (as in the
4311           case where the plugins don't exist any longer but are still
4312           listed in the registry). Fixes #329798.
4313
4314 2006-07-08  Andy Wingo  <wingo@pobox.com>
4315
4316         * theoraparse.c (theora_parse_push_buffer)
4317         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4318         Add some more debugging. Fix granulepos reconstruction in the face
4319         of discontinuities.
4320
4321 2006-07-06  Wim Taymans  <wim@fluendo.com>
4322
4323         * gst-libs/gst/audio/gstbaseaudiosink.c:
4324         (gst_base_audio_sink_class_init),
4325         (gst_base_audio_sink_provide_clock):
4326         Use gobject_class instead of G_OBJECT_CLASS (klass)
4327
4328         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4329         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4330         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4331         (gst_base_audio_src_get_time),
4332         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4333         (gst_base_audio_src_create_ringbuffer):
4334         Fix latency and buffer-time constants and properties ala basesink.
4335         Implement pull based scheduling. Fixes #346527.
4336         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4337         one segment.
4338         Refuse slaving to another clock instead of silently not working.
4339         Only provide a clock when we are actually able to do so.
4340         Various small cleanups and compiler hints.
4341
4342 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4343
4344         Patch by: Lutz Mueller <lutz at topfrose de>
4345
4346         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4347         (plugin_init):
4348           Add typefinding for text/html (#346581).
4349
4350 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4351
4352         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4353         (xml_check_first_element), (xml_type_find), (smil_type_find):
4354           Fix SMIL typefinding, make xml_check_first_element() more
4355           useful.
4356
4357 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4358
4359         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4360         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4361         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4362         * gst/playback/gstplaybasebin.h:
4363           Protect list of elements with a subtitle-encoding property and
4364           the subtitle encoding member itself with a lock of their own
4365           instead of using the object lock. This prevents a dead-lock in
4366           the element-remove callback in some circumstances when shutting
4367           down playbin.
4368
4369 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4370
4371         * win32/common/libgsttag.def:
4372         Export some new functions.
4373         * win32/vs6/libgstogg.dsp:
4374         Add a link to libgsttag-0.10.lib.
4375
4376 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4377
4378         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4379           Some const-ification.
4380
4381 2006-07-04  Wim Taymans  <wim@fluendo.com>
4382
4383         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4384         Improve checking if we are dealing with a stream. Added some
4385         more uris that need buffering.
4386
4387 2006-07-03  Edward Hervey  <edward@fluendo.com>
4388
4389         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4390         Remove unused variable.
4391
4392 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4393
4394         * Makefile.am:
4395           include lcov.mak
4396         * configure.ac:
4397           add GCOV_LIBS to GST_LIBS
4398
4399 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4400
4401         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4402
4403         * ext/alsa/gstalsasrc.c:
4404           Add 32 bps to template caps and increase channels range
4405           from [1,2] to [1,MAX]. See #346326.
4406
4407 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4408
4409         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4410           Recognise 'WMVA' video codec fourcc (#345879).
4411           
4412 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4413          
4414         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4415           Fixed nasty memory leak
4416
4417 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4418
4419         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4420         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4421           fix logging
4422
4423 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4424
4425         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4426         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4427         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4428         Protect remove_fakesink using a mutex, so that we don't try and
4429         remove the fakesink simultaneously from multiple threads.
4430
4431         When going from READY to PAUSED, restore the fakesink, so that
4432         it is there when decodebin gets reused.
4433
4434 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4435
4436         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4437         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4438         * gst-libs/gst/rtp/gstbasertppayload.c:
4439         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4440         * gst/tcp/gstmultifdsink.c:
4441         * gst/tcp/gsttcpclientsink.c:
4442         * gst/tcp/gsttcpclientsrc.c:
4443         * gst/tcp/gsttcpserversink.c:
4444         * gst/tcp/gsttcpserversrc.c:
4445         * gst/videorate/gstvideorate.c:
4446         * gst/videotestsrc/gstvideotestsrc.c:
4447         * sys/v4l/gstv4ljpegsrc.c:
4448         * sys/v4l/gstv4lmjpegsink.c:
4449         * sys/v4l/gstv4lsrc.c:
4450         * tests/examples/seek/scrubby.c:
4451         * tests/examples/seek/seek.c:
4452           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4453
4454 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4455
4456         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4457           Second field in GEnumValue shouldn't be a description,
4458           but a stringified version of the enum value.
4459
4460 2006-06-22  Wim Taymans  <wim@fluendo.com>
4461
4462         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4463         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4464         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4465         Avoid type checking in buffer casts.
4466         Avoid caps copy in buffer_alloc when we can.
4467         Use pad_peer_accept.
4468
4469 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4470
4471         * gst-libs/gst/tag/tag.h:
4472           Oops, make that 'Since: 0.10.9'.
4473
4474 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4475
4476         * docs/libs/gst-plugins-base-libs-sections.txt:
4477         * gst-libs/gst/tag/tag.h:
4478         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4479         (gst_tag_image_type_get_type):
4480           API: add GstTagImageType enum to describe images contained
4481           in image tags (#345641).
4482
4483 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4484
4485         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4486           Fix warnings with gst-inspect: "buffers-min" property
4487           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4488           typo in property description.
4489
4490 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4491
4492         Patch by: Cody Russell <bratsche at gnome org>
4493
4494         * gst/audioresample/gstaudioresample.c:
4495         (gst_audioresample_class_init):
4496         * gst/playback/gststreamselector.c:
4497         (gst_stream_selector_class_init):
4498         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4499         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4500         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4501         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4502         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4503         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4504         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4505         * gst/videotestsrc/gstvideotestsrc.c:
4506         (gst_video_test_src_class_init):
4507         * gst/volume/gstvolume.c: (gst_volume_class_init):
4508           Avoid unnecessary class cast check in class_init
4509           functions (#337747).
4510
4511 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4512
4513         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4514         (gst_text_overlay_video_chain):
4515           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4516           and doesn't validate its input either (and neither did
4517           textoverlay it seems). Let's do that then and fix #345206.
4518
4519 2006-06-19  Wim Taymans  <wim@fluendo.com>
4520
4521         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4522         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4523         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4524         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4525         (find_syncframe), (find_limits), (assign_value),
4526         (count_burst_unit), (gst_multi_fd_sink_new_client),
4527         (gst_multi_fd_sink_handle_client_write),
4528         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4529         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4530         (gst_multi_fd_sink_change_state):
4531         * gst/tcp/gstmultifdsink.h:
4532         Added shiny new burst-on-connect methods.
4533         Add properties to control the minimal amount of data queued.
4534         Small cleanups.
4535         API: bytes-min property
4536         API: time-min property
4537         API: buffers-min property
4538         API: burst-unit property
4539         API: burst-value property
4540         API: add-full signal
4541
4542         * gst/tcp/gsttcp-marshal.list:
4543         Added new marshaller code for the new signal.
4544
4545         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4546         (multifdsink_suite):
4547         Added testcases for new burst methods.
4548
4549 2006-06-19  Edward Hervey  <edward@fluendo.com>
4550
4551         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4552         Implement clipping for accurate seeking.
4553         Closes #345225
4554
4555 2006-06-19  Wim Taymans  <wim@fluendo.com>
4556
4557         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4558
4559         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4560         (gst_video_scale_transform):
4561         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4562
4563 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4564
4565         * configure.ac:
4566           Fix --disable-external (can't set conditionals conditionally,
4567           #343602).
4568
4569 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4570
4571         * tests/check/elements/audioresample.c: (test_reuse),
4572         (audioresample_suite):
4573           Add test case for bug #342789 fixed below.
4574
4575 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4576
4577         * gst/audioresample/gstaudioresample.c:
4578         (gst_audioresample_class_init), (gst_audioresample_init),
4579         (audioresample_start), (audioresample_stop),
4580         (gst_audioresample_set_property), (gst_audioresample_get_property):
4581           Implement GstBaseTransform::start and ::stop so that audioresample
4582           can clear its internal state properly and be reused instead of
4583           causing non-negotiated errors with playbin under some circumstances
4584           (#342789).
4585
4586         * tests/check/elements/audioresample.c: (setup_audioresample),
4587         (cleanup_audioresample):
4588           Need to set element state here so that ::start and ::stop are
4589           called.
4590
4591 2006-06-16  Wim Taymans  <wim@fluendo.com>
4592
4593         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4594
4595         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4596         Parse extra data better, apparently it's right behind
4597         the normal strf header size. Fixes #343500.
4598
4599 2006-06-16  Wim Taymans  <wim@fluendo.com>
4600
4601         * ext/alsa/gstalsasink.c: (set_hwparams):
4602         If we fail to set the buffer_time and period_time alsa
4603         parameters, post a warning and leave alsa select a 
4604         default instead of failing. Fixes #342085
4605
4606 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4607
4608         * docs/libs/gst-plugins-base-libs-sections.txt:
4609         * gst-libs/gst/cdda/gstcddabasesrc.h:
4610           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4611           out in the header file and shouldn't be listed in the docs.
4612
4613         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4614           Must dereference pointer to fourcc in the debug statement.
4615
4616 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4617
4618         * docs/libs/Makefile.am:
4619         * docs/libs/gst-plugins-base-libs-docs.sgml:
4620         * docs/libs/gst-plugins-base-libs-sections.txt:
4621         * docs/libs/gst-plugins-base-libs.types:
4622         add remaining symbols into correct setions
4623         
4624         * gst-libs/gst/audio/gstringbuffer.c:
4625         fix incomplete docs
4626         
4627         * gst-libs/gst/audio/gstringbuffer.h:
4628         comment out not yet implemented function
4629         
4630         
4631         * gst-libs/gst/floatcast/floatcast.h:
4632         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4633         add short descriptions
4634         
4635         
4636         * gst-libs/gst/interfaces/propertyprobe.c:
4637         fix return value docs   
4638         
4639         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4640         simplify debug logging
4641         
4642         * gst-libs/gst/riff/riff-read.h:
4643         sync function prototype and docs
4644         
4645         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4646         remove left over symbol
4647
4648 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4649
4650         * autogen.sh:
4651         * configure.ac:
4652         * docs/Makefile.am:
4653           Use GST_PLUGIN_DOCS macro in configure.ac, add
4654           --enable-plugin-docs default to autogen.sh and use
4655           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4656
4657 2006-06-15  Wim Taymans  <wim@fluendo.com>
4658
4659         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4660         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4661         (gst_ogg_demux_loop):
4662         Combine GstFlowReturn from the source pads to give a
4663         meaningfull result to the upstream peer or to stop the
4664         processing task in case of errors.
4665
4666 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4667
4668         * gst/playback/gststreaminfo.c: (cb_probe):
4669           Try GST_TAG_CODEC as fallback when extracting the
4670           codec name; more debug info.
4671
4672 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4673
4674         * ext/ogg/Makefile.am:
4675         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4676           Extract language tags from ogm subtitle streams, so that
4677           the subtitle menu choices are labelled correctly in
4678           Totem (fixes #344708).
4679
4680 2006-06-14  Wim Taymans  <wim@fluendo.com>
4681
4682         Patch by: Alessandro Decina <alessandro at nnva dot org>
4683
4684         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4685         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4686         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4687         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4688         Fix various leaks. Fixes #343699.
4689         Add x-smoke mime type.
4690
4691 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4692
4693         * gst-libs/gst/riff/riff-ids.h:
4694           Add IDs for 'bext' chunks (see #343837).
4695
4696 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4697
4698         Patch by: Young-Ho Cha  <ganadist at chollian net>
4699
4700         * gst/subparse/samiparse.c: (sami_context_pop_state),
4701         (handle_start_font), (end_sami_element):
4702           Honour font face tags in SAMI subtitles (#344503).
4703
4704 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4705
4706         * po/POTFILES.in:
4707           add missing files containing translatable strings
4708
4709 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4710
4711         * docs/libs/tmpl/.cvsignore:
4712           we don't want those *.sgml files in CVS either
4713
4714 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4715
4716         * docs/libs/.cvsignore:
4717         * tests/check/elements/.cvsignore:
4718         * tests/check/libs/.cvsignore:
4719           ignore more
4720
4721 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4722
4723         * docs/libs/Makefile.am:
4724           also commiting the changed Makefile.am (added more libs to the
4725           doc-build)
4726
4727 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4728
4729         * docs/libs/gst-plugins-base-libs-docs.sgml:
4730         * docs/libs/gst-plugins-base-libs-sections.txt:
4731         * docs/libs/gst-plugins-base-libs.types:
4732           first batch of reordering things, add index & hierarchy
4733
4734 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4735
4736         * configure.ac:
4737           use GST_PKG_CHECK_MODULES, cleans up output
4738
4739 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4740
4741         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4742           Add support for burn:// URIs (#343385); const-ify things a bit,
4743           use G_N_ELEMENTS instead of hard-coded array size.
4744
4745 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4746
4747         Patch by: Young-Ho Cha  <ganadist at chollian net>
4748
4749         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4750           Fix up broken entities before passing them to libxml *sigh*.
4751           (#343303).
4752           
4753 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4754
4755         * configure.ac:
4756           back to TRUNK
4757
4758 === release 0.10.8 ===
4759
4760 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4761
4762         * configure.ac:
4763           releasing 0.10.8, "Moar gij ziet mij nie"
4764
4765 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4766
4767         * configure.ac:
4768         * po/af.po:
4769         * po/az.po:
4770         * po/cs.po:
4771         * po/en_GB.po:
4772         * po/hu.po:
4773         * po/it.po:
4774         * po/nb.po:
4775         * po/nl.po:
4776         * po/or.po:
4777         * po/sq.po:
4778         * po/sr.po:
4779         * po/sv.po:
4780         * po/uk.po:
4781         * po/vi.po:
4782         * win32/common/config.h:
4783           0.10.7.2 prerelease
4784
4785 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4786
4787         * docs/libs/tmpl/gstaudio.sgml:
4788         * docs/libs/tmpl/gstcolorbalance.sgml:
4789         * docs/libs/tmpl/gstmixer.sgml:
4790         * docs/libs/tmpl/gstringbuffer.sgml:
4791         * docs/libs/tmpl/gsttuner.sgml:
4792         * docs/libs/tmpl/gstxoverlay.sgml:
4793         * gst-libs/gst/audio/audio.c:
4794         * gst-libs/gst/audio/gstringbuffer.c:
4795         * gst-libs/gst/interfaces/colorbalance.c:
4796         * gst-libs/gst/interfaces/mixer.c:
4797         * gst-libs/gst/interfaces/tuner.c:
4798         * gst-libs/gst/interfaces/xoverlay.c:
4799           move last template doc snippets to source code and delete them
4800
4801 2006-06-06  Michael Smith  <msmith@fluendo.com>
4802
4803         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4804         (theora_parse_drain_queue):
4805           Mark DELTA_UNIT on non-keyframes.
4806
4807 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4808
4809         * gst-libs/gst/audio/gstbaseaudiosink.c:
4810         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4811         * gst-libs/gst/audio/gstbaseaudiosink.h:
4812         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4813         (gst_ring_buffer_samples_done):
4814         * gst-libs/gst/audio/gstringbuffer.h:
4815         Document better the fact that latency_time and buffer_time are values
4816         stored in microseconds, and not the usual GStreamer nanoseconds.
4817         Change the variables (compatibly) that store them from GstClockTime 
4818         to guint64 to make it more clear that they're not storing clock times.
4819         Also, remove the bogus property description that says the user can
4820         specify -1 to get the default value, since that's never been the case.
4821
4822         When computing the default segment size for the ring buffer, make it
4823         an integer number of samples.
4824
4825         When the sub-class indicates a delay greater than the number of
4826         samples we've written return 0 from the audio sink get_time method.
4827
4828 2006-06-02  Michael Smith  <msmith@fluendo.com>
4829
4830         * tests/check/elements/audioconvert.c: (set_channel_positions),
4831         (get_float_mc_caps), (get_int_mc_caps):
4832         * tests/check/elements/audioresample.c:
4833         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4834         * tests/check/elements/videorate.c:
4835         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4836         * tests/check/elements/volume.c:
4837         * tests/check/elements/vorbisdec.c:
4838         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4839           Don't busy-wait in tests; this was causing test timeouts very
4840           frequently when running under valgrind.
4841
4842 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4843
4844         * gst/tcp/README:
4845         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4846         (gst_multi_fd_sink_remove_client_link),
4847         (gst_multi_fd_sink_client_queue_caps),
4848         (gst_multi_fd_sink_client_queue_buffer),
4849         (gst_multi_fd_sink_handle_client_write),
4850         (gst_multi_fd_sink_render):
4851         * gst/tcp/gstmultifdsink.h:
4852           make multifdsink properly deal with streamheader:
4853           - streamheader is taken from caps
4854           - buffers marked with IN_CAPS are not sent
4855           - streamheaders are sent, on connection, from the caps of the
4856             buffer where the client gets positioned to
4857           - further streamheader changes are done every time the client
4858             will receive a buffer with different caps
4859         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4860         (gst_multifdsink_create_streamheader):
4861           add tests for this
4862
4863 2006-06-02  Michael Smith  <msmith@fluendo.com>
4864
4865         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4866           Reinstate limit on channel count. Vorbis does not define the meaning
4867           of > 6 channels, so they're just independent channels. Gstreamer
4868           currently has no mechanism to represent N independent channels.
4869
4870 2006-06-02  Michael Smith  <msmith@fluendo.com>
4871
4872         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4873           Don't arbitrarily restrict channel counts and rate in vorbis.
4874           In terms of effects likely on real-world files, this fixes 96kHz
4875           playback of vorbis.
4876
4877 2006-06-02  Michael Smith  <msmith@fluendo.com>
4878
4879         * gst/audioconvert/audioconvert.c: (float):
4880           More correct float->int conversion.
4881
4882 2006-06-02  Michael Smith  <msmith@fluendo.com>
4883
4884         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4885           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4886           value. Fixes g-critical on trying to play back ogg containing
4887           unknown codec.
4888
4889 2006-06-02  Wim Taymans  <wim@fluendo.com>
4890
4891         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4892         (setup_source):
4893         * gst/playback/gstplaybasebin.h:
4894         Make the subtitle detection work from any thread so we don't
4895         deadlock. Fixes #343397.
4896
4897 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4898
4899         * gst/volume/Makefile.am:
4900           Seriously, it's not *that* hard to get compilation right.  Even
4901           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4902
4903 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4904
4905         * gst/volume/gstvolume.c: (volume_choose_func),
4906         (volume_update_real_volume), (gst_volume_class_init),
4907         (gst_volume_init), (volume_process_float), (volume_process_int16),
4908         (volume_process_int16_clamp), (volume_set_caps),
4909         (volume_transform_ip), (plugin_init):
4910         * gst/volume/gstvolume.h:
4911         rewrite the passthrough check, split _int16 and _int16_clamp, fix
4912         another property desc., remove unused param from process function
4913         
4914         * tests/check/elements/volume.c: (volume_suite):
4915         reactivate the passthrough test
4916
4917 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4918
4919         * ext/alsa/gstalsamixerelement.h:
4920         * ext/alsa/gstalsamixeroptions.h:
4921         * ext/alsa/gstalsamixertrack.h:
4922         * ext/gnomevfs/gstgnomevfssink.h:
4923         * ext/gnomevfs/gstgnomevfssrc.h:
4924         * ext/theora/gsttheoradec.h:
4925         * ext/theora/gsttheoraenc.h:
4926         * ext/theora/gsttheoraparse.h:
4927         * ext/vorbis/vorbisparse.h:
4928         * gst-libs/gst/audio/gstaudioclock.h:
4929         * gst-libs/gst/audio/gstaudiofilter.h:
4930         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4931         * gst/audioconvert/gstaudioconvert.h:
4932         * gst/audioresample/gstaudioresample.h:
4933         * gst/audiotestsrc/gstaudiotestsrc.h:
4934         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4935         * gst/playback/gststreamselector.h:
4936         * gst/tcp/gstmultifdsink.h:
4937         * gst/tcp/gsttcpclientsink.h:
4938         * gst/tcp/gsttcpclientsrc.h:
4939         * gst/tcp/gsttcpserversink.h:
4940         * gst/tcp/gsttcpserversrc.h:
4941         * gst/videorate/gstvideorate.h:
4942         * gst/videoscale/gstvideoscale.h:
4943         * gst/videotestsrc/gstvideotestsrc.h:
4944         * gst/volume/gstvolume.h:
4945         * sys/v4l/gstv4ljpegsrc.h:
4946         * sys/v4l/gstv4lmjpegsink.h:
4947         * sys/v4l/gstv4lmjpegsrc.h:
4948         * sys/v4l/gstv4lsrc.h:
4949         * sys/ximage/ximagesink.h:
4950         * sys/xvimage/xvimagesink.h:
4951         * tests/old/testsuite/alsa/sinesrc.h:
4952         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
4953
4954 2006-05-31  Wim Taymans  <wim@fluendo.com>
4955
4956         * ext/libvisual/visual.c: (gst_visual_reset),
4957         (gst_visual_sink_setcaps), (gst_visual_sink_event),
4958         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
4959         Handle DISCONT.
4960         Use running time before doing QoS.
4961         Handle mono too.
4962
4963 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4964
4965         * docs/libs/Makefile.am:
4966           set a magic variable to indicate we know the docs are incomplete
4967
4968 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
4969
4970         * win32/common/libgstvideo.def:
4971           export gst_video_calculate_display_ratio
4972         * win32/vs6/libgstvideoscale.dsp:
4973           add link to libgstvideo-0.10.lib
4974
4975 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4976
4977         * gst/playback/gstplaybasebin.c: (gen_source_element):
4978           Throw a more comprehensible error for rtsp:// URIs (rather
4979           than erroring out with a negotiation error later on) until
4980           we fix playbin to handle rtspsrc etc.
4981
4982 2006-05-30  Wim Taymans  <wim@fluendo.com>
4983
4984         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4985         (gst_text_overlay_text_event):
4986         Added some FIXMEs.
4987
4988 2006-05-30  Wim Taymans  <wim@fluendo.com>
4989
4990         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
4991         (gst_adder_request_new_pad), (gst_adder_release_pad):
4992         * gst/adder/gstadder.h:
4993         Implement release_request_pad.
4994         Make padcounter atomic.
4995
4996         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
4997         Added check for release_pad in adder.
4998
4999 2006-05-30  Wim Taymans  <wim@fluendo.com>
5000
5001         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5002         Fix build again.
5003
5004 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5005
5006         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5007         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5008         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5009         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5010         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5011         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5012         (gst_ogg_demux_bisect_forward_serialno),
5013         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5014         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5015           add more debugging
5016           clean up printf formats for granulepos and serialno
5017
5018 2006-05-30  Michael Smith  <msmith@fluendo.com>
5019
5020         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5021         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5022         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5023         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5024         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5025         * ext/vorbis/vorbisenc.h:
5026           Multi-channel caps negotiation, so we can do proper multichannel
5027           vorbis encoding, negotiated through audioconvert.
5028
5029 2006-05-30  Wim Taymans  <wim@fluendo.com>
5030
5031         * tests/check/elements/adder.c: (test_event_message_received),
5032         (test_play_twice_message_received), (GST_START_TEST),
5033         (adder_suite):
5034         Added check to show that #339935 is fixed with ongoing
5035         adder and collectpads fixes.
5036
5037 2006-05-29  Wim Taymans  <wim@fluendo.com>
5038
5039         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5040         Don't leak pad name.
5041
5042 2006-05-29  Wim Taymans  <wim@fluendo.com>
5043
5044         * gst/adder/gstadder.c: (gst_adder_query_duration),
5045         (forward_event_func), (forward_event), (gst_adder_src_event):
5046         Fix adder seeking.
5047         Make query/seeking code threadsafe.
5048
5049         * tests/check/Makefile.am:
5050         * tests/check/elements/adder.c: (test_event_message_received),
5051         (GST_START_TEST), (test_play_twice_message_received):
5052         Fix adder test case.
5053
5054 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
5055
5056         Patch by: Young-Ho Cha  <ganadist at chollian net>
5057
5058         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5059         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5060         (set_encoding_element), (decodebin_element_added_cb),
5061         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5062         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5063         * gst/playback/gstplaybasebin.h:
5064           Add 'subtitle-encoding' property to playbin, so applications can
5065           force a subtitle encoding for non-UTF8 subtitles (#342268).
5066
5067         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5068         (gst_sub_parse_set_property):
5069           Rename recently-added 'encoding' property to 'subtitle-encoding'
5070           (so it can be proxied by playbin/decodebin in a generic way
5071           with less danger of false positives).
5072
5073 2006-05-29  Michael Smith  <msmith@fluendo.com>
5074
5075         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5076         (append_with_other_format), (set_structure_widths),
5077         (gst_audio_convert_transform_caps):
5078           Patch from #341562: give more specific audio caps in get_caps, so
5079           that basetransform  can make better decisions on what caps to
5080           negotiate.
5081
5082 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5083
5084         * tests/check/elements/volume.c:
5085         make it compile again
5086
5087 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5088
5089         * tests/check/elements/volume.c: (volume_suite):
5090         disable test until #343196 gets resolved
5091
5092 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5093
5094         * gst/adder/gstadder.c: (gst_adder_get_type):
5095         Make it easier to copy&paste
5096         
5097         * gst/volume/Makefile.am:
5098         * gst/volume/gstvolume.c: (volume_update_real_volume),
5099         (gst_volume_set_volume), (gst_volume_set_mute),
5100         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5101         (volume_transform_ip), (volume_update_mute),
5102         (volume_update_volume):
5103         * gst/volume/gstvolume.h:
5104         Add own debug category, move duplicate code to helper function, fix
5105         property texts, add more comments and prepare ffor liboil-goodness
5106         
5107         * tests/check/Makefile.am:
5108         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5109         add test for mute and passtrough case, be a bit more verbose to track
5110         failure
5111         
5112         * tests/check/generic/states.c: (GST_START_TEST):
5113         catch elements that fail to instantiate
5114
5115 2006-05-28  Edward Hervey  <edward@fluendo.com>
5116
5117         * tests/check/pipelines/simple-launch-lines.c:
5118         * tests/check/pipelines/theoraenc.c:
5119         * tests/check/pipelines/vorbisenc.c:
5120         Comment out tests using parse_launch() if core was built without
5121         parsing capabilities.
5122
5123 2006-05-27  Edward Hervey  <edward@fluendo.com>
5124
5125         * tests/check/Makefile.am:
5126         Extra bonus points for whoever explains to ensonic that you are meant
5127         to test unit tests thoroughly before commiting them, especially if
5128         you know it's going to break.
5129         De-activated element/adder tests.
5130
5131 2006-05-27  Edward Hervey  <edward@fluendo.com>
5132
5133         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5134         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5135         Marking caps conversion issues as GST_WARNING is way too verbose,
5136         Moving them to GST_LOG.
5137
5138 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5139
5140         * README:
5141           Replace current README (containing the release notes from
5142           some 0.9.x version) with a proper README taken from the core.
5143
5144 2006-05-26  Wim Taymans  <wim@fluendo.com>
5145
5146         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5147         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5148         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5149         (vorbis_dec_change_state):
5150         Small cleanups.
5151         Add some FIXMEs
5152         Clip output samples to segment boundaries.
5153
5154 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5155
5156         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5157         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5158         Improve the errors produced on bad output, including some human
5159         readable description strings.
5160         Handle the (theoretical for ximagesink) case where the XServer 
5161         has a different idea about the size required for a particular 
5162         frame and gives us too small a memory allocation.
5163
5164 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5165
5166         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5167         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5168         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5169         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5170         Improve the errors produced on bad output, including some human 
5171         readable description strings.
5172         Handle RGB Xv formats properly by transforming them into our 
5173         big-endian caps description.
5174         Use gst_caps_truncate to ensure that we never try and choose a
5175         non-fixed caps in buffer_alloc.
5176         Handle the case where the XServer has a different idea about the size
5177         required for a particular frame and gives us too small a memory
5178         allocation.
5179         Use -1 to indicate 'no image format', because 0 is a valid XServer
5180         image format number.
5181         Put RGB Xv formats at the end of the caps, so that we always prefer
5182         YUV format frames.
5183         Iterate the available Xv Encodings to determine the maximum width and
5184         height, and then return that in our caps.
5185         (Closes #315312, #337544)
5186
5187 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5188
5189         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5190         When there is only one unfinished pad and it receives an event that
5191         doesn't match our requirements, we need to set alldone=FALSE so that
5192         the fakesink is not removed yet.
5193
5194 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5195
5196         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5197           Use gst_type_find_helper_for_buffer() to find the type
5198           of stream from the first packet.
5199
5200         * configure.ac:
5201           Bump requirements to core CVS (needed for vorbis
5202           typefinding to work).
5203
5204 2006-05-24  Edward Hervey  <edward@fluendo.com>
5205
5206         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5207         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5208         contain.  Else they play perfectly fine with qtdemux.
5209
5210 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5211
5212         * ext/theora/theoradec.c:
5213         * ext/theora/theoraenc.c:
5214         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5215         * gst/audiorate/gstaudiorate.c:
5216           make more debug catagories static
5217         
5218         * tests/check/Makefile.am:
5219         * tests/check/elements/adder.c: (message_received),
5220         (test_event_message_received), (GST_START_TEST),
5221         (test_play_twice_message_received), (adder_suite):
5222           added test case for using element twice, extra bonus points for anyone
5223           who can make these test run reliably
5224
5225 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5226
5227         * ext/theora/theoradec.c: (theora_dec_chain):
5228           Make work with time-stamped input buffers that do not
5229           have a granulepos in BUFFER_OFFSET_END (like theora
5230           buffers coming from matroskademux). Fixes #342448.
5231
5232 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5233
5234         Patch by: Peter Kjellerstedt  <pkj at axis com>
5235
5236         * gst/tcp/Makefile.am:
5237           fdstresstest doesn't need Gtk+, fix compilation if 
5238           gtk is not available (#342566).
5239
5240 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5241          
5242         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5243           80 line columns
5244           Removed redundant floor()
5245
5246 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5247
5248         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5249           On second thought, just skip JUNK chunks automatically, so
5250           the caller doesn't have to handle this. Fixes #342345.
5251           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5252           not GST_FLOW_ERROR.
5253
5254 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5255
5256         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5257           Don't bail out on JUNK chunks with a size of 0 (would try to
5258           pull_range 0 bytes before, which sources don't like too much).
5259           See #342345.
5260
5261 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5262
5263         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5264         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5265         Use the gstutil scaling function to preserve 64 bits while calculating
5266         output width and height from the display-aspect-ratio. (A continuation
5267         of #341542)
5268
5269 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5270
5271         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5272         (gst_xvimagesink_buffer_alloc):
5273         * sys/xvimage/xvimagesink.h:
5274         When performing buffer allocations, remember the caps and image format
5275         we return so that if the same caps are asked for next time we can
5276         return them immediately without doing any caps intersections.
5277
5278 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5279          
5280         * gst-libs/gst/rtp/README:
5281           Some new documentation
5282         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5283           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5284         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5285         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5286           New RTP audio base payloader class. Supports frame or sample based
5287           codecs.  Not enabled in Makefile.am until approved.
5288
5289 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5290
5291         * tests/check/elements/alsa.c: (test_device_property_probe):
5292           Fix test case: don't try to free NULL GValueArray when there
5293           are no devices.
5294
5295 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5296
5297         * tests/check/Makefile.am:
5298         * tests/check/elements/alsa.c: (test_device_property_probe),
5299         (alsa_suite), (main):
5300           Add simple test that runs a device property probe on alsasrc,
5301           alsasink and alsamixer. Disable valgrind check for now (too
5302           many leaks in libasound, and valgrind ignored my suppressions
5303           additions).
5304
5305 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5306
5307         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5308         (gst_alsa_device_property_probe_probe_property),
5309         (gst_alsa_device_property_probe_needs_probe),
5310         (gst_alsa_device_property_probe_get_values),
5311         (gst_alsa_type_add_device_property_probe_interface):
5312         * ext/alsa/gstalsadeviceprobe.h:
5313         * ext/alsa/gstalsamixerelement.c:
5314         (gst_alsa_mixer_element_init_interfaces):
5315         * ext/alsa/gstalsamixerelement.h:
5316           Clean up and simplify alsa device probing. Make it actually work
5317           for multiple classes. Don't cache results any longer.
5318
5319         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5320         (gst_alsasink_init):
5321         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5322         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5323         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5324           Make alsasink and alsasrc implement the GstPropertyProbe interface
5325           for device probing (#342181).
5326           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5327
5328 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5329
5330         * gst/subparse/samiparse.c: (handle_start_font):
5331           Don't ignore return value of strtol (++compiler_happiness).
5332
5333 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5334
5335         Patch by: Young-Ho Cha  <ganadist chollian net>
5336
5337         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5338         (gst_sub_parse_class_init), (gst_sub_parse_init),
5339         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5340         (convert_encoding):
5341         * gst/subparse/gstsubparse.h:
5342           Add 'encoding' property (#341681).
5343
5344         * gst/subparse/samiparse.c: (characters_sami):
5345           Output is pango markup, so we need to escape text
5346           between tags (#342143).
5347
5348 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5349
5350         * gst-libs/gst/audio/multichannel.c:
5351         (gst_audio_check_channel_positions):
5352           It's okay to have caps with channels=1 and a channel position
5353           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5354           (deinterleavers might want to keep the position in the caps,
5355           so that they can be re-interleaved again properly later).
5356           Leave check for unexpected 2-channel layouts intact for now.
5357
5358 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5359
5360         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5361         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5362         basesrc can do its job correctly.
5363
5364 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5365
5366         * ext/alsa/Makefile.am:
5367         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5368         (gst_alsa_detect_formats), (get_channel_free_structure),
5369         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5370         (gst_alsa_probe_supported_formats):
5371         * ext/alsa/gstalsa.h:
5372         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5373           Refactor and improve caps probing code: probe signedness
5374           when we probe the supported formats/widths; set endianness
5375           to the one we actually probed for (ie. cpu endianness).
5376           
5377         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5378         (gst_alsasrc_close):
5379         * ext/alsa/gstalsasrc.h:
5380           Implement caps probing for alsasrc.
5381
5382 2006-05-15  Wim Taymans  <wim@fluendo.com>
5383
5384         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5385         (theora_dec_src_query), (theora_dec_src_event),
5386         (theora_dec_sink_event), (theora_handle_comment_packet),
5387         (theora_handle_data_packet), (theora_dec_change_state):
5388         Cleanups, add some G_LIKELY.
5389         Use segment helpers instead of our own wrong code.
5390         Clear queued buffers on seek and READY.
5391
5392         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5393         (vorbis_dec_convert), (vorbis_dec_src_query),
5394         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5395         (vorbis_handle_comment_packet), (vorbis_dec_push),
5396         (vorbis_handle_data_packet), (vorbis_dec_chain),
5397         (vorbis_dec_change_state):
5398         * ext/vorbis/vorbisdec.h:
5399         Remove old useless packetno variable.
5400         Do position query properly.
5401         Add some G_LIKELY.
5402         Do cleanup of queued buffers in new helper function
5403         and use it.
5404
5405 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5406
5407         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5408           Query supported sample rates. Fixes #341732.
5409
5410 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5411
5412         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5413         (gst_decode_bin_change_state): Make decodebin reusable
5414         when going from PAUSE_TO_READY and then back to PAUSED.
5415         Fixes #331678.
5416
5417 2006-05-15  Wim Taymans  <wim@fluendo.com>
5418
5419         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5420         (vorbis_dec_convert), (vorbis_dec_src_query),
5421         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5422         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5423         (vorbis_dec_clean_queued), (vorbis_dec_push),
5424         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5425         Cleanups. Use refcounting and DEBUG_OBJECT.
5426         Reset segment on flush, use code methods instead of our
5427         own wrong version.
5428         Fix potential memleak.
5429
5430 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5431
5432         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5433         (gst_alsasink_init):
5434         * ext/alsa/gstalsasink.h:
5435           Don't leak allocated snd_output_t structure if there's
5436           more than one alsasink instance at a time (#341873).
5437           Also fix GObject macros in header file.
5438           
5439 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5440
5441         * gst/subparse/gstsubparse.c:
5442         (gst_sub_parse_data_format_autodetect):
5443           Don't use libxml functions in the typefinding code.
5444
5445 2006-05-15  Wim Taymans  <wim@fluendo.com>
5446
5447         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5448         Fix seeking performance in the case where a non-header 
5449         packet has a 0 granulepos (busted theora case). 
5450         Fixes #341719
5451         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5452          the first place, you limelight stealer you)
5453
5454 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5455
5456         * gst/subparse/gstsubparse.c:
5457         (gst_sub_parse_data_format_autodetect):
5458           Improve SAMI typefinding: handle case where there are
5459           whitespaces or newlines in front of the first <SAMI>
5460           tag (#169936).
5461
5462 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5463
5464         * configure.ac:
5465           Build video4linux plugin even if there's no XVIDEO, just
5466           without implementing the GstXOverlay interface (#334002).
5467          
5468 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5469
5470         * configure.ac:
5471         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5472         (plugin_init):
5473           Add tentative support for libvisual-0.4 (#336881).
5474
5475 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5476
5477         Patch by: Young-Ho Cha <ganadist at chollian net>
5478
5479         * gst/subparse/samiparse.c: (handle_start_font):
5480           Need to map "silver" colour explicitly (#169936).
5481
5482 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5483
5484         Patch by: Young-Ho Cha  <ganadist at chollian net>
5485
5486         * gst/subparse/Makefile.am:
5487         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5488         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5489         (gst_sub_parse_format_autodetect), (feed_textbuf),
5490         (gst_subparse_type_find), (plugin_init):
5491         * gst/subparse/gstsubparse.h:
5492         * gst/subparse/samiparse.c:
5493         * gst/subparse/samiparse.h:
5494           Add support for SAMI subtitles (#169936).
5495
5496 2006-05-14  Michael Smith  <msmith@fluendo.com>
5497
5498         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5499           Fix #341696: crash when mixing L+R+C to mono or stereo.
5500         * tests/check/Makefile.am:
5501         * tests/check/elements/audioconvert.c: (set_channel_positions),
5502         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5503         (audioconvert_suite):
5504           Add test for the above, including some generic framework bits for
5505           testing multichannel things.
5506
5507 === release 0.10.7 ===
5508
5509 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5510
5511         * configure.ac:
5512           releasing 0.10.7, "Leave the gun"
5513
5514 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5515
5516         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5517         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5518         Fix the build.
5519
5520 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5521
5522         * docs/libs/gst-plugins-base-libs-docs.sgml:
5523         * docs/libs/gst-plugins-base-libs-sections.txt:
5524         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5525         * gst-libs/gst/video/video.h:
5526         * gst/videoscale/Makefile.am:
5527         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5528         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5529         * tests/check/Makefile.am:
5530         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5531         (main):
5532           Fix integer overflow problem with pixel-aspect-ratio calculations
5533           in videoscale and xvimagesink (#341542)
5534
5535 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5536
5537         * gst-libs/gst/tag/gstid3tag.c:
5538           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5539
5540 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5541
5542         * win32/MANIFEST:
5543           update win32 files listing
5544
5545 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5546
5547         patch by: Sjoerd Simons (sjoerd@luon.net)
5548
5549         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5550         (group_create), (group_destroy), (add_stream),
5551         (gst_play_base_bin_get_property),
5552         (gst_play_base_bin_get_streaminfo_value_array):
5553         * gst/playback/gstplaybasebin.h:
5554           API: GstPlayBaseBin::stream-info-value-array property
5555           use a more bindings-friendly way of exposing streaminfo
5556           using a GValueArray.  Tested in ipython.
5557           Closes #341114
5558
5559 2006-05-11  Wim Taymans  <wim@fluendo.com>
5560
5561         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5562         (queue_underrun_cb), (queue_filled_cb):
5563         Also catch queue underruns but don't do anything yet.
5564         Refactor and comment queue enlarging code a bit.
5565
5566         * gst/playback/gstplaybasebin.c: (queue_overrun),
5567         (queue_threshold_reached), (queue_out_of_data),
5568         (gen_preroll_element):
5569         If a queue over/underruns check that we don't create nasty
5570         deadlocks when the min-threshold is not reached but the
5571         max-bytes is. In those cases disable max-bytes when we
5572         know that the queue is fed timed data.
5573         Add more comments.
5574
5575 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5576
5577         * gst/playback/gstplaybin.c: (gen_audio_element):
5578           Make playbin automatically plug an 'audioresample'
5579           element before the audio sink as well. This solves
5580           problems with sinks that only accept a very specific
5581           sample rate, like esdsink (e.g. #340379).
5582
5583 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5584
5585         * gst/playback/gstplaybasebin.c: (gen_source_element):
5586           Make http sources send special headers so that we receive
5587           icecast metadata if the http stream is an icecast stream
5588           (otherwise the server will just ignore them). This also
5589           means that from now on users will need the 'icydemux'
5590           element from gst-plugins-good installed if they want to
5591           listen to icecast radio streams. (#341432, #333657).
5592
5593 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5594
5595         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5596         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5597           remove stupid example from docs - it should come with a simple
5598           C program instead.
5599           Clean up/fix docs
5600         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5601         (fail_if_can_read), (GST_START_TEST),
5602         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5603           add a test for changing streamheader which exposes a bug in
5604           multifdsink
5605
5606 2006-05-11  Michael Smith  <msmith@fluendo.com>
5607
5608         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5609         (gst_gnome_vfs_src_received_headers_callback):
5610         * ext/gnomevfs/gstgnomevfssrc.h:
5611           Don't set icy-caps unless we have a sane interval value. Move
5612           interval to a local variable; we never use it outside this function.
5613
5614 2006-05-11  Wim Taymans  <wim@fluendo.com>
5615
5616         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5617         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5618         Register special buffer types along with the objects so
5619         that they are not registered at runtime from N different
5620         streaming threads since they are not threadsafe.
5621
5622 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5623
5624         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5625         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5626           add two more tests, one doing streamheader
5627
5628 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5629
5630         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5631           clean up the bufqueue when shutting down
5632         * tests/check/Makefile.am:
5633         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5634         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5635         (main):
5636           add a test for the leak that was just fixed
5637
5638 2006-05-10  Wim Taymans  <wim@fluendo.com>
5639
5640         * gst/adder/gstadder.c: (gst_adder_setcaps),
5641         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5642         (gst_adder_src_event), (gst_adder_sink_event),
5643         (gst_adder_class_init), (gst_adder_finalize),
5644         (gst_adder_request_new_pad), (gst_adder_collected):
5645         * gst/adder/gstadder.h:
5646         Updated some docs. Added comments and FIXMEs all over the place.
5647         Improve debugging info.
5648         Fix leak on finalize by not calling the parent.
5649         Implement duration query.
5650         Make event forwarding threadsafe.
5651         Correctly send NEWSEGMENT at start and after flush.
5652         Handle EOS correctly.
5653         Post error when not negotiated.
5654
5655         * tests/check/elements/adder.c: (GST_START_TEST):
5656         Added FIXME in the test.
5657
5658 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5659
5660         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5661         (gst_text_overlay_halign_get_type),
5662         (gst_text_overlay_wrap_mode_get_type):
5663         * ext/theora/theoradec.c: (theora_handle_type_packet),
5664         (theora_handle_data_packet):
5665         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5666         (theora_enc_sink_setcaps), (theora_enc_chain):
5667         * gst-libs/gst/cdda/gstcddabasesrc.c:
5668         (gst_cdda_base_src_mode_get_type):
5669         * gst/audiotestsrc/gstaudiotestsrc.c:
5670         (gst_audiostestsrc_wave_get_type):
5671         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5672         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5673         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5674         (gst_sync_method_get_type), (gst_unit_type_get_type),
5675         (gst_client_status_get_type):
5676         * gst/videoscale/gstvideoscale.c:
5677         (gst_video_scale_method_get_type):
5678         * gst/videotestsrc/gstvideotestsrc.c:
5679         (gst_video_test_src_pattern_get_type):
5680         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5681         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5682         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5683         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5684         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5685         (paint_setup_RGB565), (paint_setup_xRGB1555):
5686           Const-ify GEnumValue and GFlagsValue arrays. Use
5687           GST_ROUND_UP_* macros instead of home-made ones.
5688
5689 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5690
5691         * configure.ac:
5692           Require core CVS for the new newsegment stuff.
5693
5694 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5695
5696         Patch by: Sjoerd Simons  <sjoerd at luon net>
5697
5698         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5699           Register nick for enum value (#341160).
5700
5701 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5702
5703         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5704         (plugin_init):
5705          backout typefind patch #340375
5706          
5707         * tests/check/elements/adder.c: (message_received),
5708         (GST_START_TEST), (adder_suite):
5709           redo, signal-handling of test
5710
5711 2006-05-09  Wim Taymans  <wim@fluendo.com>
5712
5713         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5714         (gst_adder_collected):
5715         * gst/adder/gstadder.h:
5716         Remove bogus segment merging and forwarding, we don't
5717         care about timestamps anyway and we just produce a
5718         continuous stream. 
5719         Also create a nice NEWSEGMENT event when we start.
5720         Use _scale_int some more.
5721
5722 2006-05-09  Edward Hervey  <edward@fluendo.com>
5723
5724         * tests/icles/stress-xoverlay.c:
5725         Fix if core was built without parsing support.
5726
5727 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5728
5729         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5730           Add SEDG (Samsung MPEG-4) fourcc.
5731
5732 2006-05-09  Edward Hervey  <edward@fluendo.com>
5733
5734         * tests/icles/stress-xoverlay.c:
5735         * tests/examples/volume/volume.c:
5736         Fix if core was built without parsing support.
5737
5738         * tests/examples/seek/seek.c:
5739         Disable the parse_launch example if core was built without parsing
5740         support.
5741
5742 2006-05-08  Edward Hervey  <edward@fluendo.com>
5743
5744         * autogen.sh: (CONFIGURE_DEF_OPT): 
5745         libtoolize on Darwin/MacOSX is called glibtoolize
5746
5747 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5748
5749         * tests/check/Makefile.am:
5750         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5751           Disable the adder test, until the build-slaves posses the kindness to 
5752           either like it or to give valid reason for not doing so 
5753
5754 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5755
5756         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5757         (adder_suite):
5758           Shuffle NULL state change around and raise timeout more
5759
5760 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5761
5762         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5763         (mp4_type_find), (plugin_init):
5764           Add typefind to distinguish between "audio/x-m4a" and new type
5765           "video/mp4". Fixes #340375
5766
5767         * tests/check/elements/adder.c: (adder_suite):
5768           Raise timeout to make buildbot happy
5769
5770 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5771
5772         * gst/adder/gstadder.c: (gst_adder_sink_event),
5773         (gst_adder_request_new_pad), (gst_adder_change_state):
5774         * gst/adder/gstadder.h:
5775         * tests/check/Makefile.am:
5776         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5777         (adder_suite), (main):
5778           Add sink-event handling to adder. It tries to merge incomming
5779           newsegment-events. Added test to check if segment_done is comming
5780           through. Fixes #340060
5781
5782 2006-05-05  Andy Wingo  <wingo@pobox.com>
5783
5784         * ext/theora/theoraparse.c (gst_theora_parse_init)
5785         (theora_parse_src_convert, theora_parse_src_query):
5786         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5787         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5788         query functions on the source pads of the theora and vorbis parse
5789         elements. Fixes position querying when doing a remux.
5790
5791 2006-05-05  Michael Smith  <msmith@fluendo.com>
5792
5793         * ext/theora/theoraparse.c: (parse_granulepos),
5794         (theora_parse_drain_queue_prematurely),
5795         (theora_parse_queue_buffer), (theora_parse_sink_event):
5796           Fix flushing.
5797           Fix invalid granulepos outputs when starting with a non-keyframe.
5798
5799 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5800
5801         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5802         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5803         Rearrange MPEG system stream detection, fixing some memleaks in the
5804         process.
5805         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5806         they clean up their data correctly.
5807         Remove unused ogganx caps and move the 'is_annodex' check to inside
5808         the 'is_ogg' if statement.
5809
5810 2006-05-05  Wim Taymans  <wim@fluendo.com>
5811
5812         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5813         Properly remove ghostpads. Fixes #340392
5814
5815 2006-05-04  David Schleef  <ds@schleef.org>
5816
5817         * gst/typefind/gsttypefindfunctions.c:
5818
5819 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5820
5821         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5822         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5823
5824         When typefinding an MP3 in push-based mode, don't penalise the
5825         probability down to 74% when we found 5 valid frames just because we
5826         can't peek the end of the file.
5827
5828         Make the probability for detecting MPEG Transport Streams based on the
5829         number of sequential headers we successfully detected.
5830
5831 2006-05-03  Wim Taymans  <wim@fluendo.com>
5832
5833         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5834         (vorbis_dec_push), (vorbis_dec_chain):
5835         Still produce an error when we receive an empty packet.
5836
5837 2006-05-03  Wim Taymans  <wim@fluendo.com>
5838
5839         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5840         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5841         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5842         Mark buffers with DISCONT after seek and after activating new
5843         chains.
5844
5845         * ext/theora/gsttheoradec.h:
5846         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5847         (theora_get_query_types), (theora_dec_sink_event),
5848         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5849         (theora_dec_change_state):
5850         Fix frame counter.
5851         Detect and mark DISCONT buffers.
5852
5853         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5854         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5855         (vorbis_dec_change_state):
5856         * ext/vorbis/vorbisdec.h:
5857         Use GstSegment.
5858         Detect and mark DISCONT buffers.
5859         Don't crash on 0 sized buffers.
5860
5861 2006-05-03  Wim Taymans  <wim@fluendo.com>
5862
5863         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5864         (volume_transform_ip):
5865         Increase "volume" property to 10.0. Fixes #340369.
5866         Set the process function to NULL when capsnego fails so that
5867         we properly error out.
5868
5869 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
5870
5871         * gst/playback/gstplaybin.c: (add_sink):
5872         * gst/playback/test.c: (main):
5873         * gst/playback/test5.c: (dump_element_stats):
5874         * gst/playback/test6.c: (main):
5875           free caps using gst_caps_unref, don't leak caps-strings
5876
5877 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
5878
5879         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5880         (plugin_init):
5881           Refine musepack typefinding a bit. Return MAXIMUM
5882           probability when we detect stream version 7 to make
5883           sure the mpeg audio typefinder doesn't trump us.
5884
5885 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
5886
5887         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5888           Protect against unexpected NULL strf_data buffer.
5889
5890 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5891
5892         * tests/check/elements/audioconvert.c: (verify_convert),
5893         (GST_START_TEST):
5894           interpret the out[] buffer in the order the bytes are actually
5895           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5896           Other tests should use BYTE_ORDER since the array is filled in
5897           with actual values
5898
5899 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5900
5901         * tests/check/elements/audioconvert.c: (verify_convert),
5902         (GST_START_TEST):
5903           when a test fails, give an indication of which it is
5904
5905 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5906
5907         * gst-libs/gst/cdda/gstcddabasesrc.c:
5908           compile fix; strtol() needs <stdlib.h>
5909
5910 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5911
5912         * ext/alsa/gstalsamixerelement.c:
5913         * ext/alsa/gstalsasrc.c:
5914         * ext/cdparanoia/gstcdparanoiasrc.c:
5915         * ext/gnomevfs/gstgnomevfssink.c:
5916         * ext/gnomevfs/gstgnomevfssrc.c:
5917         * ext/ogg/gstoggdemux.c:
5918         * ext/ogg/gstoggmux.c:
5919         * ext/ogg/gstoggparse.c:
5920         * ext/ogg/gstogmparse.c:
5921         * ext/pango/gstclockoverlay.c:
5922         * ext/pango/gsttextoverlay.c:
5923         * ext/pango/gsttextrender.c:
5924         * ext/pango/gsttimeoverlay.c:
5925         * ext/theora/theoradec.c:
5926         * ext/theora/theoraenc.c:
5927         * ext/vorbis/vorbisdec.c:
5928         * ext/vorbis/vorbisenc.c:
5929         * gst-libs/gst/audio/gstaudiofilter.c:
5930         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5931         * gst/audioconvert/gstaudioconvert.c:
5932         * gst/audiorate/gstaudiorate.c:
5933         * gst/audioresample/gstaudioresample.c:
5934         * gst/audiotestsrc/gstaudiotestsrc.c:
5935         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5936         * gst/playback/gstdecodebin.c:
5937         * gst/playback/gstplaybin.c:
5938         * gst/playback/gststreamselector.c:
5939         * gst/subparse/gstsubparse.c:
5940         * gst/tcp/gstmultifdsink.c:
5941         * gst/tcp/gsttcpclientsink.c:
5942         * gst/tcp/gsttcpclientsrc.c:
5943         * gst/tcp/gsttcpserversink.c:
5944         * gst/tcp/gsttcpserversrc.c:
5945         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5946         * gst/videorate/gstvideorate.c:
5947         * gst/videoscale/gstvideoscale.c:
5948         * gst/videotestsrc/gstvideotestsrc.c:
5949         * gst/volume/gstvolume.c:
5950         * sys/v4l/gstv4ljpegsrc.c:
5951         * sys/v4l/gstv4lmjpegsink.c:
5952         * sys/v4l/gstv4lmjpegsrc.c:
5953         * sys/v4l/gstv4lsrc.c:
5954         * sys/ximage/ximagesink.c:
5955         * sys/xvimage/xvimagesink.c:
5956         * tests/check/libs/cddabasesrc.c:
5957           make GstElementDetails const
5958
5959 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5960
5961         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
5962         (gst_adder_init):
5963           send events from src-pad to all sink-pads fixes #338657
5964
5965 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5966
5967         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
5968         (alsasink_parse_spec):
5969           query width capabilities from alsa, fixes #338919
5970
5971 2006-04-28  Wim Taymans  <wim@fluendo.com>
5972
5973         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5974         (gst_multi_fd_sink_remove_client_link):
5975         * gst/tcp/gstmultifdsink.h:
5976         Fix race condition in multifdsink that can lead to spurious 
5977         duplicate clients. this patch adds a new signal that is fired when
5978         multifdsink has removed all references to the fd.
5979         Fixes #339574.
5980         Updated documentation.
5981         API: client-fd-removed signal added
5982
5983 2006-04-28  Michael Smith  <msmith@fluendo.com>
5984
5985         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
5986           When asking g_value_array_new to prealloc elements, we may as well
5987           ask for the right number of elements.
5988
5989 2006-04-28  Wim Taymans  <wim@fluendo.com>
5990
5991         * gst-libs/gst/audio/gstbaseaudiosink.c:
5992         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
5993         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5994         patch to make timestamp checking more tollerant to rounding 
5995         errors given that real discontinuities are to be marked on
5996         buffers. Fixes some asf files and #338778.
5997         Also avoid some crashers when we receive an event in the 
5998         NULL state.
5999
6000 2006-04-28  Michael Smith  <msmith@fluendo.com>
6001
6002         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6003         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6004         (gst_gnome_vfs_src_get_property),
6005         (gst_gnome_vfs_src_send_additional_headers_callback),
6006         (gst_gnome_vfs_src_received_headers_callback),
6007         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6008         (gst_gnome_vfs_src_stop):
6009         * ext/gnomevfs/gstgnomevfssrc.h:
6010           Remove ICY handling (mostly) from gnomevfssrc, in favour of
6011           proper shared support within icydemux.
6012
6013 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6014
6015         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6016         (gst_video_rate_swap_prev), (gst_video_rate_chain):
6017           fix up docs
6018           fix a leak when no caps negotiated
6019           fix counting of input frames
6020         * tests/check/elements/.cvsignore:
6021         * tests/check/elements/videorate.c: (assert_videorate_stats),
6022         (GST_START_TEST), (videorate_suite):
6023           add tests for these
6024
6025 2006-04-28  Wim Taymans  <wim@fluendo.com>
6026
6027         * gst-libs/gst/audio/gstringbuffer.c:
6028         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6029         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6030         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6031         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6032         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6033         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6034         (gst_ring_buffer_commit), (gst_ring_buffer_read),
6035         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6036         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6037         Check arguments passed to public functions instead of
6038         crashing.
6039
6040 2006-04-28  Wim Taymans  <wim@fluendo.com>
6041
6042         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6043         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6044         GstBaseAudioSrc must be live or it does not work.
6045
6046         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6047         Don't set live to TRUE as this is the default in the parentclass.
6048
6049 2006-04-28  Wim Taymans  <wim@fluendo.com>
6050
6051         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6052         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6053         Videoscale doesn't pass on pixel-aspect ratio. Handle all
6054         fixation cases better. Fixes #338991
6055
6056 2006-04-28  Wim Taymans  <wim@fluendo.com>
6057
6058         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6059         Handle 0/1 framerate correctly Fixes #331901.
6060
6061 2006-04-28  Wim Taymans  <wim@fluendo.com>
6062
6063         * tests/check/elements/audioconvert.c: (get_float_caps),
6064         (GST_START_TEST), (audioconvert_suite):
6065         Added check for correct clipping when doing float samples
6066         in audioconvert.
6067
6068 2006-04-28  Wim Taymans  <wim@fluendo.com>
6069
6070         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6071         (gst_video_rate_chain):
6072         Print more debugging info.
6073
6074 2006-04-28  Wim Taymans  <wim@fluendo.com>
6075
6076         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6077         (resample_set_state_from_caps):
6078         Add support for other formats audioresample can handle such as
6079         32 bits in and float and 64 bits float. Fixes #301759
6080
6081 2006-04-28  Wim Taymans  <wim@fluendo.com>
6082
6083         * gst/audioconvert/audioconvert.c: (float):
6084         correctly clip float samples > 1.0. Fixes #338718
6085
6086 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6087
6088         Patch by: Young-Ho Cha  <ganadist at chollian net>
6089
6090         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6091         (gst_text_overlay_render_text):
6092           Don't strip newlines from the text. Also, center lines
6093           within multi-line paragraphs (#339405).
6094
6095 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6096
6097         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6098           Fix wavpack typefinding to work in more cases (don't peek
6099           for chunks of multiple hundred kBs at once, but process
6100           things step-by-step in smaller units). Fixes #339786.
6101
6102 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6103
6104         * configure.ac:
6105           back to HEAD
6106
6107 === release 0.10.6 ===
6108
6109 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
6110
6111         * configure.ac:
6112           releasing 0.10.6, "Chao"
6113
6114 2006-04-26  David Schleef  <ds@schleef.org>
6115
6116         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6117           Fixes #338897.
6118
6119 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6120
6121         * configure.ac:
6122         * win32/common/config.h:
6123           new prerelease
6124
6125 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6126
6127         patch by: Wim Taymans
6128
6129         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6130         (gst_ogg_demux_perform_seek):
6131           make sure correct newsegments are sent, so that the decoder
6132           and the demuxer agree on timestamps.  Fixes playback of a lot
6133           of Ogg files that do not start from 0.  Fixes #339833.
6134
6135 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6136
6137         Patch by: Edward Hervey  <edward@fluendo.com>
6138
6139         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6140         * tests/check/Makefile.am:
6141         * tests/check/elements/videorate.c: (assert_videorate_stats),
6142         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6143         (videorate_suite), (main):
6144           Fix an infinite loop if frames are passed in with wrongly ordered
6145           timestamps.  Fixes #339013.
6146
6147 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6148
6149         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6150
6151         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6152           fix typefinding on some ISO files.  Fixes #339212.
6153
6154 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6155
6156         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6157
6158         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6159           add another H264 fourcc.  Fixes #339047.
6160
6161 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6162
6163         Patch by: Jan Schmidt
6164
6165         * gst/playback/gststreamselector.c:
6166         (gst_stream_selector_bufferalloc):
6167           Restore old StreamSelector behaviour.
6168           Fixes #338419.
6169
6170 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6171
6172         * configure.ac:
6173         * win32/common/config.h:
6174           prerelease
6175
6176 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6177
6178         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6179
6180         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6181         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6182           Fix some memory leaks: on finalize, free buffers left in the queue
6183           before destroying the queue; in _push(), unref rtp_buf even if
6184           the process vfunc returned a NULL buffer as output buffer (#337548);
6185           demote some recuring debug messages to LOG level.
6186
6187 2006-04-11  Wim Taymans  <wim@fluendo.com>
6188
6189         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6190         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6191         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6192         (gst_ogg_demux_loop):
6193         More cleanups.
6194         Respect segment stop when emiting EOS or SEGMENT_DONE.
6195         Fixes (#337945).
6196
6197 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6198
6199         * gst/playback/gststreamselector.c:
6200         (gst_stream_selector_get_property):
6201           Don't leak pad name.
6202
6203 2006-04-10  Michael Smith  <msmith@fluendo.com>
6204
6205         * tests/check/Makefile.am:
6206         * tests/check/gst-plugins-base.supp:
6207           Suppress an old libtheora bug (fixed in more recent versions), so 
6208           that FC4 buildslaves can pass.
6209
6210 2006-04-10  Wim Taymans  <wim@fluendo.com>
6211
6212         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6213         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6214         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6215         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6216         (gst_ogg_demux_loop):
6217         Don't leak events.
6218         Remember what error we got when finding chains, if we
6219         were shutdown, that would not be an error.
6220
6221 2006-04-10  Wim Taymans  <wim@fluendo.com>
6222
6223         * gst-libs/gst/audio/gstbaseaudiosink.c:
6224         (gst_base_audio_sink_event):
6225         Starting the ringbuffer when we did not acquire it can cause
6226         a deadlock, is pointless and causes nasty things for
6227         subclasses. 
6228         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6229
6230 2006-04-10  Wim Taymans  <wim@fluendo.com>
6231
6232         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6233         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6234         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6235         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6236         (gst_ogg_demux_deactivate_current_chain),
6237         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6238         (gst_ogg_demux_bisect_forward_serialno),
6239         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6240         Add some more debugging.
6241
6242 2006-04-10  Wim Taymans  <wim@fluendo.com>
6243
6244         * ext/theora/theoradec.c: (theora_dec_src_event),
6245         (theora_handle_data_packet):
6246         Some more debug info.
6247
6248         * tests/examples/seek/seek.c: (start_seek), (main):
6249         Print element messages too.
6250
6251 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6252
6253         * gst/audioresample/debug.h:
6254           replace debug macros with variable number of parameters
6255           by a simple alias to gstreamer standard debug macros 
6256          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6257           supported by MSVC 6.0 and 7.1)
6258         * gst/audioresample/resample.h:
6259           define M_PI and rint for WIN32
6260         * win32/common/libgstaudio.def:
6261         * win32/common/libgstriff.def:
6262         * win32/common/libgsttag.def:
6263         * win32/common/libgstvideo.def:
6264           add new exported functions
6265         * win32/vs6:
6266           update project files
6267
6268 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6269
6270         * ext/alsa/gstalsamixeroptions.c:
6271         (gst_alsa_mixer_options_class_init):
6272         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6273         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6274         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6275         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6276         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6277         * gst-libs/gst/audio/gstaudiofilter.c:
6278         (gst_audio_filter_class_init):
6279         * gst-libs/gst/audio/gstaudiosink.c:
6280         (gst_audioringbuffer_class_init):
6281         * gst-libs/gst/audio/gstaudiosrc.c:
6282         (gst_audioringbuffer_class_init):
6283         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6284         * gst-libs/gst/interfaces/colorbalancechannel.c:
6285         (gst_color_balance_channel_class_init):
6286         * gst-libs/gst/interfaces/mixeroptions.c:
6287         (gst_mixer_options_class_init):
6288         * gst-libs/gst/interfaces/mixertrack.c:
6289         (gst_mixer_track_class_init):
6290         * gst-libs/gst/interfaces/tunerchannel.c:
6291         (gst_tuner_channel_class_init):
6292         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6293         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6294         (gst_netbuffer_class_init):
6295         * gst-libs/gst/rtp/gstbasertppayload.c:
6296         (gst_basertppayload_class_init):
6297         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6298         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6299         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6300         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6301         * gst/playback/gststreamselector.c:
6302         (gst_stream_selector_class_init):
6303         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6304         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6305         * sys/v4l/gstv4lcolorbalance.c:
6306         (gst_v4l_color_balance_channel_class_init):
6307         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6308         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6309         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6310         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6311         (gst_v4l_tuner_norm_class_init):
6312         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6313         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6314         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6315         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6316
6317 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6318
6319         * ext/pango/gsttextrender.h:
6320         * gst-libs/gst/audio/gstaudiosink.h:
6321         * gst-libs/gst/audio/gstaudiosrc.h:
6322         * gst-libs/gst/audio/gstbaseaudiosink.h:
6323         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6324         * gst-libs/gst/audio/gstringbuffer.h:
6325         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6326         * gst-libs/gst/rtp/gstbasertppayload.h:
6327         * gst-libs/gst/video/gstvideofilter.h:
6328         * gst-libs/gst/video/gstvideosink.h:
6329         * gst/playback/gstplaybasebin.h:
6330         * gst/tcp/gstmultifdsink.h:
6331         * sys/v4l/gstv4lelement.h:
6332         Fix broken GObject macros
6333
6334 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6335
6336         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6337         More debug to trace why my USB headset is not working with gst
6338
6339 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6340
6341         * gst/playback/gstplaybasebin.c: (group_destroy):
6342         Clean up our group elements properly in the case where it never 
6343         got committed - it still got added unconditionally to the bin.
6344
6345 2006-04-07  Wim Taymans  <wim@fluendo.com>
6346
6347         * ext/theora/theoradec.c: (theora_dec_sink_event),
6348         (theora_handle_data_packet), (theora_dec_chain):
6349         Unref unhandled events.
6350         Protect against empty buffers.
6351         Perform QoS on running time.
6352
6353 2006-04-07  Michael Smith  <msmith@fluendo.com>
6354
6355         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6356         (gst_vorbis_enc_chain):
6357           Remove leaks from vorbisenc.
6358           Mostly minor changes, the only significant one is that now the
6359           buffers we set as 'streamheader' on the caps are copies of the
6360           original buffers, to avoid circular refcounting problems.
6361
6362 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6363
6364         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6365           Don't remove our mute-probe if someone else already did so.
6366           Don't set a 2nd one if there is already one pending on the pad.
6367
6368         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6369         (do_playbin_seek):
6370           When a seek fails, ensure that playbin is still set back to playing.
6371           
6372         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6373         (mpeg_ts_type_find), (plugin_init):
6374           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6375
6376 2006-04-06  Andy Wingo  <wingo@pobox.com>
6377
6378         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6379         (gst_video_rate_init): Caps-related parameters should not be reset
6380         by a flush -- move their inits to the instance init function.
6381         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6382         is not OK, just return the result.
6383
6384         * gst/audiotestsrc/gstaudiotestsrc.c
6385         (gst_audio_test_src_class_init)
6386         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6387         broken by Stefan's commit on 24 March.
6388
6389         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6390         buffers being pushed out. Fixes oggmux ! multifdsink.
6391
6392 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6393
6394         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6395         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6396         * ext/vorbis/vorbisdec.h:
6397         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6398         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6399         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6400         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6401         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6402         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6403         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6404         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6405         (gst_vorbis_enc_buffer_from_packet),
6406         (gst_vorbis_enc_buffer_from_header_packet),
6407         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6408         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6409         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6410         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6411         (gst_vorbis_enc_change_state):
6412         * ext/vorbis/vorbisenc.h:
6413           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6414           vorbisenc adhere to the official nomenclature; use boilerplate
6415           macro.
6416
6417 2006-04-04  Andy Wingo  <wingo@pobox.com>
6418
6419         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6420         Whoops, fix bug introduced. Bad hacker!
6421         
6422         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6423         Properly handle the case where you get EOS before any buffers are
6424         received. Use gst_buffer_make_metadata_writable where appropriate.
6425
6426         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6427         is often negative -- make it signed so as not to wrap around.
6428         Fixes segfaults introduced on 9 March.
6429
6430 2006-04-03  Wim Taymans  <wim@fluendo.com>
6431
6432         * ext/theora/gsttheoradec.h:
6433         * ext/theora/theoradec.c: (theora_dec_src_event):
6434         Don't try to store a gdouble in a gboolean.
6435         Small cleanups.
6436
6437 2006-04-03  Michael Smith  <msmith@fluendo.com>
6438
6439         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6440           Oggmux sucks.
6441           Make it suck slightly less by writing out the final page.
6442           Still can't encode a vorbis-in-ogg file correctly, though.
6443
6444 2006-04-03  Andy Wingo  <wingo@pobox.com>
6445
6446         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6447         a g_print.
6448
6449         * ext/theora/theora.c (plugin_init): Register theoraparse.
6450
6451         * ext/theora/gsttheoraparse.h: 
6452         * ext/theora/theoraparse.c: New files implementing a theora
6453         parser. Now we can properly remux ogg/theora+vorbis, yay.
6454
6455         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6456
6457 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6458
6459         * gst/audiotestsrc/gstaudiotestsrc.c:
6460           Fixed the sample pipeline (see #323798)
6461
6462 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6463
6464         * configure.ac:
6465         * win32/common/config.h:
6466         * win32/common/config.h.in:
6467           use AS_VERSION and AS_NANO
6468           more cleanups
6469
6470 2006-03-31  Andy Wingo  <wingo@pobox.com>
6471
6472         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6473         uninitialized variable return that would happen.
6474         
6475         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6476         uninitialized variable return that would never happen.
6477
6478         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6479         (vorbis_parse_sink_event): Add an event function to flush our
6480         state on a seek, and to drain buffers on a premature EOS.
6481         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6482         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6483         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6484         (vorbis_parse_drain_queue): Queue up buffers until we can set
6485         their timestamps and granulepos values.
6486
6487         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6488         and keep track of data needed for deriving granulepos and
6489         timestamps for buffers.
6490
6491 2006-03-29  Wim Taymans  <wim@fluendo.com>
6492
6493         Patch by: j^ <j at bootlab dot org>
6494
6495         * ext/alsa/gstalsamixerelement.c:
6496         (gst_alsa_mixer_element_class_init):
6497         * ext/alsa/gstalsasink.c:
6498         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6499         * ext/ogg/gstoggdemux.c:
6500         * ext/ogg/gstoggmux.c:
6501         * ext/ogg/gstoggparse.c:
6502         * ext/pango/gstclockoverlay.c:
6503         * ext/pango/gsttextoverlay.c:
6504         * ext/pango/gsttextrender.c:
6505         * ext/pango/gsttimeoverlay.c:
6506         * ext/theora/theoradec.c:
6507         * ext/theora/theoraenc.c:
6508         * ext/vorbis/vorbisdec.c:
6509         * ext/vorbis/vorbisenc.c:
6510         * gst/audioconvert/gstaudioconvert.c:
6511         * gst/subparse/gstsubparse.c:
6512         * gst/tcp/gstmultifdsink.c:
6513         * gst/tcp/gsttcpclientsink.c:
6514         * gst/tcp/gsttcpclientsrc.c:
6515         * gst/tcp/gsttcpserversink.c:
6516         * gst/tcp/gsttcpserversrc.c:
6517           better/unified long descriptions
6518           Fixes #336477
6519
6520 2006-03-29  Wim Taymans  <wim@fluendo.com>
6521
6522         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6523         (stop_seek):
6524         Don't let double and triple clicks mess up our state.
6525
6526 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6527
6528         * gst/playback/gstplaybin.c: (gen_video_element),
6529         (gen_text_element), (gen_audio_element), (gen_vis_element):
6530           Error out gracefully when we can't create any of the usual
6531           conversion elements for some reason. Also, don't try to
6532           create an audioscale (sic) element that's not used anyway.
6533
6534 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6535
6536         * gst/playback/gstplaybasebin.c: (setup_source):
6537           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6538           element for a particular protocol, that's confusing for users.
6539           Instead, post a RESOURCE_FAILED error, so that our own error
6540           message is actually shown in totem etc. (#336303).
6541
6542 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6543
6544         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6545
6546         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6547         (gst_gnome_vfs_src_get_icy_metadata):
6548           Fix some minor memory leaks (#336194).
6549
6550 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6551
6552         * ext/gnomevfs/gstgnomevfs.c:
6553         (gst_gnome_vfs_location_to_uri_string):
6554         * ext/gnomevfs/gstgnomevfs.h:
6555         * ext/gnomevfs/gstgnomevfssink.c:
6556         (gst_gnome_vfs_sink_set_property):
6557         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6558           Make gnomevfssink accept filenames as well as URIs for the
6559           "location" property, just like gnomevfssrc does (and
6560           filesrc/filesink do) (#336190).
6561
6562 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6563
6564         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6565           set to NULL before unreffing, fixes a valgrind leak.
6566           Why was this not triggering the error that an object needs to
6567           be NULL before unreffing ?
6568         * win32/common/config.h:
6569           update
6570
6571 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6572
6573         * gst/subparse/gstsubparse.c: (convert_encoding),
6574         (gst_sub_parse_change_state):
6575         * gst/subparse/gstsubparse.h:
6576           Text subtitle files may or may not be UTF-8. If it's not, we
6577           don't really want to see '?' characters in place of non-ASCII
6578           characters like accented characters. So let's assume the input
6579           is UTF-8 until we come across text that is clearly not. If it's
6580           not UTF-8, we don't really know what it is, so try the following:
6581           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6582           is set; if not, check (b) if the current locale encoding is
6583           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6584           the current locale encoding is UTF-8 and the environment variable
6585           was not set to any particular encoding. Not perfect, but better
6586           than nothing (and better than before, I think) (fixes #172848).
6587
6588 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6589
6590         * configure.ac:
6591           update core requirement to 0.10.4.1 because of async_playback
6592           vmethod on GstBaseSink
6593
6594 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6595
6596         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6597         * gst/adder/gstadder.c: (gst_adder_init):
6598         use DEBUG_FUNCPTR for collectpads
6599
6600 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6601
6602         * docs/plugins/Makefile.am:
6603         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6604         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6605         * ext/cdparanoia/gstcdparanoiasrc.c:
6606         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6607         (gst_gnome_vfs_sink_class_init):
6608         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6609         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6610         * ext/ogg/gstoggmux.c:
6611         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6612         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6613         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6614         * ext/pango/gsttextoverlay.c:
6615         * ext/pango/gsttextrender.c:
6616         * ext/theora/theoradec.c:
6617         * ext/theora/theoraenc.c:
6618         * ext/vorbis/vorbisdec.c:
6619         * ext/vorbis/vorbisenc.c:
6620         * gst-libs/gst/audio/gstaudiofilter.c:
6621         (gst_audio_filter_base_init):
6622         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6623         (gst_audio_filter_template_base_init):
6624         * gst/adder/gstadder.c: (gst_adder_get_type):
6625         * gst/adder/gstadder.h:
6626         * gst/audioconvert/gstaudioconvert.c:
6627         * gst/audiotestsrc/gstaudiotestsrc.c:
6628         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6629         (gst_audio_test_src_create):
6630         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6631         * gst/playback/gstdecodebin.c:
6632         * gst/playback/gstplaybin.c:
6633         * gst/playback/gststreamselector.c:
6634         (gst_stream_selector_base_init):
6635         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6636         * gst/volume/gstvolume.c:
6637         * sys/v4l/gstv4lmjpegsink.c:
6638         * sys/v4l/gstv4lmjpegsrc.c:
6639         * tests/check/libs/cddabasesrc.c:
6640         * tests/old/examples/gob/gst-identity2.gob:
6641           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6642           define GstElementDetails at the top
6643
6644 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6645
6646         * win32/common/libgstinterfaces.def:
6647         Add a lot of export functions for gst-python
6648         * win32/vs6/libgstinterfaces.dsp:
6649         Add a missing include folder in the project configuration
6650         
6651 2006-03-23  Wim Taymans  <wim@fluendo.com>
6652
6653         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6654         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6655         (gst_base_audio_src_change_state):
6656         Fix audio sources, forgot to make the ringbuffer
6657         startable...
6658
6659 2006-03-23  Wim Taymans  <wim@fluendo.com>
6660
6661         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6662         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6663         (gst_base_audio_src_change_state):
6664         unparent instead of unref the ringbuffer.
6665
6666 2006-03-23  Wim Taymans  <wim@fluendo.com>
6667
6668         * gst-libs/gst/audio/gstbaseaudiosink.c:
6669         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6670         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6671         Implement new async_play vmethod to start slaving and allow
6672         playback start in case of async PLAY state changes. 
6673
6674         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6675         Enable QoS with new method in base class.
6676
6677 2006-03-23  Wim Taymans  <wim@fluendo.com>
6678
6679         Patch by: Julien MOUTTE <julien at moutte dot net>
6680
6681         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6682         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6683         Partially handle 0 framerate, only EOS after the first frame
6684         is missing.
6685
6686 2006-03-23  Wim Taymans  <wim@fluendo.com>
6687
6688         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6689
6690         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6691         (gst_riff_create_video_template_caps):
6692         * gst/ffmpegcolorspace/avcodec.h:
6693         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6694         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6695         (gst_ffmpegcsp_avpicture_fill):
6696         * gst/ffmpegcolorspace/imgconvert.c:
6697         Patch for support of YVU9 AVI files (#334822)
6698
6699 2006-03-22  Edward Hervey  <edward@fluendo.com>
6700
6701         * docs/design/design-decodebin.txt:
6702         Added design document for new decodebin
6703         (Target Caps): text/x-pango-markup is also a default target caps.
6704
6705 2006-03-22  Wim Taymans  <wim@fluendo.com>
6706
6707         * gst-libs/gst/audio/gstbaseaudiosink.c:
6708         (gst_base_audio_sink_dispose):
6709         Since we _parent the ringbuffer, we also need to
6710         _unparent instead of a plain _unref.
6711
6712 2006-03-22  Wim Taymans  <wim@fluendo.com>
6713
6714         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6715         (stop_seek), (scrub_toggle_cb), (main):
6716         Add scrub checkbox.
6717
6718 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6719
6720         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6721         (gst_ogg_parse_chain):
6722           Fix very inefficient usage of linked lists (#335365).
6723
6724 2006-03-21  Edward Hervey  <edward@fluendo.com>
6725
6726         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6727         * gst/playback/gstplaybin.c: (handoff):
6728         * gst/playback/gststreamselector.c:
6729         (gst_stream_selector_set_property):
6730         gcc 4.1 unreferenced pointer fixes.
6731         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6732         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6733         gst_buffer_ref() now takes a GstBuffer*.
6734
6735 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6736
6737         * sys/xvimage/xvimagesink.c:
6738         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6739         by Jan Schmidt.
6740
6741 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6742
6743         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6744         (id3v1_type_find), (apetag_type_find), (plugin_init):
6745           Can't do tag preferences via probability, as tags would then
6746           lose against types that are recognised with MAXIMUM probability
6747           (like .wav); so let all tag typefinders return MAXIMUM themselves
6748           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6749           that we can prefer APE to ID3v1 (fixes #335028).
6750           
6751 2006-03-17  Wim Taymans  <wim@fluendo.com>
6752
6753         * gst-libs/gst/audio/gstbaseaudiosink.c:
6754         (gst_base_audio_sink_change_state):
6755         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6756         (gst_ring_buffer_may_start):
6757         * gst-libs/gst/audio/gstringbuffer.h:
6758         Only start playback if we are playing.
6759         should fix #330748.
6760
6761 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6762
6763         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6764         * win32/common/config.h:
6765           Revert accidental commits to these files.
6766
6767 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6768
6769         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6770
6771         * tests/Makefile.am:
6772           Don't try to build tests in tests/icles if we
6773           don't have X (#323852)
6774
6775 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6776
6777         * gst-libs/gst/tag/gstid3tag.c:
6778           Add TXXX frame identifiers for replaygain stuff as used
6779           by some taggers (see #323721).
6780
6781 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6782
6783         * gst/playback/gststreamselector.c:
6784         (gst_stream_selector_set_property),
6785         (gst_stream_selector_bufferalloc):
6786           Preserve the existing buggy streamselector behaviour by performing
6787           a fallback buffer allocation when downstream isn't linked yet.
6788           This should really be fixed in playbin by blocking pads until it's
6789           linked them.
6790           Also, use gst_pad_alloc_buffer instead of
6791           gst_pad_alloc_buffer_and_set.
6792
6793 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6794
6795         * gst-libs/gst/tag/gstid3tag.c:
6796           Don't crash on unknown ID3v2 TXXX frames.
6797           
6798 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6799
6800         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6801           Chain up to the parent finalize method.
6802           Add 32-bit sample size to the template caps.
6803
6804         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6805         (gst_riff_create_video_template_caps):
6806           Add the fourcc that the VMWare codec uses.
6807           
6808         * gst/playback/gststreamselector.c:
6809         (gst_stream_selector_set_property),
6810         (gst_stream_selector_bufferalloc),
6811         (gst_stream_selector_request_new_pad):
6812           For the active pad, forward buffer-alloc requests, otherwise
6813           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6814           having to memcpy every frame when used by playbin.
6815
6816         * gst/tcp/gstmultifdsink.c:
6817         (gst_multi_fd_sink_handle_client_write):
6818           Get negotiated caps from the sink pad, rather than the sink
6819           pad's peer.
6820
6821 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6822
6823         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6824         
6825         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6826           Don't forget to set src->callbacks_pushed to FALSE again when
6827           popping them, otherwise re-activation in a different mode won't
6828           work (#334620).
6829
6830 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6831
6832         Patch by: Sebastien Moutte  <sebastien moutte net>
6833
6834         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6835         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6836         (gst_ffmpeg_smpfmt_to_caps):
6837           Replace __VA_ARGS__ caps creation macros with varargs functions.
6838           Makes things compile on MSVC (#320765), looks nicer, and we can
6839           tell the compiler to check for the NULL terminator.
6840
6841 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6842
6843         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6844
6845         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6846           Make sure the buffer we copy into is really always big
6847           enough, this time for real (#333488).
6848           
6849 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6850
6851         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6852           Add support for 24bpp DIB (#305279).
6853
6854 2006-03-14  Wim Taymans  <wim@fluendo.com>
6855
6856         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6857         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6858         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6859         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6860         (gst_video_scale_init), (gst_video_scale_src_event):
6861         Re-enable QoS after the release.
6862         Rework videoscale to use the base class src_event handler.
6863
6864 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6865
6866         * configure.ac:
6867           back to CVS.
6868
6869 === release 0.10.5 ===
6870
6871 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
6872
6873         * configure.ac:
6874           releasing 0.10.5, "Net"
6875
6876 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
6877
6878         * docs/plugins/Makefile.am:
6879           Part of previous cdparanoiasrc docs fixes, forgot to commit.
6880           
6881 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6882
6883         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6884         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6885         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6886           Add cdparanoiasrc to docs.
6887
6888         * gst-libs/gst/cdda/gstcddabasesrc.c:
6889           More GstCddaBaseSrc docs.
6890
6891 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6892
6893         * docs/libs/gst-plugins-base-libs-sections.txt:
6894         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6895         * gst-libs/gst/tag/tag.h:
6896           API: libgsttag: new method gst_tag_from_id3_user_tag().
6897
6898 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6899
6900         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6901           NULL-terminate array of mpeg4 video file extensions.
6902           Fixes crash on PPC (#334226).
6903
6904 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6905
6906         * ext/gnomevfs/gstgnomevfssrc.c:
6907         (gst_gnome_vfs_src_check_get_range):
6908           gnome_vfs_uri_is_local() alone is not a good indicator
6909           whether we can operate in pull-mode with a specific URI,
6910           as it returns FALSE for file:// URIs that point to an
6911           NFS-mounted path. Be more conservative here: whitelist
6912           local files, blacklist http URIs and use the old
6913           mechanism for anything else (fixes #334216).
6914
6915 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6916
6917         * configure.ac:
6918           back to trunk
6919
6920 === release 0.10.4 ===
6921
6922 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
6923
6924         * configure.ac:
6925           releasing 0.10.4, "Power"
6926
6927 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
6928
6929         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6930         Disable max-lateness by setting it to -1 for now, so that 
6931         we can bed QoS stuff in thoroughly between now and the next
6932         release.
6933
6934 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
6935
6936         Patch by: Fabrizio Gennari
6937
6938         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6939           Make sure we don't read beyond the palette buffer in case of
6940           broken or manipulated files (#333488)
6941
6942 2006-03-10  Edward Hervey  <edward@fluendo.com>
6943
6944         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6945         Fix for variable not initialized.
6946
6947 2006-03-09  Wim Taymans  <wim@fluendo.com>
6948
6949         * ext/libvisual/visual.c: (gst_visual_get_type),
6950         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
6951         (gst_visual_chain):
6952         Small cleanups.
6953
6954         * ext/theora/gsttheoradec.h:
6955         * ext/theora/theoradec.c: (gst_theora_dec_init),
6956         (gst_theora_dec_reset), (_theora_granule_time),
6957         (theora_dec_src_convert), (theora_dec_sink_convert),
6958         (theora_dec_src_query), (theora_dec_src_event),
6959         (theora_dec_sink_event), (theora_handle_comment_packet),
6960         (theora_handle_header_packet), (theora_dec_push),
6961         (theora_handle_data_packet), (theora_dec_chain),
6962         (theora_dec_change_state):
6963         Add simple QoS.
6964
6965 2006-03-09  Wim Taymans  <wim@fluendo.com>
6966
6967         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6968         (audiocast_register_listener), (gst_gnome_vfs_src_start):
6969         Some cleanups.
6970
6971 2006-03-09  Wim Taymans  <wim@fluendo.com>
6972
6973         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6974         Don't try to activate NULL chains.
6975
6976 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6977
6978         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6979           Fix invalid memory access to region before peek'd data (#332964).
6980
6981 2006-03-09  Wim Taymans  <wim@fluendo.com>
6982
6983         Patch by: Christophe Fergeau
6984
6985         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
6986         * ext/pango/gsttextrender.c: (gst_text_render_init):
6987         * gst/adder/gstadder.c: (gst_adder_init):
6988         Don't leak padtemplates, closes #333510.
6989
6990 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6991
6992         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
6993           Fix invalid memory access: make sure string passed to
6994           regexec() is NUL-termianted.
6995
6996 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6997
6998         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6999         (mp3_type_find):
7000           Refactor mpeg/audio typefinding to make it more maintainable
7001           and easier to fine-tune. Make probing into middle of the file
7002           work properly (fixes #333900, also see #152688).
7003
7004 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7005
7006         * gst/typefind/gsttypefindfunctions.c:
7007         (utf8_type_find_have_valid_utf8_at_offset):
7008           Remove part from previous commit that was bogus:
7009           g_utf8_validate() does in fact not accept embedded
7010           zeroes, so we don't need to check for those (thanks
7011           to Mike for the hint).
7012
7013 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7014
7015         * gst/typefind/gsttypefindfunctions.c:
7016         (utf8_type_find_count_embedded_zeroes),
7017         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7018           Make plain/text typefinder more conservative: firstly, check
7019           for embedded zeroes, which are perfectly valid UTF-8 characters,
7020           but also a fairly good sign that something is not a plain text
7021           file; secondly, probe into the middle of the file if possible.
7022           If we can't probe into the middle, limit the probability value
7023           to be returned to TYPE_FIND_POSSIBLE (see #333900).
7024
7025 2006-03-08  Michael Smith  <msmith@fluendo.com>
7026
7027         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7028           Make typefind function name for mpeg4 video unique.
7029
7030 2006-03-08  Wim Taymans  <wim@fluendo.com>
7031
7032         * ext/libvisual/visual.c: (gst_visual_init),
7033         (gst_visual_clear_actors), (gst_visual_dispose),
7034         (gst_visual_reset), (gst_visual_src_setcaps),
7035         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7036         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7037         (gst_visual_chain), (gst_visual_change_state):
7038         Cleanups, post nice errors.
7039         Handle sink and src events.
7040         Implement simple QoS.
7041
7042         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7043         Use new basesink methods to configure max-lateness.
7044         Small doc update.
7045
7046         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7047         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7048         Debug statement cleanups.
7049
7050         * gst/volume/gstvolume.c: (gst_volume_class_init):
7051         Simple cleanup.
7052
7053 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7054
7055         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7056         (gst_text_overlay_init), (gst_text_overlay_set_property),
7057         (gst_text_overlay_get_property):
7058           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7059           as string type properties, but mark them deprecated. Add
7060           'halignment' and 'valignment' properties that use enums
7061           instead of strings.
7062
7063 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7064
7065         Patch by: Fabrizio Gennari
7066
7067         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7068           Allow palettes with less than 256 colours in AVI files
7069           (#333488)
7070
7071 2006-03-07  Julien MOUTTE  <julien@moutte.net>
7072
7073         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7074         (gst_text_overlay_video_event): Fix wrong EOS handling on text
7075         pad. We were releasing the queued text buffer when we should keep
7076         it until video pad gets EOS or discard the text buffer because it's
7077         too old. That was eating the last subtitle buffer. Add some more
7078         debug.
7079
7080 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7081
7082         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7083         (gst_text_overlay_video_chain):
7084           Fix invalid memory access (we can't access a buffer after it's been
7085           pushed downstream without taking a reference); fix memory leak (if
7086           there's no text to render, bail out before allocating stuff).
7087
7088 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7089
7090         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7091         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7092         * ext/pango/gsttextoverlay.h:
7093           If input is plain text, escape it before passing it to
7094           pango_layout_set_markup().
7095
7096 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7097
7098         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7099           Don't ignore flow return from gst_pad_push().
7100
7101 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7102
7103         Patch by: Fabrizio Gennari
7104
7105         * ext/libvisual/visual.c: (gst_visual_getcaps),
7106         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7107         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7108         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7109         (gst_vorbisenc_convert_sink):
7110         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7111         (gst_audio_duration_from_pad_buffer):
7112         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7113         (gst_audio_filter_chain):
7114         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7115         (gst_base_rtp_depayload_setcaps):
7116         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7117         (gst_video_get_size):
7118         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7119           Don't leak references returned by gst_pad_get_parent()
7120           (#333663)
7121
7122 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
7123
7124         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7125           change location param details
7126         * gst/volume/gstvolume.c: (plugin_init):
7127           correct plugin description
7128
7129 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7130
7131         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7132         (gst_gnome_vfs_src_check_get_range):
7133           Override GstBaseSrc::check_get_range() in order to avoid opening
7134           the resource just to check whether we can operate in pull-mode or
7135           not - we can predict that pretty well from the URI alone. Should
7136           fix problems with last.fm (#331690). (Requires latest core CVS).
7137
7138 2006-03-06  Wim Taymans  <wim@fluendo.com>
7139
7140         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7141         (gst_video_sink_class_init):
7142         Throw away frames that are later than 20 ms.
7143
7144 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7145
7146         Patch by: Fabrizio Gennari
7147
7148         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7149           Set depth on WMA caps (#333545)
7150
7151 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7152
7153         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7154         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7155           put Theora BOS pages before others.  This hardcodes
7156           the Ogg/Theora I profile, but hey.
7157
7158 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7159
7160         * ext/ogg/README:
7161           updated with some examples
7162         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7163         (granulepos_add), (theora_buffer_from_packet):
7164         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7165         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7166         (gst_vorbisenc_chain):
7167           implement strategy from ext/ogg/README
7168         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7169         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7170         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7171         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7172           Fix muxer so that oggz-validate is happy with all streams;
7173           except for no eos mark, and the BOS page ordering
7174         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7175         (check_buffer_granulepos):
7176         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7177           update tests to check for OFFSET being set as requested
7178           fixed type of granulepos, it's not a ClockTime
7179
7180 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7181
7182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7183         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7184         Check that the xvimage we are creating has a correct size
7185         before returning it. (#314897)
7186
7187 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7188
7189         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7190           Give id3 and ape tag typefinders a rank slightly higher
7191           than PRIMARY to ensure they're always run before any of
7192           the other typefinders (in particular wav and mp3) (#324186).
7193
7194 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7195
7196         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7197           Add support for '3IVD' fourcc (#333403).
7198
7199 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7200
7201         * configure.ac:
7202           Bump requirements to GStreamer CVS for the new error enum.
7203
7204         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7205           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7206           space left on the device (fixes #333352).
7207
7208 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7209
7210         * win32/vs6:
7211           add a project file for libgstvolume
7212           update the workspace
7213
7214 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7215
7216         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7217         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7218         (GST_START_TEST):
7219           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7220           Set IN_CAPS on header buffers
7221
7222 2006-03-02  Wim Taymans  <wim@fluendo.com>
7223
7224         * docs/plugins/Makefile.am:
7225         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7226         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7227         Add audioresample to docs.
7228
7229         * gst/audioconvert/gstaudioconvert.c:
7230         Add revision date.
7231
7232         * gst/audioresample/gstaudioresample.c:
7233         (gst_audioresample_base_init), (gst_audioresample_class_init),
7234         (gst_audioresample_init), (gst_audioresample_dispose),
7235         (audioresample_get_unit_size), (audioresample_transform_caps),
7236         (resample_set_state_from_caps), (audioresample_transform_size),
7237         (audioresample_set_caps), (audioresample_event),
7238         (audioresample_do_output), (audioresample_transform),
7239         (audioresample_pushthrough), (gst_audioresample_set_property),
7240         (gst_audioresample_get_property), (plugin_init):
7241         * gst/audioresample/gstaudioresample.h:
7242         Added docs.
7243         Small code cleanups.
7244
7245 2006-03-02  Wim Taymans  <wim@fluendo.com>
7246
7247         * docs/plugins/Makefile.am:
7248         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7249         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7250         Added videoscale to docs.
7251
7252         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7253         (gst_video_rate_swap_prev), (gst_video_rate_event),
7254         (gst_video_rate_chain):
7255         Fix typo in docs.
7256
7257         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7258         (gst_video_scale_init), (gst_video_scale_prepare_size),
7259         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7260         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7261         * gst/videoscale/gstvideoscale.h:
7262         Added docs, examples.
7263         Some code cleanups.
7264         Post errors instead of g_warning.
7265
7266 2006-03-02  Wim Taymans  <wim@fluendo.com>
7267
7268         * docs/libs/gst-plugins-base-libs-docs.sgml:
7269         * docs/libs/gst-plugins-base-libs-sections.txt:
7270         * docs/libs/gst-plugins-base-libs.types:
7271         * docs/plugins/Makefile.am:
7272         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7273         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7274         Added some more docs to libs and plugins.
7275
7276         * gst-libs/gst/audio/gstringbuffer.c:
7277         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7278         * gst-libs/gst/audio/gstringbuffer.h:
7279         Document ringbuffer some more.
7280
7281         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7282         (gst_video_rate_setcaps), (gst_video_rate_reset),
7283         (gst_video_rate_init), (gst_video_rate_flush_prev),
7284         (gst_video_rate_swap_prev), (gst_video_rate_event),
7285         (gst_video_rate_chain), (gst_video_rate_change_state):
7286         * gst/videorate/gstvideorate.h:
7287         Fix videorate to use segments.
7288         Make it work with 0/1 framerates (closes #331903)
7289         Handle EOS correctly.
7290         Added docs.
7291
7292 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7293
7294         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7295         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7296         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7297           In state change function, first chain up to parent class,
7298           then handle downwards state change stuff. Remove some
7299           commented out cruft from 0.8 code.
7300
7301 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7302
7303         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7304         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7305         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7306         (gst_ogm_parse_chain):
7307           Don't remove/re-add source pad if the new caps are the same as
7308           the old caps anyway (#333042). When removing source pad, don't
7309           unref it afterwards - we didn't ref it when adding. Sprinkle some
7310           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7311           after using gst_pad_get_parent(). Return downstream flow return
7312           value in chain function.
7313
7314 2006-03-02  Wim Taymans  <wim@fluendo.com>
7315
7316         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7317         * docs/plugins/gst-plugins-base-plugins.args:
7318         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7319         * docs/plugins/gst-plugins-base-plugins.interfaces:
7320         * docs/plugins/gst-plugins-base-plugins.signals:
7321         Fix hierarchy, added some more elements to the docs.
7322
7323         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7324         (gst_ffmpegcsp_get_type):
7325         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7326         Fix docs for ffmpegcolorspace.
7327
7328 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7329
7330         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7331         (apetag_type_find), (ape_type_find), (plugin_init):
7332           Some typefinding fine-tuning:
7333           - rank ID3/APE tags in order of preference via probabilities, so that
7334             ID3v2 > APEv2 > APEv1 > ID3v1.
7335           - three or four bytes don't really justify MAXIMUM probability,
7336             change those to 'very likely' (musepack and monkeysaudio).
7337
7338 2006-03-01  Wim Taymans  <wim@fluendo.com>
7339
7340         * docs/plugins/Makefile.am:
7341         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7342         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7343         * ext/alsa/gstalsamixer.c:
7344         * ext/alsa/gstalsamixer.h:
7345         * ext/alsa/gstalsamixerelement.c:
7346         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7347         * ext/alsa/gstalsamixerelement.h:
7348         * ext/alsa/gstalsasink.c:
7349         * ext/alsa/gstalsasink.h:
7350         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7351         (gst_alsasrc_init):
7352         * ext/alsa/gstalsasrc.h:
7353         Added alsa docs.
7354         Small code cleanups.
7355
7356 2006-03-01  Wim Taymans  <wim@fluendo.com>
7357
7358         * ext/theora/Makefile.am:
7359         Dist new header too,
7360
7361 2006-03-01  Wim Taymans  <wim@fluendo.com>
7362
7363         * docs/plugins/Makefile.am:
7364         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7365         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7366         * ext/gnomevfs/gstgnomevfssink.h:
7367         * ext/gnomevfs/gstgnomevfssrc.h:
7368         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7369         * ext/vorbis/vorbisdec.h:
7370         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7371         * ext/vorbis/vorbisenc.h:
7372         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7373         (vorbis_parse_chain), (vorbis_parse_change_state):
7374         * ext/vorbis/vorbisparse.h:
7375         * gst/audioconvert/gstaudioconvert.h:
7376         * gst/tcp/gsttcpserversink.h:
7377         * gst/videotestsrc/gstvideotestsrc.c:
7378         * gst/videotestsrc/gstvideotestsrc.h:
7379         * gst/volume/gstvolume.c:
7380         * gst/volume/gstvolume.h:
7381         Fix some more docs.
7382         Added docs for vorbisdec and vorbisparse.
7383         Fix vorbisparse.
7384
7385 2006-03-01  Wim Taymans  <wim@fluendo.com>
7386
7387         * docs/plugins/Makefile.am:
7388         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7389         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7390         * ext/pango/gstclockoverlay.h:
7391         * ext/pango/gsttextoverlay.h:
7392         * ext/pango/gsttextrender.h:
7393         * ext/pango/gsttimeoverlay.h:
7394         * ext/theora/gsttheoradec.h:
7395         * ext/theora/gsttheoraenc.h:
7396         * ext/theora/theoradec.c:
7397         * ext/theora/theoraenc.c:
7398         * gst/audioconvert/gstaudioconvert.h:
7399         * gst/audiotestsrc/gstaudiotestsrc.h:
7400         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7401         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7402         * gst/tcp/gstmultifdsink.h:
7403         Updated/added documentation.
7404
7405         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7406         (gst_text_overlay_halign_get_type),
7407         (gst_text_overlay_wrap_mode_get_type),
7408         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7409         (gst_text_overlay_init), (gst_text_overlay_set_property),
7410         (gst_text_overlay_get_property):
7411         Fix up properties to be enums instead of string to make bindings,
7412         introspection and automatic GUI creation possible.
7413         Add getters for the properties.
7414
7415 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7416
7417         * gst/audiotestsrc/gstaudiotestsrc.c:
7418           added defines of M_PI and M_PI_2
7419         * gst/ffmpegcolorspace/avcodec.h:
7420           removed #include "stdint.h" for win32 as _stdint.h is 
7421           autogenerated to win32/common
7422         * win32/common/libgstaudio.def:
7423         * win32/common/libgsttag.def:
7424           added some exports
7425         * win32/vs6:
7426           some project files bugs corrected
7427         * win32/vs7:
7428           project files are reset to the default vs7 configuration 
7429           (they link to msvcr71.dll using default optimizations)
7430           
7431 2006-02-28  Wim Taymans  <wim@fluendo.com>
7432
7433         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7434         Fix some docs.
7435
7436 2006-02-28  Edward Hervey  <edward@fluendo.com>
7437
7438         * ext/alsa/gstalsasrc.c:
7439         Set proper class on the ElementDetails:
7440         Source/Audio instead of Src/Audio/
7441
7442 2006-02-28  Edward Hervey  <edward@fluendo.com>
7443
7444         * gst/videoscale/vs_scanline.c:
7445         (vs_scanline_resample_nearest_RGBA):
7446         Revert optimization in videoscale. It should go in liboil and have
7447         an appropriate liboil function.
7448
7449 2006-02-28  Wim Taymans  <wim@fluendo.com>
7450
7451         * gst-libs/gst/audio/gstbaseaudiosink.c:
7452         (gst_base_audio_sink_provide_clock):
7453         Don't try to provide a clock in the NULL state.
7454
7455 2006-02-28  Wim Taymans  <wim@fluendo.com>
7456
7457         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7458         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7459         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7460         (gst_ogg_demux_deactivate_current_chain),
7461         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7462         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7463         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7464         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7465         Use GstSegment infrastructure to remove duplicated code
7466         and handle more seek cases correctly.
7467
7468 2006-02-28  Wim Taymans  <wim@fluendo.com>
7469
7470         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7471         (gst_ffmpegcsp_transform):
7472         Don't ignore return code from ffmpeg convert function.
7473
7474         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7475         Split out some long statements to ease debugging.
7476
7477 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7478
7479         * ext/libvisual/visual.c: (gst_visual_init),
7480         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7481         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7482         being able to renegotiate the size. Instead, use the negotiation
7483         algorithm from the goom plugin to pick an initial output caps. 
7484
7485         Also, allow theoretical libvisual plugins that might support non-GL 
7486         output even if they also do GL.
7487
7488 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7489
7490         * ext/libvisual/visual.c: (gst_visual_init),
7491         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7492         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7493         possible negotiation issues.
7494
7495 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7496
7497         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7498
7499 2006-02-24  Michael Smith  <msmith@fluendo.com>
7500
7501         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7502         (cmml_type_find), (plugin_init):
7503           Fix CMML type find function to not require a specific minor version
7504           of the CMML header.
7505
7506           Add an MPEG4 video elementary stream typefind function.
7507
7508 2006-02-04  Michael Smith  <msmith@fluendo.com>
7509
7510         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7511         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7512         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7513         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7514         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7515         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7516           Annodex support in ogg demuxer. Doesn't do very much without the
7517           other annodex patches (to come).
7518
7519 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7520
7521         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7522
7523         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7524           Pick up palette for MS video v1 (#327028)
7525
7526 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7527
7528         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7529         (gst_ffmpegcsp_caps_remove_format_info),
7530         (gst_ffmpegcsp_get_unit_size):
7531           The 'palette_data' field from incoming RGB caps shouldn't be
7532           proxied on outgoing YUV caps; also, restrict unit size
7533           adjustment in case of paletted data only to the unit that
7534           actually has a palette. Fixes #330711.
7535
7536 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7537
7538         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7539         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7540         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7541         (gst_ffmpegcsp_get_unit_size):
7542           Plug some memory leaks.
7543
7544 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7545
7546         * sys/ximage/Makefile.am:
7547         * sys/xvimage/Makefile.am:
7548           Add some _CFLAGS and _LIBS that seem to be missing
7549           and/or required for Cygwin (see #317048).
7550
7551 2006-02-22  Wim Taymans  <wim@fluendo.com>
7552
7553         * ext/alsa/gstalsasrc.c:
7554         Fix description as pointed out by caugier.
7555
7556 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7557
7558         Reviewed by : Edward Hervey  <edward@fluendo.com>
7559
7560         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7561         (qt_type_find):
7562         Better 3gp typefinding (#331526).
7563
7564 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7565
7566         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7567           Don't send EOS event here, the base class will send one for us.
7568
7569         * gst/playback/gstplaybasebin.c: (prepare_output):
7570           Subpictures without video stream aren't allowed either.
7571         
7572         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7573           Fix debug statement copy'n'paste-o.
7574
7575 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7576
7577         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7578           Fix issues with mixer keeping state when muting/unmuting
7579           and when changing the volume whilst muted (see #331763
7580           and #331765).
7581
7582 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7583
7584         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7585         (parse_subrip), (gst_sub_parse_format_autodetect):
7586           Set right caps given that we send escaped text. Also,
7587           honour <i></i>, <b></b> and <u></u> markers that can be found
7588           in .srt files (fixes #310202).
7589
7590 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7591
7592         * gst-libs/gst/audio/mixerutils.c:
7593         (element_factory_rank_compare_func):
7594           Make order in which elements are tried more determinable.
7595
7596 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7597
7598         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7599         (remove_element_chain), (cleanup_decodebin),
7600         (gst_decode_bin_change_state): Make decodebin reusable by
7601         fixing remove_element_chain first and then introduce a
7602         cleaner in state change to ->NULL. (Closes #331678)
7603
7604 2006-02-19  Wim Taymans  <wim@fluendo.com>
7605
7606         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7607         use 0666 mask when creating files so umask gets applied
7608         correctly. Fixes #331295.
7609
7610 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7611
7612         * gst/subparse/Makefile.am:
7613         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7614         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7615         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7616         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7617         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7618         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7619         * gst/subparse/gstssaparse.h:
7620         * gst/subparse/gstsubparse.c: (plugin_init):
7621           Add very basic parser for SSA subtitle streams (as often
7622           found in matroska files).
7623
7624 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7625
7626         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7627           That should be text/x-pango-markup, not text/x-pango-layout.
7628
7629 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7630
7631         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7632         Polishing.
7633
7634 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7635
7636         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7637         (gst_text_overlay_finalize), (gst_text_overlay_init),
7638         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7639         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7640         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7641         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7642         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7643         Fix state change deadlock.
7644
7645 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7646
7647         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7648         (gst_text_overlay_finalize), (gst_text_overlay_init),
7649         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7650         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7651         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7652         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7653         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7654         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7655         and subtitles files.
7656
7657 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7658
7659         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7660         should be considered as raw.
7661
7662 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7663
7664         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7665         (cb_probe):
7666         * gst/playback/gststreaminfo.h: Introduce language informations.
7667
7668 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7669
7670         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7671         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7672         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7673         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7674         Set shared memory segments to be deleted as soon as we have attached,
7675         that way they get cleaned up automatically if we crash.
7676
7677 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7678
7679         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7680         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7681         functions are called with lock held.
7682
7683 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7684
7685         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7686         (gst_text_overlay_finalize), (gst_text_overlay_init),
7687         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7688         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7689         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7690         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7691         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7692         (gst_text_overlay_change_state): Refactoring of textoverlay
7693         without collectpads. This now supports sparse subtitles coming
7694         from a demuxer instead of a sub file. Seeking is still broken 
7695         though. Need to discuss with wtay some more on how to handle
7696         seeking correctly.
7697         * ext/pango/gsttextoverlay.h:
7698         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7699         subtitles coming from the demuxer.
7700
7701 2006-02-17  Wim Taymans  <wim@fluendo.com>
7702
7703         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7704         (gst_vorbisenc_convert_sink):
7705         Use some more scaling functions.
7706
7707 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7708
7709         * ext/cdparanoia/gstcdparanoiasrc.c:
7710         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7711         (gst_cd_paranoia_paranoia_callback),
7712         (gst_cd_paranoia_src_signal_is_being_watched),
7713         (gst_cd_paranoia_src_read_sector):
7714         * ext/cdparanoia/gstcdparanoiasrc.h:
7715           Add back 'transport-error' and 'uncorrected-error' signals and
7716           make them actually be fired when bad stuff happens (#319340).
7717
7718 2006-02-17  Wim Taymans  <wim@fluendo.com>
7719
7720         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7721         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7722         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7723         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7724         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7725         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7726         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7727         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7728         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7729         (gst_ring_buffer_clear):
7730         Small cleanups.
7731         Added some G_LIKELY.
7732
7733 2006-02-17  Wim Taymans  <wim@fluendo.com>
7734
7735         * gst-libs/gst/audio/TODO:
7736         Update TODO
7737
7738         * gst-libs/gst/audio/gstbaseaudiosink.c:
7739         (gst_base_audio_sink_get_offset):
7740         When trying to play samples ASAP and we don't have a
7741         previous sample, try to play at position 0 instead of
7742         an invalid position.
7743
7744 2006-02-17  Wim Taymans  <wim@fluendo.com>
7745
7746         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7747         (gst_alsasink_reset):
7748         Also release lock when we get an error in _reset();
7749         fix an error message.
7750
7751 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7752
7753         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7754         (gst_alsasink_init), (get_channel_free_structure),
7755         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7756         (gst_alsasink_close):
7757         * ext/alsa/gstalsasink.h:
7758           Add support for more than 2 channels (#326720).
7759
7760 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7761
7762         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7763           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7764           with 4 or 6 channels, assume a default channel layout to make things
7765           work (not sure there's anything else we can do in those cases).
7766
7767 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7768
7769         * gst-libs/gst/audio/multichannel.c:
7770           Minor docs fix.
7771
7772         * gst-libs/gst/riff/Makefile.am:
7773         * gst-libs/gst/riff/riff-ids.h:
7774         * gst-libs/gst/riff/riff-media.c:
7775         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7776           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7777           channels and a channel layout map.
7778           
7779 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7780
7781         Reviewed by Edward Hervey  <edward@fluendo.com>
7782
7783         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7784         C-level optimization of the RGBA nearest neighbour function.
7785         Eventually this might end up in liboil with vectorized versions.
7786
7787 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7788
7789         * gst-libs/gst/audio/multichannel.c:
7790         (gst_audio_get_channel_positions):
7791           When we have more than 2 channels, but no channel layout is
7792           specified in the caps, return some default channel layout
7793           to the caller and warn about about a possibly buggy element
7794           (could be buggy filtercaps as well of course) (#317038).
7795
7796 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7797
7798         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7799           Add gst-libs/gst/cdda to list of lib search paths.
7800
7801 2006-02-15  Andy Wingo  <wingo@pobox.com>
7802
7803         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7804         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7805         to the Lord Jesus that I do not have to touch the ogg muxer ever
7806         again.
7807
7808 2006-02-15  Edward Hervey  <edward@fluendo.com>
7809
7810         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7811         quicktime movie files can also contain 'uuid' atoms.
7812
7813 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7814
7815         * gst/audioconvert/plugin.c: (plugin_init):
7816           Register the GstAudioChannelPosition enum type with the type
7817           system in the plugin_init function, so that it is known before
7818           any element actually makes use of multi-channel stuff. This is
7819           required for example if one wants to be able to deserialise/use
7820           a caps string with channel positions before any pipeline has
7821           been setup and started, like with gst-launch.
7822
7823 2006-02-14  Wim Taymans  <wim@fluendo.com>
7824
7825         * gst-libs/gst/audio/gstringbuffer.c:
7826         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7827         (gst_ring_buffer_samples_done), (wait_segment),
7828         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7829         Add some compiler G_(UN_)LIKELY help.
7830         SIGNAL the ringbuffer waiters when going to PAUSED as well to
7831         make sure they can exit their functions. Should fix #330748
7832
7833 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7834
7835         * Makefile.am:
7836         * configure.ac:
7837         * win32/MANIFEST:
7838         * win32/common/_stdint.h:
7839           Windows does not have long long; copy the generated _stdint.h
7840         * win32/common/interfaces-enumtypes.c:
7841         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7842         (gst_mixer_track_flags_get_type),
7843         (gst_tuner_channel_flags_get_type):
7844         * win32/common/multichannel-enumtypes.c:
7845         (gst_audio_channel_position_get_type):
7846           update
7847
7848 2006-02-13  Wim Taymans  <wim@fluendo.com>
7849
7850         * gst-libs/gst/audio/gstbaseaudiosink.c:
7851         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7852         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7853         Always sync on first sample we receive when starting.
7854
7855 2006-02-13  Wim Taymans  <wim@fluendo.com>
7856
7857         * gst/playback/gstplaybin.c: (gen_vis_element):
7858         Update vis bin docs.
7859         Move queue after tee so we don't queue video buffers but
7860         audio samples instead. Fixes problems where the video queue
7861         is filled and the audio queue empty.
7862
7863 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
7864
7865         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7866           No need to push an EOS event here, GstBaseSrc will do that for us
7867           when we return FLOW_UNEXPECTED.
7868           
7869 2006-02-12  Wim Taymans  <wim@fluendo.com>
7870
7871         * gst-libs/gst/audio/gstbaseaudiosink.c:
7872         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7873         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7874         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7875         Use scale functions when possible.
7876         Fix error messages.
7877         Free clockid when after waiting for EOS.
7878         Use G_(UN_)LIKLY when it makes sense.
7879         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7880
7881 2006-02-12  Edward Hervey  <edward@fluendo.com>
7882
7883         * gst/playback/gstplaybasebin.c: (prepare_output): 
7884         Remove stray semi-colon (fixes #330888).
7885
7886 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
7887
7888         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7890         Fix up the XShm call testing so that we catch errors, and don't
7891         cause new ones by attempting to detach from a segment we failed
7892         to attach to. Fixes #312439.
7893
7894 2006-02-10  Edward Hervey  <edward@fluendo.com>
7895
7896         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7897         Added flv file typefind (video/x-flv).
7898
7899 2006-02-10  Edward Hervey  <edward@fluendo.com>
7900
7901         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7902         (gst_riff_create_video_template_caps):
7903         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7904         Also added the caps to the default set of riff video caps.
7905
7906 2006-02-09  Andy Wingo  <wingo@pobox.com>
7907
7908         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7909         time and the end time of the last packet in the page.
7910         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7911         on the pages in our queue, set the duration as well. Reflow a
7912         debug statement.
7913         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7914         Fixes bad muxing order.
7915
7916 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7917
7918         * gst-libs/gst/rtp/gstbasertppayload.c:
7919         (gst_basertppayload_setcaps), (gst_basertppayload_push):
7920           update seqnum before setting it on the packet; this makes sure
7921           that the timestamp and seqnum properties match after pushing
7922           a buffer
7923
7924 2006-02-09  Andy Wingo  <wingo@pobox.com>
7925
7926         * gst-libs/gst/audio/gstringbuffer.c
7927         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7928         overflow after 13.5 hours of recording. Kapow!
7929
7930         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7931         the buffer size -- we don't care about underrun/overrun reporting
7932         right now, just need to return a useful value.
7933
7934 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
7935
7936         * configure.ac:
7937           Back to CVS
7938
7939 === release 0.10.3 ===
7940
7941 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
7942
7943         * configure.ac:
7944           releasing 0.10.3, "Under Pressure"
7945
7946 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7947
7948         * configure.ac:
7949         Drat. Bump libtool version number for new API.
7950         Prelease 0.10.2.3 (of 0.10.3)
7951
7952 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7953
7954         * configure.ac:
7955         * win32/common/config.h:
7956         0.10.2.2 prerelease (of 0.10.3).
7957
7958 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7959
7960         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
7961           Revert Andy's newsegment change pending a more correct
7962           fix.
7963
7964 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7965
7966         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7967         (qt_type_find), (plugin_init):
7968           detect more files as 3gp
7969           group and reorder the iso file formats
7970
7971 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7972
7973         * ext/vorbis/vorbis.c: (plugin_init):
7974           Register musicbrainz tags, so apps don't have to.
7975
7976 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7977
7978         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
7979         (gst_tag_to_vorbis_tag):
7980           Make sure we called gst_tag_register_musicbrainz_tags()
7981           before possibly mapping a vorbiscomment string from/to a
7982           musicbrainz tag.
7983
7984 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7985
7986         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7987           In case we can't find the required number of consecutive
7988           mpeg audio frames to positively identify an MPEG audio
7989           stream, check if there's at least a valid mpeg audio
7990           frame right at offset 0 and if so suggest mpeg/audio
7991           caps with a very low probability (#153004).
7992
7993 2006-02-07  Andy Wingo  <wingo@pobox.com>
7994
7995         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
7996         a TIME segment if we get timestamped buffers. Requires recent
7997         fixes in core to work properly.
7998
7999 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8000
8001         * gst/playback/gstplaybasebin.c: (prepare_output):
8002           Don't print the URI as part of the error message, it
8003           makes error dialogs look rather ugly, especially if
8004           the URI is very long or has characters in it that
8005           need escaping.
8006
8007 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8008
8009         * gst/playback/gstplaybasebin.c: (prepare_output):
8010           Error out if we have only text or subtitles, but nothing
8011           else. Also error out if we have subtitles but no video
8012           stream.
8013
8014 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8015
8016         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8017           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8018           Post an error message on the bus when we encounter an
8019           error, which will hopefully be more meaningful than the
8020           'Internal Flow Error' message users get to see if we
8021           just return GST_FLOW_ERROR.
8022
8023 2006-02-07  Andy Wingo  <wingo@pobox.com>
8024
8025         * configure.ac (GST_MAJORMINOR): Update core version req to
8026         0.10.2.2, for the collectpads API addition (#330244).
8027
8028 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8029
8030         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8031           Return FALSE from plugin_init() when GnomeVFS can't
8032           be initialised for some reason (#328423).
8033
8034 2006-02-06  Julien MOUTTE  <julien@moutte.net>
8035
8036         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
8037         Stick to seeking theory until i find the bug.
8038         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8039
8040 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8041
8042         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8043         (theora_enc_finalize), (theora_enc_sink_setcaps),
8044         (theora_set_header_on_caps), (theora_enc_chain),
8045         (theora_enc_change_state):
8046         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8047           Make theoraenc and the tests leak free. Like, really.
8048
8049 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8050
8051         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8052         (theora_enc_finalize), (theora_enc_sink_setcaps):
8053           Add a finalize method to ensure we clean up state even if
8054           someone omitted the state change back to NULL.
8055
8056         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8057         (gst_vorbisenc_chain):
8058           Free some more leaked bits.
8059
8060         * tests/check/pipelines/theoraenc.c: (start_pipeline),
8061         (stop_pipeline):
8062           Wait for state changes to happen if they're ASYNC.
8063
8064           This ought to teach those fancy pants buildbots a lesson.
8065
8066 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8067
8068         * gst-libs/gst/tag/gstid3tag.c:
8069           Add mapping for ID3 International Standard Recording Code
8070           tag "TSRC"
8071
8072 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8073
8074         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8075           Don't leak tag names.
8076
8077 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8078
8079         * docs/libs/gst-plugins-base-libs-docs.sgml:
8080         * docs/libs/gst-plugins-base-libs-sections.txt:
8081         * gst-libs/gst/tag/gstid3tag.c:
8082         * gst-libs/gst/tag/gstvorbistag.c:
8083         * gst-libs/gst/tag/tags.c:
8084           Split libgsttag docs into multiple sections.
8085
8086 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8087
8088         * docs/libs/Makefile.am:
8089         * docs/libs/gst-plugins-base-libs-docs.sgml:
8090         * docs/libs/gst-plugins-base-libs-sections.txt:
8091         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8092         * gst-libs/gst/tag/gstvorbistag.c:
8093         * gst-libs/gst/tag/tag.h:
8094         * gst-libs/gst/tag/tags.c:
8095           Add libgsttag to the docs.
8096
8097 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8098
8099         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8100         (gst_text_overlay_init), (gst_text_overlay_src_event),
8101         (gst_text_overlay_collected): Fix clockoverlay.
8102
8103 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8104
8105         * docs/libs/compiling.sgml:
8106           Fix typo: it's pkg-config, not pkg-gconfig
8107
8108         * docs/libs/gst-plugins-base-libs-docs.sgml:
8109         * docs/libs/gst-plugins-base-libs-sections.txt:
8110         * docs/libs/tmpl/gstgconf.sgml:
8111           There is no libgstgconf in 0.10, remove it
8112           from the docs.
8113
8114 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8115
8116         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8117         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8118         (gst_text_overlay_src_event), (gst_text_overlay_collected):
8119         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8120         (gst_sub_parse_class_init), (gst_sub_parse_init),
8121         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8122         (parse_mpsub), (parser_state_init), (handle_buffer),
8123         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8124         * gst/subparse/gstsubparse.h: Introduce seeking code.
8125
8126 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8127
8128         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8129           Add comment about LANGUAGE tag inconsistency (we want
8130           ISO-639-1, but extract three-letter identifiers?)
8131
8132         * po/POTFILES.in:
8133           Add two translatable files.
8134
8135 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8136
8137         * gst-libs/gst/tag/Makefile.am:
8138         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8139         * gst-libs/gst/tag/tag.h:
8140         * gst-libs/gst/tag/tags.c:
8141         (gst_tag_register_musicbrainz_tags_internal),
8142         (gst_tag_register_musicbrainz_tags):
8143           Forward-port some tags stuff from the 0.8 branch. This is
8144           mostly the addition of musicbrainz tags and their mapping
8145           to vorbistags, and a vorbistag mapping of the language tag.
8146
8147 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8148
8149         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8150         refactoring.
8151
8152 2006-02-04  David Schleef  <ds@schleef.org>
8153
8154         * ext/ogg/gstoggmux.c:
8155         * gst/typefind/gsttypefindfunctions.c:
8156           Add Dirac typefinding and add dirac format to oggmux.
8157
8158 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8159
8160         * gst/playback/gstdecodebin.c: (try_to_link_1):
8161           Don't put essential function call into
8162           g_return_*() macro, otherwise it'll all be
8163           replaced by NOOPs when compiling with
8164           G_DISABLE_CHECKS defined.
8165
8166 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8167
8168         * ext/ogg/gstoggdemux.c:
8169         * ext/ogg/gstoggparse.c:
8170         * gst/tcp/gsttcpserversink.c:
8171         * sys/v4l/v4lsrc_calls.c:
8172         * sys/v4l/v4lsrc_calls.h:
8173         Just make it compile with --disable-gst-debug.
8174
8175 2006-02-03  Wim Taymans  <wim@fluendo.com>
8176
8177         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8178         (gst_alsasink_class_init), (gst_alsasink_init),
8179         (gst_alsasink_write), (gst_alsasink_reset):
8180         * ext/alsa/gstalsasink.h:
8181         Add lock to protect alsa calls.
8182         Implement reset to flush samples ASAP, does not work
8183         with dmix though.
8184
8185 2006-02-02  Wim Taymans  <wim@fluendo.com>
8186
8187         * gst-libs/gst/audio/gstbaseaudiosink.c:
8188         (gst_base_audio_sink_provide_clock):
8189         Ugh.. getting late I guess...
8190
8191 2006-02-02  Wim Taymans  <wim@fluendo.com>
8192
8193         * gst-libs/gst/audio/gstbaseaudiosink.c:
8194         (gst_base_audio_sink_provide_clock),
8195         (gst_base_audio_sink_set_property),
8196         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8197         Don't try to provide a clock when we are not negotiated since
8198         we might not be able to make it run.
8199
8200 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8201
8202         * gst/playback/gstdecodebin.c: (try_to_link_1):
8203           Unlinking two source pads is ... hard.
8204
8205 2006-02-02  Wim Taymans  <wim@fluendo.com>
8206
8207         * gst-libs/gst/audio/TODO:
8208         Updated.
8209
8210         * gst-libs/gst/audio/gstbaseaudiosink.c:
8211         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8212         On EOS, wait till the last sample is played before posting EOS.
8213
8214 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8215
8216         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8217           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8218           setting queue_delay to zero. Also avoid thread being started if
8219           queue_delay is zero.
8220
8221 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8222
8223         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8224           Make test work again by connecting fakesinks to each decoded pad,
8225           which makes the pipeline wait until each fakesink has a buffer
8226           queued before going to PAUSED state. At that point we know the
8227           decodebin pads are negotiated.
8228
8229 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8230
8231         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8232         (gst_cdda_base_src_handle_event):
8233         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8234           Pass unhandled queries to the parent class's query function.
8235
8236 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8237
8238         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8239         (gst_ogg_pad_src_query):
8240         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8241         * ext/theora/theoradec.c: (theora_dec_src_query),
8242         (theora_dec_sink_query):
8243         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8244         (vorbis_dec_sink_query):
8245         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8246         (gst_vorbisenc_sink_query):
8247         * gst/adder/gstadder.c: (gst_adder_query):
8248           Pass unhandled queries upstream instead of just
8249           dropping them (#326447). Also, fix supported
8250           query types list for some elements.
8251
8252 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8253
8254         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8255         (paris_type_find), (ilbc_type_find), (plugin_init):
8256           Fix typefinding for audio/x-au, audio/x-paris and
8257           audio/iLBC-sh. We cannot use the START_WITH macros
8258           here, because there can only be one typefind factory
8259           with the same name (caps), so the second one would
8260           replace the first one and the first one would never
8261           be called when doing typefinding (see #161712).
8262           
8263
8264 2006-01-31  Wim Taymans  <wim@fluendo.com>
8265
8266         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8267         (vorbis_handle_header_packet), (vorbis_dec_push),
8268         (vorbis_handle_data_packet):
8269         Use scale_int when we can, add some more scaling.
8270         Check packettype before parsing it.
8271
8272 2006-01-31  Wim Taymans  <wim@fluendo.com>
8273
8274         * ext/theora/theoradec.c: (_theora_granule_time),
8275         (theora_dec_src_convert), (theora_dec_sink_convert):
8276         Call right _scale functions.
8277         Use parameter instead of some other random value.
8278
8279 2006-01-31  Wim Taymans  <wim@fluendo.com>
8280
8281         * ext/theora/theoradec.c: (_theora_granule_frame),
8282         (_theora_granule_time), (_inc_granulepos),
8283         (theora_dec_src_convert), (theora_dec_sink_convert),
8284         (theora_handle_type_packet), (theora_handle_data_packet),
8285         (theora_dec_chain):
8286         Use higher precision timestamps calculation.
8287         Convert some other conversions to _scale.
8288
8289 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8290
8291         * gst/audiotestsrc/gstaudiotestsrc.c:
8292         (gst_audio_test_src_create_sine_table), (plugin_init):
8293         * gst/volume/gstvolume.c: (plugin_init):
8294           initialize gst_controller before using
8295
8296 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8297
8298         * tests/check/pipelines/theoraenc.c:
8299         * tests/check/pipelines/vorbisenc.c:
8300         Define constant using G_GINT64_CONSTANT to avoid errors when
8301         passing it around - otherwise it gets truncated to 32 bits.
8302
8303         Fixes failing tests.
8304
8305 2006-01-31  Andy Wingo  <wingo@pobox.com>
8306
8307         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8308         caps being set doesn't have a framerate value. Basically a stopgap
8309         measure.
8310
8311         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8312         technically correct enough to put into core though.
8313         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8314         DURATION. Fixes theoraenc ! oggmux.
8315
8316         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8317         fraction, not double.
8318
8319 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8320
8321         * win32/vs7:
8322         add vs7 project files created by Sergey Scobich
8323
8324 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8325
8326         * win32/vs8:
8327         add vs8 project files created by Sergey Scobich
8328         
8329 2006-01-30  Andy Wingo  <wingo@pobox.com>
8330
8331         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8332         timestamp + duration, not just timestamp -- ogg pages should be
8333         ordered by stop time. Necessary fix given the change in vorbis
8334         timestamps.
8335
8336         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8337         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8338         (granulepos_add): New function, handles the messiness of adjusting
8339         granulepos values.
8340         (theora_buffer_from_packet):
8341         (theora_enc_chain):
8342         (theora_enc_sink_event): Use granulepos_add, not +.
8343
8344         * tests/check/pipelines/theoraenc.c
8345         (check_buffer_granulepos_from_starttime): Just check the frame
8346         count, not the actual granulepos -- we can't dictate to the
8347         encoder when it should be placing keyframes.
8348
8349 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8350
8351         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8352           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8353           play an http:// stream from a server that's not serving
8354
8355 2006-01-30  Andy Wingo  <wingo@pobox.com>
8356
8357         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8358         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8359         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8360         available.
8361
8362         * ext/theora/gsttheoraenc.h:
8363         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8364         although theoraenc was timestamping correctly. Added handling of
8365         streams that start with nonzero timestamps.
8366
8367         * tests/check/Makefile.am:
8368         * tests/check/pipelines/theoraenc.c: New file, basically does same
8369         tests as vorbisenc.
8370
8371         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8372
8373 2006-01-30  Wim Taymans  <wim@fluendo.com>
8374
8375         * gst-libs/gst/audio/gstaudiosink.c:
8376         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8377         (gst_audioringbuffer_pause):
8378         Implement pause that does not wait for completion.
8379
8380         * gst-libs/gst/audio/gstbaseaudiosink.c:
8381         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8382         Don't drop buffers when going to PAUSED but perform preroll on
8383         remaining samples now that core base class supports this.
8384
8385         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8386         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8387         (gst_ring_buffer_commit):
8388         Pause should not signal waiters.
8389         Implement return value of _commit correctly.
8390
8391 2006-01-30  Andy Wingo  <wingo@pobox.com>
8392
8393         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8394
8395         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8396         updated to timestamp from the first sample, not the last.
8397         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8398         special care of granulepos and timestamp for header packets.
8399         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8400         when the first buffer has a nonzero timestamp.
8401
8402         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8403         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8404         case when the first audio buffer we get has a nonzero timestamp.
8405         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8406         properly timestamp vorbis buffers with the time of the first
8407         sample, not the last.
8408         
8409         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8410         vorbis_granule_time_copy -- now it takes the granule/subgranule
8411         offset into account.
8412
8413         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8414         timestamps, durations, and granulepos on buffers produced by
8415         vorbisenc.
8416
8417 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8418
8419         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8420         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8421           Patch from Eric Jonas to support conversions to/from UYVY 
8422           (Fixes: #324626)
8423
8424 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8425
8426         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8427         (setup_subtitle), (setup_source), (set_active_source):
8428         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8429         (gen_text_element), (gen_audio_element), (gen_vis_element),
8430         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8431
8432 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8433
8434         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8435         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8436                 use gst_guint64_to_gdouble to be compliant with vs6
8437         * gst/playback/gstdecodebin.c: (try_to_link_1)
8438         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8439                 use G_GINT64_CONSTANT for int64 constants
8440         * win32/common/libgstinterfaces.def:
8441                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8442         * win32/vs6:
8443                 update and add new project files
8444                 
8445 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8446
8447         * Makefile.am:
8448         * win32/MANIFEST:
8449         * win32/common/interfaces-enumtypes.c:
8450         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8451         (gst_mixer_track_flags_get_type),
8452         (gst_tuner_channel_flags_get_type):
8453         * win32/common/interfaces-enumtypes.h:
8454         * win32/common/multichannel-enumtypes.c:
8455         (gst_audio_channel_position_get_type):
8456         * win32/common/multichannel-enumtypes.h:
8457           add a win32-update rule like in core, and copy over enumtypes files
8458
8459 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8460
8461         * win32/MANIFEST:
8462         * win32/common/config.h:
8463         * win32/common/config.h.in:
8464           add config files just like in core
8465
8466 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8467
8468         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8469           Make gcc-4.1 happy (part of #327357).
8470
8471 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8472
8473         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8474         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8475         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8476         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8477         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8478         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8479           Update all error messages.  All of them should either use
8480           the default translated message, or actually provide a
8481           translatable string.
8482           Make the string for channel count problems meaningful.
8483
8484 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8485
8486         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8487           check for and throw RESOURCE_BUSY
8488
8489 2006-01-27  David Schleef  <ds@schleef.org>
8490
8491         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8492           checked in this change -- it requires liboil features not
8493           in 0.3.6.  Revert parts.
8494
8495 2006-01-27  David Schleef  <ds@schleef.org>
8496
8497         * REQUIREMENTS:
8498         * configure.ac: update liboil requirement to 0.3.6
8499         * gst/videoscale/Makefile.am:
8500         * gst/videoscale/vs_scanline.c: liboilify
8501
8502 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8503
8504         * ext/libvisual/visual.c: (get_buffer):
8505           When pad_alloc returns a GstFlowReturn other
8506           than GST_FLOW_OK, make sure it is passed upstream.
8507
8508 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8509
8510         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8511         (gst_alsasink_class_init):
8512           Free the device name string.
8513
8514         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8515         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8516         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8517           Don't remove a pad from the collectpads structure until it
8518           is released - it's a request pad, and may receive data again
8519           if the element gets moved back to PLAYING state.
8520
8521         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8522           Ensure we turn on double buffering on the Xv port, and
8523           set the colour key to something dark and mysterious that
8524           isn't black.
8525
8526 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8527
8528         * ext/alsa/gstalsaplugin.c: (plugin_init):
8529         * ext/cdparanoia/gstcdparanoiasrc.c:
8530         (gst_cd_paranoia_src_base_init), (plugin_init):
8531         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8532         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8533           - a library should not call setlocale. see "Libraries" node in
8534             gettext manual
8535           - make sure all plugins that use translation do bindtextdomain
8536             to point to the localedir
8537         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8538         (setup_sinks), (plugin_init):
8539           all this, and check for NULL when creating sinks
8540
8541 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8542
8543         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8544         (plugin_init): Make typefinding of subtitles work again.
8545
8546 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8547
8548         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8549         (mp3_type_frame_length_from_header), (mp3_type_find),
8550         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8551         (plugin_init):
8552           Backport a bunch of typefinding fixes from the 0.8 branch.
8553           Also, improve wavpack typefinding: if we can't peek the
8554           entire wavpack block, try to parse the bits we can get and
8555           see if we find what we're looking for in those.
8556
8557 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8558
8559         * sys/ximage/ximagesink.c:
8560         (gst_ximagesink_calculate_pixel_aspect_ratio):
8561         * sys/xvimage/xvimagesink.c:
8562         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8563         more cases of pixel aspect ratio.
8564
8565 2006-01-26  Edward Hervey  <edward@fluendo.com>
8566
8567         * gst/playback/gstdecodebin.c: (pad_probe):
8568         Also consider the flush-start and tag events as unblockers
8569         for the pad probes.
8570
8571 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8572
8573         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8574         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8575         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8576         On the fly visualisation switch, works disabling, enabling as
8577         well but it won't be able to enable vis in a playbin that was
8578         created with no visualisation.
8579
8580 2006-01-25  Wim Taymans  <wim@fluendo.com>
8581
8582         * gst-libs/gst/audio/gstbaseaudiosink.c:
8583         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8584         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8585         resume after pause.
8586
8587 2006-01-25  Wim Taymans  <wim@fluendo.com>
8588
8589         * gst-libs/gst/audio/gstbaseaudiosink.c:
8590         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8591         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8592         Improve debugging.
8593         Post error when caps cannot be parsed.
8594         Resync on discontinuity in the stream.
8595         Clip samples to segment boundaries.
8596         return WRONG_STATE sooner when we are flushing.
8597
8598         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8599         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8600         Make audiosrc operate in TIME.
8601         Set TIMESTAMP and DURATION on buffers.
8602
8603 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8604
8605         * tests/examples/seek/seek.c: (main):
8606           Output tag messages as well.
8607
8608 2006-01-23  Edward Hervey  <edward@fluendo.com>
8609
8610         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8611         (free_pad_probes), (remove_fakesink), (pad_probe),
8612         (close_pad_link), (gst_decode_bin_change_state):
8613         Replace GstPadBlockCallback with pad probes that detect
8614         first buffer AND eos before removing fakesink.
8615         Fixes hang with demuxers doing EOS while pre-rolling.
8616         Solves #328279
8617
8618 2006-01-23  Andy Wingo  <wingo@pobox.com>
8619
8620         * ext/alsa/gstalsasink.c:
8621         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8622         (gst_base_rtp_depayload_setcaps),
8623         (gst_base_rtp_depayload_add_to_queue),
8624         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8625         
8626         Patch by: Jens Granseuer <jensgr at gmx dot net>
8627
8628 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8629
8630         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8631         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8632         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8633         frames. We might get a frame destroyed after changing state to
8634         NULL, adding a safety check on xcontext.
8635
8636 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8637
8638         * gst-libs/gst/interfaces/xoverlay.c:
8639           Fix prepare-xwindow-id code example in the docs - we need to
8640           ignore all messages that aren't element messages as well.
8641           
8642 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8643
8644         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8645           I think one day i'll completely undestand how caps negotiation
8646           is supposed to work. This refactoring handles buffer_alloc
8647           called with caps we can't handle. We definitely don't want a
8648           set_caps with those caps, so we define and allocate a buffer
8649           we would like to receive.
8650
8651 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8652
8653         * gst/playback/gstplaybasebin.c: (setup_source):
8654           Free iterator when done.
8655
8656 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8657
8658         * gst-libs/gst/audio/gstbaseaudiosink.c:
8659         (gst_base_audio_sink_render):
8660           Fix playback of non-synchronised streams by assuming a rate
8661           of 1.0 instead of a random one.
8662
8663           Makes this work again:
8664
8665           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8666           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8667           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8668           audioresample ! alsasink
8669
8670 === release 0.10.2 ===
8671
8672 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8673
8674         * configure.ac:
8675           releasing 0.10.2, "Then the devil is six"
8676
8677 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8678
8679         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8680         * gst/playback/gststreamselector.c:
8681         (gst_stream_selector_set_property):
8682           Comment out broken code that connects to the state-changed signal.
8683           At this point, changing current stream selection is broken, but 
8684           stuff like gst-launch playbin current-audio=1 works and filters
8685           to the chosen stream.
8686
8687 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8688
8689         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8690           Fix #327216 (null dereference in vorbisdec)
8691
8692 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8693
8694         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8695           Post taglist actually on bus instead of just freeing it
8696           (fixes #327114 and totem bug #327080).
8697
8698         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8699           Use gst_element_found_tags_for_pad(), so that the tags
8700           are sent downstream as an event as well.
8701
8702 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8703
8704         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8705         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8706         (gst_ximagesink_buffer_alloc):
8707         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8708         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8709         (gst_xvimagesink_buffer_alloc):
8710           move all regularly occurring messages to GST_LOG level
8711           add some more object logs
8712
8713 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8714
8715         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8716           fix a silly segfault
8717
8718 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8719
8720         * docs/libs/gst-plugins-base-libs-docs.sgml:
8721         * docs/libs/gst-plugins-base-libs-sections.txt:
8722         * gst-libs/gst/audio/mixerutils.c:
8723         * gst-libs/gst/audio/mixerutils.h:
8724           Add docs for mixerutils stuff.
8725
8726 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8727
8728         * gst/playback/gstplaybasebin.c: (setup_source):
8729           Fix playback for sources that emit raw audio or
8730           raw video streams (e.g.: cd audio sources) (#325984).
8731
8732 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8733
8734         * gst-libs/gst/audio/mixerutils.c:
8735         (gst_audio_mixer_filter_do_filter):
8736           actually save the element we create
8737
8738 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8739
8740         * gst-libs/gst/cdda/gstcddabasesrc.c:
8741         (gst_cdda_base_src_handle_track_seek):
8742           No need to post a tag message on the bus when seeking
8743           within the same track, only post it when the current
8744           track changes.
8745
8746 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8747
8748         * gst/playback/gstplaybasebin.c: (group_destroy),
8749         (probe_triggered), (new_decoded_pad), (mute_group_type),
8750         (set_active_source):
8751         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8752         * gst/playback/gststreamselector.c:
8753         (gst_stream_selector_base_init),
8754         (gst_stream_selector_set_property),
8755         (gst_stream_selector_request_new_pad):
8756           Reenable stream selection. These mechanisms need a complete overhaul
8757           in the face of 0.8->0.10 changes though.
8758
8759 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8760
8761         * ext/ogg/gstoggdemux.c:
8762           Change the pad template to src_%d to match the pads that 
8763           are created from it. decodebin needs this information in order
8764           to decide that oggdemux is capable of producing multiple pads
8765           (and hence needs queues inserted).
8766
8767         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8768         (gst_ogg_mux_collected):
8769           Make debug output more useful by using GST_PTR_FORMAT.
8770
8771 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8772
8773         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8774
8775         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8776           Set depth and width for alaw/mulaw (fixes #326601).
8777
8778 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8779
8780         * tests/icles/Makefile.am:
8781           don't build the tests if we don't have the libs
8782
8783 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8784
8785         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8786         (gst_cd_paranoia_paranoia_callback):
8787           Don't try to free NULL pointers.
8788
8789 2006-01-10  Edward Hervey  <edward@fluendo.com>
8790
8791         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8792         (gst_audio_rate_change_state), (plugin_init):
8793         Add debugging category.
8794         Fix type issues.
8795         Add case for incoming buffers without valid offset/offset_end.
8796
8797 2006-01-10  Michael Smith  <msmith@fluendo.com>
8798
8799         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8800           Don't leak GCond in audio sources.
8801
8802 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8803
8804         * gst/playback/gstplaybin.c: (gen_audio_element):
8805           Don't leak an autoaudiosink/alsasink when we generate
8806           a new audio element. (old code, I guess)
8807
8808 2006-01-10  Michael Smith  <msmith@fluendo.com>
8809
8810         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8811           Support float audio in audiorate.
8812           Use width rather than depth for selecting sample width.
8813
8814 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8815
8816         * gst/videotestsrc/videotestsrc.h:
8817           Use GLib types here (that way we don't have to include the
8818           generated _stdint.h header, which makes life easier for win32
8819           folks that don't use autotools for the build) (#325990, patch
8820           by: Sergey Scobich).
8821
8822 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8823
8824         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8825         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8826         (gst_ring_buffer_pause), (wait_segment):
8827         * gst-libs/gst/audio/gstringbuffer.h:
8828           Name (private) union, makes Forte compiler happy (this time
8829           for real) (#324900).
8830
8831 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8832
8833         * gst-libs/gst/audio/Makefile.am:
8834           Link against libgstinterfaces, needed for mixer
8835           and property probe stuff.
8836
8837 2006-01-09  Edward Hervey  <edward@fluendo.com>
8838
8839         * gst-libs/gst/Makefile.am:
8840
8841 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8842
8843         * gst-libs/gst/audio/Makefile.am:
8844         * gst-libs/gst/audio/mixerutils.c:
8845         (gst_audio_mixer_filter_do_filter),
8846         (gst_audio_mixer_filter_check_element),
8847         (gst_audio_mixer_filter_probe_feature),
8848         (element_factory_rank_compare_func),
8849         (gst_audio_default_registry_mixer_filter):
8850         * gst-libs/gst/audio/mixerutils.h:
8851           Add gst_audio_default_registry_mixer_filter() utility
8852           function.
8853
8854 2006-01-03  Michael Smith  <msmith@fluendo.com>
8855
8856         * gst/audioresample/resample.h:
8857           As before, but for o_buf
8858
8859 2006-01-03  Michael Smith  <msmith@fluendo.com>
8860
8861         * gst/audioresample/resample.h:
8862           Declare struct _ResampleState.buffer as unsigned char *, not void *,
8863           since we do arithmetic on it.
8864
8865 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
8866
8867         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8868         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8869         (gst_ring_buffer_pause), (wait_segment):
8870         * gst-libs/gst/audio/gstringbuffer.h:
8871           Sun's Forte compiler doesn't seem to like anonymous structs,
8872           so use same setup as in GstBaseSrc (fixes #324900).
8873
8874 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8875
8876         * configure.ac:
8877         * gst/volume/Makefile.am:
8878         * gst/volume/demo.c:
8879           move old example to tests/examples/volume/volune.c
8880         * tests/examples/Makefile.am:
8881         * tests/examples/seek/seek.c: (main):
8882           change window-close event from "delete-event" to "destroy"
8883         * tests/examples/volume/Makefile.am:
8884         * tests/examples/volume/volume.c: (value_changed_callback),
8885         (setup_gui), (message_received), (eos_message_received), (main):
8886           fix event handling and bus usage
8887
8888 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
8889
8890         * gst/audiotestsrc/gstaudiotestsrc.c:
8891         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8892         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8893         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8894         (gst_audio_test_src_create_square),
8895         (gst_audio_test_src_create_saw),
8896         (gst_audio_test_src_create_triangle),
8897         (gst_audio_test_src_create_silence),
8898         (gst_audio_test_src_create_white_noise),
8899         (gst_audio_test_src_create_pink_noise),
8900         (gst_audio_test_src_init_sine_table),
8901         (gst_audio_test_src_create_sine_table),
8902         (gst_audio_test_src_change_wave),
8903         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8904         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8905         * gst/audiotestsrc/gstaudiotestsrc.h:
8906           update to basesrc changes, implement segmented seeking and eos
8907           handling, add a 'sine-tab' waveform for performance critical playback
8908
8909 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8910
8911         * po/POTFILES.in:
8912           ... and this time the other modified file that I missed last time.
8913
8914 2005-12-29  Michael Smith  <msmith@fluendo.com>
8915
8916         * gst/playback/gstdecodebin.c: (new_pad):
8917           Fix non-C89 variable declaration not at the start of a block. Should
8918           help some compilers.
8919
8920 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8921
8922         * tests/check/Makefile.am:
8923           And now fix 'make distcheck' (builddir != srcdir)
8924
8925 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8926
8927         * configure.ac:
8928         * ext/cdparanoia/Makefile.am:
8929         * ext/cdparanoia/gstcdparanoia.c:
8930         * ext/cdparanoia/gstcdparanoia.h:
8931         * ext/cdparanoia/gstcdparanoiasrc.c:
8932         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8933         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8934         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8935         (gst_cd_paranoia_paranoia_callback),
8936         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8937         (gst_cd_paranoia_src_set_property),
8938         (gst_cd_paranoia_src_get_property), (plugin_init):
8939         * ext/cdparanoia/gstcdparanoiasrc.h:
8940           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
8941           plugin again (there are still fixes required to playbin to make
8942           cdda:// uris work there).
8943
8944 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8945
8946         * tests/check/Makefile.am:
8947           Fix test case compilation.
8948
8949 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8950
8951         * gst-libs/gst/cdda/gstcddabasesrc.c:
8952         (gst_cdda_base_src_update_duration),
8953         (gst_cdda_base_src_calculate_cddb_id):
8954           An integer is not a string. Fix access to uninitialised variable.
8955
8956         * tests/check/Makefile.am:
8957           Add cddabasesrc unit test; also actually enable the vorbis test.
8958
8959         * tests/check/generic/states.c:
8960           Blacklist new cd audio elements as well.
8961
8962         * tests/check/libs/cddabasesrc.c:
8963           Unit test for GstCddaBaseSrc (discid calculation mostly).
8964
8965 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8966
8967         * docs/libs/Makefile.am:
8968         * docs/libs/gst-plugins-base-libs-docs.sgml:
8969         * docs/libs/gst-plugins-base-libs-sections.txt:
8970         * docs/libs/gst-plugins-base-libs.types:
8971           Add docs for libgstcdda/GstCddaBaseSrc.
8972
8973         * gst-libs/gst/interfaces/mixertrack.h:
8974           Do one struct member per line with a semicolon at the end, that way
8975           even gtk-doc might parse it without complaining.
8976
8977 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8978
8979         * configure.ac:
8980         * gst-libs/gst/Makefile.am:
8981         * gst-libs/gst/cdda/Makefile.am:
8982         * gst-libs/gst/cdda/base64.c:
8983         * gst-libs/gst/cdda/base64.h:
8984         * gst-libs/gst/cdda/gstcddabasesrc.c:
8985         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
8986         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
8987         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
8988         (gst_cdda_base_src_get_property),
8989         (gst_cdda_base_src_get_track_from_sector),
8990         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
8991         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
8992         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
8993         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
8994         (gst_cdda_base_src_uri_get_protocols),
8995         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
8996         (gst_cdda_base_src_uri_handler_init),
8997         (gst_cdda_base_src_setup_interfaces),
8998         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
8999         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9000         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9001         (gst_cdda_base_src_add_tags),
9002         (gst_cdda_base_src_add_index_associations),
9003         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9004         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9005         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9006         (gst_cdda_base_src_create):
9007         * gst-libs/gst/cdda/gstcddabasesrc.h:
9008         * gst-libs/gst/cdda/sha1.c:
9009         * gst-libs/gst/cdda/sha1.h:
9010           Add new libgstcdda with GstCddaBaseSrc class.
9011
9012 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9013
9014         * ext/gnomevfs/gstgnomevfssink.h:
9015           Use GstBaseSinkClass as parent_class member for class struct, not
9016           GstBaseSink.
9017
9018 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9019
9020         Patch by: Michael Benes
9021
9022         * gst/videotestsrc/gstvideotestsrc.c:
9023         (gst_video_test_src_class_init), (gst_video_test_src_start):
9024           Add start method to reset running time and number of frames sent
9025           when starting up (fixes #324696)
9026
9027 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9028
9029         * docs/plugins/Makefile.am:
9030         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9031         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9032         * docs/plugins/gst-plugins-base-plugins.args:
9033         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9034         * docs/plugins/gst-plugins-base-plugins.signals:
9035           Add docs stuff for gnomevfssrc and gnomevfssink.
9036
9037         * ext/gnomevfs/gstgnomevfssrc.c:
9038           Fix example pipeline in gtk-doc blurb.
9039
9040 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9041
9042         * ext/gnomevfs/Makefile.am:
9043         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9044         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9045         (gst_gnome_vfs_handle_get_type), (plugin_init):
9046         * ext/gnomevfs/gstgnomevfs.h:
9047         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9048         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9049         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9050         (gst_gnome_vfs_sink_set_property),
9051         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9052         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9053         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9054         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9055         (gst_gnome_vfs_sink_uri_get_type),
9056         (gst_gnome_vfs_sink_uri_get_protocols),
9057         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9058         (gst_gnome_vfs_sink_uri_handler_init):
9059         * ext/gnomevfs/gstgnomevfssink.h:
9060           Port gnomevfssink; add gtk-doc blurb.
9061
9062         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9063         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9064         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9065         (gst_gnome_vfs_src_uri_get_type),
9066         (gst_gnome_vfs_src_uri_get_protocols),
9067         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9068         (gst_gnome_vfs_src_uri_handler_init),
9069         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9070         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9071         (gst_gnome_vfs_src_send_additional_headers_callback),
9072         (gst_gnome_vfs_src_received_headers_callback),
9073         (gst_gnome_vfs_src_push_callbacks),
9074         (gst_gnome_vfs_src_pop_callbacks),
9075         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9076         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9077         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9078         * ext/gnomevfs/gstgnomevfssrc.h:
9079           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9080           file; add gtk-doc blurb with example pipelines.
9081
9082 === release 0.10.1 ===
9083
9084 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
9085
9086         * configure.ac:
9087           releasing 0.10.1, "Dobro Dedek"
9088
9089 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
9090
9091         * gst/typefind/gsttypefindfunctions.c:
9092         iLBC30 and iLBC20 added to typefind.
9093
9094 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9095
9096         * gst-libs/gst/audio/gstbaseaudiosink.c:
9097         (gst_base_audio_sink_class_init):
9098         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9099         (gst_base_audio_src_class_init):
9100           update strings, values are in microseconds
9101           change the default sink buffer time to something that is smaller
9102           (to help software volume mixing have a slightly lower delay) but
9103           still be acceptable on Wim's laptop
9104
9105 2005-12-20  Edward Hervey  <edward@fluendo.com>
9106
9107         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9108         Made a quack, forgot to add DUCK to the riff video template.
9109
9110 2005-12-19  Edward Hervey  <edward@fluendo.com>
9111
9112         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9113         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9114         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9115         (gst_ogm_parse_chain):
9116         Make sure pads are initialized correctly.
9117         * gst-libs/gst/riff/riff-ids.h:
9118         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9119         (gst_riff_create_video_template_caps):
9120         Add a whole bunch of FOURCC <=> MimeType.
9121         Extend the riff video pad template to support the newly added fourcc.
9122
9123 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
9124
9125         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9126         (gst_ogg_demux_activate_chain):
9127           Extra debug output when activating/deactivating chains.
9128
9129         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9130         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9131         (unlinked):
9132           Remove a queue from our list when it becomes unlinked.
9133           Don't add queues to elements in class 'Demux' if they
9134           can only produce one pad 
9135
9136 2005-12-18  Julien MOUTTE  <julien@moutte.net>
9137
9138         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9139         (gst_video_sink_get_type): Add a debug category.
9140
9141 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9142
9143         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9144         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9145           Handle downstream newsegment by sending our own newsegment before the
9146           next buffer to be released. (#323900)
9147
9148 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9149
9150         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9151         (gst_base_rtp_depayload_set_gst_timestamp):
9152           add queue delay to new segment as well (as opposed to just the first
9153           buffer). (bug #322347)
9154
9155 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9156
9157         * ext/libvisual/visual.c: (make_valid_name):
9158           change some char* into char[]
9159         * gst/audiotestsrc/gstaudiotestsrc.c:
9160         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9161         (gst_audio_test_src_create):
9162         * gst/audiotestsrc/gstaudiotestsrc.h:
9163           prepare to handle EOS and SEGMENT_DONE
9164
9165 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9166
9167         * tests/check/generic/states.c: (GST_START_TEST):
9168           Blacklist cdparanoia element in state test.
9169
9170 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9171
9172           Patch by: Benjamin Pineau
9173
9174         * gst/tcp/gsttcp.c:
9175         * gst/tcp/gsttcpclientsink.c:
9176         * gst/tcp/gsttcpserversink.c:
9177         * gst/tcp/gsttcpserversrc.c:
9178           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9179
9180 2005-12-15  Michael Smith  <msmith@fluendo.com>
9181
9182         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9183         (gst_video_rate_chain):
9184           Fix timestamping for videorate when the first buffer it sees has a
9185           non-zero timestamp. Fix some misleading debug output.
9186
9187 2005-12-15  Michael Smith  <msmith@fluendo.com>
9188
9189         * gst/audioresample/gstaudioresample.c:
9190           Don't leak all input buffers to audioresample.
9191
9192 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9193
9194         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9195           Don't operate on empty text buffers. Strip newlines and
9196           tabs only from the end of the text, but leave them intact
9197           in the middle. Fix typo in gtk-doc description.
9198
9199 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9200
9201         * gst/playback/gstplaybasebin.c:
9202         * gst/playback/gstplaybin.c: (handoff):
9203           Make sure the video frame buffer we return to apps via the
9204           "frame" property always has caps set on it. Modify
9205           _gst_gvalue_set_object() macro to handle NULL objects
9206           gracefully too.
9207
9208 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9209
9210         * gst/audiotestsrc/gstaudiotestsrc.c:
9211         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9212         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9213         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9214         (gst_audio_test_src_create):
9215         * gst/audiotestsrc/gstaudiotestsrc.h:
9216         Adjust to some recent api changes and add wtays new cool seeking
9217         capabillities
9218
9219 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9220
9221         * ext/alsa/Makefile.am:
9222         * ext/alsa/gstalsadeviceprobe.c:
9223         * ext/alsa/gstalsadeviceprobe.h:
9224           Helper functions to add device probing via the GstPropertyProbe
9225           interface to a class.
9226
9227         * ext/alsa/gstalsamixer.h:
9228           Comment out GST_ALSA_MIXER, it returns a struct that's not
9229           used.
9230
9231         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9232           Add some debug info. 
9233
9234         * ext/alsa/gstalsamixerelement.c:
9235         (gst_alsa_mixer_element_interface_supported),
9236         (gst_implements_interface_init),
9237         (gst_alsa_mixer_element_init_interfaces),
9238         (gst_alsa_mixer_element_class_init),
9239         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9240         (gst_alsa_mixer_element_set_property),
9241         (gst_alsa_mixer_element_get_property),
9242         (gst_alsa_mixer_element_change_state):
9243         * ext/alsa/gstalsamixerelement.h:
9244           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9245           for device handling (gnome-volume-control will need that).
9246
9247 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9248
9249         * ext/Makefile.am: fix cdparanoia entry
9250         * gst-plugins-base.spec.in: add cdparanoia
9251
9252 2005-12-12  Michael Smith  <msmith@fluendo.com>
9253
9254         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9255           Use the correct function to free list of typefind factories.
9256
9257 2005-12-12  Wim Taymans  <wim@fluendo.com>
9258
9259         * gst/videotestsrc/gstvideotestsrc.c:
9260         (gst_video_test_src_class_init), (gst_video_test_src_init),
9261         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9262         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9263         (gst_video_test_src_create):
9264         * gst/videotestsrc/gstvideotestsrc.h:
9265         Implement seeking in videotestsrc.
9266         Small cleanups.
9267
9268 2005-12-12  Wim Taymans  <wim@fluendo.com>
9269
9270         * ext/cdparanoia/Makefile.am:
9271         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9272         (gst_paranoia_endian_get_type), (_do_init),
9273         (cdparanoia_class_init), (cdparanoia_init),
9274         (cdparanoia_set_property), (cdparanoia_get_property),
9275         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9276         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9277         (cdparanoia_convert), (cdparanoia_get_query_types),
9278         (cdparanoia_query), (cdparanoia_set_index),
9279         (cdparanoia_uri_set_uri):
9280         * ext/cdparanoia/gstcdparanoia.h:
9281         Partially ported cdparanoia now that basesrc can support a
9282         plugin like this..
9283
9284 2005-12-12  Wim Taymans  <wim@fluendo.com>
9285
9286         * tests/examples/seek/scrubby.c: (main):
9287         Set higher priority for bus events so they don't get reordered with
9288         gtk gui events.
9289
9290         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9291         (flush_toggle_cb), (main):
9292         Added checkbox to disable flushing seeks. 
9293         Disable scrubbing when doing non flushing seeks.
9294
9295 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9296
9297         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9298         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9299         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9300         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9301           Implement some sort of event handling that doesn't rely on
9302           g_return_if_fail; make sure we always push the last chunk of an 
9303           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9304           state change function; remove some old cruft. Seeking is still
9305           rather unlikely to work though.
9306
9307         * tools/.cvsignore:
9308           Ignore more.
9309
9310 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9311
9312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9313         Fixed a leak of the current image reference when cleaning up.
9314         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9315
9316 2005-12-09  Michael Smith  <msmith@fluendo.com>
9317
9318         * tools/Makefile.am:
9319         * tools/gst-launch-ext-m.m:
9320           Remove gst-launch-ext. It doesn't work, and is no longer
9321           particularly useful.
9322
9323 2005-12-08  Luca Ognibene  <luogni@tin.it>
9324
9325         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9326           don't pass random values to ogmparse convert function.
9327           Make seeking possible in the exile1.ogm file.
9328
9329 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9330
9331         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9332         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9333           Work around refcount problem with g_value_set_object() that occur
9334           if the core has been compiled against GLib-2.6 (g_value_set_object()
9335           will only g_object_ref() the element, but the caller will
9336           gst_object_unref() it and bad things will happen due to the way
9337           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9338           totem for people on FC4 using Thomas's 0.10 RPMs.
9339           
9340 2005-12-07  Edward Hervey  <edward@fluendo.com>
9341
9342         Time to welcome ogm to 0.10 :)
9343         
9344         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9345         (gst_ogg_pad_typefind):
9346         Oggdemux can now properly typefind elements with dynamic pads.
9347         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9348         Properly set caps on src pad, and set caps on outgoing buffers.
9349
9350 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9351
9352         * ext/alsa/gstalsamixer.h:
9353         * ext/alsa/gstalsamixerelement.h:
9354         * ext/alsa/gstalsamixeroptions.h:
9355         * ext/alsa/gstalsamixertrack.h:
9356         * ext/alsa/gstalsasink.c:
9357         * ext/alsa/gstalsasink.h:
9358         * ext/alsa/gstalsasrc.c:
9359         * ext/alsa/gstalsasrc.h:
9360         * ext/cdparanoia/gstcdparanoia.h:
9361         * ext/gnomevfs/gstgnomevfsuri.h:
9362         * ext/ogg/gstoggdemux.c:
9363         * ext/ogg/gstoggmux.c:
9364         * ext/pango/gsttextoverlay.h:
9365         * ext/theora/theoradec.c:
9366         * ext/theora/theoraenc.c:
9367         * ext/vorbis/vorbisdec.h:
9368         * ext/vorbis/vorbisenc.c:
9369         * ext/vorbis/vorbisenc.h:
9370         * ext/vorbis/vorbisparse.h:
9371         * gst-libs/gst/audio/gstaudioclock.h:
9372         * gst-libs/gst/audio/gstaudiosink.c:
9373         * gst-libs/gst/audio/gstaudiosink.h:
9374         * gst-libs/gst/audio/gstaudiosrc.c:
9375         * gst-libs/gst/audio/gstaudiosrc.h:
9376         * gst-libs/gst/audio/gstbaseaudiosink.c:
9377         * gst-libs/gst/audio/gstbaseaudiosink.h:
9378         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9379         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9380         * gst-libs/gst/audio/gstringbuffer.h:
9381         * gst-libs/gst/audio/multichannel.h:
9382         * gst-libs/gst/floatcast/floatcast.h:
9383         * gst-libs/gst/interfaces/colorbalance.c:
9384         * gst-libs/gst/interfaces/colorbalance.h:
9385         * gst-libs/gst/interfaces/colorbalancechannel.h:
9386         * gst-libs/gst/interfaces/mixer.h:
9387         * gst-libs/gst/interfaces/mixeroptions.h:
9388         * gst-libs/gst/interfaces/mixertrack.h:
9389         * gst-libs/gst/interfaces/navigation.h:
9390         * gst-libs/gst/interfaces/propertyprobe.h:
9391         * gst-libs/gst/interfaces/tuner.h:
9392         * gst-libs/gst/interfaces/tunerchannel.h:
9393         * gst-libs/gst/interfaces/tunernorm.h:
9394         * gst-libs/gst/interfaces/xoverlay.h:
9395         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9396         * gst-libs/gst/riff/riff-ids.h:
9397         * gst-libs/gst/riff/riff-media.h:
9398         * gst-libs/gst/riff/riff-read.h:
9399         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9400         * gst-libs/gst/rtp/gstbasertppayload.c:
9401         * gst-libs/gst/rtp/gstbasertppayload.h:
9402         * gst-libs/gst/rtp/gstrtpbuffer.c:
9403         * gst-libs/gst/rtp/gstrtpbuffer.h:
9404         * gst-libs/gst/tag/gsttageditingprivate.h:
9405         * gst-libs/gst/tag/gstvorbistag.c:
9406         (gst_tag_list_from_vorbiscomment_buffer):
9407         * gst-libs/gst/tag/tag.h:
9408         * gst-libs/gst/video/video.h:
9409         * gst/adder/gstadder.c:
9410         * gst/adder/gstadder.h:
9411         * gst/audioconvert/audioconvert.c:
9412         * gst/audioconvert/audioconvert.h:
9413         * gst/audioconvert/gstaudioconvert.c:
9414         * gst/audioconvert/gstchannelmix.c:
9415         * gst/audioconvert/gstchannelmix.h:
9416         * gst/audiorate/gstaudiorate.c:
9417         * gst/audioresample/buffer.h:
9418         * gst/audioresample/functable.h:
9419         * gst/audioresample/gstaudioresample.c:
9420         * gst/audioresample/resample.h:
9421         * gst/ffmpegcolorspace/avcodec.h:
9422         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9423         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9424         * gst/ffmpegcolorspace/imgconvert.c:
9425         * gst/ffmpegcolorspace/imgconvert_template.h:
9426         * gst/playback/gstdecodebin.c:
9427         * gst/playback/gstplaybasebin.h:
9428         * gst/playback/gstplaybin.c:
9429         * gst/playback/gststreaminfo.h:
9430         * gst/tcp/gstfdset.c:
9431         * gst/tcp/gstfdset.h:
9432         * gst/tcp/gstmultifdsink.c:
9433         * gst/tcp/gstmultifdsink.h:
9434         * gst/tcp/gsttcp.h:
9435         * gst/tcp/gsttcpclientsrc.c:
9436         * gst/tcp/gsttcpclientsrc.h:
9437         * gst/tcp/gsttcpplugin.h:
9438         * gst/tcp/gsttcpserversink.c:
9439         * gst/tcp/gsttcpserversrc.c:
9440         * gst/typefind/gsttypefindfunctions.c:
9441         * gst/videorate/gstvideorate.c:
9442         * gst/videotestsrc/gstvideotestsrc.h:
9443         * gst/videotestsrc/videotestsrc.h:
9444         * sys/v4l/gstv4lcolorbalance.h:
9445         * sys/v4l/gstv4ltuner.h:
9446         * sys/v4l/gstv4lxoverlay.h:
9447         * sys/v4l/v4l_calls.h:
9448         * sys/v4l/videodev_mjpeg.h:
9449         * tests/check/elements/audioconvert.c:
9450         * tests/check/elements/audioresample.c:
9451         * tests/check/elements/audiotestsrc.c:
9452         * tests/check/elements/videotestsrc.c:
9453         * tests/check/elements/volume.c:
9454         * tests/examples/seek/scrubby.c:
9455         * tests/examples/seek/seek.c:
9456           expand tabs
9457
9458 === release 0.10.0 ===
9459
9460 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9461
9462         * configure.ac:
9463           releasing 0.10.0, "Mont-d'or"
9464
9465 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9466
9467         * tests/examples/seek/Makefile.am:
9468         Build fix for when gtk is not available.
9469
9470 2005-12-05  Andy Wingo  <wingo@pobox.com>
9471
9472         * ext/libvisual/visual.c: (get_buffer):
9473         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9474         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9475         * ext/theora/theoradec.c: (theora_handle_data_packet):
9476         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9477         (theora_enc_chain):
9478         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9479         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9480         Update for alloc_buffer changes.
9481
9482 2005-12-05  Andy Wingo  <wingo@pobox.com>
9483
9484         patch by: Kai Vehmanen <kv2004 eca cx>
9485         
9486         * gst-libs/gst/rtp/gstbasertpdepayload.c
9487         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9488
9489 2005-12-04  Andy Wingo  <wingo@pobox.com>
9490
9491         patch by: Sebastien Cote <sebas642 yahoo ca>
9492         
9493         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9494         Fixes #319172.
9495
9496 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9497
9498         * docs/plugins/Makefile.am:
9499         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9500         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9501         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9502         * ext/pango/gstclockoverlay.c:
9503         * ext/pango/gsttextoverlay.c: 
9504         * ext/pango/gsttextrender.c:
9505         * ext/pango/gsttimeoverlay.c:
9506           Add gtk-doc blurbs to pango elements.
9507
9508 2005-12-02  Wim Taymans  <wim@fluendo.com>
9509
9510         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9511         * gst/audioresample/buffer.h:
9512         * gst/audioresample/gstaudioresample.c:
9513         * gst/audioresample/gstaudioresample.h:
9514         * gst/audioresample/resample.c: (resample_input_flush),
9515         (resample_input_pushthrough), (resample_input_eos),
9516         (resample_get_output_size_for_input),
9517         (resample_get_input_size_for_output), (resample_get_output_size),
9518         (resample_get_output_data):
9519         * gst/audioresample/resample.h:
9520         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9521         Fix audioresample, seek torture, new segments, reverse negotiation
9522         etc.. work fine.
9523
9524 2005-12-02  Wim Taymans  <wim@fluendo.com>
9525
9526         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9527         Small cleanups.
9528
9529 2005-12-02  Wim Taymans  <wim@fluendo.com>
9530
9531         * gst/audioconvert/gstaudioconvert.c:
9532         (gst_audio_convert_transform):
9533         Post errors.
9534
9535 === release 0.9.7 ===
9536
9537 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9538
9539         * configure.ac:
9540           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9541
9542 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9543
9544         * Makefile.am:
9545         * po/hu.po:
9546         * win32/MANIFEST:
9547         * win32/gst.sln:
9548           add win32 MANIFEST file
9549           do something to the hungarian translation
9550
9551 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9552
9553         * ext/Makefile.am:
9554           Add $(PANGO_DIR) to SUBDIRS
9555
9556         * ext/pango/gstclockoverlay.c:
9557         * ext/pango/gsttimeoverlay.c:
9558           Fix and improve element descriptions.
9559
9560 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9561
9562         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9563         * docs/plugins/inspect/plugin-libvisual.xml:
9564         * docs/plugins/inspect/plugin-pango.xml:
9565           add pango plugin to docs
9566
9567 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9568
9569         * configure.ac:
9570         * ext/Makefile.am:
9571           moved pango to base
9572
9573 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9574
9575         * configure.ac:
9576         * tests/Makefile.am:
9577         * tests/icles/.cvsignore:
9578         * tests/icles/Makefile.am:
9579         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9580         (close_display), (resize_window), (move_window), (create_window),
9581         (terminate_playback), (pause_playback), (start_playback), (main):
9582           add stress test for xoverlay from Julien
9583
9584 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9585
9586         * docs/libs/tmpl/gstcolorbalance.sgml:
9587         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9588         * gst-libs/gst/rtp/gstbasertppayload.c:
9589         * gst-libs/gst/rtp/gstrtpbuffer.c:
9590         * gst-libs/gst/rtp/gstrtpbuffer.h:
9591           Do burger's rename for rtp payloaders and depayloaders
9592
9593 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9594
9595         * win32/:
9596           add Visual Studio 6 build files
9597
9598 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9599
9600         * docs/libs/gst-plugins-base-libs-docs.sgml:
9601         * docs/libs/gst-plugins-base-libs-sections.txt:
9602         * docs/libs/tmpl/gstaudio.sgml:
9603         * docs/libs/tmpl/gstringbuffer.sgml:
9604         * gst-libs/gst/interfaces/xoverlay.c:
9605         * gst-libs/gst/video/gstvideofilter.c:
9606         * gst-libs/gst/video/gstvideosink.c:
9607           update documentation
9608
9609 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9610
9611         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9612         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9613         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9614         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9615         (gst_multi_fd_sink_get_stats),
9616         (gst_multi_fd_sink_remove_client_link),
9617         (gst_multi_fd_sink_handle_client_read),
9618         (gst_multi_fd_sink_client_queue_data),
9619         (gst_multi_fd_sink_client_queue_caps),
9620         (gst_multi_fd_sink_client_queue_buffer),
9621         (gst_multi_fd_sink_new_client),
9622         (gst_multi_fd_sink_handle_client_write),
9623         (gst_multi_fd_sink_recover_client),
9624         (gst_multi_fd_sink_queue_buffer),
9625         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9626         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9627         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9628         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9629         * gst/tcp/gstmultifdsink.h:
9630         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9631         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9632         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9633         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9634         (gst_tcp_client_sink_set_property),
9635         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9636         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9637         * gst/tcp/gsttcpclientsink.h:
9638         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9639         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9640         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9641         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9642         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9643         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9644         * gst/tcp/gsttcpclientsrc.h:
9645         * gst/tcp/gsttcpplugin.c: (plugin_init):
9646         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9647         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9648         (gst_tcp_server_sink_finalize),
9649         (gst_tcp_server_sink_handle_server_read),
9650         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9651         (gst_tcp_server_sink_set_property),
9652         (gst_tcp_server_sink_get_property),
9653         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9654         * gst/tcp/gsttcpserversink.h:
9655         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9656         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9657         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9658         (gst_tcp_server_src_set_property),
9659         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9660         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9661         * gst/tcp/gsttcpserversrc.h:
9662           more borgifying
9663
9664 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9665
9666         * docs/plugins/Makefile.am:
9667         * docs/plugins/gst-plugins-base-plugins.args:
9668         * docs/plugins/inspect/plugin-libvisual.xml:
9669         * gst/audioconvert/plugin.h:
9670         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9671         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9672         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9673         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9674         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9675         (plugin_init):
9676         * gst/audiotestsrc/gstaudiotestsrc.c:
9677         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9678         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9679         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9680         (gst_audio_test_src_get_query_types),
9681         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9682         (gst_audio_test_src_create_square),
9683         (gst_audio_test_src_create_saw),
9684         (gst_audio_test_src_create_triangle),
9685         (gst_audio_test_src_create_silence),
9686         (gst_audio_test_src_create_white_noise),
9687         (gst_audio_test_src_init_pink_noise),
9688         (gst_audio_test_src_generate_pink_noise_value),
9689         (gst_audio_test_src_create_pink_noise),
9690         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9691         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9692         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9693         (plugin_init):
9694         * gst/audiotestsrc/gstaudiotestsrc.h:
9695         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9696         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9697         (gst_sub_parse_init), (gst_sub_parse_formats),
9698         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9699         (convert_encoding), (get_next_line),
9700         (gst_sub_parse_data_format_autodetect),
9701         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9702         (gst_sub_parse_loop), (gst_sub_parse_chain),
9703         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9704         (plugin_init):
9705         * gst/subparse/gstsubparse.h:
9706         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9707         (gst_video_rate_base_init), (gst_video_rate_class_init),
9708         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9709         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9710         (gst_video_rate_init), (gst_video_rate_event),
9711         (gst_video_rate_chain), (gst_video_rate_set_property),
9712         (gst_video_rate_get_property), (gst_video_rate_change_state),
9713         (plugin_init):
9714         * gst/videoscale/gstvideoscale.c:
9715         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9716         (gst_video_scale_src_template_factory),
9717         (gst_video_scale_sink_template_factory),
9718         (gst_video_scale_get_type), (gst_video_scale_base_init),
9719         (gst_video_scale_class_init), (gst_video_scale_init),
9720         (gst_video_scale_set_property), (gst_video_scale_get_property),
9721         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9722         (gst_video_scale_prepare_size), (parse_caps),
9723         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9724         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9725         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9726         (plugin_init):
9727         * gst/videoscale/gstvideoscale.h:
9728         * gst/videotestsrc/gstvideotestsrc.c:
9729         (gst_video_test_src_pattern_get_type),
9730         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9731         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9732         (gst_video_test_src_set_pattern),
9733         (gst_video_test_src_set_property),
9734         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9735         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9736         (gst_video_test_src_event), (gst_video_test_src_get_times),
9737         (gst_video_test_src_create), (plugin_init):
9738         * gst/videotestsrc/gstvideotestsrc.h:
9739         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9740         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9741         (gst_video_test_src_black):
9742         * gst/videotestsrc/videotestsrc.h:
9743           borgify further
9744           clean up docs a little
9745
9746 2005-11-30  Wim Taymans  <wim@fluendo.com>
9747
9748         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9749         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9750         (gst_basertppayload_event), (gst_basertppayload_push),
9751         (gst_basertppayload_change_state):
9752         * gst-libs/gst/rtp/gstbasertppayload.h:
9753         closed #320644.
9754
9755 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9756
9757         * docs/libs/gst-plugins-base-libs-docs.sgml:
9758         * docs/libs/gst-plugins-base-libs-sections.txt:
9759         * gst-libs/gst/video/gstvideofilter.c:
9760         * gst-libs/gst/video/gstvideosink.c:
9761         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9762
9763 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9764
9765         * LICENSE:
9766           move
9767         * po/af.po:
9768         * po/az.po:
9769         * po/cs.po:
9770         * po/en_GB.po:
9771         * po/hu.po:
9772         * po/it.po:
9773         * po/nb.po:
9774         * po/nl.po:
9775         * po/or.po:
9776         * po/sq.po:
9777         * po/sr.po:
9778         * po/sv.po:
9779         * po/uk.po:
9780         * po/vi.po:
9781         * Makefile.am:
9782           update
9783         * scripts/autoplugins.sh:
9784           remove
9785
9786 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9787
9788         * Makefile.am:
9789         * configure.ac:
9790         * examples/Makefile.am:
9791         * examples/capsfilter/Makefile.am:
9792         * examples/capsfilter/capsfilter1.c:
9793         * examples/gob/Makefile.am:
9794         * examples/gob/gst-identity2.gob:
9795         * examples/indexing/.cvsignore:
9796         * examples/indexing/Makefile.am:
9797         * examples/indexing/indexmpeg.c:
9798         * examples/seeking/.cvsignore:
9799         * examples/seeking/Makefile.am:
9800         * examples/seeking/cdparanoia.c:
9801         * examples/seeking/cdplayer.c:
9802         * examples/seeking/chained.c:
9803         * examples/seeking/scrubby.c:
9804         * examples/seeking/seek.c:
9805         * examples/stats/Makefile.am:
9806         * examples/stats/mp2ogg.c:
9807         * examples/switch/.cvsignore:
9808         * examples/switch/Makefile.am:
9809         * examples/switch/switcher.c:
9810         * tests/Makefile.am:
9811         * tests/check/generic/.cvsignore:
9812         * tests/check/pipelines/.cvsignore:
9813         * tests/examples/Makefile.am:
9814         * tests/examples/seek/Makefile.am:
9815           reorganize stuff under tests/
9816
9817 2005-11-30  Edward Hervey  <edward@fluendo.com>
9818
9819         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9820         Go away you stupid GstStaticPadTemplate memleak.
9821
9822 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9823
9824         * gst-libs/gst/net/Makefile.am:
9825         * gst-libs/gst/net/README:
9826         * gst-libs/gst/net/gstnetbuffer.c:
9827         * gst-libs/gst/net/gstnetbuffer.h:
9828           this was moved to "netbuffer"
9829
9830 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9831
9832         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9833         (gst_video_filter_class_init), (gst_video_filter_init):
9834         * gst-libs/gst/video/gstvideofilter.h:
9835           borgify name to bring in line with other classes
9836
9837 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9838
9839         * gst/audioscale/.cvsignore:
9840         * gst/audioscale/Makefile.am:
9841         * gst/audioscale/README:
9842         * gst/audioscale/audioscale.vcproj:
9843         * gst/audioscale/dtof.c:
9844         * gst/audioscale/dtos.c:
9845         * gst/audioscale/functable.c:
9846         * gst/audioscale/gstaudioscale.c:
9847         * gst/audioscale/gstaudioscale.h:
9848         * gst/audioscale/private.h:
9849         * gst/audioscale/resample.c:
9850         * gst/audioscale/resample.h:
9851         * gst/audioscale/test.c:
9852           remove
9853
9854 2005-11-30  Edward Hervey  <edward@fluendo.com>
9855
9856         * gst-libs/gst/netbuffer/Makefile.am:
9857         really, really tired
9858
9859 2005-11-30  Edward Hervey  <edward@fluendo.com>
9860
9861         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9862         Update for new GstTypeFindFactory _register()
9863
9864 2005-11-30  Edward Hervey  <edward@fluendo.com>
9865
9866         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
9867         Let's not override libgstnet from core for no reason...
9868         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9869         Ok, maybe not so quick next time.
9870
9871 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9872
9873         * configure.ac:
9874         * gst-libs/gst/Makefile.am:
9875           moved gst-libs/gst/net to netbuffer through CVS surgery
9876           remove old directory
9877           updating build to accomodate
9878           (#322257)
9879
9880 2005-11-29  Andy Wingo  <wingo@pobox.com>
9881
9882         * pkgconfig/gstreamer-plugins-base.pc.in:
9883         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9884         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9885         (#322257).
9886
9887 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9888
9889         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9890         3rd time's the charm. Correct ref-counting for discarded buffers.
9891
9892 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9893
9894         * gst/playback/gststreamselector.c:
9895         (gst_stream_selector_class_init),
9896         (gst_stream_selector_set_property),
9897         (gst_stream_selector_get_property),
9898         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9899         Fix ref-counting
9900
9901 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
9902
9903         * gst/subparse/gstsubparse.c: (feed_textbuf):
9904           Don't access already unref'ed buffer.
9905
9906 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9907
9908         * gst/playback/gststreamselector.c:
9909         (gst_stream_selector_class_init), (gst_stream_selector_init),
9910         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9911         (gst_stream_selector_get_property),
9912         (gst_stream_selector_get_linked_pad),
9913         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9914         * gst/playback/gststreamselector.h:
9915         Add the active-pad property for playbin to use shortly. Ignore buffers
9916         from any other pad, returning GST_FLOW_NOT_LINKED
9917
9918 2005-11-29  Julien MOUTTE  <julien@moutte.net>
9919
9920         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9921         patch from bug #322704 (Alessandro Decina).
9922
9923 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9924
9925         * gst-libs/gst/audio/Makefile.am:
9926           folded audiofilter into the audio library
9927
9928 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9929
9930         * gst/videoscale/gstvideoscale.h:
9931         * gst/videoscale/gstvideoscale.c:
9932           remove unimplemented scale methods
9933
9934 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
9935
9936         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9937           Don't leak caps.
9938
9939 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9940
9941         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9942         (gst_ximagesink_setcaps):
9943         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9944         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
9945         happens (only visible on ximagesink but bug is in xv too) set_caps was
9946         destroying the internal x[v]image used to memcpy non locally alloced
9947         buffers so that it got renewed on next _chain. The issue is that 
9948         _expose will try to put that image as it reffed it in _put.
9949         Using gst_buffer_unref instead of destroy fixes it !
9950
9951 2005-11-28  Edward Hervey  <edward@fluendo.com>
9952
9953         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9954         (try_to_link_1), (queue_filled_cb):
9955         Better use of the queues. Start with a small size queue and only increase
9956         the size of the queues when the other queues are empty.
9957
9958 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9959
9960         * gst-libs/gst/video/Makefile.am:
9961           compile in copied-over videofilter into the video library
9962         * gst-libs/gst/video/videosink.h:
9963           rename the header to gstvideosink.h since it's a base GstObject class
9964         * sys/ximage/ximagesink.h:
9965         * sys/xvimage/xvimagesink.h:
9966           use the new header
9967
9968 2005-11-28  Wim Taymans  <wim@fluendo.com>
9969
9970         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
9971         * gst/playback/gstplaybasebin.h:
9972         Prepare to handle errors betters.
9973
9974         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9975         Set sinks to PAUSED first before adding and linking them so that
9976         we don't interrupt dataflow.
9977
9978 2005-11-28  Wim Taymans  <wim@fluendo.com>
9979
9980         * gst-libs/gst/audio/TODO:
9981         Updated TODO
9982
9983         * gst-libs/gst/audio/gstaudiosink.c:
9984         (gst_audioringbuffer_open_device),
9985         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
9986         (gst_audioringbuffer_release):
9987         Small cleanups.
9988
9989         * gst-libs/gst/audio/gstbaseaudiosink.c:
9990         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
9991         (gst_base_audio_sink_change_state):
9992         Slave to the master clock when going to PLAYING and unslave when
9993         going to PAUSED.
9994
9995         * gst-libs/gst/audio/gstringbuffer.c:
9996         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
9997         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
9998         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9999         (gst_ring_buffer_clear_all), (wait_segment),
10000         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10001         (gst_ring_buffer_advance):
10002         * gst-libs/gst/audio/gstringbuffer.h:
10003         Add some docs and cleanups.
10004
10005 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10006
10007         * sys/xvimage/xvimagesink.c:
10008         (gst_xvimagesink_navigation_send_event): Fix navigation events
10009         coordinates translation with pixel aspect ratios.
10010
10011 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10012
10013         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10014         Use calculated video geometry from _setcaps instead of buffer
10015         caps to respect pixel aspect ratio. (fixes #322388)
10016
10017 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10018
10019         * docs/libs/tmpl/gstcolorbalance.sgml:
10020         * docs/libs/tmpl/gstmixer.sgml:
10021         * docs/libs/tmpl/gstxoverlay.sgml:
10022         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10023         interface.
10024
10025 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10026
10027         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10028         Refuse to create an XvImage if we can't find the format.
10029
10030 2005-11-28  Edward Hervey  <edward@fluendo.com>
10031
10032         * gst-libs/gst/riff/riff-media.c:
10033         (gst_riff_create_audio_template_caps):
10034         Add ATRAC3 to the list of riff-possible audio caps.
10035         I know we still don't have a plugin for atrac3, but it's saner to output
10036         that than a cryptic mimetype.
10037
10038 2005-11-27  Edward Hervey  <edward@fluendo.com>
10039
10040         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10041         Don't try to create a zero-sized subbuffer.
10042
10043 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10044
10045         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10046         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10047         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10048         (gst_ximagesink_expose): Fixed a tricky race.
10049         * sys/ximage/ximagesink.h:
10050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10051         (gst_xvimagesink_expose): Fixed a tricky race.
10052         * sys/xvimage/xvimagesink.h:
10053
10054 2005-11-27  Edward Hervey  <edward@fluendo.com>
10055
10056         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10057         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10058         Remove unused properties, and add queues between demuxers and decoders
10059         so that a lot more files can preroll properly.
10060
10061 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10062
10063         * gst-libs/gst/net/Makefile.am:
10064         * gst-libs/gst/rtp/Makefile.am:
10065         * gst-libs/gst/tag/Makefile.am:
10066           remove silly include
10067         * gst/tags/Makefile.am:
10068         * gst/tags/gsttagediting.c:
10069         * gst/tags/gsttageditingprivate.h:
10070         * gst/tags/tagedit.vcproj:
10071           remove directory, is as good as empty
10072
10073 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10074
10075         * configure.ac:
10076           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10077         * gst-libs/Makefile.am:
10078         * gst-libs/gst/audio/Makefile.am:
10079         * gst-libs/gst/interfaces/Makefile.am:
10080         * gst-libs/gst/net/Makefile.am:
10081         * gst-libs/gst/riff/Makefile.am:
10082         * gst-libs/gst/rtp/Makefile.am:
10083         * gst-libs/gst/tag/Makefile.am:
10084         * gst-libs/gst/video/Makefile.am:
10085           and use them
10086
10087 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10088
10089         * docs/libs/tmpl/gstcolorbalance.sgml:
10090         * docs/libs/tmpl/gstmixer.sgml:
10091         * docs/libs/tmpl/gstxoverlay.sgml:
10092         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10093         * sys/ximage/ximagesink.h:
10094         * sys/xvimage/xvimagesink.h: More and more documentation.
10095
10096 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10097
10098         * docs/libs/gst-plugins-base-libs-docs.sgml:
10099         * docs/libs/gst-plugins-base-libs-sections.txt:
10100         * docs/libs/tmpl/gstcolorbalance.sgml:
10101         * docs/libs/tmpl/gstmixer.sgml:
10102         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10103         to documentation.
10104
10105 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10106
10107         * docs/plugins/Makefile.am:
10108         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10109         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10110         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10111
10112 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10113
10114         * docs/plugins/Makefile.am:
10115         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10116         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10117         * docs/plugins/inspect/plugin-adder.xml:
10118         * docs/plugins/inspect/plugin-alsa.xml:
10119         * docs/plugins/inspect/plugin-audioconvert.xml:
10120         * docs/plugins/inspect/plugin-audiorate.xml:
10121         * docs/plugins/inspect/plugin-audioresample.xml:
10122         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10123         * docs/plugins/inspect/plugin-decodebin.xml:
10124         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10125         * docs/plugins/inspect/plugin-gnomevfs.xml:
10126         * docs/plugins/inspect/plugin-ogg.xml:
10127         * docs/plugins/inspect/plugin-playbin.xml:
10128         * docs/plugins/inspect/plugin-subparse.xml:
10129         * docs/plugins/inspect/plugin-tcp.xml:
10130         * docs/plugins/inspect/plugin-theora.xml:
10131         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10132         * docs/plugins/inspect/plugin-video4linux.xml:
10133         * docs/plugins/inspect/plugin-videorate.xml:
10134         * docs/plugins/inspect/plugin-videoscale.xml:
10135         * docs/plugins/inspect/plugin-videotestsrc.xml:
10136         * docs/plugins/inspect/plugin-volume.xml:
10137         * docs/plugins/inspect/plugin-vorbis.xml:
10138         * docs/plugins/inspect/plugin-ximagesink.xml:
10139         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10140         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10141
10142 2005-11-26  Edward Hervey  <edward@fluendo.com>
10143
10144         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10145         Properly return GstFlowReturn from gst_pad_push in chain functions.
10146
10147 2005-11-25  Michael Smith  <msmith@fluendo.com>
10148
10149         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10150         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10151         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10152         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10153           Handle various conditions better when we don't understand a stream.
10154           Removes a heap of CRITICALs on ogg streams containing unknown data.
10155
10156 2005-11-24  Andy Wingo  <wingo@pobox.com>
10157
10158         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10159         Be threadsafe.
10160
10161 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10162
10163         * configure.ac: back to HEAD
10164
10165 === release 0.9.6 ===
10166
10167 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10168
10169         * configure.ac:
10170           releasing 0.9.6, "White Eight"
10171
10172 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10173
10174         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10175         * docs/plugins/inspect/plugin-sine.xml:
10176           remove sinesrc some more
10177
10178 2005-11-23  Wim Taymans  <wim@fluendo.com>
10179
10180         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10181         If we are reading too slowly, jump forward in the ringbuffer
10182         instead of blocking.
10183
10184 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10185
10186         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10187         (gst_visual_chain):
10188         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10189         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10190         (gst_videorate_chain):
10191         * gst/videotestsrc/gstvideotestsrc.c:
10192         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10193         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10194         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10195         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10196         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10197         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10198           Updates for API changes
10199
10200 2005-11-23  Wim Taymans  <wim@fluendo.com>
10201
10202         * gst-libs/gst/audio/gstbaseaudiosink.c:
10203         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10204         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10205         Fix for calibration API change.
10206
10207 2005-11-23  Michael Smith <msmith@fluendo.com>
10208
10209         * gst-libs/gst/audio/multichannel.c:
10210         (gst_audio_get_channel_positions),
10211         (gst_audio_set_channel_positions),
10212         (gst_audio_set_structure_channel_positions_list),
10213         (gst_audio_fixate_channel_positions):
10214           Use gst_value_array_*() functions on value arrays, not
10215           gst_value_list_*().
10216
10217 2005-11-23  Edward Hervey  <edward@fluendo.com>
10218
10219         * autogen.sh:
10220         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10221         Fixes autogen
10222
10223 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10224
10225         * check/Makefile.am:
10226         * check/elements/videotestsrc.c: (setup_videotestsrc),
10227         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10228         (main):
10229           add a test for videotestsrc
10230
10231 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10232
10233         * gst/sine/.cvsignore:
10234         * gst/sine/Makefile.am:
10235         * gst/sine/gstsinesrc.c:
10236         * gst/sine/gstsinesrc.h:
10237         * gst/sine/sinesrc.vcproj:
10238           and remove sinesrc from the repository.  Closes #321446
10239
10240 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10241
10242         * configure.ac:
10243         * gst-plugins-base.spec.in:
10244           remove sinesrc from the build
10245
10246 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10247
10248         * check/Makefile.am:
10249         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10250         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10251         (main):
10252           add a test for audiotestsrc, testing all waves.  Even seems
10253           leak-free at first glance, nice job Stefan
10254
10255 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10256
10257         * po/af.po:
10258         * po/az.po:
10259         * po/cs.po:
10260         * po/en_GB.po:
10261         * po/hu.po:
10262         * po/it.po:
10263         * po/nb.po:
10264         * po/nl.po:
10265         * po/or.po:
10266         * po/sq.po:
10267         * po/sr.po:
10268         * po/sv.po:
10269         * po/uk.po:
10270         * po/vi.po:
10271           Translation string updates
10272
10273         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10274         (gst_v4lsrc_set_caps):
10275         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10276         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10277         * sys/v4l/v4lsrc_calls.h:
10278           Improve v4lsrc, by making it work again.
10279
10280 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10281
10282         * ext/libvisual/visual.c: (gst_visual_chain):
10283           Fix the fps calculations.
10284
10285         * gst/ffmpegcolorspace/avcodec.h:
10286           Move structure element for clarity
10287
10288         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10289         * gst-libs/gst/interfaces/tunernorm.h:
10290         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10291         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10292         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10293         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10294         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10295         (gst_v4lmjpegsrc_getcaps):
10296         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10297         (gst_v4lsrc_set_caps):
10298         * sys/v4l/gstv4lsrc.h:
10299         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10300         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10301         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10302         * sys/v4l/v4lsrc_calls.h:
10303           Fractional framerates...
10304
10305 2005-11-22  Wim Taymans  <wim@fluendo.com>
10306
10307         * gst-libs/gst/audio/gstbaseaudiosink.c:
10308         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10309         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10310         And we provide a clock by default, of course...
10311
10312 2005-11-22  Wim Taymans  <wim@fluendo.com>
10313
10314         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10315         This clock can be slaved to a master clock now.
10316
10317         * gst-libs/gst/audio/gstbaseaudiosink.c:
10318         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10319         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10320         (gst_base_audio_sink_set_clock),
10321         (gst_base_audio_sink_set_property),
10322         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10323         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10324         * gst-libs/gst/audio/gstbaseaudiosink.h:
10325         Handle slaving the internal clock to the clock selected in the
10326         pipeline.
10327         Add property to make the basesink not provide a clock.
10328
10329         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10330         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10331         (gst_base_rtp_depayload_wait):
10332         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10333         We can use the clock in GstElement, no need to store it ourselves.
10334
10335 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10336
10337         * docs/libs/tmpl/gstaudio.sgml:
10338           update
10339         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10340         (gst_paranoia_endian_get_type):
10341         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10342         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10343         * gst/audiotestsrc/gstaudiotestsrc.c:
10344         (gst_audiostestsrc_wave_get_type):
10345         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10346         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10347         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10348         (gst_sync_method_get_type), (gst_unit_type_get_type),
10349         (gst_client_status_get_type), (gst_multifdsink_class_init),
10350         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10351         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10352         (gst_multifdsink_get_property):
10353         * gst/tcp/gstmultifdsink.h:
10354         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10355         * gst/videotestsrc/gstvideotestsrc.c:
10356         (gst_videotestsrc_pattern_get_type):
10357           remove deprecated properties
10358           fix up enums to correctly have short lowercase dashed nicks
10359
10360 2005-11-22  Michael Smith <msmith@fluendo.com>
10361
10362         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10363         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10364           Add underscore.
10365
10366 2005-11-22  Michael Smith <msmith@fluendo.com>
10367
10368         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10369         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10370           Use utility method for scaling clocktime for fractional framerates.
10371
10372 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10373
10374         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10375         (gst_visual_chain):
10376         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10377         * ext/theora/theoradec.c: (theora_handle_type_packet):
10378         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10379         (theora_enc_chain):
10380         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10381         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10382         * gst-libs/gst/video/video.h:
10383         * gst/ffmpegcolorspace/avcodec.h:
10384         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10385         (gst_ffmpeg_caps_to_pixfmt):
10386         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10387         (gst_ffmpegcsp_set_caps):
10388         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10389         (gst_videorate_setcaps), (gst_videorate_blank_data),
10390         (gst_videorate_chain):
10391         * gst/videotestsrc/gstvideotestsrc.c:
10392         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10393         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10394         (gst_videotestsrc_event), (gst_videotestsrc_create):
10395         * gst/videotestsrc/gstvideotestsrc.h:
10396         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10397         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10398         (gst_ximagesink_get_times), (gst_ximagesink_init):
10399         * sys/ximage/ximagesink.h:
10400         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10401         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10402         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10403         * sys/xvimage/xvimagesink.h:
10404           Convert elements to use fractions for their framerate.
10405           V4L elements to come later tonight.
10406
10407 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10408
10409         * gst-libs/gst/audio/audio.c:
10410         * gst-libs/gst/audio/audio.h:
10411           remove some deprecated functions
10412
10413 2005-11-22  Andy Wingo  <wingo@pobox.com>
10414
10415         * Update for gst_tag_setter API changes.
10416
10417 2005-11-22  Andy Wingo  <wingo@pobox.com>
10418
10419         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10420         (gst_ogg_demux_perform_seek):
10421         * ext/theora/theoradec.c (theora_dec_sink_event):
10422         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10423         update-funcnames.
10424
10425 2005-11-22  Wim Taymans  <wim@fluendo.com>
10426
10427         * examples/seeking/seek.c: (main):
10428         Give higher priority to bus signals than the gtk events
10429         to fix a race condition in the segment looping.
10430
10431 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10432
10433         * ext/theora/Makefile.am:
10434         * ext/vorbis/Makefile.am:
10435         * gst-libs/gst/tag/Makefile.am:
10436         * gst-plugins-base.spec.in:
10437           Rename libgsttagedit to libgsttag (#322117).
10438
10439 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10440
10441         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10442         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10443           Call gst_x_overlay_prepare_xwindow_id() to give applications
10444           a final chance to set their own xwindow id before the video
10445           sink creates its own window.
10446
10447 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10448
10449         * sys/xvimage/xvimagesink.c:
10450         (gst_xvimagesink_navigation_send_event): Handle navigation
10451         events correcly with borders if applicable.
10452
10453 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10454
10455         Patch by: Luca Ognibene
10456
10457         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10458         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10459         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10460         (gst_ffmpegcsp_caps_remove_format_info):
10461         * gst/ffmpegcolorspace/imgconvert.c:
10462         * gst/ffmpegcolorspace/imgconvert_template.h:
10463           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10464           #318353); use gst_structure_has_name().
10465
10466 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10467
10468         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10469         (gst_ximagesink_class_init): Add debug macros on functions.
10470         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10471         (gst_xvimagesink_xwindow_draw_borders),
10472         (gst_xvimagesink_xvimage_put),
10473         (gst_xvimagesink_xwindow_update_geometry),
10474         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10475         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10476         (gst_xvimagesink_xcontext_clear),
10477         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10478         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10479         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10480         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10481         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10482         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10483         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10484         expose while being PAUSED, out of data flow navigation events, etc..
10485
10486 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10487
10488         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10489         * gst-libs/gst/audio/audio.h:
10490           fix prototype - wondering why the test worked regardless
10491
10492 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10493
10494         * check/Makefile.am:
10495         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10496         * gst-libs/gst/audio/audio.h:
10497           add a method that returns a proper GstClockTime
10498
10499 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10500
10501         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10502         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10503         * gst-libs/gst/interfaces/xoverlay.h:
10504           Remove everything having to do with the desired size; add 
10505           gst_x_overlay_prepare_xwindow_id() function; remove the
10506           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10507           post a message on the bus instead (#321816).
10508
10509         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10511         (gst_xvimagesink_xoverlay_init):
10512           Remove desired size stuff (#321816).
10513
10514 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10515
10516         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10517         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10518         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10519           Terminate vararg functions with NULL instead of 0 to 
10520           make gcc4 happy.
10521
10522 2005-11-21  Andy Wingo  <wingo@pobox.com>
10523
10524         patch by: Sebastien Cote <sebas642@yahoo.ca>
10525         
10526         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10527         * gst-libs/gst/rtp/gstrtpbuffer.c
10528         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10529
10530 2005-11-21  Andy Wingo  <wingo@pobox.com>
10531
10532         * gst/playback/gstplaybin.c (gen_audio_element) 
10533         (gen_video_element): Use the new MISSING_PLUGIN core error
10534         category. Closes #320060.
10535
10536         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10537         * gst/videorate/gstvideorate.c (gst_videorate_event):
10538         * ext/theora/theoradec.c (theora_dec_sink_event): 
10539         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10540         stream lock.
10541
10542         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10543         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10544         stream lock changes.
10545
10546 2005-11-21  Wim Taymans  <wim@fluendo.com>
10547
10548         * gst-libs/gst/audio/gstbaseaudiosink.c:
10549         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10550         (gst_base_audio_sink_provide_clock),
10551         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10552         (gst_base_audio_sink_change_state):
10553         * gst/audioresample/gstaudioresample.c:
10554         Segment update fix.
10555
10556 2005-11-21  Andy Wingo  <wingo@pobox.com>
10557
10558         * *.h:
10559         * *.c: Ran scripts/update-macros. Oh yes.
10560
10561 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10562
10563         * sys/ximage/Makefile.am:
10564         * sys/ximage/ximage.c:
10565           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10566           remove your old libgstximage.* manually if necessary).
10567
10568 2005-11-21  Michael Smith <msmith@fluendo.com>
10569
10570         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10571           Minimal fix for bug #320200: set the min/max bitrate in the correct
10572           units. A better fix would be to upgrade to the RATEMANAGE2
10573           interface, rather than using the deprecated interface used here, but
10574           that would require an update in our libvorbis dependency (to 1.1),
10575           which is probably undesirable.
10576
10577 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10578
10579         * ext/libvisual/visual.c: (get_buffer):
10580         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10581         (gst_base_audio_src_fixate):
10582         * gst/audioconvert/gstaudioconvert.c:
10583         (gst_audio_convert_fixate_caps):
10584         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10585         * gst/audiotestsrc/gstaudiotestsrc.c:
10586         (gst_audiotestsrc_src_fixate):
10587         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10588         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10589         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10590         * gst/videotestsrc/gstvideotestsrc.c:
10591         (gst_videotestsrc_src_fixate):
10592         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10594           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10595           (#322027)
10596
10597
10598 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10599
10600         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10601         (gst_riff_create_iavs_caps):
10602         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10603         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10604         (gst_riff_parse_info):
10605         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10606         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10607         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10608           Fixes for GST_FOURCC_FORMAT API change.
10609
10610 2005-11-21  Andy Wingo  <wingo@pobox.com>
10611
10612         patch by: Alessandro Dessina <alessandro nnva org>
10613
10614         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10615         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10616         (gst_ogg_parse_chain):
10617         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10618         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10619         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10620         gst_value_list calls on arrays. Fixes #321962.
10621
10622 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10623
10624         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10625         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10626         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10627         * gst/adder/gstadder.c: (gst_adder_init),
10628         (gst_adder_request_new_pad), (gst_adder_collected),
10629         (gst_adder_change_state):
10630           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10631           API change.
10632
10633 2005-11-21  Michael Smith <msmith@fluendo.com>
10634
10635         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10636         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10637           Properly handle pad_push return values.
10638
10639 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10640
10641         * gst-libs/gst/tag/Makefile.am:
10642         * gst-libs/gst/tag/gstvorbistag.c:
10643         (gst_tag_list_to_vorbiscomment_buffer):
10644           Remove obsolete vorbistag element and debug category.
10645
10646         * gst/playback/gstplaybasebin.c: (check_queue):
10647           Don't divide by 0 when queue-threshold is 0.
10648
10649         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10650           Don't modify an existing pixel-aspect-ratio if we fail to read
10651           a new one.
10652
10653 2005-11-20  Wim Taymans  <wim@fluendo.com>
10654
10655         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10656         (gst_vorbisenc_push_packet):
10657         GST_PAD_IS_USABLE is gone, use the return value of
10658         the push or pad_alloc_buffer instead.
10659
10660 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10661
10662         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10663         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10664         (gst_ximagesink_ximage_destroy),
10665         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10666         (gst_ximagesink_xwindow_new),
10667         (gst_ximagesink_xwindow_update_geometry),
10668         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10669         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10670         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10671         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10672         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10673         (gst_ximagesink_navigation_send_event),
10674         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10675         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10676         (gst_ximagesink_finalize), (gst_ximagesink_init),
10677         (gst_ximagesink_class_init):
10678         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10679         This new version brings correct software scaling, non flickering
10680         window while resizing, pixel aspect ratio handling, usage of
10681         hardware buffer pools, out of data flow event thread for 
10682         navigation and handling of expose events even when being PAUSED,
10683         a new property to keep video aspect ratio when resizing, etc...
10684
10685 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10686
10687         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10688         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10689         handling of PAR.
10690
10691 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10692
10693         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10694         Unsetting IS_SINK flag from the fakesink, so decodebin
10695         never behaves as a sink.
10696
10697 2005-11-17  Wim Taymans  <wim@fluendo.com>
10698
10699         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10700         (gst_base_audio_src_change_state):
10701         Fix the audiosrc base class again, we did not unflush.
10702
10703 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10704
10705         * examples/seeking/seek.c: (make_dv_pipeline),
10706         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10707         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10708         to ogg/vorbis/theora pipeline.
10709
10710 2005-11-17  Wim Taymans  <wim@fluendo.com>
10711
10712         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10713         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10714         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10715         Fix EOS on multiple streams.
10716         More debugging.
10717
10718 2005-11-16  Wim Taymans  <wim@fluendo.com>
10719
10720         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10721         (gst_ogg_demux_perform_seek):
10722         Segment done must include stream time.
10723
10724         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10725         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10726         (gst_ogg_mux_change_state):
10727         Fix ogg muxer again.
10728
10729 2005-11-16  Wim Taymans  <wim@fluendo.com>
10730
10731         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10732         Fix compile again.
10733
10734 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10735
10736         * ext/libvisual/visual.c: (gst_visual_init):
10737         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10738         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10739         (gst_ogg_parse_chain):
10740         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10741         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10742         * ext/theora/theoradec.c: (gst_theora_dec_init):
10743         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10744         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10745         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10746         * gst/adder/gstadder.c: (gst_adder_class_init),
10747         (gst_adder_dispose):
10748         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10749         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10750         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10751           Fix a whole set of pad template leaks
10752
10753 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10754
10755         * check/generic/states.c: (GST_START_TEST):
10756           fix the test so that it only checks for elements that are part of
10757           this source module
10758
10759 2005-11-16  Michael Smith <msmith@fluendo.com>
10760
10761         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10762         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10763         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10764         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10765         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10766         (gst_ogg_mux_change_state):
10767           Fix leaking collectpads.
10768
10769 2005-11-16  Edward Hervey  <edward@fluendo.com>
10770
10771         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10772         (gst_videorate_event), (gst_videorate_chain):
10773         Handle segment seeks
10774
10775 2005-11-16  Wim Taymans  <wim@fluendo.com>
10776
10777         * gst-libs/gst/audio/gstbaseaudiosink.c:
10778         (gst_base_audio_sink_provide_clock),
10779         (gst_base_audio_sink_change_state):
10780         Set ringbuffer to non-flushing when going to PAUSED, set to
10781         flushing again when going to READY.
10782
10783         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10784         (gst_ring_buffer_stop):
10785         Start in flushing mode by default.
10786         Don't set flushing in the _stop method, let the app call
10787         this explicitly.
10788
10789 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10790
10791         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10792         * gst-libs/gst/video/videosink.h: Add helper function needed
10793         for video sinks.
10794
10795 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10796
10797         * gst/videoscale/gstvideoscale.c:
10798         (gst_videoscale_handle_src_event):
10799           Don't leak reference to pad parent.
10800
10801 2005-11-16  Wim Taymans  <wim@fluendo.com>
10802
10803         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10804         Set ringbuffer to flushing when stopping so that we don't
10805         block on wait_segment anymore and livelock.
10806
10807 2005-11-16  Wim Taymans  <wim@fluendo.com>
10808
10809         * examples/seeking/seek.c: (send_event), (do_seek),
10810         (loop_toggle_cb), (segment_done), (main):
10811         Added looping checkbox.
10812
10813 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10814
10815         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10816         (gst_ogg_demux_init):
10817         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10818         (gst_vorbis_dec_init):
10819           revert unrefs, they don't pass make check
10820
10821 2005-11-15  Johan Dahlin  <johan@gnome.org>
10822
10823         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10824         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10825         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10826         (gst_vorbis_dec_init):
10827         Fix pad template leaks. 
10828
10829 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10830
10831         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10832           Make state change function thread safe.
10833
10834 2005-11-15  Edward Hervey  <edward@fluendo.com>
10835
10836         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10837         (gst_ogg_demux_class_init):
10838         Implement GstElement::send_event, so we can send seek events
10839         in GST_STATE_READY
10840
10841 2005-11-14  Julien MOUTTE  <julien@moutte.net>
10842
10843         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10844         Discovered how to take away flickering while resizing the
10845         window. Please don't put that in ximagesink, refactoring in
10846         progress.
10847
10848 2005-11-14  Michael Smith <msmith@fluendo.com>
10849
10850         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10851         (gst_multifdsink_render):
10852           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10853
10854 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
10855
10856         * gst/playback/gstplaybin.c: (gen_audio_element):
10857           Use autoaudiosink, it tends to be more widely available than
10858           autoaudiiosink.
10859           
10860 2005-11-14  Andy Wingo  <wingo@pobox.com>
10861
10862         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10863         as well if it is available. Fixes #316442.
10864
10865 2005-11-14  Michael Smith <msmith@fluendo.com>
10866
10867         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10868         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10869         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10870         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10871         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10872         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10873         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10874         (gst_vorbisenc_change_state):
10875           Fix a small memory leak in vorbisenc.
10876           Fix large memory leaks in oggmux, also fix lots of state change
10877           bugs in oggmux.
10878
10879 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10880
10881         * gst/videotestsrc/gstvideotestsrc.c:
10882         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10883         (gst_videotestsrc_src_fixate):
10884           move fixation to a fixate function
10885           remove negotiate function, basesrc's is good enough
10886           fixes a bug for check when using the element alone
10887
10888 2005-11-13  Edward Hervey  <edward@fluendo.com>
10889
10890         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10891         (key_toggle_cb), (main):
10892         Added checkboxes for adding/removing the accurate and key_unit seek
10893         flags.
10894
10895 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10896
10897         * configure.ac: back to HEAD
10898
10899 === release 0.9.5 ===
10900
10901 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
10902
10903         * configure.ac:
10904           releasing 0.9.5, "No No Kia"
10905
10906 2005-11-11  Edward Hervey  <edward@fluendo.com>
10907
10908         * examples/seeking/seek.c: (make_parselaunch_pipeline):
10909         Added parse-launch syntax seeking mode for the seeking example.
10910         This should help stress-test even more cases.
10911         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10912
10913 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10914
10915         * sys/xvimage/xvimagesink.c:
10916         (gst_xvimagesink_navigation_send_event):
10917           Check whether peer pad exists before sending navigation events
10918           to it.
10919
10920 2005-11-11  Michael Smith <msmith@fluendo.com>
10921
10922         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10923         (gst_vorbisenc_buffer_from_packet):
10924         * ext/vorbis/vorbisenc.h:
10925           Set duration on encoded buffers. This allows oggmux's
10926           max_page_delay parameter to actually work.
10927
10928 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10929
10930         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10931         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10932         (gst_ffmpegcsp_avpicture_fill):
10933         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10934         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10935           Make palettes work again (see #132341). Use our own macros
10936           for rounding up.
10937
10938 2005-11-10  Andy Wingo  <wingo@pobox.com>
10939
10940         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
10941         string doober.
10942
10943 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10944
10945         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10946         (gst_ffmpegcsp_transform_caps):
10947           Prefer passthrough in transform_caps
10948
10949 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10950
10951         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10952           check for ALSA errors properly, instead of relying on ALSA's
10953           error strings to serve to the user.
10954
10955 2005-11-10  Wim Taymans  <wim@fluendo.com>
10956
10957         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
10958         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
10959         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10960         Modernise the seek code.
10961
10962 2005-11-10  Michael Smith <msmith@fluendo.com>
10963         
10964         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
10965         (setup_substreams), (set_active_source):
10966           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
10967           trying to go to NULL if we failed to read a file.
10968
10969 2005-11-10  Wim Taymans  <wim@fluendo.com>
10970
10971         * gst/audiotestsrc/gstaudiotestsrc.c:
10972         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
10973         (gst_audiotestsrc_create):
10974         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10975         (gst_sinesrc_get_times), (gst_sinesrc_create):
10976         * gst/videotestsrc/gstvideotestsrc.c:
10977         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
10978         (gst_videotestsrc_create):
10979         The base class can now sync for us.
10980
10981 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10982
10983         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
10984           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
10985           name=source autoprobe=false autoprobe-fps=false copy-mode=1
10986           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
10987           format=(fourcc)I420" ! xvimagesink
10988
10989 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
10990
10991         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10992         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
10993         (gst_sinesrc_newsegment):
10994           Send newsegment event in TIME format, set duration if
10995           num-buffers is set, fix duration querying.
10996
10997 2005-11-10  Michael Smith <msmith@fluendo.com>
10998
10999         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11000         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11001         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11002         (gst_ogg_mux_collected):
11003          Fix EOS handling, partially. Now forwarding an EOS event once we have
11004          EOS on all pads works correctly. However, we still don't properly set
11005          EOS on the actual ogg stream pages.
11006
11007 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11008
11009         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11010           Set elements to NULL state before disposing of them.
11011
11012 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
11013
11014         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11015
11016         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11017         (gst_base_rtp_depayload_init),
11018         (gst_base_rtp_depayload_set_gst_timestamp):
11019         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11020           We need to send a newsegment event for each instance, not
11021           just for the first instance of this class (get rid of
11022           static variable in function). (#321011).
11023           
11024 2005-11-08  Michael Smith <msmith@fluendo.com>
11025
11026         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11027         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11028         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11029         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11030           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11031           This makes us mux things correctly according to the ogg muxing
11032           rules. Still not handling EOS correctly right now, though.
11033
11034 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11035
11036         * gst/audioconvert/gstaudioconvert.c:
11037           Fix typo in docs. 
11038
11039 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11040
11041         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11042         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11043           Initialise segment_stop to GST_CLOCK_TIME_NONE when
11044           creating a new chain; should fix live streaming. Also
11045           add more debug output and fix a typo.
11046
11047 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
11048
11049         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11050
11051         * gst/volume/gstvolume.c: (volume_set_caps):
11052           Fix compilation on Solaris with Forte. (#320923)
11053
11054 2005-11-08  Wim Taymans  <wim@fluendo.com>
11055
11056         * gst-libs/gst/audio/gstbaseaudiosink.c:
11057         (gst_base_audio_sink_render):
11058         No need to do a typecheck.
11059
11060 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11061
11062         * ext/alsa/gstalsa.h:
11063           We register a debug category, so let's use it.
11064
11065 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11066
11067         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11068         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11069         Fixed a small problem.
11070
11071 2005-11-04  Wim Taymans  <wim@fluendo.com>
11072
11073         * examples/seeking/Makefile.am:
11074         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11075         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11076         (make_playerbin_pipeline), (format_value), (update_scale),
11077         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11078         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11079         (print_usage), (main):
11080         Added app for playback speed testing.
11081
11082         * examples/seeking/seek.c: (dynamic_link),
11083         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11084         (make_mpeg_pipeline), (do_seek), (set_update_scale),
11085         (message_received), (main):
11086         Updated seek example.
11087
11088 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11089
11090         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11091         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11092         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11093         (gst_base_rtp_depayload_set_clock):
11094         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11095         Don't sleep on the bench (system clock) when you have a nice 
11096         comfortable bed (Gstreamer clock) to sleep on.
11097
11098 2005-11-03  Wim Taymans  <wim@fluendo.com>
11099
11100         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11101         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11102         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11103         Handle the case where a pad_block failed.
11104
11105 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
11106
11107         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
11108
11109         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11110         (gst_base_rtp_depayload_add_to_queue),
11111         (gst_base_rtp_depayload_push),
11112         (gst_base_rtp_depayload_set_gst_timestamp),
11113         (gst_base_rtp_depayload_queue_release):
11114           Fixes some bugs in the depayloader's queuing/de-queueing code.
11115
11116 2005-10-31  Michael Smith <msmith@fluendo.com>
11117
11118         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11119         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11120         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11121           Patch from Alessandro Decina <alessandro@nnva.org>.
11122           Make oggdemux only find the final time in a chain, not per-pad,
11123           since the per-pad information can be very expensive to locate, and
11124           it isn't used anywhere. This makes reading a file containing
11125           OggSkeleton reasonably fast.
11126           Also, make chain finding work when there are logical bitstreams that
11127           can't be decoded. Fixes #319110.
11128
11129 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11130
11131         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11132         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11133         (gst_base_rtp_depayload_chain),
11134         (gst_base_rtp_depayload_add_to_queue),
11135         (gst_base_rtp_depayload_push),
11136         (gst_base_rtp_depayload_set_gst_timestamp),
11137         (gst_base_rtp_depayload_queue_release),
11138         (gst_base_rtp_depayload_start_thread),
11139         (gst_base_rtp_depayload_set_property),
11140         (gst_base_rtp_depayload_get_property):
11141         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11142         Some random fixes, to fullfill the desires of thomas.
11143
11144 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11145
11146         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11147         (gst_base_rtp_depayload_add_to_queue),
11148         (gst_base_rtp_depayload_push):
11149         Fixed the queueing algorithm.
11150
11151 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11152
11153         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11154         (gst_base_rtp_depayload_push):
11155         A small fix
11156
11157 2005-10-31  Wim Taymans  <wim@fluendo.com>
11158
11159         * gst-libs/gst/audio/gstringbuffer.h:
11160         Don't break ABI.
11161
11162         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11163         (gst_ffmpeg_caps_to_pixfmt):
11164         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11165         (gst_ffmpegcsp_set_caps):
11166         Some more comments.
11167         Handle missing required caps fields better.
11168
11169 2005-10-31  Wim Taymans  <wim@fluendo.com>
11170
11171         * gst-libs/gst/audio/gstbaseaudiosink.c:
11172         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11173         (gst_base_audio_sink_render):
11174         * gst-libs/gst/audio/gstringbuffer.c:
11175         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11176         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11177         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11178         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11179         (gst_ring_buffer_read):
11180         * gst-libs/gst/audio/gstringbuffer.h:
11181         Add flushing mode to the ringbuffer so that it in all cases does
11182         not try to handle more audio. This makes sure it does not try to
11183         block anymore when flushing and fixes a livelock.
11184
11185 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11186
11187         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11188         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11189         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11190           Explicitly check for -1 values before doing a conversion
11191           and always map them to -1. (#315545)
11192
11193 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11194
11195         * gst/playback/gstplaybin.c: (gen_video_element):
11196           first try autovideosink, then xvimagesink, then error out
11197         * po/POTFILES.in:
11198           add translatable file
11199         * po/af.po:
11200         * po/az.po:
11201         * po/cs.po:
11202         * po/en_GB.po:
11203         * po/hu.po:
11204         * po/it.po:
11205         * po/nb.po:
11206         * po/nl.po:
11207         * po/or.po:
11208         * po/sq.po:
11209         * po/sr.po:
11210         * po/sv.po:
11211         * po/uk.po:
11212         * po/vi.po:
11213           update translations
11214
11215 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11216
11217         * gst-libs/gst/rtp/gstbasedepayload.c:
11218         * gst-libs/gst/rtp/gstbasedepayload.h:
11219           Minor cleanups
11220
11221 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11222
11223         * gst/playback/.cvsignore:
11224         * gst/playback/decodetest.c:
11225         * gst/playback/test3.c:
11226           Port these two tests as well.
11227
11228 2005-10-27  Wim Taymans  <wim@fluendo.com>
11229
11230         * ext/theora/theoradec.c: (theora_dec_src_query),
11231         (theora_dec_sink_event):
11232         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11233         (theora_enc_change_state):
11234         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11235         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11236         Take proper locks when handling events.
11237
11238 2005-10-27  Wim Taymans  <wim@fluendo.com>
11239
11240         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11241         (gst_adder_change_state):
11242         Fix timestamps and fix deadlock when stopping the collectpads.
11243
11244 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11245
11246         * gst-libs/gst/rtp/gstrtpbuffer.h:
11247         Declaring the payload types as strings too so that they can be used
11248         in the padtemplate inialization.
11249
11250 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11251
11252         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11253
11254         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11255         (gst_base_rtp_depayload_class_init):
11256         Fixes a small but nasty bug. The derived elements no longer segfaults
11257         on finalization.
11258
11259 2005-10-26  Michael Smith <msmith@fluendo.com>
11260
11261         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11262           When clearing an audioconvert context, set tmpbufsize to zero, so
11263           we'll allocate it again later if required.
11264           This fixes audioconvert re-negotiating formats, which previously
11265           segfaulted with a NULL destination buffer.
11266
11267 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11268
11269         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11270         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11271         (gst_base_rtp_depayload_set_gst_timestamp),
11272         (gst_base_rtp_depayload_queue_release):
11273         Fixed a smalll memleak.
11274
11275 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11276         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11277         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11278         (gst_base_rtp_depayload_finalize),
11279         (gst_base_rtp_depayload_setcaps),
11280         (gst_base_rtp_depayload_add_to_queue),
11281         (gst_base_rtp_depayload_push),
11282         (gst_base_rtp_depayload_set_gst_timestamp),
11283         (gst_base_rtp_depayload_queue_release),
11284         (gst_base_rtp_depayload_thread),
11285         (gst_base_rtp_depayload_change_state):
11286         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11287         Changed the C++ comments to C comments
11288
11289 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11290
11291         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11292         * gst/tcp/gsttcpclientsrc.h:
11293         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11294         * gst/tcp/gsttcpserversrc.h:
11295           Remove unused 'curoffset' structure member.
11296
11297 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11298
11299         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11300         (gst_base_rtp_depayload_base_init),
11301         (gst_base_rtp_depayload_finalize):
11302         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11303         * gst-libs/gst/rtp/gstbasertppayload.h:
11304           The pad-template on the sinkpad should be set by the derived classes.
11305           Also added some useful macros.
11306
11307 2005-10-24  Wim Taymans  <wim@fluendo.com>
11308
11309         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11310         Correctly flush decoder samples even if we could not
11311         copy them to an output buffer. Fixes #319618.
11312
11313 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11314
11315         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11316         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11317         the caps against our xcontext caps.
11318
11319 2005-10-24  Wim Taymans  <wim@fluendo.com>
11320
11321         * gst-libs/gst/audio/gstbaseaudiosink.c:
11322         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11323         Remove g_print
11324         Use sync property from baseclass to disable sync.
11325
11326 2005-10-24  Wim Taymans  <wim@fluendo.com>
11327
11328         * gst-libs/gst/audio/gstbaseaudiosink.c:
11329         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11330         Buffers with no timestamps get aligned with previous buffers or
11331         on underrun, played ASAP.
11332
11333 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11334
11335         * gst-libs/gst/video/video.h:
11336         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11337         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11338         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11339         here comes my change on caps for framerate and geometry range.
11340         We are now accepting 1 to MAXINT for width and height, and from
11341         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11342         to be blended correctly in videomixer.
11343
11344 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11345
11346         * configure.ac:
11347           back to HEAD
11348
11349 === release 0.9.4 ===
11350
11351 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11352
11353         * NEWS:
11354         * RELEASE:
11355         * configure.ac:
11356           releasing 0.9.4, "Velociraptor"
11357
11358 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11359
11360         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11361         * po/POTFILES.in:
11362           STOPPED -> FAILED
11363
11364 2005-10-21  Wim Taymans  <wim@fluendo.com>
11365
11366         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11367         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11368         (pad_blocked), (close_pad_link), (new_pad):
11369         Don't try to remove elements twice.
11370
11371 2005-10-21  Wim Taymans  <wim@fluendo.com>
11372
11373         * ext/theora/theoradec.c: (theora_dec_src_query),
11374         (theora_dec_sink_event):
11375         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11376         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11377         (vorbis_handle_data_packet):
11378         * ext/vorbis/vorbisdec.h:
11379         Fix old naming.
11380
11381         * gst-libs/gst/audio/gstbaseaudiosink.c:
11382         (gst_base_audio_sink_render):
11383         Don't try to sync on buffers without a timestamp.
11384
11385 2005-10-21  Wim Taymans  <wim@fluendo.com>
11386
11387         * ext/theora/theoradec.c: (theora_dec_src_query),
11388         (theora_dec_sink_event):
11389         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11390         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11391         (vorbis_handle_data_packet):
11392         * ext/vorbis/vorbisdec.h:
11393         Fix old naming.
11394
11395 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11396
11397         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11398         (gst_vorbisenc_src_query):
11399           Implement position and duration queries.
11400
11401         * gst/playback/test3.c: (update_scale), (main):
11402           Fix for async state changes and print nicer output.
11403
11404 2005-10-20  Wim Taymans  <wim@fluendo.com>
11405
11406         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11407         (dump_element_stats), (main):
11408         * gst/playback/test6.c: (main):
11409         Fix tests again
11410
11411 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11412
11413         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11414         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11415           Don't use functions for position queries when handling
11416           duration queries.
11417
11418 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11419
11420         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11421         (vorbis_handle_data_packet), (vorbis_dec_chain),
11422         (vorbis_dec_change_state):
11423         * ext/vorbis/vorbisdec.h:
11424           Vorbis streams can be embedded in other container formats
11425           than ogg, container formats where the demuxer might set 
11426           timestamps on encoded vorbis buffers instead of those silly 
11427           granulepos thingies. In short: make vorbisdec handle 
11428           timestamps on incoming buffers as well.
11429
11430 2005-10-20  Wim Taymans  <wim@fluendo.com>
11431
11432         * gst/playback/gstplaybasebin.c: (group_destroy),
11433         (gst_play_base_bin_change_state):
11434         Fix leak.
11435         Handle case where playbasebin is now ASYNC because
11436         decodebin is.
11437
11438 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11439
11440         * gst/audioconvert/Makefile.am:
11441         * gst/audioconvert/bufferframesconvert.c:
11442         * gst/audioconvert/plugin.c: (plugin_init):
11443         * gst/audioconvert/plugin.h:
11444           And bye bye buffer-frames-convert
11445
11446 2005-10-19  Wim Taymans  <wim@fluendo.com>
11447
11448         * check/elements/audioconvert.c:
11449         * docs/libs/tmpl/gstaudio.sgml:
11450         * docs/libs/tmpl/gstcolorbalance.sgml:
11451         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11452         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11453         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11454         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11455         * gst-libs/gst/audio/audio.h:
11456         * gst/audioconvert/audioconvert.h:
11457         * gst/audioconvert/gstaudioconvert.c:
11458         (gst_audio_convert_parse_caps):
11459         * gst/volume/gstvolume.c:
11460         Bye bye buffer-frames.
11461
11462 2005-10-19  Wim Taymans  <wim@fluendo.com>
11463
11464         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11465         (query_positions_elems), (query_positions_pads), (update_scale),
11466         (do_seek), (set_update_scale), (message_received), (main):
11467         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11468         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11469         (gst_ogg_demux_loop):
11470         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11471         * ext/theora/theoradec.c: (theora_dec_src_query),
11472         (theora_dec_sink_event):
11473         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11474         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11475         * gst/adder/gstadder.c: (gst_adder_query):
11476         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11477         * gst/playback/test3.c: (update_scale):
11478         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11479         (dump_element_stats), (main):
11480         * gst/playback/test6.c: (main):
11481         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11482         Query API update.
11483
11484 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11485
11486         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11487         (xml_check_first_element), (xml_type_find), (smil_type_find),
11488         (plugin_init):
11489           Add typefinding for SMIL and for generic XML. Based on patch by
11490           Akos Maroy (#308663).
11491
11492 2005-10-18  Wim Taymans  <wim@fluendo.com>
11493
11494         * gst/playback/Makefile.am:
11495         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11496         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11497         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11498         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11499         (gst_decode_bin_change_state):
11500         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11501         (gst_play_bin_send_event_to_sink):
11502         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11503         (dump_element_stats), (main):
11504         * gst/playback/test6.c: (main):
11505         Make playbin async, it'll commit state to paused when all streams
11506         are detected.
11507         Remove ugly hack.
11508         Added test6.c to show async behaviour.
11509
11510 2005-10-18  Wim Taymans  <wim@fluendo.com>
11511
11512         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11513         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11514         Fix for segment-start/stop API change.
11515
11516 2005-10-18  Wim Taymans  <wim@fluendo.com>
11517
11518         * check/Makefile.am:
11519         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11520         (main):
11521         Add future test for clock selection.
11522
11523 2005-10-18  Wim Taymans  <wim@fluendo.com>
11524
11525         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11526         (gst_alsasink_close):
11527         Set handle to NULL.
11528
11529         * gst-libs/gst/audio/gstringbuffer.c:
11530         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11531         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11532         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11533         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11534         (gst_ring_buffer_read):
11535         More debug info.
11536
11537 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11538
11539         * gst/audiotestsrc/Makefile.am:
11540         * gst/sine/Makefile.am:
11541         * gst/volume/Makefile.am:
11542           fix broken build of controllerized plugins
11543
11544 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11545
11546         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11547
11548         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11549         (gst_riff_create_video_template_caps):
11550           Add support for Indeo-3 (IV32).
11551
11552 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11553
11554         * configure.ac:
11555           rewrite
11556
11557 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11558
11559         * gst-libs/gst/video/video.c: (gst_video_get_size):
11560         * gst/audiotestsrc/gstaudiotestsrc.c:
11561           doc updates
11562
11563 2005-10-17  Andy Wingo  <wingo@pobox.com>
11564
11565         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11566         with the collectpads change.
11567         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11568
11569         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11570
11571         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11572
11573         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11574         alloc_buffer flow return to callers.
11575         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11576         change. Fix some memleaks in theoraenc.
11577
11578         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11579         in strange circumstance.
11580
11581 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11582
11583         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11584         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11585         from caps, let's use the caps...
11586
11587 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11588
11589         * configure.ac:
11590           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11591
11592 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11593
11594         * gst-libs/gst/interfaces/Makefile.am:
11595           fix silly typo
11596
11597 2005-10-16  Andy Wingo  <wingo@pobox.com>
11598
11599         * gst/playback/gstdecodebin.c
11600         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11601         function!
11602         (try_to_link_1): Increase kraziness level.
11603
11604 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11605
11606         * configure.ac:
11607           restructure like the core one
11608         * gst-libs/gst/audio/Makefile.am:
11609         * gst-libs/gst/interfaces/Makefile.am:
11610         * gst-libs/gst/net/Makefile.am:
11611         * gst-libs/gst/riff/Makefile.am:
11612         * gst-libs/gst/rtp/Makefile.am:
11613         * gst-libs/gst/tag/Makefile.am:
11614         * gst-libs/gst/video/Makefile.am:
11615           use correct linker flags, now the libs are properly versioned
11616         * check/elements/audioconvert.c: (verify_convert):
11617         * ext/alsa/gstalsaplugin.c:
11618         * ext/cdparanoia/gstcdparanoia.c:
11619         * ext/gnomevfs/gstgnomevfs.c:
11620         * ext/libvisual/visual.c:
11621         * ext/ogg/gstogg.c:
11622         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11623         * ext/theora/theora.c:
11624         * ext/vorbis/vorbis.c:
11625         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11626         * gst-libs/gst/tag/gsttagediting.c:
11627         * gst-libs/gst/video/video.c:
11628         * gst/adder/gstadder.c:
11629         * gst/audioconvert/plugin.c:
11630         * gst/audiorate/gstaudiorate.c:
11631         * gst/audioresample/gstaudioresample.c:
11632         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11633         * gst/audioscale/gstaudioscale.c:
11634         * gst/audioscale/resample.c:
11635         * gst/audiotestsrc/gstaudiotestsrc.c:
11636         * gst/ffmpegcolorspace/gstffmpeg.c:
11637         * gst/playback/gstdecodebin.c: (close_pad_link):
11638         * gst/playback/gstplaybin.c: (gen_video_element),
11639         (gen_audio_element):
11640         * gst/sine/gstsinesrc.c:
11641         * gst/subparse/gstsubparse.c:
11642         * gst/tags/gsttagediting.c:
11643         * gst/tcp/gsttcpplugin.c:
11644         * gst/typefind/gsttypefindfunctions.c:
11645         * gst/videorate/gstvideorate.c:
11646         * gst/videoscale/gstvideoscale.c:
11647         * gst/videotestsrc/gstvideotestsrc.c:
11648         * gst/volume/gstvolume.c:
11649         * sys/v4l/gstv4l.c:
11650         * sys/ximage/ximage.c:
11651         * sys/xvimage/xvimagesink.c:
11652           fix up defines
11653
11654 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11655
11656         * ext/vorbis/vorbisenc.c:
11657         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11658         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11659         (gst_tag_to_vorbis_comments):
11660           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11661
11662 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11663
11664         * examples/stats/mp2ogg.c:
11665         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11666           typo fixes
11667
11668 2005-10-13  Michael Smith <msmith@fluendo.com>
11669
11670         * ext/ogg/gstoggmux.c:
11671           Use magic glib macros to define constants as 64 bit, to ensure
11672           appropriate vararg passing.
11673
11674 2005-10-13  Michael Smith <msmith@fluendo.com>
11675
11676         * ext/ogg/gstoggmux.c:
11677         * gst/audioconvert/audioconvert.c: (float):
11678           Don't use LL suffix, as it's not portable, and neither of these
11679           uses required it anyway.
11680
11681 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11682
11683         * examples/indexing/indexmpeg.c: (main):
11684         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11685         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11686         (cdparanoia_convert), (cdparanoia_query):
11687         * ext/cdparanoia/gstcdparanoia.h:
11688         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11689         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11690         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11691         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11692         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11693         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11694         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11695         (gst_multifdsink_render), (gst_multifdsink_start),
11696         (gst_multifdsink_stop):
11697         * gst/tcp/gstmultifdsink.h:
11698         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11699         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11700         (gst_tcpclientsink_stop):
11701         * gst/tcp/gsttcpclientsink.h:
11702         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11703         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11704         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11705         * gst/tcp/gsttcpclientsrc.h:
11706         * gst/tcp/gsttcpserversink.h:
11707         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11708         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11709         (gst_tcpserversrc_stop):
11710         * gst/tcp/gsttcpserversrc.h:
11711         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11712         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11713         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11714           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11715           moved bitshift from macro to enum definition
11716
11717 2005-10-12  Wim Taymans  <wim@fluendo.com>
11718
11719         * examples/seeking/Makefile.am:
11720         Oops.
11721
11722 2005-10-12  Wim Taymans  <wim@fluendo.com>
11723
11724         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11725         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11726         Don't assert on normal stuff.
11727
11728         * gst/playback/gstplaybin.c: (do_playbin_seek):
11729         API fix.
11730
11731 2005-10-12  Wim Taymans  <wim@fluendo.com>
11732
11733         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11734         * examples/seeking/Makefile.am:
11735         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11736         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11737         (do_seek), (set_update_scale), (message_received), (main):
11738         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11739         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11740         Update for _get_state() API change.
11741
11742 2005-10-11  Wim Taymans  <wim@fluendo.com>
11743
11744         * gst-libs/gst/audio/gstbaseaudiosink.c:
11745         (gst_base_audio_sink_render):
11746         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11747         (gst_base_audio_src_create):
11748         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11749         (gst_ring_buffer_read):
11750         Cleanups.
11751         Commit and read from ringbuffer in samples rather than bytes.
11752
11753 2005-10-11  Wim Taymans  <wim@fluendo.com>
11754
11755         * gst-libs/gst/audio/gstbaseaudiosink.c:
11756         (gst_base_audio_sink_render):
11757         Respect segment rate and accum when scheduling samples.
11758
11759 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11760
11761         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11762         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11763         EOS correctly, that needs more work.
11764
11765 2005-10-11  Wim Taymans  <wim@fluendo.com>
11766
11767         * check/generic/states.c: (GST_START_TEST):
11768         remove old property.
11769
11770         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11771         (gst_ogg_demux_perform_seek):
11772         * ext/theora/theoradec.c: (theora_dec_sink_event):
11773         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11774         (vorbis_handle_data_packet):
11775         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11776         (gst_base_rtp_depayload_set_gst_timestamp):
11777         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11778         Update for newsegment API change.
11779
11780 2005-10-11  Michael Smith <msmith@fluendo.com>
11781
11782         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11783         (do_playbin_seek), (gst_play_bin_send_event):
11784           Override send_event differently, so that we can takes bits of
11785           functionality from GstPipeline (special handling for seeks,
11786           including pausing/resuming, and resetting stream time) and still get
11787           the appropriate behaviour of only forwarding event to a single sink,
11788           rather than all of them.
11789           Unfortunately requires a lot of code duplication, but the
11790           alternatives are equally ugly in the end.
11791
11792 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11793
11794         * check/elements/audioconvert.c: (setup_audioconvert),
11795         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11796         (GST_START_TEST), (audioconvert_suite):
11797           clean up tests a little, fix some leaks.
11798
11799 2005-10-10  Wim Taymans  <wim@fluendo.com>
11800
11801         * ext/alsa/gstalsasink.c:
11802         Also allow unsigned int.
11803
11804         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11805         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11806         Small cleanup
11807
11808 2005-10-10  Wim Taymans  <wim@fluendo.com>
11809
11810         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11811         Small update, use API as stated in design docs.
11812
11813         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11814         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11815         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11816         (message_received), (main):
11817         Updated seek example for GOption. Some usability improvements.
11818
11819 2005-10-10  Wim Taymans  <wim@fluendo.com>
11820
11821         * gst/audioconvert/audioconvert.h:
11822         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11823         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11824         Alloc temp storage somewhere else where we can do it more
11825         portable.
11826
11827 2005-10-10  Wim Taymans  <wim@fluendo.com>
11828
11829         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11830         (gst_tcpserversrc_start):
11831         Don't block in accept while doing the state change, move
11832         to poll and make cancellable.
11833
11834 2005-10-09  Philippe Khalaf <burger@speedy.org>
11835
11836         * gst-libs/gst/rtp/rtpbasedepayload.c:
11837         Set timestamp and add queue delay to timestamp
11838         * gst-libs/gst/rtp/rtpbuffer.h:
11839         Set correct payload type for h263
11840
11841 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11842
11843         * gst/audiotestsrc/gstaudiotestsrc.c:
11844         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11845         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11846         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11847         (gst_audiotestsrc_create_triangle),
11848         (gst_audiotestsrc_create_silence),
11849         (gst_audiotestsrc_create_white_noise),
11850         (gst_audiotestsrc_init_pink_noise),
11851         (gst_audiotestsrc_generate_pink_noise_value),
11852         (gst_audiotestsrc_create_pink_noise),
11853         (gst_audiotestsrc_change_wave):
11854         * gst/audiotestsrc/gstaudiotestsrc.h:
11855           fixed typo, added pink noise
11856
11857 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11858
11859         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11860         (plugin_init):
11861           Add wavpack and spc typefind functions from 0.8 branch.
11862
11863 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11864
11865         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11866         (ar_type_find), (msdos_type_find), (plugin_init):
11867           Add typefind functions for tar archives, ar archives,
11868           RAR archives, and msdos-executables (dlls, exe, etc.).
11869           Some of those would be wrongly identified as mpeg
11870           streams of some sort before (#315550).
11871
11872 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11873
11874         * configure.ac:
11875         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11876         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11877         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11878         * gst/audiotestsrc/Makefile.am:
11879         * gst/audiotestsrc/gstaudiotestsrc.c:
11880         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11881         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11882         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11883         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11884         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11885         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11886         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11887         (gst_audiotestsrc_create_silence),
11888         (gst_audiotestsrc_create_white_noise),
11889         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11890         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11891         (gst_audiotestsrc_start), (plugin_init):
11892         * gst/audiotestsrc/gstaudiotestsrc.h:
11893           add new plugin and element
11894         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11895           use gobject_class
11896
11897 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11898
11899         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11900         (gst_adder_init), (gst_adder_request_new_pad),
11901         (gst_adder_change_state):
11902           Add query function to source pad, so adder reports the correct
11903           time/sample position when queried (#315457); fix state change
11904           function; use GST_DEBUG_FUNCPTR() for pad functions.
11905
11906 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11907
11908         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11909           Fix leaks in typefind registration
11910           Clean up the gratuitous commenting and whitespacing a little
11911
11912 2005-10-08  Wim Taymans  <wim@fluendo.com>
11913
11914         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11915         Only actually wait for the thread to be stopped if it's 
11916         running.
11917
11918 2005-10-08  Wim Taymans  <wim@fluendo.com>
11919
11920         * gst-libs/gst/audio/gstbaseaudiosink.c:
11921         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11922         If we receive EOS we can start playback of what we had.
11923
11924 2005-10-08  Wim Taymans  <wim@fluendo.com>
11925
11926         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11927         (gst_multifdsink_finalize), (multifdsink_hash_remove),
11928         (gst_multifdsink_stop):
11929         Fix crasher when going to NULL multiple times.
11930
11931 2005-10-06  Wim Taymans  <wim@fluendo.com>
11932
11933         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11934         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11935         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11936         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11937         patch from Edgard Lima <edgard.lima@indt.org.br>
11938         Fixed gstbaseaudiosrc adding ring buffer sync to it.
11939
11940 2005-10-06  Wim Taymans  <wim@fluendo.com>
11941
11942         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11943         Report the FLOW_RETURN as string in the error message.
11944
11945         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
11946         Don't assert when clearing an unnegotiated buffer.
11947
11948 2005-10-04  Michael Smith <msmith@fluendo.com>
11949
11950         * gst/playback/gstplaybasebin.c: (group_destroy),
11951         (gen_preroll_element), (remove_groups), (setup_source):
11952         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
11953         (setup_sinks), (gst_play_bin_send_event),
11954         (gst_play_bin_change_state):
11955           Set state to NULL before removing from bin. Fix refcounting.
11956
11957 2005-10-04  Michael Smith <msmith@fluendo.com>
11958
11959         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11960           Correct refcounting in send_event() function. Previously was wrong
11961           if the first sink was unable to handle the event.
11962
11963 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11964
11965         * configure.ac:
11966           back to development
11967
11968 === release 0.9.3 ===
11969
11970 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11971
11972         * configure.ac:
11973           Releasing 0.9.3, "De Facto"
11974
11975 2005-10-03  Andy Wingo  <wingo@pobox.com>
11976
11977         * gst/playback/gstdecodebin.c (try_to_link_1)
11978         (remove_element_chain): set element to NULL before removing it.
11979
11980 2005-10-02  Johan Dahlin  <johan@gnome.org>
11981
11982         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
11983         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
11984         MT safe.
11985
11986 2005-10-02  Andy Wingo  <wingo@pobox.com>
11987
11988         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
11989         (gst_ring_buffer_prepare_read): 
11990         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
11991         Demote to LOG.
11992
11993 2005-09-29  Wim Taymans  <wim@fluendo.com>
11994
11995         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
11996         * ext/theora/theoradec.c: (theora_handle_data_packet):
11997         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11998         Propagate error codes from alloc_buffer too.
11999
12000 2005-09-29  Wim Taymans  <wim@fluendo.com>
12001
12002         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12003         We use fixed caps.
12004
12005         * gst/playback/Makefile.am:
12006         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12007         (dump_element_stats), (main):
12008         Added example stream introspection code.
12009
12010 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
12011
12012         * gst/adder/gstadder.c: (gst_adder_collected):
12013           fix adder for float elements
12014
12015 2005-09-28  Wim Taymans  <wim@fluendo.com>
12016
12017         * gst-libs/gst/audio/gstbaseaudiosink.c:
12018         (gst_base_audio_sink_class_init),
12019         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12020         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12021         (gst_base_audio_src_class_init),
12022         (gst_base_audio_src_provide_clock):
12023         get_clock -> provide_clock
12024
12025 2005-09-28  Andy Wingo  <wingo@pobox.com>
12026
12027         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12028         and unlocking.
12029
12030         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12031         unlocking.
12032
12033         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12034         Actually add the pad template.
12035         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12036
12037         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12038         I'm at it...
12039
12040         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12041         from fdsrc. Get caps in create() instead of start() so it can be
12042         interrupted. Interruption somewhat untested.
12043
12044         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12045         Proper EOS handling.
12046
12047 2005-09-27  Andy Wingo  <wingo@pobox.com>
12048
12049         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12050
12051         * gst/tcp/gsttcpserversrc.c: Cleaned up.
12052
12053         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12054
12055         * gst/tcp/gsttcp.h: 
12056         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12057         out of tcpclientsrc.c. Cancellable.
12058         (gst_tcp_socket_read): Made private, cancellable, with better
12059         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12060         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12061         whole buffer, and better diagnostics.
12062         (gst_tcp_gdp_read_caps): Same.
12063
12064         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12065
12066 2005-09-26  Andy Wingo  <wingo@pobox.com>
12067
12068         * gst/sine/gstsinesrc.h:
12069         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12070         change the 'sync' property to 'is-live' and implement it halfway,
12071         update for controller api change.
12072
12073         * gst/volume/gstvolume.c (volume_transform_ip): Update for
12074         controller api change.
12075
12076 2005-09-24  Wim Taymans  <wim@fluendo.com>
12077
12078         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12079         * gst-libs/gst/audio/gstaudiosink.c:
12080         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12081         (gst_audioringbuffer_stop):
12082         * gst-libs/gst/audio/gstbaseaudiosink.c:
12083         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12084         (gst_base_audio_sink_change_state):
12085         * gst-libs/gst/audio/gstbaseaudiosink.h:
12086         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12087         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12088         (gst_ring_buffer_commit), (gst_ring_buffer_read):
12089         * gst-libs/gst/audio/gstringbuffer.h:
12090         Fix sync again. Moved sample alignment to basesink.
12091
12092 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12093
12094         * docs/plugins/Makefile.am:
12095         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12096         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12097         * gst/volume/gstvolume.c:
12098           add/fix docs
12099         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12100         * gst-libs/gst/audio/audio.h:
12101           add conversion macros for frames <-> clocktime
12102
12103 2005-09-23  David Schleef  <ds@schleef.org>
12104
12105         * gst/audioresample/Makefile.am:
12106         * gst/audioresample/debug.h:
12107         * gst/audioresample/gstaudioresample.c:
12108         * gst/audioresample/resample.c: Convert to using gst debugging
12109
12110 2005-09-22  Wim Taymans  <wim@fluendo.com>
12111
12112         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12113         (gst_play_bin_send_event):
12114         Only seek on one sink, the first one that succeeds.
12115
12116 2005-09-22  Michael Smith <msmith@fluendo.com>
12117
12118         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12119         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12120         Don't flush encoder state unless we have an initialised encoder.
12121         Clear out encoder state on PAUSED_TO_READY.
12122
12123 2005-09-22  Wim Taymans  <wim@fluendo.com>
12124
12125         * gst-libs/gst/rtp/gstbasertppayload.c:
12126         (gst_basertppayload_class_init), (gst_basertppayload_init),
12127         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12128         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12129         (gst_basertppayload_is_filled), (gst_basertppayload_push),
12130         (gst_basertppayload_set_property),
12131         (gst_basertppayload_get_property),
12132         (gst_basertppayload_change_state):
12133         * gst-libs/gst/rtp/gstbasertppayload.h:
12134         Added max-ptime to control amount of data in the rtp packets.
12135
12136 2005-09-21  Andy Wingo  <wingo@pobox.com>
12137
12138         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12139         thingies.
12140
12141         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12142         can be called multiple times, dogs.
12143
12144 2005-09-21  Wim Taymans  <wim@fluendo.com>
12145
12146         * gst-libs/gst/rtp/gstbasertppayload.c:
12147         (gst_basertppayload_class_init), (gst_basertppayload_init),
12148         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12149         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12150         (gst_basertppayload_push), (gst_basertppayload_get_property),
12151         (gst_basertppayload_change_state):
12152         Allow 0 ssrc too.
12153
12154 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
12155
12156         * docs/libs/compiling.sgml:
12157           fixing typos
12158
12159 2005-09-20  Wim Taymans  <wim@fluendo.com>
12160
12161         * gst-libs/gst/rtp/gstbasertppayload.c:
12162         (gst_basertppayload_class_init), (gst_basertppayload_init),
12163         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12164         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12165         (gst_basertppayload_push), (gst_basertppayload_set_property),
12166         (gst_basertppayload_get_property),
12167         (gst_basertppayload_change_state):
12168         * gst-libs/gst/rtp/gstbasertppayload.h:
12169         Added property to configure sequence number offsets.
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         Make timestamp offset configurable.
12182
12183 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12184
12185         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12186           fix wrong pop/unref
12187
12188 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12189
12190         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12191
12192         * gst-libs/gst/interfaces/propertyprobe.c:
12193         (gst_property_probe_probe_property_name),
12194         (gst_property_probe_needs_probe_name),
12195         (gst_property_probe_get_values_name),
12196         (gst_property_probe_probe_and_get_values_name):
12197           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12198           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12199
12200 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12201
12202         * check/Makefile.am:
12203           have some tests be disabled for valgrinding
12204         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12205         (GST_START_TEST):
12206         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12207           Fix A Leak.  Chain To Parent Finalize.
12208
12209 2005-09-19  Wim Taymans  <wim@fluendo.com>
12210
12211         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12212         Fixed wav pipeline.
12213
12214 2005-09-19  Wim Taymans  <wim@fluendo.com>
12215
12216         * gst-libs/gst/rtp/gstbasertppayload.c:
12217         (gst_basertppayload_class_init), (gst_basertppayload_init),
12218         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12219         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12220         (gst_basertppayload_push), (gst_basertppayload_get_property),
12221         (gst_basertppayload_change_state):
12222         Posting ERROR and WARNING messages is good.
12223
12224 2005-09-19  Wim Taymans  <wim@fluendo.com>
12225
12226         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12227         (gst_base_rtp_depayload_add_to_queue),
12228         (gst_base_rtp_depayload_push),
12229         (gst_base_rtp_depayload_set_gst_timestamp),
12230         (gst_base_rtp_depayload_queue_release):
12231         This one was not supposed to go in.
12232
12233 2005-09-19  Wim Taymans  <wim@fluendo.com>
12234
12235         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12236         Fix for bus API.
12237
12238         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12239         (gst_base_rtp_depayload_chain),
12240         (gst_base_rtp_depayload_add_to_queue),
12241         (gst_base_rtp_depayload_push),
12242         (gst_base_rtp_depayload_set_gst_timestamp),
12243         (gst_base_rtp_depayload_queue_release):
12244         Some cleanups.
12245
12246         * gst-libs/gst/rtp/gstbasertppayload.c:
12247         (gst_basertppayload_class_init), (gst_basertppayload_init),
12248         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12249         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12250         (gst_basertppayload_get_property),
12251         (gst_basertppayload_change_state):
12252         Added debugging category.
12253
12254 2005-09-18  David Schleef  <ds@schleef.org>
12255
12256         * gst/playback/gstdecodebin.c: free plugin list correctly
12257         * gst/playback/gstplaybin.c: emit warning if autovideosink
12258           and autoaudiosink can't be found (instead of segfaulting)
12259
12260 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12261
12262         * check/elements/audioconvert.c: (GST_START_TEST):
12263           try out 24 bit conversion
12264
12265 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12266
12267         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12268         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12269         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12270         * ext/vorbis/vorbisenc.h:
12271           Fix EOS handling.  Still needs a fix in the ogg muxer to
12272           mark the last page as eos.
12273
12274 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12275
12276         * common/gtk-doc-plugins.mak:
12277         * docs/plugins/Makefile.am:
12278         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12279         * gst/ffmpegcolorspace/Makefile.am:
12280         * gst/ffmpegcolorspace/avcodec.h:
12281         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12282         * gst/tcp/gstmultifdsink.c:
12283           fix up ffmpegcolorspace docs; extract header
12284
12285 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12286
12287         * common/gtk-doc-plugins.mak:
12288         * docs/plugins/Makefile.am:
12289         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12290         * ext/theora/Makefile.am:
12291         * ext/theora/gsttheoraenc.h:
12292         * ext/theora/theoraenc.c:
12293         * ext/vorbis/vorbisenc.c:
12294           pick up signals and args for vorbis; add some docs for vorbis
12295
12296 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12297
12298         * common/gstdoc-scangobj:
12299         * common/gtk-doc-plugins.mak:
12300         * docs/libs/Makefile.am:
12301         * docs/plugins/gst-plugins-base-plugins.args:
12302         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12303         * docs/plugins/gst-plugins-base-plugins.interfaces:
12304         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12305         * docs/plugins/gst-plugins-base-plugins.signals:
12306           only scanobj stuff from our source module.  Not sure yet
12307           if that's correct, given the hierarchy stuff :)
12308
12309 2005-09-15  Wim Taymans  <wim@fluendo.com>
12310
12311         * gst/audioconvert/gstaudioconvert.c:
12312         And enable 24 bits mode as well..
12313
12314 2005-09-15  Wim Taymans  <wim@fluendo.com>
12315
12316         * gst-libs/gst/rtp/Makefile.am:
12317         * gst-libs/gst/rtp/gstbasertppayload.c:
12318         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12319         (gst_basertppayload_class_init), (gst_basertppayload_init),
12320         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12321         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12322         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12323         (gst_basertppayload_set_property),
12324         (gst_basertppayload_get_property),
12325         (gst_basertppayload_change_state):
12326         * gst-libs/gst/rtp/gstbasertppayload.h:
12327         Added rtp payloader base class.
12328
12329 2005-09-15  Andy Wingo  <wingo@pobox.com>
12330
12331         * configure.ac (plugindir): Remove the EOL matcher from the
12332         regexp, as it causes me problems. Libtool? Make? Who knows?
12333
12334 2005-09-14  David Schleef  <ds@schleef.org>
12335
12336         * check/generic/states.c: 
12337         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12338         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12339           Fixes for changes in registry API.
12340
12341         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12342           to GST_PLUGIN_LDFLAGS.
12343         * ext/libvisual/visual.c: Make the library shut up.
12344         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12345         * gst-libs/gst/audio/gstaudiofilter.c: same
12346
12347 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12348
12349         * docs/plugins/Makefile.am:
12350         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12351         * docs/plugins/inspect/plugin-libvisual.xml:
12352         * docs/plugins/tmpl/element-tcpserversink.sgml:
12353         * ext/theora/theoraenc.c:
12354           add libvisual plugin and theoraenc element to docs
12355
12356 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12357
12358         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12359         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12360         * ext/theora/theoraenc.c:
12361           add theoraenc
12362
12363 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12364
12365         * gst/audioconvert/Makefile.am:
12366           Audioconvert derives from GstBaseTransform and should
12367           link to the library with our base elements to avoid
12368           unresolved symbols. Makes things work with MinGW (#316160)
12369
12370         * gst/playback/test4.c: (main):
12371           Fix MinGW build problem and use g_usleep() instead of 
12372           sleep() (#316162)
12373
12374 2005-09-12  Wim Taymans  <wim@fluendo.com>
12375
12376         * gst/audioconvert/audioconvert.c: (float),
12377         (audio_convert_prepare_context), (audio_convert_convert):
12378         * gst/audioconvert/audioconvert.h:
12379         Cleanups, speedups, simplifications, added back support
12380         for 24 bits.
12381
12382 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12383
12384         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12385         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12386         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12387         * docs/plugins/tmpl/element-tcpserversink.sgml:
12388         * gst/ffmpegcolorspace/gstffmpeg.c:
12389         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12390         * gst/videotestsrc/gstvideotestsrc.c:
12391         * gst/volume/gstvolume.c:
12392           add more elements to the docs
12393
12394 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12395
12396         * check/Makefile.am:
12397         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12398         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12399           Add extra tests for basetransform based components. 
12400           Comment out the test_element_negotiation test until we decide
12401           if it's testing correct behaviour.
12402         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12403         (gst_visual_chain), (gst_visual_change_state):
12404           Slightly more correct but still bogus timestamping.
12405           Fix state change function.
12406         * gst/audioconvert/gstaudioconvert.c:
12407         (gst_audio_convert_class_init):
12408         * gst/audioresample/gstaudioresample.c:
12409         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12410         (gst_ffmpegcsp_class_init):
12411         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12412         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12413         (gst_videoscale_prepare_image):
12414         * gst/volume/gstvolume.c: (gst_volume_class_init),
12415         (volume_transform_ip):
12416           Basetransform updates. Enable passthrough modes.
12417         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12418         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12419         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12420           Negotiation fix that allows the window to return to the original
12421           size and renegotiate passthrough upstream. Extra debug output.
12422
12423 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12424
12425         * gst/sine/gstsinesrc.c:
12426         * gst/volume/gstvolume.c:
12427           fix up header include
12428
12429 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12430
12431         * gst-libs/gst/audio/gstbaseaudiosink.c:
12432         (gst_base_audio_sink_render):
12433         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12434         * gst/volume/gstvolume.c: (gst_volume_class_init),
12435         (volume_transform):
12436           fixing lost sync, some more debugging
12437
12438 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12439
12440         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12441         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12442         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12443         (gst_xvimagesink_check_xshm_calls):
12444           Fix compilation when XShm is not available.
12445
12446 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12447
12448         * ext/libvisual/visual.c: (gst_visual_dispose),
12449         (gst_visual_getcaps), (gst_visual_src_setcaps),
12450         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12451         (gst_visual_change_state):
12452           Finish fixing up libvisual plugin so that it runs. 
12453
12454 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12455
12456         * ext/vorbis/vorbisenc.c:
12457         * gst-libs/gst/tag/gstvorbistag.c:
12458           gsttaginterface.h -> gsttagsetter.h
12459
12460 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12461
12462         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12463           added another test that failes for me (test is not active by default)
12464
12465 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12466
12467         * configure.ac:
12468           v4l2 is no longer in gst-plugins-base
12469
12470 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12471
12472         * configure.ac:
12473           In the output at the end, don't show the first plugin on the same
12474           line as "Core plug-ins, always built:".
12475           Indent the output as for other plugin categories
12476         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12477           #define that can be used to not use peer buffer_alloc functions for
12478           test purposes.
12479         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12480         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12481         (gst_ximagesink_show_frame):
12482         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12483         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12484         (gst_xvimagesink_show_frame):
12485           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12486           fails gracefully instead of XError aborting or deadlocking.
12487
12488 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12489
12490         * ext/libvisual/Makefile.am:
12491           link against gst-base-libs
12492
12493 2005-09-06  David Schleef  <ds@schleef.org>
12494
12495         * configure.ac: Enable libvisual plugin.
12496         * ext/libvisual/Makefile.am:
12497         * ext/libvisual/visual.c: Fixes to make it compile.
12498
12499 === release 0.9.2 ===
12500
12501 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12502
12503         * NEWS:
12504         * RELEASE:
12505         * configure.ac:
12506         * docs/random/ChangeLog-0.8:
12507           releasing 0.9.2, "Spoon"
12508
12509 2005-09-05  Michael Smith <msmith@fluendo.com>
12510
12511         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12512           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12513           that in the vorbisenc element.
12514
12515 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12516
12517         * common/gtk-doc-plugins.mak:
12518         * docs/plugins/Makefile.am:
12519           fix distcheck
12520         * gst/audioresample/resample.c:
12521           fix wrong docstring
12522
12523 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12524
12525         * common/gst-xmlinspect.py:
12526         * common/gtk-doc-plugins.mak:
12527           only inspect plugins for this given package
12528           require gst-python 0.9
12529
12530 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12531
12532         * Makefile.am:
12533         * autogen.sh:
12534         * common/gst-xmlinspect.py:
12535         * configure.ac:
12536         * docs/Makefile.am:
12537         * docs/plugins/inspect/plugin-alsa.xml:
12538         * docs/plugins/inspect/plugin-audioresample.xml:
12539         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12540         * docs/plugins/inspect/plugin-ogg.xml:
12541         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12542         * docs/plugins/tmpl/element-multifdsink.sgml:
12543         * docs/plugins/tmpl/element-tcpserversink.sgml:
12544         * docs/plugins/tmpl/element-vorbisenc.sgml:
12545         * gst-plugins-base.spec.in:
12546           various doc-related updates
12547
12548 2005-08-31  Wim Taymans  <wim@fluendo.com>
12549
12550         * gst-libs/gst/audio/gstbaseaudiosink.c:
12551         (gst_base_audio_sink_render):
12552         Resync if the buffer timestamps drift more than a 10th 
12553         of a second.
12554
12555 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12556
12557         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12558         (gst_v4lsrc_get_property):
12559           The 'timestamp-offset' property is registered as an int64, so
12560           let's use g_value_{set|get}_int64() in our setter and getter
12561           functions (makes it work and fixes warnings with gst-inspect).
12562
12563 2005-08-30  Wim Taymans  <wim@fluendo.com>
12564
12565         * check/elements/audioconvert.c: (setup_audioconvert):
12566         * check/elements/audioresample.c: (setup_audioresample):
12567         * check/elements/volume.c: (setup_volume):
12568         Fix checks.
12569
12570 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12571
12572         * common/gtk-doc-plugins.mak:
12573         * common/plugins.xsl:
12574         * docs/plugins/Makefile.am:
12575           make module a param
12576
12577 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12578
12579         * examples/seeking/seek.c: (make_mp3_pipeline),
12580         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12581         (play_cb), (pause_cb), (stop_cb):
12582           update the example
12583
12584 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12585
12586         * gst/volume/gstvolume.c: (gst_volume_class_init),
12587         (volume_transform):
12588           do not update controlled params, if buffer has no timestamp
12589
12590 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12591
12592         * configure.ac:
12593         * gst/sine/Makefile.am:
12594         * gst/volume/Makefile.am:
12595           controllerized elements also need to link against controller-libs ;)
12596
12597 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12598
12599         * docs/libs/tmpl/gstcolorbalance.sgml:
12600         * docs/libs/tmpl/gstgconf.sgml:
12601         * docs/libs/tmpl/gstmixer.sgml:
12602         * docs/libs/tmpl/gstringbuffer.sgml:
12603         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12604         (gst_sinesrc_create):
12605         * gst/volume/gstvolume.c: (gst_volume_class_init),
12606         (volume_transform):
12607           controllerized two audio plugins
12608
12609 2005-08-29  Andy Wingo  <wingo@pobox.com>
12610
12611         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12612         (vorbis_handle_data_packet): Fix some int overflow errors.
12613
12614         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12615         -1.
12616         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12617         valid.
12618         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12619         if it's valid. Fixed streaming-mode playback.
12620
12621         * check/elements/volume.c (cleanup_volume): Fix for running
12622         CK_FORK=no.
12623
12624         * check/elements/audioconvert.c: Convert from native endian, not
12625         little endian.
12626
12627 2005-08-29  Michael Smith <msmith@fluendo.com>
12628
12629         * ext/ogg/Makefile.am:
12630         * ext/ogg/gstogg.c: (plugin_init):
12631         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12632         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12633         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12634         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12635         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12636         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12637         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12638         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12639         Add an ogg parser element.
12640
12641 2005-08-28  Andy Wingo  <wingo@pobox.com>
12642
12643         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12644
12645 2005-08-26  Wim Taymans  <wim@fluendo.com>
12646
12647         * gst/audioconvert/audioconvert.c: (if), (float),
12648         (audio_convert_get_func_index), (check_default),
12649         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12650         (audio_convert_clean_context), (audio_convert_get_sizes),
12651         (audio_convert_convert):
12652         Cleanups.
12653
12654 2005-08-26  Wim Taymans  <wim@fluendo.com>
12655
12656         * gst/audioconvert/audioconvert.c: (if), (float),
12657         (audio_convert_get_func_index), (check_default),
12658         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12659         (audio_convert_clean_context), (audio_convert_get_sizes),
12660         (audio_convert_convert):
12661         More elegant and working temp buffer selection algo.
12662
12663 2005-08-26  Wim Taymans  <wim@fluendo.com>
12664
12665         * gst/audioconvert/audioconvert.c: (if), (float),
12666         (audio_convert_get_func_index), (check_default),
12667         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12668         (audio_convert_clean_context), (audio_convert_get_sizes),
12669         (get_temp_buffer), (audio_convert_convert):
12670         Use realloc else we lose our original data.
12671
12672 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12673
12674         * gst/audioresample/gstaudioresample.c:
12675           use base class' newsegment to properly timestamp
12676
12677 2005-08-26  Wim Taymans  <wim@fluendo.com>
12678
12679         * gst/audioconvert/audioconvert.c: (if), (float),
12680         (audio_convert_get_func_index), (check_default),
12681         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12682         (audio_convert_clean_context), (audio_convert_get_sizes),
12683         (get_temp_buffer), (audio_convert_convert):
12684         * gst/audioconvert/gstaudioconvert.c:
12685         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12686         (gst_audio_convert_transform_caps),
12687         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12688         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12689         Oops, allocate enough space to perform the channel mix.
12690
12691 2005-08-26  Wim Taymans  <wim@fluendo.com>
12692
12693         * gst/audioconvert/Makefile.am:
12694         * gst/audioconvert/audioconvert.c: (if), (float),
12695         (audio_convert_get_func_index), (check_default),
12696         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12697         (audio_convert_clean_context), (audio_convert_get_sizes),
12698         (get_temp_buffer), (audio_convert_convert):
12699         * gst/audioconvert/audioconvert.h:
12700         * gst/audioconvert/gstaudioconvert.c:
12701         (gst_audio_convert_class_init), (gst_audio_convert_init),
12702         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12703         (gst_audio_convert_get_unit_size),
12704         (gst_audio_convert_transform_caps),
12705         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12706         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12707         * gst/audioconvert/gstaudioconvert.h:
12708         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12709         (gst_channel_mix_fill_identical),
12710         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12711         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12712         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12713         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12714         (gst_channel_mix_mix):
12715         * gst/audioconvert/gstchannelmix.h:
12716         Cleanups, librarify a bit, optimize, better negotiation and more.
12717
12718 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12719
12720         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12721         Another from MikeS:
12722         During typefinding, don't support negative offsets
12723         (offsets from the end of the stream) in our typefind->peek() function
12724         - nothing embedded in ogg ever needs them. However, we need to recognise
12725         those requests and reject them, otherwise we return invalid pointers.
12726
12727 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12728
12729         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12730         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12731         (vorbisdec_finalize), (vorbis_handle_type_packet):
12732           Big shout-out to MikeS for fixing this giant memory leak.
12733           Huzzah!
12734
12735 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12736
12737         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12738         (audio_convert_get_unit_size):
12739           plug some leaks
12740
12741 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12742
12743         * check/Makefile.am:
12744         * check/elements/audioconvert.c: (setup_audioconvert),
12745         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12746         (GST_START_TEST), (audioconvert_suite), (main):
12747           add a test for audioconvert
12748         * gst/audioresample/gstaudioresample.c:
12749         * gst/audioresample/gstaudioresample.h:
12750           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12751           note that for buffers of 1/3 sec this means DURATION(c) is 
12752           one nanosecond more than for a and b
12753
12754 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12755
12756         * check/Makefile.am:
12757         * check/elements/audioresample.c: (setup_audioresample),
12758         (cleanup_audioresample), (fail_unless_perfect_stream),
12759         (test_perfect_stream_instance), (GST_START_TEST),
12760           add a check for audioresample
12761         (audioresample_suite), (main):
12762         * check/elements/volume.c: (GST_START_TEST):
12763           remove unused method
12764         * gst/audioresample/gstaudioresample.c:
12765           set correct buffer parameters since we're changing them
12766         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12767           add some debug
12768
12769 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12770
12771         * gst/audioresample/debug.c:
12772         * gst/audioresample/gstaudioresample.c:
12773           add room for extra overlap samples when asked to transform size
12774           protect against possible mem corruption and check for discrepancies
12775           between written size and outbuffer's size so we can warn for
12776           potential problems
12777         * gst/audioresample/resample.c: (resample_init),
12778         (resample_get_output_size_for_input), (resample_get_output_size),
12779         (resample_set_n_channels), (resample_set_format):
12780           set debug level based on RESAMPLE_DEBUG env var
12781           make sure that get_output_size* returns a whole number of
12782           sample_size
12783           set sample_size each time either channel or format is set
12784         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12785         * gst/audioresample/resample_functable.c:
12786         (resample_scale_functable):
12787         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12788           remove r->sample_size, it's done in resample.c now
12789           add some debugging to the ref implementation
12790           make sure we only give back bytes that are wholes of the sample
12791           size
12792
12793 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12794         * gst/playback/gstplaybasebin.c: (fill_buffer):
12795         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12796
12797 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12798
12799         * gst/volume/gstvolume.c:
12800           made set_caps function static
12801
12802 2005-08-24  Wim Taymans  <wim@fluendo.com>
12803
12804         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12805         (gst_vorbisenc_change_state):
12806         Stop leaking taglists.
12807
12808 2005-08-24  Wim Taymans  <wim@fluendo.com>
12809
12810         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12811         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12812         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12813         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12814         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12815         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12816         Parse seeking events better.
12817         Unref static caps.
12818         Generate correct newsegment events, fixes seeking in live oggs.
12819
12820         * ext/theora/theoradec.c: (theora_dec_src_query),
12821         (theora_dec_src_event), (theora_dec_src_getcaps),
12822         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12823         Use newsegment values to report correct play time.
12824
12825         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12826         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12827         * ext/vorbis/vorbisdec.h:
12828         Parse and use newsegment values to report correct play time.
12829
12830         * gst-libs/gst/audio/gstbaseaudiosink.c:
12831         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12832         Clear ringbuffer on flush.
12833         Use newsegment values to calculate playback time.
12834
12835         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12836         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12837         Basesink does newsegment calculations for us now.
12838
12839 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12840
12841         * check/Makefile.am:
12842         * configure.ac:
12843           add core's plugins to the mix so that playbin works
12844         * check/generic/states.c: (GST_START_TEST):
12845           set a 0 timeout on pipelines, so they don't force the next
12846           state change
12847         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12848         (gst_play_base_bin_change_state):
12849           remove the crappy error handling and do GST error handling
12850
12851 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12852
12853         * check/Makefile.am:
12854         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12855           add same test as to core, it bitches out on playbin atm.
12856
12857 2005-08-24  Wim Taymans  <wim@fluendo.com>
12858
12859         * configure.ac:
12860         Remove audioscale.
12861
12862 2005-08-24  Wim Taymans  <wim@fluendo.com>
12863
12864         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12865         (gst_videoscale_prepare_size), (parse_caps),
12866         (gst_videoscale_set_caps), (gst_videoscale_get_size),
12867         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12868         (gst_videoscale_transform):
12869         * gst/videoscale/gstvideoscale.h:
12870         Refactor, make use of BaseTranform really well.
12871
12872 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12873
12874         * configure.ac:
12875           compile audioresample
12876         * gst/audioresample/Makefile.am:
12877         * gst/audioresample/buffer.c:
12878         * gst/audioresample/functable.c:
12879         * gst/audioresample/gstaudioresample.c:
12880         * gst/audioresample/gstaudioresample.h:
12881         * gst/audioresample/resample.c:
12882         (resample_get_output_size_for_input):
12883         * gst/audioresample/resample.h:
12884         * gst/audioresample/resample_chunk.c:
12885         * gst/audioresample/resample_functable.c:
12886         * gst/audioresample/resample_ref.c:
12887           port to use basetransform; doesn't work in all cases yet
12888
12889 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12890
12891         * gst/audioconvert/gstaudioconvert.c:
12892         (gst_audio_convert_class_init), (gst_audio_convert_init),
12893         (audio_convert_get_unit_size), (audio_convert_transform_caps),
12894         (audio_convert_fixate_caps), (audio_convert_set_caps),
12895         (audio_convert_transform),
12896         (gst_audio_convert_buffer_to_default_format),
12897         (gst_audio_convert_buffer_from_default_format),
12898         (gst_audio_convert_channels):
12899         * gst/audioconvert/gstchannelmix.c:
12900         * gst/audioconvert/gstchannelmix.h:
12901           port to basetransform
12902         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12903         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12904         (gst_ffmpegcsp_get_unit_size):
12905         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12906         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12907           fix for basetransform changes
12908
12909 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
12910
12911         * check/Makefile.am:
12912           Add CHECK_CFLAGS and LDFLAGS
12913
12914         * gst/playback/gstplaybasebin.c: (fill_buffer):
12915           GST_MESSAGE_SRC became a GObject
12916
12917 2005-08-24  Wim Taymans  <wim@fluendo.com>
12918
12919         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12920         (gst_ring_buffer_clear_all):
12921         * gst-libs/gst/audio/gstringbuffer.h:
12922         Added function to clear the ringbuffer.
12923
12924 2005-08-24  Andy Wingo  <wingo@pobox.com>
12925
12926         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
12927         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12928         of _open and _close.
12929
12930         * sys/v4l/gstv4lxoverlay.h:
12931         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12932         an Xv connection here, instead of all the time. Make Xv only be
12933         loaded if you axe for it. Kindof a workaround for buggy behaviour
12934         of Xv when using remote xservers (XvQueryExtension would block).
12935         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12936         replace the _open and _close public API. Only start the xv
12937         connection if necessary.
12938         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12939
12940 2005-08-23  David Schleef  <ds@schleef.org>
12941
12942         * gst/audioresample/Makefile.am: Leet audioresampling code
12943         * gst/audioresample/buffer.c:
12944         * gst/audioresample/buffer.h:
12945         * gst/audioresample/debug.c:
12946         * gst/audioresample/debug.h:
12947         * gst/audioresample/functable.c:
12948         * gst/audioresample/functable.h:
12949         * gst/audioresample/gstaudioresample.c:
12950         * gst/audioresample/gstaudioresample.h:
12951         * gst/audioresample/resample.c:
12952         * gst/audioresample/resample.h:
12953         * gst/audioresample/resample_chunk.c:
12954         * gst/audioresample/resample_functable.c:
12955         * gst/audioresample/resample_ref.c:
12956
12957 2005-08-23  Wim Taymans  <wim@fluendo.com>
12958
12959         * examples/seeking/seek.c: (make_vorbis_pipeline),
12960         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
12961         Small seek updates.
12962
12963 2005-08-23  Andy Wingo  <wingo@pobox.com>
12964
12965         * gst-libs/gst/audio/gstbaseaudiosrc.c
12966         (gst_base_audio_src_fixate): Only fixate endianness if it is
12967         present in the caps.
12968
12969 2005-08-22  Andy Wingo  <wingo@pobox.com>
12970
12971         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
12972         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
12973         device-name property.
12974
12975         * gst-libs/gst/audio/gstaudiosrc.h:
12976         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
12977         close_device in the ring buffer, like gstaudiosink.
12978
12979         * ext/alsa/gstalsamixer.h:
12980         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
12981         macro to implement the interface without much code. Cleanups. 
12982
12983         * ext/alsa/gstalsasrc.h:
12984         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
12985         READY.
12986
12987         * ext/alsa/Makefile.am: Add new files.
12988         * ext/alsa/gstalsamixerelement.c: 
12989         * ext/alsa/gstalsamixerelement.c: Split element code out from
12990         mixer code so that alsasrc can be a mixer too.
12991
12992 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12993
12994         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12995         (GST_START_TEST):
12996         * check/elements/vorbisdec.c: (setup_vorbisdec),
12997         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
12998         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12999         (vorbis_handle_identification_packet),
13000         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13001         (vorbis_handle_header_packet), (vorbis_dec_push),
13002         (vorbis_dec_chain):
13003           use the setup/teardown methods to save code.  save code is good.
13004
13005 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13006
13007         * check/Makefile.am:
13008           add ext dir for plugins
13009           add vorbisdec test conditionally
13010         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13011         (GST_START_TEST), (volume_suite):
13012           add a test with wrong caps
13013         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13014         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13015           add a vorbisdec test
13016         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13017         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13018           clean up debug output
13019         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13020           yay, fix a segfault/security issue in vorbisdec
13021           gst-launch fakesrc ! vorbisdec wasn't happy
13022         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13023         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13024         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13025         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13026         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13027         (gst_vorbisenc_set_metadata), (get_constraints_string),
13028         (update_start_message), (gst_vorbisenc_setup),
13029         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13030         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13031         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13032         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13033         * ext/vorbis/vorbisenc.h:
13034           march in line
13035         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13036         (gst_ffmpegcsp_transform):
13037           have the kow come home
13038         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13039           debug my func ptr
13040         * gst/volume/gstvolume.c: (volume_set_caps):
13041           add a debug
13042
13043 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13044
13045         * Makefile.am:
13046         * check/.cvsignore:
13047         * check/Makefile.am:
13048         * check/elements/.cvsignore:
13049         * check/elements/volume.c: (chain_func), (event_func),
13050         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13051         (main):
13052         * configure.ac:
13053           add unit test structure for gst-plugins-base
13054           add a test for volume
13055         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13056         (gst_volume_set_volume), (gst_volume_get_volume),
13057         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13058         (volume_funcfind), (volume_process_float), (volume_process_int16),
13059         (volume_set_caps), (volume_transform), (volume_update_mute),
13060         (volume_update_volume), (volume_set_property),
13061         (volume_get_property):
13062           document a little; use basetransform vmethod _set_caps
13063
13064 2005-08-19  Andy Wingo  <wingo@pobox.com>
13065
13066         * ext/alsa/gstalsamixertrack.h:
13067         * ext/alsa/gstalsamixertrack.c:
13068         * ext/alsa/gstalsamixeroptions.h:
13069         * ext/alsa/gstalsamixeroptions.c:
13070         * ext/alsa/gstalsamixer.h:
13071         * ext/alsa/gstalsamixer.c: Port to 0.9.
13072
13073         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13074         Remove gstalsa.c and alsaclock. No more cruft here.
13075         
13076 2005-08-18  Wim Taymans  <wim@fluendo.com>
13077
13078         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13079         (gst_base_rtp_depayload_chain),
13080         (gst_base_rtp_depayload_add_to_queue),
13081         (gst_base_rtp_depayload_push),
13082         (gst_base_rtp_depayload_queue_release):
13083         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13084         Fix for RTPBuffer changes.
13085
13086         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13087         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13088         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13089         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13090         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13091         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13092         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13093         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13094         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13095         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13096         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13097         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13098         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13099         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13100         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13101         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13102         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13103         (gst_rtpbuffer_get_payload):
13104         * gst-libs/gst/rtp/gstrtpbuffer.h:
13105         Don't subclass GstBuffer but add methods and helper functions
13106         to construct and manipulate RTP packets in regular GstBuffers.
13107
13108 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
13109
13110         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13111           moved statement below switch
13112         * gst/volume/gstvolume.c: (gst_volume_class_init):
13113           added debug ptr
13114
13115 2005-08-16  Wim Taymans  <wim@fluendo.com>
13116
13117         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13118         (gst_base_audio_src_change_state):
13119         Open and close device in READY<->NULL state change.
13120
13121 2005-08-16  Andy Wingo  <wingo@pobox.com>
13122
13123         * examples/seeking/Makefile.am: Don't compile non-compiling
13124         compiled objects with the compiler.
13125
13126         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13127         elements.
13128
13129 2005-08-12  Philippe Khalaf <burger@speedy.org>
13130         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13131         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13132           Made a thread to release the queue.
13133           Removed timestamp conversion for now.
13134
13135 2005-08-10  Philippe Khalaf <burger@speedy.org>
13136         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13137         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13138           Added rtp timestamp -> gst timestamp conversion.
13139           Fixed several problems with queue.
13140
13141 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13142
13143         * gst-libs/gst/audio/gstaudioclock.h:
13144         * gst-libs/gst/audio/gstaudiofilter.h:
13145         * gst-libs/gst/audio/gstaudiosink.h:
13146         * gst-libs/gst/audio/gstaudiosrc.h:
13147         * gst-libs/gst/audio/gstbaseaudiosink.h:
13148         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13149         * gst-libs/gst/audio/gstringbuffer.h:
13150         * gst-libs/gst/net/gstnetbuffer.h:
13151         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13152         * gst-libs/gst/rtp/gstrtpbuffer.h:
13153           Add padding (you will need to rebuild gst-plugins-base,
13154           gst-plugins and all applications afterwards!)
13155
13156 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13157
13158         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13159         (gst_riff_parse_chunk):
13160           Fix bug in debug message and add some more debug messages.
13161
13162 2005-08-08  Edward Hervey  <edward@fluendo.com>
13163
13164         * gst-libs/gst/riff/riff-media.c:
13165         backported updates since branch
13166
13167 2005-08-08  Andy Wingo  <wingo@pobox.com>
13168
13169         * gst-libs/gst/audio/gstbaseaudiosink.c
13170         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13171         like good elements should. Close on READY->NULL too.
13172
13173         * gst-libs/gst/audio/gstaudiosink.c
13174         (gst_audioringbuffer_open_device,
13175         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13176         (gst_audioringbuffer_release): Updates for new ring buffer API,
13177         hook into the new audio sink api.
13178
13179         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13180         (GstAudioSinkClass.close): Just open and close the device -- no
13181         resource allocation or configuration.
13182         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13183         vmethods, handle device setup and resource allocation.
13184
13185         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13186         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13187         base class API.
13188
13189         * gst-libs/gst/audio/gstringbuffer.h
13190         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13191         New vmethods.
13192
13193         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13194         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13195         New API functions. The device should be opened before acquiring
13196         and closed after releasing.
13197
13198 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13199
13200         * gst-libs/gst/interfaces/mixer.h:
13201           Reset padding to GST_PADDING.
13202
13203 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13204
13205         * gst/playback/gstplaybin.c: (remove_sinks):
13206           Remove visualization from parent explicitely; works around some
13207           apparent refcount issue that I haven't tracked down yet.
13208
13209 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13210
13211         * ext/alsa/gstalsasink.c: (set_hwparams):
13212           Assign debug category, add negotiation debug msgs.
13213
13214 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13215
13216         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13217           Fix error code for file-not-found to NOT_FOUND.
13218
13219 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13220
13221         * common/gtk-doc-plugins.mak:
13222         * docs/plugins/Makefile.am:
13223         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13224         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13225           renamed to actual element names, so much nicer to look at
13226         * docs/plugins/tmpl/gstmultifdsink.sgml:
13227           remove
13228         * docs/plugins/tmpl/multifdsink.sgml:
13229         * docs/plugins/tmpl/tcpserversink.sgml:
13230           add
13231         * ext/alsa/gstalsa.c:
13232         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13233         * ext/ogg/gstoggmux.c:
13234         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13235         * gst/playback/gstdecodebin.c:
13236         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13237         * gst/tcp/gsttcpserversink.c:
13238           various fixes and documentation additions
13239
13240 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13241
13242         * common/Makefile.am:
13243         * common/gstdoc-scangobj:
13244         * common/gtk-doc-plugins.mak:
13245         * common/gtk-doc.mak:
13246           add a custom scangobj that uses the registry
13247           add a custom gtk-doc-plugins.mak that uses it
13248           some doc build fixes
13249         * configure.ac:
13250         * docs/Makefile.am:
13251         * docs/plugins/Makefile.am:
13252         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13253         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13254         * docs/plugins/gst-plugins-base-plugins.types:
13255         * docs/plugins/tmpl/gstmultifdsink.sgml:
13256           add docs for one element, multifdsink
13257         * gst/adder/gstadder.h:
13258         * gst/volume/gstvolume.h:
13259           don't privatize enum
13260         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13261         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13262         (gst_sync_method_get_type), (gst_client_status_get_type),
13263         (gst_multifdsink_class_init),
13264         (gst_multifdsink_client_queue_buffer),
13265         (gst_multifdsink_handle_client_write):
13266         * gst/tcp/gstmultifdsink.h:
13267         * gst/tcp/gsttcp.h:
13268         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13269         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13270         (gst_tcpclientsink_render):
13271         * gst/tcp/gsttcpclientsink.h:
13272         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13273         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13274         (gst_tcpclientsrc_start):
13275         * gst/tcp/gsttcpclientsrc.h:
13276         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13277         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13278         * gst/tcp/gsttcpserversrc.h:
13279         * gst/typefind/gsttypefindfunctions.c:
13280           remove superfluous Type stuff
13281
13282 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13283
13284         * gst/playback/gstplaybin.c: (gen_video_element):
13285           Enable videoscale.
13286
13287 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13288
13289         * gst-libs/gst/gconf/gconf.c:
13290         * gst-libs/gst/gconf/gconf.h:
13291           Fix some Andy Problem [tm].
13292
13293 2005-08-04  Andy Wingo  <wingo@pobox.com>
13294
13295         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13296         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13297         (gst_ffmpegcsp_get_size): Adapt to API changes.
13298
13299         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13300         Implement an in-place do-nothing transform.
13301
13302 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13303
13304         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13305         (gst_ximagesink_renegotiate_size):
13306           Do not set new window sizes yet if we prepare a new buffer size
13307           for upstream renegotiation (software scaling) at some point in the
13308           future, because this new size waqs not actually accepted yet. Once
13309           accepted, renegotiation later on will set the new sizes just fine.
13310           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13311           embedding testcase.
13312
13313 2005-08-03  Andy Wingo  <wingo@pobox.com>
13314
13315         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13316         (gst_ximagesink_buffer_alloc): 
13317         Protect the height, width, and desired_caps with the pool_lock.
13318         Fixes videotestsrc ! queue ! ximagesink.
13319
13320 2005-08-02  Edward Hervey  <edward@fluendo.com>
13321
13322         * gst/volume/gstvolume.c:
13323         include left from controller cleanup
13324
13325 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13326         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13327           Stop collectpads before calling the parent state
13328           change function on PAUSED->READY.
13329
13330 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13331         * configure.ac:
13332           When testing for X libs, use the X CFlags 
13333         * gst/adder/gstadder.c: (gst_adder_change_state):
13334           Stop the collectpads before calling parent state change function
13335           on PAUSED->READY, otherwise we deadlock deactivating pads.
13336
13337 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13338
13339         * configure.ac:
13340         * docs/libs/tmpl/gstcolorbalance.sgml:
13341         * docs/libs/tmpl/gstmixer.sgml:
13342         * examples/Makefile.am:
13343         * gst/sine/Makefile.am:
13344         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13345         (gst_sinesrc_set_property), (plugin_init):
13346         * gst/sine/gstsinesrc.h:
13347         * gst/volume/Makefile.am:
13348         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13349         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13350         (volume_process_float), (volume_process_int16),
13351         (volume_set_property), (plugin_init):
13352         * gst/volume/gstvolume.h:
13353           deactivate and remove dparams (libgstcontrol)
13354
13355 2005-07-29  Wim Taymans  <wim@fluendo.com>
13356
13357         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13358         Convert me to BaseTransform!! help..
13359
13360 2005-07-29  Andy Wingo  <wingo@pobox.com>
13361
13362         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13363         sinks.
13364
13365         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13366         support of both endiannesses.
13367
13368 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13369
13370         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13371           Fix confusing debug message (s/event/query/)
13372
13373 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13374
13375         * gst/videotestsrc/videotestsrc.h:
13376           Use "_stdint.h" instead of <stdint.h>
13377
13378 2005-07-27  Wim Taymans  <wim@fluendo.com>
13379
13380         * ext/vorbis/Makefile.am:
13381         Revert wrong commit.
13382
13383 2005-07-27  Wim Taymans  <wim@fluendo.com>
13384
13385         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13386         More compilation fixen.
13387
13388 2005-07-27  Wim Taymans  <wim@fluendo.com>
13389
13390         * gst-libs/gst/audio/gstbaseaudiosink.c:
13391         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13392         (gst_base_audio_sink_create_ringbuffer),
13393         (gst_base_audio_sink_change_state):
13394         Fix compilation.
13395
13396 2005-07-27  Wim Taymans  <wim@fluendo.com>
13397
13398         * examples/seeking/seek.c: (setup_dynamic_link),
13399         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13400         (query_positions_elems), (query_positions_pads), (do_seek):
13401         Update seek example.
13402
13403         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13404         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13405         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13406         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13407         (gst_ogg_demux_handle_event),
13408         (gst_ogg_demux_deactivate_current_chain),
13409         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13410         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13411         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13412         (gst_ogg_demux_loop):
13413         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13414         * ext/theora/theoradec.c: (theora_dec_src_event),
13415         (theora_dec_src_getcaps), (theora_dec_sink_event),
13416         (theora_dec_push), (theora_dec_chain):
13417         * ext/vorbis/Makefile.am:
13418         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13419         (vorbis_dec_sink_event), (vorbis_dec_push),
13420         (vorbis_handle_data_packet):
13421         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13422         (gst_vorbisenc_chain):
13423         * gst/playback/gststreaminfo.c: (cb_probe):
13424         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13425         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13426         * gst/videoscale/gstvideoscale.c:
13427         (gst_videoscale_handle_src_event):
13428         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13429         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13430         (gst_ximagesink_navigation_send_event):
13431         * sys/xvimage/xvimagesink.c:
13432         (gst_xvimagesink_navigation_send_event):
13433         Various event updates and cleanups
13434
13435 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13436
13437         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13438           Fix segfault for I420/YV12.
13439
13440 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13441
13442         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13443           Report bitrate.
13444
13445 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13446
13447         * gst/playback/gstplaybin.c: (gen_video_element),
13448         (gen_audio_element):
13449           Switch to auto*sink elements as default sinks; add volume element
13450           so that volume control in totem works.
13451
13452 2005-07-21  Wim Taymans  <wim@fluendo.com>
13453
13454         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13455         * gst/playback/gstplaybin.c: (setup_sinks),
13456         (gst_play_bin_change_state):
13457         Refcount fix and more comments.
13458
13459 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13460
13461         * sys/ximage/Makefile.am:
13462         * sys/ximage/ximage.c: (plugin_init):
13463         * sys/ximage/ximagesink.c:
13464         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13465         
13466
13467 2005-07-21  Wim Taymans  <wim@fluendo.com>
13468
13469         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13470         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13471         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13472         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13473         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13474         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13475         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13476         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13477         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13478         Generate correct disconts for live chained oggs.
13479
13480         * gst-libs/gst/audio/gstbaseaudiosink.c:
13481         (gst_base_audio_sink_render),
13482         (gst_base_audio_sink_create_ringbuffer),
13483         (gst_base_audio_sink_change_state):
13484         Handle discont math correctly.
13485
13486         * gst/playback/gstplaybin.c: (add_sink):
13487         Some small debug cleanup.
13488
13489 2005-07-21  Wim Taymans  <wim@fluendo.com>
13490
13491         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13492         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13493         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13494         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13495         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13496         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13497         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13498         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13499         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13500         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13501         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13502         (gst_ogg_demux_change_state), (gst_ogg_print):
13503         Reorganize code to send the right disconts when in streaming
13504         mode.
13505
13506 2005-07-20  Andy Wingo  <wingo@pobox.com>
13507
13508         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13509         fix (?), fixes a seggie mcfalterson (#310894).
13510
13511 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13512
13513         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13514         (gst_ogg_mux_set_header_on_caps):
13515         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13516         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13517         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13518         * gst-libs/gst/audio/multichannel.c:
13519         (gst_audio_set_channel_positions),
13520         (gst_audio_set_structure_channel_positions_list):
13521         * gst/playback/gstdecodebin.c: (dynamic_create):
13522         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13523         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13524           Fixes for API changes in core.
13525
13526 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13527
13528         * gst/playback/gstplaybasebin.c: (fill_buffer):
13529           Use _new_custom() so we can set custom message types for buffering
13530           messages.
13531
13532 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13533
13534         * configure.ac:
13535         * gst-libs/gst/Makefile.am:
13536         * gst-libs/gst/gconf/.cvsignore:
13537         * gst-libs/gst/gconf/Makefile.am:
13538         * gst-libs/gst/gconf/test-gconf.c:
13539         * pkgconfig/Makefile.am:
13540         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13541         * pkgconfig/gstreamer-gconf.pc.in:
13542           Remove gconf stuff, use gconf elements instead from now on.
13543
13544 2005-07-20  Wim Taymans  <wim@fluendo.com>
13545
13546         * gst-libs/gst/audio/TODO:
13547         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13548         (gst_audio_clock_get_internal_time):
13549         * gst-libs/gst/audio/gstaudioclock.h:
13550         * gst-libs/gst/audio/gstbaseaudiosink.c:
13551         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13552         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13553         (gst_base_audio_sink_render),
13554         (gst_base_audio_sink_create_ringbuffer),
13555         (gst_base_audio_sink_change_state):
13556         Make sure the audio clock always returns an increasing value.
13557
13558 2005-07-19  Andy Wingo  <wingo@pobox.com>
13559
13560         * gst/videotestsrc/: Cleanups.
13561
13562 2005-07-19  Wim Taymans  <wim@fluendo.com>
13563
13564         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13565         Better debugging.
13566
13567 2005-07-19  Wim Taymans  <wim@fluendo.com>
13568
13569         * examples/seeking/seek.c: (make_dv_pipeline),
13570         (make_vorbis_theora_pipeline), (query_rates),
13571         (query_positions_elems), (query_positions_pads), (do_seek):
13572         Make correct DV pipeline.
13573
13574 2005-07-18  Andy Wingo  <wingo@pobox.com>
13575
13576         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13577         default. Also because it's the only thing that really works. (This
13578         is used in the GConf elements).
13579         Use AS_LIBTOOL_TAGS.
13580
13581 2005-07-18  Wim Taymans  <wim@fluendo.com>
13582
13583         * gst/playback/gstdecodebin.c: (remove_element_chain):
13584         * gst/playback/gstplaybin.c: (add_sink):
13585         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13586         (gst_stream_info_set_mute):
13587         * gst/playback/gststreamselector.c:
13588         (gst_stream_selector_get_linked_pad),
13589         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13590         More leak and compile fixes.
13591
13592 2005-07-18  Wim Taymans  <wim@fluendo.com>
13593
13594         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13595         (query_rates), (query_positions_elems), (query_positions_pads),
13596         (do_seek), (seek_cb), (stop_seek):
13597         Updated seek example. 
13598
13599         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13600         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13601         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13602         * gst/playback/gstplaybin.c: (add_sink):
13603         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13604         (gst_stream_info_set_mute):
13605         Some refcount leak fixes.
13606
13607 2005-07-16  Wim Taymans  <wim@fluendo.com>
13608
13609         * gst-libs/gst/audio/gstbaseaudiosink.c:
13610         (gst_base_audio_sink_render):
13611         Align samples even if we have roundoff errors in the 
13612         timestamp conversion.
13613
13614 2005-07-16  Wim Taymans  <wim@fluendo.com>
13615
13616         * docs/libs/tmpl/gstringbuffer.sgml:
13617         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13618         (query_rates), (query_positions_elems), (query_positions_pads),
13619         (update_scale), (do_seek):
13620         Updated seek example.
13621
13622         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13623         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13624         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13625         (gst_ogg_demux_loop):
13626         Push out correct discont values.
13627
13628         * ext/theora/theoradec.c: (theora_dec_src_convert),
13629         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13630         (theora_dec_sink_event), (theora_handle_type_packet),
13631         (theora_handle_header_packet), (theora_dec_push),
13632         (theora_handle_data_packet), (theora_dec_chain),
13633         (theora_dec_change_state):
13634         Better timestamping.
13635
13636         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13637         (vorbis_dec_sink_event), (vorbis_dec_push),
13638         (vorbis_handle_data_packet), (vorbis_dec_chain):
13639         * ext/vorbis/vorbisdec.h:
13640         Better timestamping.
13641
13642         * gst-libs/gst/audio/gstbaseaudiosink.c:
13643         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13644         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13645         Handle syncing on timestamps instead of sample offsets. Make
13646         use of DISCONT values as described in design docs.
13647
13648         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13649         (gst_base_audio_src_get_time):
13650         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13651         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13652         (gst_ring_buffer_read):
13653         * gst-libs/gst/audio/gstringbuffer.h:
13654         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13655         (gst_ximagesink_show_frame):
13656         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13657         Correcly convert buffer timestamp to stream time.
13658
13659 2005-07-16  Wim Taymans  <wim@fluendo.com>
13660
13661         * gst/audioconvert/gstaudioconvert.c:
13662         (gst_audio_convert_get_buffer):
13663         Timestamp buffers correctly.
13664
13665         * gst/playback/gstplaybin.c: (gen_video_element):
13666         Make internal fakesink silent.
13667
13668 2005-07-15  Wim Taymans  <wim@fluendo.com>
13669
13670         * gst/ffmpegcolorspace/Makefile.am:
13671         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13672         (gst_ffmpegcsp_caps_remove_format_info),
13673         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13674         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13675         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13676         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13677         Ported ffmpegcolorspace to basetransform.
13678
13679         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13680         * gst/volume/gstvolume.c: (volume_transform):
13681         Ported to new API.
13682
13683 2005-07-14  Wim Taymans  <wim@fluendo.com>
13684
13685         * gst/videotestsrc/Makefile.am:
13686         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13687         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13688         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13689         (gst_videotestsrc_init), (gst_videotestsrc_event),
13690         (gst_videotestsrc_create), (gst_videotestsrc_start),
13691         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13692         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13693         (gst_videotestsrc_get_property):
13694         * gst/videotestsrc/gstvideotestsrc.h:
13695         Make videotestsrc a pushsrc.
13696
13697 2005-07-14  Wim Taymans  <wim@fluendo.com>
13698
13699         * gst/tcp/gstfdset.c: (gst_fdset_free):
13700         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13701         (gst_multifdsink_add), (gst_multifdsink_remove),
13702         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13703         (gst_multifdsink_remove_client_link),
13704         (gst_multifdsink_client_queue_data),
13705         (gst_multifdsink_client_queue_caps),
13706         (gst_multifdsink_client_queue_buffer),
13707         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13708         (gst_multifdsink_stop):
13709         * gst/tcp/gstmultifdsink.h:
13710         0.8 backporting.
13711
13712         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13713         Also draw image when not from a pool.
13714
13715 2005-07-14  Wim Taymans  <wim@fluendo.com>
13716
13717         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13718         (mute_stream), (silence_stream):
13719         Small debug additions.
13720
13721 2005-07-14  Wim Taymans  <wim@fluendo.com>
13722
13723         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13724         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13725         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13726         Better error recovery, ignore unconnected pads and
13727         non-fatal errors.
13728
13729 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13730
13731         * docs/libs/tmpl/gstaudio.sgml:
13732         * docs/libs/tmpl/gstcolorbalance.sgml:
13733         * docs/libs/tmpl/gstgconf.sgml:
13734         * docs/libs/tmpl/gstmixer.sgml:
13735         * docs/libs/tmpl/gstringbuffer.sgml:
13736         * docs/libs/tmpl/gsttuner.sgml:
13737         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13738         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13739         (gst_tcpclientsrc_class_init):
13740         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13741         (gst_tcpserversrc_class_init):
13742         * sys/v4l/gstv4lelement.c:
13743           more autistic cleanliness in functions/names/defines
13744
13745 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13746
13747         * configure.ac:
13748           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13749           added manually to each Makefile.am so we are sure it goes
13750           *last* and doesn't add -L flags before linking in libs of our
13751           own, like, say, internal .la libs, that then accidentally pick
13752           up the installed copy.
13753         * docs/libs/Makefile.am:
13754         * ext/alsa/Makefile.am:
13755         * ext/cdparanoia/Makefile.am:
13756         * ext/gnomevfs/Makefile.am:
13757         * ext/libvisual/Makefile.am:
13758         * ext/ogg/Makefile.am:
13759         * ext/theora/Makefile.am:
13760         * ext/vorbis/Makefile.am:
13761         * gst-libs/gst/video/Makefile.am:
13762         * gst/adder/Makefile.am:
13763         * gst/audioconvert/Makefile.am:
13764         * gst/audiorate/Makefile.am:
13765         * gst/audioscale/Makefile.am:
13766         * gst/ffmpegcolorspace/Makefile.am:
13767         * gst/playback/Makefile.am:
13768         * gst/sine/Makefile.am:
13769         * gst/subparse/Makefile.am:
13770         * gst/tags/Makefile.am:
13771         * gst/tcp/Makefile.am:
13772         * gst/typefind/Makefile.am:
13773         * gst/videorate/Makefile.am:
13774         * gst/videoscale/Makefile.am:
13775         * gst/videotestsrc/Makefile.am:
13776         * gst/volume/Makefile.am:
13777         * sys/v4l/Makefile.am:
13778         * sys/ximage/Makefile.am:
13779         * sys/xvimage/Makefile.am:
13780           adapt properly to this change. This should make sure that
13781           plugins and libs properly link to the as-yet-uninstalled
13782           copies of stuff like libgstinterfaces and libgstvideo
13783
13784 2005-07-13  Andy Wingo  <wingo@pobox.com>
13785
13786         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13787         (gst_v4lsrc_fixate): Fixate on format as well.
13788
13789         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13790         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13791         buffer points to it.
13792         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13793         rather just doing X calls ourselves. Also fixes a memleak.
13794
13795 2005-07-12  Andy Wingo  <wingo@pobox.com>
13796
13797         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13798         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13799         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13800         TRUE to avoid deadlocks if an element holds on to our buffers.
13801
13802 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13803
13804         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13805         (gst_sinesrc_init), (gst_sinesrc_create),
13806         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13807         (gst_sinesrc_start):
13808         * gst/sine/gstsinesrc.h:
13809           removing num-buffers property before moving it
13810
13811 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13812
13813         * configure.ac:
13814           use overridable ERROR_CFLAGS
13815         * docs/libs/gst-plugins-base-libs.types:
13816         * docs/libs/tmpl/gstringbuffer.sgml:
13817         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13818         (gst_alsasink_class_init):
13819         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13820         (gst_alsasrc_class_init):
13821         * gst-libs/gst/audio/audio.h:
13822         * gst-libs/gst/audio/gstaudioclock.h:
13823         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13824         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13825         (gst_audio_filter_link), (gst_audio_filter_init),
13826         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13827         (gst_audio_filter_get_property),
13828         (gst_audio_filter_class_add_pad_templates):
13829         * gst-libs/gst/audio/gstaudiofilter.h:
13830         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13831         (gst_audio_filter_template_get_type),
13832         (gst_audio_filter_template_base_init),
13833         (gst_audio_filter_template_class_init),
13834         (gst_audio_filter_template_init),
13835         (gst_audio_filter_template_set_property),
13836         (gst_audio_filter_template_get_property), (plugin_init),
13837         (gst_audio_filter_template_setup),
13838         (gst_audio_filter_template_filter),
13839         (gst_audio_filter_template_filter_inplace):
13840         * gst-libs/gst/audio/gstaudiosink.c:
13841         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13842         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13843         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13844         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13845         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13846         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13847         * gst-libs/gst/audio/gstaudiosink.h:
13848         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13849         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13850         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13851         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13852         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13853         (gst_audio_src_class_init), (gst_audio_src_init),
13854         (gst_audio_src_create_ringbuffer):
13855         * gst-libs/gst/audio/gstaudiosrc.h:
13856         * gst-libs/gst/audio/gstbaseaudiosink.c:
13857         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13858         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13859         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13860         (gst_base_audio_sink_set_property),
13861         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13862         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13863         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13864         (gst_base_audio_sink_create_ringbuffer),
13865         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13866         * gst-libs/gst/audio/gstbaseaudiosink.h:
13867         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13868         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13869         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13870         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13871         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13872         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13873         (gst_base_audio_src_event), (gst_base_audio_src_create),
13874         (gst_base_audio_src_create_ringbuffer),
13875         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13876         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13877         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13878         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13879         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13880         (gst_ring_buffer_debug_spec_caps),
13881         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13882         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13883         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13884         (gst_ring_buffer_start), (gst_ring_buffer_pause),
13885         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13886         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13887         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13888         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13889         (gst_ring_buffer_clear):
13890         * gst-libs/gst/audio/gstringbuffer.h:
13891         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13892         (gst_video_sink_class_init), (gst_video_sink_get_type):
13893         * gst-libs/gst/video/videosink.h:
13894         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13895         (gst_multifdsink_class_init),
13896         (gst_multifdsink_handle_client_write),
13897         (gst_multifdsink_change_state):
13898         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13899         (gst_tcpclientsink_setcaps):
13900         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13901         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13902         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13903         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13904         (gst_ximagesink_send_pending_navigation),
13905         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13906         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13907         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13908         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13909         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13910         (gst_xvimagesink_send_pending_navigation),
13911         (gst_xvimagesink_navigation_send_event),
13912         (gst_xvimagesink_set_xwindow_id),
13913         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13914         (gst_xvimagesink_get_type):
13915         more macro splitting
13916
13917 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13918
13919         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13920           plug a memleak, allows me to import 1479 albums in one go
13921           in jamboree
13922         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13923         (vorbis_handle_type_packet), (vorbis_dec_chain),
13924         (vorbis_dec_change_state):
13925           fix some format strings
13926
13927 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13928
13929         * docs/libs/tmpl/gstcolorbalance.sgml:
13930         * docs/libs/tmpl/gstmixer.sgml:
13931         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13932         (gst_alsasink_set_property), (gst_alsasink_get_property):
13933         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13934         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13935           add device property
13936
13937 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13938
13939         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13940         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13941         (audiocast_register_listener), (audiocast_thread_run),
13942         (gst_gnomevfssrc_send_additional_headers_callback),
13943         (gst_gnomevfssrc_received_headers_callback),
13944         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
13945         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
13946         (gst_gnomevfssrc_get_size):
13947           add/clean up debugging
13948         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13949           cleanups
13950
13951 2005-07-07  Andy Wingo  <wingo@pobox.com>
13952
13953         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
13954         framerate. Need to get a handle on when exactly this function is
13955         called, tho.
13956
13957         * sys/v4l/v4lsrc_calls.h:
13958         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
13959         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
13960         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
13961
13962         * sys/v4l/v4l_calls.h: Cast to V4lElement.
13963         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
13964         v4lelements are sources.
13965
13966         * sys/v4l/gstv4lxoverlay.h:
13967         * sys/v4l/gstv4lxoverlay.c:
13968         * sys/v4l/gstv4ltuner.h:
13969         * sys/v4l/gstv4ltuner.c: Header loc fixen.
13970         
13971         * sys/v4l/gstv4lsrc.h:
13972         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
13973         PushSrc/BaseSrc. Removed most sync-related properties, videorate
13974         or something should handle that. Made a live source.
13975
13976         * sys/v4l/gstv4lelement.h:
13977         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
13978         signals. Some cleanups.
13979
13980         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
13981
13982         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
13983         stuff.
13984
13985         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
13986         stuff.
13987
13988         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
13989
13990 2005-07-07  Wim Taymans  <wim@fluendo.com>
13991
13992         * ext/theora/theoradec.c: (theora_get_query_types),
13993         (theora_dec_src_getcaps), (theora_dec_push):
13994         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
13995         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
13996         Remove deprecated/unused query types.
13997
13998 2005-07-06  Wim Taymans  <wim@fluendo.com>
13999
14000         * ext/alsa/Makefile.am:
14001         * ext/alsa/gstalsaplugin.c: (plugin_init):
14002         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14003         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14004         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14005         (gst_alsasrc_class_init), (gst_alsasrc_init),
14006         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14007         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14008         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14009         (gst_alsasrc_reset):
14010         * ext/alsa/gstalsasrc.h:
14011         * gst-libs/gst/audio/Makefile.am:
14012         * gst-libs/gst/audio/gstaudiosink.c:
14013         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14014         (gst_audioringbuffer_start):
14015         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14016         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14017         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14018         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14019         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14020         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14021         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14022         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14023         * gst-libs/gst/audio/gstaudiosrc.h:
14024         * gst-libs/gst/audio/gstbaseaudiosink.c:
14025         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14026         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14027         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14028         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14029         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14030         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14031         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14032         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14033         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14034         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14035         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14036         (gst_baseaudiosrc_change_state):
14037         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14038         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14039         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14040         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14041         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14042         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14043         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14044         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14045         * gst-libs/gst/audio/gstringbuffer.h:
14046         Added audiosource base classes.
14047         Ported alsasrc, still very basic.
14048
14049 2005-07-06  Wim Taymans  <wim@fluendo.com>
14050
14051         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14052         (theora_dec_push), (theora_handle_data_packet):
14053         Prepare for better timestamp fix later.
14054
14055         * gst/audioconvert/gstaudioconvert.c:
14056         List most accurate caps first
14057
14058         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14059         Use proper pad task function.
14060
14061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14062         (gst_xvimagesink_show_frame):
14063         Fix deadlock when alloc failed.
14064
14065 2005-07-05  Andy Wingo  <wingo@pobox.com>
14066
14067         * ext/gnomevfs/gstgnomevfssrc.c:
14068         * gst/sine/gstsinesrc.c:
14069         * gst/tcp/gsttcpserversrc.c:
14070         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14071
14072         * sys/v4l/: Port from 0.8.
14073
14074         * Many files: Null if we got it....
14075
14076 2005-07-05  Andy Wingo  <wingo@pobox.com>
14077
14078         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
14079         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14080         Signedness fixes.
14081
14082 2005-07-05  Wim Taymans  <wim@fluendo.com>
14083
14084         * configure.ac:
14085         * gst/tcp/Makefile.am:
14086         * gst/tcp/README:
14087         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14088         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14089         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14090         (is_sync_frame), (gst_multifdsink_handle_client_write),
14091         (gst_multifdsink_render), (gst_multifdsink_start),
14092         (gst_multifdsink_stop), (gst_multifdsink_change_state):
14093         * gst/tcp/gstmultifdsink.h:
14094         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14095         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14096         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14097         * gst/tcp/gsttcp.h:
14098         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14099         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14100         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14101         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14102         * gst/tcp/gsttcpclientsink.h:
14103         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14104         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14105         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14106         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14107         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14108         * gst/tcp/gsttcpclientsrc.h:
14109         * gst/tcp/gsttcpplugin.c: (plugin_init):
14110         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14111         * gst/tcp/gsttcpserversink.h:
14112         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14113         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14114         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14115         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14116         (gst_tcpserversrc_stop):
14117         * gst/tcp/gsttcpserversrc.h:
14118         * gst/tcp/gsttcpsink.c:
14119         * gst/tcp/gsttcpsink.h:
14120         * gst/tcp/gsttcpsrc.c:
14121         * gst/tcp/gsttcpsrc.h:
14122         Ported tcp plugins to 0.9. 
14123         
14124
14125 2005-07-05  Andy Wingo  <wingo@pobox.com>
14126
14127         * gst/playback/gstplaybasebin.c (fill_buffer):
14128         message_new_application fixen.
14129
14130         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14131         Style fix.
14132
14133 2005-07-04  Wim Taymans  <wim@fluendo.com>
14134
14135         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14136         Set caps on output buffer.
14137
14138 2005-07-04  Andy Wingo  <wingo@pobox.com>
14139
14140         * ext/gnomevfs/gstgnomevfssrc.c
14141         (gst_gnomevfssrc_received_headers_callback) 
14142         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14143         hopefully.
14144
14145         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14146         No refcount leakage.
14147
14148         * configure.ac: Enable -Werror.
14149         
14150         * ext/theora/theoradec.c (theora_dec_src_getcaps):
14151         * gst/audioconvert/bufferframesconvert.c
14152         (buffer_frames_convert_fixate):
14153         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14154         (gst_audio_convert_fixate):
14155         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14156         (gst_sinesrc_create): Fixate func changes.
14157         
14158         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14159         (gst_ximagesink_buffer_alloc): Unused var.
14160
14161 2005-07-01  Andy Wingo  <wingo@pobox.com>
14162
14163         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14164         getcaps to do explicit caps. Needs to be done in all decoders,
14165         possibly via a base class.
14166
14167         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14168
14169         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14170         caps on the sink pad, just rely on the pad template. Also, setting
14171         ANY caps on a pad is not valid because the caps are not fixed.
14172
14173         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14174         caps on the buffer, and get the width from the desired_caps if
14175         they're set.
14176         (gst_ximagesink_renegotiate_size): Implement via setting the
14177         desired_caps on the ximagesink.
14178         (gst_ximagesink_setcaps): Only reset the width of the player if it
14179         wasn't already set. Not sure if this is right.
14180         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14181
14182         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14183         that the user wants. NULL unless the window has been resized.
14184
14185         * gst/volume/gstvolume.c (volume_transform): Adapt to
14186         basetransform refcount changes.
14187         
14188 2005-07-01  Andy Wingo  <wingo@pobox.com>
14189
14190         * gst/videoscale/gstvideoscale.c:
14191         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14192         from BaseTransform, implements a transform_caps. Removed dead code
14193         including some PAR stuff that was never reached -- should probably
14194         be added back somehow.
14195
14196 2005-07-01  Andy Wingo  <wingo@pobox.com>
14197
14198         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14199         come later.
14200
14201 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14202
14203         * configure.ac:
14204         * docs/libs/Makefile.am:
14205         * docs/libs/gst-plugins-libs.types:
14206         * ext/alsa/Makefile.am:
14207         * ext/alsa/gstalsamixer.h:
14208         * ext/alsa/gstalsamixeroptions.h:
14209         * ext/alsa/gstalsamixertrack.h:
14210         * gst-libs/gst/Makefile.am:
14211         * gst-libs/gst/colorbalance/.cvsignore:
14212         * gst-libs/gst/colorbalance/Makefile.am:
14213         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14214         * gst-libs/gst/colorbalance/colorbalance.c:
14215         * gst-libs/gst/colorbalance/colorbalance.h:
14216         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14217         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14218         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14219         * gst-libs/gst/interfaces/Makefile.am:
14220         * gst-libs/gst/interfaces/colorbalance.c:
14221         (gst_color_balance_class_init):
14222         * gst-libs/gst/interfaces/colorbalance.h:
14223         * gst-libs/gst/interfaces/interfaces-marshal.list:
14224         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14225         * gst-libs/gst/interfaces/mixer.h:
14226         * gst-libs/gst/interfaces/mixeroptions.h:
14227         * gst-libs/gst/interfaces/navigation.c:
14228         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14229         * gst-libs/gst/interfaces/tuner.h:
14230         * gst/volume/Makefile.am:
14231         * gst/volume/gstvolume.c:
14232         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14233         * sys/ximage/Makefile.am:
14234         * sys/ximage/ximagesink.c:
14235         * sys/xvimage/Makefile.am:
14236         * sys/xvimage/xvimagesink.c:
14237           fold in all interfaces into an interfaces dir, preserving CVS
14238           history
14239
14240 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14241
14242         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14243           Fix build after riff changes.
14244
14245 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14246
14247         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14248         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14249         (gst_riff_create_video_template_caps),
14250         (gst_riff_create_audio_template_caps),
14251         (gst_riff_create_iavs_template_caps):
14252         * gst-libs/gst/riff/riff-media.h:
14253         * gst-libs/gst/riff/riff-read.h:
14254         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14255           Add gst_riff_init() to initialize the debug category, instead
14256           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14257
14258 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14259
14260         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14261           Oops, I shouldn't apply hacks.
14262
14263 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14264
14265         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14266           Remove pad_loop function which doesn't work.
14267
14268 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14269
14270         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14271           Send EOS when deactivating.
14272         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14273         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14274         (gen_preroll_element), (probe_triggered), (mute_stream),
14275         (silence_stream), (new_decoded_pad), (setup_substreams),
14276         (set_active_source):
14277         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14278         (remove_sinks), (add_sink):
14279         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14280           Change for new probe API.
14281
14282 2005-06-29  Wim Taymans  <wim@fluendo.com>
14283
14284         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14285         * gst-libs/gst/audio/gstbaseaudiosink.c:
14286         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14287         (gst_baseaudiosink_change_state):
14288         * gst-libs/gst/audio/gstbaseaudiosink.h:
14289         * gst-libs/gst/audio/gstringbuffer.c:
14290         (gst_ringbuffer_set_callback):
14291         Fix compilation error.
14292         Ringbuffer starts out as not running.
14293         Free our clock in dispose.
14294         When releasing the ringbuffer we need to renegotiate so
14295         clear the pad caps.
14296
14297 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14298
14299         * autogen.sh:
14300         * configure.ac:
14301         * docs/Makefile.am:
14302         * docs/libs/Makefile.am:
14303         * docs/libs/gst-plugins-libs-docs.sgml:
14304         * docs/libs/gst-plugins-libs-sections.txt:
14305         * docs/libs/gst-plugins-libs.types:
14306         * docs/libs/tmpl/gstaudio.sgml:
14307         * docs/libs/tmpl/gstcolorbalance.sgml:
14308         * docs/libs/tmpl/gstringbuffer.sgml:
14309         * gst-libs/gst/audio/gstringbuffer.c:
14310         (gst_ringbuffer_set_callback):
14311           reinstate gtk-doc docs for plugin libs
14312
14313 2005-06-28  Wim Taymans  <wim@fluendo.com>
14314
14315         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14316         (gst_ogg_demux_init):
14317         Removed pad loop function.
14318
14319 2005-06-28  Wim Taymans  <wim@fluendo.com>
14320
14321         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14322         If we're building a chain we are not in an error case
14323         when we queue a buffer.
14324
14325 2005-06-28  Andy Wingo  <wingo@pobox.com>
14326
14327         * *.c: Don't cast to GstObject before reffing/unreffing.
14328
14329 2005-06-27  Andy Wingo  <wingo@pobox.com>
14330
14331         * gst/videotestsrc/gstvideotestsrc.c
14332         (gst_videotestsrc_activate_push): Activation API changes.
14333
14334         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14335         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14336         they have refs on the decodebin.
14337
14338         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14339         parent class.
14340         (gst_ogg_pad_typefind): Don't leak a pad ref.
14341         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14342         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14343         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14344
14345 2005-06-27  Edward Hervey  <edward@fluendo.com>
14346
14347         * ext/theora/theoradec.c: (theora_dec_change_state): 
14348         re-arranged call to parent's state change in order to avoid locks (or
14349         worse).
14350
14351 2005-06-26  Edward Hervey  <edward@fluendo.com>
14352
14353         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14354         2nd argument of 'unknow-type' signal is a GstCaps and not a
14355         GstMiniObject
14356
14357 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14358         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14359           Set the worker thread's running flag to TRUE before starting the
14360           thread.
14361         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14362           Catch a failure to add typefind to the bin.
14363
14364 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14365
14366         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14367         (gst_sinesrc_init), (gst_sinesrc_create),
14368         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14369         (gst_sinesrc_start):
14370         * gst/sine/gstsinesrc.h:
14371           add num-buffers and timestamp-offset properties
14372         * gst/videotestsrc/gstvideotestsrc.c:
14373         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14374         (gst_videotestsrc_get_property):
14375           add timestamp-offset property
14376
14377 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14378
14379         * configure.ac: add videorate
14380         * gst-plugins-base.spec.in: add videorate
14381
14382 2005-06-23  Wim Taymans  <wim@fluendo.com>
14383
14384         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14385         (gst_videorate_getcaps), (gst_videorate_setcaps),
14386         (gst_videorate_event), (gst_videorate_chain):
14387         Fixed videorate, fixating an already fixated caps is not
14388         an error.
14389
14390 2005-06-23  Wim Taymans  <wim@fluendo.com>
14391
14392         * ext/ogg/README:
14393         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14394         Buffer on caps is not boxed anymore.
14395
14396 2005-06-22  Wim Taymans  <wim@fluendo.com>
14397
14398         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14399         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14400         Set buffers on caps as miniobjects and not as boxed.
14401
14402 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14403
14404         * configure.ac:
14405           back to HEAD
14406
14407 === release 0.9.1 ===
14408
14409 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14410
14411         * .cvsignore:
14412         * NEWS:
14413         * README:
14414         * RELEASE:
14415         * configure.ac:
14416         * po/af.po:
14417         * po/az.po:
14418         * po/cs.po:
14419         * po/en_GB.po:
14420         * po/hu.po:
14421         * po/it.po:
14422         * po/nb.po:
14423         * po/nl.po:
14424         * po/or.po:
14425         * po/sq.po:
14426         * po/sr.po:
14427         * po/sv.po:
14428         * po/uk.po:
14429         * po/vi.po:
14430           updates for release
14431
14432 2005-06-09  Andy Wingo  <wingo@pobox.com>
14433
14434         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14435         
14436 2005-06-09  Andy Wingo  <wingo@pobox.com>
14437
14438         * configure.ac:
14439         * gst-libs/gst/Makefile.am:
14440         * gst-libs/gst/net/Makefile.am:
14441         Add gstnet to build.
14442
14443 2005-06-09  Andy Wingo  <wingo@pobox.com>
14444
14445         * gst-libs/gst/gconf/gconf.c:
14446         * gst/playback/test.c:
14447         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14448         fixes.
14449
14450         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14451
14452         * ext/theora/theoraenc.c (theora_enc_chain): 
14453         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14454
14455         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14456         RealPad.
14457
14458 2005-06-02  Wim Taymans  <wim@fluendo.com>
14459
14460         * gst-libs/gst/net/Makefile.am:
14461         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14462         * pkgconfig/gstreamer-libs.pc.in:
14463         Added net stuff, version net lib.
14464
14465 2005-06-02  Wim Taymans  <wim@fluendo.com>
14466
14467         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14468         (query_rates), (query_positions_elems), (query_positions_pads),
14469         (do_seek):
14470         Updated seek example.
14471
14472 2005-06-02  Andy Wingo  <wingo@pobox.com>
14473
14474         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14475         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14476         list.
14477
14478         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14479         remove the typefind, the bin dispose will do it for us. When it's
14480         removed and unreffed, the signal handler will be disconnected,
14481         too.
14482         (unlinked): It's too difficult to disconnect from unlinked
14483         handlers, as they are on pads not elements. Just punt if the pads
14484         aren't grandkids of the bin.
14485
14486 2005-06-02  Wim Taymans  <wim@fluendo.com>
14487
14488         * ext/ogg/README:
14489         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14490         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14491         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14492         * ext/theora/theoradec.c: (theora_dec_src_query),
14493         (theora_handle_data_packet):
14494         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14495         (theora_enc_chain):
14496         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14497         (vorbis_handle_data_packet):
14498         * gst/audioconvert/bufferframesconvert.c:
14499         (buffer_frames_convert_chain):
14500         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14501         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14502         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14503         (gst_ffmpegcsp_chain):
14504         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14505         (gst_videorate_getcaps), (gst_videorate_setcaps),
14506         (gst_videorate_event), (gst_videorate_chain):
14507         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14508         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14509         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14510         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14511         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14512         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14513         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14514         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14515         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14516         Cleanups and buffer alloc.
14517
14518 2005-05-31  Wim Taymans  <wim@fluendo.com>
14519
14520         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14521         Don't try to call the delay method when the device is not
14522         opened.
14523
14524 2005-05-31  Wim Taymans  <wim@fluendo.com>
14525
14526         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14527         Get actual segment size and buffer size after opening
14528         the device.
14529
14530 2005-05-30  Wim Taymans  <wim@fluendo.com>
14531
14532         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14533         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14534         Also FLUSH upstream, makes the loop function exit faster.
14535         
14536         * ext/theora/theoradec.c: (theora_dec_src_query):
14537         Some more debug info in the query.
14538         
14539         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14540         (gst_ximagesink_setcaps):
14541         Release lock on par error, better error reporting.
14542
14543 2005-05-26  Wim Taymans  <wim@fluendo.com>
14544
14545         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14546         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14547         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14548         Clear chains in READY
14549         Queue packets until the chain is activated.
14550
14551 2005-05-25  Wim Taymans  <wim@fluendo.com>
14552
14553         * gst-libs/gst/audio/gstaudiosink.c:
14554         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14555         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14556         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14557         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14558         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14559         (gst_audiosink_create_ringbuffer):
14560         * gst-libs/gst/audio/gstbaseaudiosink.c:
14561         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14562         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14563         (gst_baseaudiosink_set_property), (build_linear_format),
14564         (debug_spec_caps), (debug_spec_buffer),
14565         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14566         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14567         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14568         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14569         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14570         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14571         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14572         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14573         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14574         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14575         (wait_segment), (gst_ringbuffer_commit),
14576         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14577         (gst_ringbuffer_clear):
14578         Various small cleanups.
14579
14580         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14581         (gst_audio_convert_change_state):
14582         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14583         No need to take the locks anymore.
14584
14585 2005-05-25  Wim Taymans  <wim@fluendo.com>
14586
14587         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14588         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14589         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14590         (type_found):
14591         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14592         (group_destroy), (group_commit), (queue_overrun),
14593         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14594         (mute_stream), (new_decoded_pad), (setup_substreams),
14595         (setup_source), (mute_group_type), (set_active_source),
14596         (gst_play_base_bin_change_state):
14597         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14598         (gen_video_element), (gen_text_element), (gen_audio_element),
14599         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14600         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14601         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14602         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14603         Some playbin cleanups mostly refcounting sloppyness.
14604
14605 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14606
14607         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14608           Work with streaming input.
14609
14610 2005-05-25  Wim Taymans  <wim@fluendo.com>
14611
14612         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14613         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14614         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14615         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14616         No need to take the STREAM lock anymore.
14617
14618 2005-05-25  Wim Taymans  <wim@fluendo.com>
14619
14620         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14621         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14622         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14623         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14624         (gst_ogg_demux_sink_activate):
14625         * ext/theora/theoradec.c: (theora_dec_src_event),
14626         (theora_handle_comment_packet), (theora_dec_chain),
14627         (theora_dec_change_state):
14628         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14629         (vorbis_handle_data_packet), (vorbis_dec_chain),
14630         (vorbis_dec_change_state):
14631         Remove STREAM locks as they are taken in core now.
14632         Never set bogus granulepos on vorbis/theora.
14633         Fix leaks in theoradec tag parsing.
14634
14635 2005-05-25  Wim Taymans  <wim@fluendo.com>
14636
14637         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14638         Fix memleaks, GST_BUFFER_DATA() is not freed.
14639
14640 2005-05-25  Wim Taymans  <wim@fluendo.com>
14641
14642         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14643         Open non-blocking, set to blocking mode afterwards to avoid
14644         lockups when audio device is busy.
14645
14646 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14647
14648         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14649           This can't be good.
14650
14651 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14652
14653         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14654         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14655         (gst_audio_convert_setcaps):
14656           Implement instant setup switching.
14657
14658 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14659
14660         * gst/playback/gstplaybasebin.c: (probe_triggered):
14661           Fix missing unlock.
14662         * gst/playback/gstplaybin.c: (add_sink):
14663           First add, then link (otherwise pad link fails).
14664
14665 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14666
14667         * examples/Makefile.am:
14668         fix buildbot (make distcheck)
14669
14670 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14671
14672         * gst/playback/gstplaybin.c: (gen_vis_element):
14673           Remove some wrong code. Doesn't work yet.
14674
14675 2005-05-19  Wim Taymans  <wim@fluendo.com>
14676
14677         * gst-libs/gst/net/Makefile.am:
14678         * gst-libs/gst/net/README:
14679         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14680         (gst_netbuffer_class_init), (gst_netbuffer_init),
14681         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14682         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14683         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14684         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14685         * gst-libs/gst/net/gstnetbuffer.h:
14686         Added buffer subclass to store extra to/from addresses for
14687         network sources/sinks.
14688
14689 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14690
14691         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14692           Don't lock an unassigned variable.
14693
14694 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14695
14696         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14697           Increase buffer for video, decrease buffer for other media types.
14698         * gst/playback/gstplaybin.c: (gen_video_element),
14699         (gen_audio_element):
14700           Change names for debugging purposes.
14701
14702 2005-05-18  Wim Taymans  <wim@fluendo.com>
14703
14704         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14705         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14706         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14707         (gst_ffmpegcsp_chain):
14708         Enable buffer alloc passthrough if the source and dest
14709         formats are the same.
14710
14711 2005-05-17  Wim Taymans  <wim@fluendo.com>
14712
14713         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14714         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14715         (gst_ogg_demux_chain_unlocked):
14716         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14717         (gst_audio_convert_caps_remove_format_info),
14718         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14719         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14720         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14721         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14722         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14723         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14724         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14725         (gst_ffmpegcsp_get_property):
14726         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14727         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14728         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14729         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14730         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14731         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14732         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14733         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14734         Leak fixes in oggdemux.
14735         Some cleanups in audioconvert.
14736         Make passthrough work along with buffer_alloc etc.
14737         Make buffer_alloc and buffer recycling actually work in
14738         xvimagesink.
14739
14740 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14741
14742         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14743           make the compiler happy
14744
14745 2005-05-17  Wim Taymans  <wim@fluendo.com>
14746
14747         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14748         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14749         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14750         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14751         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14752         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14753         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14754         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14755         (gst_xvimagesink_set_xwindow_id):
14756         * sys/xvimage/xvimagesink.h:
14757         Port xvimagesink to new MiniObject.
14758
14759 2005-05-17  Wim Taymans  <wim@fluendo.com>
14760
14761         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14762         (gst_audiofilter_chain):
14763         * gst-libs/gst/audio/gstaudiosink.c:
14764         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14765         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14766         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14767         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14768         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14769         (gst_audiosink_create_ringbuffer):
14770         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14771         (gst_audio_convert_caps_remove_format_info),
14772         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14773         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14774         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14775         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14776         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14777         Fix passthrough in ffmpegcolorspace.
14778         Fix memset in audiosink on wrong memory.
14779
14780 2005-05-16  David Schleef  <ds@schleef.org>
14781
14782         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14783         to GstMiniObject.
14784
14785 2005-05-16  David Schleef  <ds@schleef.org>
14786
14787         Port from GstData to GstMiniObject.
14788         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14789         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14790         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14791         (gst_ogg_mux_collected):
14792         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14793         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14794         (theora_handle_data_packet):
14795         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14796         (theora_set_header_on_caps), (theora_enc_chain):
14797         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14798         (vorbis_handle_comment_packet):
14799         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14800         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14801         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14802         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14803         * gst/audioconvert/gstaudioconvert.c:
14804         (gst_audio_convert_get_buffer):
14805         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14806         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14807         (mute_stream), (silence_stream):
14808         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14809         * gst/volume/gstvolume.c: (volume_transform):
14810         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14811         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14812         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14813         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14814         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14815         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14816         (gst_ximagesink_buffer_alloc):
14817         * sys/ximage/ximagesink.h:
14818
14819 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14820
14821         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14822         (fill_buffer), (check_queue), (queue_threshold_reached),
14823         (queue_out_of_data):
14824         * gst/playback/gstplaybasebin.h:
14825           Post buffer-fullness on the bus.
14826
14827 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14828
14829         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14830         (try_to_link_1):
14831         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14832         (group_commit), (probe_triggered), (setup_source),
14833         (gst_play_base_bin_change_state):
14834         * gst/playback/gstplaybasebin.h:
14835         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14836         (gst_play_bin_init), (remove_sinks), (setup_sinks),
14837         (gst_play_bin_change_state):
14838           Move setup_output_pads into a virtual function, remove
14839           group-switch (no longer needed) and redirect (handled by bus
14840           now) signals.
14841
14842 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14843
14844         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14845         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14846         (get_active_group), (get_building_group), (group_destroy),
14847         (group_commit), (check_queue), (queue_overrun),
14848         (queue_threshold_reached), (queue_out_of_data),
14849         (gen_preroll_element), (remove_groups), (unknown_type),
14850         (add_element_stream), (no_more_pads), (probe_triggered),
14851         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14852         (setup_substreams), (setup_source), (finish_source),
14853         (prepare_output), (muted_group_change_state),
14854         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14855         (gst_play_base_bin_change_state):
14856         * gst/playback/gstplaybasebin.h:
14857         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14858         (gst_play_bin_init), (gst_play_bin_set_property),
14859         (gen_video_element), (gen_text_element), (gen_audio_element),
14860         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14861         (gst_play_bin_change_state):
14862         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14863         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14864         (stream_info_change_state), (gst_stream_info_set_mute),
14865         (gst_stream_info_get_property):
14866         * gst/playback/gststreaminfo.h:
14867         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14868         (gst_stream_selector_get_linked_pad),
14869         (gst_stream_selector_getcaps),
14870         (gst_stream_selector_get_linked_pads),
14871         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14872         * gst/playback/gststreamselector.h:
14873           Rough port of playbin. Needs some more work, but is mostly done,
14874           and uses a few locks in important places, which should make stuff
14875           like chain-switches clean. Still uses GST_STATE() in a few places,
14876           which isn't all that good an idea, subtitles/elements disabled
14877           because no elements to test with and thus probably broken, query
14878           and event handling moved to GstBin, internal thread removed
14879           alltogether because the pipeline does that for us now. Can play
14880           Ogg/Vorbis files. Haven't tested anything else yet.
14881
14882 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14883
14884         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14885           Do no-more-pads (needed for autoplugging).
14886
14887 2005-05-10  Andy Wingo  <wingo@pobox.com>
14888
14889         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14890         message to the bus with the tags. Still not sent downstream tho.
14891
14892         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14893         get_parent.
14894         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14895         avoid refcounting hassles.
14896
14897 2005-05-09  Andy Wingo  <wingo@pobox.com>
14898
14899         * gst/volume/Makefile.am:
14900         * gst/volume/demo.c
14901         * gst/volume/gstvolume.h
14902         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14903         basetransform. Probably need an audio filter base class.
14904
14905 2005-05-09  Wim Taymans  <wim@fluendo.com>
14906
14907         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14908         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14909         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14910         (gst_vorbisenc_chain):
14911         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14912         (gst_audio_convert_caps_remove_format_info),
14913         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14914         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14915         Make caps writable before writing to it.
14916         Fix negotiation in audioconvert some more.
14917
14918 2005-05-09  Wim Taymans  <wim@fluendo.com>
14919
14920         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14921         (gst_videorate_getcaps), (gst_videorate_setcaps),
14922         (gst_videorate_event), (gst_videorate_chain):
14923         Better negotiation.
14924
14925 2005-05-09  Wim Taymans  <wim@fluendo.com>
14926
14927         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14928         (gst_videorate_getcaps), (gst_videorate_setcaps),
14929         (gst_videorate_blank_data), (gst_videorate_init),
14930         (gst_videorate_event), (gst_videorate_chain),
14931         (gst_videorate_change_state):
14932         Port videorate, do a better job at negotiation while we're at
14933         it.
14934
14935 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
14936
14937         * configure.ac:
14938           Disable libvisual
14939
14940         * examples/Makefile.am:
14941         * gst-libs/gst/audio/Makefile.am:
14942         * gst-libs/gst/riff/Makefile.am:
14943         * gst-libs/gst/tag/Makefile.am:
14944         * gst-libs/gst/video/Makefile.am:
14945           Fixups for missing variables.
14946
14947 2005-05-09  Wim Taymans  <wim@fluendo.com>
14948
14949         * examples/seeking/seek.c: (make_theora_pipeline),
14950         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
14951         (query_rates), (query_positions_elems), (query_positions_pads),
14952         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
14953         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14954         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
14955         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
14956         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14957         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
14958         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14959         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14960         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14961         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14962         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14963         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14964         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14965         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
14966         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14967         (theora_dec_src_convert), (theora_dec_sink_convert),
14968         (theora_dec_src_query), (theora_dec_sink_query),
14969         (theora_dec_src_event), (theora_dec_sink_event),
14970         (theora_handle_comment_packet), (theora_handle_type_packet),
14971         (theora_handle_header_packet), (theora_handle_data_packet),
14972         (theora_dec_chain):
14973         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14974         (vorbis_dec_convert), (vorbis_dec_src_query),
14975         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14976         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14977         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14978         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14979         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
14980         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
14981         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
14982         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14983         (gst_play_bin_query):
14984         * gst/playback/test3.c: (update_scale):
14985         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
14986         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
14987         * gst/subparse/gstsubparse.c: (gst_subparse_init):
14988         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14989         (gst_videotestsrc_src_query):
14990         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
14991         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
14992         (paint_hline_YUV9):
14993         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14994         Port to new query API.
14995         Updated seek.
14996         Cleanups in x[v]imagesink
14997
14998 2005-05-09  Andy Wingo  <wingo@pobox.com>
14999
15000         * ext/alsa/gstalsasink.h:
15001         * ext/gnomevfs/gstgnomevfssrc.c:
15002         (gst_gnomevfssrc_get_icy_metadata):
15003         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15004         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15005         * ext/theora/theoradec.c (theora_dec_src_query)
15006         (theora_dec_src_event, theora_dec_sink_event)
15007         (theora_handle_comment_packet, theora_handle_data_packet):
15008         * ext/theora/theoraenc.c (theora_enc_chain):
15009         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15010         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15011         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15012         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15013         (qt_type_find):
15014         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15015         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15016         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15017         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15018         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15019         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15020         (paint_setup_xBGR8888, paint_setup_RGBx8888)
15021         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15022         (paint_setup_RGB565, paint_setup_xRGB1555):
15023         * gst/videotestsrc/videotestsrc.h:
15024         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15025         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15026         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15027         GCC4 fixes.
15028         
15029         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15030         gst_pad_query_position. Fixes oggdemux.
15031
15032 2005-05-08  David Schleef  <ds@schleef.org>
15033
15034         * configure.ac: Require liboil.
15035         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15036         a few more.
15037         * gst/videotestsrc/videotestsrc.c:
15038         * gst/videotestsrc/videotestsrc.h:
15039
15040 2005-05-06  Wim Taymans  <wim@fluendo.com>
15041
15042         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15043         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15044         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15045         Well, unreffing a buffer right before pushing it is asking
15046         for trouble..
15047
15048 2005-05-06  Christian Schaller  <uraeus@gnome.org>
15049
15050         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15051
15052 2005-05-06  Wim Taymans  <wim@fluendo.com>
15053
15054         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15055         (gst_audio_convert_caps_remove_format_info),
15056         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15057         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15058         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15059         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15060         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15061         * gst/sine/Makefile.am:
15062         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15063         (gst_sinesrc_class_init), (gst_sinesrc_init),
15064         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15065         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15066         (gst_sinesrc_update_freq):
15067         * gst/sine/gstsinesrc.h:
15068         * gst/tcp/gstmultifdsink.c:
15069         * sys/xvimage/xvimagesink.c:
15070         Fixed negotiation wrt _peer_get_caps()
15071         Some cleanups.
15072
15073
15074 2005-05-06  Wim Taymans  <wim@fluendo.com>
15075
15076         * gst-libs/gst/audio/gstaudiosink.c:
15077         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15078         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15079         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15080         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15081         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15082         (gst_audiosink_create_ringbuffer):
15083         * gst-libs/gst/audio/gstbaseaudiosink.c:
15084         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15085         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15086         (gst_baseaudiosink_set_property), (build_linear_format),
15087         (debug_spec_caps), (debug_spec_buffer),
15088         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15089         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15090         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15091         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15092         * gst-libs/gst/audio/gstbaseaudiosink.h:
15093         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15094         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15095         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15096         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15097         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15098         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15099         (wait_segment), (gst_ringbuffer_commit),
15100         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15101         (gst_ringbuffer_clear):
15102         * gst-libs/gst/audio/gstringbuffer.h:
15103         Make the base audiosink return an error when there is no
15104         audiobuffer negotiated.
15105
15106 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15107
15108         * ext/Makefile.am:
15109         Disable cdparanoia until someone ports it!
15110
15111 2005-05-06  Wim Taymans  <wim@fluendo.com>
15112
15113         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15114         (gst_ogg_demux_sink_activate):
15115         And revert after wingo's revert.. sigh..
15116
15117 2005-05-05  Andy Wingo  <wingo@pobox.com>
15118
15119         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15120         GObject.
15121         * configure.ac: Return audiorate and subparse from the ghetto.
15122         Re-enable -Wall -Werror.
15123         * gst/subparse/gstsubparse.c:
15124         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15125         or chain-based. Cleaned up a bit. Not tested.
15126         
15127 2005-05-05  Christian Schaller <christian@fluendo.com> 
15128
15129         * Makefile.am: remove stuff that is not building
15130         * configure.ac: remove stuff that is not building
15131         * examples/Makefile.am: remove stuff that is not building
15132         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15133         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15134         * sys/Makefile.am: remove stuff that is not building
15135         * testsuite/Makefile.am: remove stuff that is not building
15136
15137 2005-05-05  Andy Wingo  <wingo@pobox.com>
15138
15139         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15140         * gst-libs/gst/tag/gstvorbistag.c:
15141         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15142         * gst/adder/gstadder.h:
15143         * gst/audioconvert/gstchannelmix.c:
15144         (gst_audio_convert_fill_one_other):
15145         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15146         (gst_audiorate_init), (gst_audiorate_chain):
15147         * gst/playback/gstplaybasebin.c: (setup_source):
15148         * gst/playback/test3.c: (update_scale):
15149         Some GCC4 fixes
15150         
15151         * po/af.po:
15152         * po/az.po:
15153         * po/cs.po:
15154         * po/en_GB.po:
15155         * po/hu.po:
15156         * po/it.po:
15157         * po/nb.po:
15158         * po/nl.po:
15159         * po/or.po:
15160         * po/sq.po:
15161         * po/sr.po:
15162         * po/sv.po:
15163         * po/uk.po:
15164         * po/vi.po: Foo
15165
15166 2005-05-05  Wim Taymans  <wim@fluendo.com>
15167
15168         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15169         (gst_audio_convert_caps_remove_format_info),
15170         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15171         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15172         * gst/videotestsrc/gstvideotestsrc.c:
15173         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15174         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15175         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15176         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15177         Don't ignore _push() return values.
15178         Make sure no processing is done when shutting down.
15179         Videotestsrc pad activation fix.
15180
15181 2005-05-05  Wim Taymans  <wim@fluendo.com>
15182
15183         * gst/adder/Makefile.am:
15184         * gst/adder/gstadder.c: (gst_adder_setcaps),
15185         (gst_adder_class_init), (gst_adder_init),
15186         (gst_adder_request_new_pad), (gst_adder_collected),
15187         (gst_adder_change_state):
15188         * gst/adder/gstadder.h:
15189         Ported adder as an example of a mixer element using
15190         collect pads. Needs more negotiation work.
15191
15192 2005-05-05  Wim Taymans  <wim@fluendo.com>
15193
15194         * ext/theora/theoradec.c: (_inc_granulepos),
15195         (theora_dec_src_event), (theora_dec_sink_event),
15196         (theora_handle_comment_packet), (theora_handle_type_packet),
15197         (theora_handle_header_packet), (theora_handle_data_packet),
15198         (theora_dec_chain):
15199         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15200         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15201         (theora_push_buffer), (theora_push_packet),
15202         (theora_enc_sink_event), (theora_enc_chain),
15203         (theora_enc_change_state), (theora_enc_set_property),
15204         (theora_enc_get_property):
15205         Added stream lock to decoder so that we can serialize
15206         the discont event.
15207         More theoraenc porting, recover from errors, do clean
15208         shutdown.
15209
15210 2005-05-05  Wim Taymans  <wim@fluendo.com>
15211
15212         * ext/ogg/Makefile.am:
15213         * ext/ogg/README:
15214         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15215         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15216         (gst_ogg_print):
15217         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15218         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15219         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15220         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15221         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15222         (gst_ogg_mux_change_state):
15223         Ported ogg muxer.
15224
15225 2005-05-05  Wim Taymans  <wim@fluendo.com>
15226
15227         * docs/design-audiosinks.txt:
15228         * gst-libs/gst/audio/TODO:
15229         * gst-libs/gst/audio/gstaudiosink.c:
15230         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15231         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15232         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15233         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15234         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15235         (gst_audiosink_create_ringbuffer):
15236         * gst-libs/gst/audio/gstbaseaudiosink.c:
15237         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15238         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15239         (gst_baseaudiosink_set_property), (build_linear_format),
15240         (debug_spec_caps), (debug_spec_buffer),
15241         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15242         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15243         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15244         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15245         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15246         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15247         (gst_ringbuffer_release), (gst_ringbuffer_play),
15248         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15249         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15250         (gst_ringbuffer_set_sample), (wait_segment),
15251         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15252         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15253         More work on the audiosink, mostly debugging and a race in
15254         shutdown.
15255
15256 2005-04-28  Wim Taymans  <wim@fluendo.com>
15257
15258         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15259         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15260         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15261         (vorbis_dec_src_query), (vorbis_dec_src_event),
15262         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15263         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15264         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15265         Don't crap out when seeking back to position 0.
15266
15267 2005-04-28  Wim Taymans  <wim@fluendo.com>
15268
15269         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15270         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15271         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15272         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15273         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15274         Make audio sink configurable, use alsasink as default.
15275
15276 2005-04-28  Wim Taymans  <wim@fluendo.com>
15277
15278         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15279         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15280         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15281         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15282         (vorbis_dec_change_state):
15283         * ext/vorbis/vorbisdec.h:
15284         Refactor, use STREAM_LOCK.
15285
15286 2005-04-28  Wim Taymans  <wim@fluendo.com>
15287
15288         * ext/theora/theoradec.c: (_inc_granulepos),
15289         (theora_dec_sink_event), (theora_handle_comment_packet),
15290         (theora_handle_type_packet), (theora_handle_header_packet),
15291         (theora_handle_data_packet), (theora_dec_chain),
15292         (theora_dec_change_state):
15293         Refactor a bit, use STREAM_LOCK.
15294
15295 2005-04-28  Wim Taymans  <wim@fluendo.com>
15296
15297         * ext/alsa/Makefile.am:
15298         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15299         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15300         (gst_alsa_link), (gst_alsa_close_audio):
15301         * ext/alsa/gstalsaplugin.c: (plugin_init):
15302         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15303         (gst_alsasink_dispose), (gst_alsasink_base_init),
15304         (gst_alsasink_class_init), (gst_alsasink_init),
15305         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15306         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15307         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15308         (gst_alsasink_reset):
15309         * ext/alsa/gstalsasink.h:
15310         Implement alsasink with simple open/write/close API. 
15311         Make alsa dir build by disabling compilation of code.
15312
15313 2005-04-28  Wim Taymans  <wim@fluendo.com>
15314
15315         * gst-libs/gst/audio/Makefile.am:
15316         * gst-libs/gst/audio/audio.h:
15317         * gst-libs/gst/audio/audioclock.c:
15318         * gst-libs/gst/audio/audioclock.h:
15319         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15320         (gst_audio_clock_class_init), (gst_audio_clock_init),
15321         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15322         * gst-libs/gst/audio/gstaudioclock.h:
15323         * gst-libs/gst/audio/gstaudiosink.c:
15324         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15325         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15326         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15327         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15328         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15329         (gst_audiosink_create_ringbuffer):
15330         * gst-libs/gst/audio/gstbaseaudiosink.c:
15331         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15332         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15333         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15334         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15335         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15336         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15337         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15338         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15339         * gst-libs/gst/audio/gstbaseaudiosink.h:
15340         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15341         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15342         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15343         (gst_ringbuffer_release), (gst_ringbuffer_play),
15344         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15345         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15346         (gst_ringbuffer_set_sample), (wait_segment),
15347         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15348         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15349         * gst-libs/gst/audio/gstringbuffer.h:
15350         Make ringbuffer faster and more simple by removing the locks
15351         in the playback thread.
15352         Add sample accurate playback based on buffer sample offsets.
15353         Make the baseaudiosink provide a clock.
15354         Parse caps in the base class.
15355         Correctly handle seeking, flushing and state changes.
15356
15357 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15358
15359         * configure.ac:
15360         * gst/audioconvert/Makefile.am:
15361         * gst/audioscale/Makefile.am:
15362           Fix part of the build.  Come on guys, autogen didn't even work :)
15363
15364 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15365
15366         * configure.ac:
15367         * gst-libs/gst/Makefile.am:
15368         * gst-libs/gst/media-info/.cvsignore:
15369         * gst-libs/gst/media-info/Makefile.am:
15370         * gst-libs/gst/media-info/README:
15371         * gst-libs/gst/media-info/media-info-priv.c:
15372         * gst-libs/gst/media-info/media-info-priv.h:
15373         * gst-libs/gst/media-info/media-info-test.c:
15374         * gst-libs/gst/media-info/media-info.c:
15375         * gst-libs/gst/media-info/media-info.h:
15376         * gst-libs/gst/media-info/media-info.vcproj:
15377         * pkgconfig/Makefile.am:
15378         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15379         * pkgconfig/gstreamer-media-info.pc.in:
15380           Remove media-info, which is also successed by playbin (see Totem
15381           implementation).
15382
15383 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15384
15385         * configure.ac:
15386         * examples/Makefile.am:
15387         * examples/gstplay/.cvsignore:
15388         * examples/gstplay/Makefile.am:
15389         * examples/gstplay/player.c:
15390         * gst-libs/gst/Makefile.am:
15391         * gst-libs/gst/play/.cvsignore:
15392         * gst-libs/gst/play/Makefile.am:
15393         * gst-libs/gst/play/play.c:
15394         * gst-libs/gst/play/play.h:
15395         * gst-libs/gst/play/play.vcproj:
15396         * pkgconfig/Makefile.am:
15397         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15398         * pkgconfig/gstreamer-play.pc.in:
15399           Remove libgstplay, playbin is now the official successor.
15400
15401 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15402
15403         * configure.ac:
15404         * gst-libs/gst/Makefile.am:
15405         * gst-libs/gst/xwindowlistener/Makefile.am:
15406         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15407         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15408           Remove deprecated xwindowlistener (I've moved xwindowlistening
15409           in the v4l/v4l2 plugins over to serverside).
15410
15411 2005-04-25  David Schleef  <ds@schleef.org>
15412
15413         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15414         to examples/dynparams.  Examples do not belong interspersed with
15415         source code.
15416         * examples/dynparams/demo-dparams.c:
15417         * gst/sine/Makefile.am:
15418         * gst/sine/demo-dparams.c:
15419
15420 2005-04-25  David Schleef  <ds@schleef.org>
15421
15422         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15423         * gst-libs/gst/audio/Makefile.am:
15424         * gst-libs/gst/riff/Makefile.am:
15425         * gst-libs/gst/tag/Makefile.am:
15426         * gst-libs/gst/video/Makefile.am:
15427         * gst-libs/gst/xwindowlistener/Makefile.am:
15428
15429         Convert to 0.9 API, seems to work:
15430         * sys/ximage/Makefile.am:
15431         * sys/ximage/ximagesink.c:
15432
15433 2005-04-24  David Schleef  <ds@schleef.org>
15434
15435         Link plugins against libraries:
15436         * ext/alsa/Makefile.am:
15437         * gst/tcp/Makefile.am:
15438
15439         Remove asm code that should be in liboil
15440         * gst/videoscale/Makefile.am:
15441         * gst/videoscale/videoscale_x86_asm.s:
15442
15443         gettext wants these checked in:
15444         * po/af.po:
15445         * po/az.po:
15446         * po/cs.po:
15447         * po/en_GB.po:
15448         * po/hu.po:
15449         * po/it.po:
15450         * po/nb.po:
15451         * po/nl.po:
15452         * po/or.po:
15453         * po/sq.po:
15454         * po/sr.po:
15455         * po/sv.po:
15456         * po/uk.po:
15457         * po/vi.po:
15458
15459 2005-04-24  David Schleef  <ds@schleef.org>
15460
15461         Convert gst_main() to g_main_loop_run()
15462         * gst/playback/decodetest.c: (main):
15463         * gst/playback/test2.c: (main):
15464         * gst/playback/test3.c: (main):
15465         * gst/playback/test4.c: (main):
15466
15467         Link plugins against libraries:
15468         * ext/libvisual/Makefile.am:
15469         * sys/xvimage/Makefile.am:
15470
15471 2005-04-24  David Schleef  <ds@schleef.org>
15472
15473         * configure.ac: Remove idct and resample libs
15474         * gst-libs/gst/Makefile.am: same
15475
15476         Remove usage of gst_library_load():
15477         * ext/alsa/gstalsaplugin.c: (plugin_init):
15478         * ext/libvisual/visual.c: (plugin_init):
15479         * ext/ogg/gstogg.c: (plugin_init):
15480         * ext/theora/theora.c: (plugin_init):
15481         * ext/vorbis/vorbis.c: (plugin_init):
15482         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15483         * gst/audioscale/gstaudioscale.c:
15484         * gst/adder/gstadder.c: (plugin_init):
15485         * gst/audioconvert/plugin.c: (plugin_init):
15486         * sys/ximage/ximagesink.c: (plugin_init):
15487         * sys/xvimage/xvimagesink.c: (plugin_init):
15488         * gst/tcp/gsttcpplugin.c: (plugin_init):
15489
15490         Link plugins against libraries:
15491         * ext/ogg/Makefile.am:
15492         * ext/theora/Makefile.am:
15493         * ext/vorbis/Makefile.am:
15494         * gst/audioconvert/Makefile.am:
15495
15496         Create proper libraries:
15497         * gst-libs/gst/riff/Makefile.am:
15498         * gst-libs/gst/audio/Makefile.am:
15499         * gst-libs/gst/video/Makefile.am:
15500
15501         Move resample library to audioscale plugin directory:
15502         * gst-libs/gst/resample/Makefile.am:
15503         * gst-libs/gst/resample/README:
15504         * gst-libs/gst/resample/dtof.c:
15505         * gst-libs/gst/resample/dtos.c:
15506         * gst-libs/gst/resample/functable.c:
15507         * gst-libs/gst/resample/private.h:
15508         * gst-libs/gst/resample/resample.c:
15509         * gst-libs/gst/resample/resample.h:
15510         * gst-libs/gst/resample/resample.vcproj:
15511         * gst-libs/gst/resample/test.c:
15512         * gst/audioscale/Makefile.am:
15513         * gst/audioscale/README:
15514         * gst/audioscale/dtof.c:
15515         * gst/audioscale/dtos.c:
15516         * gst/audioscale/functable.c:
15517         * gst/audioscale/private.h:
15518         * gst/audioscale/resample.c:
15519         * gst/audioscale/resample.h:
15520         * gst/audioscale/test.c:
15521
15522         Move tagedit library to gst-libs:
15523         * gst-libs/gst/tag/Makefile.am:
15524         * gst-libs/gst/tag/gstid3tag.c:
15525         * gst-libs/gst/tag/gsttagediting.c:
15526         * gst-libs/gst/tag/gsttageditingprivate.h:
15527         * gst-libs/gst/tag/gstvorbistag.c:
15528         * gst/tags/Makefile.am:
15529         * gst/tags/gstid3tag.c:
15530         * gst/tags/gstvorbistag.c:
15531
15532         Fix for core changes:
15533         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15534         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15535         (gst_sinesrc_getrange):
15536
15537 2005-04-23  David Schleef  <ds@schleef.org>
15538
15539         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15540         in gst-plugins in a long time, and properly belongs in liboil.
15541         * gst-libs/gst/idct/Makefile.am:
15542         * gst-libs/gst/idct/README:
15543         * gst-libs/gst/idct/dct.h:
15544         * gst-libs/gst/idct/doieee:
15545         * gst-libs/gst/idct/fastintidct.c:
15546         * gst-libs/gst/idct/floatidct.c:
15547         * gst-libs/gst/idct/idct.c:
15548         * gst-libs/gst/idct/idct.h:
15549         * gst-libs/gst/idct/idtc.vcproj:
15550         * gst-libs/gst/idct/ieeetest.c:
15551         * gst-libs/gst/idct/intidct.c:
15552
15553 2005-04-20  Wim Taymans  <wim@fluendo.com>
15554
15555         * docs/design-audiosinks.txt:
15556         * gst-libs/gst/audio/Makefile.am:
15557         * gst-libs/gst/audio/TODO:
15558         * gst-libs/gst/audio/gstaudiosink.c:
15559         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15560         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15561         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15562         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15563         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15564         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15565         (gst_audiosink_class_init), (gst_audiosink_init),
15566         (gst_audiosink_create_ringbuffer):
15567         * gst-libs/gst/audio/gstaudiosink.h:
15568         * gst-libs/gst/audio/gstbaseaudiosink.c:
15569         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15570         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15571         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15572         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15573         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15574         (gst_baseaudiosink_create_ringbuffer),
15575         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15576         * gst-libs/gst/audio/gstbaseaudiosink.h:
15577         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15578         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15579         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15580         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15581         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15582         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15583         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15584         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15585         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15586         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15587         * gst-libs/gst/audio/gstringbuffer.h:
15588         An attempt at a set of audio base classes together with some
15589         design docs.
15590
15591 2005-04-20  Wim Taymans  <wim@fluendo.com>
15592
15593         * gst/audioconvert/Makefile.am:
15594         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15595         (gst_audio_convert_caps_remove_format_info),
15596         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15597         (gst_audio_convert_channels):
15598         Link against audio libs.
15599         Fix audio convert plugin.
15600
15601 2005-04-20  Wim Taymans  <wim@fluendo.com>
15602
15603         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15604         (gst_ogg_demux_sink_activate):
15605         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15606         (theora_set_header_on_caps), (theora_enc_sink_event),
15607         (theora_enc_chain):
15608         Fix theora encoder.
15609
15610 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15611
15612         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15613         * gst/playback/gstdecodebin.c: (find_compatibles):
15614           Work with staticpadtemplates in elementfactories.
15615
15616 2005-04-12  Wim Taymans  <wim@fluendo.com>
15617
15618         * gst/playback/README:
15619         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15620         (compare_ranks), (print_feature), (gst_decode_bin_init),
15621         (dynamic_create), (dynamic_free), (find_compatibles),
15622         (mimetype_is_raw), (close_pad_link), (got_redirect),
15623         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15624         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15625         (gst_decode_bin_change_state):
15626         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15627         (gst_play_base_bin_init), (group_destroy), (group_commit),
15628         (check_queue), (queue_overrun), (queue_threshold_reached),
15629         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15630         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15631         (got_redirect), (setup_source), (play_base_eos),
15632         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15633         (gst_play_base_bin_remove_element):
15634         * gst/playback/gstplaybasebin.h:
15635         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15636         (gst_play_bin_init), (gst_play_bin_dispose),
15637         (gst_play_bin_set_property), (gen_video_element),
15638         (gen_text_element), (gen_audio_element), (remove_sinks),
15639         (gst_play_bin_send_event):
15640         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15641         (stream_info_change_state), (gst_stream_info_set_mute):
15642         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15643         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15644         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15645         (gst_stream_selector_chain):
15646         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15647         (main):
15648         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15649         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15650         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15651         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15652         Raw and crude port of decodebin. 
15653         Make playbin compile.
15654
15655 2005-04-06  Wim Taymans  <wim@fluendo.com>
15656
15657         * ext/gnomevfs/Makefile.am:
15658         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15659         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15660         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15661         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15662         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15663         (gst_gnomevfssrc_stop):
15664         * ext/ogg/Makefile.am:
15665         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15666         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15667         * ext/theora/Makefile.am:
15668         * ext/theora/theoradec.c: (_inc_granulepos),
15669         (theora_dec_sink_event), (theora_dec_chain):
15670         * ext/vorbis/Makefile.am:
15671         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15672         (vorbis_dec_sink_event), (vorbis_dec_chain):
15673         * gst-libs/gst/audio/Makefile.am:
15674         * sys/xvimage/Makefile.am:
15675         Make gnomevfssrc extend the source base class.
15676         Fix linking against libs in various plugins.
15677
15678 2005-04-06  Andy Wingo  <wingo@pobox.com>
15679
15680         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15681         GST_BASE_LIBS.
15682
15683         * configure.ac: Add check and AC_SUBST for libgstbase.
15684
15685 2005-03-31  Wim Taymans  <wim@fluendo.com>
15686
15687         * examples/seeking/Makefile.am:
15688         * examples/seeking/cdparanoia.c: (main):
15689         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15690         (play_cb), (pause_cb), (stop_cb), (main):
15691         * examples/seeking/playbin.c:
15692         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15693         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15694         (make_sid_pipeline), (make_vorbis_pipeline),
15695         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15696         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15697         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15698         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15699         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15700         (stop_cb), (main):
15701         * examples/seeking/spider_seek.c:
15702         * examples/seeking/vorbisfile.c:
15703         * ext/gnomevfs/Makefile.am:
15704         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15705         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15706         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15707         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15708         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15709         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15710         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15711         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15712         * ext/ogg/README:
15713         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15714         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15715         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15716         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15717         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15718         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15719         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15720         (gst_ogg_demux_factory_filter), (compare_ranks),
15721         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15722         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15723         (gst_ogg_chain_new), (gst_ogg_chain_free),
15724         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15725         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15726         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15727         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15728         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15729         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15730         (gst_ogg_demux_get_prev_page),
15731         (gst_ogg_demux_deactivate_current_chain),
15732         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15733         (gst_ogg_demux_bisect_forward_serialno),
15734         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15735         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15736         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15737         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15738         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15739         (gst_ogg_demux_change_state), (gst_ogg_print):
15740         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15741         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15742         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15743         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15744         (gst_ogg_mux_loop):
15745         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15746         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15747         (theora_dec_src_convert), (theora_dec_sink_convert),
15748         (theora_dec_src_query), (theora_dec_src_event),
15749         (theora_dec_sink_event), (theora_dec_chain),
15750         (theora_dec_change_state):
15751         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15752         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15753         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15754         (theora_enc_change_state):
15755         * ext/vorbis/Makefile.am:
15756         * ext/vorbis/oggvorbisenc.c:
15757         * ext/vorbis/oggvorbisenc.h:
15758         * ext/vorbis/vorbis.c: (plugin_init):
15759         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15760         (vorbis_dec_src_query), (vorbis_dec_src_event),
15761         (vorbis_dec_sink_event), (vorbis_dec_chain),
15762         (vorbis_dec_change_state):
15763         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15764         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15765         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15766         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15767         (gst_vorbisenc_change_state):
15768         * ext/vorbis/vorbisenc.h:
15769         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15770         * gst-libs/gst/audio/audioclock.c:
15771         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15772         (gst_audiofilter_init), (gst_audiofilter_chain):
15773         * gst-libs/gst/audio/testchannels.c: (main):
15774         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15775         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15776         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15777         (gmip_find_track_streaminfo), (gmip_find_track_format):
15778         * gst-libs/gst/media-info/media-info.c:
15779         (gst_media_info_read_idler):
15780         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15781         (gst_play_get_all_by_interface):
15782         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15783         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15784         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15785         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15786         (gst_riff_parse_info):
15787         * gst-libs/gst/riff/riff-read.h:
15788         * gst-libs/gst/riff/riff.c: (plugin_init):
15789         * gst-libs/gst/video/Makefile.am:
15790         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15791         (gst_videosink_class_init), (gst_videosink_get_type):
15792         * gst-libs/gst/video/videosink.h:
15793         * gst/audioconvert/bufferframesconvert.c:
15794         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15795         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15796         * gst/audioconvert/channelmixtest.c: (main):
15797         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15798         (gst_audio_convert_chain),
15799         (gst_audio_convert_caps_remove_format_info),
15800         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15801         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15802         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15803         (gst_audio_convert_buffer_to_default_format),
15804         (gst_audio_convert_buffer_from_default_format),
15805         (gst_audio_convert_channels):
15806         * gst/audioconvert/gstchannelmix.h:
15807         * gst/ffmpegcolorspace/avcodec.h:
15808         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15809         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15810         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15811         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15812         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15813         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15814         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15815         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15816         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15817         (dv_type_find):
15818         * gst/videotestsrc/gstvideotestsrc.c:
15819         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15820         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15821         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15822         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15823         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15824         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15825         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15826         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15827         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15828         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15829         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15830         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15831         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15832         (gst_xvimagesink_navigation_send_event),
15833         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15834         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15835         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15836         * sys/xvimage/xvimagesink.h:
15837         Plugin port to 0.9, ogg/theora playback should work in the seek
15838         example now.
15839         Removed old examples.
15840         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15841         explained in 0.9 TODO doc.
15842
15843
15844 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15845
15846         * autogen.sh:
15847         * configure.ac:
15848         * ext/Makefile.am:
15849         * gst/Makefile.am:
15850         * po/POTFILES.in:
15851         * po/af.po:
15852         * po/az.po:
15853         * po/cs.po:
15854         * po/en_GB.po:
15855         * po/hu.po:
15856         * po/it.po:
15857         * po/nb.po:
15858         * po/nl.po:
15859         * po/or.po:
15860         * po/sq.po:
15861         * po/sr.po:
15862         * po/sv.po:
15863         * po/uk.po:
15864         * po/vi.po:
15865         * sys/Makefile.am:
15866         * testsuite/Makefile.am:
15867           remove a whole bunch of plugins.  This module now contains a set
15868           of free reference plugins/elements as agreed.
15869
15870 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15871
15872         * configure.ac:
15873           hunting season on 0.9 is now OPEN
15874
15875 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15876
15877         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15878           Kick the hell out of gcc for not warning me about a symbol conflict.
15879
15880 2005-02-22  Luca Ognibene  <luogni@tin.it>
15881
15882         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15883
15884         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15885           Don't leak caps string (fixes #168134)
15886
15887         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15888         (gst_jpegenc_init), (gst_jpegenc_finalize),
15889         (gst_jpegenc_change_state):
15890           Don't leak line buffers and context struct (fixes #168133).
15891
15892 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
15893
15894         * configure.ac:
15895         * ext/dirac/gstdiracdec.cc:
15896         (gst_diracdec_chain):
15897           Since dirac 0.5.0 the framerate in dirac is expressed as a
15898           rational number. Fix build and up requirement to 0.5.0, and
15899           also pass parameters to gst_diracdec_link in the right order
15900           (fixes #167959).
15901
15902 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
15903
15904         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15905         * ext/faad/gstfaad.h:
15906         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
15907         certain invalid muxed streams, where some packets will contain 
15908         junk after decoder data. Partially fixes #149158.
15909
15910 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
15911         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15912           Make sure we only write to writable buffers
15913
15914 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
15915
15916         * gst-libs/gst/riff/riff-media.c:
15917         (gst_riff_create_audio_caps_with_data):
15918           Do actually fix invalid RIFF fmt header values for alaw
15919           and mulaw audio instead of just saying so.
15920
15921         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15922           Give gst_riff_create_audio_caps_with_data() a chance to
15923           fix up broken format header fields before extracting any
15924           parameters from the header. (fixes #167633)
15925
15926 2005-02-19  Martin Holters  <martin.holters@gmx.de>
15927
15928         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15929
15930         * gst/audioconvert/bufferframesconvert.c:
15931         (buffer_frames_convert_link):
15932           Don't leak othercaps. (fixes #167878)
15933
15934 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
15935
15936         * configure.ac:
15937         * ext/libvisual/visual.c: (gst_visual_srclink),
15938         (gst_visual_change_state):
15939           Support libvisual 0.2.0.
15940
15941 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
15942
15943         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
15944         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
15945           Use same rowstrides for I420 as used everywhere else.
15946
15947 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
15948
15949         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15950           Declare variables at beginning of block and make gcc-2.95 happy
15951           (fixes # 167482, patch by Gergely Nagy).
15952           
15953         * gst/tcp/gsttcpclientsrc.c:
15954         * gst/tcp/gsttcpclientsrc.h:
15955           Move some includes into the header, so that struct sockaddr_in is
15956           defined when it should be defined on FreeBSD as well (fixes
15957           #167483).
15958           
15959         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15960           Don't pass uninitialised values to setsockopt() here either.
15961
15962 2005-02-17  Luca Ognibene  <luogni at tin dot it>
15963
15964         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15965
15966         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
15967           Don't pass uninitialised values to setsockopt(). (fixes #167704)
15968
15969 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15970
15971         * gst/playback/gstplaybin.c: (add_sink):
15972           Invert bin_add/link order to workaround deadlock in opt.
15973
15974 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15975
15976         * gst/modplug/gstmodplug.cc:
15977           Add missing break causing position queries to fail.
15978
15979 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15980
15981         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
15982           Granpos can apparently be -1, which screws up calculations...
15983
15984 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
15985
15986         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15987         (gst_ximagesink_send_pending_navigation),
15988         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
15989         (gst_ximagesink_init):
15990         * sys/ximage/ximagesink.h:
15991         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
15992         (gst_xvimagesink_send_pending_navigation),
15993         (gst_xvimagesink_navigation_send_event),
15994         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
15995         * sys/xvimage/xvimagesink.h:
15996           Use a mutex protected list to marshal navigation
15997           events into the stream thread from whichever thread
15998           sends them.
15999
16000 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
16001
16002         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16003           Display current position and track length; misc. clean-ups.
16004           
16005         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16006         (speed_init), (speed_chain):
16007           Add query function, so that the stream length and current position
16008           get adjusted when queried (note that current position queries may
16009           still be wrong if the audio sink returns values based on buffer
16010           timestamps instead of passing on the query).
16011
16012 2005-02-13  Benjamin Otte  <otte@gnome.org>
16013
16014         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16015         (gst_audio_convert_channels):
16016           create channel conversion matrix when linking
16017         * gst/audioconvert/.cvsignore:
16018         * gst/audioconvert/Makefile.am:
16019         * gst/audioconvert/channelmixtest.c: (main):
16020           add (ugly) test that ensures stereo <=> mono conversion works
16021           correctly
16022
16023 2005-02-13  Benjamin Otte  <otte@gnome.org>
16024
16025         * gst/audioconvert/gstchannelmix.h:
16026           include missing header file
16027         * gst/audioconvert/gstchannelmix.c:
16028         (gst_audio_convert_fill_compatible):
16029           use same sign for both channels when converting to/from compatible
16030           channel. Previously used different signs made the signals cancel
16031           each other out and appear like silence. (fixes #167269)
16032
16033 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16034
16035         * gst/ffmpegcolorspace/avcodec.h:
16036         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16037         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16038         (gst_ffmpegcsp_avpicture_fill):
16039         * gst/ffmpegcolorspace/imgconvert.c:
16040           Convert to and from YV12 (fixes #156379).
16041
16042 2005-02-12  Julien MOUTTE  <julien@moutte.net>
16043
16044         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16045         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16046         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16047         (gst_ximagesink_expose), (gst_ximagesink_set_property),
16048         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16049         methods from chain and negotiation and vice versa (Fixes #166142).
16050         * sys/ximage/ximagesink.h: Add stream_lock.
16051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16052         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16053         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16054         (gst_xvimagesink_expose): Check for xcontext before trying to link.
16055
16056 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16057
16058         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16059           Don't send "Hey! You gave me a NULL pointer you naughty person" as
16060           error message when we can't open the DVD device (when dvdnav_open()
16061           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16062           the above). Send something more useful instead (fixes #167117).
16063
16064 2005-02-11  Julien MOUTTE  <julien@moutte.net>
16065
16066         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16067         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16068         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16069         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16070         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16071         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16072         methods from chain and negotiation and vice versa (Fixes #166142).
16073         Fix a possible bug of images in the buffer pool being discarded because
16074         we are looking at the wrong geometry.
16075         * sys/xvimage/xvimagesink.h: Add stream_lock.
16076
16077 2005-02-11  David Schleef  <ds@schleef.org>
16078
16079         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16080         unsigned int. (fixes #167128)
16081
16082 2005-02-11  David Schleef  <ds@schleef.org>
16083
16084         * gst/librfb/Makefile.am: Testing stuff before committing is
16085           for wimps... and people with fast machines.  Fix stupid
16086           mistake.
16087
16088 2005-02-11  David Schleef  <ds@schleef.org>
16089
16090         * configure.ac: Pull in librfb from my CVS tree, because it is
16091           too small and annoying to be separate.  Move rfbsrc plugin
16092           to gst/.
16093         * ext/Makefile.am:
16094         * ext/librfb/Makefile.am:
16095         * ext/librfb/gstrfbsrc.c:
16096         * gst/librfb/Makefile.am:
16097         * gst/librfb/gstrfbsrc.c:
16098         * gst/librfb/rfb.c:
16099         * gst/librfb/rfb.h:
16100         * gst/librfb/rfbbuffer.c:
16101         * gst/librfb/rfbbuffer.h:
16102         * gst/librfb/rfbbytestream.c:
16103         * gst/librfb/rfbbytestream.h:
16104         * gst/librfb/rfbcontext.h:
16105         * gst/librfb/rfbdecoder.c:
16106         * gst/librfb/rfbdecoder.h:
16107         * gst/librfb/rfbutil.h:
16108
16109 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
16110
16111         * gst/speed/Makefile.am:
16112         * gst/speed/demo-mp3.c: (main):
16113         * gst/speed/filter.func:
16114         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16115         (speed_class_init), (speed_init), (speed_chain_int16),
16116         (speed_chain_float32), (speed_chain), (speed_set_property),
16117         (speed_get_property), (speed_change_state):
16118         * gst/speed/gstspeed.h:
16119           Fix speed element and make it chain-based (fixes #156467),
16120           and make it handle more than one channel.
16121
16122 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
16123
16124         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16125         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16126         (gst_dtsdec_chain), (gst_dtsdec_change_state):
16127         * ext/dts/gstdtsdec.h:
16128           Don't clobber the stack constructing the channels array.
16129           Make the element chain-based. DTS tracks can now be played.
16130           
16131 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
16132
16133         * gst-libs/gst/audio/multichannel.h:
16134         * gst-libs/gst/gconf/gconf.h:
16135         * gst-libs/gst/idct/idct.h:
16136         * gst-libs/gst/media-info/media-info-priv.h:
16137         * gst-libs/gst/play/play.h:
16138         * gst-libs/gst/resample/private.h:
16139         * gst-libs/gst/resample/resample.h:
16140         * gst-libs/gst/riff/riff-ids.h:
16141         * gst-libs/gst/video/video.h:
16142         * gst-libs/gst/video/videosink.h:
16143           Add G_BEGIN_DECLS and G_END_DECLS around headers where
16144           missing, so that they work when included from C++ code.
16145
16146 2005-02-09  David Schleef  <ds@schleef.org>
16147
16148         * testsuite/gst-lint: Check for non-statically scoped
16149           parent_class variables.  This won't be a problem once
16150           plugins are loaded with RTLD_LOCAL.
16151
16152 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16153
16154         * ext/mplex/gstmplexibitstream.cc:
16155           gcc madness.
16156
16157 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16158
16159         * ext/ogg/gstogmparse.c:
16160         * gst/debug/gstnavigationtest.c:
16161           Die, thou faulty symbol pollutors (non-static parent_class).
16162
16163 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16164
16165         * ext/mplex/gstmplexibitstream.cc:
16166           Fix event handling (#165525).
16167
16168 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16169
16170         * ext/mikmod/gstmikmod.c:
16171         * gst/modplug/gstmodplug.cc:
16172           Add missing endianness to template (fixes #165509).
16173
16174 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16175
16176         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16177           Fix wrong order of reading of optional bytes (#165290).
16178
16179 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16180
16181         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16182           Implement FILLER event awareness.
16183
16184 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16185
16186         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16187           Fix track calculations (#166208).
16188
16189 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16190
16191         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16192
16193         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16194         * ext/libpng/gstpngenc.c:
16195           Fix byte-order, use proper fixed caps. Fixes #164197.
16196
16197 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16198
16199         * configure.ac:
16200           Add dvdlpcmdec 
16201
16202         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16203         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16204           Don't push buffers if the src pad isn't negotiated yet.
16205           
16206         * gst/audioconvert/gstaudioconvert.c:
16207         (gst_audio_convert_buffer_to_default_format),
16208         (gst_audio_convert_buffer_from_default_format):
16209           Add support for 24-bit width.
16210
16211         * gst/dvdlpcmdec/.cvsignore:
16212         * gst/dvdlpcmdec/Makefile.am:
16213         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16214         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16215         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16216         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16217         (plugin_init):
16218         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16219           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16220           format. Needs support for the channels maps if someone can find 
16221           a DVD LPCM track with > 2 channels.
16222
16223         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16224         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16225         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16226         * gst/mpegstream/gstdvddemux.h:
16227         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16228         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16229         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16230         * gst/mpegstream/gstmpegdemux.h:
16231         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16232         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16233         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16234         (gst_mpeg_parse_handle_src_query),
16235         (gst_mpeg_parse_handle_src_event):
16236           Use audio/x-dvd-lpcm for LPCM output.
16237           Add DTS output.
16238
16239 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16240
16241         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16242
16243         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16244         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16245           Add BGRA handling (#165736).
16246
16247 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16248
16249         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16250
16251         * gst/law/alaw-decode.c: (alawdec_link):
16252         * gst/law/alaw-encode.c: (alawenc_link):
16253         * gst/law/mulaw-decode.c: (mulawdec_link):
16254         * gst/law/mulaw-encode.c: (mulawenc_link):
16255           Fix caps memleaks (#166600).
16256
16257 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16258
16259         * ext/tarkin/mem.h:
16260         * ext/tarkin/wavelet.h:
16261         * ext/tarkin/yuv.h:
16262         * gst/ffmpegcolorspace/avcodec.h:
16263           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16264           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16265
16266 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16267
16268         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16269         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16270         (gst_xvimagesink_change_state):
16271           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16272           Xv video (and thereby regenerate Xv colourkey) in clear() so
16273           that PLAY -> READY -> PLAY works (fixes #162504).
16274
16275 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16276
16277         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16278           Switch to list instead of range, since MJPEG-devices really just
16279           support decimations, not any size.
16280
16281 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16282         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16283         (gst_mpeg2dec_reset), (free_all_buffers),
16284         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16285         * ext/mpeg2dec/gstmpeg2dec.h:
16286           The libmpeg2 user-allocated buffer management is awkward, 
16287           to say the least. Hopefully this fixes things.
16288
16289 2005-02-04  Andy Wingo  <wingo@pobox.com>
16290
16291         * gst/audioconvert/bufferframesconvert.c
16292         (buffer_frames_convert_fixate): New function, fixates to 256
16293         frames per buffer by default. (Much better than 1.)
16294         (buffer_frames_convert_init): Set the fixate function for both src
16295         and sink pad.
16296         (buffer_frames_convert_link): After success setting nonfixed caps,
16297         get the negotiated caps so we can know how many buffer-frames it
16298         will be. No idea how this worked at all before.
16299
16300 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16301
16302         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16303         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16304         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16305         (handle_sequence), (handle_picture):
16306         * ext/mpeg2dec/gstmpeg2dec.h:
16307           Rearrange buffer tracking and refcounting and refactor
16308           a little for readability. 
16309
16310 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16311         * sys/v4l/gstv4l.c: (plugin_init):
16312         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16313         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16314         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16315         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16316         * sys/v4l/gstv4ljpegsrc.h:
16317         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16318         * sys/v4l/v4l_calls.h:
16319         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16320         (gst_v4lsrc_get_fps):
16321         * sys/v4l/v4lsrc_calls.h:
16322           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16323           you jpeg inside rgb frames" driver.
16324           Don't error in the v4lsrc link function, just return 
16325           REFUSED.
16326
16327 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16328
16329         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16330         (gst_qcamsrc_open):
16331           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16332
16333 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16334
16335         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16336           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16337
16338 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16339
16340         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16341           Reset negotiated state on PAUSED->READY.
16342
16343 2005-02-02  David Schleef  <ds@schleef.org>
16344
16345         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16346         whereever possible.  (Fixes #165997)
16347         * examples/capsfilter/capsfilter1.c: (main):
16348         * examples/dynparams/filter.c: (create_ui):
16349         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16350         * examples/seeking/chained.c: (main):
16351         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16352         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16353         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16354         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16355         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16356         * examples/switch/switcher.c: (main):
16357         * ext/dv/demo-play.c: (main):
16358         * ext/faad/gstfaad.c: (gst_faad_change_state):
16359         * ext/mad/gstmad.c: (gst_mad_chain):
16360         * ext/smoothwave/demo-osssrc.c: (main):
16361         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16362         (gst_gconf_render_bin_from_description),
16363         (gst_gconf_get_default_audio_sink),
16364         (gst_gconf_get_default_video_sink),
16365         (gst_gconf_get_default_audio_src),
16366         (gst_gconf_get_default_video_src),
16367         (gst_gconf_get_default_visualization_element):
16368         * gst/level/demo.c: (main):
16369         * gst/level/plot.c: (main):
16370         * gst/playback/gstplaybin.c: (gen_video_element),
16371         (gen_audio_element):
16372         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16373         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16374         * gst/sine/demo-dparams.c: (main):
16375         * gst/spectrum/demo-osssrc.c: (main):
16376         * gst/speed/demo-mp3.c: (main):
16377         * gst/volume/demo.c: (main):
16378         * testsuite/embed/embed.c: (main):
16379
16380 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16381
16382         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16383         (gst_tcpclientsink_finalize):
16384         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16385         (gst_tcpclientsrc_finalize):
16386         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16387         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16388         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16389         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16390           Don't leak the hostname when shutting down.
16391           In tcpserversrc, take a copy of the default hostname.
16392
16393 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16394
16395         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16396           Set caps to systemstream=TRUE.
16397
16398 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16399
16400         * testsuite/Makefile.am:
16401           Fix more OSX buildbots.
16402
16403 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16404
16405         * ext/mpeg2dec/gstmpeg2dec.c:
16406           Don't send things to NULL PAD_PEERs
16407
16408         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16409           Copy-on-write the incoming buffer.
16410
16411         * gst/mpegstream/gstdvddemux.h:
16412         * gst/mpegstream/gstmpegclock.h:
16413         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16414         (normal_seek), (gst_mpeg_demux_handle_src_event):
16415         * gst/mpegstream/gstmpegdemux.h:
16416         * gst/mpegstream/gstmpegpacketize.h:
16417         * gst/mpegstream/gstmpegparse.c:
16418         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16419         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16420         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16421         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16422         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16423         * gst/mpegstream/gstmpegparse.h:
16424         * gst/mpegstream/gstrfc2250enc.h:
16425           Various changes to the way time is computed that make seeking and
16426           total time estimation much better here.
16427           Use G_BEGIN/END_DECLS instead of __cplusplus
16428
16429         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16430           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16431
16432 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16433
16434         * gst/subparse/gstsubparse.c:
16435           Fix OSX buildbot.
16436
16437 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16438
16439         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16440         (theora_enc_chain), (theora_enc_change_state):
16441         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16442         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16443         (gst_vorbisenc_change_state):
16444         * ext/vorbis/vorbisenc.h:
16445           Set granulepos and timestamp correctly for streams not
16446           starting at 0, taking into account the initial delay.
16447
16448 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16449
16450         * gst/mpegstream/gstdvddemux.c:
16451           Add audio/x-dts to audio pad template caps
16452
16453 2005-01-30  David Schleef  <ds@schleef.org>
16454
16455         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16456         (create_context), (gst_polypsink_link): Fix silly endianness
16457         bug.  Add some debugging.  Remove float from caps; it doesn't
16458         work.  Attempt to get remote audio working.
16459
16460 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16461
16462         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16463           Add 3IV2 fourcc.
16464
16465 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16466
16467         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16468         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16469         (gst_avi_demux_stream_data):
16470         * gst/avi/gstavidemux.h:
16471           Invert DIB images. Fixes #132341.
16472
16473 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16474
16475         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16476         (gst_ffmpegcsp_chain):
16477           D'oh, reference the palette data, not the palette structure.
16478           Fixes color distortion in #132341.
16479
16480 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16481
16482         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16483           PAR can be non-fixed when not provided as argument (#162626).
16484
16485 2005-01-29  David Moore  <dcm@acm.org>
16486
16487         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16488
16489         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16490         (gst_qtdemux_loop_header):
16491           Re-apply patch from #142272 that allows non-seekable sources,
16492           re-proposed by Daniel Drake <dsd@gentoo.org>.
16493
16494 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16495
16496         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16497           Use the src template for creating the src pad (#162330).
16498
16499 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16500
16501         * configure.ac:
16502         * ext/musepack/Makefile.am:
16503         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16504         (gst_musepackdec_init), (gst_musepackdec_dispose),
16505         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16506         (gst_musepack_stream_init), (gst_musepackdec_loop),
16507         (gst_musepackdec_change_state):
16508         * ext/musepack/gstmusepackdec.cpp:
16509         * ext/musepack/gstmusepackdec.h:
16510         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16511         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16512         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16513         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16514         * ext/musepack/gstmusepackreader.cpp:
16515         * ext/musepack/gstmusepackreader.h:
16516           Update to 1.1 API (#165446).
16517
16518 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16519
16520         * ext/Makefile.am:
16521           Unbreak buildbot.
16522
16523 2005-01-28  Andy Wingo  <wingo@pobox.com>
16524
16525         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16526         to reflect a different dubious internet source. Add a reference
16527         and some commentary.
16528
16529 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16530
16531         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16532         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16533         * gst/playback/gststreamselector.h:
16534           Be more selective when we're redoing caps negotiation from
16535           within the chain function on a stream change.
16536
16537 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16538
16539         * configure.ac:
16540         * ext/Makefile.am:
16541         * ext/amrnb/Makefile.am:
16542         * ext/amrnb/amrnb.c: (plugin_init):
16543         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16544         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16545         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16546         (gst_amrnbdec_state_change):
16547         * ext/amrnb/amrnbdec.h:
16548         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16549         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16550         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16551         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16552         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16553         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16554         * ext/amrnb/amrnbparse.h:
16555           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16556         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16557           Add AMR-NB/-WB raw formats.
16558         * ext/alsa/gstalsa.c: (gst_alsa_link):
16559           Keep valid time when changing format.
16560         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16561         (qtdemux_parse_trak):
16562           Add some more format-specific options (#140141, #143555, #155163).
16563
16564 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16565
16566         * gst/matroska/matroska-demux.c:
16567         (gst_matroska_demux_parse_blockgroup):
16568           Fix logic error in timing of subtitle stream synchronization.
16569         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16570           Add skip-chunk, which is found in kodak-camera streams.
16571
16572 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16573
16574         * po/LINGUAS:
16575         * po/vi.po:
16576           Adding Vietnamese translation (submitted by Clytie Siddall)
16577
16578 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16579
16580         * gst/playback/gstdecodebin.c: (try_to_link_1):
16581           Use realpad for signal.
16582
16583 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16584
16585         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16586           Fix category so decodebin picks it up.
16587
16588 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16589
16590         * ext/mad/Makefile.am:
16591         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16592         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16593         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16594         (found_type), (gst_id3demux_bin_change_state):
16595         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16596         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16597         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16598         (gst_id3_tag_change_state), (plugin_init):
16599         * ext/mad/gstmad.h:
16600           Add id3demuxbin (which is a simple bin consisting of id3demux
16601           and typefind), take over rank from id3demux, remove typefind
16602           code from id3demux. Makes all broken mp3s that I know of work,
16603           and thereby fixes #152688.
16604
16605 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16606
16607         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16608
16609         * ext/mad/gstmad.c: (gst_mad_src_event):
16610         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16611           Allow seeks on audio pad, make mad forward those (#164826).
16612         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16613           Set duration (#165335).
16614
16615 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16616
16617         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16618         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16619         (gst_asf_demux_process_ext_content_desc),
16620         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16621         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16622         * gst/asfdemux/gstasfdemux.h:
16623           Improve metadata display, e.g. if the metadata comes before the
16624           streams are loaded (which is perfectly valid).
16625
16626 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16627
16628         * tools/gst-launch-ext-m.m:
16629           Fix AVI/ASF pipelines (#165340).
16630
16631 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16632         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16633         build failure on amd64
16634
16635 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16636
16637         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16638         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16639           Check environment variables GST_ID3V2_TAG_ENCODING,
16640           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16641           list of character encodings to force interpretation of non-unicode
16642           strings stored in an ID3v2 tag to a particular encoding. If none
16643           is specified, try to use current locale's encoding, then fall back
16644           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16645         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16646         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16647           Check environment variables GST_ID3V1_TAG_ENCODING,
16648           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16649           list of character encodings to use in case a string encountered
16650           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16651           specified, try to use the current locale's encoding, then fall
16652           back to ISO-8859-1 (which will always succeed).
16653
16654 2005-01-25  Benjamin Otte  <otte@gnome.org>
16655
16656         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16657           - on half framerate, compute the rate in advance so the comparisons
16658             don't compare wrong values
16659           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16660             behaviour
16661           - don't use mad_header_decode anymore, mad_frame_decode does that
16662             automatically
16663           - when getting rid of consumed bytes, reset the stream's skiplen
16664           (fixes #163867)
16665
16666 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16667
16668         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16669           Use 1/2 a second for default max_discont, as PES streams from DVB
16670           seem to have larger spacings in the SCR. 
16671           Fix a typo.
16672
16673 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16674
16675         * gst/playback/gstplaybasebin.c: (group_commit):
16676           Notify delayed stream-info availability.
16677
16678 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16679         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16680         (gst_a52dec_handle_event), (gst_a52dec_chain):
16681         Add some debug output. Check that a discont has a valid
16682         time associated.
16683         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16684         (gst_alsa_sink_loop):
16685         Ignore TAG events. A little extra debug for broken timestamps.
16686         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16687         (dvdnavsrc_change_state):
16688         Ensure we send a discont to engage the link before we send any
16689         other events.
16690         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16691         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16692         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16693         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16694         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16695         dvd://title works in totem because typefinding sends a seek that ends
16696         up going back to chapter 1 regardless.
16697         * ext/mpeg2dec/gstmpeg2dec.c:
16698         * ext/mpeg2dec/gstmpeg2dec.h:
16699         Output correct timestamps and handle disconts.
16700         * ext/ogg/gstoggdemux.c: (get_relative):
16701         Small guard against a null dereference.
16702         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16703         (gst_textoverlay_set_property):
16704         Free memory when done. Don't call gst_event_filler_get_duration on
16705         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16706         g_warning.
16707         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16708         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16709         (gst_sw_srclink), (gst_smoothwave_chain):
16710         Draw solid lines, prettier colours.
16711         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16712         Add a default palette that'll work for some movies.
16713         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16714         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16715         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16716         * gst/mpegstream/gstdvddemux.h:
16717         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16718         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16719         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16720         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16721         * gst/mpegstream/gstmpegparse.h:
16722         Use PTM/NAV events when for timestamp adjustment when connected to 
16723         dvdnavsrc. Don't use many discont events where one suffices.
16724         * gst/playback/gstplaybasebin.c: (group_destroy),
16725         (gen_preroll_element), (gst_play_base_bin_add_element):
16726         * gst/playback/gstplaybasebin.h:
16727         Make sure we remove subtitles from the same bin we put them in.
16728         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16729         (gst_subparse_buffer_format_autodetect),
16730         (gst_subparse_change_state):
16731         Fix some memleaks and invalid accesses.
16732         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16733         (oggskel_type_find), (cmml_type_find), (plugin_init):
16734         Some typefind functions for Annodex v3.0 files
16735         * gst/wavparse/gstwavparse.h:
16736         GstRiffReadClass is the correct parent class.
16737
16738 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16739
16740         * gst-libs/gst/riff/riff-media.c:
16741         (gst_riff_create_video_caps_with_data):
16742           Add extradata to huffyuv (fixes #165013).
16743         * gst-libs/gst/riff/riff-read.c:
16744         (gst_riff_read_strf_vids_with_data):
16745           Fix extradata extraction if it is in the chunk size.
16746
16747 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16748
16749         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16750
16751         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16752         (gst_quarktv_change_state), (gst_quarktv_dispose):
16753           Memory free'ing location fix (#164708).
16754
16755 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16756
16757         * gst/playback/gstplaybasebin.c: (group_commit),
16758         (gen_preroll_element), (probe_triggered), (gen_source_element),
16759         (setup_source), (gst_play_base_bin_change_state),
16760         (gst_play_base_bin_add_element):
16761           Don't block for streams.
16762         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16763         (gst_stream_info_set_mute):
16764           Use gst_pad_set_active_recursive.
16765
16766 2005-01-25  Andy Wingo  <wingo@pobox.com>
16767
16768         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16769         for #ifndef HAVE_XVIDEO.
16770
16771 2005-01-24  Jeffrey C. Ollie
16772
16773         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16774
16775         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16776         * ext/gsm/gstgsmdec.h:
16777         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16778         * ext/gsm/gstgsmenc.h:
16779         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16780         was given by property. Add proper buffer timestamps and offsets.
16781
16782 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16783
16784         * gst-libs/gst/riff/riff-media.c:
16785         (gst_riff_create_audio_caps_with_data):
16786           Audio can be <8000Hz.
16787
16788 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16789
16790         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16791           Explicit state change to workaround refcount bugs.
16792
16793 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16794
16795         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16796         (gst_avimux_riff_get_avi_header):
16797           Fix...
16798
16799 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16800
16801         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16802         (gst_riff_read_element_data):
16803         * gst-libs/gst/riff/riff-read.h:
16804           Add _peek version (req'ed in CDXA).
16805         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16806         (gst_cdxaparse_loop):
16807           Fix parsing in playbin.
16808         * gst/playback/gstdecodebin.c: (close_pad_link):
16809           Ignore current_ pads, they cause major annoyance.
16810
16811 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16812
16813         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16814           Safety guard.
16815
16816 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16817
16818         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16819           Fix padding...
16820
16821 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16822
16823         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16824           Allow for 0-sized buffers. Fixes length query problems in
16825           starwars.mkv from the testsuite.
16826
16827 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16828
16829         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16830         (gst_video_box_i420), (gst_video_box_chain):
16831           Fix row strides for I420 (fixes #163159)
16832           
16833 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16834
16835         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16836           MPEG2 has a useful rate property, so we can actually use that.
16837           For MPEG-1, continue using the bytes/time properties.
16838
16839 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16840
16841         * gst-libs/gst/riff/riff-media.c:
16842         (gst_riff_create_video_caps_with_data),
16843         (gst_riff_create_video_template_caps):
16844           Add intel-h263.
16845
16846 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16847
16848         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16849           Fail if caps negotiation fails. Should fix #162184, and should
16850           definately be in there regardless of it fixing the actual bug.
16851         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16852         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16853         (gst_avimux_riff_get_avix_header),
16854         (gst_avimux_riff_get_video_header),
16855         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16856         (gst_avimux_start_file), (gst_avimux_handle_event),
16857         (gst_avimux_change_state):
16858         * gst/avi/gstavimux.h:
16859           Refactor structure writing to use GST_WRITE_UINT macros, add
16860           metadata writing support.
16861
16862 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16863
16864         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16865           Elements may already be destroyed when this function is called.
16866
16867 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16868
16869         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16870         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16871           More memory leak fixes (#149162).
16872
16873 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16874
16875         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16876         (gst_qtdemux_add_stream):
16877           Fix two memleaks.
16878
16879 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16880
16881         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16882           Argh...
16883
16884 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16885
16886         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16887           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16888           when fixating to six channels in Totem.
16889
16890 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16891
16892         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16893           Fix compile warnings on Solaris 10 buildbot
16894
16895 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16896
16897         * ext/dvdread/dvdreadsrc.c: (_read):
16898           Don't read beyond the last cell in a chapter (fixes 
16899           invalid memory access)
16900
16901 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16902
16903         * ext/dvdread/stream_labels.c:
16904         (dvdreadsrc_get_audio_stream_labels):
16905           Use NULL for an empty GList instead of g_list_alloc(); fix 
16906           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
16907           of GString (easier to bulk free later)
16908
16909 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16910
16911         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16912
16913         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16914         (gst_ffmpeg_pixfmt_to_caps):
16915           Fix BGRA32 caps (#164209).
16916
16917 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16918
16919         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16920
16921         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16922         (gst_ffmpeg_caps_to_pixfmt):
16923           alpha_mask can be RGBA/ABGR. Fixes #164265.
16924
16925 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
16926
16927         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16928
16929         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16930         (gst_mpeg2dec_alloc_buffer):
16931         * ext/mpeg2dec/gstmpeg2dec.h:
16932           Crop if decoding size is not the actual image size (#163676).
16933
16934 2005-01-17  Steve Baker  <steve@stevebaker.org>
16935
16936         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16937
16938         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16939         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16940           Add libsndfile typefind functions (#163309).
16941
16942 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16943
16944         * tools/gst-launch-ext-m.m:
16945           Add .aac, fix .m1v/.m2v (#163891).
16946
16947 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16948
16949         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
16950           Sanity check, don't wait endlessly since the clock might not
16951           actually run at this point (which is a deadlock). Fixes #164069.
16952
16953 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16954
16955         * gst/playback/gstplaybasebin.c: (probe_triggered):
16956           Of course, only pause if group is done...
16957
16958 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16959
16960         * gst/playback/gstplaybasebin.c: (probe_triggered):
16961           Thread safety.
16962
16963 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
16964
16965         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
16966           Don't return state change success when the parent
16967           failed.
16968
16969 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16970
16971         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
16972           Free events (fix memleak in #162905).
16973
16974 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
16975
16976         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16977
16978         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16979         (gst_ffmpeg_caps_to_pixfmt):
16980           Fix for depth = 15. Fixes #161675.
16981
16982 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16983
16984         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16985           Set FPS correctly, even for webcams and the like.
16986         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
16987           Don error on setting while capturing.
16988
16989 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16990
16991         * ext/dv/gstdvdec.c:
16992         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16993         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16994           I'm a bad boy. using /1001. to force C to do float division
16995           and not integer division (as it did in my last commit)
16996           Thanks to David I. Lehn for pointing this mistake.
16997
16998 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16999
17000         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17001           Revert Johan's 1.35->1.36 since it breaks compat.
17002
17003 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17004
17005         * ext/dv/gstdvdec.c:
17006         * ext/libfame/gstlibfame.c:
17007         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17008         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17009           replace framerate aproximations by their real value
17010           (24000/1001, 30000/1001, 60000/1001)
17011           Finish fixing bug #164049
17012
17013 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17014
17015         * ext/ogg/gstoggmux.c:
17016           eos/bos debugging
17017         * gst/tcp/gstmultifdsink.c:
17018         * gst/tcp/gstmultifdsink.h:
17019         * gst/tcp/gsttcp.c:
17020         * gst/tcp/gsttcp.h:
17021         * gst/tcp/gsttcpclientsink.c:
17022         * gst/tcp/gsttcpclientsrc.c:
17023         * gst/tcp/gsttcpserversink.c:
17024         * gst/tcp/gsttcpserversrc.c:
17025           improve reusability of elements after state changes and errors
17026           make multifdsink throw away streamheaders when receiving new ones
17027
17028 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17029
17030         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17031           Fix for if items are already in list...
17032
17033 2005-01-12  Benjamin Otte  <otte@gnome.org>
17034
17035         * gst/adder/gstadder.c: (gst_adder_loop):
17036           fix adder a bit so it doesn't screw up with events as much anymore
17037
17038 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
17039
17040         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17041         (pixbufscale_scale), (gst_pixbufscale_chain):
17042         * ext/gdk_pixbuf/pixbufscale.h:
17043           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17044           to ensure rowstrides are calculated the same way as 
17045           ffmpegcolorspace
17046           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17047           that we pick up duration and offset also.
17048
17049 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17050
17051         * gst/avi/gstavimux.c: (gst_avimux_class_init),
17052         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17053           Reusability fixes.
17054
17055 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17056
17057         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17058         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17059         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17060         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17061           Update flags when requested.
17062
17063 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17064
17065         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17066           Fix dmix.
17067
17068 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17069
17070         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17071         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17072         (probe_triggered), (new_decoded_pad), (gen_source_element),
17073         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17074         * gst/playback/gstplaybasebin.h:
17075         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17076         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17077         (gst_play_bin_change_state):
17078           Implement group-switch signal for use in apps to clear metadata
17079           cache, clean up subtitle, add suburi property instead of # hack,
17080           some error-out fixes.
17081
17082 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17083
17084         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17085           Debug.
17086         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17087           If we got a state change in the _get handler, don't return success.
17088
17089 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17090
17091         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17092         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17093           Make jpegdec quiet on MJPEG decoding
17094         * gst/asfdemux/README:
17095           Fix mimetypes for MJPEG and H263
17096
17097 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17098
17099         * ext/theora/theoradec.c: (theora_dec_chain):
17100           Fix broken code generation by gcc by swapping arguments.
17101         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17102           Fix \n in debug.
17103
17104 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17105
17106         * TODO:
17107           delete this file, it is by far outdated
17108         * ext/alsa/gstalsa.1: remove
17109         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17110         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17111         (gst_alsa_get_caps):
17112           Add HW probing for supported sample rates. Fixes #161704
17113
17114 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17115
17116         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17117           Don't crash, biatch! :).
17118
17119 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17120
17121         * ext/musepack/gstmusepackreader.cpp:
17122         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17123           Some work on tags - still doesn't work in playbin...
17124         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17125           Handle events...
17126
17127 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17128
17129         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17130           Also shove tags on kid pads.
17131
17132 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17133
17134         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17135           Don't bail on unknown events.
17136         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17137           Don't crash on events before negotiation.
17138         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17139           Send tags on pads, too.
17140         * gst/playback/gststreamselector.c:
17141         (gst_stream_selector_request_new_pad):
17142           Forward events on first pad if no input was selected yet.
17143
17144 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17145
17146         * gst/playback/gstplaybasebin.c: (setup_substreams):
17147           Don't disable streamtype if the stream doesn't exist, since
17148           then playing a video after audio will disable both and nothing
17149           will happen. Fixes the testsuite.
17150
17151 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17152
17153         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17154         (gst_v4l_xoverlay_set_xwindow_id):
17155         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17156         (gst_v4l2_xoverlay_set_xwindow_id):
17157           Add debug categories, fix overlay disabling.
17158
17159 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17160
17161         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17162         * ext/alsa/gstalsa.h:
17163           Add HW probing for period_count/size and buffer_size MIX/MAX
17164           Adjust default/user defined value if out of bounds
17165           Should fix bug #162024
17166
17167 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17168
17169         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17170           Fix warning (#161191).
17171
17172 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17173
17174         * ext/dvdread/stream_labels.c:
17175         (dvdreadsrc_get_audio_stream_labels):
17176           Fix warning (init the good variable in switch default)
17177
17178 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17179
17180         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17181
17182         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17183           Fix gcc-2.95 compile (#163485).
17184
17185 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17186
17187         * configure.ac:
17188         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17189         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17190         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17191         (gst_flacenc_change_state):
17192         * ext/flac/gstflacenc.h:
17193           Update for API change in flac-1.1.1. Update requirement in
17194           configure.ac. Fixes #162974.
17195
17196 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17197
17198         * gst/playback/gstplaybasebin.c: (group_destroy):
17199           Remove hack to get rid of assert and get rid of unlinked
17200           signals properly.
17201
17202 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17203
17204         * gst/playback/gstplaybasebin.c: (setup_source):
17205           Set source to NULL so that resources are free'ed. Fixes issues
17206           with playback of CDDA and similar device-accessing things.
17207
17208 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17209
17210         * testsuite/embed/Makefile.am:
17211           test->noinst, fix make test in buildbot.
17212
17213 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17214
17215         * ext/dvdread/stream_labels.c: new file
17216         * ext/dvdread/stream_labels.h: new file
17217         * ext/dvdread/Makefile.am:
17218         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17219           Extract audio stream label from DVD IFO files.
17220           It only dump them on the console for now, still have to
17221           make playbin aware of them.
17222
17223 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17224
17225         * gst/playback/gstplaybasebin.c: (setup_source):
17226           Fix hanging subs.
17227
17228 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17229
17230         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17231         (gen_preroll_element), (remove_groups), (setup_subtitle),
17232         (gen_source_element), (setup_source):
17233         * gst/playback/gstplaybasebin.h:
17234           Multiple .sub files is just a stupid idea... Fix some threading
17235           mistakes. Interestingly, external .sub files cause playbin to
17236           hang, I don't know why... Parsing fixes contributed by Fran??ois
17237           Kooman <fkooman@tuxed.net>.
17238
17239 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17240
17241         * testsuite/embed/Makefile.am:
17242           Fix buildbot.
17243
17244 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17245
17246         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17247
17248         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17249         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17250         (gst_pngenc_set_property):
17251         * ext/libpng/gstpngenc.h:
17252           Add compression level property (#163323).
17253
17254 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17255
17256         * configure.ac:
17257         * examples/capsfilter/capsfilter1.c: (main):
17258         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17259         * ext/dvdread/Makefile.am:
17260         * ext/dvdread/demo-play:
17261         * ext/dvdread/demo-play.c:
17262         * gconf/gstreamer.schemas.in:
17263         * gst-libs/gst/gconf/gconf.c:
17264         * sys/v4l/TODO:
17265         * testsuite/Makefile.am:
17266         * testsuite/embed/Makefile.am:
17267         * testsuite/embed/embed.c: (cb_expose), (main):
17268           Remove all references to xvideosink, fix examples (#140845).
17269         * gst/playback/gstplaybasebin.c: (group_destroy):
17270           Apparently, disposal does not unlink - so do explicitely.
17271         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17272           Add debug.
17273
17274 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17275
17276         * README: fix PKG_CONFIG_PATH instructions, what was there
17277         previously was breaking default search path, not nice. 
17278         Fixes #163358
17279
17280 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17281
17282         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17283         (gst_audioscale_chain):
17284           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17285           when resampling - how the ^@$^!@^! is this possible?!?
17286
17287 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17288
17289         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17290           Reset variables on READY.
17291         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17292         (gst_matroska_mux_loop):
17293           Require data before writing header.
17294
17295 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17296
17297         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17298
17299         * ext/mad/gstmad.c: (gst_mad_chain):
17300           Don't call mad_stream_sync() directly after recovering sync.
17301           Fixes #151661.
17302
17303 2005-01-09  Martin Eikermann  <meiker@upb.de>
17304
17305         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17306
17307         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17308         (snapshot_handler), (gst_snapshot_sinkconnect),
17309         (gst_snapshot_chain):
17310           Allocate resources when required, fix recursive signal emission
17311           and fix caps. Fixes #161667.
17312
17313 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17314
17315         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17316
17317         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17318         (gst_pngdec_chain):
17319           Handle only 8-bppc (bits-per-pixel-component) images, better
17320           error handling and correct strides. Fixes #163177.
17321         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17322         (gst_pngenc_chain):
17323           Better error handling. Fixes #163348.
17324
17325 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17326
17327         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17328         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17329         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17330         (dvdnavsrc_uri_handler_init):
17331           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17332         * gst/playback/gstplaybasebin.c: (gen_source_element):
17333           Add MMS to streaming URIs.
17334
17335 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17336
17337         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17338         * sys/xvimage/xvimagesink.c:
17339         (gst_xvimagesink_navigation_send_event):
17340           Check for pad availability before sending event.
17341
17342 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17343
17344         * gst-plugins.spec.in:
17345           Add subparse.
17346
17347 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17348
17349         * configure.ac:
17350           Since we use functions from CVS, up requirement.
17351
17352 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17353
17354         * gst/playback/Makefile.am:
17355         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17356         (group_destroy), (group_commit), (group_is_muted),
17357         (gen_preroll_element), (add_stream), (unknown_type),
17358         (probe_triggered), (preroll_unlinked), (mute_stream),
17359         (silence_stream), (new_decoded_pad), (setup_substreams),
17360         (setup_source), (get_active_source), (mute_group_type),
17361         (muted_group_change_state), (set_active_source),
17362         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17363         (play_base_eos), (gst_play_base_bin_change_state):
17364         * gst/playback/gstplaybasebin.h:
17365         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17366         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17367         (gst_stream_info_dispose), (stream_info_mute_pad),
17368         (stream_info_change_state), (gst_stream_info_set_mute):
17369         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17370         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17371         (gst_stream_selector_init), (gst_stream_selector_dispose),
17372         (gst_stream_selector_get_linked_pad),
17373         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17374         (gst_stream_selector_get_linked_pads),
17375         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17376         * gst/playback/gststreamselector.h:
17377           Adding stream selection support plus required properties for
17378           applications to use this. Fully fixes #100931.
17379
17380 2005-01-08  Benjamin Otte  <otte@gnome.org>
17381
17382         * gst/games/gstpuzzle.c: (nav_event_handler):
17383           - handle nav events differently: forward every event no matter if it
17384             was handled or not.
17385           - translate events
17386           You can now cheat by using navigationtest ! puzzle and moving the
17387           mouse close to the edge of a tile. ;)
17388
17389 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17390
17391         * configure.ac:
17392         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17393         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17394         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17395         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17396         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17397         (gst_ogm_parse_plugin_init):
17398         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17399         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17400         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17401         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17402         * ext/pango/gsttextoverlay.h:
17403         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17404         (gst_matroska_demux_handle_seek_event),
17405         (gst_matroska_demux_sync_streams),
17406         (gst_matroska_demux_parse_blockgroup),
17407         (gst_matroska_demux_subtitle_caps),
17408         (gst_matroska_demux_plugin_init):
17409         * gst/matroska/matroska-ids.h:
17410         * gst/playback/gstdecodebin.c: (close_pad_link):
17411         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17412         (gen_preroll_element), (remove_groups), (add_stream),
17413         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17414         (setup_source):
17415         * gst/playback/gstplaybasebin.h:
17416         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17417         * gst/subparse/Makefile.am:
17418         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17419         (gst_subparse_base_init), (gst_subparse_class_init),
17420         (gst_subparse_init), (gst_subparse_formats),
17421         (gst_subparse_eventmask), (gst_subparse_event),
17422         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17423         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17424         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17425         (parse_mpsub_deinit), (parse_mpsub_init),
17426         (gst_subparse_buffer_format_autodetect),
17427         (gst_subparse_format_autodetect), (gst_subparse_loop),
17428         (gst_subparse_change_state), (gst_subparse_type_find),
17429         (plugin_init):
17430         * gst/subparse/gstsubparse.h:
17431         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17432         (plugin_init):
17433           Add subtitle support, .sub parser (supports SRT and MPsub),
17434           OGM text support, Matroska UTF-8 text support, deadlock fixes
17435           all over the place, subtitle awareness in decodebin/playbin
17436           and some fixes to textoverlay to handle subtitles in a stream
17437           correctly. Fixes #100931.
17438
17439 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17440
17441         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17442           Check for pad availability before doing a query on it.
17443
17444 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17445
17446         * ext/dv/gstdvdec.c:
17447           really fix bpp24/32 dvdec caps (classic rgba indeed)
17448         * gst/asfdemux/gstasfdemux.c:
17449         (gst_asf_demux_process_ext_content_desc):
17450           don't send text tags if they are empty (bis repetita)
17451
17452 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17453
17454         * ext/dv/gstdvdec.c:
17455          remove unneeded comment from dvdec
17456           (related to DV 4CC codes in AVI files)
17457           moved them in gstreamer/docs/random/mimetypes
17458         * gst/asfdemux/gstasfdemux.c:
17459         (gst_asf_demux_process_ext_content_desc):
17460          don't send text tags if they are empty
17461          fix mem leak on error path
17462         * gst/ffmpegcolorspace/avcodec.h:
17463         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17464         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17465         (gst_ffmpegcsp_avpicture_fill):
17466         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17467         * gst/ffmpegcolorspace/imgconvert_template.h:
17468          adds BGR32 and BGRA32 to ffmpegcolorspace
17469           (still bad colors, fixing it on next commit)
17470           helps with dvdec outputing BGR32
17471
17472 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17473
17474         * ext/dv/gstdvdec.c:
17475          Fix audio caps i just broke (missing ',')
17476         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17477         (gst_matroska_mux_reset):
17478          Fix typo + add FIXME about old "x-gst-metadata" crap
17479
17480 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17481
17482         * ext/dv/demo-play.c: (main):
17483          xvideosink -> xvimagesink
17484         * ext/dv/gstdvdec.c:
17485          change rgb 32/32 caps to 24/32 (no alpha)
17486          change nb of channels to be a list (2 or 4, not 2)
17487          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17488         * gst/asfdemux/gstasfdemux.c:
17489         (gst_asf_demux_process_ext_content_desc):
17490          Add 'date/year' to extracted metadata list
17491
17492 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17493
17494         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17495           The return value of fixate_to does not imply that the requested
17496           value was set, so don't assume.
17497
17498 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17499
17500         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17501
17502         * ext/libpng/gstpngdec.c:
17503         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17504         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17505         * ext/libpng/gstpngenc.h:
17506           Alpha support (encoder; #163161), mime fixage.
17507
17508 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17509
17510         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17511
17512         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17513         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17514         (gst_faac_set_property), (gst_faac_get_property):
17515         * ext/faac/gstfaac.h:
17516           Allow for ADTS output (#153434).
17517
17518 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17519
17520         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17521           Fix against template (#150576).
17522
17523 2005-01-06  Benjamin Otte  <otte@gnome.org>
17524
17525         * gst/games/gstpuzzle.c: (draw_puzzle):
17526           don't draw a puzzle if either width or height of tiles would be 0.
17527
17528 2005-01-06  Benjamin Otte  <otte@gnome.org>
17529
17530         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17531         (gst_puzzle_class_init), (gst_puzzle_finalize):
17532           no memleaks, please
17533         (gst_puzzle_create), (gst_puzzle_init),
17534         (gst_puzzle_set_property), (gst_puzzle_setup):
17535           change initialization code around so we don't reshuffle on resize
17536         (draw_puzzle):
17537           fix another stupid typo
17538
17539 2005-01-06  Benjamin Otte  <otte@gnome.org>
17540
17541         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17542           fix stupid typo that borked copying on YUY2
17543
17544 2005-01-06  Benjamin Otte  <otte@gnome.org>
17545
17546         * gst/games/gstpuzzle.c: (draw_puzzle):
17547           fix edges when image sizes aren't multiples of tile sizes
17548
17549 2005-01-06  Benjamin Otte  <otte@gnome.org>
17550
17551         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17552           make RGB endianness work correctly
17553         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17554           refactor and fix race with initial shuffling
17555         (nav_event_handler):
17556           allow using the mouse to puzzle
17557         (draw_puzzle):
17558           insist on tiles having width and height as multiples of 4 to get
17559           clean YUV image handling
17560         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17561         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17562           s/DEBUG/LOG/ for common messages
17563         (gst_xvimagesink_navigation_send_event):
17564           fix mouse event translation to not include screen PAR
17565         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17566           fix mouse event translation to actually work
17567
17568 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17569
17570         * gst/asfdemux/gstasfdemux.c:
17571         (gst_asf_demux_process_ext_content_desc):
17572          Extract TrackNumber metadata + clean up code
17573         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17574          Hope this is the good fix (var used unitialised)
17575
17576 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17577
17578         * ext/faad/gstfaad.c: (gst_faad_chain):
17579           Only increment timestamp if it's valid. Fixes raw AAC streams.
17580
17581 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17582
17583         * configure.ac:
17584         * gst/games/Makefile.am:
17585         * gst/games/gstpuzzle.c:
17586           add a puzzle game with...
17587         * gst/games/gstvideoimage.c:
17588         * gst/games/gstvideoimage.h:
17589           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17590           from videotestsrc and made into something that would be a nice
17591           library for a lot of other plugins.
17592
17593 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17594
17595         * configure.ac:
17596          don't compile faad plugin if a RC of 2.0 is found
17597          Fixes #155346 (and FC1 buildbot)
17598         * gst/asfdemux/gstasfdemux.c:
17599         (gst_asf_demux_process_ext_content_desc):
17600          try to make Solaris compiler happier
17601
17602 2005-01-06  Paul Jack  <pjack@sfaf.org>
17603
17604         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17605
17606         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17607           Fix segfault (#161667).
17608
17609 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17610
17611         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17612           Fix framerate reporting.
17613
17614 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17615
17616         * gst-libs/gst/riff/riff-ids.h:
17617         * gst/wavenc/riff.h:
17618          Add AMR (VBR and CBR) ids to riff.h audio codec list
17619         * gst/asfdemux/gstasfdemux.c:
17620         (gst_asf_demux_process_ext_content_desc),
17621         (gst_asf_demux_process_object):
17622           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17623
17624 2005-01-05  Martin Eikermann  <meiker@upb.de>
17625
17626         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17627
17628         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17629         (gst_dvd_demux_handle_discont):
17630         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17631         (gst_mpeg_demux_handle_discont):
17632           Recreate pads on new-media (#160730).
17633         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17634           Send discont even if manager changes timestamps (#161929).
17635
17636 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17637
17638         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17639
17640         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17641           Fix invalid memory access (#159211).
17642
17643 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17644
17645         * examples/gstplay/player.c: (main):
17646           Don't iterate.
17647         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17648           Add visualizations.
17649         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17650         (gst_a52dec_handle_frame):
17651           Set duration.
17652         * ext/dvdnav/gst-dvd:
17653           Add audioconvert. Fixes #161325.
17654         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17655           Explicitely case to gint64. Possible valgrind error.
17656         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17657         (gst_play_tick_callback), (gst_play_change_state),
17658         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17659         (gst_play_set_location), (gst_play_get_location),
17660         (gst_play_seek_to_time), (gst_play_set_data_src),
17661         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17662         (gst_play_set_visualization), (gst_play_connect_visualization),
17663         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17664         (gst_play_new):
17665           Use playbin. Fixes #139749 and #147744.
17666         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17667           Add genre tag.
17668         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17669         (audioscale_get_type), (gst_audioscale_base_init),
17670         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17671         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17672         (gst_audioscale_link), (gst_audioscale_get_buffer),
17673         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17674         (gst_audioscale_init), (gst_audioscale_dispose),
17675         (gst_audioscale_chain), (gst_audioscale_set_property),
17676         (gst_audioscale_get_property), (plugin_init):
17677           Indent properly.
17678         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17679           Fix LPCM.
17680         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17681         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17682         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17683           Add more metadata (fixes #162656).
17684
17685 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17686
17687         * configure.ac:
17688           back to cvs
17689
17690 === release 0.8.7 ===
17691
17692 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17693
17694         * NEWS:
17695         * RELEASE:
17696         * configure.ac:
17697           releasing 0.8.7, "Hyperspace"
17698
17699 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17700
17701         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17702
17703         * gst/playback/gstplaybasebin.c:
17704          Fix for #162924 - free caps after use, not before
17705
17706 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17707
17708         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17709
17710         * gst/playback/gstplaybasebin.c:
17711         * gst/wavparse/gstwavparse.c:
17712           Fix for #154773 - fixes playback of small .wav files
17713
17714 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17715
17716         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17717
17718         * gst/audioscale/gstaudioscale.c:
17719           Fix for #162819 - make audioscale reusable
17720           Fixes playback of more than one file with playbin/totem
17721
17722 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17723
17724         * gst/ffmpegcolorspace/avcodec.h:
17725         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17726         * gst/ffmpegcolorspace/imgconvert.c:
17727           clean up the mess that made me cry and avoid needless duplication
17728
17729 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17730
17731         * gst/ffmpegcolorspace/imgconvert.c:
17732           give some indication of why we're segfaulting
17733
17734 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17735
17736         * configure.ac:
17737           Fix indentation, fix v4l2 plugin detection.
17738         * ext/Makefile.am:
17739           Fix libmms location (Maciej, use diff -u!).
17740         * ext/alsa/gstalsa.c: (gst_alsa_init):
17741           Initialize caps cache to NULL.
17742         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17743           Only change state on audiosink if it exists.
17744
17745 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17746
17747         * gst/matroska/matroska-demux.c:
17748         * gst/matroska/matroska-ids.h:
17749         * gst/matroska/matroska-demux.h:
17750         Fix Vorbis streams failing to decode in some files, where cluster_time
17751         isn't 0, because then it doesn't send codec_priv before actual data.
17752         Remove time-based test and replace it with marker set on beginning of
17753         new stream
17754
17755 2004-12-28  David Schleef  <ds@schleef.org>
17756
17757         Merge patch from Ronald fixing problems with streaming
17758         text.
17759         * ext/cairo/gstcairo.c: (plugin_init):
17760         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17761         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17762         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17763         (gst_textoverlay_font_init), (gst_textoverlay_init),
17764         (gst_textoverlay_set_property):
17765         * ext/cairo/gsttextoverlay.h:
17766
17767 2004-12-27  David Schleef  <ds@schleef.org>
17768
17769         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17770         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17771         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17772         (gst_textoverlay_font_init), (gst_textoverlay_init),
17773         (gst_textoverlay_set_property): Improvements to actually
17774         render text as white on black outline on video, including
17775         font selection and horizontal/vertical alignment.  (Ronald's
17776         christmas present)
17777         * ext/cairo/gsttextoverlay.h:
17778
17779 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17780
17781         * ext/ogg/gstogg.c:
17782         * ext/ogg/gstogmparse.c:
17783           fix ogm[audio/video]parse plugin registration
17784           (riff won't load if bytestream is already loaded)
17785
17786 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17787
17788         * gst/audioconvert/gstchannelmix.c:
17789           fix for GLIB < 2.4
17790
17791 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17792
17793         * Makefile.am:
17794         * configure.ac:
17795           disable docs again until it actually passes make distcheck.
17796
17797 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17798
17799         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17800         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17801         (plugin_init):
17802           Add 3GP (variables name Q3GP because they can't start with a
17803           number). Add samr audio fourcc (used in .3gp files), decoder
17804           is work in progress. Also do a GST_WARNING instead of ERROR
17805           in case of unknown nodes, to decrease output.
17806
17807 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17808
17809         * Makefile.am:
17810           really fix dist
17811
17812 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17813
17814         * configure.ac:
17815         * ext/speex/gstspeexdec.h:
17816         * ext/speex/gstspeexenc.h:
17817           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17818           Fix detection code in configure.ac
17819
17820 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17821
17822         * gst/matroska/matroska-demux.c:
17823         (gst_matroska_demux_parse_blockgroup):
17824           Save position, so that queries give proper return values. Don't
17825           know how this could ever have worked before...
17826
17827 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17828
17829         * configure.ac:
17830           Put additional LAME check inside the conditional.  Fixes #152339
17831
17832 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17833
17834         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17835         (gst_avi_demux_stream_scan):
17836           Add some more debug. Fix logic error when setting movi offset
17837           while reading index.
17838
17839 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17840
17841         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17842         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17843         (gst_avi_demux_process_next_entry):
17844           Add some debugging. Better detection of broken indexes and the
17845           accompanying index recovery. No infinite loops on state changes
17846           when we're still in our loopfunction.
17847
17848 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17849
17850         * configure.ac:
17851           Fix up.
17852
17853 2004-12-22  Archana Shah  <archana.shah@wipro.com>
17854
17855         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17856
17857         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17858           Normalizing the value before setting
17859         (gst_sunaudiomixer_get_volume):
17860           Normalizing the value after getting. Fixes bug# 161980
17861
17862 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17863
17864         * Makefile.am: Make sure docs gets disted
17865         * docs/Makefile.am: Make sure all needed files get disted
17866         * gst-plugins.spec.in: latest updates
17867
17868 2004-12-22  Wim Taymans  <wim@fluendo.com>
17869
17870         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17871         Revert patch 1.38 as clock distribution over schedulers does
17872         not work correcly in the core yet.
17873
17874 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17875
17876         * sys/oss/README: remove this file, which predates my birth
17877           (and which content is by far outdated)
17878
17879 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
17880
17881         * Makefile.am:
17882         * configure.ac:
17883         * docs/Makefile.am:
17884         * docs/libs/Makefile.am:
17885         * docs/libs/gst-plugins-libs-docs.sgml:
17886         * docs/libs/gst-plugins-libs-sections.txt:
17887         * docs/libs/tmpl/gstgconf.sgml:
17888         * docs/upload.mak:
17889         * docs/version.entities.in:
17890           Added boilerplate gtk-doc files for plugin-libs documentation.
17891
17892 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17893
17894         * gst/auparse/gstauparse.c: fix int and float audio caps
17895
17896 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17897
17898         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17899         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17900           g_assert() can be a macro, don't use #ifdef inside it.
17901
17902 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
17903
17904         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17905
17906         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17907         (gst_videorate_init), (gst_videorate_chain),
17908         (gst_videorate_change_state):
17909           Event handling (fixes #159986).
17910
17911 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17912
17913         * gst-libs/gst/riff/riff-media.c:
17914         (gst_riff_create_video_caps_with_data):
17915           Add BLZ0 (Blizzard's version of DivX) fourcc.
17916
17917 2004-12-18  David Schleef  <ds@schleef.org>
17918
17919         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17920         portability fix.
17921
17922 2004-12-18  David Schleef  <ds@schleef.org>
17923
17924         * gst/tta/ttadec.h: Disable some header code that isn't used
17925         and clearly isn't portable.
17926
17927 2004-12-18  David Schleef  <ds@schleef.org>
17928
17929         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17930         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17931         (avcodec_get_pix_fmt), (avpicture_layout),
17932         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17933         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17934         Fix code to not use GCC extensions (and c99 extensions that
17935         Forte does not like.)
17936
17937 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
17938
17939         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17940
17941         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17942         (gst_deinterlace_chain):
17943           Rowstride fixes. Fixes #161039.
17944         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
17945         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
17946         (gst_video_crop_getcaps), (gst_video_crop_link),
17947         (gst_video_crop_i420), (gst_video_crop_chain),
17948         (gst_video_crop_change_state):
17949           Rework of negotiation. Actually works now. Fixes #158650.
17950
17951 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17952
17953         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
17954           That was very stupid.
17955
17956 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17957
17958         * gst/matroska/matroska-demux.c:
17959         (gst_matroska_demux_parse_blockgroup):
17960           Fix possible crasher.
17961
17962 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17963
17964         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
17965         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
17966           Lace sizes can be zero.
17967
17968 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17969
17970         * ext/musepack/gstmusepackdec.cpp:
17971           Fetch error return values. Fixes #161624.
17972         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17973           Really EOS.
17974
17975 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17976
17977         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
17978           Work for truncated (unfinished download etc.) files. Fixes #160514.
17979
17980 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17981
17982         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17983           Fix for integer overflow. Makes #156001 not crash. Probably masks
17984           the real bug.
17985
17986 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17987
17988         * gst/ac3parse/gstac3parse.c: (plugin_init):
17989           Parsers never have ranks. Fixes #159651.
17990
17991 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17992
17993         * gst/playback/gstdecodebin.c: (compare_ranks):
17994           make sure the facotries are ordered the same every time even if they
17995           have the same rank by using the name
17996         * gst/playback/gstdecodebin.c: (find_compatibles):
17997           make sure we don't add factories to the list twice
17998
17999 2004-12-16  David Schleef  <ds@schleef.org>
18000
18001         * configure.ac: look for musepack headers as musepack/*.h
18002         (fixes #159847)
18003         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18004         * ext/musepack/gstmusepackreader.h: same
18005
18006 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18007
18008         * gst-libs/gst/riff/riff-read.c:
18009         (gst_riff_read_strf_auds_with_data):
18010           Read extradata correctly (fixes #155879).
18011
18012 2004-12-16  David Schleef  <ds@schleef.org>
18013
18014         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18015         audio.  does _not_ attempt or allow conversion unless channels
18016         is 1 or 2.
18017
18018 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18019
18020         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18021
18022 2004-12-16  David Schleef  <ds@schleef.org>
18023
18024         * gst/audioscale/gstaudioscale.c: the resample library only
18025         handles 1 or 2 channels.  Change caps to compensate.
18026
18027 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18028
18029         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18030         (gst_matroska_demux_audio_caps):
18031           Some MPEG-AAC hacks, because else it doesn't work...
18032
18033 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18034
18035         * gst-libs/gst/riff/riff-media.c:
18036         (gst_riff_create_video_caps_with_data),
18037         (gst_riff_create_video_template_caps):
18038           Add h264.
18039
18040 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18041
18042         * gst-libs/gst/audio/Makefile.am:
18043           Try to fix buildbot.
18044
18045 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18046
18047         * gst/tcp/gstmultifdsink.c:
18048           Clean up and uniformize debugging.
18049
18050 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
18051
18052         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18053
18054         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18055         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18056         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18057         (gst_mpeg_demux_change_state):
18058           Reset on ready. Fixes 160276.
18059
18060 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18061
18062         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18063
18064         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18065         (gst_ffmpegcsp_pad_link):
18066           Fix memleak (#154815).
18067
18068 2004-12-16  James Bowes  <bowes@cs.dal.ca>
18069
18070         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18071
18072         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18073         (gst_musicbrainz_init), (gst_musicbrainz_chain),
18074         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18075         * ext/musicbrainz/gsttrm.h:
18076           Add support for using a proxy server when getting a trm id from
18077           the MusicBrainz database (#149613).
18078
18079 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
18080
18081         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18082
18083         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18084         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18085           Fix memleaks (#157233).
18086
18087 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18088
18089         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18090
18091         * gst-libs/gst/resample/resample.c: (gst_resample_close):
18092         * gst-libs/gst/resample/resample.h:
18093         * gst/audioscale/gstaudioscale.c:
18094           Fix memleak (#159215).
18095
18096 2004-12-16  Toni Willberg  <toniw@iki.fi>
18097
18098         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18099
18100         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18101         * sys/oss/oss_probe.c: (main):
18102           Check for mono/stereo support (similar to samplerate probing),
18103           fixes #159433. Also add missing copyright header to oss_probe.c.
18104
18105 2004-12-15  David Schleef  <ds@schleef.org>
18106
18107         * configure.ac: add audioresample and cairo plugins.  Remove
18108         HAVE_MMX stuff, because it's not used.
18109         * ext/Makefile.am: same
18110         * ext/audioresample/Makefile.am: You are not ready for an
18111         audio resampling element based on audioresample.
18112         * ext/audioresample/gstaudioresample.c:
18113         * ext/audioresample/gstaudioresample.h:
18114         * ext/cairo/Makefile.am: You are not ready for overlay elements
18115         based on cairo.  Don't look too closely, these elements kinda
18116         suck right now.
18117         * ext/cairo/gstcairo.c: new
18118         * ext/cairo/gsttextoverlay.c: new
18119         * ext/cairo/gsttextoverlay.h: new
18120         * ext/cairo/gsttimeoverlay.c: new
18121         * ext/cairo/gsttimeoverlay.h: new
18122         * gst-libs/gst/media-info/media-info-priv.h: fix compile
18123         problem with compilers that don't support variadic macros.
18124
18125 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18126
18127         Reviewed by:  David Schleef  <ds@schleef.org>
18128
18129         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
18130         Bala, registering sunaudiosrc (oops!), and cleaning up code a
18131         bit.  Also ran indent-gst.
18132         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18133         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18134         (gst_sunaudiosrc_setparams):
18135
18136 2004-12-14  David Schleef  <ds@schleef.org>
18137
18138         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18139         output rate to 16000.  Should fix #160235.
18140
18141 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18142
18143         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18144         Add typefinding for mpeg2 pes streams
18145
18146 2004-12-13  David Schleef  <ds@schleef.org>
18147
18148         * configure.ac:  Applied patch from bug #143659, making default
18149         sources and sinks OS-dependent (for Solaris), and added code
18150         for OS/X.
18151         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18152
18153 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18154
18155         * gst-libs/gst/riff/riff-media.c:
18156           forgot to add h2.64 to avidemux template caps
18157
18158 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18159
18160         * gst/wavenc/riff.h:
18161         * gst-libs/gst/riff/riff-media.c:
18162         * gst-libs/gst/riff/riff-ids.h:
18163         * gst/avi/gstavimux.c
18164         add 4CC code for VideoSoft h264 in AVI (VSSH)
18165           fixes bug #160655
18166         remove s323 from riff, it's quicktime specific :(
18167
18168 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18169
18170         * gst/asfdemux/README
18171         * gst/wavenc/riff.h
18172         * gst-libs/gst/riff/riff-ids.h
18173         * gst-libs/gst/riff/riff-media.c
18174         * gst/qtdemux/qtdemux.c:
18175           add new 4CC codes for h263 related codecs
18176           fixes partially bug #155163
18177
18178 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18179
18180         * configure.ac: Update polyaudio requirement to 0.7
18181         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18182
18183 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18184
18185         * gst/interleave/deinterleave.c:
18186         fix my name's spelling! :)
18187
18188 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18189
18190         * AUTHORS ChangeLog
18191         * gst/auparse/gstauparse.c
18192         * gst/interleave/deinterleave.c
18193         * gst/law/:
18194                 alaw-decode.c alaw-encode.c
18195                 mulaw-decode.c mulaw-encode.c
18196         * gst/oneton/gstoneton.c
18197         * sys/osxaudio/:
18198                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18199         * sys/osxvideo/:
18200                 cocoawindow.h cocoawindow.m
18201                 osxvideosink.h osxvideosink.m
18202
18203         put the same mail address for Zaheer Abbas Merali everywhere
18204
18205 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18206
18207         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18208           Align by packetsize, and assert that we a packet available before
18209           playing. The first makes webstreams work (they often include
18210           trailing padding data in a packet), the second allows pausing a
18211           ASF stream in totem without getting demux errors afterwards.
18212
18213 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18214
18215         * ext/ogg/gstoggdemux.c: (get_relative):
18216           Check for non-NULL before accessing member (end-of-chain).
18217
18218 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18219
18220         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18221         (cdparanoia_set_property), (cdparanoia_get_property):
18222         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18223         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18224         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18225         (dvdreadsrc_init), (dvdreadsrc_set_property),
18226         (dvdreadsrc_get_property):
18227         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18228         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18229           Synchronize property names where not yet the case. Devices are
18230           now device=X, other versions are deprecated (but still exist).
18231           Also use g_free() unconditionally.
18232         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18233         (setup_source), (gst_play_base_bin_get_property):
18234           Expose source.
18235
18236 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18237
18238         * configure.ac: move GCONF macro outside conditional for the am
18239           conditional. Fixes #160439
18240
18241 2004-12-08  David Schleef  <ds@schleef.org>
18242
18243         * tools/gst-visualise-m.m: Switch to elements that currently
18244         exist.
18245
18246 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18247
18248         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18249           We love wrong commas.
18250
18251 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18252
18253         * gst/matroska/matroska-demux.c:
18254         (gst_matroska_demux_handle_src_query):
18255           Don't set DEFAULT, unsupported - makes length display incorrectly
18256           in some cases.
18257
18258 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18259
18260         * gst/monoscope/README: remove blurb about files being GPL
18261         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18262         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18263           monoscope is now effectively LGPL licensed
18264
18265 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18266
18267         * gst/monoscope/README: Update information to be more correct
18268         * gst/monoscope/convolve.c: Relicense to LGPL
18269         * gst/monoscope/convolve.h: Relicense to LGPL
18270
18271 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18272
18273         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18274           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18275         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18276           set default_duration for mpeg1 audio
18277
18278 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18279
18280         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18281         * ext/alsa/gstalsa.h:
18282           refactor big chunks of the core caps negotiation code to make it
18283           a lot faster, because people claim it's really slow
18284           (actually, just cache the getcaps when the device is opened)
18285
18286 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18287
18288         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18289         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18290         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18291         (gst_a52dec_change_state), (plugin_init):
18292         * ext/a52dec/gsta52dec.h:
18293           Do something useful with timestamps. Make chain-based (since
18294           there's really no reason to be loopbased).
18295         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18296           Update current_byte/frame correctly.
18297
18298 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18299
18300         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18301         (gst_ape_demux_stream_init):
18302           Forward tags, too.
18303
18304 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18305
18306         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18307           Let's make sure we're done typefinding when detecting tags.
18308
18309 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18310
18311         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18312         (gst_ebml_read_init), (gst_ebml_read_use_event),
18313         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18314         (gst_ebml_read_seek), (gst_ebml_read_skip),
18315         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18316         (gst_ebml_read_master):
18317         * gst/matroska/ebml-read.h:
18318         * gst/matroska/matroska-demux.c:
18319         (gst_matroska_demux_parse_contents),
18320         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18321           Disgustingly evil hack for working around INTERRUPT events and
18322           their extremely annoying habit of being a pain in the ass. We
18323           simply peek a cluster before reading any of it.
18324
18325 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18326
18327         * ext/musepack/gstmusepackdec.cpp:
18328           There's also floating point libmusepacks.
18329
18330 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18331
18332         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18333         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18334           Set DURATION even if source buffer didn't. Also use increasing
18335           timestamps.
18336         * gst-libs/gst/riff/riff-media.c:
18337         (gst_riff_create_audio_caps_with_data):
18338           Block_align can have larger values than 8192.
18339
18340 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18341
18342         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18343         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18344         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18345         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18346           Fix caps.
18347
18348 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18349
18350         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18351           Fix logic bug.
18352
18353 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18354
18355         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18356           Yay, another one.
18357
18358 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18359
18360         * ext/esd/esdsink.c: (gst_esdsink_chain):
18361           Make error actually say something useful (fixes #156798).
18362         * gst-libs/gst/riff/riff-media.c:
18363         (gst_riff_create_video_caps_with_data),
18364         (gst_riff_create_video_template_caps):
18365           Add Intel Video 5.0 fourcc (IV50).
18366
18367 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18368
18369         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18370         detection on mono and stereo mp3 files.
18371
18372 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18373
18374         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18375           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18376           the contained stream).
18377
18378 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18379
18380         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18381           Oops, remove debug.
18382
18383 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18384
18385         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18386
18387         * gst/law/alaw-decode.c: (alawdec_getcaps):
18388         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18389           Prevent warnings when negotiating caps (fixes #159338).
18390
18391 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18392
18393         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18394         (gst_ffmpegcsp_chain):
18395           Remove old leftover that shouldn't be there...
18396
18397 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18398
18399         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18400
18401         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18402           Don't forward DISCONT events (fixes #159684).
18403
18404 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18405
18406         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18407           Unlink manually since sometimes bin disposal (and therefore
18408           pad unlinking) is delayed, which will cause a new media file
18409           to not be able to start playing instantly.
18410
18411 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18412
18413         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18414           On mute of an unlinked stream, check for pad availability so
18415           we don't crash on unlinked pad.
18416
18417 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18418
18419         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18420         (gst_avi_demux_massage_index):
18421           Fix quite humiliating bug in omitting 0-sized index chunks but
18422           forgetting to count them for timestamps.
18423
18424 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18425
18426         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18427           Actually leave the loop if we failed to sync. Don't crash.
18428
18429 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18430
18431         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18432         (gst_dvd_demux_process_private):
18433         * gst/mpegstream/gstdvddemux.h:
18434           Fix crash (#159759). Doesn't work, though. :-(.
18435
18436 2004-11-28  Benjamin Otte  <otte@gnome.org>
18437
18438         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18439           more overwriting protection due to modifying channels one by one
18440           instead of all at once
18441
18442 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18443
18444         * gst/audioconvert/gstchannelmix.c:
18445         (gst_audio_convert_fill_normalize):
18446           Normalize using absolute values.
18447
18448 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18449
18450         * configure.ac:
18451         * ext/Makefile.am:
18452         * ext/directfb/Makefile.am:
18453         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18454         (gst_directfbvideosink_get_pixel_format),
18455         (gst_directfbvideosink_get_format_from_fourcc),
18456         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18457         (gst_directfbvideosink_sink_link),
18458         (gst_directfbvideosink_change_state),
18459         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18460         (gst_directfbvideosink_buffer_alloc),
18461         (gst_directfbvideosink_interface_supported),
18462         (gst_directfbvideosink_interface_init),
18463         (gst_directfbvideosink_navigation_send_event),
18464         (gst_directfbvideosink_navigation_init),
18465         (gst_directfbvideosink_set_property),
18466         (gst_directfbvideosink_get_property),
18467         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18468         (gst_directfbvideosink_base_init),
18469         (gst_directfbvideosink_class_init),
18470         (gst_directfbvideosink_get_type), (plugin_init):
18471         * ext/directfb/directfbvideosink.h: Adding a first version of
18472         directfbvideosink.
18473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18474         more.
18475
18476 2004-11-28  Benjamin Otte  <otte@gnome.org>
18477
18478         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18479           walk the samples backwards if out_channels > in_channels so we don't
18480           overwrite data
18481
18482 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18483
18484         * gst/audioconvert/Makefile.am:
18485         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18486         (gst_audio_convert_link), (gst_audio_convert_change_state),
18487         (gst_audio_convert_channels):
18488         * gst/audioconvert/gstchannelmix.c:
18489         (gst_audio_convert_unset_matrix),
18490         (gst_audio_convert_fill_identical),
18491         (gst_audio_convert_fill_compatible),
18492         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18493         (gst_audio_convert_fill_others),
18494         (gst_audio_convert_fill_normalize),
18495         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18496         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18497         * gst/audioconvert/gstchannelmix.h:
18498           Implement a channel mixer.
18499
18500 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18501
18502         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18503         * ext/alsa/gstalsa.h:
18504         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18505         Make alsasink actually honor gst_element_set_clock and use that
18506         clock instead of its internal one.
18507
18508 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18509
18510         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18511         (gst_play_base_bin_change_state): nullify source and decoder when
18512         going from READY to NULL so that we don't try to do weird stuff with
18513         them when going from NULL to READY
18514         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18515         instead of g_object_unref
18516         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18517         it should be correct
18518         (gst_play_bin_change_state): don't call remove_sinks if we are
18519         currently disposing the object
18520
18521 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18522
18523         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18524           Don't forget bass if it's there. Else left channel is silent...
18525
18526 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18527
18528         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18529         (gst_a52dec_change_state):
18530           Don't do sample adjusting anymore, we use float audio now.
18531         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18532           Don't fixate to non-existing properties.
18533
18534 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18535
18536         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18537         (gst_a52dec_change_state):
18538           Advertise that we can do surround sound.
18539
18540 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18541
18542         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18543           Add buffer-frames=0.
18544         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18545         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18546         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18547         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18548         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18549         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18550         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18551         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18552         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18553         * ext/dvdread/dvdreadsrc.h:
18554           Add seeking, querying for bytes, sectors, title, angle and
18555           chapter. Handle multiple chapters. Relicense to LGPL because
18556           Billy agreed on that (thanks Billy!).
18557
18558 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18559
18560         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18561         call parent dispose method
18562
18563 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18564
18565         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18566         (gst_audio_clock_get_internal_time):
18567         Fix active <-> inactive transitions: ensure time value always
18568         grows and avoid abrupt value changes.
18569
18570 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18571
18572         * configure.ac:
18573         * gst/tta/Makefile.am:
18574         * gst/tta/crc32.h:
18575         * gst/tta/filters.h:
18576         * gst/tta/gsttta.c:
18577         * gst/tta/gstttadec.c:
18578         * gst/tta/gstttadec.h:
18579         * gst/tta/gstttaparse.c:
18580         * gst/tta/gstttaparse.h:
18581         * gst/tta/ttadec.h:
18582           added TTA parser and decoder
18583
18584 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18585
18586         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18587         (probe_triggered), (check_queue), (buffer_underrun),
18588         (buffer_running), (buffer_overrun), (gen_source_element),
18589         (setup_source):
18590         * gst/playback/gstplaybasebin.h:
18591           Implement buffering. Needs some more work.
18592
18593 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18594
18595         * ext/theora/theoradec.c: (theora_dec_chain):
18596           Fix ilog mask range overflow.
18597
18598 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18599
18600         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18601           Don't omit the last (which in case of dmix is the only :) )
18602           channel count. Don't set channels if <= 2.
18603
18604 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18605
18606         * gst/playback/gstplaybin.c: (gen_video_element),
18607         (gen_audio_element): Removed 2 obsolete comments
18608
18609 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18610
18611         * ext/vorbis/oggvorbisenc.c
18612         * ext/vorbis/vorbisenc.c :
18613           change description fields of those plugins to differentiate them
18614           (pitivi show Encoders by description, they had the same one)
18615
18616 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18617
18618         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18619
18620         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18621         (gst_play_bin_set_property), (gen_video_element),
18622         (gen_audio_element):
18623           Refcounting fixes for provided audio-/videosinks.
18624
18625 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18626
18627         * gst/playback/gstplaybin.c: (gen_video_element),
18628         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18629           Don't reference all sinks, but only the video- and audiosinks.
18630           The vis. element should be disposed when we're done with it.
18631           We don't have any reason to keep it around. This fixes warnings
18632           when reusing playbin for playing multiple audio files with
18633           vis. enabled. Also release audio device on pause - idea stolen
18634           from Rhythmbox.
18635
18636 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18637
18638         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18639         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18640         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18641         * ext/alsa/gstalsaplugin.c: (plugin_init):
18642         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18643         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18644         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18645         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18646         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18647         (gst_faad_change_state), (plugin_init):
18648         * ext/faad/gstfaad.h:
18649         * ext/vorbis/vorbis.c: (plugin_init):
18650         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18651         * gst-libs/gst/audio/Makefile.am:
18652         * gst-libs/gst/audio/audio.c: (plugin_init):
18653         * gst-libs/gst/audio/multichannel.c:
18654         (gst_audio_check_channel_positions),
18655         (gst_audio_get_channel_positions),
18656         (gst_audio_set_channel_positions),
18657         (gst_audio_set_structure_channel_positions_list),
18658         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18659         (gst_audio_fixate_channel_positions):
18660         * gst-libs/gst/audio/multichannel.h:
18661         * gst-libs/gst/audio/testchannels.c: (main):
18662         * gst/audioconvert/gstaudioconvert.c:
18663         (gst_audio_convert_class_init), (gst_audio_convert_init),
18664         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18665         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18666         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18667         * gst/audioconvert/plugin.c: (plugin_init):
18668           Surround sound support.
18669
18670 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18671
18672         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18673           Fix position for discont if we're close as well. Nitpicking, but
18674           saves a few milliseconds of extra waiting or skipping.
18675
18676 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18677
18678         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18679           We sometimes need parsers for playback, so add those too.
18680
18681 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18682
18683         * configure.ac:
18684         * gst/apetag/Makefile.am:
18685         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18686         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18687         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18688         (gst_ape_demux_get_src_query_types),
18689         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18690         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18691         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18692         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18693         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18694         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18695         (gst_ape_demux_change_state):
18696         * gst/apetag/apedemux.h:
18697         * gst/apetag/apetag.c: (plugin_init):
18698         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18699         (plugin_init):
18700           APE v1/2 tag reader plus typefind function.
18701
18702 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18703
18704         * configure.ac:
18705         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18706         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18707           Remove hacks for older core. Require newer core version
18708           accordingly.
18709
18710 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18711
18712         * gst/cdxaparse/Makefile.am:
18713         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18714         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18715         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18716         * gst/cdxaparse/gstcdxaparse.h:
18717         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18718         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18719         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18720         (gst_cdxastrip_get_src_query_types),
18721         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18722         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18723         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18724         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18725         * gst/cdxaparse/gstcdxastrip.h:
18726           SVCD/VCD header stripping separated from CDXA image parsing.
18727         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18728         (plugin_init):
18729           Add VCD/SVCD header typefinding for VCD/SVCD.
18730         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18731         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18732         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18733         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18734         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18735         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18736         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18737         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18738         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18739         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18740         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18741         * sys/vcd/vcdsrc.h:
18742           Fix up, add seeking, querying, URI interface. Works in totem now.
18743
18744 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18745
18746         * configure.ac:
18747           back to CVS
18748
18749 === release 0.8.6 ===
18750
18751 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18752
18753         * NEWS:
18754         * RELEASE:
18755         * configure.ac:
18756         * po/af.po:
18757         * po/az.po:
18758         * po/cs.po:
18759         * po/en_GB.po:
18760         * po/hu.po:
18761         * po/it.po:
18762         * po/nb.po:
18763         * po/nl.po:
18764         * po/or.po:
18765         * po/sq.po:
18766         * po/sr.po:
18767         * po/sv.po:
18768         * po/uk.po:
18769           releasing 0.8.6, "IOU Love"
18770
18771 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18772
18773         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18774
18775         * gst/playback/gstplaybasebin.c:
18776           Fix unplayable files error handling.  Fixes #158365
18777
18778 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18779
18780         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18781
18782         * gst/typefind/gsttypefindfunctions.c:
18783           Fix broken mp3 typefinding.  Fixes #158375
18784
18785 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18786
18787         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18788
18789         * ext/ogg/gstoggdemux.c:
18790           Fix sync on broken files.  Fixes #158976
18791
18792 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18793
18794         patch by: Edward Hervey <bilboed@bilboed.com>
18795
18796         * ext/libpng/gstpngenc.c:
18797           Copy over buffer properties.  Fixes #158832
18798
18799 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18800
18801         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18802
18803         * ext/dvdread/dvdreadsrc.c:
18804           Fixes invalid reads (#158462)
18805
18806 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18807
18808         * sys/v4l/gstv4lsrc.c:
18809         * sys/v4l/gstv4lsrc.h:
18810         * sys/v4l/v4lsrc_calls.c:
18811           Probe less and cache it.  Fixes #159187.
18812
18813 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18814
18815         * gst/videorate/gstvideorate.c:
18816           Handle all video formats. Fixes #159186.
18817
18818 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18819         * gst/synaesthesia/gstsynaesthesia.c:
18820         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18821         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18822         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18823         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18824         (gst_synaesthesia_change_state), (plugin_init):
18825         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18826         Force 320x200 output, as that's the only thing the underlying
18827         synaesthesia implementation supports. Still needs to be made
18828         re-entrant.
18829
18830 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18831
18832         * configure.ac:
18833           Fix mpeg2enc configure check (similar to mplex check below).
18834
18835 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
18836
18837         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18838
18839         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18840           Fix for gcc-2.95 (fixes #158221).
18841
18842 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18843
18844         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18845           Re-add clock distribution hack (until new core is released).
18846           Fixes #158125.
18847
18848 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
18849         * configure.ac:
18850           fix mplex configure check segfaulting on some systems (bug #140994)
18851
18852 2004-11-13  Benjamin Otte  <otte@gnome.org>
18853
18854         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18855           add debugging
18856         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18857           do a wait when we enter the loop func with no data available to
18858           write instead of getting into an 100% CPU loop by just returning and
18859           being called again by the scheduler
18860
18861 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
18862
18863         * configure.ac:
18864         * ext/libvisual/visual.c: (gst_visual_get_type),
18865         (libvisual_log_handler), (gst_visual_getcaps),
18866         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18867         (plugin_init):
18868           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18869         * ext/smoothwave/Makefile.am:
18870         * ext/smoothwave/demo-osssrc.c: (main):
18871         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18872         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18873         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18874         (plugin_init):
18875         * ext/smoothwave/gstsmoothwave.h:
18876           Make gstsmoothwave a working element in the 20th century.
18877
18878         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18879           Fix incorrect link function
18880
18881 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18882
18883         * gst/volume/gstvolume.c:
18884           Allow buffer-frames=0.
18885
18886 2004-11-12 Iain <iaingnome@gmail.com>
18887
18888         * configure.ac: Check for polypaudio
18889
18890         * ext/Makefile.am: Build the polyp dir
18891
18892         * ext/polyp: The polypsink sources.
18893
18894 2004-10-30 Iain <iaingnome@gmail.com>
18895
18896         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18897         caps to reflect the new number of channels.
18898
18899 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18900
18901         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18902           Fix for negotiation order problem. This would show when the
18903           ALSA loopfuction was called before any other function. ALSA
18904           wouldn't do anything because we're not negotiated yet, leading
18905           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18906
18907 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18908
18909         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18910
18911         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18912           No warnings (#157986).
18913
18914 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18915
18916         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18917           Prefer apev1/2 and id3v1 (at end of file) over musepack.
18918
18919 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18920
18921         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18922           Signal no-more-pads (so it works in playbin).
18923
18924 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18925
18926         * ext/musepack/gstmusepackreader.cpp:
18927           Workaround for older core.
18928
18929 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18930
18931         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18932           Actually test for odd width/height rather than testing whether
18933           a temporary variable that was 0 before we subtracted 1 is now
18934           not equal to zero (which it always is).
18935
18936 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18937
18938         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18939         Fix compilation if HAVE_XVIDEO is not defined
18940
18941 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18942
18943         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18944         Fix compilation if HAVE_XVIDEO is not defined
18945
18946 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
18947
18948         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18949         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
18950         (gst_goom_change_state), (plugin_init):
18951         Use the bytestream adapter so goom doesn't depend on the input
18952         buffer size.
18953         Add a debug category
18954
18955 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18956
18957         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18958           Only set hardware parameters *after* negotiation. Before
18959           negotiation, it will set ANY and that seems to cause crashes
18960           (see e.g. #151288, #153227).
18961
18962 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18963
18964         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18965           This seems to be antique leftover. It needs to pass error
18966           checking.
18967         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18968         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
18969         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18970         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
18971           Fix GstXOverlay implementation (#151059).
18972
18973 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18974
18975         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18976           Don't assert (#157853).
18977
18978 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18979
18980         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18981           Fix bytes/samples confustion.
18982         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
18983           Fix for underrun (#144389).
18984
18985 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18986
18987         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18988           Disable halfway-seek for pending release (since it needs a new
18989           core release).
18990
18991 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18992
18993         * sys/v4l/gstv4lsrc.c:
18994         * sys/v4l/gstv4lsrc.h:
18995         * sys/v4l/v4lsrc_calls.c:
18996           add autoprobe-fps property so we can separate autoprobing parts
18997
18998 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18999
19000         * sys/v4l/gstv4lsrc.c:
19001         * sys/v4l/v4lsrc_calls.c:
19002         initialise fourcc to catch unset fourcc's, and debug
19003
19004 2004-11-09  Wim Taymans  <wim@fluendo.com>
19005
19006         * gst/playback/README:
19007         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19008         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19009         (gst_play_bin_dispose), (gst_play_bin_set_property),
19010         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19011         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19012         (gst_play_bin_get_formats), (gst_play_bin_convert),
19013         (gst_play_bin_get_query_types), (gst_play_bin_query):
19014         Cleanups and some more documentation.
19015
19016 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
19017
19018         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19019         (gst_cacasink_init), (gst_cacasink_chain):
19020         * ext/libcaca/gstcacasink.h:
19021         Cacasink inherits from VideoSink, so let that store the clock.
19022
19023 2004-11-09  Wim Taymans  <wim@fluendo.com>
19024
19025         * gst/playback/README:
19026         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19027         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19028         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19029         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19030         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19031         (setup_sinks):
19032         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19033         (gst_stream_info_is_mute), (gst_stream_info_set_property):
19034         * gst/playback/gststreaminfo.h:
19035         Updated README.
19036         Only switch groups if all streams have muted (EOSed).
19037         Send Tags in sync with the stream playback instead of in
19038         the playback/preroll phase.
19039         Some cleanups, free the fakesrc elements.
19040
19041 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19042
19043         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19044           buffer-frames property was missing
19045         * ext/arts/gst_arts.c:
19046           rate missing from sinkcaps
19047         * ext/audiofile/gstafparse.c:
19048         * ext/audiofile/gstafsink.c:
19049         * ext/audiofile/gstafsrc.c:
19050         * ext/swfdec/gstswfdec.c:
19051           int audio doesn't know buffer-frames
19052         * ext/cdparanoia/gstcdparanoia.c:
19053           int audio doesn't know chunksize either
19054         * ext/nas/nassink.c:
19055           it's endianness, not endianess
19056         * gst-libs/gst/audio/audio.h:
19057           make float standard pad template caps really describe float
19058         * gst/law/mulaw.c: (linear_factory):
19059           signed only, please
19060         * gst/mpegstream/gstdvddemux.c:
19061           widths of 20 are not valid
19062
19063 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19064
19065         Submitted by: Luca Ferretti <elle.uca@infinito.it>
19066
19067         * po/LINGUAS:
19068         * po/it.po:
19069           Add Italian
19070
19071 2004-11-08  Wim Taymans  <wim@fluendo.com>
19072
19073         * gst/playback/README:
19074         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19075         * gst/playback/gstplaybasebin.c: (probe_triggered),
19076         (gst_play_base_bin_change_state):
19077         Updated README, added more comments for fixmes etc..
19078
19079 2004-11-08  Wim Taymans  <wim@fluendo.com>
19080
19081         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19082         We can remove this hack now.
19083
19084 2004-11-08  Wim Taymans  <wim@fluendo.com>
19085
19086         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19087         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19088         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19089         Only mix AYUV for maximum quality.
19090
19091 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19092
19093         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19094         (gst_ogg_demux_push), (gst_ogg_pad_push):
19095           Let's act as if we're synchronized now! :).
19096         * ext/theora/theoradec.c: (theora_dec_chain):
19097           Add some debug.
19098
19099 2004-11-08  Wim Taymans  <wim@fluendo.com>
19100
19101         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19102         (gst_alpha_set_property), (gst_alpha_sink_link),
19103         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19104         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19105         (gst_alpha_init_params), (gst_alpha_chain):
19106         Implement alpha functions for AYUV too, this increases
19107         accuracy quite a bit.
19108
19109 2004-11-08  Wim Taymans  <wim@fluendo.com>
19110
19111         * gst/ffmpegcolorspace/avcodec.h:
19112         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19113         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19114         (gst_ffmpegcsp_avpicture_fill):
19115         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19116         (gst_ffmpegcsp_caps_remove_format_info):
19117         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19118         (shrink12), (img_get_alpha_info), (deinterlace_line),
19119         (deinterlace_line_inplace):
19120         * gst/ffmpegcolorspace/imgconvert_template.h:
19121         Added AYUV colorspace and handle RGBA a bit more respectful.
19122
19123 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19124
19125         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19126           Actually always send a discont (cornercase when resending the
19127           same serial-tagged chain twice).
19128
19129 2004-11-08  Julien MOUTTE  <julien@moutte.net>
19130
19131         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19132         (gst_ximagesink_finalize):
19133         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19134         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19135
19136 2004-11-08  Wim Taymans  <wim@fluendo.com>
19137
19138         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19139         Don't segfault on NULL data.
19140
19141 2004-11-08  Wim Taymans  <wim@fluendo.com>
19142
19143         * gst/playback/gstdecodebin.c: (unlinked):
19144         * gst/playback/gstplay-marshal.list:
19145         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19146         (gst_play_base_bin_init), (group_create), (get_active_group),
19147         (get_building_group), (group_destroy), (group_commit),
19148         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19149         (add_element_stream), (no_more_pads), (probe_triggered),
19150         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19151         (state_change), (setup_source), (gst_play_base_bin_get_property),
19152         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19153         (gst_play_base_bin_link_stream),
19154         (gst_play_base_bin_get_streaminfo):
19155         * gst/playback/gstplaybasebin.h:
19156         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19157         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19158         Add support for chained ogg files. Prepare for playlist
19159         support. This patch introduces the concept of pad groups, which
19160         together compose one playable media file.
19161
19162 2004-11-07  David Schleef  <ds@schleef.org>
19163
19164         * testsuite/gst-lint: Check for pad templates that aren't statically
19165         scoped.
19166
19167 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19168
19169         * configure.ac:
19170         * ext/Makefile.am:
19171         * ext/musepack/Makefile.am:
19172         * ext/musepack/gstmusepackdec.cpp:
19173         * ext/musepack/gstmusepackdec.h:
19174         * ext/musepack/gstmusepackreader.cpp:
19175         * ext/musepack/gstmusepackreader.h:
19176           Add musepack decoder.
19177         * ext/faad/gstfaad.c: (gst_faad_base_init):
19178           Make pad templates static.
19179         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19180         (plugin_init):
19181           Add musepack typefinder, make mp3 typefinding work halfway stream,
19182           which doesn't actually work yet because id3demux doesn't implement
19183           _get_length().
19184
19185 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19186
19187         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19188         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19189           Fix interrupt event handling (#144436).
19190
19191 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19192
19193         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19194           Hide unused glory.
19195
19196 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19197
19198         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19199
19200         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19201           Fix weird caps (#157548).
19202
19203 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19204
19205         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19206
19207         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19208           Add missing NULL terminator (#157543).
19209
19210 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19211
19212         * gst/tcp/gsttcp.h:
19213         * gst/tcp/gsttcpclientsink.c:
19214         * gst/tcp/gsttcpclientsrc.c:
19215         * gst/tcp/gsttcpserversink.c:
19216         * gst/tcp/gsttcpserversrc.c:
19217           ports can go up to 65535.  Move common defines to gsttcp.h
19218
19219 2004-11-05  Wim Taymans  <wim@fluendo.com>
19220
19221         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19222         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19223         Added two more colorspaces.
19224
19225 2004-11-05  Wim Taymans  <wim@fluendo.com>
19226
19227         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19228         (gst_ffmpegcsp_avpicture_fill):
19229         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19230         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19231         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19232         More stride fixes.
19233
19234 2004-11-05  Wim Taymans  <wim@fluendo.com>
19235
19236         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19237         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19238         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19239         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19240         (gst_videomixer_loop):
19241         More stride fixes.
19242
19243 2004-11-05  Benjamin Otte  <otte@gnome.org>
19244
19245         * ext/mad/gstmad.c: (gst_mad_chain):
19246           don't overflow data buffer. Flush not needed sync data when syncing
19247           failed.
19248
19249 2004-11-04  Wim Taymans  <wim@fluendo.com>
19250
19251         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19252         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19253         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19254         (gst_alpha_init_params), (gst_alpha_chain),
19255         (gst_alpha_change_state):
19256         Updated the chroma keying algorithm with something more
19257         sophisticated.
19258
19259 2004-11-03  Wim Taymans  <wim@fluendo.com>
19260
19261         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19262         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19263         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19264         Fix stride issues. Does not completely work for odd
19265         heights.
19266
19267 2004-11-03  Wim Taymans  <wim@fluendo.com>
19268
19269         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19270         (gst_alpha_chroma_key), (gst_alpha_chain):
19271         Fix stride issues. Does not completely work for odd
19272         heights.
19273
19274 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19275
19276         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19277         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19278         leak fixes
19279
19280 2004-11-03  Wim Taymans  <wim@fluendo.com>
19281
19282         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19283         (gst_ffmpegcsp_avpicture_fill):
19284         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19285         (avpicture_alloc):
19286         * gst/ffmpegcolorspace/imgconvert_template.h:
19287         Use correct _fill function to get correct strides.
19288
19289 2004-11-02  David Schleef  <ds@schleef.org>
19290
19291         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19292         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19293         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19294         Change all g_print()s to debugging.  Add a bunch of consistency
19295         checks.
19296
19297 2004-11-02  Wim Taymans  <wim@fluendo.com>
19298
19299         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19300         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19301         (unlinked), (no_more_pads), (close_link):
19302         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19303         (unknown_type), (add_element_stream), (new_decoded_pad),
19304         (removed_decoded_pad), (setup_source):
19305         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19306         (gst_stream_info_class_init), (gst_stream_info_init),
19307         (gst_stream_info_new), (gst_stream_info_dispose),
19308         (stream_info_mute_pad), (gst_stream_info_set_property),
19309         (gst_stream_info_get_property):
19310         * gst/playback/gststreaminfo.h:
19311         Fix playback of multiple files.
19312         a slightly different approach to handling dynamic pad removals.
19313         This one only looks at pads that we have linked.
19314
19315 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19316
19317         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19318         free" warning from libc.
19319
19320 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19321
19322         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19323         (get_unconnected_element), (remove_starting_from), (pad_removed),
19324         (close_link):
19325           Implement support for dynamic pad changing. We listen to "live"
19326           pad removals (i.e. while playing) and re-setup autoplugging
19327           after that. Playbasebin/playbin need some more work for this
19328           to finally work, but decodebin supports (and replugs) chained
19329           ogg now.
19330
19331 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19332
19333         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19334         (gst_alsa_finalize):
19335         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19336         (gst_cdaudio_finalize):
19337         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19338         (cdparanoia_finalize):
19339         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19340         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19341         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19342         (dvdreadsrc_finalize):
19343         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19344         (gst_flacdec_finalize):
19345         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19346         (gst_flacenc_finalize):
19347         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19348         (gst_gnomevfssink_finalize):
19349         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19350         (gst_gnomevfssrc_finalize):
19351         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19352         (gst_fameenc_finalize):
19353         * ext/nas/nassink.c: (gst_nassink_class_init),
19354         (gst_nassink_finalize):
19355         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19356         (gst_sdlvideosink_class_init):
19357         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19358         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19359         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19360         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19361         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19362         (gst_x_window_listener_dispose):
19363         * gst/audioscale/gstaudioscale.c:
19364         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19365         (play_on_demand_finalize):
19366         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19367         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19368         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19369         (cdplayer_finalize):
19370         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19371         (gst_glimagesink_class_init):
19372         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19373         (gst_osselement_finalize):
19374         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19375         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19376         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19377           Fixes a bunch of problems with finalize and dispose functions,
19378           either assumptions that dispose is only called once, or not calling
19379           the parent class dispose/finalize function
19380
19381 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19382
19383         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19384           added two api precondition guards
19385           use g_strdup with getenv to fix crash when using ENVVAR
19386
19387 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19388         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19389         (gst_esdsink_finalize):
19390         Use a finalize function, not dispose, and more importantly,
19391         call the parent class finalize function too
19392
19393 2004-11-01  Johan Dahlin  <johan@gnome.org>
19394
19395         * ext/ogg/gstoggdemux.c:
19396         * gst/tags/gstvorbistag.c:
19397         Plug leaks.
19398
19399 2004-10-31  Benjamin Otte  <otte@gnome.org>
19400
19401         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19402           lotsa memleaks today. But they're all small...
19403
19404 2004-10-31  Benjamin Otte  <otte@gnome.org>
19405
19406         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19407           another memleak crushed
19408
19409 2004-10-31  Benjamin Otte  <otte@gnome.org>
19410
19411         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19412           fix memleak
19413
19414 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19415
19416         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19417           Hack to prevent crash when going to READY inside signal handler
19418           while this function is active.
19419
19420 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19421
19422         * gst/ffmpegcolorspace/Makefile.am:
19423         * gst/ffmpegcolorspace/avcodec.h:
19424         * gst/ffmpegcolorspace/common.h:
19425         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19426         * gst/ffmpegcolorspace/dsputil.h:
19427         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19428         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19429         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19430         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19431         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19432         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19433         (gst_ffmpegcsp_avpicture_fill):
19434         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19435         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19436         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19437         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19438         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19439         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19440         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19441         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19442         * gst/ffmpegcolorspace/imgconvert.c:
19443         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19444         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19445         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19446         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19447         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19448         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19449         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19450         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19451         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19452         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19453         (grow21), (grow22), (grow41), (grow44), (conv411),
19454         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19455         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19456         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19457         (avpicture_free), (is_yuv_planar), (img_convert),
19458         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19459         (deinterlace_line_inplace), (deinterlace_bottom_field),
19460         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19461         * gst/ffmpegcolorspace/imgconvert_template.h:
19462         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19463         * gst/ffmpegcolorspace/mmx.h:
19464         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19465         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19466         (av_freep), (avcodec_get_context_defaults),
19467         (avcodec_alloc_context), (avcodec_init):
19468           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19469           handling plus update from ffmpeg CVS. Large clean-up.
19470
19471 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19472
19473         * gst/playback/Makefile.am:
19474           We need the marshallers for decodebin, too.
19475
19476 2004-10-30  David Schleef  <ds@schleef.org>
19477
19478         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19479           quicktime typefinding work with 64-bit offsets.
19480
19481 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19482
19483         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19484           Set EOS on the element when processing an EOS event.
19485         * ext/speex/gstspeexdec.h:
19486         * ext/speex/gstspeexenc.h:
19487           Only keep a const ptr to the mode
19488         * gst-libs/gst/riff/riff-media.c:
19489         (gst_riff_create_audio_caps_with_data),
19490         (gst_riff_create_audio_template_caps):
19491           Allow WMAV3, with up to 6 channels.
19492         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19493           Don't call gst_pad_set_event_function on a sink pad.
19494         * gst/mpegstream/gstdvddemux.c:
19495         (gst_dvd_demux_get_subpicture_stream),
19496         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19497           Copy the explicit caps that were set across to the cur_* pads,
19498           instead of trying to use a possibly non-existent negotiated caps.
19499           Reset the type of subpicture pads to UNKNOWN after calling
19500           init_stream, so that the caps get set.
19501
19502 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19503
19504         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19505
19506         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19507           Don't touch buffer if it is of size 0 (fixes #151064).
19508
19509 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19510
19511         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19512           Synchronized discont handling.
19513
19514 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19515
19516         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19517         (gst_ogg_demux_push):
19518           Make seeking sort-of exact again (fixes #156387).
19519
19520 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19521
19522         * gst/playback/gstplaybasebin.c: (unknown_type),
19523         (add_element_stream), (new_decoded_pad),
19524         (gst_play_base_bin_change_state):
19525         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19526         (gst_stream_info_init), (gst_stream_info_new),
19527         (gst_stream_info_dispose), (gst_stream_info_get_property):
19528         * gst/playback/gststreaminfo.h:
19529           Make caps explicitely available. Makes testing for unsupported
19530           types possible. Improves error reporting.
19531
19532 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19533
19534         * gst/audioconvert/gstaudioconvert.c:
19535         (gst_audio_convert_buffer_to_default_format):
19536           Really don't touch read-only buffers (#156563).
19537
19538 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19539
19540         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19541
19542         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19543           Fix memleak (#155223).
19544
19545 2004-10-29  Wim Taymans  <wim@fluendo.com>
19546
19547         * gst/tcp/.cvsignore:
19548         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19549         (gst_multifdsink_class_init), (gst_multifdsink_init),
19550         (gst_multifdsink_add), (gst_multifdsink_remove),
19551         (gst_multifdsink_remove_client_link), (is_sync_frame),
19552         (gst_multifdsink_new_client),
19553         (gst_multifdsink_handle_client_write),
19554         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19555         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19556         (gst_multifdsink_get_property):
19557         * gst/tcp/gstmultifdsink.h:
19558         Added burst on connect sync_method, deprecated sync_clients,
19559         streamlined the sync code some more.
19560
19561 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19562
19563         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19564         (gst_play_base_bin_change_state):
19565           Improve error reporting.
19566
19567 2004-10-28  Wim Taymans  <wim@fluendo.com>
19568
19569         * gst/tcp/Makefile.am:
19570         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19571         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19572         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19573         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19574         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19575         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19576         (gst_fdset_wait):
19577         Added more locks around fdset structures. Fixed/reworked
19578         the poll array resizing code.
19579         Added stress test for fdset.
19580
19581 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19582
19583         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19584         fix build
19585
19586 2004-10-28  Benjamin Otte  <otte@gnome.org>
19587
19588         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19589           fix link function to always query channels and query width for
19590           floats
19591         * configure.ac:
19592           add equalizer dir
19593         * gst/equalizer/Makefile.am:
19594         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19595         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19596         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19597         (arg_to_scale), (setup_filter),
19598         (gst_iir_equalizer_compute_frequencies),
19599         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19600         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19601         (plugin_init):
19602           add an equalizer
19603
19604 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19605
19606         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19607
19608         * po/LINGUAS:
19609         * po/nb.po:
19610           Added Norwegian Bokmaal translation
19611
19612 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19613
19614         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19615           Don't break on options (fixes #156488).
19616
19617 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19618
19619         * configure.ac:
19620         * ext/cdaudio/Makefile.am:
19621         * sys/Makefile.am:
19622           fix build on older automake
19623
19624 2004-10-26  Wim Taymans  <wim@fluendo.com>
19625
19626         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19627         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19628         Allow a little margin when negotiating the framerate.
19629
19630 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19631
19632         * gst/level/gstlevel.c:
19633           synchonised naming of pads and pad-templates
19634
19635 2004-10-26  Wim Taymans  <wim@fluendo.com>
19636
19637         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19638         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19639         (_find_streams_check), (gst_ogg_demux_push):
19640         Fix EOS again. Needs to be done in a better way. We should not
19641         remove the pad if there is no new chained stream.
19642
19643 2004-10-26 Iain <iaingnome@gmail.com>
19644
19645         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19646         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19647         of the caps.
19648         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19649         pad.
19650         (interleave_release_pad): Remove the pad.
19651         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19652         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19653         the set device.
19654         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19655         attrs
19656         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19657         (gst_xvimagesink_finalize): Free the par.
19658
19659 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19660
19661         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19662         (gst_avimux_stop_file):
19663           First calculate the rate, and only then use it. Hdr.rate is a
19664           multiple and not a derivative of hdr.scale. Scale is not the
19665           same as blockalign but is solely related to rate.
19666
19667 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19668
19669         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19670         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19671           Implement seeking.
19672
19673 2004-10-25  James Henstridge  <james@jamesh.id.au>
19674
19675         Reviewed by:  David Schleef  <ds@schleef.org>
19676
19677         * examples/gstplay/player.c: (got_stream_length), (main):
19678         * examples/seeking/cdplayer.c: (update_scale):
19679         * examples/seeking/seek.c: (format_value), (update_scale):
19680         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19681         (stop_seek):
19682         Build fixes on AMD64.
19683
19684 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19685
19686         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19687
19688         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19689         Fix for some v4l cards which hang in v4lsrc
19690
19691 2004-10-25  Wim Taymans  <wim@fluendo.com>
19692
19693         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19694         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19695         Make sure to remove the pad when a new chain is
19696         encountered. Set some vars to NULL so we don't try
19697         to reference freed memory.
19698
19699 2004-10-25  Wim Taymans  <wim@fluendo.com>
19700
19701         * examples/seeking/Makefile.am:
19702         * examples/seeking/cdplayer.c: (update_scale):
19703         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19704         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19705         (format_value), (update_scale), (iterate), (start_seek),
19706         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19707         (print_usage), (main):
19708         Added some more examples, update others.
19709
19710 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19711
19712         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19713         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19714         * ext/theora/theoradec.c: (theora_dec_chain):
19715         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19716           Add codec-name metadata.
19717
19718 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19719
19720         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19721
19722         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19723         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19724         * ext/alsa/gstalsamixertrack.h:
19725         * po/POTFILES.in:
19726           ALSA mixer track label internationalization (#154054).
19727
19728 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19729
19730         * ext/theora/theoradec.c: (theora_dec_chain):
19731           Export bitrate as metadata.
19732
19733 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19734
19735         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19736         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19737         * ext/alsa/gstalsamixertrack.h:
19738           Fix names, fix loop.
19739
19740 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19741
19742         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19743         (speex_dec_convert):
19744           sinkconvert function so oggdemux can get the file length (totem).
19745
19746 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19747
19748         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19749
19750         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19751           Don't push incomplete packets.
19752         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19753           Fix MPEG-4 audio typefinding.
19754
19755 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19756
19757         * sys/v4l/Makefile.am:
19758         * sys/v4l/gstv4l.c: (plugin_init):
19759         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19760         (gst_v4lelement_init), (gst_v4lelement_dispose),
19761         (gst_v4lelement_change_state):
19762         * sys/v4l/gstv4lelement.h:
19763         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19764         (gst_v4l_xoverlay_close), (idle_refresh),
19765         (gst_v4l_xoverlay_set_xwindow_id):
19766         * sys/v4l/gstv4lxoverlay.h:
19767         * sys/v4l/v4l-overlay_calls.c:
19768         * sys/v4l/v4l_calls.h:
19769         * sys/v4l2/Makefile.am:
19770         * sys/v4l2/gstv4l2.c: (plugin_init):
19771         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19772         (gst_v4l2element_init), (gst_v4l2element_dispose),
19773         (gst_v4l2element_change_state):
19774         * sys/v4l2/gstv4l2element.h:
19775         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19776         (gst_v4l2_xoverlay_close), (idle_refresh),
19777         (gst_v4l2_xoverlay_set_xwindow_id):
19778         * sys/v4l2/gstv4l2xoverlay.h:
19779         * sys/v4l2/v4l2-overlay_calls.c:
19780         * sys/v4l2/v4l2_calls.h:
19781           Remove client-side overlay handling, use the X-server v4l plugin
19782           for that. Nicer overlay, less code. Also make the plugin
19783           compileable without X (but then without overlay, obviously).
19784           Makes xwindowlistener obsolete, should we remove that?
19785
19786 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19787
19788         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19789         (gst_osssrc_src_query):
19790         * sys/oss/gstosssrc.h:
19791           OK, so people want offset in DEFAULT. This time, actually fix all
19792           cases.
19793         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19794           Add FPS properly.
19795
19796 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19797
19798         * gst/asfdemux/gstasfmux.c:
19799         * gst/avi/gstavimux.c:
19800           Framerate.
19801
19802 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19803
19804         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19805           Fix properties (channel, norm, frequency).
19806
19807 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19808
19809         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19810           Flag typo.
19811         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19812           No warnings.
19813
19814 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19815
19816         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19817           Fix hang.
19818
19819 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19820
19821         * sys/v4l2/gstv4l2element.h:
19822           Yet Another Hack (tm) for kernel header borkedness.
19823         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19824         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19825         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19826         (gst_v4l2src_change_state):
19827         * sys/v4l2/gstv4l2src.h:
19828         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19829         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19830           Fix caps, keep track of state, work.
19831
19832 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19833
19834         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19835           Quiet.
19836
19837 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19838
19839         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19840           Don't mix bytes and samples.
19841
19842 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19843
19844         * ext/ogg/gstoggmux.c:
19845           Basic pad template which accepts OGM tracks, speex, flac, vorbis
19846           and theora. Any is incorrect.
19847         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19848           Fix caps.
19849         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19850         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19851         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19852         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19853         * sys/v4l/gstv4lmjpegsrc.h:
19854         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19855         (gst_v4lsrc_change_state):
19856         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19857         (gst_v4lmjpegsrc_capture_stop):
19858           Fix caps. Keep track of internal state. Work.
19859
19860 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19861
19862         * ext/Makefile.am:
19863           Fix the build fixes.
19864
19865 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19866
19867         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19868         (gst_ogg_demux_src_event), (_find_chain_seek),
19869         (gst_ogg_pad_push):
19870           Check for pad availability before using it.
19871         * ext/ogg/gstoggdemux.c: (_find_chain_process):
19872           Fix parsing of chained ogg. Needs more work on the decoder side.
19873
19874 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19875
19876         * gst/spectrum/Makefile.am:
19877         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19878         (idle_func):
19879           Fix demo and reenable it. Yes, I'm currently playing with audio
19880           analysis tools
19881
19882 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19883
19884         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19885           We love it if files that start at zero work too...
19886
19887 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19888
19889         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19890           Handle files with missing EOS headers.
19891
19892 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19893
19894         * gst/tcp/gsttcpserversink.c:
19895         (gst_tcpserversink_handle_server_read),
19896         (gst_tcpserversink_init_send):
19897         Zero some variables first (need for accept not to return EINVAL)
19898
19899 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19900
19901         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19902         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19903         * ext/theora/theoradec.c: (theora_dec_sink_convert),
19904         (theora_dec_chain):
19905         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19906         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19907           Seeking and querying finetune.
19908
19909 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19910
19911         * configure.ac:
19912         * ext/Makefile.am:
19913         * ext/raw1394/Makefile.am:
19914           fix the build
19915
19916 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19917
19918         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19919           Wrong return.
19920         * gst/playback/Makefile.am:
19921         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19922         * gst/playback/gstplay-marshal.list:
19923         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19924           Fix marshallers.
19925
19926 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19927
19928         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19929           Silence.
19930
19931 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19932
19933         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19934         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19935         (gst_ogg_pad_push):
19936           Yay for non-lineair granulepos in theora.
19937
19938 2004-10-18  Wim Taymans  <wim@fluendo.com>
19939
19940         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19941         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19942         * ext/dv/gstdvdec.h:
19943         Make sure we renegotiate aspect ratio when the camera switches.
19944
19945 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19946
19947         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19948         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19949           Start at zero.
19950         * ext/theora/theoradec.c: (theora_dec_chain):
19951           Skip headers. Bad idea for chained ogg, but fixes seeking.
19952
19953 2004-10-18  Wim Taymans  <wim@fluendo.com>
19954
19955         * configure.ac:
19956         I swear, this is the last time I touch this.
19957
19958 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19959
19960         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19961         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19962         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
19963           Faster seeking.
19964         * ext/theora/theoradec.c: (theora_dec_sink_convert):
19965           Time-to-default conversion.
19966         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19967           Don't error on unknown packets, just skip. We should probably
19968           read them if we want to support chained ogg.
19969
19970 2004-10-18  Wim Taymans  <wim@fluendo.com>
19971
19972         * configure.ac:
19973         Added cdaudio to wrong list.
19974
19975 2004-10-18  Wim Taymans  <wim@fluendo.com>
19976
19977         * configure.ac:
19978         Revive cdaudio.
19979
19980 2004-10-18  Wim Taymans  <wim@fluendo.com>
19981
19982         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19983         (gst_dvdec_video_link), (gst_dvdec_push):
19984         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
19985         (gst_smokeenc_resync), (gst_smokeenc_chain):
19986         Fix mimetype on smoke encoder.
19987         Add aspect ratio to dvdec. Not sure if these
19988         values are correct though....
19989
19990 2004-10-18  Wim Taymans  <wim@fluendo.com>
19991
19992         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
19993         Fix vorbis property descriptions and ranges.
19994
19995 2004-10-18  Wim Taymans  <wim@fluendo.com>
19996
19997         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19998         Really do nothing when no data is available.
19999         Go to the playing state when the stream is not seekable
20000         instead of failing.
20001
20002 2004-10-18  Wim Taymans  <wim@fluendo.com>
20003
20004         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20005         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20006         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20007         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20008         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20009         Added uri handler for cd://
20010         Port to new API.
20011
20012 2004-10-18  Wim Taymans  <wim@fluendo.com>
20013
20014         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20015         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20016         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20017         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20018         (remove_prerolls), (unknown_type), (add_element_stream),
20019         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20020         (gst_play_base_bin_remove_element),
20021         (gst_play_base_bin_link_stream):
20022         * gst/playback/gstplaybin.c: (gen_video_element),
20023         (gen_vis_element), (remove_sinks), (setup_sinks):
20024         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20025         (gst_stream_info_get_type), (gst_stream_info_class_init),
20026         (gst_stream_info_init), (gst_stream_info_new),
20027         (gst_stream_info_dispose), (stream_info_mute_pad),
20028         (gst_stream_info_set_property), (gst_stream_info_get_property):
20029         * gst/playback/gststreaminfo.h:
20030         Add sink padtemplate to decodebin.
20031         Added some more comments.
20032         Make queue size configurable in playbasebin.
20033         Added possibility to use elements as sinks (ex cdaudio).
20034
20035 2004-10-15  Wim Taymans  <wim@fluendo.com>
20036
20037         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20038         (gst_speexenc_chain):
20039         Fix speex timestamps so that it gets muxed properly.
20040
20041 2004-10-15  Wim Taymans  <wim@fluendo.com>
20042
20043         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20044         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20045         (gst_dv1394src_init), (gst_dv1394src_dispose),
20046         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20047         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20048         (gst_dv1394src_event), (gst_dv1394src_get_formats),
20049         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20050         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20051         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20052         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20053         * ext/raw1394/gstdv1394src.h:
20054         Added conversion/query functions.
20055         Update buffer timestamps,
20056         Added signals.
20057         Added uri dv:// so it might play from the firewire in playbin.
20058         Fix a possible leak.
20059         Added debugging.
20060
20061 2004-10-15  Wim Taymans  <wim@fluendo.com>
20062
20063         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20064         (gst_dv1394src_init), (gst_dv1394src_set_property),
20065         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20066         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20067         * ext/raw1394/gstdv1394src.h:
20068         Added AV/C VTR control support needed for some cameras.
20069         Added automatic port detection.
20070         Added properties for selecting the channel.
20071         The configure.ac script is not yet updated to reflect the
20072         new libavc1394 and librom1394 dependencies.
20073
20074 2004-10-15  Wim Taymans  <wim@fluendo.com>
20075
20076         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20077         (qtdemux_parse), (gst_qtdemux_handle_esds):
20078         An esds box is not a container.
20079         Fix parsing of mp4v boxes.
20080         Do not try to renegotiate fps for each frame. Need to
20081         find a better method. This should fix mp4 playback.
20082
20083 2004-10-14  David Schleef  <ds@schleef.org>
20084
20085         * configure.ac: update for swfdec-0.3 and liboil-0.2
20086         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20087         * ext/swfdec/gstswfdec.h: same
20088         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20089         * gst/videotestsrc/videotestsrc.c: same
20090
20091 2004-10-14  Wim Taymans  <wim@fluendo.com>
20092
20093         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20094         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20095         (is_sync_frame), (gst_multifdsink_new_client),
20096         (gst_multifdsink_handle_client_write),
20097         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20098         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20099         Turn warnings into info.
20100         Don't allow a state change in the streaming thread.
20101
20102 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20103
20104         * ext/vorbis/oggvorbisenc.c:
20105         * ext/vorbis/vorbisdec.c:
20106           fix template sample rate
20107
20108 2004-10-13  Wim Taymans  <wim@fluendo.com>
20109
20110         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20111         Decoding the header first fixes some problems in resyncing
20112         in more mp3s.
20113
20114 2004-10-12  Wim Taymans  <wim@fluendo.com>
20115
20116         * gst/playback/gstplaybin.c: (gen_video_element),
20117         (gen_vis_element), (remove_sinks), (setup_sinks):
20118         Added vis plugin support, need to configure the vis
20119         element to activate it.
20120
20121 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20122
20123         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20124         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20125           Some debug.
20126         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20127         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20128         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20129         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20130         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20131         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20132         * gst/avi/gstavidemux.h:
20133           Support for openDML-2.0 indx/ix## chunks. Support for broken index
20134           recovery (where, if part of the index is broken, we will still read
20135           the rest of the index and recover the broken part by stream
20136           scanning). More broken media support. EOS workarounds. General AVI
20137           braindamage headache recovery. Aspirin included.
20138
20139 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20140
20141         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20142         (cdparanoia_event), (cdparanoia_query):
20143           Get rid of hideous lead-in.
20144
20145 2004-10-11  Wim Taymans  <wim@fluendo.com>
20146
20147         * gst/playback/gstplaybasebin.c: (setup_source):
20148         Wrong var used to get g_list_next.
20149
20150 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20151
20152         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20153         (cdparanoia_get), (cdparanoia_open):
20154           Report discid as metadata, add duration.
20155
20156 2004-10-11  Wim Taymans  <wim@fluendo.com>
20157
20158         * gst/playback/gstplaybasebin.c: (setup_source):
20159         Cleanup the previous pipeline a little earlier for the
20160         case that a source element provides raw data.
20161
20162 2004-10-11  Benjamin Otte  <otte@gnome.org>
20163
20164         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20165           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20166           consuming the last 128 bytes, even though it was valid mp3 data.
20167
20168 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20169
20170         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20171         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20172         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20173         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20174
20175 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20176
20177         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20178         Fix for webcams that support only specific width or height
20179
20180 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20181
20182         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20183
20184         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20185           Fix wrong discont event setup (fixes #154967).
20186
20187 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20188
20189         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20190
20191         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20192           Error out on invalid data (fixes #154807).
20193
20194 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20195
20196         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20197
20198         * ext/dvdread/dvdreadsrc.c: (_read):
20199           Make titles > 0 work again (fixes #154834).
20200
20201 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20202
20203         * gst-libs/gst/riff/riff-media.c:
20204         (gst_riff_create_video_template_caps):
20205           WMV3 missing in template caps.
20206
20207 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20208
20209         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20210           OK, so the original code was too strict. It makes random AVI files
20211           hang for seconds upon opening, which is unacceptable and is far
20212           beyond the original goal of getting multiple chunks for one-chunk
20213           sounc stream files. So now do just that.
20214
20215 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20216
20217         * gst/playback/gstplaybasebin.c: (setup_source),
20218         (gst_play_base_bin_change_state):
20219           Actually clean up streaminfo if output fails. This would trigger
20220           if, for example, there was no CD in the drive. No preroll, so
20221           a streaminfo structure is created, but the subsequent state change
20222           of the thread fails.
20223         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20224           Don't change state if parent failed.
20225
20226 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20227
20228         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20229         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20230         (gen_video_element), (remove_sinks):
20231           Add small bits of code for screenshot handling.
20232
20233 2004-10-08  Wim Taymans  <wim@fluendo.com>
20234
20235         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20236         (gen_video_element), (gen_audio_element), (setup_sinks):
20237         Don't assume the user provided sinks are named "sink"...
20238
20239 2004-10-08  Wim Taymans  <wim@fluendo.com>
20240
20241         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20242         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20243         (gst_play_base_bin_link_stream):
20244         Do not try to autoplug sources that generate raw streams like
20245         cdparanoia.
20246         disconnect the preroll overrun signal when we don't need it anymore.
20247
20248 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20249
20250         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20251         Added reworked patch from #154903 from milosz derezynski (deadchip).
20252
20253 2004-10-08  Wim Taymans  <wim@fluendo.com>
20254
20255         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20256         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20257         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20258         (cdparanoia_convert), (cdparanoia_uri_get_type),
20259         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20260         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20261         * ext/cdparanoia/gstcdparanoia.h:
20262         This adds the cdda://<tracknum> uri.
20263
20264 2004-10-08  Wim Taymans  <wim@fluendo.com>
20265
20266         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20267         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20268         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20269         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20270         (unknown_type), (gst_play_base_bin_remove_element),
20271         (gst_play_base_bin_link_stream):
20272         * gst/playback/gstplaybasebin.h:
20273         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20274         (gst_play_bin_set_property), (gen_video_element),
20275         (gen_audio_element), (setup_sinks):
20276         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20277         (gst_stream_info_get_type), (gst_stream_info_class_init),
20278         (gst_stream_info_init), (gst_stream_info_new),
20279         (gst_stream_info_dispose), (stream_info_mute_pad),
20280         (gst_stream_info_set_property), (gst_stream_info_get_property):
20281         * gst/playback/gststreaminfo.h:
20282         Reuse the audio and video bins.
20283         Some internal cleanups in the stream selection code.
20284
20285 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20286
20287         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20288         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20289         * sys/ximage/ximagesink.h:
20290         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20291         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20292         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20293         not coming from those elements. Moreover these elements should not keep
20294         the xid they have been given when in NULL state.
20295
20296 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20297
20298         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20299         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20300         * sys/ximage/ximagesink.h:
20301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20302         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20303         * sys/xvimage/xvimagesink.h:
20304           Actually only create a new toplevel window if we're not gonna
20305           embed it right after.
20306
20307 2004-10-07  Wim Taymans  <wim@fluendo.com>
20308
20309         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20310         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20311         * gst/playback/gstplaybin.c: (setup_sinks):
20312         Implement muting/unmuting of streams, mute streams that are not
20313         used.
20314
20315 2004-10-07  Wim Taymans  <wim@fluendo.com>
20316
20317         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20318         (plugin_init):
20319         Added lame audio/x-ac3 typefind function.
20320
20321 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20322
20323         * configure.ac:
20324           bump nano to cvs
20325
20326 === release 0.8.5 ===
20327
20328 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20329
20330         * NEWS:
20331         * RELEASE:
20332         * configure.ac:
20333           releasing 0.8.5, "Take You On"
20334
20335 2004-10-06  Wim Taymans  <wim@fluendo.com>
20336
20337         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20338         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20339         (no_more_pads), (close_link), (type_found):
20340         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20341         * gst/playback/gstplaybin.c: (gen_video_element):
20342         Do not signal the no_more_pads after the first pad when
20343         we are plugging a non dynamic element with multiple
20344         output pads (like swfdec, dvdec, ...).
20345
20346 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20347
20348         * configure.ac:
20349           bump for prerelease
20350
20351 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20352
20353         * gst/wavparse/gstwavparse.c:
20354           add ATRAC3 to STATIC CAPS to fix a warning
20355
20356         * gst/matroska/ebml-read.c:
20357         * gst-libs/gst/riff/riff-read.c:
20358           fix typos
20359
20360 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20361
20362         * gst-libs/gst/riff/riff-media.c:
20363           generate caps for ATRAC3 audio streams
20364
20365         * gst/realmedia/rmdemux.c:
20366           generate caps for ATRAC3 audio streams
20367
20368 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20369
20370         * gst/wavparse/Makefile.am
20371         * gst/wavparse/riff.h
20372         * gst/wavparse/wavparse.vcproj
20373           riff.h removal (unused and duplication with riff-ids.h)
20374
20375 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20376
20377         * gst/wavparse/gstwavparse.h
20378           remove duplicated defines for audio codec codes
20379
20380         * gst-libs/gst/riff/riff-ids.h
20381         * gst/wavenc/riff.h:
20382           add "4CC" code for ATRAC3 audio streams
20383           add "4CC" code for ITU_G721_ADPCM (unused for now)
20384
20385 2004-10-06  Wim Taymans  <wim@fluendo.com>
20386
20387         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20388         Actually _do_ negotiation. Pass gdouble as arg instead
20389         of guint64 for the framerate.
20390
20391 2004-10-06  Wim Taymans  <wim@fluendo.com>
20392
20393         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20394         (find_compatibles), (close_pad_link), (try_to_link_1),
20395         (no_more_pads), (close_link), (type_found):
20396         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20397         * gst/playback/gstplaybin.c: (gen_video_element),
20398         (gen_audio_element):
20399         Set state on newly added element to READY so that negotiation
20400         can happen ASAP.
20401         Addes some more debug info.
20402         Do not try to plug pads with multiple caps structures or ANY
20403         because it is too dangerous since we do not do dynamic
20404         replugging.
20405
20406 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20407
20408         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20409
20410         * po/LINGUAS:
20411         * po/or.po:
20412           add Oriya translation
20413
20414 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20415
20416         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20417           Prevent overwrite of size member. Makes audio sound crappy.
20418
20419 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20420
20421         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20422         Add rmvb to the list of known RealMedia extensions
20423
20424 2004-10-05  Wim Taymans  <wim@fluendo.com>
20425
20426         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20427         (mngdec_openstream), (mngdec_closestream),
20428         (mngdec_handle_sink_event), (mngdec_readdata),
20429         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20430         (mngdec_getcanvasline), (mngdec_refresh),
20431         (gst_mngdec_change_state):
20432         Set the framerate correctly.
20433
20434 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20435
20436         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20437           There was something wrong with the index massaging.
20438
20439 2004-10-04  Wim Taymans  <wim@fluendo.com>
20440
20441         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20442         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20443         (gst_smokedec_chain):
20444         * ext/jpeg/gstsmokedec.h:
20445         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20446         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20447         * ext/jpeg/gstsmokeenc.h:
20448         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20449         (smokecodec_decode_new), (smokecodec_info_free),
20450         (smokecodec_set_quality), (smokecodec_get_quality),
20451         (smokecodec_set_threshold), (smokecodec_get_threshold),
20452         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20453         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20454         (smokecodec_encode), (smokecodec_parse_id),
20455         (smokecodec_parse_header), (smokecodec_decode):
20456         * ext/jpeg/smokecodec.h:
20457         * ext/jpeg/smokeformat.h:
20458         Updated smoke, new bitstream, allows embedding in ogg.
20459
20460 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20461
20462         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20463           Fix seeking in some files. All this code is no longer needed (and
20464           actually breaks stuff) because we now synchronize the full index
20465           right when reading the header.
20466
20467 2004-10-04  Wim Taymans  <wim@fluendo.com>
20468
20469         * configure.ac:
20470         configure update for libmng.
20471
20472 2004-10-04  Wim Taymans  <wim@fluendo.com>
20473
20474         * ext/libmng/Makefile.am:
20475         * ext/libmng/gstmng.c: (plugin_init):
20476         * ext/libmng/gstmng.h:
20477         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20478         (gst_mngdec_base_init), (gst_mngdec_class_init),
20479         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20480         (gst_mngdec_loop), (gst_mngdec_get_property),
20481         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20482         (mngdec_closestream), (mngdec_handle_sink_event),
20483         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20484         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20485         (gst_mngdec_change_state):
20486         * ext/libmng/gstmngdec.h:
20487         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20488         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20489         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20490         (gst_mngenc_chain), (gst_mngenc_get_property),
20491         (gst_mngenc_set_property):
20492         * ext/libmng/gstmngenc.h:
20493         Added basic MNG decoder. Needs more work. The encoder does
20494         not work yet.
20495
20496 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20497
20498         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20499         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20500         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20501           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20502           no-more-pads.
20503
20504 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20505
20506         * configure.ac:
20507           you need at least 1.0.4 of speex
20508
20509 2004-10-04 Iain <iaingnome@gmail.com>
20510
20511         * ext/speex/gstspeexdec.h: Revert the includes changes.
20512
20513         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20514
20515 2004-09-30 Iain <iaingnome@gmail.com>
20516
20517         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20518         found during init or set as a property instead of hardcoding /dev/audio
20519
20520 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20521
20522         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20523         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20524         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20525         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20526         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20527         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20528         (gst_rmdemux_dump_data):
20529           Use debug category, fix EOS handling. filesrc ! rmdemux now
20530           works.
20531
20532 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20533
20534         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20535         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20536         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20537           Improve allocation, cutting and sorting of the index. How takes a
20538           few seconds instead of minutes.
20539
20540 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20541
20542         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20543           fixed compilation
20544
20545 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20546
20547         * gst-libs/gst/riff/riff-media.c:
20548         (gst_riff_create_video_caps_with_data),
20549         (gst_riff_create_video_template_caps):
20550           Add wing commander format mimetype/fourccs.
20551         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20552           Don't crash if some value is 0.
20553
20554 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20555
20556         * gst-libs/gst/riff/riff-media.c:
20557         (gst_riff_create_video_caps_with_data),
20558         (gst_riff_create_video_template_caps):
20559           Add DIB fourcc (raw, palettized 8-bit RGB).
20560         * gst-libs/gst/riff/riff-read.c:
20561         (gst_riff_read_strf_vids_with_data):
20562           Oops, fix strf_data reading bug.
20563         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20564           Use a non-NULL tag.
20565         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20566           Time for hacks. Sorry Dave. At least one quicktime movie (a
20567           trailer) that I've encountered contains multiple video tracks.
20568           One of those is the actual video track, the other are one-frame
20569           tracks (images). Unfortunately, the number of frames according
20570           to the trak header is 1 for each, so that doesn't help. So
20571           instead, I look at the duration and discard tracks with a
20572           duration shorter than 20% of the length of the stream. Better
20573           than nothing.
20574
20575 2004-10-01  Christian Schaller <christian@fluendo.com>
20576
20577         * ext/ivorbis/vorbis.c:
20578           Patch from Phil Blundell (Bug 152341)
20579
20580 2004-10-01  Wim Taymans  <wim@fluendo.com>
20581
20582         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20583         (speex_dec_get_formats), (speex_dec_convert),
20584         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20585         (speex_dec_chain), (gst_speexdec_get_property),
20586         (gst_speexdec_set_property):
20587         Small cleanups.
20588
20589 2004-10-01  Wim Taymans  <wim@fluendo.com>
20590
20591         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20592         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20593         (gst_wavparse_other), (gst_wavparse_loop),
20594         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20595         (gst_wavparse_srcpad_event):
20596         * gst/wavparse/gstwavparse.h:
20597         Added some more debugging info.
20598         Fix the case where the length of the file is 0.
20599         Make sure we seek to sample borders.
20600
20601 2004-10-01  Wim Taymans  <wim@fluendo.com>
20602
20603         * gst/playback/README:
20604         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20605         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20606         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20607         Add some debug info to decodebin, update README
20608
20609 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20610
20611         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20612           Don't use g_print(); use GST_DEBUG().
20613
20614 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20615
20616         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20617         (gst_ogg_mux_queue_pads):
20618           Handle EOS properly.
20619
20620 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20621
20622         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20623
20624         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20625         (gst_faad_chain), (gst_faad_change_state):
20626         * ext/faad/gstfaad.h:
20627           Allow playback of raw (unframed) MPEG AAC files (#148993).
20628
20629 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20630
20631         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20632
20633         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20634           Throw error if we didn't recognize the stream. Fixes #152289.
20635
20636 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20637
20638         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20639           Fix negotiation.
20640
20641 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20642
20643         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20644
20645         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20646           Fix memleak.
20647
20648 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20649
20650         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20651
20652         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20653           Solve #152805.
20654         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20655           Solve 152806.
20656
20657 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20658
20659         * gst-libs/gst/riff/riff-media.c:
20660         (gst_riff_create_video_caps_with_data),
20661         (gst_riff_create_audio_caps_with_data):
20662           Add codec_data handling (like asfdemux used to do).
20663         * gst/asfdemux/gstasf.c: (plugin_init):
20664         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20665         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20666           Use riff-media for caps creation instead of our own (mostly
20667           broken) copy of its functions.
20668
20669 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20670
20671         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20672           Don't actually error out if we get another return value than
20673           -EINVAL. Opposite to what I first thought, drivers have random
20674           return values for this, although -EINVAL is the expected return
20675           value. Since this is not fatal, we shouldn't use
20676           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20677
20678 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20679
20680         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20681         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20682         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20683         (dvdreadsrc_get), (dvdreadsrc_open_file),
20684         (dvdreadsrc_change_state):
20685           Fix. Don't do one big huge loop around the whole DVD, that will
20686           cache all data and thus eat sizeof(dvd) (several GB) before we
20687           see something.
20688         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20689           Actually NULL'ify event after using it.
20690         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20691         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20692         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20693         (gst_ebml_read_seek), (gst_ebml_read_skip):
20694           Handle events.
20695         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20696         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20697         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20698           Fix timing (this will probably break if I seek using menus, but
20699           I didn't get there yet). VOBs and normal DVDs should now work.
20700           Add a mpeg2-only pad with high rank so this get autoplugged for
20701           MPEG-2 movies.
20702         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20703         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20704         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20705         (gst_mpeg_demux_get_audio_stream),
20706         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20707         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20708           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20709           MPEG-1 but use dvddemux for MPEG-2.
20710         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20711         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20712         (gst_mpeg_parse_parse_packhead):
20713           Timing. Only add pad template if it exists. Add sink template from
20714           class and not from ourselves. This means we will always use the
20715           correct sink template even if it is not the one defined in this
20716           file.
20717
20718 2004-09-29  Wim Taymans  <wim@fluendo.com>
20719
20720         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20721         (gst_mpeg_demux_parse_pes):
20722         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20723         Fix playback of mpeg again, timestamps where screwed up by
20724         patch 1.61.
20725
20726 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20727
20728         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20729           Only return true if we actually filled something in. Prevents
20730           player applications from showing a random length for flac files.
20731         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20732         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20733         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20734         (gst_riff_read_strf_vids_with_data),
20735         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20736           OK, ok, so I implemented event handling. Apparently it's normal
20737           that we receive random events at random points without asking
20738           for it.
20739         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20740         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20741         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20742         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20743         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20744         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20745         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20746         * gst/avi/gstavidemux.h:
20747           Implement non-lineair chunk handling and subchunk processing.
20748           The first solves playback of AVI files where the audio and video
20749           data of individual buffers that we read are not synchronized.
20750           This should not happen according to the wonderful AVI specs, but
20751           of course it does happen in reality. It is also a prerequisite for
20752           the second. Subchunk processing allows us to cut chunks in small
20753           pieces and process each of these pieces separately. This is
20754           required because I've seen several AVI files with incredibly large
20755           audio chunks, even some files with only one audio chunk for the
20756           whole file. This allows for proper playback including seeking.
20757           This patch is supposed to fix all AVI A/V sync issues.
20758         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20759         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20760           Work.
20761         * gst/modplug/gstmodplug.cc:
20762           Proper return value setting for the query() function.
20763         * gst/playback/gstplaybasebin.c: (setup_source):
20764           Being in non-playing state (after, e.g., EOS) is not necessarily
20765           a bad thing. Allow for that. This fixes playback of short files.
20766           They don't actually playback fully now, because the clock already
20767           runs. This means that small files (<500kB) with a small length
20768           (<2sec) will still not or barely play. Other files, such as mod
20769           or flx, will work correctly, however.
20770
20771 2004-09-28  Wim Taymans  <wim@fluendo.com>
20772
20773         * ext/speex/gstspeex.c: (plugin_init):
20774         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20775         (gst_speex_dec_class_init), (speex_dec_get_formats),
20776         (speex_get_event_masks), (speex_get_query_types),
20777         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20778         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20779         (gst_speexdec_get_property), (gst_speexdec_set_property),
20780         (speex_dec_change_state):
20781         * ext/speex/gstspeexdec.h:
20782         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20783         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20784         (gst_speexenc_base_init), (gst_speexenc_class_init),
20785         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20786         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20787         (gst_speexenc_src_query), (gst_speexenc_init),
20788         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20789         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20790         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20791         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20792         (gst_speexenc_chain), (gst_speexenc_get_property),
20793         (gst_speexenc_set_property), (gst_speexenc_change_state):
20794         * ext/speex/gstspeexenc.h:
20795         Rewrote speex encoder, make sure it can be embedded in ogg.
20796         Implemented speex decoder.
20797
20798 2004-09-28  Christian Schaller <christian@fluendo.com>
20799
20800         * configure.ac:
20801         Remove kioslave plugin. Markey is brewing a new working one
20802         * ext/Makefile.am: Remove kioslave plugin
20803         * ext/kio: remove
20804         * gst-plugins.spec.in: remove kio plugin from spec
20805
20806 2004-09-27  Wim Taymans  <wim@fluendo.com>
20807
20808         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20809         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20810         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20811         (gst_multifdsink_new_client),
20812         (gst_multifdsink_handle_client_write),
20813         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20814         (gst_multifdsink_handle_clients):
20815         * gst/tcp/gstmultifdsink.h:
20816         Make syncing to keyframes actually work for new clients and lagging
20817         clients.
20818
20819 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20820
20821         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20822         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20823         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20824         * gst/debug/gstnavigationtest.h:
20825           make navigationtest display button-press and button-release events
20826
20827 2004-09-26 Iain <iaingnome@gmail.com>
20828
20829         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20830         the channels have received a new media event.
20831         (interleave_buffered_loop): Compresses a new media event on all
20832         channels into one.
20833
20834 2004-09-26 Iain <iaingnome@gmail.com>
20835
20836         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20837         call the sinkpad's default event handler and not the srcpads. He also
20838         says this is confusing :)
20839         (gst_wavenc_stop_file): Company says that seek events only go upstream
20840         we should send a discontinuous downstream instead.
20841
20842 2004-09-25  Christian Schaller <christian@fluendo.com>
20843
20844         * Update SPEC file to be usable in conjunction with Fedora Core,
20845           Fedora.us and freshrpms packages
20846         * Fix typo in multifilesrc test Makefile
20847
20848 2004-09-24  Wim Taymans  <wim@fluendo.com>
20849
20850         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20851         Only signal the no_more_pads signal when we have
20852         added the stream to our list.
20853
20854 2004-09-24  Wim Taymans  <wim@fluendo.com>
20855
20856         * gst/playback/gstplaybasebin.c: (remove_prerolls),
20857         (new_decoded_pad):
20858         * gst/playback/gstplaybasebin.h:
20859         * gst/playback/gstplaybin.c: (setup_sinks):
20860         Don't try to preroll or decode more than one audio/video
20861         track.
20862
20863 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20864
20865         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20866           Throw error if we failed to find a suitable output. This should
20867           throw an error if we successfully set up a pipeline (e.g. because
20868           we recognized a media file) but found no decodable streams in it
20869           (e.g. because it contains only media stream types for which we
20870           have no decoders, or because it's not a media type).
20871
20872 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20873
20874         * ext/dirac/Makefile.am:
20875         * ext/dirac/gstdirac.cc:
20876         * ext/dirac/gstdiracdec.cc:
20877         * ext/dirac/gstdiracdec.h:
20878           Do something. Don't actually know if this works because I don't
20879           have a demuxer yet.
20880         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20881           Add channels=1 to caps returned from _getcaps().
20882         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20883         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20884         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20885         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20886         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20887         (gst_ogm_parse_change_state):
20888           Separate between audio/video so ogmaudioparse actually uses the
20889           audio pad templates. Both audio and video work now, including
20890           autoplugging. Also use sometimes-srcpad hack.
20891         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20892           Handle events better. Don't hang on infinite loops.
20893         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20894         (gst_avi_demux_init), (gst_avi_demux_reset),
20895         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20896         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20897         (gst_avi_demux_change_state):
20898         * gst/avi/gstavidemux.h:
20899           Improve A/V sync. Still not perfect.
20900         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20901         (gst_ebml_read_skip):
20902           Handle events better.
20903         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20904         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20905         (qtdemux_audio_caps):
20906           Add IMA4. Improve event handling. Save offset after a seek when
20907           the headers are at the end of the file so that we don't end up in
20908           an infinite loop.
20909         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20910           Add low-priority typefind support for files with no length.
20911
20912 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20913
20914         * testsuite/multifilesink/Makefile.am:
20915         fix typo
20916
20917 2004-09-22  Julien MOUTTE  <julien@moutte.net>
20918
20919         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20920         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20921         mistakes from thaytan's patches.
20922
20923 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20924
20925         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20926           For completeness, XSync in the destroy function as xvimage does.
20927
20928 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20929
20930         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20931            Correct caps negotiation
20932         * gst/volume/gstvolume.c: (volume_chain_float),
20933         (volume_chain_int16):
20934            Modify debug output to be little more informative
20935         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20936         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20937         (gst_xvimagesink_xvimage_destroy):
20938           Add XSync calls after detaching from the shared memory segment to
20939           avoid a crash.
20940
20941 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20942
20943         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20944         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
20945         * ext/vorbis/vorbis.c: (plugin_init):
20946         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20947         (gst_vorbisenc_chain):
20948         * ext/vorbis/vorbisenc.h:
20949         remove explicit newmedia support from oggmux and vorbisenc
20950         add debug category to vorbisenc
20951         * gst/multifilesink/gstmultifilesink.c:
20952         (gst_multifilesink_class_init), (gst_multifilesink_init),
20953         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
20954         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
20955         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
20956         (plugin_init):
20957         * gst/multifilesink/gstmultifilesink.h:
20958         add support for streamheader in multifilesink
20959
20960 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20961
20962         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
20963         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
20964         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
20965           Prevent infinite loops. More correct error reporting.
20966         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20967           Error out if negotiation fails.
20968         * gst/playback/gstplaybasebin.c: (setup_source),
20969         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
20970         (gst_play_base_bin_found_tag):
20971           Error/tag forwarding. Pre-roll fixes for source errors on state
20972           changes (e.g. "file does not exist") to prevent hangs.
20973
20974 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20975
20976         * testsuite/multifilesink/Makefile.am:
20977         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
20978         (gst_newmedia_class_init), (gst_newmedia_init),
20979         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20980         (newfile_signal), (test_signal), (main):
20981         * testsuite/multifilesink/multifilesrc_test.c: (main):
20982         * testsuite/multifilesink/oggtheora_test.c:
20983         (gst_newmedia_base_init), (gst_newmedia_class_init),
20984         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20985         (test_format), (newfile_signal), (test_signal), (main):
20986         * testsuite/multifilesink/oggvorbis_test.c:
20987         (gst_newmedia_base_init), (gst_newmedia_class_init),
20988         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20989         (test_format), (newfile_signal), (test_signal), (main):
20990         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
20991         (gst_newmedia_class_init), (gst_newmedia_init),
20992         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20993         (newfile_signal), (test_signal), (main):
20994         New media tests
20995
20996 2004-09-20  Christian Schaller <christian@fluendo.com>
20997
20998         * Fix mikmod license to LGPL as they have relicensed
20999         * Move Dirac and Effectv into LGPL section of README_license
21000
21001 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21002
21003         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21004         (gst_mad_change_state):
21005           Allow for mp3 rate/channels changes. However, only very
21006           conservatively. Reason that we *have* to enable this is smiply
21007           because the mad find_sync() function is not good enough, it will
21008           regularly sync on random data as valid frames and therefore make
21009           us provide random caps as *final* caps of the stream. The best fix
21010           I could think of is to simply require several of the same stream
21011           changes in a row before we change caps.
21012           The actual testcase that works now is #
21013         * ext/ogg/Makefile.am:
21014         * ext/ogg/gstogg.c: (plugin_init):
21015         * ext/ogg/gstogmparse.c:
21016           OGM support (video only for now; I need an audio sample file).
21017         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21018         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21019         (gst_asf_demux_add_video_stream):
21020           WMV extradata.
21021         * gst/playback/gstplaybasebin.c: (unknown_type):
21022           Don't error out on single unknown-types after all. It's wrong.
21023           If we found type of video and audio but not of a subtitle stream,
21024           it will still error out (which is unwanted). Will find a better fix
21025           later on.
21026         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21027         (ogmaudio_type_find), (plugin_init):
21028           OGM support.
21029
21030 2004-09-20  Johan Dahlin  <johan@gnome.org>
21031
21032         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21033         after setting caps.
21034
21035 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21036
21037         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21038         * gst/wavenc/gstwavenc.h:
21039         Added newmedia support to wavenc
21040
21041 2004-09-17  Wim Taymans  <wim@fluendo.com>
21042
21043         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21044         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21045         (gst_fdset_fd_can_write), (gst_fdset_wait):
21046         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21047         (gst_multifdsink_init), (gst_multifdsink_add),
21048         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21049         (gst_multifdsink_remove_client_link),
21050         (gst_multifdsink_client_queue_buffer),
21051         (gst_multifdsink_handle_client_write),
21052         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21053         (gst_multifdsink_close), (gst_multifdsink_change_state):
21054         * gst/tcp/gstmultifdsink.h:
21055         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21056         (gst_tcpserversink_removed):
21057         Small cleanups in fdset.c
21058         Use a hastable to map fd to the client structure for faster
21059         lookup in _remove and get_stats.
21060         Added virtual function to close the fds.
21061         Handle clients even when the select/poll call was unblocked because
21062         of a command.
21063         Implement syncing to keyframe in the recovery procedure.
21064
21065 2004-09-16 Iain <iaingnome@gmail.com>
21066
21067         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21068         try caps.
21069
21070 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21071
21072         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21073           Caps are only set if the type of the stream is unknown, but this
21074           is initialized in ->init_stream(), so set to UNKNOWN after calling
21075           ->init_stream() so that capsnego starts.
21076
21077 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21078
21079         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21080         (gst_avi_demux_stream_data):
21081           Just hardcode for raw audio then. AVI audio sucks.
21082
21083 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
21084
21085         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21086         * gst/matroska/matroska-mux.c: (audiosink_templ),
21087         (gst_matroska_mux_audio_pad_link):
21088         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21089         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21090
21091 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21092
21093         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21094         (gst_avi_demux_stream_data):
21095           Try to fix a/v sync issues.
21096
21097 2004-09-15  David Schleef  <ds@schleef.org>
21098
21099         * configure.ac: remove NASM check, since we don't use it.  Update
21100         dirac check to 0.4
21101         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21102         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21103         Initialized variables.
21104         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21105         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21106         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21107         SVQ3 format
21108
21109 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21110
21111         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21112         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21113         * gst/avi/gstavidemux.h:
21114           Fix for compressed audio (mp3) timestamp generation. How did this
21115           ever work?
21116
21117 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21118
21119         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21120           Volume is a double not a float.
21121
21122 2004-09-15  Wim Taymans  <wim@fluendo.com>
21123
21124         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21125         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21126         Don't close the fd in multifdsink as we didn't open it in the
21127         first place. Some cleanups.
21128
21129 2004-09-15  Wim Taymans  <wim@fluendo.com>
21130
21131         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21132         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21133         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21134         Fix the case where the muxer would mark pages as delta
21135         frames when they are not (vorbis only ogg).
21136
21137 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21138
21139         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21140         (gst_play_base_bin_change_state):
21141           Handle the case where we failed to setup a clear pipeline. This
21142           will throw an error (or EOS, another nice case) and if you don't
21143           catch that, the app will wait for the signal forever (and thus
21144           hang).
21145
21146 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21147
21148         * ext/gnomevfs/gstgnomevfssink.c:
21149         (gst_gnomevfssink_uri_get_protocols):
21150         * ext/gnomevfs/gstgnomevfssrc.c:
21151         (gst_gnomevfssrc_uri_get_protocols):
21152         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21153         * ext/gnomevfs/gstgnomevfsuri.h:
21154           Use _uri_new() instead of _open(), so it doesn't take as long and
21155           Christophe's computer won't hang.
21156         * gst/playback/gstplaybasebin.c: (unknown_type):
21157           Throw error on unknown media type, so apps actually display it.
21158
21159 2004-09-14  Brian Cameron  <brian.cameron@sun.com
21160
21161         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
21162           this script to work on Solaris since bash shell handles echo
21163           differenly than bash.
21164
21165 2004-09-17  Wim Taymans  <wim@fluendo.com>
21166
21167         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21168         (setup_source), (gst_play_base_bin_set_property),
21169         (gst_play_base_bin_add_element):
21170         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21171         Some more work on making sure seeking pauses the pipeline and
21172         that changing the uri actually does something.
21173
21174 2004-09-17  Wim Taymans  <wim@fluendo.com>
21175
21176         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21177         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21178         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21179         (gst_tcpserversink_close):
21180         Be a bit more paranoid when freeing memory.
21181
21182 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21183
21184         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21185         (qtdemux_parse_trak):
21186           Don't crash by dividing by zero (see sample movie in #126922).
21187
21188 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21189
21190         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21191           Don't touch non-existing data (fixes crash on file in #140147).
21192
21193 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21194
21195         * gst/playback/gstplaybasebin.c:
21196         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21197           Handle double disposals, and proper change of URIs.
21198
21199 2004-09-13  Martin Eikermann <meiker@upb.de>
21200
21201         * gst/mpegstream/gstmpegparse.c:
21202           fix synchronistation for streams recorded from digital PCR
21203           fixes bug #119376
21204
21205 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21206
21207         * ext/gnomevfs/Makefile.am:
21208         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21209         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21210         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21211         (gst_gnomevfssink_uri_get_type),
21212         (gst_gnomevfssink_uri_get_protocols),
21213         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21214         (gst_gnomevfssink_uri_handler_init),
21215         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21216         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21217         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21218         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21219         (gst_gnomevfssrc_uri_get_type),
21220         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21221         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21222         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21223         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21224         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21225         * ext/gnomevfs/gstgnomevfsuri.h:
21226           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21227           of fake URIs to see which this version of Gnome-VFS likes, and
21228           uses that for the Gst-URI interface. Makes playbin support http://
21229           streams. Also fix up some stupid behaviour in gnomevfssrc.
21230
21231 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21232
21233         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21234         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21235         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21236         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21237           Update mixer (to sync with other sessions) if we try to obtain
21238           a new value. This makes alsamixer work accross applications.
21239         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21240           Only call sync functions if we're running, else alsalib asserts.
21241         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21242           Sometimes fails to compile. Possibly a gcc bug.
21243         * gst/playback/gstplaybin.c: (gen_video_element),
21244         (gen_audio_element):
21245           Add a reference to an application-provided object, because we lose
21246           this same reference if we add it to the bin. If we don't do this,
21247           we can only use this object once and thus crash if we go from
21248           ready to playing, back to ready and back to playing again.
21249           Also add an audioscale element because several cheap soundcards -
21250           like mine - don't support all samplerates.
21251         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21252         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21253           Fix wrong order or PAR calls. Makes automatically obtained PAR
21254           from the X server atually being used.
21255
21256 2004-09-12  David Schleef  <ds@schleef.org>
21257
21258         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21259         #151887, #152102, #152247.
21260         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21261         * examples/seeking/cdparanoia.c: same
21262         * examples/seeking/cdplayer.c: same
21263         * examples/seeking/seek.c: same
21264         * examples/seeking/spider_seek.c: same
21265         * examples/seeking/vorbisfile.c: same
21266         * examples/stats/mp2ogg.c: same
21267         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21268         (gst_esdsink_dispose): Dispose of element properly.
21269         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21270         fixes.
21271         * ext/nas/nassink.c: (gst_nassink_class_init),
21272         (gst_nassink_dispose): Dispose of element correctly.
21273         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21274         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21275         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21276         Fix 64-bit warning.
21277         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21278         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21279         Fix 64-bit warning.
21280
21281 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21282
21283         * configure.ac : change speex detection as 1.1.6 now uses
21284           .pc/pkg-config and they changed their headers location.
21285
21286 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21287
21288         * gst/matroska/matroska-mux.h:
21289         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21290         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21291         (gst_matroska_mux_write_data):
21292           Write multiple blocks/frames per cluster.
21293                 Write meta-seek information (seek heads).
21294
21295 2004-09-09  Scott Wheeler <wheeler@kde.org>
21296
21297         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21298         (gst_play_bin_set_property), (gst_play_bin_get_property),
21299         (gen_audio_element), (gen_audio_element):
21300           Add a volume element / property to the pipeline.
21301
21302 2004-09-07  Wim Taymans  <wim@fluendo.com>
21303
21304         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21305         Copy timestamps from the master pad to the output buffers.
21306
21307 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21308
21309         * ext/raw1394/gstdv1394src.c:
21310           throw errors when applicable
21311
21312 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21313
21314         * gst/matroska/ebml-ids.h:
21315         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21316         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21317         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21318           automatically convert unix time <-> ebml time when reading/writing
21319           a date, use gst_ebml_write_uint to write CUETIME,
21320           not gst_ebml_write_date.
21321         * gst/matroska/matroska-ids.h:
21322         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21323         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21324         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21325         (gst_matroska_mux_write_data):
21326           Write track and segment UIDs, write muxing date, write
21327           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21328           Create cues for audio only files.
21329
21330 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21331
21332         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21333         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21334           Re-commit ALSA switches.
21335         * gst/adder/gstadder.c: (gst_adder_loop):
21336           64-bit fix (#151416).
21337         * gst/debug/progressreport.c: (gst_progressreport_report):
21338           64-bit fix (#151419).
21339         * gst/matroska/matroska-demux.c:
21340         (gst_matroska_demux_parse_contents):
21341           64-bit fix (#151420).
21342         * gst/playback/test3.c: (update_scale):
21343           64-bit fix (#151421).
21344
21345 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21346
21347         * configure.ac:
21348           bump nano to cvs
21349
21350 === release 0.8.4 ===
21351
21352 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21353
21354         * configure.ac: releasing 0.8.4, "Alias"
21355
21356 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21357
21358         * ext/theora/Makefile.am:
21359           fix makefile.  Fixes #151462.
21360
21361 2004-08-30  Wim Taymans  <wim@fluendo.com>
21362
21363         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21364         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21365         (gst_multifdsink_remove_client_link),
21366         (gst_multifdsink_client_queue_buffer),
21367         (gst_multifdsink_handle_client_write):
21368         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21369         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21370         Fix some memory leaks.
21371
21372 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21373
21374         Patch by: David Schleef
21375
21376         * configure.ac:
21377         * sys/Makefile.am:
21378           rename our detection macro for V4L2.  Fixes #151236.
21379
21380 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21381
21382         Patch by: David Schleef
21383
21384         * configure.ac:
21385           check to define LAMEPRESET.  Fixes #151232.
21386
21387 2004-08-27  David Schleef  <ds@schleef.org>
21388
21389         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21390         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21391         (gst_glimagesink_fixate):  Move local variable declarations to
21392         make gcc-2.95 happy.
21393
21394 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21395
21396         * configure.ac:
21397           bump nano for prerelease
21398
21399 2004-08-27  David Schleef  <ds@schleef.org>
21400
21401         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21402         * sys/sunaudio/gstsunaudiosrc.c:
21403         * sys/sunaudio/gstsunaudiosrc.h:
21404
21405 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21406
21407         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21408         handle EOS correctly
21409         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21410         * gst/matroska/matroska-mux.h:
21411         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21412         VFW compatibility mode
21413
21414 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21415
21416         patch by: Zaheer Abbas Merali
21417
21418         * ext/ogg/gstoggmux.c:
21419         * ext/vorbis/vorbisenc.c:
21420         * ext/vorbis/vorbisenc.h:
21421           handle NEWMEDIA
21422
21423 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21424
21425         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21426         fix byte order reversion on little endian machines.
21427         * gst/matroska/matroska-mux.c: (audiosink_templ),
21428         (gst_matroska_mux_audio_pad_link):
21429         add TTA codec to the list of supported codecs.
21430         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21431         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21432         (gst_matroska_mux_write_data):
21433         * gst/matroska/matroska-mux.h:
21434         write segment duration correctly, write muxing app string, fixes bugs
21435         #140897 and #140898.
21436         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21437         wait for all pads to be negotiated before starting to mux.
21438
21439 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21440
21441         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21442         * ext/lame/gstlame.h:
21443         Added new media support to lame
21444
21445 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21446
21447         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21448         send vorbis headers at the beginning of a stream, fixes bug #141554.
21449         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21450         bug #148950.
21451         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21452         (gst_matroska_demux_plugin_init):
21453         * gst/matroska/matroska-ids.h:
21454         enable demuxing of TTA audio streams, fixes bug #148951.
21455         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21456         enable typefinding for TTA audio files, fixes bug #148711.
21457         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21458         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21459         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21460
21461 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21462
21463         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21464         (gst_riff_read_element_data), (gst_riff_read_seek),
21465         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21466         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21467         <teuf@gnome.org>
21468
21469 2004-08-23 Iain <iaingnome@gmail.com>
21470
21471         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21472         tags. They appear to be handled differently to normal.
21473         (tag_list_to_id3_tag_foreach): Ditto.
21474
21475 2004-08-22  Wim Taymans  <wim@fluendo.com>
21476
21477         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21478         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21479         Make sure we never send -1 granulepos.
21480
21481 2004-08-20  Wim Taymans  <wim@fluendo.com>
21482
21483         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21484         (gst_ogg_mux_loop):
21485         I will accept bitchslappings with non sharp objects.
21486
21487 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21488
21489         * configure.ac:
21490         Clean up the test for lame presets
21491
21492 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21493
21494         * configure.ac:
21495         * ext/lame/Makefile.am:
21496         * ext/lame/gstlame.c: (gst_lame_class_init),
21497         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21498         Only enable lame presets if version of lame has presets in API
21499
21500 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21501         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21502         * gst/udp/gstudpsrc.h:
21503           Don't call gst_pad_push in a get function. Fixes #150449
21504
21505 2004-08-18  Wim Taymans  <wim@fluendo.com>
21506
21507         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21508         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21509         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21510         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21511         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21512         (gst_fdset_wait):
21513         * gst/tcp/gstfdset.h:
21514         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21515         (gst_multifdsink_client_queue_buffer),
21516         (gst_multifdsink_handle_client_write):
21517         * gst/tcp/gstmultifdsink.h:
21518         Some extra checks in gstfdset.
21519         Only use send() when the fd is a socket. Don't try to
21520         read from write only fds.
21521
21522 2004-08-18  Wim Taymans  <wim@fluendo.com>
21523
21524         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21525         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21526         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21527         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21528         (gst_fdset_wait):
21529         Add more locking and bounds checking.
21530
21531 2004-08-18  Wim Taymans  <wim@fluendo.com>
21532
21533         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21534         Realloc test fdset in the lock and right before starting
21535         the poll call. Bump the limit to 4096.
21536
21537 2004-08-17  David Schleef  <ds@schleef.org>
21538
21539         * sys/sunaudio/Makefile.am:
21540         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21541         of rates and channels.  Make debugging less obnoxious.
21542
21543         Patch from Balamurali Viswanathan implementing a mixer for
21544         Sun audio.  (bug #144091):
21545         * sys/sunaudio/gstsunelement.c:
21546         * sys/sunaudio/gstsunelement.h:
21547         * sys/sunaudio/gstsunmixer.c:
21548         * sys/sunaudio/gstsunmixer.h:
21549
21550 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21551
21552         * gst/audioscale/gstaudioscale.c:
21553         * gst/audioscale/gstaudioscale.h:
21554         made audioscale resample from any sample rate to any sample rate
21555
21556 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21557
21558         * ext/libpng/gstpngdec.c:
21559           error out on unsupported types
21560
21561 2004-08-17  Iain <iaingnome@gmail.com>
21562
21563         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21564         mid_side and loose_mid_side properties if its a stereo stream.
21565
21566 2004-08-17  Wim Taymans  <wim@fluendo.com>
21567
21568         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21569         (theora_get_formats), (theora_dec_src_convert),
21570         (theora_dec_sink_convert), (theora_dec_src_query),
21571         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21572         Add a debug line.
21573
21574 2004-08-17  Wim Taymans  <wim@fluendo.com>
21575
21576         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21577         (gst_ogg_pad_push):
21578         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21579         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21580         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21581         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21582         Mark delta units in the muxer.
21583         Try to decode the packet after an out-of-sync error from
21584         libogg.
21585
21586 2004-08-17  Wim Taymans  <wim@fluendo.com>
21587
21588         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21589         (gst_multifdsink_init), (gst_multifdsink_add),
21590         (gst_multifdsink_client_queue_buffer),
21591         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21592         * gst/tcp/gstmultifdsink.h:
21593         Added option to send a keyframe to clients as the first buffer.
21594         Make timeout property writable.
21595
21596 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21597
21598         patch by: Wim Taymans
21599
21600         * gst/tcp/gstfdset.c:
21601         * gst/tcp/gstmultifdsink.c:
21602           fix index comparison, should include 0
21603
21604 2004-08-16  Wim Taymans  <wim@fluendo.com>
21605
21606         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21607         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21608         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21609         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21610         (gst_fdset_wait):
21611           copy when reallocing for poll so the select arguments don't get
21612           changed during the call
21613
21614 2004-08-16  Wim Taymans  <wim@fluendo.com>
21615
21616         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21617         (gst_theora_enc_class_init), (theora_enc_sink_link),
21618         (theora_buffer_from_packet), (theora_enc_chain):
21619         Fix bug where buffers were not marked as keyframes
21620         correctly.
21621
21622 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21623
21624         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21625         (gst_lame_preset_get_type), (gst_lame_class_init):
21626         describe the enum values for vbr mode and presets more verbosely
21627
21628 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21629
21630         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21631         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21632         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21633         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21634         * ext/lame/gstlame.h:
21635         add preset property to lame so it can use lame presets
21636
21637 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21638
21639         * ext/lame/gstlame.c: (gst_lame_get_property):
21640         whoops forgot break, thanks teuf
21641
21642 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21643
21644         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21645         (gst_lame_class_init), (gst_lame_src_getcaps),
21646         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21647         (gst_lame_get_property), (gst_lame_setup):
21648         * ext/lame/gstlame.h:
21649         fix lame's broken vbr stuff, allow it to resample if need be, and also
21650         make xing header optional
21651
21652 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21653
21654         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21655         added getcaps function so samplerate doesnt get fixated to silly values
21656
21657 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21658
21659         * ext/lame/gstlame.c: (gst_lame_src_link):
21660         revert previous fix
21661
21662 2004-08-12  Johan Dahlin  <johan@gnome.org>
21663
21664         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21665         checks. Doesn't matter what state we are in. Interfaces are a
21666         compile time thing, not runtime. It also broke the python bindings.
21667
21668 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21669
21670         * ext/lame/gstlame.c: (gst_lame_src_link):
21671         made source pad link function check if sinkpad is ok..fixes the problem
21672         where core fixates the output rate of lame stupidly
21673
21674 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21675
21676         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21677         * sys/v4l/v4l_calls.c:
21678         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21679           fix fixate function to handle nonsimple caps.
21680           remove bogus check in _link
21681           cleanups
21682
21683 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21684
21685         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21686         set default compression ratio parameter to 0.0 so bitrate parameter
21687         works :)
21688
21689 2004-08-11  David Schleef  <ds@schleef.org>
21690
21691         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21692
21693 2004-08-11  David Schleef  <ds@schleef.org>
21694
21695         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21696         before.
21697
21698 2004-08-11  David Schleef  <ds@schleef.org>
21699
21700         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21701
21702 2004-08-11  David Schleef  <ds@schleef.org>
21703
21704         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21705           license field
21706         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21707         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21708           LGPL.
21709         * gst/auparse/gstauparse.c: Fix plugin license field.
21710         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21711         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21712         * gst/rtp/gstrtp.c: Fix plugin license field.
21713
21714 2004-08-11  Wim Taymans  <wim@fluendo.com>
21715
21716         * gst/tcp/Makefile.am:
21717         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21718         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21719         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21720         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21721         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21722         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21723         (gst_fdset_fd_can_write), (gst_fdset_wait):
21724         * gst/tcp/gstfdset.h:
21725         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21726         (gst_multifdsink_class_init), (gst_multifdsink_init),
21727         (gst_multifdsink_add), (gst_multifdsink_remove),
21728         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21729         (gst_multifdsink_remove_client_link),
21730         (gst_multifdsink_handle_client_read),
21731         (gst_multifdsink_client_queue_data),
21732         (gst_multifdsink_client_queue_caps),
21733         (gst_multifdsink_client_queue_buffer),
21734         (gst_multifdsink_handle_client_write),
21735         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21736         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21737         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21738         (gst_multifdsink_close):
21739         * gst/tcp/gstmultifdsink.h:
21740         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21741         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21742         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21743         (gst_tcpserversink_close):
21744         * gst/tcp/gsttcpserversink.h:
21745         Abstracted away the select call, implemented poll (yes we ran into
21746         the 1024 limit in production).
21747
21748 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21749
21750         * gst/tcp/gsttcp.c:
21751         * gst/tcp/gsttcpplugin.c:
21752           improve debuggging, remove assert
21753
21754 2004-08-10  Wim Taymans  <wim@fluendo.com>
21755
21756         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21757         (gst_client_status_get_type), (gst_multifdsink_class_init),
21758         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21759         (gst_multifdsink_handle_client_read),
21760         (gst_multifdsink_handle_client_write),
21761         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21762         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21763         (gst_multifdsink_get_property):
21764         * gst/tcp/gstmultifdsink.h:
21765         * gst/tcp/gsttcp-marshal.list:
21766         Starting to prepare for specifying buffer time in other units
21767         than buffers. Expose remove reason in signal.
21768
21769 2004-08-10  Wim Taymans  <wim@fluendo.com>
21770
21771         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21772         (gst_multifdsink_remove), (gst_multifdsink_clear),
21773         (gst_multifdsink_remove_client_link),
21774         (gst_multifdsink_handle_client_read),
21775         (gst_multifdsink_client_queue_data),
21776         (gst_multifdsink_client_queue_buffer),
21777         (gst_multifdsink_handle_client_write),
21778         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21779         (gst_multifdsink_chain), (gst_multifdsink_close):
21780         * gst/tcp/gstmultifdsink.h:
21781         Added more debugging info. Changed the way clients are
21782         removed from the lists. Fixed a bug where a bad file descriptor
21783         could cause many clients to be removed.
21784
21785 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21786
21787         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21788           allow all pixel-aspect-ratios, not just 1:1
21789
21790 2004-08-09  David Schleef  <ds@schleef.org>
21791
21792         * sys/glsink/ARB_multitexture.h:  Remove old files.
21793         * sys/glsink/EXT_paletted_texture.h:
21794         * sys/glsink/NV_register_combiners.h:
21795         * sys/glsink/gstgl_nvimage.c:
21796         * sys/glsink/gstgl_pdrimage.c:
21797         * sys/glsink/gstgl_rgbimage.c:
21798         * sys/glsink/gstglsink.c:
21799         * sys/glsink/gstglsink.h:
21800         * sys/glsink/gstglxwindow.c:
21801         * sys/glsink/regcomb_yuvrgb.c:
21802
21803 2004-08-09  David Schleef  <ds@schleef.org>
21804
21805         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21806         GL sink plugin.  (Bug #147302)
21807
21808         * configure.ac: Test for OpenGL
21809         * sys/Makefile.am: Use test for OpenGL
21810         * sys/glsink/Makefile.am:
21811         * sys/glsink/glimagesink.c: rewrite
21812         * sys/glsink/glimagesink.h: rewrite
21813
21814 2004-08-09  David Schleef  <ds@schleef.org>
21815
21816         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21817         sane framerates.
21818         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21820         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21821
21822 2004-08-09  Wim Taymans  <wim@fluendo.com>
21823
21824         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21825         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21826         (gst_multifdsink_client_remove),
21827         (gst_multifdsink_handle_client_read),
21828         (gst_multifdsink_handle_client_write),
21829         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21830         Do a bit more logging, make the client_read code more robust.
21831
21832 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21833
21834         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21835         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21836         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21837         (gst_jpegdec_init), (gst_jpegdec_chain):
21838         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21839         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21840           cleanups, debugging fixes and memleak plugging
21841
21842 2004-08-09  Wim Taymans  <wim@fluendo.com>
21843
21844         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21845         (theora_get_formats), (theora_dec_src_convert),
21846         (theora_dec_sink_convert), (theora_dec_src_query),
21847         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21848         (theora_dec_change_state):
21849         Don't crash on missing header packets.
21850
21851 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21852
21853         * po/LINGUAS:
21854         * po/sq.po:
21855           Added Albanian translation (Laurent Dhima)
21856         * po/cs.po:
21857           updated
21858
21859 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21860
21861         * ext/lame/gstlame.c:
21862           fix/add debugging
21863
21864 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21865
21866         * sys/ximage/ximagesink.c:
21867         * sys/xvimage/xvimagesink.c:
21868           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
21869
21870 2004-08-06  Wim Taymans  <wim@fluendo.com>
21871
21872         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21873         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21874         (gst_multifdsink_client_remove),
21875         (gst_multifdsink_handle_client_read),
21876         (gst_multifdsink_handle_client_write),
21877         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21878         Make sure we don't try to read more from a client that what
21879         ioctl says us or we deadlock.
21880
21881 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21882
21883         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21884         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21885         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21886           decouple running_time and n_frames so it can handle changing
21887           framerate while running
21888
21889 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21890
21891         * po/nl.po:
21892         * po/sv.po:
21893           updated translations
21894
21895 2004-08-04  Benjamin Otte  <otte@gnome.org>
21896
21897         * gst/videotestsrc/gstvideotestsrc.c:
21898         (gst_videotestsrc_get_capslist), (generate_capslist),
21899         (plugin_init):
21900           generate the list of supported caps at startup and reuse it instead
21901           of always generating it
21902
21903 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21904
21905         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21906           whoops, last checkin broke normal build
21907
21908 2004-08-03  Benjamin Otte  <otte@gnome.org>
21909
21910         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21911         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21912         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21913         (gst_alsa_mixer_get_option):
21914         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21915         (dvdnavsrc_print_event):
21916         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21917         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21918         (gst_ogg_mux_pad_unlink):
21919         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21920         (gst_multipart_mux_pad_unlink):
21921         * gst/videofilter/gstvideobalance.c:
21922         (gst_videobalance_colorbalance_set_value):
21923         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21924         (gst_videomixer_pad_unlink):
21925         * po/uk.po:
21926         * sys/oss/gstossmixer.c:
21927         * sys/v4l/gstv4lcolorbalance.c:
21928         * sys/v4l/gstv4ltuner.c:
21929         * sys/v4l/v4lsrc_calls.c:
21930         * sys/v4l2/gstv4l2colorbalance.c:
21931         * sys/v4l2/gstv4l2tuner.c:
21932           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21933
21934 2004-08-03  Benjamin Otte  <otte@gnome.org>
21935
21936         * examples/dynparams/filter.c: (ui_control_create):
21937         * examples/gstplay/player.c: (print_tag):
21938         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21939         * ext/gdk_pixbuf/gstgdkanimation.c:
21940         (gst_gdk_animation_iter_may_advance):
21941         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
21942         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
21943         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
21944         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
21945         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
21946         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21947         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
21948         * gst/sine/demo-dparams.c: (main):
21949         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21950         * testsuite/alsa/formats.c: (create_pipeline):
21951         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
21952           fixes for G_DISABLE_ASSERT and friends
21953         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21954         (mp3_type_frame_length_from_header), (mp3_type_find),
21955         (plugin_init):
21956           require mp3 typefinding to have at least MIN_HEADERS valid headers
21957           add typefinding for AAC adts files
21958
21959 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
21960
21961         * sys/ximage/ximagesink.c:
21962         (gst_ximagesink_calculate_pixel_aspect_ratio):
21963         * sys/xvimage/xvimagesink.c:
21964         (gst_xvimagesink_calculate_pixel_aspect_ratio):
21965         Make sure we calculate pixel-aspect-ratio using floating point maths
21966
21967 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21968
21969         * po/uk.po:
21970           updated translation
21971
21972 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21973
21974         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21975         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
21976           add debugging for display PAR calculation
21977
21978 2004-08-02  David Schleef  <ds@schleef.org>
21979
21980         * configure.ac: Fix mikmod CFLAGS.
21981
21982 2004-07-27  Benjamin Otte  <otte@gnome.org>
21983
21984         * gst/audioscale/gstaudioscale.c:
21985         - fix templates to only support S16, it's the only format that works
21986         - make caps nego code use try_set_caps_nonfixed and fixation instead
21987         of try_set_caps twice, which is not nice for autopluggers
21988         - change rank to secondary, so autopluggers can pick it up after
21989         audioconvert
21990
21991 2004-08-02  Iain <iain@prettypeople.org>
21992
21993         * gst/interleave/interleave.c (interleave_init),
21994         (interleave_request_new_pad),
21995         (interleave_pad_removed),
21996         (interleave_buffered_loop): Use the real pad count, not the artificial
21997         one.
21998
21999 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22000
22001         * configure.ac: bump nano back to development
22002
22003 === release 0.8.3 ===
22004
22005 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22006
22007         * configure.ac: releasing 0.8.3, "Water"
22008
22009 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22010
22011         * sys/xvimage/xvimagesink.c:
22012         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22013         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22014         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22015         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22016         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22017         * sys/xvimage/xvimagesink.h:
22018           apply similar PAR fixes as to ximagesink
22019
22020 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22021
22022         patch from: Benjamin Otte
22023
22024         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22025           add link function to lame.  Fixes #148986.
22026
22027 2004-08-02  Johan Dahlin  <johan@gnome.org>
22028
22029         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22030         fix debugging log
22031
22032 2004-07-30  David Schleef  <ds@schleef.org>
22033
22034         * gst/videomixer/Makefile.am: Fix things that should have been
22035         fixed in the last checkin.
22036
22037 2004-07-30  David Schleef  <ds@schleef.org>
22038
22039         * gst/multipart/Makefile.am: Fix things that should have been
22040         fixed in the last checkin.
22041
22042 2004-07-30  David Schleef  <ds@schleef.org>
22043
22044         * testsuite/multifilesink/Makefile.am: Fix unused variable.
22045
22046 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22047
22048         * configure.ac:
22049           bump nano for prerelease
22050         * po/af.po:
22051         * po/az.po:
22052         * po/cs.po:
22053         * po/en_GB.po:
22054         * po/hu.po:
22055         * po/nl.po:
22056         * po/sr.po:
22057         * po/sv.po:
22058         * po/uk.po:
22059           updates
22060
22061 2004-07-30  Wim Taymans  <wim@fluendo.com>
22062
22063         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22064         (gst_multifdsink_add), (gst_multifdsink_remove),
22065         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22066         (gst_multifdsink_client_remove),
22067         (gst_multifdsink_handle_client_write),
22068         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22069         * gst/tcp/gstmultifdsink.h:
22070         Recover from a select with a bad file descriptor by removing
22071         the client.
22072
22073 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22074
22075         * configure.ac:
22076           fix requirement of core
22077         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22078         (gst_play_pipeline_setup):
22079           don't use colorspace element.  do use hermescolorspace element.
22080           make macro to get a colorspace element.
22081           mark strings for translation.
22082         * po/POTFILES.in:
22083           add play.c
22084         * po/af.po:
22085         * po/az.po:
22086         * po/cs.po:
22087         * po/en_GB.po:
22088         * po/hu.po:
22089         * po/nl.po:
22090         * po/sr.po:
22091         * po/sv.po:
22092         * po/uk.po:
22093           update translations
22094
22095 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22096
22097         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22098         fix default for newmedia flag
22099
22100 2004-07-30  Wim Taymans  <wim@fluendo.com>
22101
22102         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22103         (gst_theora_dec_init), (theora_get_formats),
22104         (theora_dec_src_convert), (theora_dec_sink_convert),
22105         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22106         (theora_dec_chain), (theora_dec_set_property),
22107         (theora_dec_get_property):
22108         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22109         (gst_theora_enc_class_init), (gst_theora_enc_init),
22110         (theora_enc_sink_link), (theora_enc_chain),
22111         (theora_enc_set_property), (theora_enc_get_property):
22112         Added cropping option to theora decoder.
22113         Added border option to theora encoder.
22114
22115 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22116
22117         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22118         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22119         (gst_pngenc_set_property):
22120         * ext/libpng/gstpngenc.h:
22121         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
22122
22123 2004-07-30  Wim Taymans  <wim@fluendo.com>
22124
22125         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22126         (theora_enc_sink_link), (theora_enc_chain),
22127         (theora_enc_set_property), (theora_enc_get_property):
22128         Fix encoding of non-multiple-of-16 video.
22129
22130 2004-07-29  David Schleef  <ds@schleef.org>
22131
22132         * configure.ac: make test for audiofile more strict
22133
22134 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22135
22136         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22137           give different names to typefind functions
22138
22139 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22140
22141         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22142         (gst_ximagesink_calculate_pixel_aspect_ratio),
22143         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22144         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22145         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22146         (gst_ximagesink_get_property), (gst_ximagesink_init):
22147         * sys/ximage/ximagesink.h:
22148           allocate PAR's dynamically.
22149           use autodetected PAR if no object-set PAR is given.
22150           add workaround for directfb's X not setting physical size.
22151           fix to xvimagesink will follow tomorrow.
22152
22153 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22154
22155         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22156         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22157         (gst_shout2send_get_type), (gst_shout2send_set_clock),
22158         (gst_shout2send_class_init), (gst_shout2send_init),
22159         (set_shout_metadata), (gst_shout2send_set_metadata),
22160         (gst_shout2send_chain), (gst_shout2send_set_property),
22161         (gst_shout2send_get_property), (gst_shout2send_connect),
22162         (gst_shout2send_change_state):
22163         * ext/shout2/gstshout2.h:
22164         - fix for sending mp3 audio to icecast2 server, if pad link function not
22165         called before PAUSED state
22166         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22167         - added tagging support for mp3 audio broadcasted
22168         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22169         debug info
22170
22171 2004-07-28  Wim Taymans  <wim@fluendo.com>
22172
22173         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22174         (gst_ogg_demux_push):
22175         Return query failure when we don't know the length of
22176         an ogg stream insteda of returning TRUE with a bogus value.
22177
22178 2004-07-28  Wim Taymans  <wim@fluendo.com>
22179
22180         * ext/theora/theoradec.c: (theora_get_formats),
22181         (theora_dec_src_convert), (theora_dec_sink_convert),
22182         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22183         (theora_dec_chain):
22184         Don't screw up the 1 Chroma for 1 luma sample situation when we
22185         have an odd offset/width by adding a black border in those cases.
22186
22187 2004-07-28  Wim Taymans  <wim@fluendo.com>
22188
22189         * ext/theora/theoradec.c: (theora_get_formats),
22190         (theora_dec_src_convert), (theora_dec_sink_convert),
22191         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22192         (theora_dec_chain):
22193         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22194         Added first attempt at cropping of the image as required by the
22195         theora spec. We need more properties in the caps (offset_x,
22196         offset_y,stride) to implement this correctly.
22197
22198 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22199
22200         * ext/dvdnav/README:
22201           Update the README to use dvddemux
22202         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22203           Ensure getcaps returns a subset of the template caps
22204         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22205         (gst_mpeg2subt_init):
22206           Ensure getcaps returns a subset of the template caps
22207         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22208         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22209         (gst_dvd_demux_get_subpicture_stream),
22210         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22211         * gst/mpegstream/gstdvddemux.h:
22212           Set the explicit caps on the current_video pad before pushing
22213           anything
22214         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22215         (gst_mpeg_demux_get_audio_stream):
22216           Free caps used to gst_pad_set_explicit_caps, which takes a const
22217           GstCaps *
22218
22219 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22220
22221         * configure.ac: update GStreamer requirement to 0.8.4 because of
22222           GstFraction.
22223
22224 2004-07-28  Wim Taymans  <wim@fluendo.com>
22225
22226         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22227         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22228         Add the pad to the element after setting up the caps. This
22229         makes it a lot easier to autoplug.
22230
22231 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22232
22233         * gst/median/gstmedian.c:
22234         * gst/mpeg2subt/gstmpeg2subt.c:
22235         * gst/mpegaudioparse/gstmpegaudioparse.c:
22236         * gst/mpegstream/gstdvddemux.c:
22237         * gst/mpegstream/gstmpegdemux.c:
22238         * gst/mpegstream/gstmpegpacketize.c:
22239         * gst/rtjpeg/gstrtjpeg.c:
22240         * gst/rtjpeg/gstrtjpegdec.c:
22241         * gst/rtjpeg/gstrtjpegenc.c:
22242         * gst/sine/gstsinesrc.c:
22243         * gst/smooth/gstsmooth.c:
22244         * gst/smpte/gstsmpte.c:
22245         * gst/smpte/gstsmpte.h:
22246         * gst/stereo/gststereo.c:
22247         * gst/videofilter/gstgamma.c:
22248         * gst/videofilter/gstvideobalance.c:
22249         * gst/videofilter/gstvideofilter.c:
22250         * gst/videofilter/gstvideoflip.c:
22251         * gst/videoscale/gstvideoscale.c:
22252         * gst/videoscale/videoscale.c:
22253         * gst/videotestsrc/gstvideotestsrc.c:
22254         * gst/videotestsrc/videotestsrc.c:
22255         * gst/wavenc/gstwavenc.c:
22256         * gst/wavparse/gstwavparse.c:
22257           fix local includes and 64 bits constants
22258
22259 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22260
22261         * win32/gst.sln:
22262         * gst-libs/gst/*/*.vcproj:
22263         * gst/*/*.vcproj:
22264           more working plugins
22265
22266 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22267
22268         * testsuite/alsa/Makefile.am:
22269         * testsuite/alsa/srcstate.c:
22270         add test for alsasrc changing state
22271
22272 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22273
22274         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22275         (gst_silence_get):
22276         * gst/silence/gstsilence.h:
22277         fix silence generation for 16bit raw audio
22278
22279 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22280
22281         * gst/matroska/matroska-demux.c:
22282         (gst_matroska_demux_parse_metadata),
22283         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22284         * gst/mpegaudio/common.c:
22285         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22286         (gst_videoscale_getcaps), (gst_videoscale_link),
22287         (gst_videoscale_src_fixate), (gst_videoscale_init),
22288         (gst_videoscale_finalize):
22289         * gst/videoscale/gstvideoscale.h:
22290         * gst/videotestsrc/gstvideotestsrc.c:
22291         (gst_videotestsrc_get_capslist):
22292         * gst/wavenc/gstwavenc.c:
22293         * sys/oss/gstossmixer.c: (fill_labels):
22294         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22295         (gst_ximagesink_handle_xevents),
22296         (gst_ximagesink_calculate_pixel_aspect_ratio),
22297         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22298         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22299         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22300         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22301         (gst_ximagesink_init), (gst_ximagesink_class_init):
22302         * sys/ximage/ximagesink.h:
22303         * sys/xvimage/xvimagesink.c:
22304         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22305         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22306         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22307         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22308         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22309         * sys/xvimage/xvimagesink.h:
22310           first batch of pixel aspect ratio commits.
22311
22312 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22313
22314         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22315         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22316         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22317           handle stride, needs work if we want to move stride handling
22318           upstream, but works correctly for our purposes.
22319
22320 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22321
22322         * gst/videoscale/README:
22323           add testing examples
22324         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22325         (gst_videoscale_chain):
22326         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22327         (gst_videoscale_get_size):
22328           add get_size function that handles stride like videotestsrc.
22329           fixes conversion for YUV formats for as much as I can test them.
22330
22331 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22332
22333         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22334         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22335         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22336         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22337         (gst_xvimagesink_xvimage_put):
22338           further cleanups, logging, error handling and synchronizing
22339
22340 2004-07-27  Wim Taymans  <wim@fluendo.com>
22341
22342         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22343         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22344         (gst_videomixer_pad_set_property),
22345         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22346         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22347         (gst_videomixer_class_init), (gst_videomixer_init),
22348         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22349         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22350         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22351         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22352         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22353         (gst_videomixer_loop), (plugin_init):
22354         Be a nicer negotiation citizen and provide a getcaps function on
22355         the srcpad. This also fixes a crash when resizing.
22356
22357 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22358
22359         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22360         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22361
22362 2004-07-27  Wim Taymans  <wim@fluendo.com>
22363
22364         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22365         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22366         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22367         (gst_pngenc_set_property):
22368         * ext/libpng/gstpngenc.h:
22369         Added snapshot property to pngenc.
22370         removed g_print from pngdec
22371
22372 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22373
22374         * gst/ac3parse/ac3parse.vcproj
22375         * gst/adder/adder.vcproj
22376         * gst/alpha/alpha.vcproj
22377         * gst/alpha/alphacolor.vcproj
22378         * gst/asfdemux/asf.vcproj
22379         * gst/audioconvert/audioconvert.vcproj
22380         * gst/audiorate/audiorate.vcproj
22381         * gst/audioscale/audioscale.vcproj
22382         * gst/auparse/auparse.vcproj
22383         * gst/avi/avi.vcproj
22384         * gst/cdxaparse/cdxaparse.vcproj
22385         * gst/chart/chart.vcproj
22386         * gst/colorspace/colorspace.vcproj
22387         * gst/cutter/cutter.vcproj
22388         * gst/debug/debug.vcproj
22389         * gst/debug/efence.vcproj
22390         * gst/debug/navigationtest.vcproj
22391         * gst/deinterlace/deinterlace.vcproj
22392         * gst/effectv/effectv.vcproj
22393         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22394         * gst/filter/filter.vcproj
22395         * gst/flx/flxdec.vcproj
22396         * gst/goom/goom.vcproj
22397         * gst/interleave/interleave.vcproj
22398         * gst/law/alaw.vcproj
22399         * gst/law/mulaw.vcproj
22400         * gst/matroska/matroska.vcproj
22401         * gst/median/median.vcproj
22402         * gst/mixmatrix/mixmatrix.vcproj
22403         * gst/mpeg1sys/mpeg1systemencode.vcproj
22404         * gst/mpeg1videoparse/mp1videoparse.vcproj
22405         * gst/mpeg2sub/mpeg2subt.vcproj
22406         * gst/mpegaudio/mpegaudio.vcproj
22407         * gst/mpegaudioparse/mpegaudioparse.vcproj
22408         * gst/mpegstream/mpegstream.vcproj
22409         * gst/multifilesink/multifilesink.vcproj
22410         * gst/multipart/multipart.vcproj
22411         * gst/oneton/oneton.vcproj
22412         * gst/overlay/overlay.vcproj
22413         * gst/passthrough/passthrough.vcproj
22414         * gst/qtdemux/qtdemux.vcproj
22415         * gst/realmedia/rmdemux.vcproj
22416         * gst/rtjpeg/rtjpeg.vcproj
22417         * gst/rtp/rtp.vcproj
22418         * gst/silence/silence.vcproj
22419         * gst/sine/sinesrc.vcproj
22420         * gst/smooth/smooth.vcproj
22421         * gst/smpte/smpte.vcproj
22422         * gst/spectrum/spectrum.vcproj
22423         * gst/speed/speed.vcproj
22424         * gst/stereo/stereo.vcproj
22425         * gst/switch/switch.vcproj
22426         * gst/tags/tagedit.vcproj
22427         * gst/tcp/tcp.vcproj
22428         * gst/typefind/typefindfunctions.vcproj
22429         * gst/udp/udp.vcproj
22430         * gst/videobox/videobox.vcproj
22431         * gst/videocrop/videocrop.vcproj
22432         * gst/videodrop/videodrop.vcproj
22433         * gst/videofilter/gamma.vcproj
22434         * gst/videofilter/videobalance.vcproj
22435         * gst/videofilter/videofilter.vcproj
22436         * gst/videofilter/videoflip.vcproj
22437         * gst/videoflip/videoflip.vcproj
22438         * gst/videomixer/videomixer.vcproj
22439         * gst/videorate/videorate.vcproj
22440         * gst/videoscale/videoscale.vcproj
22441         * gst/videotestsrc/videotestsrc.vcproj
22442         * gst/virtualdub/virtualdub.vcproj
22443         * gst/volenv/volenv.vcproj
22444         * gst/volume/volume.vcproj
22445         * gst/wavenc/wavenc.vcproj
22446         * gst/wavparse/wavparse.vcproj
22447         * gst/y4m/y4menc.vcproj
22448         * gst-libs/gst/audio/audio.vcproj
22449         * gst-libs/gst/audio/audiofilter.vcproj
22450         * gst-libs/gst/colorbalance/colorbalance.vcproj
22451         * gst-libs/gst/idct/idtc.vcproj
22452         * gst-libs/gst/media-info/media-info.vcproj
22453         * gst-libs/gst/mixer/mixer.vcproj
22454         * gst-libs/gst/navigation/navigation.vcproj
22455         * gst-libs/gst/play/play.vcproj
22456         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22457         * gst-libs/gst/resample/resample.vcproj
22458         * gst-libs/gst/riff/riff.vcproj
22459         * gst-libs/gst/tuner/tuner.vcproj
22460         * gst-libs/gst/video/video.vcproj
22461         * gst-libs/gst/xoverlay/xoverlay.vcproj
22462           avoid problems with math.h, fix release dependancy
22463           rename GStreamer-0.8.lib to libgstreamer.lib
22464
22465 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22466
22467         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22469         the atom is not available we have to unlock the mutex. Fixes #148023
22470
22471 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22472
22473         * gst-libs/gst/media-info/media-info.h:
22474           issue for a vararg macro with MSVC
22475
22476 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22477
22478         * gst/effectv/effectv.vcproj
22479         * gst-libs/gst/idct/idct.vcproj:
22480         * gst-libs/gst/media-info/media-info.vcproj:
22481         * gst-libs/gst/navigation/navigation.vcproj:
22482         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22483         * gst-libs/gst/video/video.vcproj:
22484         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22485           fixes for build problems
22486
22487 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22488
22489         * gst-libs/gst/audio/audio.def:
22490         * gst-libs/gst/audio/riff.def:
22491           add some definitions needed by plugins
22492
22493 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22494
22495         * gst/asfdemux/gstasfmux.c
22496           Fix some 64 bits constants to be glib friendly
22497
22498 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22499
22500         * gst/ac3parse/gstac3parse.c
22501         * gst/audioscale/gstaudioscale.c
22502         * gst/auparse/gstauparse.c
22503         * gst/colorspace/gstcolorspace.c
22504         * gst/colorspace/yuv2rgb.h
22505           local include fixes
22506
22507 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22508
22509         * win32/gst.sln
22510           add more plugins to the build
22511
22512 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22513
22514         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22515         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22516
22517 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22518
22519         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22520         (gst_level_set_property), (gst_level_get_property),
22521         (gst_level_base_init), (gst_level_class_init):
22522           add debugging categories.  cleanups.
22523
22524 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22525
22526         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22527         (gst_videoscale_planar411), (gst_videoscale_planar400),
22528         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22529         (gst_videoscale_scale_nearest_str1),
22530         (gst_videoscale_scale_nearest_str2),
22531         (gst_videoscale_scale_nearest_str4),
22532         (gst_videoscale_scale_nearest_16bit),
22533         (gst_videoscale_scale_nearest_24bit):
22534           fixed stride issues
22535           tested with 320x240 -> 321, 322, 324 x240
22536           tested with YV12, I420, YUY2, UYVY
22537           fixed packed422rev (don't think it could have worked before)
22538           by testing with UYVY
22539
22540 2004-07-26  Benjamin Otte  <otte@gnome.org>
22541
22542         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22543         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22544         (plugin_init):
22545           add debugging category, add error checks like checking return values
22546           of setup calls, make sure it still works after
22547           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22548
22549 2004-07-26  Wim Taymans  <wim@fluendo.com>
22550
22551         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22552         (gst_mpeg_demux_get_audio_stream),
22553         (gst_mpeg_demux_process_private):
22554         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22555         Check for error codes from the negotiation functions. Make sure
22556         we really set the pad caps when a new pad is created.
22557
22558 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22559
22560         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22561         (gst_ffmpeg_caps_to_pix_fmt):
22562         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22563         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22564         (gst_ffmpegcolorspace_pad_link):
22565           don't make function do two things at the same time without reason.
22566
22567 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22568
22569         * gst/ac3parse/ac3parse.vcproj
22570         * gst/adder/adder.vcproj
22571         * gst/alpha/alpha.vcproj
22572         * gst/alpha/alphacolor.vcproj
22573         * gst/asfdemux/asf.vcproj
22574         * gst/audioconvert/audioconvert.vcproj
22575         * gst/audiorate/audiorate.vcproj
22576         * gst/audioscale/audioscale.vcproj
22577         * gst/auparse/auparse.vcproj
22578         * gst/avi/avi.vcproj
22579         * gst/cdxaparse/cdxaparse.vcproj
22580         * gst/chart/chart.vcproj
22581         * gst/colorspace/colorspace.vcproj
22582         * gst/cutter/cutter.vcproj
22583         * gst/debug/debug.vcproj
22584         * gst/debug/efence.vcproj
22585         * gst/debug/navigationtest.vcproj
22586         * gst/deinterlace/deinterlace.vcproj
22587         * gst/effectv/effectv.vcproj
22588         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22589         * gst/filter/filter.vcproj
22590         * gst/flx/flxdec.vcproj
22591         * gst/goom/goom.vcproj
22592         * gst/interleave/interleave.vcproj
22593         * gst/law/alaw.vcproj
22594         * gst/law/mulaw.vcproj
22595         * gst/matroska/matroska.vcproj
22596         * gst/median/median.vcproj
22597         * gst/mixmatrix/mixmatrix.vcproj
22598         * gst/mpeg1sys/mpeg1systemencode.vcproj
22599         * gst/mpeg1videoparse/mp1videoparse.vcproj
22600         * gst/mpeg2sub/mpeg2subt.vcproj
22601         * gst/mpegaudio/mpegaudio.vcproj
22602         * gst/mpegaudioparse/mpegaudioparse.vcproj
22603         * gst/mpegstream/mpegstream.vcproj
22604         * gst/multifilesink/multifilesink.vcproj
22605         * gst/multipart/multipart.vcproj
22606         * gst/oneton/oneton.vcproj
22607         * gst/overlay/overlay.vcproj
22608         * gst/passthrough/passthrough.vcproj
22609         * gst/qtdemux/qtdemux.vcproj
22610         * gst/realmedia/rmdemux.vcproj
22611         * gst/rtjpeg/rtjpeg.vcproj
22612         * gst/rtp/rtp.vcproj
22613         * gst/silence/silence.vcproj
22614         * gst/sine/sinesrc.vcproj
22615         * gst/smooth/smooth.vcproj
22616         * gst/smpte/smpte.vcproj
22617         * gst/spectrum/spectrum.vcproj
22618         * gst/speed/speed.vcproj
22619         * gst/stereo/stereo.vcproj
22620         * gst/switch/switch.vcproj
22621         * gst/tags/tagedit.vcproj
22622         * gst/tcp/tcp.vcproj
22623         * gst/typefind/typefindfunctions.vcproj
22624         * gst/udp/udp.vcproj
22625         * gst/videobox/videobox.vcproj
22626         * gst/videocrop/videocrop.vcproj
22627         * gst/videodrop/videodrop.vcproj
22628         * gst/videofilter/gamma.vcproj
22629         * gst/videofilter/videobalance.vcproj
22630         * gst/videofilter/videofilter.vcproj
22631         * gst/videofilter/videoflip.vcproj
22632         * gst/videoflip/videoflip.vcproj
22633         * gst/videomixer/videomixer.vcproj
22634         * gst/videorate/videorate.vcproj
22635         * gst/videoscale/videoscale.vcproj
22636         * gst/videotestsrc/videotestsrc.vcproj
22637         * gst/virtualdub/virtualdub.vcproj
22638         * gst/volenv/volenv.vcproj
22639         * gst/volume/volume.vcproj
22640         * gst/wavenc/wavenc.vcproj
22641         * gst/wavparse/wavparse.vcproj
22642         * gst/y4m/y4menc.vcproj
22643           more plugins supported under windows
22644
22645 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22646
22647         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22648         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22649         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22651         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22652           Add debugging statements.  Use the sizes as returned by the
22653           *CreateImage calls.
22654
22655 2004-07-26  Johan Dahlin  <johan@gnome.org>
22656
22657         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22658         the pad is negotiated.
22659
22660         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22661
22662 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22663
22664         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22665         * gst-libs/gst/idct/idct.vcproj:
22666         * gst-libs/gst/media-info/media-info.vcproj:
22667         * gst-libs/gst/mixer/mixer.vcproj:
22668         * gst-libs/gst/navigation/navigation.vcproj:
22669         * gst-libs/gst/play/play.vcproj:
22670         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22671         * gst-libs/gst/resample/resample.vcproj:
22672         * gst-libs/gst/tuner/tuner.vcproj:
22673         * gst-libs/gst/video/video.vcproj:
22674         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22675           more plugins supported under windows
22676
22677 2004-07-25 Iain <iain@prettypeople.org>
22678
22679         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22680         pad now rather than when the pad is created because state changes wipe
22681         explicit caps (fixes #148043).
22682
22683 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22684
22685         reviewed by Benjamin Otte  <otte@gnome.org>
22686
22687         * ext/mad/gstmad.c:
22688           fix mad plugin crashing on Sun (fixes #148289)
22689
22690 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22691
22692         * gst/avi/avi.def:
22693         * gst/avi/avi.vcproj:
22694         * gst/matroska/matroska.def:
22695         * gst/matroska/matroska.vcproj:
22696           remove unused .def files
22697
22698 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22699
22700         * gst-libs/gst/audio/gstaudiofilter.c:
22701           Clean the local include
22702
22703 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22704
22705         * win32/gst.sln:
22706         * gst-libs/gst/audio/audio.def:
22707         * gst-libs/gst/audio/audio.vcproj:
22708         * gst-libs/gst/audio/audiofilter.vcproj:
22709         * gst-libs/gst/audio/riff.def:
22710         * gst-libs/gst/audio/riff.vcproj:
22711         * gst-libs/gst/gst-libs.def:
22712         * gst-libs/gst/gst-libs.vcproj:
22713         * gst/avi/avi.vcproj:
22714         * gst/avi/avi.vcproj:
22715           Copy the files where needed after building, cleaner projects
22716
22717 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22718
22719         * gst/matroska/ebml-write.c:
22720           Fix some 64 bits constants to be glib friendly
22721
22722 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22723
22724         * win32/gst.sln:
22725         * gst-libs/gst/gst-libs.def:
22726         * gst-libs/gst/gst-libs.vcproj:
22727         * gst/matroska/matroska.def:
22728         * gst/matroska/matroska.vcproj:
22729           Add the preliminary canvas to build plugins on Win32
22730
22731 2004-07-23  Benjamin Otte  <otte@gnome.org>
22732
22733         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22734           don't enfore negotiation from source side, it breaks
22735           sinesrc ! audioconvert ! osssink
22736
22737 2004-07-22  David Schleef  <ds@schleef.org>
22738
22739         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22740         for ELF files, since they can easily be recognized as audio/mpeg.
22741         (bug #147441)
22742
22743 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22744
22745         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22746         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22747         (gst_videoscale_scale_nearest_24bit),
22748         (gst_videoscale_scale_nearest_16bit):
22749           fix 16bit and 24bit for stride (24bit might need testing)
22750           don't pretend we do more than one algorithm
22751
22752 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22753
22754         * configure.ac:
22755         * gst/Makefile.am:
22756         * gst/multifilesink/Makefile.am:
22757         * gst/multifilesink/gstmultifilesink.c:
22758         (gst_multifilesink_get_formats),
22759         (gst_multifilesink_get_query_types), (_do_init),
22760         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22761         (gst_multifilesink_init), (gst_multifilesink_dispose),
22762         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22763         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22764         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22765         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22766         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22767         (gst_multifilesink_uri_get_type),
22768         (gst_multifilesink_uri_get_protocols),
22769         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22770         (gst_multifilesink_uri_handler_init), (plugin_init):
22771         * gst/multifilesink/gstmultifilesink.h:
22772         * testsuite/Makefile.am:
22773         * testsuite/multifilesink/Makefile.am:
22774         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22775         (gst_newmedia_class_init), (gst_newmedia_init),
22776         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22777         (newfile_signal), (test_signal), (main):
22778         multifilesink plugin for creating new files every time a new media
22779         discontinuity event occurs
22780
22781 2004-07-22  Wim Taymans  <wim@fluendo.com>
22782
22783         * gst/alpha/Makefile.am:
22784         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22785         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22786         (gst_alpha_color_init), (gst_alpha_color_set_property),
22787         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22788         (transform), (gst_alpha_color_chain),
22789         (gst_alpha_color_change_state), (plugin_init):
22790         Stupid plugin to to RGBA to AYUV conversion because none of
22791         the colorspace plugins can handle that yet.
22792
22793 2004-07-22  Wim Taymans  <wim@fluendo.com>
22794
22795         * examples/seeking/seek.c: (update_scale), (main):
22796         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22797         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22798         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22799         (gst_decode_bin_init), (gst_decode_bin_dispose),
22800         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22801         (no_more_pads), (close_link), (type_found),
22802         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22803         (plugin_init):
22804         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22805         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22806         (gst_play_base_bin_dispose), (queue_overrun),
22807         (gen_preroll_element), (remove_prerolls), (unknown_type),
22808         (no_more_pads), (new_stream), (setup_source),
22809         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22810         (play_base_eos), (gst_play_base_bin_change_state),
22811         (gst_play_base_bin_add_element),
22812         (gst_play_base_bin_remove_element),
22813         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22814         (gst_play_base_bin_unlink_stream),
22815         (gst_play_base_bin_get_streaminfo):
22816         * gst/playback/gstplaybin.c: (gen_video_element),
22817         (gen_audio_element):
22818         * gst/playback/gststreaminfo.h:
22819         More playback updates, attempt to fix things after the state change
22820         breakage.
22821
22822 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22823
22824         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22825         (gst_videoscale_scale_nearest_16bit):
22826           comment algorithm
22827
22828 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22829
22830         * gst/videotestsrc/gstvideotestsrc.c:
22831         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22832         (gst_videotestsrc_init), (gst_videotestsrc_get),
22833         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22834         (gst_videotestsrc_get_property):
22835         * gst/videotestsrc/gstvideotestsrc.h:
22836         * gst/videotestsrc/videotestsrc.c:
22837         * gst/videotestsrc/videotestsrc.h:
22838           cleanup and commenting
22839
22840 2004-07-21  Wim Taymans  <wim@fluendo.com>
22841
22842         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22843         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22844         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22845         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22846         (_find_chain_get_unknown_part), (_find_streams_check),
22847         (gst_ogg_demux_push), (gst_ogg_pad_push):
22848         * ext/theora/theoradec.c: (theora_get_formats),
22849         (theora_dec_src_convert), (theora_dec_sink_convert),
22850         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22851         (theora_dec_chain):
22852         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22853         (vorbis_dec_convert), (vorbis_dec_src_query),
22854         (vorbis_dec_src_event), (vorbis_dec_event):
22855         More seeking fixes, oggdemux now supports seeking to time and
22856         uses the downstream element to convert granulepos to time.
22857         Seeking in theora-only ogg files now works.
22858
22859 2004-07-21  Wim Taymans  <wim@fluendo.com>
22860
22861         * ext/theora/theoradec.c: (gst_theora_dec_init),
22862         (theora_get_formats), (theora_get_event_masks),
22863         (theora_get_query_types), (theora_dec_src_convert),
22864         (theora_dec_sink_convert), (theora_dec_src_query),
22865         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22866         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22867         (vorbis_get_event_masks), (vorbis_get_query_types),
22868         (gst_vorbis_dec_init), (vorbis_dec_convert),
22869         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22870         Added query/convert/formats functions to vorbis and theora decoders
22871         so that the outside world can use them too. Fixed seeking on an
22872         ogg/theora/vorbis file by disabling the seeking seeking on the
22873         theora srcpad.
22874
22875 2004-07-21  Julien MOUTTE  <julien@moutte.net>
22876
22877         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22878         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22879         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22880         images creation for both elements. We don't create the image on caps
22881         nego or renego, we just destroy the internal one if present if it does
22882         not match the needs. The chain function takes care of creating a new
22883         image when needed.
22884         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22885         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22886         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22887         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22888         the image format information. The buffer pool checks for the context
22889         image format and discard images with different formats.
22890         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22891
22892 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22893
22894         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22895         (gst_ffmpegcolorspace_chain):
22896           no point in doing any chaining if the pad we want to push from
22897           isn't usable.
22898
22899 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22900
22901         * gst-libs/gst/riff/riff-media.c:
22902         (gst_riff_create_audio_caps_with_data):
22903           Fix double end-to-native symbol conversion (#148021).
22904
22905 2004-07-20  David Schleef  <ds@schleef.org>
22906
22907         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22908         Don't use an Atom that doesn't exist.
22909
22910 2004-07-20  Wim Taymans  <wim@fluendo.com>
22911
22912         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22913         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22914         (gst_multifdsink_client_remove),
22915         (gst_multifdsink_handle_client_write),
22916         (gst_multifdsink_queue_buffer):
22917         * gst/tcp/gstmultifdsink.h:
22918         More multifdsink stats. Avoid deadlock by releasing locks
22919         before sending out a signal.
22920
22921 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22922
22923         * po/LINGUAS:
22924         * po/hu.po:
22925           added Hungarian translation (Laszlo Dvornik)
22926
22927 2004-07-20  Wim Taymans  <wim@fluendo.com>
22928
22929         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22930         (gst_multifdsink_add), (gst_multifdsink_client_remove),
22931         (gst_multifdsink_handle_client_write),
22932         (gst_multifdsink_queue_buffer):
22933         * gst/tcp/gsttcp-marshal.list:
22934         Fixed the stupid marshal definition.
22935
22936 2004-07-20  Wim Taymans  <wim@fluendo.com>
22937
22938         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22939         (gst_multifdsink_init), (gst_multifdsink_add),
22940         (gst_multifdsink_client_remove),
22941         (gst_multifdsink_handle_client_write),
22942         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
22943         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
22944         (gst_multifdsink_init_send):
22945         * gst/tcp/gstmultifdsink.h:
22946         Added more stats, added timeout for a client, fixed some typos
22947         and added some comments.
22948
22949 2004-07-20  Wim Taymans  <wim@fluendo.com>
22950
22951         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22952         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22953         (gst_multifdsink_client_remove),
22954         (gst_multifdsink_handle_client_write):
22955         * gst/tcp/gstmultifdsink.h:
22956         * gst/tcp/gsttcp-marshal.list:
22957         Added get_stats method that returns a GValueArray of
22958         stats values.
22959
22960 2004-07-19  Benjamin Otte  <otte@gnome.org>
22961
22962         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22963           make sure longname, description and author are valid UTF-8
22964
22965 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22966
22967         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
22968         (gst_ximagesink_set_property):
22969         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
22970         (gst_xvimagesink_set_property):
22971           make sure SYNCHRONOUS is respected after getting the X context
22972
22973 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22974
22975         * gst/matroska/matroska-demux.c:
22976         (gst_matroska_demux_handle_src_event),
22977         (gst_matroska_demux_parse_blockgroup):
22978         * gst/matroska/matroska-ids.h:
22979           add BlockReference tag and ignore it to clear out log.
22980           ignore NAVIGATION events to clear out log.
22981
22982 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22983
22984         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
22985         (gst_matroska_demux_add_stream):
22986         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
22987           add debug categories
22988
22989 2004-07-16  Wim Taymans  <wim@fluendo.com>
22990
22991         * ext/libpng/Makefile.am:
22992         * ext/libpng/gstpng.c: (plugin_init):
22993         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
22994         (gst_pngdec_get_type), (gst_pngdec_base_init),
22995         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
22996         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
22997         * ext/libpng/gstpngdec.h:
22998         Added png decoder.
22999
23000 2004-07-16  Julien MOUTTE  <julien@moutte.net>
23001
23002         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23003         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23004         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23005         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23006         (gst_ximagesink_buffer_alloc):
23007         * sys/ximage/ximagesink.h:
23008         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23009         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23010         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23011         (gst_xvimagesink_buffer_alloc):
23012         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23013         again. Using internal data pointer of the x(v)image to store image's
23014         data to be coherent with the buffer alloc mechanism. Investigated the
23015         image destruction code to be sure that everything gets freed correctly.
23016
23017 2004-07-16  Wim Taymans  <wim@fluendo.com>
23018
23019         * gst-libs/gst/riff/riff-read.c:
23020         (gst_riff_read_strf_vids_with_data),
23021         (gst_riff_read_strf_auds_with_data):
23022         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23023         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23024         Make sure we don't create 0 sized subbuffers in riff-read.
23025         Signal the no more pads signal after reading the avi header.
23026
23027 2004-07-16  Wim Taymans  <wim@fluendo.com>
23028
23029         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23030         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23031         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23032         (gst_decode_bin_init), (gst_decode_bin_dispose),
23033         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23034         (no_more_pads), (close_link), (type_found),
23035         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23036         (gst_decode_bin_change_state), (plugin_init):
23037         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23038         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23039         (gst_play_base_bin_dispose), (queue_overrun),
23040         (gen_preroll_element), (remove_prerolls), (unknown_type),
23041         (no_more_pads), (new_stream), (setup_source),
23042         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23043         (play_base_eos), (gst_play_base_bin_change_state),
23044         (gst_play_base_bin_add_element),
23045         (gst_play_base_bin_remove_element),
23046         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23047         (gst_play_base_bin_unlink_stream),
23048         (gst_play_base_bin_get_streaminfo):
23049         * gst/playback/gstplaybasebin.h:
23050         Better error recovery. Added configurable preroll queue size. Faster
23051         detection of no-more-pads.
23052
23053 2004-07-16  Wim Taymans  <wim@fluendo.com>
23054
23055         * gst-libs/gst/video/video.h:
23056         Added 32 bits RGBA. Not sure if we should use another mime-type
23057         for alpha rgb. Currently the presence of the alpha_mask property
23058         signals an alpha channel.
23059
23060 2004-07-16  Wim Taymans  <wim@fluendo.com>
23061
23062         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23064         FPS seems to be 0.0 to MAX everywhere else.
23065
23066 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23067
23068         * gst-libs/gst/riff/riff-media.c:
23069         (gst_riff_create_video_caps_with_data):
23070           mp42/mp43 (no caps) exist too.
23071         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23072           Set pixel_width/height; we've got them in-caps.
23073         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23074         * gst/wavparse/gstwavparse.c: (plugin_init):
23075           Both are valid primary.
23076         * sys/oss/gstossmixer.c:
23077           Remove i18n hack and enable translations.
23078
23079 2004-07-15  Benjamin Otte  <otte@gnome.org>
23080
23081         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23082         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23083           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23084
23085 2004-07-15  Benjamin Otte  <otte@gnome.org>
23086
23087         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23088         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23089         (gst_alsa_close_audio):
23090           disable some of the debugging code for now. Writing debugging to a
23091           buffer is broken in current alsalib releases.
23092
23093 2004-07-12  Benjamin Otte  <otte@gnome.org>
23094
23095         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23096           use bufferpools
23097
23098 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23099
23100         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23101         (theora_dec_src_query), (theora_dec_event):
23102         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23103           add debugging categories.  Remove \n's.
23104
23105 2004-07-13  Johan Dahlin  <johan@gnome.org>
23106
23107         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23108         (gst_play_bin_get_property): Impl.
23109
23110 2004-07-13  Wim Taymans  <wim@fluendo.com>
23111
23112         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23113         When trying to find the stream length, seek back N pages
23114         instead of just one, where N is the number of streams in
23115         the current chain.
23116
23117 2004-07-13  Wim Taymans  <wim@fluendo.com>
23118
23119         * gst-libs/gst/riff/riff-media.c:
23120         (gst_riff_create_audio_caps_with_data),
23121         (gst_riff_create_audio_caps),
23122         (gst_riff_create_audio_template_caps):
23123         * gst-libs/gst/riff/riff-media.h:
23124         * gst-libs/gst/riff/riff-read.c:
23125         (gst_riff_read_strf_vids_with_data),
23126         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23127         * gst-libs/gst/riff/riff-read.h:
23128         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23129         (gst_avi_demux_add_stream):
23130         Set codec_data on caps for avidemuxer.
23131
23132 2004-07-12  David Schleef  <ds@schleef.org>
23133
23134         * configure.ac: Fix test for Objective C
23135
23136 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
23137         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23138         (gst_gdk_pixbuf_chain):
23139           Add svg and pcx to template caps, and ensure that getcaps returns a
23140           subset of the template caps.
23141           Copy each row manually for output, as gdkpixbuf may pad the
23142           rowstride to a 32-bit word boundary.
23143
23144 2004-07-12  Wim Taymans  <wim@fluendo.com>
23145
23146         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23147         (gst_riff_create_video_template_caps):
23148         Fix the template caps to include some more media types.
23149
23150 2004-07-12  Wim Taymans  <wim@fluendo.com>
23151
23152         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23153         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23154         (compare_ranks), (print_feature), (gst_decode_bin_init),
23155         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23156         (try_to_link_1), (new_pad), (close_link), (type_found),
23157         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23158         (gst_decode_bin_change_state), (plugin_init):
23159         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23160         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23161         (gst_play_base_bin_dispose), (queue_overrun),
23162         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23163         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23164         (gst_play_base_bin_get_property), (play_base_eos),
23165         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23166         (gst_play_base_bin_remove_element),
23167         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23168         (gst_play_base_bin_unlink_stream),
23169         (gst_play_base_bin_get_streaminfo):
23170         * gst/playback/gstplaybasebin.h:
23171         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23172         (gst_play_bin_class_init), (gst_play_bin_init),
23173         (gst_play_bin_dispose), (gst_play_bin_set_property),
23174         (gst_play_bin_get_property), (gen_video_element),
23175         (gen_audio_element), (remove_sinks), (setup_sinks),
23176         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23177         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23178         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23179         (gst_play_bin_query), (plugin_init):
23180         * gst/playback/test4.c: (main):
23181         More fixes on reusing of the element.
23182
23183 2004-07-11  Benjamin Otte  <otte@gnome.org>
23184
23185         * ext/mad/gstmad.c: (normal_seek):
23186           allow seeking for other methods than just SET
23187
23188 2004-07-11  Andy Wingo  <wingo@pobox.com>
23189
23190         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23191         float, "any" caps -> buffer_frames=[0,MAX].
23192
23193         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23194         doesn't intersect our caps with the template any more. Do it
23195         ourselves.
23196         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23197
23198 2004-07-09  Wim Taymans  <wim@fluendo.com>
23199
23200         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23201         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23202         (compare_ranks), (print_feature), (gst_decode_bin_init),
23203         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23204         (try_to_link_1), (new_pad), (close_link), (type_found),
23205         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23206         (gst_decode_bin_change_state), (plugin_init):
23207         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23208         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23209         (gst_play_base_bin_dispose), (queue_overrun),
23210         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23211         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23212         (gst_play_base_bin_get_property), (play_base_eos),
23213         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23214         (gst_play_base_bin_remove_element),
23215         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23216         (gst_play_base_bin_unlink_stream),
23217         (gst_play_base_bin_get_streaminfo):
23218         * gst/playback/gstplaybasebin.h:
23219         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23220         (gst_play_bin_class_init), (gst_play_bin_init),
23221         (gst_play_bin_dispose), (gst_play_bin_set_property),
23222         (gst_play_bin_get_property), (gen_video_element),
23223         (gen_audio_element), (remove_sinks), (setup_sinks),
23224         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23225         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23226         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23227         (gst_play_bin_query), (plugin_init):
23228         * gst/playback/test4.c: (main):
23229         Work on object reuse and seeking.
23230
23231 2004-07-09  Wim Taymans  <wim@fluendo.com>
23232
23233         * examples/seeking/seek.c: (iterate):
23234         Don't consume all CPU in the idle loop.
23235
23236 2004-07-09  Wim Taymans  <wim@fluendo.com>
23237
23238         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23239         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23240         Add pad to element *after* setting the pad functions so that
23241         the scheduler can use the correct ones.
23242
23243 2004-07-09  Wim Taymans  <wim@fluendo.com>
23244
23245         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23246         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23247         Sync to keyframe after seek
23248
23249 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23250
23251         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23252         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23253         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23254         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23255         * ext/libvisual/visual.c: (gst_visual_change_state):
23256         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23257         * ext/theora/theoradec.c: (theora_dec_change_state):
23258         * ext/theora/theoraenc.c: (theora_enc_change_state):
23259         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23260         * gst-libs/gst/navigation/navigation.c:
23261         * gst/adder/gstadder.c: (gst_adder_change_state):
23262         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23263         (gst_audio_convert_get_buffer):
23264         * gst/multipart/multipartdemux.c:
23265         (gst_multipart_demux_change_state):
23266         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23267         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23268         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23269         * gst/videoscale/gstvideoscale.c:
23270         (gst_videoscale_handle_src_event):
23271         * gst/volume/gstvolume.c: (volume_chain_int16):
23272           don't assert in state change, this should be done by the base
23273           GstElement class.
23274           various debugging fixes.
23275
23276 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23277
23278         * configure.ac:
23279         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23280         (gst_play_dispose), (gst_play_set_location),
23281         (gst_play_set_data_src), (gst_play_set_video_sink),
23282         (gst_play_set_audio_sink), (gst_play_set_visualization),
23283         (gst_play_connect_visualization), (gst_play_get_sink_element),
23284         (gst_play_get_all_by_interface):
23285         * gst-libs/gst/play/play.h:
23286           add new method to get elements implementing an interface.
23287           add various error logging
23288
23289 2004-07-08  Wim Taymans  <wim@fluendo.com>
23290
23291         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23292         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23293         (make_playerbin_pipeline), (query_durations_elems),
23294         (query_durations_pads), (query_positions_elems),
23295         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23296         (main):
23297         Added playbin seeking example.
23298
23299 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23300
23301         * gst-libs/gst/play/play.c: (gst_play_set_location),
23302         (gst_play_set_data_src), (gst_play_set_video_sink),
23303         (gst_play_set_audio_sink), (gst_play_set_visualization),
23304         (gst_play_connect_visualization), (gst_play_get_framerate):
23305           use a macro to look up elements from hash table
23306
23307 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23308
23309         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23310         (gst_play_get_length_callback), (gst_play_set_location),
23311         (gst_play_seek_to_time), (gst_play_set_data_src),
23312         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23313         (gst_play_set_visualization), (gst_play_connect_visualization),
23314         (gst_play_get_sink_element):
23315         - add debugging info
23316         - fix looking up sink elements by iterating over complete caps
23317         - put everything except for source and autoplugger in a complete bin
23318
23319 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23320
23321         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23322         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23323         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23324         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23325         * ext/alsa/gstalsasink.h:
23326         - add debugging info
23327         - clean up schizophrenia of data/buffer/event
23328         - fix double event unref error
23329
23330 2004-07-08  Wim Taymans  <wim@fluendo.com>
23331
23332         * gst/playback/Makefile.am:
23333         Add headers to noinst
23334
23335 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23336
23337         * tools/gst-launch-ext-m.m:
23338         * tools/gst-launch-ext.1.in:
23339           convert to the third millenium
23340
23341 2004-07-07  David Schleef  <ds@schleef.org>
23342
23343         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23344
23345 2004-07-07  Wim Taymans  <wim@fluendo.com>
23346
23347         * gst/playback/Makefile.am:
23348         * gst/playback/README:
23349         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23350         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23351         (compare_ranks), (print_feature), (gst_decode_bin_init),
23352         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23353         (try_to_link_1), (new_pad), (close_link), (type_found),
23354         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23355         (plugin_init):
23356         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23357         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23358         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23359         (gen_preroll_element), (no_more_pads), (new_stream),
23360         (setup_source), (gst_play_base_bin_set_property),
23361         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23362         (gst_play_base_bin_add_element),
23363         (gst_play_base_bin_remove_element),
23364         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23365         (gst_play_base_bin_unlink_stream),
23366         (gst_play_base_bin_get_streaminfo):
23367         * gst/playback/gstplaybasebin.h:
23368         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23369         (gst_play_bin_class_init), (gst_play_bin_init),
23370         (gst_play_bin_dispose), (gst_play_bin_set_property),
23371         (gst_play_bin_get_property), (gen_video_element),
23372         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23373         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23374         (gst_play_bin_get_formats), (gst_play_bin_convert),
23375         (gst_play_bin_get_query_types), (gst_play_bin_query),
23376         (plugin_init):
23377         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23378         (gst_stream_info_get_type), (gst_stream_info_class_init),
23379         (gst_stream_info_init), (gst_stream_info_new),
23380         (gst_stream_info_dispose), (gst_stream_info_set_property),
23381         (gst_stream_info_get_property):
23382         * gst/playback/gststreaminfo.h:
23383         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23384         (main):
23385         * gst/playback/test2.c: (main):
23386         * gst/playback/test3.c: (update_scale), (main):
23387         More playbin fixes. Added README. Do better element filtering.
23388         Added base class to preroll media. Added test apps.
23389
23390 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23391
23392         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23393         * ext/mpeg2dec/gstmpeg2dec.h:
23394           various debugging improvements.  Reset stream to next picture
23395           instead of sequence header, otherwise seeks cannot work.
23396
23397 2004-07-07  Wim Taymans  <wim@fluendo.com>
23398
23399         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23400         (gst_video_box_class_init), (gst_video_box_set_property),
23401         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23402         Use pad_alloc where possible.
23403
23404 2004-07-07  Wim Taymans  <wim@fluendo.com>
23405
23406         * sys/oss/gstosselement.c: (gst_osselement_reset),
23407         (gst_osselement_parse_caps):
23408         * sys/oss/gstosselement.h:
23409         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23410         Fix offset on osssrc.
23411
23412 2004-07-07  Wim Taymans  <wim@fluendo.com>
23413
23414         * ext/theora/theora.c: (plugin_init):
23415         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23416         (theora_dec_src_query), (theora_dec_chain):
23417         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23418         (theora_enc_sink_link), (theora_buffer_from_packet),
23419         (theora_push_packet), (theora_enc_chain):
23420         Fix theora granulepos calculation.
23421         Fix overflow in duration/position calculation.
23422         Bump rank to PRIMARY for theoradec.
23423         Use granulepos of last packet to calculate position.
23424         Set keyframe flag on buffers when needed.
23425
23426 2004-07-06  David Schleef  <ds@schleef.org>
23427
23428         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23429         serious?  (Fixed, obviously.)
23430
23431 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23432
23433         * po/LINGUAS:
23434         * po/cs.po:
23435           added Czech translation (Miloslav Trmac)
23436
23437 2004-07-05  Wim Taymans  <wim@fluendo.com>
23438
23439         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23440         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23441         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23442         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23443         (close_link), (type_found), (gst_decode_bin_set_property),
23444         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23445         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23446         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23447         (gst_decode_bin_query), (plugin_init):
23448         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23449         (gst_play_bin_class_init), (gst_play_bin_init),
23450         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23451         (get_video_element), (new_pad), (setup_source),
23452         (gst_play_bin_set_property), (gst_play_bin_get_property),
23453         (gst_play_bin_change_state), (gst_play_bin_add_element),
23454         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23455         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23456         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23457         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23458         * gst/playback/test.c: (main):
23459         More fixes, cleaned up playbin, make it use decodebin. Added
23460         threaded property to playbin.
23461
23462 2004-07-05  Wim Taymans  <wim@fluendo.com>
23463
23464         * configure.ac:
23465         * gst/playback/Makefile.am:
23466         * gst/playback/decodetest.c: (main):
23467         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23468         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23469         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23470         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23471         (close_link), (type_found), (gst_decode_bin_set_property),
23472         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23473         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23474         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23475         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23476         (plugin_init):
23477         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23478         (gst_play_bin_class_init), (gst_play_bin_init),
23479         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23480         (collect_sink_pads), (find_compatibles), (close_pad_link),
23481         (try_to_link_1), (new_pad), (close_link), (type_found),
23482         (setup_source), (gst_play_bin_set_property),
23483         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23484         (compare_ranks), (gst_play_bin_collect_factories),
23485         (gst_play_bin_change_state), (gst_play_bin_add_element),
23486         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23487         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23488         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23489         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23490         * gst/playback/test.c: (main):
23491         Added some playback helper elements and some test apps, very alpha
23492         still.
23493
23494 2004-07-04  Benjamin Otte  <otte@gnome.org>
23495
23496         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23497           only restart audio when we indeed have an xrun to fix repeated
23498           xruns. Fix suggested by Giuliano Pochini.
23499
23500 2004-07-03  David Schleef  <ds@schleef.org>
23501
23502         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23503         call to gst_debug_log() if debugging is disabled (bug #145118)
23504
23505 2004-07-03  Benjamin Otte  <otte@gnome.org>
23506
23507         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23508           use our own functions for restarting the alsa device.
23509         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23510           I should apply patches myself - use MIN for the third argument, not
23511           the second, this fixes seeking
23512
23513 2004-07-02  David Schleef  <ds@schleef.org>
23514
23515         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23516         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23517         do with the logic.
23518
23519 2004-07-02  David Schleef  <ds@schleef.org>
23520
23521         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23522         output buffers.  Fix logic mistake.  (bug #144866)
23523
23524 2004-07-02  David Schleef  <ds@schleef.org>
23525
23526         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23527         on X.  (bug #144753)
23528
23529 2004-07-02  David Schleef  <ds@schleef.org>
23530
23531         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23532         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23533         (bug #144624)
23534         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23535         (gst_osselement_rate_probe_check): Add another workaround for
23536         buggy drivers (bug #145336)
23537
23538 2004-07-02  David Schleef  <ds@schleef.org>
23539
23540         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23541         Most systems don't have MSG_NOSIGNAL.
23542
23543 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23544
23545         * Makefile.am:
23546         * gst-libs/gst/colorbalance/Makefile.am:
23547         * gst-libs/gst/mixer/Makefile.am:
23548         * gst-libs/gst/play/Makefile.am:
23549         * gst-libs/gst/tuner/Makefile.am:
23550           (hopefully) fix both install and dist and make error message useful.
23551           needs testing across automakes.
23552
23553 2004-07-02  Benjamin Otte  <otte@gnome.org>
23554
23555         * ext/ogg/gstogg.c: (plugin_init):
23556           we require bytestream now
23557         * ext/ogg/gstoggdemux.c:
23558           huge diff to implement chain setup in a fast and generic way. This
23559           improves tag reading and startup of huge files (read: Theora videos)
23560           quite a bit. It probably contains bugs, too, so please test.
23561           Seeking is not improved to the fast method.
23562
23563 2004-06-29  Wim Taymans  <wim@fluendo.com>
23564
23565         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23566         * ext/ogg/gstoggmux.c:
23567         Fix memleak in oggdemux when running unconnected pads.
23568         doc update in mux, start working on keyframe mode.
23569
23570 2004-06-29  Benjamin Otte  <otte@gnome.org>
23571
23572         * sys/oss/gstosssink.c:
23573         * sys/oss/gstosssrc.c:
23574           advertise correct template caps - we indeed do non-native endianness
23575           and 8bit audio has no endianness
23576         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23577         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23578           avoid (wrong) duplications in getcaps function and return
23579           template caps
23580
23581 2004-06-29  Wim Taymans  <wim@fluendo.com>
23582
23583         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23584         (gst_multifdsink_class_init), (gst_multifdsink_add),
23585         (gst_multifdsink_remove), (gst_multifdsink_clear),
23586         (gst_multifdsink_client_remove),
23587         (gst_multifdsink_handle_client_read),
23588         (gst_multifdsink_client_queue_data),
23589         (gst_multifdsink_client_queue_caps),
23590         (gst_multifdsink_client_queue_buffer),
23591         (gst_multifdsink_handle_client_write),
23592         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23593         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23594         (gst_multifdsink_init_send), (gst_multifdsink_close):
23595         Fix wrong GList iteration that could crash the server when
23596         more then 2 clients disconnect at the same time. Read all the
23597         pending commands in one batch to recover from command storms under
23598         very heavy load.
23599
23600 2004-06-28  Wim Taymans  <wim@fluendo.com>
23601
23602         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23603         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23604         (gst_videomixer_pad_set_property),
23605         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23606         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23607         (gst_videomixer_class_init), (gst_videomixer_init),
23608         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23609         (pad_zorder_compare), (gst_videomixer_sort_pads),
23610         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23611         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23612         (gst_videomixer_update_queues), (gst_videomixer_loop),
23613         (plugin_init):
23614         Avoid divide by zero, choose masterpad as the pad with the highest
23615         framerate.
23616
23617 2004-06-27  Julien Moutte  <julien@moutte.net>
23618
23619         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23620         (gst_ximagesink_xwindow_new):
23621         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23622         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23623         function directly. We might want to call it from somewhere else one day.
23624
23625 2004-06-27  Julien Moutte  <julien@moutte.net>
23626
23627         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23628         (gst_ximagesink_xwindow_new):
23629         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23630         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23631         window decorations.
23632
23633 2004-06-27  Wim Taymans  <wim@fluendo.com>
23634
23635         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23636         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23637         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23638         (gst_dvdec_set_property), (gst_dvdec_get_property):
23639         * ext/dv/gstdvdec.h:
23640         Implement drop_factor property to lower the framerate with
23641         a factor.
23642
23643 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23644
23645         * gst-libs/gst/colorbalance/Makefile.am:
23646         * gst-libs/gst/mixer/Makefile.am:
23647         * gst-libs/gst/play/Makefile.am:
23648         * gst-libs/gst/tuner/Makefile.am:
23649           unbreak Company's fix that didn't install the -enum.h files
23650
23651 2004-06-27  Wim Taymans  <wim@fluendo.com>
23652
23653         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23654         (gst_dvdec_change_state):
23655         * ext/dv/gstdvdec.h:
23656         Fix timestamp, duration and offset of the buffers.
23657
23658 2004-06-27  Wim Taymans  <wim@fluendo.com>
23659
23660         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23661         (gst_multifdsink_class_init), (gst_multifdsink_add),
23662         (gst_multifdsink_remove), (gst_multifdsink_clear),
23663         (gst_multifdsink_client_remove),
23664         (gst_multifdsink_handle_client_read),
23665         (gst_multifdsink_client_queue_data),
23666         (gst_multifdsink_client_queue_caps),
23667         (gst_multifdsink_client_queue_buffer),
23668         (gst_multifdsink_handle_client_write),
23669         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23670         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23671         (gst_multifdsink_init_send), (gst_multifdsink_close):
23672         * gst/tcp/gstmultifdsink.h:
23673         * gst/tcp/gsttcpserversink.c:
23674         (gst_tcpserversink_handle_server_read),
23675         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23676         More multifdsink fixes, more recovery policy fixes.
23677         Removed stupid g_print
23678
23679 2004-06-26  Wim Taymans  <wim@fluendo.com>
23680
23681         * gst/tcp/Makefile.am:
23682         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23683         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23684         (gst_multifdsink_class_init), (gst_multifdsink_init),
23685         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23686         (gst_multifdsink_handle_client_read),
23687         (gst_multifdsink_client_queue_data),
23688         (gst_multifdsink_client_queue_caps),
23689         (gst_multifdsink_client_queue_buffer),
23690         (gst_multifdsink_handle_client_write),
23691         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23692         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23693         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23694         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23695         (gst_multifdsink_close), (gst_multifdsink_change_state):
23696         * gst/tcp/gstmultifdsink.h:
23697         * gst/tcp/gsttcpplugin.c: (plugin_init):
23698         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23699         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23700         (gst_tcpserversink_handle_server_read),
23701         (gst_tcpserversink_handle_select),
23702         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23703         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23704         * gst/tcp/gsttcpserversink.h:
23705         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23706         one of the locks, added recovery policy to multifdsink.
23707
23708 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23709
23710         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23711           fix decision for when getting frames with same timestamp
23712         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23713         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23714         (gst_v4lsrc_get_property):
23715         * sys/v4l/gstv4lsrc.h:
23716           add latency offset property
23717
23718 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23719
23720         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23721         (plugin_init):
23722           fix debugging. add category.
23723
23724 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23725
23726         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23727           fix wrong offsets
23728
23729 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23730
23731         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23732         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23733         (gst_alsa_src_change_state):
23734           return a time that is in sync with the element's processing
23735
23736 2004-06-25  Wim Taymans  <wim@fluendo.com>
23737
23738         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23739         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23740         (gst_tcpserversink_client_remove),
23741         (gst_tcpserversink_handle_client_read),
23742         (gst_tcpserversink_client_queue_data),
23743         (gst_tcpserversink_client_queue_caps),
23744         (gst_tcpserversink_client_queue_buffer),
23745         (gst_tcpserversink_handle_client_write),
23746         (gst_tcpserversink_queue_buffer),
23747         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23748         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23749         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23750         (gst_tcpserversink_close):
23751         * gst/tcp/gsttcpserversink.h:
23752         Serversink rewrite. Really do non blocking writes to clients and
23753         maintain an internal queue to handle slower clients while not
23754         disturbing fast clients.
23755
23756 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23757
23758         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23759           better debug, don't override OFFSET and OFFSET_END
23760
23761 2004-06-25  Iain <iain@prettypeople.org>
23762
23763         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23764         name=source for the wavparse pipeline.
23765
23766 2004-06-24  Johan Dahlin  <johan@gnome.org>
23767
23768         * ext/theora/theoraenc.c (theora_enc_chain): Call
23769         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23770         streamheader caps are set correctly.
23771
23772 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23773
23774         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23775         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23776           respect minimum bitrate; same could be done for max bitrate
23777
23778 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23779
23780         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23781         (gst_vorbisenc_setup):
23782           fix sample rate range
23783
23784 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23785
23786         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23787         (gst_oggvorbisenc_setup):
23788         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23789         (gst_vorbisenc_setup):
23790           resolve ambiguities in code and description
23791
23792 2004-06-24  Wim Taymans  <wim@fluendo.com>
23793
23794         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23795         * ext/alsa/gstalsa.h:
23796         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23797         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23798         Use alsa trigger_tstamp to get the timestamp of the first
23799         sample in the buffer for more precise sync. Some cleanups.
23800
23801 2004-06-24  Wim Taymans  <wim@fluendo.com>
23802
23803         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23804         (gst_audiorate_init), (gst_audiorate_chain),
23805         (gst_audiorate_set_property), (gst_audiorate_get_property):
23806         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23807         (gst_videorate_chain):
23808         Added some logging, fixed an overflow bug in videorate.
23809
23810 2004-06-24  Benjamin Otte  <otte@gnome.org>
23811
23812         * ext/kio/Makefile.am:
23813           fix for builddir != srcdir and distcheck
23814
23815 2004-06-24  Benjamin Otte  <otte@gnome.org>
23816
23817         * gst-libs/gst/colorbalance/Makefile.am:
23818         * gst-libs/gst/mixer/Makefile.am:
23819         * gst-libs/gst/play/Makefile.am:
23820         * gst-libs/gst/tuner/Makefile.am:
23821         * gst/tcp/Makefile.am:
23822         * sys/dxr3/Makefile.am:
23823           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23824           tarball.
23825           Also add all *.list files that were missing.
23826         * Makefile.am:
23827           add a distcheck hook to ensure the above doesn't happen again.
23828
23829 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
23830
23831         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23832
23833 2004-06-23  Colin Walters  <walters@redhat.com>
23834
23835         * m4/Makefile.am: Distribute gst-fionread.m4.
23836
23837 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23838
23839         * configure.ac: back to dev
23840
23841 2004-06-23  Wim Taymans  <wim@fluendo.com>
23842
23843         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23844         (gst_alsa_xrun_recovery):
23845         * ext/alsa/gstalsa.h:
23846         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23847         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23848         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23849         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23850         (gst_alsa_src_loop):
23851         Add clock to alsasrc. Take new capture timestamp when
23852         restarting after an overrun. Split up some functions between
23853         alsasrc and alsasink.
23854
23855 === release 0.8.2 ===
23856
23857 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23858
23859         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23860         (gst_alsa_change_state), (gst_alsa_update_avail),
23861         (gst_alsa_xrun_recovery):
23862         * ext/alsa/gstalsa.h:
23863         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23864           merge back changes from release
23865
23866 2004-06-23  Wim Taymans  <wim@fluendo.com>
23867
23868         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23869         (gst_audiorate_init), (gst_audiorate_chain),
23870         (gst_audiorate_set_property), (gst_audiorate_get_property):
23871         Implement sample dropping and notify
23872
23873 2004-06-22  Wim Taymans  <wim@fluendo.com>
23874
23875         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23876         (theora_enc_sink_link), (theora_buffer_from_packet),
23877         (theora_push_packet), (theora_enc_chain):
23878         Some cleanups, make sure the timestamps are correct.
23879
23880 2004-06-22  Wim Taymans  <wim@fluendo.com>
23881
23882         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23883         (gst_alsa_change_state), (gst_alsa_update_avail),
23884         (gst_alsa_xrun_recovery):
23885         * ext/alsa/gstalsa.h:
23886         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23887         Cleanups, take queued samples into account when reporting
23888         the time.
23889
23890 2004-06-22  Wim Taymans  <wim@fluendo.com>
23891
23892         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23893         (gst_videorate_init):
23894         Initialize the property as well.
23895
23896 2004-06-22  Wim Taymans  <wim@fluendo.com>
23897
23898         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23899         (gst_videorate_init), (gst_videorate_chain),
23900         (gst_videorate_set_property), (gst_videorate_get_property):
23901         Add property to make videorate silent.
23902         Add property to prefer new frames over old ones.
23903
23904 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23905
23906         * sys/osxvideo/Makefile.am:
23907         Workaround so that the osxvideo .so file gets linked with the
23908         Cocoa, OpenGL and QuickTime frameworks
23909
23910 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23911
23912         * sys/osxaudio/Makefile.am:
23913         Workaround so that the osxaudio .so file gets linked with the
23914         CoreAudio framework
23915
23916 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23917
23918         * configure.ac:
23919         Whoops, my fault...fixed build issues
23920
23921 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23922
23923         * configure.ac:
23924         Add objective-c support if running in Darwin/Mac OS X
23925         * sys/Makefile.am:
23926         * sys/osxvideo:
23927         * sys/osxvideo/Makefile.am:
23928         * sys/osxvideo/osxvideosink.h:
23929         * sys/osxvideo/osxvideosink.m:
23930         * sys/osxvideo/cocoawindow.h:
23931         * sys/osxvideo/cocoawindow.m:
23932         Add osxvideosink, a cocoa-based osx video sink
23933
23934
23935 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
23936         * ext/dvdnav/gst-dvd:
23937         Grab the gconf key from the right spot
23938         * gst/debug/gstnavseek.c: (gst_navseek_init),
23939         (gst_navseek_segseek), (gst_navseek_handle_src_event),
23940         (gst_navseek_chain):
23941         * gst/debug/gstnavseek.h:
23942           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
23943           and loop parameters of a segment seek.
23944         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23945         (gst_videotestsrc_get_event_masks),
23946         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
23947         * gst/videotestsrc/gstvideotestsrc.h:
23948           Add seeking support to videotestsrc
23949           Initialise the timestamp_offset variable.
23950
23951 2004-06-18  Wim Taymans  <wim@fluendo.com>
23952
23953         * ext/sidplay/gstsiddec.cc:
23954         Fix negotiation and set correct end offset.
23955
23956 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23957
23958         * configure.ac: branch and prerelease
23959
23960 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23961
23962         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
23963         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
23964         (gst_tcpclientsrc_init_receive):
23965         * gst/tcp/gsttcpclientsrc.h:
23966           read caps when connecting to server for GDP so we set them correctly
23967
23968 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23969
23970         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23971           notify drops and duplicates
23972         * gst/videoscale/videoscale.c: (videoscale_get_structure):
23973           no good reason to limit ourselves to 100x100
23974
23975 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23976
23977         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23978         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23979         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23980         (gst_v4lsrc_get_property):
23981         * sys/v4l/gstv4lsrc.h:
23982         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23983         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23984         (gst_v4l_set_audio):
23985         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
23986         (gst_v4lsrc_try_capture):
23987         * sys/v4l/v4lsrc_calls.h:
23988           change try_palette to more general try_capture
23989           add autoprobe option so we can turn off autoprobing
23990           various fixes
23991
23992 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23993
23994         * configure.ac:
23995           add videorate
23996         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
23997         (gst_ximagesink_class_init):
23998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
23999         (gst_xvimagesink_class_init):
24000           run them as finalize, not dispose, since dispose can be invoked
24001           multiple times
24002
24003 2004-06-17  Wim Taymans  <wim@fluendo.com>
24004
24005         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24006         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24007         * ext/alsa/gstalsa.h:
24008         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24009         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24010         (gst_alsa_src_change_state):
24011         * ext/alsa/gstalsasrc.h:
24012         Make the xrun code timestamp and offset the buffers correctly.
24013         moved the clock to the base class, use alsa methods to get time.
24014         Do correct timestamping on outgoing buffers.
24015
24016 2004-06-17  Wim Taymans  <wim@fluendo.com>
24017
24018         * gst/audiorate/Makefile.am:
24019         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24020         (gst_audiorate_base_init), (gst_audiorate_class_init),
24021         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24022         (gst_audiorate_set_property), (gst_audiorate_get_property),
24023         (gst_audiorate_change_state), (plugin_init):
24024         Added an audiorate converter that fills in gaps.
24025
24026 2004-06-17  Johan Dahlin  <johan@gnome.org>
24027
24028         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24029
24030 2004-06-16  Wim Taymans  <wim@fluendo.com>
24031
24032         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24033         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24034         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24035         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24036         (gst_v4lsrc_get_property):
24037         * sys/v4l/gstv4lsrc.h:
24038         Added a copy mode to v4lsrc where it will output a copied version
24039         of its internal hardware buffer.
24040         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24041         can't | them.
24042
24043 2004-06-16  Wim Taymans  <wim@fluendo.com>
24044
24045         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24046         Timestamp fixes.
24047
24048 2004-06-16  Wim Taymans  <wim@fluendo.com>
24049
24050         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24051         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24052         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24053         (gst_v4lsrc_get_property):
24054         * sys/v4l/gstv4lsrc.h:
24055         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24056         Added a sync mode enum property to control v4lsrc timestamp method
24057         Removed the use-fixed-fps property and moved functionality in
24058         the enum.
24059         Don't error on an error value from v4l-conf, it might not always
24060         be a real error.
24061
24062 2004-06-16  Wim Taymans  <wim@fluendo.com>
24063
24064         * gst/videorate/Makefile.am:
24065         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24066         (gst_videorate_base_init), (gst_videorate_class_init),
24067         (gst_videorate_getcaps), (gst_videorate_link),
24068         (gst_videorate_init), (gst_videorate_chain),
24069         (gst_videorate_set_property), (gst_videorate_get_property),
24070         (gst_videorate_change_state), (plugin_init):
24071         Added a video timestamp corrector.
24072
24073 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24074
24075         fixed a potential leak with previous commit
24076
24077         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24078
24079 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24080
24081         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24082         Added missing refcount, fixes bug #144425
24083         Cheers Tim for finding the bug
24084
24085 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24086
24087         * sys/v4l/gstv4l.c: (plugin_init):
24088         * sys/v4l/gstv4lcolorbalance.c:
24089         * sys/v4l/gstv4lcolorbalance.h:
24090         * sys/v4l/gstv4lelement.c:
24091         * sys/v4l/gstv4lelement.h:
24092         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24093         * sys/v4l/gstv4lmjpegsink.h:
24094         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24095         * sys/v4l/gstv4lmjpegsrc.h:
24096         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24097         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24098         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24099         * sys/v4l/gstv4lsrc.h:
24100         * sys/v4l/gstv4ltuner.c:
24101         * sys/v4l/gstv4ltuner.h:
24102         * sys/v4l/gstv4lxoverlay.c:
24103         * sys/v4l/gstv4lxoverlay.h:
24104         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24105         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24106         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24107         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24108         (gst_v4l_set_audio):
24109         * sys/v4l/v4l_calls.h:
24110         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24111         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24112         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24113         (gst_v4lmjpegsink_playback_init),
24114         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24115         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24116         (gst_v4lmjpegsink_playback_stop),
24117         (gst_v4lmjpegsink_playback_deinit):
24118         * sys/v4l/v4lmjpegsink_calls.h:
24119         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24120         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24121         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24122         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24123         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24124         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24125         * sys/v4l/v4lmjpegsrc_calls.h:
24126         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24127         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24128         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24129         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24130         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24131         (gst_v4lsrc_try_palette):
24132         * sys/v4l/v4lsrc_calls.h:
24133           bunch of paranoia cleanups
24134
24135 2004-06-14  David Schleef  <ds@schleef.org>
24136
24137         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24138         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24139         Send discont events and change timestamps appropriately when
24140         we get a seek event.  (bug #144240)
24141         * ext/cdparanoia/gstcdparanoia.h:
24142
24143 2004-06-14  Benjamin Otte  <otte@gnome.org>
24144
24145         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24146           snd_pcm_hw_params_set_rate  since the latter fails for no good
24147           reason on some setups.
24148
24149 2004-06-14  David Schleef  <ds@schleef.org>
24150
24151         * gst/volume/demo.c: (value_changed_callback): exp10() is not
24152         standard.  Thank you for playing.
24153
24154 2004-06-14  Wim Taymans  <wim@fluendo.com>
24155
24156         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24157         Patch 1.3 broke the ordering of the colorspace info and
24158         made the plugin basically work by coincidence, reordered
24159         the info.
24160
24161 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24162
24163         * ext/lame/gstlame.c:
24164         * ext/mad/gstmad.c:
24165           sync caps.  Make sure mad can only output a list of rates, not
24166           a full range.  In the future, have three caps lists for each of the
24167           mpeg versions.  Change mpegversion to a double as well.
24168
24169 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24170
24171         * gst/volume/.cvsignore:
24172         * gst/volume/Makefile.am:
24173         * gst/volume/demo.c: (value_changed_callback), (idler),
24174         (setup_gui), (main):
24175           added small demo app
24176
24177 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24178         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24179         * ext/esd/esdsink.h:
24180         Close the esd connection on pause, because esd will just wait -
24181         blocking all other esd clients indefinitely.
24182
24183 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24184
24185         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24186           previous commit with GST_DEBUG
24187
24188 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24189
24190         * configure.ac:
24191           add a header check for a dvdread header in dvdnav.  Fixes #133002
24192
24193 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24194
24195         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24196         * gst/tcp/gsttcpclientsink.h:
24197         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24198         * gst/tcp/gsttcpclientsrc.h:
24199         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24200         (gst_tcpserversink_handle_server_read),
24201         (gst_tcpserversink_init_send):
24202         * gst/tcp/gsttcpserversink.h:
24203         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24204         * gst/tcp/gsttcpserversrc.h:
24205         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24206         version of IP)
24207
24208 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24209
24210         * configure.ac:
24211         Added ogg library so that OSX detects libtheora properly
24212
24213 2004-06-11  Wim Taymans  <wim@fluendo.com>
24214
24215         * ext/theora/theoradec.c: (theora_dec_chain),
24216         (theora_dec_change_state):
24217         Don't try to decode frames before we received a keyframe.
24218
24219 2004-06-11  Wim Taymans  <wim@fluendo.com>
24220
24221         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24222         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24223         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24224         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24225         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24226         Added property to set the maximum delay of a page.
24227
24228 2004-06-10  Wim Taymans  <wim@fluendo.com>
24229
24230         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24231         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24232         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24233         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24234         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24235         Added max-delay property to control the maximum amount
24236         of data to put in one page.
24237
24238 2004-06-10  Wim Taymans  <wim@fluendo.com>
24239
24240         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24241         (gst_theora_enc_init), (theora_enc_sink_link),
24242         (theora_buffer_from_packet), (theora_enc_set_property),
24243         (theora_enc_get_property):
24244         Set duration on encoded buffer, added some more properties
24245
24246 2004-06-10  Wim Taymans  <wim@fluendo.com>
24247
24248         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24249         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24250         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24251         * ext/theora/theoraenc.c: (theora_enc_chain):
24252         Fix refcounting bugs
24253
24254 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24255
24256         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24257         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24258         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24259         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24260         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24261         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24262         (gst_asf_demux_change_state):
24263         * gst/asfdemux/gstasfdemux.h:
24264           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24265           feels like. I think we should set a new requirement for demuxers
24266           from now on to implement sane loop functions, data loops, query
24267           and seek functions before first commit into CVS. And this commit
24268           fixes all of the above.
24269
24270 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24271
24272         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24273           vorbis comments are properly encoded in UTF-8 before adding them
24274           to a GstTagList
24275
24276 2004-06-09  Benjamin Otte  <otte@gnome.org>
24277
24278         * ext/alsa/gstalsa.c: (add_channels):
24279           handle min <= max correctly
24280         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24281         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24282           add fixation functions so we fixate correctly. No preferring of alaw
24283           anymore because it's the first structure.
24284         * ext/alsa/gstalsa.h:
24285         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24286         (gst_alsa_hw_params_dump):
24287           add functions to ease debugging in alsalib
24288         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24289         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24290         (gst_alsa_start_audio):
24291           only specify hw params if we really setup a format (fixes #134007 -
24292           or at least works around it)
24293
24294 2004-06-09  Wim Taymans  <wim@fluendo.com>
24295
24296         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24297         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24298         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24299         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24300         (gst_ogg_mux_loop):
24301         Use stream caps to setup the initial pages in the ogg stream.
24302         Correctly set the streamheader caps on the srcpad.
24303
24304 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24305
24306         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24307         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24308         (gst_v4lsrc_getcaps):
24309         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24310         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24311           add querying of fps lists for webcams.  Negotiating to a framerate
24312           now works.
24313
24314 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24315
24316         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24317         (theora_push_buffer), (theora_push_packet),
24318         (theora_set_header_on_caps), (theora_enc_chain):
24319           mark buffers and put on streamheader, raw theora streaming
24320           now works too, whee
24321
24322 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24323
24324         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24325         (gst_tcp_gdp_read_caps):
24326           do a looping read for caps and GDP headers too
24327
24328 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24329
24330         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24331         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24332           return EOS instead of NULL in _get
24333
24334 2004-06-08  Wim Taymans  <wim@fluendo.com>
24335
24336         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24337         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24338         (gst_tcp_gdp_write_caps):
24339         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24340         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24341         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24342         Memory leak fixes
24343
24344 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24345
24346         * ext/vorbis/Makefile.am:
24347         * ext/vorbis/vorbis.c: (plugin_init):
24348         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24349         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24350         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24351         (vorbis_parse_change_state):
24352         * ext/vorbis/vorbisparse.h:
24353           adding a vorbisparse element that marks the buffers, streaming
24354           raw vorbis using GDP now works, whee
24355
24356 2004-06-08  Wim Taymans  <wim@fluendo.com>
24357
24358         * ext/jpeg/Makefile.am:
24359         * ext/jpeg/README:
24360         * ext/jpeg/gstjpeg.c: (plugin_init):
24361         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24362         (gst_smokedec_base_init), (gst_smokedec_class_init),
24363         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24364         * ext/jpeg/gstsmokedec.h:
24365         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24366         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24367         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24368         (gst_smokeenc_resync), (gst_smokeenc_chain),
24369         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24370         * ext/jpeg/gstsmokeenc.h:
24371         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24372         (smokecodec_flush_destination), (smokecodec_term_destination),
24373         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24374         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24375         (smokecodec_term_source), (smokecodec_encode_new),
24376         (smokecodec_decode_new), (smokecodec_info_free),
24377         (smokecodec_set_quality), (smokecodec_get_quality),
24378         (smokecodec_set_threshold), (smokecodec_get_threshold),
24379         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24380         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24381         (smokecodec_parse_header), (smokecodec_decode):
24382         * ext/jpeg/smokecodec.h:
24383         Added a new simple jpeg based codec
24384
24385 2004-06-08  Wim Taymans  <wim@fluendo.com>
24386
24387         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24388         (gst_multipart_mux_loop):
24389         Fix memory leak
24390
24391 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24392
24393         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24394         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24395         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24396         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24397         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24398         * gst/tcp/gsttcpserversink.h:
24399           take streamheader into account
24400
24401 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24402
24403         * gst/level/Makefile.am:
24404         * gst/level/gstlevel.c: (gst_level_class_init):
24405           clean up marshal generation
24406
24407 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24408
24409         * gst/tcp/Makefile.am:
24410         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24411         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24412         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24413         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24414         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24415         (gst_tcpclientsrc_get_property):
24416         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24417         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24418         (gst_tcpserversink_handle_client_read),
24419         (gst_tcpserversink_handle_client_write),
24420         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24421         * gst/tcp/gsttcpserversink.h:
24422           add signals client-added and client-removed
24423         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24424         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24425         (gst_tcpserversrc_get_property):
24426         uniformized, change default protocol to NONE
24427         * gst/tcp/gsttcp-marshal.list: added
24428 2004-06-07  Benjamin Otte  <otte@gnome.org>
24429
24430         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24431           handle discont events if they happen before caps nego
24432
24433 2004-06-07  Wim Taymans  <wim@fluendo.com>
24434
24435         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24436         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24437         (gst_multipart_demux_plugin_init):
24438         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24439         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24440         (gst_multipart_mux_change_state):
24441         Small updates, fix a memleak
24442
24443 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24444
24445         * configure.ac: OSS portability
24446         * ext/arts/gst_arts.c: idem
24447         * sys/oss/gstosselement.c: idem
24448         * sys/oss/gstossmixer.c: idem
24449         * sys/oss/gstosssink.c: idem
24450         * sys/oss/gstosssrc.c: idem
24451         * sys/oss/oss_probe.c: idem
24452           - check for soundcard.h in different places for some BSD
24453
24454 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24455
24456         * AUTHORS:
24457         Add me to the authors file
24458         * configure.ac:
24459         Increase the libdv requirement to >= version 0.100
24460         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24461         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24462         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24463         * ext/dv/gstdvdec.h:
24464         Add support for the new_media flag when sending DISCONT events
24465         Make the querying work when video pad is not linked
24466
24467 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24468
24469         reviewed by Benjamin Otte  <otte@gnome.org>
24470
24471         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24472           create a NULL-initialized array of pads, so we don't think they
24473           exist already. (fixes #143130)
24474
24475 2004-06-07  Benjamin Otte  <otte@gnome.org>
24476
24477         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24478         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24479         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24480           don't use // coments
24481
24482 2004-06-07  Benjamin Otte  <otte@gnome.org>
24483
24484         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24485           cast to GstClockTime to get higher granularity
24486         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24487           use gst_element_set_time_delay to get the exact time
24488         * ext/mad/gstmad.c: (gst_mad_chain):
24489           use the negotiated rate instead of the current frame's rate which
24490           might be wrong because of bit errors. This avoids emitting totally
24491           bogus timestamps and screwing sync.
24492         (fixes #143454)
24493
24494 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24495
24496         reviewed by Benjamin Otte  <otte@gnome.org>
24497
24498         * gst/adder/gstadder.c: (gst_adder_loop):
24499           properly error out when no negotiation has happened yet. (fixes
24500           #143032)
24501
24502 2004-06-06  Benjamin Otte  <otte@gnome.org>
24503
24504         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24505           forward correctly transformed offset in discont events. Based on
24506           patch by Arwed v. Merkatz. (fixes #142851)
24507
24508 2004-06-06  David Schleef  <ds@schleef.org>
24509
24510         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24511         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24512         problems on several systems.
24513
24514 2004-06-06  Benjamin Otte  <otte@gnome.org>
24515
24516         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24517           use explicit caps on the srcpad
24518         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24519           properly error out if caps couldn't be set (fixes #142764)
24520
24521 2004-06-06  Benjamin Otte  <otte@gnome.org>
24522
24523         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24524         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24525         (gst_alsa_start_audio):
24526           - don't call set_periods_integer anymore, it breaks the
24527           configuration randomly
24528           - call snd_pcm_hw_params_set_access directly instead of using masks
24529           - don't fail if the sw_params can't be set, just use the default
24530           params and hope it works. Alsalib has weird issues when you touch
24531           sw_params and does no proper error reporting about what failed.
24532         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24533         (gst_alsa_close_audio):
24534           make our alsa debugging go via gst debugging and not conditionally
24535           defined
24536         * ext/alsa/gstalsa.h:
24537           add ALSA_DEBUG_FLUSH macro
24538         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24539         (plugin_init):
24540           wrap alsa errors to be printed via the gst debugging system and not
24541           spammed to stderr
24542
24543 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24544
24545         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24546         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24547         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24548         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24549         (qtdemux_parse_trak):
24550         * gst/qtdemux/qtdemux.h:
24551           Bitch. Also known as seeking, querying & co.
24552         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24553         (gst_osssink_change_state):
24554         * sys/oss/gstosssink.h:
24555           Resyncing is for weenies, this hack is no longer needed and was
24556           broken anyway (since it - unintendedly - always leaves resync to
24557           TRUE).
24558
24559 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24560
24561         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24562         * gst/tcp/gsttcpclientsrc.h: idem
24563           - define MSG_NOSIGNAL if not done
24564           - include unistd.h for off_t
24565           (fixes #143749)
24566
24567 2004-06-05  Benjamin Otte  <otte@gnome.org>
24568
24569         * configure.ac:
24570         * ext/kio/Makefile.am:
24571           check for qt's moc preprocessor explicitly and use it
24572
24573 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24574
24575         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24576           don't get a signal for EPIPE on socket writes
24577           (somebody check if this works on other platforms)
24578
24579 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24580
24581         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24582         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24583           check error condition on available samples correctly
24584
24585 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24586
24587         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24588           avoid a segfault
24589         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24590         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24591         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24592         (gst_tcpserversrc_gdp_read_header):
24593          use ssize_t over size_t since the former is signed and thus the
24594          check for error codes can work
24595
24596 2004-06-02  Wim Taymans  <wim@fluendo.com>
24597
24598         reviewed by: Johan
24599
24600         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24601         (gst_multipart_mux_loop):
24602         Oops
24603
24604 2004-06-02  Wim Taymans  <wim@fluendo.com>
24605
24606         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24607         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24608         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24609         (gst_multipart_mux_change_state):
24610         Added configurable boundary specifier, added the value as a
24611         caps field as well.
24612
24613 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24614
24615         * gst/tcp/gsttcp.c:
24616         * gst/tcp/gsttcpclientsrc.c:
24617         * gst/tcp/gsttcpclientsrc.h:
24618         * gst/tcp/gsttcpserversrc.c:
24619           - portability fix, to compile on OSX
24620             (fixes #143146)
24621
24622         * sys/osxaudio/gstosxaudioelement.c:
24623         * sys/osxaudio/gstosxaudiosink.c:
24624         * sys/osxaudio/gstosxaudiosrc.c:
24625           - compilation warnings on OSX
24626             (fixes #143153)
24627
24628 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24629
24630         * ext/vorbis/vorbisdec.c : sign warning fixes
24631
24632         * gst-libs/gst/mixer/mixertrack.c :
24633           do no use defines which are glib 2.4 specific
24634
24635 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24636
24637         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24638           buffer since libflac doesn't expect it (reports a sync error when
24639           it encounters that)
24640
24641
24642 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24643
24644         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24645         * gst-libs/gst/mixer/mixertrack.c:
24646         (gst_mixer_track_get_property), (get_mixer_track_init),
24647         (get_mixer_track_get_property): Added property accessors
24648         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24649         * gst-libs/gst/mixer/mixeroptions.c:
24650         (gst_mixer_options_get_values): Added
24651         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24652         * gst-libs/gst/mixer/mixer.c: Fixed comment
24653
24654
24655 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24656
24657         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24658           improve error messages on open
24659
24660
24661 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24662
24663         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24664           check if v4l-conf is in path
24665
24666 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24667
24668         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24669           change assert to a more readable error message
24670
24671 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24672
24673         * gst-libs/gst/tuner/tunerchannel.h:
24674           - add a freq_multiplicator field to make the conversion
24675             between internal frequency unit and Hz
24676         * sys/v4l/gstv4lelement.c:
24677         * sys/v4l2/gstv4l2element.c:
24678           - change default video device to /dev/video0
24679         * sys/v4l/v4l_calls.c:
24680         * sys/v4l2/v4l2_calls.c:
24681           - we only expose frequency to the user in Hz instead of
24682             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24683
24684 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24685         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24686           Initialise b_o_s and e_o_s variables
24687         * gst-libs/gst/riff/riff-media.c:
24688         (gst_riff_create_video_caps_with_data):
24689           Add some unusual fourcc's from mplayer avi's
24690         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24691           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24692           autoplugging.
24693
24694 2004-05-28  Wim Taymans  <wim@fluendo.com>
24695
24696         * configure.ac:
24697         * gst/alpha/Makefile.am:
24698         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24699         (gst_alpha_get_type), (gst_alpha_base_init),
24700         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24701         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24702         (gst_alpha_chroma_key), (gst_alpha_chain),
24703         (gst_alpha_change_state), (plugin_init):
24704         A plugin to add an alpha channel to I420 video. Can optionally do
24705         chroma keying.
24706         * gst/multipart/Makefile.am:
24707         * gst/multipart/multipart.c: (plugin_init):
24708         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24709         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24710         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24711         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24712         (gst_multipart_demux_change_state),
24713         (gst_multipart_demux_plugin_init):
24714         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24715         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24716         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24717         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24718         (gst_multipart_mux_pad_unlink),
24719         (gst_multipart_mux_request_new_pad),
24720         (gst_multipart_mux_handle_src_event),
24721         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24722         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24723         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24724         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24725         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24726         send multipart jpeg images to a browser.
24727         * gst/videobox/Makefile.am:
24728         * gst/videobox/README:
24729         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24730         (gst_video_box_get_type), (gst_video_box_base_init),
24731         (gst_video_box_class_init), (gst_video_box_init),
24732         (gst_video_box_set_property), (gst_video_box_get_property),
24733         (gst_video_box_sink_link), (gst_video_box_i420),
24734         (gst_video_box_ayuv), (gst_video_box_chain),
24735         (gst_video_box_change_state), (plugin_init):
24736         Crops or adds borders around an image. can do alpha channel
24737         borders as well.
24738         * gst/videomixer/Makefile.am:
24739         * gst/videomixer/README:
24740         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24741         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24742         (gst_videomixer_pad_get_sink_event_masks),
24743         (gst_videomixer_pad_get_property),
24744         (gst_videomixer_pad_set_property),
24745         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24746         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24747         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24748         (gst_videomixer_base_init), (gst_videomixer_class_init),
24749         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24750         (gst_videomixer_handle_src_event),
24751         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24752         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24753         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24754         (gst_videomixer_loop), (gst_videomixer_get_property),
24755         (gst_videomixer_set_property), (gst_videomixer_change_state),
24756         (plugin_init):
24757         Generic video mixer plugin, can handle multiple inputs all with
24758         different framerates and video sizes. Is fully alpha channel
24759         aware.
24760
24761 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24762
24763         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24764           Select first track as master track. Not sure how else to handle
24765           that...
24766         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24767           Discard discont events. Should fix #142962.
24768
24769 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24770
24771         * ext/alsa/Makefile.am:
24772         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24773         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24774         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24775         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24776         (gst_alsa_mixer_get_option):
24777         * ext/alsa/gstalsamixer.h:
24778         * ext/alsa/gstalsamixeroptions.c:
24779         (gst_alsa_mixer_options_get_type),
24780         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24781         (gst_alsa_mixer_options_new):
24782         * ext/alsa/gstalsamixeroptions.h:
24783         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24784         * ext/alsa/gstalsamixertrack.h:
24785           Add enumerations (as GstMixerOptions). Make correct distinction
24786           between input/output tracks. Add capture/playback private flag.
24787           Use flag to decide on whether to set capture or playback volumes
24788           or switches. Use playback and record switches.
24789         * gst-libs/gst/mixer/Makefile.am:
24790         * gst-libs/gst/mixer/mixer-marshal.list:
24791         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24792         (gst_mixer_set_option), (gst_mixer_get_option),
24793         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24794         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24795         * gst-libs/gst/mixer/mixer.h:
24796         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24797         (gst_mixer_options_class_init), (gst_mixer_options_init),
24798         (gst_mixer_options_dispose):
24799         * gst-libs/gst/mixer/mixeroptions.h:
24800           Add GstMixerOptions.
24801         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24802           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24803           broken device detection on computers with multiple OSS sound
24804           cards.
24805
24806 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24807
24808         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24809           fixate nicely even when the peer is not negotiating
24810
24811 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24812
24813         * gst/audioconvert/gstaudioconvert.c:
24814         (gst_audio_convert_parse_caps):
24815           make sure we don't allow depth > width
24816         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24817           fixate endianness to G_BYTE_ORDER as default
24818         * gst/audioscale/gstaudioscale.c:
24819           we don't handle another endianness as host-endianness
24820
24821 2004-05-25  David Schleef  <ds@schleef.org>
24822
24823         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24824
24825 2004-05-24  Benjamin Otte  <otte@gnome.org>
24826
24827         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24828         (gst_oggvorbisenc_setup):
24829           properly fail when we can't setup the vorbis encoder due to
24830           unsupported settings
24831         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24832         (gst_vorbisenc_setup):
24833           same
24834         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24835           fix case where warnings occured when one pad was unlinked while the
24836           other's link function was called
24837
24838 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24839
24840         * gst/tcp/Makefile.am:
24841           use GST_ENABLE_NEW
24842
24843 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24844
24845         * gst-libs/gst/resample/private.h:
24846           don't use optimizations that are #if 0'ed
24847
24848 2004-05-24  Wim Taymans  <wim@fluendo.com>
24849
24850         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24851         Fix potential division by zero error and hopefully get
24852         the position query right to get correct timestamps on avi
24853         audio.
24854
24855 2004-05-24  Wim Taymans  <wim@fluendo.com>
24856
24857         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24858         (gst_videoscale_scale_nearest_str2),
24859         (gst_videoscale_scale_nearest_str4),
24860         (gst_videoscale_scale_nearest_32bit),
24861         (gst_videoscale_scale_nearest_24bit),
24862         (gst_videoscale_scale_nearest_16bit):
24863         Fix the scaling algorithm and avoid a buffer overflow.
24864         removed the while loop in the scaling function as it
24865         was used for point sampling only.
24866
24867 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24868
24869         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24870         (gst_id3_tag_class_init), (gst_id3_tag_init),
24871         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24872         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24873         (gst_id3_tag_send_tag_event):
24874           lots of fixes to make id3mux work and id3demux work correctly
24875
24876 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24877
24878         * ext/Makefile.am:
24879           add rules to build shout2send (was removed by accident
24880           when this module was no more marked experimental/broken)
24881
24882 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24883
24884         * ext/shout2/gstshout2.c:
24885         * ext/shout2/gstshout2.h:
24886           adding a "connection problem" signal to shout2send
24887           (fixes #142954)
24888
24889 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24890
24891         * ext/kio/kioreceiver.cpp:
24892         * ext/kio/kioreceiver.h:
24893           fix sign comparison issues
24894
24895 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24896
24897         * gst/cdxaparse/gstcdxaparse.c:
24898         * gst/cdxaparse/gstcdxaparse.h:
24899           some renaming
24900           add some checks/sanity
24901           prepare for seek addition
24902
24903         * sys/sunaudio/gstsunaudio.c:
24904           remove exported dupe init function
24905
24906 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
24907
24908         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24909         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24910           Fix format conversion and position querying.
24911         * gst/debug/progressreport.c: (gst_progressreport_report):
24912           Don't output a bogus total value that we didn't query.
24913         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24914           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24915           only a blank window after xine has been used.
24916
24917 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24918
24919         * m4/as-arts.m4:
24920           sync with upstream version to fix test on FC2
24921           readd with -ko to preserve Id header
24922
24923 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24924
24925         * configure.ac:
24926           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24927         * gst/tcp/gsttcpclientsrc.c: idem
24928         * gst/tcp/gsttcpserversink.c: idem
24929         * gst/tcp/gsttcpserversrc.c: idem
24930         * m4/gst-fionread.m4: idem
24931
24932         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24933
24934         * configure.ac: enable speex plugin for speex 1.1.5+
24935         * ext/speex/gstspeexenc.c: fix cast warning
24936
24937         * ext/esd/README: fix typo
24938
24939 2004-05-20  David Schleef  <ds@schleef.org>
24940
24941         * configure.ac: Minor cosmetic change to convince the buildbot to
24942         reautogen.
24943         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
24944         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
24945         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
24946         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
24947         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
24948         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
24949         More hacking.  Plays audio now.
24950
24951 2004-05-20  David Schleef  <ds@schleef.org>
24952
24953         * configure.ac:
24954         * sys/Makefile.am:
24955
24956 2004-05-20  David Schleef  <ds@schleef.org>
24957
24958         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
24959         * sys/osxaudio/gstosxaudio.c:
24960         * sys/osxaudio/gstosxaudioelement.c:
24961         * sys/osxaudio/gstosxaudioelement.h:
24962         * sys/osxaudio/gstosxaudiosink.c:
24963         * sys/osxaudio/gstosxaudiosink.h:
24964         * sys/osxaudio/gstosxaudiosrc.c:
24965         * sys/osxaudio/gstosxaudiosrc.h:
24966
24967 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24968
24969         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
24970         (gst_vorbisenc_chain):
24971           put the codec headers on the caps as streamheader as well as
24972           pushing them out
24973
24974 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24975
24976         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24977         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24978         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
24979         split up push_packet into two functions
24980
24981 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24982
24983         * gst/tcp/.cvsignore:
24984           ignore enums
24985         * gst/tcp/Makefile.am:
24986         * gst/tcp/README:
24987         * gst/tcp/gsttcp.c:
24988         * gst/tcp/gsttcp.h:
24989         * gst/tcp/gsttcpclientsink.c:
24990         * gst/tcp/gsttcpclientsink.h:
24991         * gst/tcp/gsttcpclientsrc.c:
24992         * gst/tcp/gsttcpclientsrc.h:
24993         * gst/tcp/gsttcpplugin.c:
24994         * gst/tcp/gsttcpserversink.c:
24995         * gst/tcp/gsttcpserversink.h:
24996         * gst/tcp/gsttcpserversrc.c:
24997         * gst/tcp/gsttcpserversrc.h:
24998           add new tcp elements
24999
25000 2004-05-19  Wim Taymans  <wim@fluendo.com>
25001
25002         * gst/law/mulaw-conversion.c: (mulaw_encode):
25003         Fix overflow bug in ulaw encoding.
25004
25005 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25006
25007         * ext/mad/gstmad.c: (gst_mad_handle_event):
25008           don't unref the event twice
25009
25010 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25011
25012         * configure.ac:
25013           remove -Wno-sign-compare
25014
25015 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25016
25017         * configure.ac:
25018           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25019           if you want to work against glib 2.2 and 2.4
25020
25021 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25022
25023         * gst/tcp/Makefile.am:
25024         * gst/tcp/gsttcp.c:
25025         * gst/tcp/gsttcp.h:
25026         * gst/tcp/gsttcpsink.h:
25027         * gst/tcp/gsttcpsrc.h:
25028           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25029
25030 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25031
25032         * gst/debug/tests.c: (md5_get_value):
25033           fix segfault on gst-inspect
25034
25035 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25036
25037         * gst/debug/testplugin.c:
25038         * gst/debug/tests.c:
25039         * gst/debug/tests.h:
25040           add new extensible and configurable testing element. Current tests
25041           include buffer count, stream length, timestamp/duration matching and
25042           md5.
25043         * gst/debug/Makefile.am:
25044         * gst/debug/gstdebug.c: (plugin_init):
25045           add infrastructure for new element
25046
25047 2004-05-19  Johan Dahlin  <johan@gnome.org>
25048
25049         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25050         ending of the array. Fixes gst-inspect segfault on ppc.
25051
25052 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25053
25054         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25055
25056         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25057
25058 2004-05-18  David Schleef  <ds@schleef.org>
25059
25060         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25061         warnings (bugs, actually) noticed by gcc but not forte.
25062
25063 2004-05-18  David Schleef  <ds@schleef.org>
25064
25065         * sys/sunaudio/Makefile.am:
25066         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25067
25068 2004-05-18  David Schleef  <ds@schleef.org>
25069
25070         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25071         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
25072         to allow qtdemux to use non-seekable streams. (bug #142272)
25073
25074 2004-05-18  David Schleef  <ds@schleef.org>
25075
25076         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25077         (gst_resample_sinc_ft_float): Remove use of static temporary
25078         buffer.  This code was obviously not supposed to last long, but
25079         it's stuck in our ABI, so it required a little hack to make it
25080         ABI-compatible.  Fixes #142585.
25081         * gst-libs/gst/resample/resample.h: same.
25082
25083 2004-05-18  David Schleef  <ds@schleef.org>
25084
25085         * configure.ac: Add sunaudio
25086         * examples/Makefile.am: make gstplay depend on gconf
25087         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25088         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25089         (convert_table_lookup), (img_convert): remove c99-isms
25090         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25091           unsigned, to fix a warning on Solaris
25092         * gst/mpeg1sys/systems.c: bcopy->memcpy
25093         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25094         * sys/Makefile.am: Add sunaudio
25095
25096 2004-05-18  Wim Taymans  <wim@fluendo.com>
25097
25098         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25099         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25100         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25101         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25102         (gst_ogg_mux_loop):
25103         Fix an ugly memleak where the muxer didn't flush enough ogg
25104         pages. This also resulted in badly muxed ogg files.
25105
25106 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25107
25108         * gst/asfdemux/asfheaders.c :
25109         * gst/asfdemux/asfheaders.h :
25110         * gst/asfdemux/gstasfdemux.c :
25111           - fix ASF_OBJ_PADDING guid
25112           - add 3 new object guids (language list, metadata,
25113             extended stream properties)
25114           - add a function to parse extended header objects
25115
25116 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25117
25118         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25119           remove leftover debugging g_print
25120
25121 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25122
25123         * ext/mad/gstmad.c: (gst_mad_handle_event):
25124           Fix for when the first format in a discont event is not a
25125           byte-based one. Should fix #137710.
25126
25127 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25128
25129         * m4/a52.m4 : fix compilation with -Wall -Werror
25130         * m4/libfame.m4 : idem
25131         * m4/libmikmod.m4 : idem
25132
25133 2004-05-17  Benjamin Otte  <otte@gnome.org>
25134
25135         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25136           signal the new tags before giving up the reference
25137
25138 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25139
25140         * ext/shout2/gstshout2.c:
25141           use application/ogg instead of application/x-ogg (patch by Patrick
25142           Guimond, fixes #142432)
25143         * sys/oss/gstosselement.c: (gst_osselement_reset),
25144         (gst_osselement_sync_parms):
25145           don't set fragment size unless specified (fixes #142493)
25146
25147 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25148
25149         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25150           fixes #142664
25151
25152 2004-05-17  Benjamin Otte  <otte@gnome.org>
25153
25154         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25155           compute offsets correctly for internal buffers so timestamps are set
25156           correctly when we can't seek. Also handle cases where there are no
25157           offsets. (based on a patch by David Moore, fixes #142507)
25158
25159 2004-05-17  Benjamin Otte  <otte@gnome.org>
25160
25161         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25162           use correct variable when determining amount of data to skip so we
25163           don't skip into the void and segfault
25164
25165 2004-05-16  Benjamin Otte  <otte@gnome.org>
25166
25167         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25168           Hi, I'm a memleak
25169
25170 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25171
25172         * gst/asfdemux/gstasfdemux.c:
25173           - fix a mem leak and always propagate tags
25174           - add WMV3 to known video codecs (but no decoder yet)
25175           - replace "surplus data" at end of audio header for what
25176             it is : codec specific data
25177           - fix a typo
25178
25179 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25180
25181         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25182
25183         * gst-libs/gst/audio/audioclock.c:
25184           Fix wrong return type (#142205).
25185
25186 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25187
25188         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25189           Ignore CRCs by default (fixes #142566).
25190
25191 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25192
25193         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25194         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25195         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25196         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25197         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25198         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25199           Fix for cases where we fail to attach to a mixer.
25200
25201 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25202
25203         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25204           Don't touch events after not owning them anymore.
25205         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25206         (gst_wavparse_fmt), (gst_wavparse_other),
25207         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25208         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25209         (gst_wavparse_srcpad_event):
25210         * gst/wavparse/gstwavparse.h:
25211           Add seeking, fix querying.
25212
25213 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25214
25215         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25216           - process comments even if they don't end with \0\0
25217             g_convert would ignore them if present and works well without them
25218
25219 2004-05-16  Benjamin Otte  <otte@gnome.org>
25220
25221         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25222           simplify caps
25223
25224 2004-05-16  Benjamin Otte  <otte@gnome.org>
25225
25226         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25227           don't write to memory we might not write to - g_convert does that
25228           for us anyway (fixes #142613)
25229         (gst_asf_demux_audio_caps):
25230           comment out gst_util_dump_mem
25231
25232 2004-05-16  Benjamin Otte  <otte@gnome.org>
25233
25234         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25235           compute correct expected timestamps after seek (broken since
25236           last commit)
25237         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25238           rename element and debugging category to gdkpixbufscale
25239
25240 2004-05-16  Benjamin Otte  <otte@gnome.org>
25241
25242         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25243           add error checking to snd_pcm_delay and remove duplicate call to
25244           snd_pcm_delay that caused issues (see inline code comments)
25245         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25246           make more readable and fix return value when snd_pcm_delay fails
25247         (fixes #142586)
25248
25249 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25250         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25251         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25252         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25253         (gst_pixbufscale_link), (gst_pixbufscale_init),
25254         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25255         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25256         (gst_pixbufscale_get_property), (pixbufscale_init):
25257         * ext/gdk_pixbuf/pixbufscale.h:
25258         Add these files I forgot earlier
25259
25260 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25261         * ext/gdk_pixbuf/Makefile.am:
25262         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25263         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25264         Add new pixbufscale element to scale RGB video
25265         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25266         and HYPER interpolation correctly.
25267         * ext/theora/theoraenc.c: (theora_enc_chain),
25268         Discard buffer and return if explicit caps could not be set
25269         (theora_enc_get_property):
25270         Make _get return kbps for the bitrate consistent with
25271         the _set function.
25272
25273
25274 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25275
25276         * ext/libvisual/visual.c: (gst_visual_chain):
25277           add missing visual_audio_analyze
25278
25279 2004-05-14  David Schleef  <ds@schleef.org>
25280
25281         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25282         is killed while we're playing.
25283         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25284         gst_element_no_more_pads().
25285
25286 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25287
25288         * gst-libs/gst/riff/riff-read.c :
25289           - fix INFO tag extraction in RIFF/AVI files
25290             because gst_event_unref (event) also freed taglist
25291           - avoid a mem leak
25292
25293 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25294
25295         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25296         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25297
25298         * gst/auparse/gstauparse.c :
25299           - add code (commented for now) to support audio/x-adpcm on src pad
25300             (we have no decoder for those layout yet)
25301
25302         * gst/cdxaparse/gstcdxaparse.c :
25303         * gst/cdxaparse/gstcdxaparse.h :
25304           - partial rewrite using RiffRead (ripped iain's wavparse code)
25305
25306         * gst/rtp/gstrtpL16enc.c : typo
25307         * gst/rtp/gstrtpgsmenc.c : typo
25308
25309 2004-05-13  Benjamin Otte  <otte@gnome.org>
25310
25311         * configure.ac:
25312           check for exact version of libvisual, it's not supposed to be
25313           API/ABI stable yet
25314
25315 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25316
25317         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25318           signal no-more-pads
25319
25320 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25321
25322         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25323         Report which format was used for GST_FORMAT_DEFAULT
25324         * gst/debug/Makefile.am:
25325         * gst/debug/gstdebug.c: (plugin_init):
25326         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25327         (gst_progressreport_class_init), (gst_progressreport_init),
25328         (gst_progressreport_report), (gst_progressreport_set_property),
25329         (gst_progressreport_get_property), (gst_progressreport_chain),
25330         (gst_progressreport_plugin_init):
25331         Add progressreport element for testing.
25332
25333 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25334
25335         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25336         * sys/v4l/gstv4lsrc.h:
25337         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25338         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25339         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25340         (gst_v4lsrc_grab_frame):
25341           add more debugging
25342           send a discont at start
25343
25344 2004-05-12  Colin Walters  <walters@redhat.com>
25345
25346         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25347         inflooping if we can't find a chunk.  Or in other words, don't blow
25348         chunks if we don't have a chunk to blow.
25349
25350 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25351         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25352         Remove old debug output
25353         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25354         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25355         (gst_dvdec_set_property), (gst_dvdec_get_property):
25356         Change the quality setting to an enum, so it works from gst-launch
25357         Don't renegotiate a non-linked pad. Allows audio only decoding.
25358         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25359         (gst_deinterlace_link), (gst_deinterlace_init):
25360         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25361         (gst_videodrop_link):
25362         Some caps negotiation fixes
25363
25364 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25365
25366         * ext/tarkin/gsttarkin.c :
25367           - Change RANK from NONE to PRIMARY
25368         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25369           - Change RANK from NONE to MARGINAL
25370         * ext/divx/gstdivxenc.c :
25371           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25372
25373 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25374
25375         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25376         (gst_vorbisenc_push_packet):
25377           copy a function that was added between 1.0 and 1.0.1 until we
25378           depend on worthwhile features of post-1.0
25379
25380 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25381
25382         * configure.ac:
25383           enable shout2 by default
25384         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25385         (gst_shout2send_base_init), (gst_shout2send_init),
25386         (gst_shout2send_connect), (gst_shout2send_change_state):
25387         * ext/shout2/gstshout2.h:
25388           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25389           #142262)
25390         * ext/theora/theora.c: (plugin_init):
25391           don't set rank on encoders
25392
25393 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25394
25395         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25396           Use codec_data property instead of flag1 and flag2 for wma
25397
25398 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25399
25400         * gst/cdxaparse/gstcdxaparse.c :
25401           - Add mpegversion to CAPS to make it link
25402           - Rank is as GST_RANK_SECONDARY instead of NONE
25403         * gst/auparse/gstauparse.c :
25404           - Document all audio encoding we can encounter from Solaris 9
25405             headers and libsndfile information.
25406           - Increase max. rate from 48000 to 192000 (to match other elements)
25407           - Don't try to play junk data between header and samples
25408
25409 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25410
25411         * ext/libvisual/visual.c: (gst_visual_getcaps):
25412           use the right caps depending on endianness (I hope)
25413         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25414           use GST_RANK_NONE for all non-decoding elements or spider gets
25415           mighty confused
25416
25417 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25418
25419         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25420           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25421
25422 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25423
25424         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25425         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25426         (gst_switch_loop), (gst_switch_get_type):
25427           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25428           HEADERS. Had to be said.
25429
25430 2004-05-10  David Schleef  <ds@schleef.org>
25431
25432         * configure.ac: Add prototype Dirac support.
25433         * ext/Makefile.am:
25434         * ext/dirac/Makefile.am:
25435         * ext/dirac/gstdirac.cc:
25436         * ext/dirac/gstdiracdec.cc:
25437
25438 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25439
25440         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25441         (gst_auparse_init), (gst_auparse_chain),
25442         (gst_auparse_change_state):
25443           Hack around spider. Remove me some day please.
25444
25445 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25446
25447         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25448           Fix for some uninitialized variables in previous patch, also
25449           makes it work. Fixes #142286 while we're at it.
25450
25451 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25452
25453         * gst/auparse/gstauparse.c:
25454                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25455                 only unsupported formats are ADPCM/CCITT G.72x
25456                 reviewed by Ronald
25457         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25458
25459 2004-05-10  Wim Taymans  <wim@fluendo.com>
25460
25461         * ext/vorbis/Makefile.am:
25462         * ext/vorbis/README:
25463         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25464         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25465         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25466         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25467         (gst_oggvorbisenc_convert_sink),
25468         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25469         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25470         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25471         (get_constraints_string), (update_start_message),
25472         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25473         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25474         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25475         * ext/vorbis/oggvorbisenc.h:
25476         * ext/vorbis/vorbis.c: (plugin_init):
25477         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25478         (raw_caps_factory), (gst_vorbisenc_class_init),
25479         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25480         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25481         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25482         * ext/vorbis/vorbisenc.h:
25483         Added a raw vorbis encoder to be used with the oggmuxer.
25484         We still need the old encoder for some gnome applications,
25485         read the README to find out how that works.
25486         The raw encoder is called "rawvorbisenc" until 0.9.
25487
25488 2004-05-10  Wim Taymans  <wim@fluendo.com>
25489
25490         * ext/ogg/gstogg.c: (plugin_init):
25491         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25492         (gst_ogg_print):
25493         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25494         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25495         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25496         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25497         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25498         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25499         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25500         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25501         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25502         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25503         Added an ogg muxer.
25504         Small typo fixes in the demuxer.
25505
25506 2004-05-10  Wim Taymans  <wim@fluendo.com>
25507
25508         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25509         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25510         (theora_enc_change_state), (theora_enc_set_property),
25511         (theora_enc_get_property):
25512         Mark the last packet with an EOS flag which is not really needed
25513         in gstreamer.
25514         Do some better video framerate initialisation.
25515         Update the buffer timestamp.
25516
25517 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25518
25519         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25520         Return the result of the parent state change call
25521
25522 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25523
25524         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25525         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25526         * gst/law/alaw-encode.c : (idem)
25527         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25528         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25529         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25530
25531 2004-05-09  Benjamin Otte  <otte@gnome.org>
25532
25533         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25534           don't use a fixed buffer size when writing variable length data to
25535           it. Fixes memory corruption and makes alsasrc work
25536
25537 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25538
25539         * ext/gnomevfs/gstgnomevfssink.c:
25540         (_gst_boolean_allow_overwrite_accumulator),
25541         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25542           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25543           RUN_LAST, and don't use that to set the accumulator value because
25544           then it's always FALSE.
25545
25546 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25547
25548         * gst-libs/gst/riff/riff-media.c:
25549         (gst_riff_create_video_caps_with_data),
25550         (gst_riff_create_audio_caps),
25551         (gst_riff_create_audio_template_caps):
25552         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25553           Fix for unaligned RIFF files (i.e. where all the chunks together
25554           in a LIST chunk are not of the same size as the size given in
25555           the LIST chunk header). Fixes several odd WAVE files. Also fix
25556           ADPCM (block_align property) in audio, so that wavparse based
25557           on this works now as it used to stand-alone.
25558
25559 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25560
25561         reviewed by Benjamin Otte  <otte@gnome.org>
25562
25563         * ext/a52dec/gsta52dec.c:
25564         * ext/divx/gstdivxdec.c:
25565         * ext/divx/gstdivxenc.c:
25566         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25567         * ext/faac/gstfaac.c: (gst_faac_base_init):
25568         * ext/faad/gstfaad.c: (gst_faad_base_init):
25569         * ext/ivorbis/vorbisfile.c:
25570         * ext/lame/gstlame.c:
25571         * ext/libfame/gstlibfame.c:
25572         * ext/mpeg2enc/gstmpeg2enc.cc:
25573         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25574         * ext/sidplay/gstsiddec.cc:
25575         * ext/speex/gstspeexdec.c:
25576         * ext/speex/gstspeexenc.c:
25577         * ext/xvid/gstxviddec.c:
25578         * ext/xvid/gstxvidenc.c:
25579           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25580           (fixes #142193)
25581
25582 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25583
25584         * ext/alsa/gstalsa.c: (device_list),
25585         (gst_alsa_class_probe_devices):
25586         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25587           Fix alsa oddness in mixer after the combination of using mixer
25588           in source/sink elements and using hw:x,y instead of just hw:x.
25589
25590 2004-05-09  Benjamin Otte  <otte@gnome.org>
25591
25592         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25593         (gst_wavparse_create_sourcepad):
25594           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25595           sourcepads
25596
25597 2004-05-09  Benjamin Otte  <otte@gnome.org>
25598
25599         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25600           allow discont events before caps nego
25601
25602 2004-05-08  Benjamin Otte  <otte@gnome.org>
25603
25604         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25605           don't leak events
25606
25607 2004-05-08  Benjamin Otte  <otte@gnome.org>
25608
25609         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25610         (gst_level_change_state), (gst_level_init):
25611         * gst/level/gstlevel.h:
25612           figure out if we're initialized directly instead of keeping a
25613           variable that's wrong in 90% of cases
25614           don't initialize pads and then leak them and use a new unitialized
25615           pad. (fixes #142084)
25616           these were bugs so n00bish I didn't find them for an hour :/
25617
25618 2004-05-08 Iain <iain@prettypeople.org>
25619
25620         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25621         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25622         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25623         return the length that was read.
25624         (gst_riff_read_strf_auds): Allow fmt tags as well.
25625
25626 2004-05-07  David Schleef  <ds@schleef.org>
25627
25628         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25629         signed char assumption in faad.h.
25630
25631 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25632
25633         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25634           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25635
25636 2004-05-07  Colin Walters  <walters@redhat.com>
25637
25638         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25639         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25640         function.
25641         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25642         Add dispose function.
25643
25644 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25645         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25646           Fix caps nego and pad templates. RGB mode caps should
25647           work now.
25648         * ext/dvdnav/gst-dvd:
25649           Move mpeg2dec inside the thread because otherwise the
25650           queue rejects cap changes mid-stream
25651         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25652         (gst_mpeg2dec_flush_decoder):
25653           For mpeg2dec > 0.4.0, call the flush function instead of
25654           manually extracting all in-flight frames.
25655         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25656         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25657           Change mime type video/dv go video/x-dv to match the
25658           rest of gst-plugins
25659
25660 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25661
25662         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25663         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25664         (gst_alsa_sink_class_init):
25665         * ext/alsa/gstalsasink.h:
25666         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25667         (gst_alsa_src_class_init):
25668         * ext/alsa/gstalsasrc.h:
25669           Make alsasink/src a subclass of alsamixer so that mixer stuff
25670           shows up in gst-rec. Needs some finetuning.
25671
25672 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25673
25674         * ext/lame/gstlame.c: (gst_lame_chain):
25675           simplify
25676         * ext/mad/gstmad.c: (gst_mad_handle_event):
25677           fix event leak
25678         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25679           be able to detect mp3 files < 4096 bytes
25680
25681 2004-05-06  Wim Taymans  <wim@fluendo.com>
25682
25683         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25684         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25685         (theora_enc_set_property), (theora_enc_get_property):
25686         Also encode the first frame, cleanup some code.
25687
25688 2004-05-06  Wim Taymans  <wim@fluendo.com>
25689
25690         * ext/mpeg2enc/gstmpeg2enc.cc:
25691         Forward events first before deciding that negotiation was
25692         not performed.
25693
25694 2004-05-06  Wim Taymans  <wim@fluendo.com>
25695
25696         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25697         First process the events before deciding that negotiation
25698         was not performed.
25699
25700 2004-05-06  Wim Taymans  <wim@fluendo.com>
25701
25702         * ext/theora/Makefile.am:
25703         * ext/theora/theora.c: (plugin_init):
25704         * ext/theora/theoradec.c: (theora_dec_change_state):
25705         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25706         (gst_theora_enc_class_init), (gst_theora_enc_init),
25707         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25708         (theora_enc_chain), (theora_enc_change_state),
25709         (theora_enc_set_property), (theora_enc_get_property):
25710         Added a theora encoder, grouped the encoder and decoder into the
25711         same plugin.
25712
25713 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25714
25715         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25716         (gst_jpegenc_chain):
25717         fix DURATION on outgoing buffers
25718         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25719         debug using time formats
25720         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25721         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25722         (gst_xvimagesink_sink_link):
25723         windows with width/height 0 generate X errors, so don't allow them
25724
25725 2004-05-05  Wim Taymans  <wim@fluendo.com>
25726
25727         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25728         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25729         (gst_mpeg2dec_negotiate_format):
25730         * ext/mpeg2dec/gstmpeg2dec.h:
25731           removed the static pad template so that we can add the
25732           more accurate framerate value to the caps.
25733
25734
25735 2004-05-04  Benjamin Otte  <otte@gnome.org>
25736
25737         * configure.ac:
25738           check for kdemacros.h, too (should fix #141821)
25739         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25740           don't crash if no header was sent, but nicely error out (fixes part
25741           of #141554)
25742
25743 2004-05-04  Wim Taymans  <wim@fluendo.com>
25744
25745         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25746         parent dispose function to avoid segfault on destroy.
25747
25748 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25749
25750         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25751         (plugin_init):
25752         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25753         (gst_xvimagesink_sink_link):
25754         clean up debugging caps
25755         also recreate xvimage when format has changed
25756
25757 2004-05-04  Benjamin Otte  <otte@gnome.org>
25758
25759         * ext/libvisual/Makefile.am:
25760         * ext/libvisual/visual.c: (gst_visual_class_init),
25761         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25762         (gst_visual_srclink), (gst_visual_chain),
25763         (gst_visual_change_state), (plugin_init):
25764           use a GstAdapter to correctly adapt buffer sizes - allows using a
25765           framerate
25766
25767 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25768
25769         * sys/v4l/gstv4lelement.h:
25770         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25771         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25772         (gst_v4lsrc_buffer_free):
25773         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25774         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25775         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25776         (gst_v4lsrc_requeue_frame):
25777         move some debugging categories around
25778         query for fps index and set accordingly if found
25779
25780 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25781
25782         * ext/lame/gstlame.c:
25783         correct defaults that lame_init puts out of range
25784
25785 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25786
25787         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25788         (gst_divxenc_class_init):
25789         fix range since -1 is the default
25790         * gst/mpeg1sys/gstmpeg1systemencode.c:
25791         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25792         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25793         (gst_rtjpegdec_chain):
25794         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25795         (gst_rtjpegenc_chain):
25796         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25797         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25798         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25799         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25800         * sys/v4l/gstv4lsrc.c:
25801         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25802         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25803         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25804         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25805         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25806           remove gst_info calls
25807
25808 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25809
25810         * Makefile.am:
25811         * po/af.po:
25812         * po/az.po:
25813         * po/en_GB.po:
25814         * po/nl.po:
25815         * po/sr.po:
25816         * po/sv.po:
25817           Updated translations
25818
25819 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25820
25821         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25822           refactor/comment code
25823
25824 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25825
25826         * gst/asfdemux/Makefile.am:
25827         * gst/asfdemux/asfheaders.c:
25828         * gst/asfdemux/asfheaders.h:
25829         * gst/asfdemux/gstasf.c: (plugin_init):
25830         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25831         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25832         (gst_asf_demux_setup_pad):
25833         * gst/asfdemux/gstasfdemux.h:
25834         * gst/asfdemux/gstasfmux.c:
25835         * gst/asfdemux/gstasfmux.h:
25836           Add tagging support to demuxer, split out registration in its own
25837           file instead of in demux (hacky), and prevent having some tables
25838           in our memory multiple times (in asfheaders.h).
25839
25840 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25841
25842         * gst/matroska/matroska-demux.c:
25843         (gst_matroska_demux_parse_metadata):
25844         * gst/matroska/matroska-ids.h:
25845           Basic tag reading support.
25846
25847 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25848
25849         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25850           Really detect ac-3 audio.
25851         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25852           really detect matroska files (off-by-1).
25853
25854 2004-04-30  David Schleef  <ds@schleef.org>
25855
25856         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25857         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25858         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25859         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25860         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25861         hackage -- parse a lot more atoms, extract a few tags.  One might even
25862         mistake this for tag support.  Maybe it is.
25863         * gst/qtdemux/qtdemux.h:
25864
25865 2004-04-30  Colin Walters  <walters@verbum.org>
25866
25867         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25868
25869 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25870
25871         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25872         (gst_ffmpegcolorspace_getcaps):
25873           remove broken nego fix
25874
25875 2004-04-30  Benjamin Otte  <otte@gnome.org>
25876
25877         * configure.ac:
25878         * ext/Makefile.am:
25879         * ext/libvisual/Makefile.am:
25880         * ext/libvisual/visual.c:
25881           add initial support for libvisual (http://libvisual.sourceforge.net)
25882           libvisual is still quite alpha, so expect crashes in there :)
25883
25884 2004-04-29  David Schleef  <ds@schleef.org>
25885
25886         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25887         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25888         up qtdemux to make it spit out codec_data.  Do _not_ look at this
25889         code; you will no longer respect me.
25890
25891 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25892
25893         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25894         * ext/alsa/gstalsa.h :
25895         change alsa pcm device discovery to find more than 1 device
25896         per card. code review by Ronald.
25897
25898 2004-04-29  David Schleef  <ds@schleef.org>
25899
25900         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25901         Add a check for a driver bug on FreeBSD.  (bug #140565)
25902
25903 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25904
25905         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25906         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25907         (gst_jpegenc_getcaps):
25908           move format setting to inner loop
25909         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25910         (gst_ffmpegcolorspace_getcaps):
25911           use GST_PAD_CAPS if available so that we use already negotiated
25912           caps
25913         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25914         (qtdemux_parse_moov), (qtdemux_parse):
25915           extra debugging
25916         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25917         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25918           move hardcoded path to DEFINE
25919
25920 2004-04-28  David Schleef  <ds@schleef.org>
25921
25922         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
25923         (bug #140064)
25924
25925 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25926
25927         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25928           Don't probe for playback device if we're a source element. Fixes
25929           #139658.
25930
25931 2004-04-29  Benjamin Otte  <otte@gnome.org>
25932
25933         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25934         (gst_id3_tag_chain):
25935           rewrite buffer offset
25936
25937 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25938
25939         * configure.ac:
25940         * ext/Makefile.am:
25941         * ext/dts/Makefile.am:
25942         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
25943         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
25944         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
25945         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
25946         (gst_dtsdec_loop), (gst_dtsdec_change_state),
25947         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
25948         (plugin_init):
25949         * ext/dts/gstdtsdec.h:
25950           New DTS decoder.
25951         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
25952         (gst_faad_srcconnect):
25953           Add ESDS atom handling (.m4a).
25954
25955 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25956
25957         * ext/divx/gstdivxdec.c: (plugin_init):
25958           Remove comment that makes no sense.
25959         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
25960           Fix for obvious typo that resulted in warnings during gst-register.
25961         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
25962         (gst_xviddec_sink_link):
25963           Fix caps negotiation a bit better.
25964         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25965           We call this 'codec_data', not 'esds'.
25966
25967 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25968
25969         * gst/monoscope/gstmonoscope.c:
25970           make sure we only provide 256x128
25971         * gst/monoscope/monoscope.c: (monoscope_init):
25972           assert size of 256x128
25973
25974 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25975
25976         * Makefile.am:
25977         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
25978         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
25979           fixate to max width and height of device
25980
25981 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25982
25983         * Makefile.am:
25984         * sys/v4l/gstv4l.c:
25985         * sys/v4l/gstv4lsrc.c:
25986         * sys/v4l/v4l_calls.c:
25987         * sys/v4l/v4lsrc_calls.c:
25988           fix for qc-usb driver which fakes having more than one buffer
25989           by handing the same buffer twice, which confused GStreamer's/v4lsrc
25990           buffer_free override
25991           add debugging
25992
25993 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25994
25995         * Makefile.am:
25996         * gst/videotestsrc/gstvideotestsrc.c:
25997         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
25998         (gst_videotestsrc_init), (gst_videotestsrc_get),
25999         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26000         * gst/videotestsrc/gstvideotestsrc.h:
26001           add num-buffers property
26002
26003         2004-04-26  Benjamin Otte  <otte@gnome.org>
26004
26005         * ext/mad/gstid3tag.c: (plugin_init):
26006           set id3mux rank to NONE so it doesn't confuse spider
26007           require audio/mpeg,mpegversion=1 in id3mux
26008
26009 2004-04-26  Benjamin Otte  <otte@gnome.org>
26010
26011         * configure.ac:
26012           detect faad correctly as non-working if it's indeed non-working
26013
26014 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26015
26016         * Makefile.am:
26017         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26018         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26019         fix _getcaps so it only negotiates to its supported format
26020
26021 2004-04-25  Benjamin Otte  <otte@gnome.org>
26022
26023         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26024           fix memleak
26025
26026 2004-04-23  Benjamin Otte  <otte@gnome.org>
26027
26028         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26029           audio/x-raw-int with height rules! not. Now it's depth.
26030
26031 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26032
26033         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26034         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26035         (gst_wavparse_loop):
26036           Missing variable initialization. Add handling of DVI ADPCM. Fix
26037           mis-parsing of LIST chunks. This works around a bug where we mis-
26038           parse non-aligning LIST chunks (so LIST chunks where the contents
26039           don't align with the actual LIST size). The correct fix is to use
26040           rifflib, I'm not going to fix wavparse - too much work. All this
26041           fixes #104878.
26042
26043 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26044
26045         reviewed by Benjamin Otte  <otte@gnome.org>
26046
26047         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26048           fix shoutcast not working (fixes #140844)
26049
26050 2004-04-22  Benjamin Otte  <otte@gnome.org>
26051
26052         * ext/hermes/gsthermescolorspace.c:
26053         (gst_hermes_colorspace_caps_remove_format_info):
26054         * gst/colorspace/gstcolorspace.c:
26055         (gst_colorspace_caps_remove_format_info):
26056         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26057         (gst_ffmpegcolorspace_caps_remove_format_info):
26058           s/gst_caps_simplify/gst_caps_do_simplify/
26059
26060 2004-04-22  Benjamin Otte  <otte@gnome.org>
26061
26062         * gst-libs/gst/riff/riff-media.c:
26063         (gst_riff_create_video_caps_with_data):
26064           mpegversion is an int
26065         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26066           don't try to create pad templates with NULL caps, use any caps
26067           instead.
26068
26069 2004-04-20  David Schleef  <ds@schleef.org>
26070
26071         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26072         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
26073         (bug #140384)
26074
26075 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26076
26077         reviewed by David Schleef
26078
26079         * ext/mad/gstid3tag.c: Add stdlib.h
26080         * gst/rtp/gstrtpgsmenc.c: same
26081         * gst/tags/gstid3tag.c: same
26082         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26083         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26084         GST_DISABLE_LOADSAVE use.
26085         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26086         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26087         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26088         atol(3)).
26089         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26090         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26091         strtoul(3)).
26092         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26093         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26094         $(ID3_CFLAGS).
26095         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26096         $(LIBFAME_CFLAGS).
26097
26098 2004-04-20  David Schleef  <ds@schleef.org>
26099
26100         * gst/realmedia/rmdemux.c:  This was supposed to part of the
26101         last checkin.  Same idea.
26102
26103 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26104
26105         reviewed by David Schleef
26106
26107         * configure.ac: bump required gstreamer version to 0.8.1.1
26108         because of following changes [--ds]
26109
26110         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
26111         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26112         (gst_riff_read_header):  Use GST_READ_UINT*
26113         macros to access possibly unaligned memory.
26114
26115         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26116         (mp3_type_find):  Use GST_READ_UINT*
26117         macros to access possibly unaligned memory.
26118         (mp3_type_find, mpeg1_parse_header, qt_type_find)
26119         (speex_type_find): Likewise
26120
26121         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26122
26123         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26124         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26125         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26126         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26127         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26128         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
26129         macros to access possibly unaligned memory.
26130
26131         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26132         Likewise.
26133
26134         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26135         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26136
26137         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26138         Likewise.
26139
26140         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26141         (gst_mpeg2subt_chain_subtitle): Likewise.
26142
26143         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26144         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26145         Likewise.
26146
26147         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26148         Likewise.
26149
26150         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26151         Likewise.
26152
26153         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26154         Likewise.
26155
26156 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26157
26158         * configure.ac:
26159           update required version of GStreamer because of GST_TIME_FORMAT
26160
26161 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26162
26163         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26164           remove leftover g_print
26165         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26166           don't try setting only a subset of the caps. We don't want to kill
26167           autoplugging on purpose
26168
26169 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26170
26171         * sys/ximage/ximagesink.c: (plugin_init):
26172         * sys/xvimage/xvimagesink.c: (plugin_init):
26173           add debugging categories
26174
26175 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26176
26177         * po/en_GB.po:
26178         * po/LINGUAS:
26179           Adding en_GB translation (Gareth Owen)
26180
26181 2004-04-20  David Schleef  <ds@schleef.org>
26182
26183         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26184         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26185         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26186         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26187         A number of new features and hacks to extract the esds atom and
26188         put it into the caps.  (bug #137724)
26189
26190 2004-04-19  David Schleef  <ds@schleef.org>
26191
26192         * gconf/Makefile.am: Fix for non-GNU make
26193         * gst-libs/gst/Makefile.am: Change directory order to handle
26194         GstPlay linking with gstinterfaces
26195         * gst-libs/gst/audio/make_filter: make use of tr portable
26196         * gst-libs/gst/play/Makefile.am: Add intended \
26197         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26198         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26199         function prototype instead of void *.
26200         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26201         macro.
26202         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26203         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26204         * gst/videofilter/make_filter: make use of tr portable
26205         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26206
26207 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26208
26209         * po/LINGUAS:
26210         * po/uk.po:
26211           Added Ukrainian translation (Maxim V. Dziumanenko)
26212
26213 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26214
26215         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26216         (gst_gsmdec_link), (gst_gsmdec_chain):
26217           Fix capsnego, simplify chain function slightly.
26218         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26219           Add GSM.
26220
26221 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26222
26223         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26224         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26225         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26226           Hack to make wavparse work with spider (always -> sometimes pad).
26227           Fixes #135862 && #140411.
26228
26229 2004-04-18  Benjamin Otte  <otte@gnome.org>
26230
26231         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26232         (gst_osselement_rate_probe_check),
26233         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26234           get rid of \n in debug output
26235
26236 2004-04-17  Iain <iain@prettypeople.org>
26237
26238         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26239         not just EOS.
26240
26241 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26242
26243         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26244         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26245         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26246         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26247         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26248         (gst_id3_tag_change_state), (plugin_init):
26249           deprecate id3tag element and replace with id3demux/id3mux.
26250           great side effect: this ugly file is now even uglier, yay!
26251         * ext/mad/gstmad.h:
26252           remove non-available function
26253           update for new get_type
26254
26255 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26256
26257         * configure.ac:
26258           require mpeg2dec >= 0.4.0
26259
26260 2004-04-17  Benjamin Otte  <otte@gnome.org>
26261
26262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26263         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26264         (gst_xvimagesink_set_xwindow_id):
26265           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26266           assorted cleanup fixes.
26267
26268 2004-04-16  David Schleef  <ds@schleef.org>
26269
26270         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26271         * sys/xvimage/xvimagesink.h: same
26272
26273 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26274
26275         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26276           Fix GST_ELEMENT_ERROR with (NULL)
26277
26278 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26279
26280         * gst-libs/gst/riff/riff-media.c:
26281         (gst_riff_create_video_caps_with_data):
26282           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26283
26284 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26285
26286         * gst-libs/gst/riff/riff-media.c:
26287         (gst_riff_create_video_caps_with_data),
26288         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26289         (gst_riff_create_video_template_caps),
26290         (gst_riff_create_audio_template_caps):
26291         * gst-libs/gst/riff/riff-media.h:
26292         * gst-libs/gst/riff/riff-read.c:
26293         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26294         * gst-libs/gst/riff/riff-read.h:
26295         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26296           Add MS RLE support. I added some functions to read out strf chunks
26297           into strf chunks and the data behind it. This is usually color
26298           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26299           caps creation. Lastly, add ADPCM (similar to wavparse - which
26300           should eventually be rifflib based).
26301         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26302         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26303         * gst/matroska/matroska-demux.h:
26304           Remove placeholders for some prehistoric tagging system. Didn't add
26305           support for any tag system really anyway.
26306         * gst/qtdemux/qtdemux.c:
26307           Add support for audio/x-m4a (MPEG-4) through spider.
26308         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26309         (gst_wavparse_loop):
26310           ADPCM support (#135862). Increase max. buffer size because we
26311           cannot split buffers for ADPCM (screws references) and I've seen
26312           files with 2048 byte chunks. 4096 seems safe for now.
26313
26314 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26315
26316         * configure.ac: bump nano to 1
26317
26318 === release 0.8.1 ===
26319
26320 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26321
26322         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26323
26324 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26325
26326         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26327           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26328           Fixes #140058
26329
26330 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26331
26332         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26333           lower rank of dvddemux so that it's not used for mpeg playback.
26334
26335 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26336
26337         * configure.ac:
26338           save libs correctly when checking mad
26339
26340 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26341
26342         * ext/mad/gstid3tag.c: (plugin_init):
26343           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26344
26345 2004-04-13  David Schleef  <ds@schleef.org>
26346
26347         * common/m4/gst-feature.m4: Call -config scripts with
26348         --plugin-libs if it is supported.
26349         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26350         JPEG images are image/jpeg.
26351         * gst/debug/Makefile.am:
26352         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26353         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26354         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26355         (gst_negotiation_plugin_init): Add a property that acts like
26356         filter caps.
26357         * testsuite/gst-lint:  Move license checking to be a standard
26358         test.
26359
26360 2004-04-13  David Schleef  <ds@schleef.org>
26361
26362         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26363         patch from Sebastien Cote (bug #139958)
26364
26365 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26366
26367         * examples/gstplay/Makefile.am:
26368         * examples/gstplay/player.c: (main):
26369           make the commandline player example use gconf settings
26370
26371 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26372
26373         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26374         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26375         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26376           init/end library during state transition, not object
26377           creation/disposal.  get rid of custom dispose handler.
26378
26379
26380 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26381
26382         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26383         be a symlink
26384
26385 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26386
26387         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26388           Handle JUNK chunks inside data section. Prevents warnings.
26389
26390 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26391
26392         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26393         (gst_riff_create_video_template_caps):
26394           Add MS video v1.
26395         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26396         (gst_avi_demux_stream_data):
26397           Add support for "rec-list" chunks.
26398
26399 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26400
26401         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26402           Fix another codecname mismatch.
26403
26404 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26405
26406         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26407           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26408           so that MJPEG plays back.
26409
26410 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26411
26412         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26413         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26414         * gst/mpeg1videoparse/gstmp1videoparse.h:
26415           Fix for some slight mis-cuts in buffer parsing, and for some
26416           potential overflows or faults-causers. Adds disconts. Also fixes
26417           #139105 while we're at it.
26418
26419 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26420
26421         * configure.ac:
26422         * sys/v4l2/gstv4l2element.h:
26423           Workaround for missing struct v4l2_buffer declaration in Suse 9
26424           and Mandrake 10 linux/videodev2.h header file (#135919).
26425
26426 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26427
26428         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26429           Bail out if no filename was given.
26430
26431 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26432
26433         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26434         (gst_v4l2_fourcc_from_structure):
26435           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26436           Y41B somewhere).
26437
26438 2004-04-09  Benjamin Otte  <otte@gnome.org>
26439
26440         * ext/gnomevfs/gstgnomevfssink.c:
26441         (_gst_boolean_allow_overwrite_accumulator),
26442         (gst_gnomevfssink_class_init):
26443           fix erase signal - if any handler returns false the file will not be
26444           overwritten. If no handler is connected, the file will not be
26445           overwritten either.
26446           renamed signal to "allow-overwrite"
26447         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26448           free string when adding it to ID3 failed
26449         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26450           unref event when done
26451         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26452           free caps
26453         * gst/typefind/gsttypefindfunctions.c:
26454         (mpeg_video_stream_type_find):
26455           fix invalid read
26456
26457 2004-04-08  David Schleef  <ds@schleef.org>
26458
26459         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26460         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26461
26462 2004-04-08  David Schleef  <ds@schleef.org>
26463
26464         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26465         we don't support (bug #139532)
26466
26467 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26468
26469         * ext/mad/gstmad.c: (gst_mad_handle_event),
26470         (gst_mad_check_caps_reset), (gst_mad_chain),
26471         (gst_mad_change_state):
26472           only set explicit caps if they haven't been set before for
26473           this stream.  MPEG-audio sample rate/channels aren't allowed
26474           to change in-stream.
26475           Fixes #139382
26476
26477 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26478
26479         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26480         (_gst_boolean_did_something_accumulator),
26481         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26482         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26483         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26484         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26485         (gst_gnomevfssink_change_state):
26486           Fix erase signal. Don't erase by default. Remove handoff signal.
26487           Remove erase property. Don't segfault. General cleanup.
26488
26489 2004-04-07  Benjamin Otte  <otte@gnome.org>
26490
26491         * gst-libs/gst/gconf/test-gconf.c: (main):
26492           add missing gst_init
26493
26494 2004-04-07  Benjamin Otte  <otte@gnome.org>
26495
26496         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26497           free the mutexes, too
26498
26499 2004-04-07  Benjamin Otte  <otte@gnome.org>
26500
26501         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26502           actually free the URI string
26503         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26504           compute offset correctly when passing discont events
26505         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26506           don't leak discont events
26507         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26508           add some missing breaks so caps aren't copied randomly
26509         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26510           if we realloc memory, we better use it
26511
26512 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26513
26514         * ext/mad/gstmad.c: (normal_seek):
26515           fix GST_FORMAT_TIME usage
26516
26517 2004-04-05  David Schleef  <ds@schleef.org>
26518
26519         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26520         a deprecated function (hack!)
26521
26522 2004-04-05  Benjamin Otte  <otte@gnome.org>
26523
26524         * ext/esd/esdmon.c: (gst_esdmon_get):
26525           fix nonterminated vararg and memleak
26526
26527 2004-04-05  Benjamin Otte  <otte@gnome.org>
26528
26529         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26530         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26531         (gst_ladspa_set_property), (gst_ladspa_get_property),
26532         (gst_ladspa_instantiate), (gst_ladspa_activate),
26533         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26534           clean up debugging
26535
26536 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26537
26538         reviewed by Benjamin Otte  <otte@gnome.org>
26539
26540         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26541           check for broken LADSPA parameters (fixes #138635)
26542
26543 2004-04-05  Benjamin Otte  <otte@gnome.org>
26544
26545         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26546           advertise buffer-frames correctly on sinkpads
26547
26548 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26549
26550         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26551         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26552         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26553         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26554         (gst_mad_check_caps_reset), (gst_mad_chain):
26555         add more debugging, only reset caps when we're not in error state
26556
26557 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26558
26559         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26560
26561 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26562
26563         reviewed by Benjamin Otte  <otte@gnome.org>
26564
26565         * configure.ac:
26566           fix == in test(1) operator
26567
26568 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26569
26570         reviewed by Benjamin Otte  <otte@gnome.org>
26571
26572         * configure.ac:
26573           fix --export-symblos-regex to a working regex.
26574
26575 2004-04-04  Benjamin Otte  <otte@gnome.org>
26576
26577         * sys/oss/.cvsignore:
26578           add for oss_probe
26579
26580 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26581
26582         reviewed by Benjamin Otte  <otte@gnome.org>
26583
26584         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26585           add missing 'new_media' argument (fixes #138168)
26586         * gst/matroska/matroska-demux.c:
26587         (gst_matroska_demux_handle_seek_event):
26588           add vararg terminator (fixes #138169)
26589
26590 2004-04-02  David Schleef  <ds@schleef.org>
26591
26592         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26593         disted (bug #138914)
26594
26595 2004-04-01  Benjamin Otte  <otte@gnome.org>
26596
26597         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26598         (gst_alsa_close_audio):
26599           handle case better where a soundcard can't pause
26600         * ext/ogg/gstoggdemux.c:
26601           don't crash when we get events but don't have pads yet
26602
26603 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26604
26605         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26606           throw an error if we couldn't probe any caps.
26607
26608 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26609
26610         * ext/dvdnav/gst-dvd:
26611         Add a really simple sample DVD player
26612
26613 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26614
26615         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26616         (gst_a52dec_push), (gst_a52dec_handle_event),
26617         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26618         (gst_a52dec_change_state):
26619         * ext/a52dec/gsta52dec.h:
26620           Use a debug category, Output timestamps correctly
26621           Emit tag info, Handle events, tell liba52dec about cpu
26622           capabilities so it can use MMX etc.
26623         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26624           Fix a crasher accessing invalid memory
26625         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26626         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26627         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26628         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26629         (dvdnavsrc_query):
26630           Some support for byte-format seeking.
26631           Small fixes for still frames and menu button overlays
26632         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26633         (gst_mpeg2dec_alloc_buffer):
26634           Use a debug category. Adjust the report level of several items to
26635           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26636           so it doesn't lose the GstBuffer pointer
26637         * gst/debug/Makefile.am:
26638         * gst/debug/gstdebug.c: (plugin_init):
26639         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26640         (gst_navseek_base_init), (gst_navseek_class_init),
26641         (gst_navseek_init), (gst_navseek_seek),
26642         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26643         (gst_navseek_get_property), (gst_navseek_chain),
26644         (gst_navseek_plugin_init):
26645         * gst/debug/gstnavseek.h:
26646           Add the navseek debug element for seeking back and forth in a
26647           video stream using arrow keys.
26648         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26649         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26650         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26651         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26652         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26653         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26654         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26655         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26656         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26657         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26658         * gst/mpeg2sub/gstmpeg2subt.h:
26659           Pretty much a complete rewrite. Now a loopbased element. May still
26660           require work to properly synchronise subtitle buffers.
26661         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26662         (gst_dvd_demux_send_subbuffer):
26663         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26664           Don't attempt to create subbuffers of size 0
26665           Reduce a couple of error outputs to warnings.
26666         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26667         (gst_y4mencode_chain):
26668         Output the y4m frame header correctly.
26669
26670 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26671
26672         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26673           throw errors instead of allowing SIGFPE
26674
26675 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26676
26677         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26678         (gst_gconf_render_bin_from_key):
26679           leak plugging and style fixing
26680
26681 2004-03-31  David Schleef  <ds@schleef.org>
26682
26683         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26684         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26685         (bug #138225)
26686         * gst/debug/Makefile.am:
26687         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26688         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26689         plugin.
26690         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26691         (gst_negotiation_base_init), (gst_negotiation_class_init),
26692         (gst_negotiation_init), (gst_negotiation_getcaps),
26693         (gst_negotiation_pad_link), (gst_negotiation_chain),
26694         (gst_negotiation_set_property), (gst_negotiation_get_property),
26695         (gst_negotiation_plugin_init):  New element to talk about random
26696         negotiation things happening in a pipeline.
26697
26698 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26699
26700         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26701           fix integer addition with help of Stefan Kost
26702
26703 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26704
26705         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26706
26707 2004-03-30  David Schleef  <ds@schleef.org>
26708
26709         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26710         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26711         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26712         (bug #137504)
26713         * ext/mpeg2dec/gstmpeg2dec.h:
26714
26715 2004-03-30  David Schleef  <ds@schleef.org>
26716
26717         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26718
26719 2004-03-30  David Schleef  <ds@schleef.org>
26720
26721         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26722         Michael Petullo) to handle .mov
26723
26724 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26725
26726         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26727         (gst_osselement_rate_check_rate):
26728           probe caps correctly for sound cards that only support one format
26729
26730 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26731
26732         * ext/kio/kiosrc.cpp: (process_events):
26733           update handling event processing if inside KDE - untested
26734
26735 2004-03-29  David Schleef  <ds@schleef.org>
26736
26737         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26738         by 2 to not interfere with other colorspaces.
26739         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26740         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26741         one to not interfere with ffmpeg_colorspace.
26742
26743 2004-03-29  David Schleef  <ds@schleef.org>
26744
26745         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26746         aren't in the caps.
26747         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26748         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26749
26750 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26751
26752         * gst-libs/gst/riff/riff-media.c:
26753           fail on error, don't try to set stuff on NULL caps
26754
26755 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26756
26757         * configure.ac:
26758         * ext/Makefile.am:
26759         * ext/kio/Makefile.am:
26760         * ext/kio/kioreceiver.cpp:
26761         * ext/kio/kioreceiver.h:
26762         * ext/kio/kiosrc.cpp:
26763         * ext/kio/kiosrc.h:
26764           add experimental kiosrc plugin
26765         * ext/alsa/gstalsaplugin.c: (plugin_init):
26766           initialize debugging category only when we're sure registering the
26767           plugins worked.
26768
26769 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26770
26771         * examples/gstplay/player.c: (main):
26772         * gst-libs/gst/play/play.c: (gst_play_class_init),
26773         (gst_play_set_location), (gst_play_set_data_src),
26774         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26775         (gst_play_set_visualization), (gst_play_connect_visualization):
26776           check return values of element_set_state and return FALSE where
26777           failed
26778
26779 2004-03-29  Benjamin Otte  <otte@gnome.org>
26780
26781         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26782           try harder to check if an event is really a discont
26783
26784 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26785
26786         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26787         * po/az.po:
26788
26789 2004-03-28  Benjamin Otte  <otte@gnome.org>
26790
26791         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26792         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26793         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26794           get rid of non-standard "..." ranges in case statements.
26795
26796 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26797
26798         * gst/mpegstream/gstmpegdemux.c:
26799         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26800         specific functionality split to the new dvddemux element.
26801         * gst/mpegstream/gstdvddemux.c:
26802         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26803         streams, derived from mpegdemux.
26804         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26805         up. SCR based timestamp rewriting can be turned off (will probably
26806         completely disappear soon).
26807         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26808         hacking. General cleanup. All printf statements replaced by
26809         debugging messages. Almost complete libdvdnav support.
26810         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26811         by events. New properties for audio and subpicture languages.
26812         (dvdnavsrc_update_highlight): Now uses events.
26813         (dvdnavsrc_user_op): Cleaned up.
26814         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26815         based). Lots of cleanup, and propper support for most libdvdnav
26816         events.
26817         (dvdnavsrc_make_dvd_event): New function.
26818         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26819         (dvdnavsrc_make_clut_change_event): New function.
26820
26821 2004-03-26  Benjamin Otte  <otte@gnome.org>
26822
26823         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26824           fix bug where typefinding would claim it's theora whenever less then
26825           7 bytes of data were available
26826
26827 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26828
26829         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26830         (gst_alawdec_base_init), (gst_alawdec_class_init),
26831         (gst_alawdec_init), (gst_alawdec_chain):
26832         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26833         (gst_alawenc_base_init), (gst_alawenc_class_init),
26834         (gst_alawenc_init), (gst_alawenc_chain):
26835         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26836         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26837         (gst_mulawdec_init), (gst_mulawdec_chain):
26838         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26839         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26840         (gst_mulawenc_init), (gst_mulawenc_chain):
26841           Fix capsnego in all four, remove the unused property functions and
26842           simplify the chain functions slightly. I guess we could use macros
26843           or something similar for those, since the code is so similar, but
26844           I'm currently too lazy...
26845
26846 2004-03-24  David Schleef  <ds@schleef.org>
26847
26848         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26849         (gst_osselement_close_audio), (gst_osselement_probe_caps),
26850         (gst_osselement_get_format_structure),
26851         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26852         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26853         (gst_osselement_rate_int_compare): Add code to handle rate probing
26854         (bug #120883)
26855         * sys/oss/gstosselement.h: same
26856         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26857         Use rate probing provided by osselement.
26858         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26859
26860 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26861
26862         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26863         (gst_xvidenc_get_property):
26864           ulong/int mess-up.
26865
26866 2004-03-24  David Schleef  <ds@schleef.org>
26867
26868         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26869         (gst_speexdec_init):
26870         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26871         (gst_speexenc_init):  Create the pad template correctly (from
26872         the static pad template, not a NULL pointer.)
26873
26874 2004-03-25  Benjamin Otte  <otte@gnome.org>
26875
26876         * gst/debug/Makefile.am:
26877         * gst/debug/breakmydata.c:
26878           add element that quasi-randomly changes bytes in the stream.
26879           Intended use is robustness checking of demuxers and decoders in
26880           media tests.
26881
26882 2004-03-24  Benjamin Otte  <otte@gnome.org>
26883
26884         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26885         (gst_alsa_probe_hw_params):
26886         * ext/alsa/gstalsa.h:
26887           debugging output fixes
26888
26889 2004-03-24  Benjamin Otte  <otte@gnome.org>
26890
26891         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26892           don't g_return_if_fail if element is PLAYING, fail silently as every
26893           other element.
26894         * gst/effectv/gstquark.c: (gst_quarktv_chain):
26895           only fix needed for cast lvalue issues in gst-plugins
26896         * gst/volenv/gstvolenv.c: (gst_volenv_init):
26897           add proxy_getcaps
26898
26899 2004-03-24  Benjamin Otte  <otte@gnome.org>
26900
26901         * gst/level/gstlevel.c: (gst_level_init):
26902           add proxying getcaps function, so level doesn't advertise impossible
26903           caps
26904
26905 2004-03-24  David Schleef  <ds@schleef.org>
26906
26907         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26908         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26909         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26910         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26911         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26912         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26913         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26914         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26915         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
26916         messages.  Divide the chunk size by the compression ratio
26917         (needed for MACE audio)
26918
26919 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26920
26921         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26922           Fix buffer overflow read error.
26923
26924 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26925
26926         * ext/alsa/gstalsa.h:
26927           Remove unused entry.
26928         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26929           Add cinepak.
26930         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26931         (gst_videodrop_link), (gst_videodrop_chain):
26932           Fix, sort of. Was horribly broken with new capsnego. Bah...
26933
26934 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
26935
26936         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26937         (plugin_init):
26938         Add a monkeysaudio typefind function
26939
26940 2004-03-23  Johan Dahlin  <johan@gnome.org>
26941
26942         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
26943         (gst_play_video_fixate): Check so the structure has the field
26944         before trying to fixate them, this makes it possible to have
26945         fakesinks for video and audio output without printing errors on
26946         the output console.
26947
26948 2004-03-22  David Schleef  <ds@schleef.org>
26949
26950         * sys/oss/Makefile.am:
26951         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
26952         (check_rate), (add_rate):  Rate probing test app.
26953
26954 2004-03-21  Benjamin Otte  <otte@gnome.org>
26955
26956         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26957         (_fixate_caps_to_int), (gst_audio_convert_fixate):
26958           add a fixation function that pretty much does the right thing (fixes
26959           #137556)
26960
26961 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
26962
26963         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
26964
26965 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
26966
26967         reviewed by: Benjamin Otte  <otte@gnome.org>
26968
26969         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26970           terminate gst_event_new_discontinuous correctly (fixes parts of
26971           #137711)
26972
26973 2004-03-19  David Schleef  <ds@schleef.org>
26974
26975         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
26976         since it doesn't depend on X, and it's part of our ABI.
26977
26978 2004-03-19  Iain <iain@prettypeople.org>
26979
26980         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
26981         is_int in the structure, not the local variable.
26982
26983 2004-03-19  David Schleef  <ds@schleef.org>
26984
26985         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
26986         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
26987         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
26988         Improvements in caps negotiation.
26989
26990 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26991
26992         * po/LINGUAS:
26993         * po/af.po:
26994           adding Afrikaans (Petri Jooste)
26995
26996 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26997
26998         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26999         (gst_ffmpegcolorspace_chain):
27000         throw error instead of g_critical (#137588)
27001
27002 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27003
27004         * Makefile.am:
27005         * configure.ac:
27006           dist common and m4 correctly
27007         * po/sv.po:
27008
27009 2004-03-17  David Schleef  <ds@schleef.org>
27010
27011         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
27012         (bug #137348)
27013
27014 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27015
27016         * po/LINGUAS:
27017         * po/sv.po:
27018           adding Swedish translation (Christian Rose)
27019
27020 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27021
27022         * Makefile.am: use release.mak
27023
27024 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27025
27026         * common/ChangeLog:
27027         * common/gst-autogen.sh:
27028           add some explanation about the version detection
27029         * configure.ac:
27030           fix X check
27031
27032 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27033
27034         * configure.ac: bump nano to 1
27035
27036 === release 0.8.0 ===
27037
27038 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27039
27040         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27041
27042 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27043
27044         * configure.ac:
27045           update libtool version
27046         * gst-libs/gst/media-info/Makefile.am:
27047           actually use libtool version
27048
27049 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27050
27051         * configure.ac: fix speex detection to work with 1.0 but not 1.1
27052
27053 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27054
27055         * configure.ac:
27056         * gst-plugins.spec.in:
27057         * pkgconfig/Makefile.am:
27058         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27059         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27060         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27061         * pkgconfig/gstreamer-libs.pc.in:
27062         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27063         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27064         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27065         * pkgconfig/gstreamer-plugins.pc.in:
27066           remove @VERSION@ from some of the pc files since core and plugins
27067           are decoupled.
27068           created gstreamer-plugins.pc as it's a better name, but keeping
27069           -libs around for now to get fixes upstream done first.
27070
27071 2004-03-15  Julien MOUTTE <julien@moutte.net>
27072
27073         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27074         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27075         * gst-libs/gst/play/play.h:
27076
27077 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27078
27079         * *.c, *.cc: don't mix tabs and spaces
27080
27081 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27082
27083         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27084           use the new ffmpegcolorspace
27085         * gst-plugins.spec.in:
27086           package new colorspace and media-info
27087         * configure.ac:
27088         * pkgconfig/Makefile.am:
27089           fix some more disting issues
27090         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27091         * pkgconfig/gstreamer-media-info.pc.in:
27092           generate media-info pc files
27093
27094 2004-03-15  Johan Dahlin  <johan@gnome.org>
27095
27096         * *.h: Revert indenting
27097
27098 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27099
27100         * configure.ac:
27101           adding ffmpegcolorspace element
27102         * gst/ffmpegcolorspace/Makefile.am:
27103         * gst/ffmpegcolorspace/avcodec.h:
27104         * gst/ffmpegcolorspace/common.h:
27105         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27106         * gst/ffmpegcolorspace/dsputil.h:
27107         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27108         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27109         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27110         (gst_ffmpeg_caps_to_pix_fmt):
27111         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27112         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27113         (gst_ffmpegcolorspace_caps_remove_format_info),
27114         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27115         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27116         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27117         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27118         (gst_ffmpegcolorspace_set_property),
27119         (gst_ffmpegcolorspace_get_property),
27120         (gst_ffmpegcolorspace_register):
27121         * gst/ffmpegcolorspace/imgconvert.c:
27122         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27123         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27124         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27125         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27126         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27127         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27128         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27129         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27130         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27131         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27132         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27133         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27134         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27135         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27136         (img_get_alpha_info), (deinterlace_line),
27137         (deinterlace_line_inplace), (deinterlace_bottom_field),
27138         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27139         * gst/ffmpegcolorspace/imgconvert_template.h:
27140         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27141         * gst/ffmpegcolorspace/mmx.h:
27142         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27143           adding ffmpegcolorspace element supplied by Ronald after cleaning
27144           up and pulling in the right bits of upstream source.
27145           I'm sure a better C/compiler wizard could do some cleaning up (for
27146           example use GLIB's malloc stuff), but as a first pass this
27147           works very well
27148
27149 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27150
27151         * ext/alsa/gstalsa.h:
27152           I assume Ronald forgot to commit the change to have cardname
27153           as a struct member.  Expect some public spanking at the next
27154           opportunity.
27155
27156 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27157
27158         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27159         (gst_alsa_open_audio), (gst_alsa_close_audio):
27160         * ext/alsa/gstalsa.c:
27161           Don't open the device if we're a mixer (= padless).
27162         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27163         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27164         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27165           Open mixer during state change rather than during object
27166           initialization. Also, get a device name. Currently in a somewhat
27167           hackish fashion, but I didn't really find something better.
27168
27169 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27170
27171         * *.c, *.h: run gst-indent
27172
27173 2004-03-14  Benjamin Otte  <otte@gnome.org>
27174
27175         * gst/modplug/gstmodplug.cc:
27176         * gst/modplug/gstmodplug.h:
27177           set correct timestamps on outgoing buffers
27178
27179 2004-03-14  Benjamin Otte  <otte@gnome.org>
27180
27181         * gst/modplug/gstmodplug.cc:
27182           handle events - don't do crap when a discont arrives that's not
27183           necessary
27184           This allows correct loading and playback of mods in Rhythmbox
27185
27186 2004-03-14  Benjamin Otte  <otte@gnome.org>
27187
27188         * configure.ac:
27189         * gst-libs/gst/gconf/Makefile.am:
27190         * pkgconfig/Makefile.am:
27191           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27192           they get rebuilt properly
27193         * configure.ac:
27194           when checking for vorbis, try pkgconfig first.
27195         * gst/modplug/gstmodplug.cc:
27196           add fixate function
27197
27198 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27199
27200         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27201           Fix for obvious mistake, where we first shift the offset and then
27202           read a samplesize element assuming the old offset. Note that this
27203           part still has something weird, i.e. my movies containing those
27204           don't actually play well, but at least there's something that looks
27205           like sound now.
27206
27207 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27208         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27209         (plugin_init):
27210         Add a typefind function for speex format
27211
27212 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27213
27214         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27215         (gst_asf_demux_setup_pad):
27216           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27217           instead of 0. Reason is simple: some elements have a fps range
27218           of 1-max instead of 0-max. So now ASF video actually works.
27219
27220 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27221
27222         * po/LINGUAS:
27223         * po/sr.po:
27224           adding serbian as a language
27225
27226 2004-03-13  Benjamin Otte  <otte@gnome.org>
27227
27228         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27229           return taglist correctly from _get function, don't gst_pad_push it.
27230           (fixes #137042)
27231
27232 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27233         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27234
27235 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27236
27237         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27238         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27239         (gst_alsa_mixer_track_new):
27240         * ext/alsa/gstalsamixertrack.h:
27241           Fix ancient leftovers... MixerTrack is a GObject.
27242
27243 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27244
27245         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27246         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27247           Don't block during probing...
27248
27249 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27250
27251         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27252         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27253         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27254         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27255         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27256         (gst_alsa_open_audio), (gst_alsa_close_audio):
27257         * ext/alsa/gstalsa.h:
27258           Add propertyprobe interface implementation, add some device-name
27259           property, all this so that it looks good in gnome-volume-control.
27260
27261 2004-03-12  David Schleef  <ds@schleef.org>
27262
27263         * configure.ac: the Hermes library controls hermescolorspace, not
27264         colorspace.
27265         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27266         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27267         not /* */
27268         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27269         * ext/sdl/sdlvideosink.h: ditto.
27270         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27271
27272 2004-03-12  Benjamin Otte  <otte@gnome.org>
27273
27274         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27275         (gst_x_overlay_got_xwindow_id):
27276         * gst-libs/gst/xoverlay/xoverlay.h:
27277           replace XID with unsigned long to get rid of the xlibs dependency in
27278           XOverlay (fixes #137004)
27279
27280 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27281         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27282         (gst_agingtv_setup):
27283         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27284         (gst_dicetv_base_init), (gst_dicetv_class_init),
27285         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27286         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27287         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27288         (gst_edgetv_setup), (gst_edgetv_rgb32):
27289         * gst/effectv/gsteffectv.c:
27290         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27291         (gst_quarktv_set_property):
27292         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27293         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27294         (gst_revtv_setup), (gst_revtv_rgb32):
27295         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27296         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27297         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27298         (gst_shagadelictv_rgb32):
27299         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27300         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27301         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27302         * gst/effectv/gstwarp.c:
27303         Port everything that can be ported to videofilter and fix up the caps.
27304         Can someone with a big-endian machine please check these?
27305
27306 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27307
27308         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27309         (gst_osssink_chain), (gst_osssink_change_state):
27310           Latest fixes for A/V sync, audio playback and such. This is about
27311           all... MPEG playback issues are mostly related to the async build-
27312           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27313
27314 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27315
27316         patch from: Stephane Loeuillet
27317
27318         * configure.ac:
27319           use pkg-config for some libraries, falling back to the old .m4 way
27320           (fixes #131270)
27321         * m4/libdv.m4:
27322           removed
27323
27324 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27325
27326         * configure.ac:
27327         * tools/Makefile.am:
27328         * tools/Makefile.in:
27329         * tools/gst-launch-ext-m.m:
27330         * tools/gst-launch-ext.1.in:
27331         * tools/gst-visualise-m.m:
27332         * tools/gst-visualise.1:
27333         * tools/gst-visualise.1.in:
27334           reorganizing generation of script tools
27335
27336 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27337
27338         * ext/divx/gstdivxdec.c:
27339           Downgrade priority. We prefer ffdec_mpeg4.
27340         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27341         (gst_faad_chain), (gst_faad_change_state):
27342           Fix capsnego. Doesn't work for some sounds because we don't have
27343           a 5:1 to stereo element.
27344         * ext/xvid/gstxvid.c: (plugin_init):
27345           Add priority.
27346         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27347         (gst_osssink_change_state):
27348           Add discont handling.
27349
27350 2004-03-09  Colin Walters  <walters@verbum.org>
27351
27352         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27353         conversion.
27354
27355 2004-03-09  Benjamin Otte  <otte@gnome.org>
27356
27357         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27358           the signals take 2 arguments
27359
27360 2004-03-09  David Schleef  <ds@schleef.org>
27361
27362         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27363         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27364         * ext/alsa/gstalsa.h:
27365         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27366
27367 2004-03-09  Benjamin Otte  <otte@gnome.org>
27368
27369         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27370         (gst_mikmod_change_state):
27371         * ext/mikmod/gstmikmod.h:
27372           make mikmod's loop function not loop infinitely and call
27373           gst_element_yield anymore
27374         * gst/modplug/gstmodplug.cc:
27375           fix pad negotiation (fixes #136590)
27376
27377 2004-03-09  David Schleef  <ds@schleef.org>
27378
27379         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27380         doesn't conflict with the internal colorspace plugin.
27381         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27382         satisfy the crappy-ass shell shipped by a certain vendor.
27383         * gst/videofilter/make_filter: same (bug #135299)
27384
27385 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27386
27387         * configure.ac: bump nano to 1
27388
27389 === release 0.7.6 ===
27390
27391 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27392
27393         * configure.in: releasing 0.7.6, "There"
27394
27395 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27396
27397         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27398         * pkgconfig/gstreamer-play.pc.in:
27399           synchronize the two
27400
27401 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27402
27403         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27404         (cdparanoia_open), (cdparanoia_event):
27405           fix/add error handling
27406         * po/POTFILES.in:
27407           add cdparanoia source
27408         * tools/Makefile.am:
27409           make scripts executable
27410
27411 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27412
27413         * configure.ac:
27414         * ext/vorbis/Makefile.am:
27415         * sys/Makefile.am:
27416           remove id3types, vorbisfile and xvideosink from the build (#133783)
27417
27418 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27419
27420         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27421           Fix metadata read crash (#136537).
27422
27423 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27424
27425         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27426         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27427           adding mime types, fixing the one-stop function
27428
27429 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27430
27431         * ext/nas/nassink.c and /ext/nas/nassink.h:
27432         More NAS love from Arwed von Merkatz
27433         So lets all sing 'Can you feel the NAS tonight'
27434
27435 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27436
27437         * tools/gst-launch-ext.in:
27438         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27439
27440 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27441
27442         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27443         (gst_mpeg2dec_init):
27444         remove the user_data pad for now, because it is being used in
27445         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27446         If someone knows how to fix this properly, please do.
27447
27448 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27449
27450         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27451         (gst_osssink_get_time):
27452         add a warning, IMO this won't get triggered anymore, remove later
27453
27454 2004-03-07  David Schleef  <ds@schleef.org>
27455
27456         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27457         format (bug #136470)
27458
27459 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27460
27461         * gst-libs/Makefile.am:
27462         * gst-libs/gst/media-info/Makefile.am:
27463         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27464         (error_callback), (gst_media_info_error_create),
27465         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27466         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27467         * gst-libs/gst/media-info/media-info-priv.h:
27468         * gst-libs/gst/media-info/media-info-test.c: (main):
27469         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27470         (gst_media_info_class_init), (gst_media_info_instance_init),
27471         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27472         (gst_media_info_read_idler), (gst_media_info_read):
27473         * gst-libs/gst/media-info/media-info.h:
27474         fixed, should work now
27475
27476 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27477
27478         * ext/nas/nassink.c:
27479         A bunch of NAS fixes from Arwed von Merkatz
27480
27481 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27482
27483         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27484         (qtdemux_parse_trak):
27485           Fix crash (j might be greater than n_samples, in which case we're
27486           writing outside the allocated space for the array) and memleak.
27487
27488 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27489
27490         * sys/oss/gstosssink.c: (gst_osssink_chain):
27491           And another caller that couldn't handle delay < 0 (unsigned
27492           integer overflow). Video now continues playing on an audio
27493           buffer underrun, and the clock continues working. Audio still
27494           stalls.
27495
27496 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27497
27498         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27499         (gst_osssink_get_time):
27500           get_delay() may return values lower than 0. In those cases, we
27501           should not actually cast to *unsigned* int64, that will break
27502           stuff horribly. In my case, it screwed up A/V sync in movies
27503           in totem rather badly.
27504
27505 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27506
27507         * ext/faac/gstfaac.c: (gst_faac_chain):
27508         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27509         * ext/libpng/gstpngenc.c: (user_write_data):
27510         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27511         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27512         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27513         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27514         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27515         of any buffer), should fix some leaks. I hope I didn't unref buffers
27516         that shouldn't be...
27517
27518 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27519
27520         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27521         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27522         (error_callback), (gmi_reset), (gmi_seek_to_track),
27523         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27524         (gmip_find_type_post), (gmip_find_stream_post),
27525         (gmip_find_track_streaminfo_post):
27526         * gst-libs/gst/media-info/media-info-priv.h:
27527         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27528         (info_print), (main):
27529         * gst-libs/gst/media-info/media-info.c:
27530         (gst_media_info_error_create), (gst_media_info_error_element),
27531         (gst_media_info_instance_init), (gst_media_info_get_property),
27532         (gst_media_info_new), (gst_media_info_set_source),
27533         (gst_media_info_read_idler), (gst_media_info_read):
27534         * gst-libs/gst/media-info/media-info.h:
27535           first pass at making this work again.  This seems to work on
27536           tagged ogg/vorbis and mp3 files.
27537
27538 2004-03-06  Benjamin Otte  <otte@gnome.org>
27539
27540         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27541           fix huge leak: gst_buffer_merge doesn't unref the first argument
27542           itself.
27543
27544 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27545
27546         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27547           report layer/mode/emphasis
27548
27549 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27550
27551         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27552
27553 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27554
27555         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27556           signal serial
27557
27558 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27559
27560         * ext/vorbis/vorbis.c: (plugin_init):
27561         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27562         (gst_vorbis_dec_init), (vorbis_dec_event):
27563         add debug category
27564         make vorbisdec handle _BYTE and _TIME queries
27565
27566 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27567
27568         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27569           from the xing header
27570
27571 2004-03-06  Benjamin Otte  <otte@gnome.org>
27572
27573         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27574         (gst_audio_convert_link), (gst_audio_convert_change_state),
27575         (gst_audio_convert_buffer_from_default_format):
27576           do conversions from/to float correctly, fix some caps nego errors,
27577           export correct supported caps in template and getcaps, use correct
27578           caps in try_set_caps functions
27579
27580 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27581
27582         For some reason, I only committed a ChangeLog entry yesterday and
27583         not the corresponding code...
27584         * ext/mad/gstmad.c: Fix detection of Xing headers
27585         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27586
27587 2004-03-06  Benjamin Otte  <otte@gnome.org>
27588
27589         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27590         (gst_ogg_demux_src_query):
27591           make sure to handle the case where there's no current chain
27592           gracefully.
27593
27594 2004-03-05  David Schleef  <ds@schleef.org>
27595
27596         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27597         Add fixate function. (bug #131128)
27598         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27599         (gst_sdlvideosink_fixate):  Add fixate function.
27600         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27601         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27602         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27603         Fix missing break that was causing ulaw to be interpreted as
27604         raw int.
27605
27606 2004-03-05  David Schleef  <ds@schleef.org>
27607
27608         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27609         Fix code that ignores return value of gst_buffer_merge().
27610         (bug #114560)
27611         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27612         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27613         * testsuite/gst-lint:  Check for above.
27614
27615 2004-03-05  David Schleef  <ds@schleef.org>
27616
27617         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27618         caps and throw an element error.  (bug #136334)
27619
27620 2004-03-05  David Schleef  <ds@schleef.org>
27621
27622         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27623         (gst_faad_chain): Fix negotiation.
27624         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27625         key and button events.
27626         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27627         dung heap of code.
27628         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27629         depends on gconf
27630         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27631         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27632         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27633         function to encourage better negotiation, particularly between
27634         audioconvert and osssink.
27635         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27636         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27637         more important.
27638         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27639         typefinding.
27640         * gst/vbidec/vbiscreen.c:  Add glib header
27641         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27642
27643 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27644
27645         * ext/mad/gstmad.c: Fix detection of Xing headers
27646         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27647
27648 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27649
27650         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27651         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27652           debug updates
27653
27654 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27655
27656         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27657         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27658         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27659         files, and report the parsed length as a GST_TAG_DURATION tag.
27660         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27661
27662 2004-03-05  Benjamin Otte  <otte@gnome.org>
27663
27664         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27665           convert channels correctly. convert correctly to unsigned.
27666
27667 2004-03-05  Julien MOUTTE <julien@moutte.net>
27668
27669         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27670         we have a window before clearing it.
27671
27672 2004-03-05  Julien MOUTTE <julien@moutte.net>
27673
27674         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27675         have a window before clearing it.
27676
27677 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27678
27679         * gconf/gstreamer.schemas.in:
27680         * gst-libs/gst/gconf/Makefile.am:
27681           version installation path the same way as for 0.6
27682         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27683         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27684         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27685           remove comment that was fixed
27686
27687 2004-03-05  David Schleef  <ds@schleef.org>
27688
27689         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27690         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27691         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27692         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27693         Add prototype code for handling seeking and querying.
27694
27695 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27696
27697         * examples/gstplay/player.c: (main):
27698           Initialize variables to NULL. Prevents a segfault because the
27699           (uninitialized) variable is not NULL, resulting in a crash on
27700           trying to reach error->message.
27701
27702 2004-03-05  Benjamin Otte  <otte@gnome.org>
27703
27704         * gst/audioconvert/gstaudioconvert.c:
27705         (gst_audio_convert_buffer_to_default_format):
27706         make float=>int conversion work correctly even in cornercases.
27707
27708 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27709
27710         * debian/README.Debian:
27711         * debian/build-deps:
27712         * debian/changelog:
27713         * debian/control:
27714         * debian/control.in:
27715         * debian/copyright:
27716         * debian/gstreamer-a52dec.files:
27717         * debian/gstreamer-aa.files:
27718         * debian/gstreamer-alsa.files:
27719         * debian/gstreamer-alsa.manpages:
27720         * debian/gstreamer-arts.files:
27721         * debian/gstreamer-artsd.files:
27722         * debian/gstreamer-audiofile.files:
27723         * debian/gstreamer-avifile.files:
27724         * debian/gstreamer-cdparanoia.files:
27725         * debian/gstreamer-colorspace.files:
27726         * debian/gstreamer-doc.files:
27727         * debian/gstreamer-dv.files:
27728         * debian/gstreamer-dvd.files:
27729         * debian/gstreamer-esd.files:
27730         * debian/gstreamer-festival.files:
27731         * debian/gstreamer-flac.files:
27732         * debian/gstreamer-gconf.conffiles:
27733         * debian/gstreamer-gconf.files:
27734         * debian/gstreamer-gconf.postinst:
27735         * debian/gstreamer-gnomevfs.files:
27736         * debian/gstreamer-gsm.files:
27737         * debian/gstreamer-http.files:
27738         * debian/gstreamer-jack.files:
27739         * debian/gstreamer-jpeg.files:
27740         * debian/gstreamer-mad.files:
27741         * debian/gstreamer-mikmod.files:
27742         * debian/gstreamer-misc.files:
27743         * debian/gstreamer-mpeg2dec.files:
27744         * debian/gstreamer-oss.files:
27745         * debian/gstreamer-plugin-apps.files:
27746         * debian/gstreamer-plugin-apps.manpages:
27747         * debian/gstreamer-plugin-libs-dev.files:
27748         * debian/gstreamer-plugin-libs.files:
27749         * debian/gstreamer-plugin-template.postinst:
27750         * debian/gstreamer-plugin-template.postrm:
27751         * debian/gstreamer-sdl.files:
27752         * debian/gstreamer-sid.files:
27753         * debian/gstreamer-vorbis.files:
27754         * debian/gstreamer-x.files:
27755         * debian/mk.control:
27756         * debian/rules:
27757         Debian package info not maintained here.
27758
27759 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27760
27761         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27762         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27763         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27764         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27765         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27766         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27767         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27768         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27769         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27770         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27771         * gst-libs/gst/colorbalance/colorbalance.c:
27772         (gst_color_balance_class_init):
27773         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27774         (gst_color_balance_channel_class_init):
27775         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27776         * gst-libs/gst/play/play.c: (gst_play_class_init):
27777         * gst-libs/gst/propertyprobe/propertyprobe.c:
27778         (gst_property_probe_iface_init):
27779         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27780         * gst-libs/gst/tuner/tunerchannel.c:
27781         (gst_tuner_channel_class_init):
27782         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27783         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27784         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27785         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27786         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27787         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27788         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27789         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27790         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27791           fix signals to use - instead of _
27792         * ext/libcaca/gstcacasink.h:
27793         * ext/sdl/sdlvideosink.h:
27794           fix header rename
27795
27796 2004-03-04  David Schleef  <ds@schleef.org>
27797
27798         * testsuite/gst-lint:  Add a check for bad signal names.
27799
27800 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27801
27802         reviewed by David Schleef
27803
27804         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27805         modified the alpha channel and caused a warning. (bug #136192)
27806
27807 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27808
27809         * gst-plugins.spec.in:
27810         Change names of plugins to actually be correct. Try to keep things
27811         alphabetical to avoid getting beat up by Thomas
27812
27813 2004-03-03  Julien MOUTTE <julien@moutte.net>
27814
27815         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27816         Using ximagesink as a default if no gconf key found. We should
27817         probably consider using alsasink instead of osssink for the audio
27818         part.
27819
27820 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27821
27822         * configure.ac:
27823           fix --with-plugins, don't think it ever worked before
27824         * gst-plugins.spec.in:
27825           even more updates
27826
27827 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27828
27829         * ext/sdl/sdlvideosink.h:
27830         * sys/ximage/ximagesink.h:
27831         * sys/xvideo/xvideosink.h:
27832         * sys/xvimage/xvimagesink.h:
27833           Fix for move of gstvideosink.h -> videosink.h.
27834
27835 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27836
27837         * gst-libs/gst/xwindowlistener/Makefile.am:
27838           this is a plugin library, not a library
27839
27840 2004-03-01  David Schleef  <ds@schleef.org>
27841
27842         * AUTHORS:  Added some names.  Add yourself if you're still
27843         missing.
27844
27845 2004-03-01  David Schleef  <ds@schleef.org>
27846
27847         * MAINTAINERS: Add
27848
27849 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27850
27851         * gst-plugins.spec.in: clean up spec file
27852
27853 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27854
27855         * gst-libs/gst/video/Makefile.am:
27856         * gst-libs/gst/video/gstvideosink.c:
27857         * gst-libs/gst/video/gstvideosink.h:
27858           rename gstvideosink.h to videosink.h to match other headers
27859         * gst/mixmatrix/Makefile.am:
27860           fix plugin filename
27861         * gst/tags/Makefile.am: fix plugin filename
27862
27863 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27864
27865         * gst/tags/Makefile.am: fix plugin filename
27866
27867 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27868
27869         * examples/gstplay/player.c: (got_time_tick), (main):
27870           add error handler
27871           display time_tick more readably
27872         * gst/mixmatrix/Makefile.am:
27873           fix plugin file name
27874
27875 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
27876
27877         * sys/oss/gstosselement.c: (gst_osselement_probe),
27878         (device_combination_append), (gst_osselement_class_probe_devices):
27879         * sys/oss/gstosselement.h:
27880           Reworked enumeration of oss dsps and mixers so that gst-mixer works
27881           on my system using alsa oss emulation, fixes bug #135597
27882
27883 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27884
27885         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27886         (gst_videodrop_chain), (gst_videodrop_change_state):
27887         * gst/videodrop/gstvideodrop.h:
27888           Work based on timestamp of input data, not based on the expected
27889           framerate from the input. The consequence is that this element now
27890           not only scales framerates, but also functions as a framerate
27891           corrector or framerate stabilizer/constantizer.
27892
27893 2004-02-27  David Schleef  <ds@schleef.org>
27894
27895         patches from jmmv@menta.net (Julio M. Merino Vidal)
27896
27897         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27898         GST_ELEMENT_ERROR call (bug #135634)
27899         * gst/interleave/interleave.c: (interleave_buffered_loop),
27900         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27901         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27902         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27903         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27904         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27905         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27906         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27907         Fix GST_ELEMENT_ERROR call.
27908         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27909         GST_ELEMENT_ERROR call.
27910
27911 2004-02-27  Benjamin Otte  <otte@gnome.org>
27912
27913         * gst-libs/gst/audio/audio.h:
27914           add macro to make sure header isn't included twice
27915         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27916           don't use gst_buffer_free
27917         * gst/playondemand/filter.func:
27918           don't use gst_data_free. Free data only once.
27919
27920 2004-02-26  David Schleef  <ds@schleef.org>
27921
27922         * gst-libs/gst/colorbalance/Makefile.am:
27923         * gst-libs/gst/mixer/Makefile.am:
27924         * gst-libs/gst/tuner/Makefile.am:
27925         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27926         should not be disted, -marshal.h files should not be installed,
27927         and -enum.h files _should_ be installed.  Fix to make this the
27928         case.
27929
27930 === release 0.7.5 ===
27931
27932 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27933
27934         * configure.ac: release 0.7.5, "Under The Sea"
27935
27936 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27937
27938         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27939         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27940         * gst/videoscale/gstvideoscale.c:
27941         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27942           assorted debug/warning fixes
27943
27944 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27945
27946         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
27947         (gst_videoscale_init), (gst_videoscale_chain),
27948         (gst_videoscale_set_property), (plugin_init):
27949         * gst/videoscale/gstvideoscale.h:
27950         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27951         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
27952         (gst_videoscale_planar400), (gst_videoscale_packed422),
27953         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
27954         (gst_videoscale_24bit), (gst_videoscale_16bit),
27955         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
27956         (gst_videoscale_scale_plane_slow),
27957         (gst_videoscale_scale_point_sample),
27958         (gst_videoscale_scale_nearest),
27959         (gst_videoscale_scale_nearest_str2),
27960         (gst_videoscale_scale_nearest_str4),
27961         (gst_videoscale_scale_nearest_32bit),
27962         (gst_videoscale_scale_nearest_24bit),
27963         (gst_videoscale_scale_nearest_16bit):
27964         add debugging category and use it properly
27965         fix use of GST_PTR_FORMAT
27966
27967 2004-02-25  Andy Wingo  <wingo@pobox.com>
27968
27969         * gst/interleave/interleave.c (interleave_buffered_loop): Always
27970         push only when channel->buffer is NULL. Prevents segfaults doing
27971         the state change after a nonlocal exit, like a scheme exception.
27972
27973         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
27974         Handle the case where the intersected caps is empty.
27975
27976 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27977
27978         * gst/law/mulaw-decode.c: (mulawdec_link):
27979         * gst/law/mulaw.c: (plugin_init):
27980           fix mulawdec so it actually works again
27981
27982 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
27983
27984         reviewed by: David Schleef  <ds@schleef.org>
27985
27986         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
27987         (gst_gamma_init), (gst_gamma_set_property),
27988         (gst_gamma_get_property), (gst_gamma_calculate_tables),
27989         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
27990         for RGB, with separate r g and b correction factors. (#131167)
27991
27992 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27993
27994         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27995           only signal tags for bitrate if they're > 0 (#134894)
27996
27997 2004-02-24  David Schleef  <ds@schleef.org>
27998
27999         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28000         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28001         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28002         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28003         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28004         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28005         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28006         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28007         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
28008         category.  Attempt to fix timestamp calculation.
28009
28010 2004-02-24  Johan Dahlin  <johan@gnome.org>
28011
28012         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28013
28014 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28015
28016         * configure.ac:
28017         * gconf/Makefile.am:
28018         * gconf/gstreamer.schemas:
28019         * gst-libs/gst/gconf/Makefile.am:
28020         * gst-libs/gst/gconf/gconf.c:
28021           version gconf schemas and install locations
28022
28023 2004-02-23  Benjamin Otte  <otte@gnome.org>
28024
28025         * ext/xine/xineinput.c: (gst_xine_input_dispose):
28026         (gst_xine_input_subclass_init):
28027           call parent dispose.
28028           change pad template for CD reader correctly
28029         * ext/xine/Makefile.am:
28030         * ext/xine/gstxine.h:
28031         * ext/xine/xine.c: (plugin_init):
28032         * ext/xine/xineaudiosink.c:
28033           wrap audio sinks, too
28034         * gst-libs/gst/resample/private.h:
28035         * gst-libs/gst/resample/resample.c: (gst_resample_init),
28036         (gst_resample_reinit), (gst_resample_scale),
28037         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28038         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28039         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28040         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28041         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28042         * gst-libs/gst/resample/resample.h:
28043         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28044         (gst_audioscale_class_init), (gst_audioscale_link),
28045         (gst_audioscale_get_buffer), (gst_audioscale_init),
28046         (gst_audioscale_chain), (gst_audioscale_set_property),
28047         (gst_audioscale_get_property):
28048         * gst/audioscale/gstaudioscale.h:
28049           s/resample_*/gst_resample_*/i to not clobber namespaces
28050
28051 2004-02-23  Julien MOUTTE  <julien@moutte.net>
28052
28053         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28054         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28055         (gst_riff_create_video_template_caps),
28056         (gst_riff_create_audio_template_caps),
28057         (gst_riff_create_iavs_template_caps):
28058         * gst-libs/gst/riff/riff-media.h:
28059         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28060         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28061         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28062         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28063         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28064         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28065         (gst_matroska_demux_plugin_init): First batch implementing audio and
28066         video codec tags in demuxers.
28067
28068 2004-02-22  Benjamin Otte  <otte@gnome.org>
28069
28070         * ext/xine/Makefile.am:
28071         * ext/xine/gstxine.h:
28072         * ext/xine/xine.c: (plugin_init):
28073         * ext/xine/xineinput.c:
28074           add input plugin wrapper. Playback from files, http, mms and cdda
28075           works.
28076         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28077           remove leftover G_GNUC_UNUSED
28078         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28079         (gst_asf_demux_identify_guid):
28080           improve debugging output
28081
28082 2004-02-22  Benjamin Otte  <otte@gnome.org>
28083
28084         reported by: Padraig O'Briain <padraig.obriain@sun.com>
28085
28086         * autogen.sh:
28087           replace test -e with test -x for mkinstalldirs to be more portable.
28088           (fixes #134816)
28089
28090 2004-02-22  Benjamin Otte  <otte@gnome.org>
28091
28092         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28093
28094         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28095           set rank to PRIMARY
28096         * gst/volume/gstvolume.c: (plugin_init):
28097           set rank to NONE
28098         fixes #134960
28099
28100 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
28101
28102         reviewed by Benjamin Otte  <otte@gnome.org>
28103
28104         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28105           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28106
28107 2004-02-22  Benjamin Otte  <otte@gnome.org>
28108
28109         * configure.ac:
28110           export [_]*{gst,Gst,GST}.* symbols from plugins
28111
28112 2004-02-22  Christophe Fergeau <teuf@gnome.org>
28113
28114         reviewed by: Benjamin Otte  <otte@gnome.org>
28115
28116         * ext/lame/gstlame.c: (add_one_tag):
28117         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28118         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28119         (gst_vorbisenc_metadata_set1):
28120         * gst/tags/gstid3tag.c:
28121         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28122           apply fixes from bugs #135042 (lame can't write tags) and #133817
28123           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28124
28125 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28126
28127         * configure.ac: Export only gst_plugin_desc from plugins.
28128          Note that this change only makes any effect with Linux using libtool
28129          1.5.2 or higher. Otherwise it is silently ignored, but it would build
28130          fine. And don't try to have several versions of libtool in different
28131          directories.
28132
28133 2004-02-20  Andy Wingo  <wingo@pobox.com>
28134
28135         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28136         interleave respectively.
28137
28138         * gst/interleave/deinterleave.c: New plugin: deinterleave
28139         (replaces on oneton).
28140         * gst/interleave/interleave.c: New plugin: interleave.
28141         * gst/interleave/plugin.h: Support file.
28142         * gst/interleave/plugin.c: Support file.
28143
28144         * configure.ac: Remove intfloat and oneton, add interleave.
28145
28146         * ext/sndfile/gstsf.c: Handle events better.
28147
28148         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28149         and float2int operation. int2float has scheduling problems as
28150         noted in in2float_chain.
28151
28152 2004-02-20  Benjamin Otte  <otte@gnome.org>
28153
28154         * ext/xine/Makefile.am:
28155         * ext/xine/gstxine.h:
28156         * ext/xine/xine.c:
28157         * ext/xine/xineaudiodec.c:
28158         * ext/xine/xinecaps.c:
28159           add first version of xine plugin wrapper. Currently only wraps the
28160           QDM2 win32 DLL, and even that only in proof-of-concept quality.
28161         * configure.ac:
28162         * ext/Makefile.am:
28163           add xine plugin wrapper, disabled by default. Use --enable-xine to
28164           build. Note that it'll segfault on gst-register if you don't remove
28165           the goom and tvtime post plugins from xine.
28166         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28167         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28168           add extradata parsing for QDM2.
28169           change around debugging prints.
28170
28171 2004-02-19  Benjamin Otte  <otte@gnome.org>
28172
28173         * ext/lame/gstlame.c: (gst_lame_chain):
28174         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28175           use gst_tag_list_insert when you want to insert tags
28176
28177 2004-02-18  David Schleef  <ds@schleef.org>
28178
28179         * configure.ac:  Move massink to gst-rotten
28180         * ext/Makefile.am:
28181         * ext/mas/Makefile.am:
28182         * ext/mas/massink.c:
28183         * ext/mas/massink.h:
28184
28185 2004-02-18  David Schleef  <ds@schleef.org>
28186
28187         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28188         typefinding, since it seems to be worse than nothing.
28189         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28190         atom to recognize .mp4 and .m4a files as video/quicktime.
28191
28192 2004-02-18  David Schleef  <ds@schleef.org>
28193
28194         * gst/sine/demo-dparams.c: (quit_live),
28195         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28196         Use double dparams, not float.
28197         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28198         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28199         sync'd elements don't really work correctly.
28200         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28201         (volume_update_volume), (volume_get_property):  Change dparam
28202         to double.
28203
28204 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28205
28206         * sys/ximage/ximagesink.c:
28207         (gst_ximagesink_xwindow_update_geometry),
28208         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28209         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28210         (gst_ximagesink_init): Rework the way software video scaling works. So
28211         now we check on each chain call if the video frames are feeling the
28212         window. If not we try to renegotiate caps. On failure we memorize that
28213         and we won't try again for that PLAYING sessions.
28214         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28215         failure.
28216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28217         synchronous flag.
28218
28219 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28220
28221         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28222           break up _link so we can give a better debug message for errors
28223
28224 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28225
28226         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28227           set up debug category
28228
28229 2004-02-18  Julien MOUTTE <julien@moutte.net>
28230
28231         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28232         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28233         the way renegotiation work. The event handling function is not taking
28234         care of external windows and renegotiate method check for pad flags
28235         NEGOTIATING. Should fix : #133209
28236
28237 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28238
28239         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28240         pad is negotiating before trying renegotiation.
28241
28242 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28243
28244         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28245           pass on all possible mime types as typefind hints
28246
28247 2004-02-17  Julien MOUTTE <julien@moutte.net>
28248
28249         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28250         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28251         possible SHM leak if we crash. All other apps using XShm are doing
28252         that.
28253
28254 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28255
28256         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28257         (gst_ximagesink_expose): Renegotiate size on expose.
28258         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28259         size on expose.
28260
28261 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28262
28263         * testsuite/alsa/sinesrc.c:
28264           cosmetic fix to fix compile issue with gcc 2.95.4
28265
28266 2004-02-16  Julien MOUTTE <julien@moutte.net>
28267
28268         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28269         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28270         failed opening the audio device.
28271         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28272         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28273         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28274         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28275         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28276         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28277         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28278         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28279         Removing some useless g_return_if_fail like wingo suggested.
28280         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28281         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28282         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28283         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28284         (gst_xvimagesink_update_colorbalance),
28285         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28286         (gst_xvimagesink_xcontext_clear),
28287         (gst_xvimagesink_get_fourcc_from_caps),
28288         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28289         (gst_xvimagesink_set_xwindow_id),
28290         (gst_xvimagesink_colorbalance_list_channels),
28291         (gst_xvimagesink_colorbalance_set_value),
28292         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28293         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28294
28295 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28296
28297         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28298           throw error when not negotiated instead of asserting
28299
28300 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28301
28302         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28303         correct data refcounting.
28304
28305 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28306
28307         * gst/switch/gstswitch.c: (gst_switch_change_state),
28308         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28309         change, mostly the EOS flag.
28310
28311 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28312
28313         * examples/gstplay/player.c: (got_eos), (main): Adding some
28314         output for debugging.
28315         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28316         timeouts if we go to any state different from PLAYING.
28317         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28318         more EOS bugs in riff lib.
28319
28320 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28321
28322         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28323         visualization until i find a way to fix switch correctly.
28324         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28325         EOS arrives.
28326         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28327         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28328         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28329         Reworked switch to get a more correct behaviour with events and refing
28330         of data stored in sinkpads.
28331         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28332         we don't pull from a pad in EOS.
28333
28334 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28335
28336         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28337           remove v1 tag even if we can't read it (makes sure we don't detect
28338           it again)
28339
28340 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28341
28342         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28343         (gst_alsa_xrun_recovery):
28344         * ext/alsa/gstalsa.h:
28345           try xrun recovery when wait failed. Make xrun recovery function
28346           return TRUE/FALSE to indicate success. (might fix #134354)
28347
28348 2004-02-13  David Schleef  <ds@schleef.org>
28349
28350         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28351         (dynparm_value_changed), (main): Convert from float to double.
28352         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28353
28354 2004-02-13  David Schleef  <ds@schleef.org>
28355
28356         * gst/silence/gstsilence.c: (gst_silence_class_init),
28357         (gst_silence_set_clock), (gst_silence_get),
28358         (gst_silence_set_property), (gst_silence_get_property):
28359         * gst/silence/gstsilence.h: Add sync property.
28360         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28361         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28362         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28363         * gst/sine/gstsinesrc.h: Add sync property.
28364
28365 2004-02-13  David Schleef  <ds@schleef.org>
28366
28367         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28368         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28369
28370 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28371
28372         * configure.ac:
28373         * ext/Makefile.am:
28374         * gst-libs/ext/Makefile.am:
28375           move ffmpeg plugin to gst-ffmpeg module
28376
28377 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28378
28379         * configure.ac: use GST_ARCH to detect architecture
28380
28381 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28382
28383         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28384
28385 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28386
28387         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28388           classify LADSPA plugins based on number of src/sink pads
28389           (#133663, Stefan Kost)
28390         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28391           fix dparams registration
28392           (#133528, Stefan Kost)
28393         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28394           fix use of isprint and use g_ascii_isprint instead
28395           (#133316, Stefan Kost)
28396
28397 2004-02-11  David Schleef  <ds@schleef.org>
28398
28399         Convert a few inner loops to use liboil.  This is currently
28400         optional, and is only enabled if liboil is present (duh!).
28401         * configure.ac: Check for liboil-0.1
28402         * gst/intfloat/Makefile.am:
28403         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28404         (gst_int2float_chain_gint16):
28405         * gst/videofilter/Makefile.am:
28406         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28407         (tablelookup_u8), (gst_videobalance_planar411):
28408         * gst/videotestsrc/Makefile.am:
28409         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28410         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28411         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28412         (paint_hline_RGB565), (paint_hline_xRGB1555):
28413
28414 2004-02-11  David Schleef  <ds@schleef.org>
28415
28416         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28417         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28418         (gst_colorspace_getcaps), (gst_colorspace_link),
28419         (gst_colorspace_base_init), (gst_colorspace_init),
28420         (gst_colorspace_chain), (gst_colorspace_change_state),
28421         (plugin_init): Merge Ronald's patch (bug #117897) and update
28422         for new caps and negotiation.  Seems to work, although it
28423         shows off bugs in lcs.
28424
28425 2004-02-11  David Schleef  <ds@schleef.org>
28426
28427         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28428         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28429
28430 2004-02-11  David Schleef  <ds@schleef.org>
28431
28432         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28433         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28434         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28435         Add server and port properties
28436
28437 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28438
28439         * m4/a52.m4:
28440         * m4/aalib.m4:
28441         * m4/as-ffmpeg.m4:
28442         * m4/as-liblame.m4:
28443         * m4/as-slurp-ffmpeg.m4:
28444         * m4/check-libheader.m4:
28445         * m4/esd.m4:
28446         * m4/freetype2.m4:
28447         * m4/gconf-2.m4:
28448         * m4/glib.m4:
28449         * m4/gst-alsa.m4:
28450         * m4/gst-artsc.m4:
28451         * m4/gst-ivorbis.m4:
28452         * m4/gst-matroska.m4:
28453         * m4/gst-sdl.m4:
28454         * m4/gst-shout2.m4:
28455         * m4/gst-sid.m4:
28456         * m4/gtk.m4:
28457         * m4/libdv.m4:
28458         * m4/libfame.m4:
28459         * m4/libmikmod.m4:
28460         * m4/ogg.m4:
28461         * m4/vorbis.m4:
28462           fix underquotedness of macros (#133800)
28463         * m4/as-avifile.m4:
28464         * m4/xmms.m4:
28465           removed because no longer used
28466
28467 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28468
28469         * configure.ac:
28470           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28471           by autopoint (fixes #132996)
28472
28473 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28474
28475         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28476         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28477         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28478         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28479           fix memleaks
28480
28481 2004-02-11  David Schleef  <ds@schleef.org>
28482
28483         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28484         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28485         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28486         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28487         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28488         (gst_jpegenc_class_init), (gst_jpegenc_init),
28489         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28490         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28491         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28492         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28493
28494 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28495
28496         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28497         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28498         * ext/mikmod/gstmikmod.h:
28499           fix caps negotiation in mikmod
28500         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28501           output debug information
28502
28503 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28504
28505         * gst-libs/gst/colorbalance/Makefile.am:
28506         * gst-libs/gst/navigation/Makefile.am:
28507         * gst-libs/gst/xoverlay/Makefile.am:
28508           remove unused GST_OPT_CFLAGS from Makefiles
28509           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28510
28511 2004-02-07  David Schleef  <ds@schleef.org>
28512
28513         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28514         push events to pads that haven't been created (#133508)
28515
28516 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28517
28518         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28519         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28520         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28521         (gst_dvdec_loop), (gst_dvdec_change_state):
28522         Second attempt at committing a working dvdec element.
28523
28524 2004-02-06  David Schleef  <ds@schleef.org>
28525
28526         Build fixes for OS X: (see #129600)
28527         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28528         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28529         (gst_riff_read_strf_iavs):
28530         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28531         (gst_avi_demux_stream_odml):
28532         * gst/playondemand/Makefile.am:
28533         * gst/rtp/rtp-packet.c:
28534
28535 2004-02-05  David Schleef  <ds@schleef.org>
28536
28537         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28538         last change, because it Just Doesn't Compile.
28539
28540 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28541
28542         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28543           skip undecodable id3v2 tag instead of keeping it
28544
28545 2004-02-05  David Schleef  <ds@schleef.org>
28546
28547         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28548         Unref leaked buffer.  (Noticed by Ronald)
28549
28550 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28551
28552         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28553         Sync requires with other checks.  >= vs =.
28554
28555 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28556
28557         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28558         (gst_dvdec_video_link), (gst_dvdec_loop):
28559         * ext/dv/gstdvdec.h:
28560           rework the caps negotiation so that dvdec works again instead
28561           of just segfaulting.
28562
28563 === release 0.7.4 ===
28564
28565 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28566
28567         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28568         * configure.ac: changed for release
28569
28570 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28571
28572         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28573         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28574         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28575         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28576           reworked patch by David Lehn to fix libdir and includedir for
28577           uninstalled libraries
28578           removed play and gconf from gstreamer-libs since they have their
28579           own pkgconfig files
28580
28581 2004-02-04  David Schleef  <ds@schleef.org>
28582
28583         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28584         memleak.
28585
28586 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28587
28588         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28589           use correct GST_TAG_ENCODER tag
28590
28591 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28592
28593         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28594           be sure to stop the clock when going to paused
28595         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28596           reset number of transmitted when going to ready.
28597         fixes #132935
28598
28599 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28600
28601         reviewed by Benjamin Otte
28602
28603         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28604           extract track count (fixes #133410)
28605
28606 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28607
28608         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28609           that should be !=, not == (fixes #132519)
28610
28611 2004-02-04  David Schleef  <ds@schleef.org>
28612
28613         Make sure set_explicit_caps() is called before adding pad.
28614         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28615         * gst/id3/gstid3types.c: (gst_id3types_loop):
28616         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28617         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28618
28619 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28620
28621         * configure.ac:
28622           bump nano to 2, first prerelease
28623           put back AM_PROG_LIBTOOL
28624
28625 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28626
28627         * testsuite/alsa/Makefile.am:
28628           these are user test apps, not automatic testsuite tests
28629
28630 2004-02-04  David Schleef  <ds@schleef.org>
28631
28632         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28633         * gst/mpeg1videoparse/gstmp1videoparse.c:
28634         (mp1videoparse_parse_seq):
28635         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28636         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28637         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28638         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28639         (gst_xvideosink_getcaps):
28640         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28641         * testsuite/gst-lint: more tests
28642
28643 2004-02-04  David Schleef  <ds@schleef.org>
28644
28645         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28646         with the code that they would expand to.
28647         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28648         (gst_flacdec_get_src_query_types),
28649         (gst_flacdec_get_src_event_masks):
28650         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28651         (gst_gnomevfssrc_get_query_types),
28652         (gst_gnomevfssrc_get_event_mask):
28653
28654 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28655
28656         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28657         (gst_sinesrc_dispose):
28658           fix memleak by properly disposing sinesrc
28659
28660 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28661
28662         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28663         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28664         an overlay to redraw the image because it has been exposed.
28665         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28666         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28667         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28668         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28669         interface
28670         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28671         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28672         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28673         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28674         interface
28675
28676 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28677
28678         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28679           more memleak fixage
28680
28681 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28682
28683         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28684         * gst/typefind/gsttypefindfunctions.c:
28685           fix memleaks shown by gst-typefind
28686
28687 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28688
28689         * common/glib-gen.mak:
28690           add hack rule to touch .Plo files
28691         * gst-libs/gst/colorbalance/Makefile.am:
28692         * gst-libs/gst/mixer/Makefile.am:
28693         * gst-libs/gst/play/Makefile.am:
28694         * gst-libs/gst/tuner/Makefile.am:
28695           remove glib_root variable
28696
28697 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28698
28699         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28700           set explicit caps before adding the element, so the autopluggers can
28701           plug correctly.
28702         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28703         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28704         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28705         (dv_type_find):
28706           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28707           argument.
28708
28709 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28710
28711         * gst-libs/gst/colorbalance/Makefile.am:
28712         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28713         * gst-libs/gst/colorbalance/colorbalance.c:
28714         * gst-libs/gst/colorbalance/colorbalance.h:
28715         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28716         * gst-libs/gst/mixer/Makefile.am:
28717         * gst-libs/gst/mixer/mixer-marshal.list:
28718         * gst-libs/gst/mixer/mixer.c:
28719         * gst-libs/gst/mixer/mixer.h:
28720         * gst-libs/gst/mixer/mixermarshal.list:
28721         * gst-libs/gst/play/Makefile.am:
28722         * gst-libs/gst/play/play.h:
28723         * gst-libs/gst/tuner/Makefile.am:
28724         * gst-libs/gst/tuner/tuner-marshal.list:
28725         * gst-libs/gst/tuner/tuner.c:
28726         * gst-libs/gst/tuner/tuner.h:
28727         * gst-libs/gst/tuner/tunermarshal.list:
28728           use new glib-gen.mak snippet to clean up Makefile.am
28729           fix various bugs in Makefile.am's
28730
28731 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28732
28733         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28734           handle chain parsing correctly in the multichain case
28735         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28736         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28737         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28738         (theora_dec_chain):
28739           handle events and queries correctly
28740
28741 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28742
28743         * .cvsignore:
28744         Ignore generated file _stdint.h.
28745
28746 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28747
28748         * gst-libs/gst/colorbalance/Makefile.am:
28749         * gst-libs/gst/colorbalance/colorbalance.h:
28750         * gst-libs/gst/mixer/Makefile.am:
28751         * gst-libs/gst/mixer/mixer.h:
28752         * gst-libs/gst/play/Makefile.am:
28753         * gst-libs/gst/play/play.h:
28754         * gst-libs/gst/tuner/Makefile.am:
28755         * gst-libs/gst/tuner/tuner.h:
28756         Generate enum type code with glib-mkenums.
28757         * gst-libs/gst/colorbalance/.cvsignore:
28758         * gst-libs/gst/mixer/.cvsignore:
28759         * gst-libs/gst/play/.cvsignore:
28760         * gst-libs/gst/tuner/.cvsignore:
28761         Ignore generated files.
28762
28763 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28764
28765         * gst-libs/gst/audio/.cvsignore:
28766         Ignore generated file.
28767         * gst-libs/gst/audio/Makefile.am:
28768         Do not install example filter.
28769
28770 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28771
28772         * examples/switch/.cvsignore:
28773         Ignore generated file.
28774
28775 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28776
28777         * common/m4/ax_create_stdint_h.m4:
28778         * configure.ac:
28779           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28780           _stdint.h.
28781         * Makefile.am:
28782           remove generated _stdint.h in DISTCLEANFILES
28783         * ext/a52dec/gsta52dec.c:
28784           include _stdint.h for a52dec. (should fix #133064)
28785
28786 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28787
28788         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28789         (gst_tag_to_vorbis_comments):
28790         Add replaygain support to vorbistag
28791
28792 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28793         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28794         (gst_ffmpeg_caps_to_extradata):
28795           Fix SVQ3 caps flag properties
28796           Use glib macro for bytes swap
28797
28798 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28799
28800         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28801         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28802         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28803         * ext/sndfile/gstsf.c: (plugin_init):
28804         * gst/avi/gstavi.c: (plugin_init):
28805         * sys/dxr3/dxr3init.c: (plugin_init):
28806         * sys/oss/gstossaudio.c: (plugin_init):
28807         * sys/v4l/gstv4l.c: (plugin_init):
28808         * sys/v4l2/gstv4l2.c: (plugin_init):
28809           remove textdomain calls
28810         * po/nl.po:
28811           update Dutch translation
28812
28813 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28814
28815         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28816         (gst_play_set_audio_sink): Moving volume in the audio thread for
28817         instantaneous volume change. Maybe i will add another volume in front
28818         of visualization later, not sure yet though.
28819
28820 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28821
28822         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28823         (gst_ximagesink_handle_xevents): Better X events handling, only take
28824         the latest events for configure and motion.
28825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28826
28827 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28828
28829         reviewed by: David Schleef  <ds@schleef.org>
28830
28831         Fix memory leaks:
28832         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28833         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28834
28835 2004-02-02  David Schleef  <ds@schleef.org>
28836
28837         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
28838         of lines.
28839         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28840         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28841         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28842         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28843         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28844         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28845         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28846         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28847         (gst_float2_2_int_link):
28848         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28849         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28850         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28851         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28852         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28853         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28854         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28855         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28856         * testsuite/gst-lint: Add tests for bzero and ;;
28857
28858 2004-02-02  David Schleef  <ds@schleef.org>
28859
28860         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28861
28862 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28863
28864         * ext/aalib/gstaasink.c: (gst_aasink_open):
28865         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28866         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28867         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28868         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28869         (gst_afsink_close_file):
28870         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28871         (gst_afsrc_close_file):
28872         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28873         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28874         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28875         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28876         * ext/esd/esdmon.c: (gst_esdmon_get):
28877         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28878         * ext/faac/gstfaac.c: (gst_faac_chain):
28879         * ext/faad/gstfaad.c: (gst_faad_chain):
28880         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28881         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28882         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28883         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28884         (gst_flacdec_loop):
28885         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28886         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28887         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28888         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28889         (gst_gnomevfssink_close_file):
28890         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28891         (gst_gnomevfssrc_open_file):
28892         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28893         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28894         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28895         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28896         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28897         * ext/mad/gstmad.c: (gst_mad_chain):
28898         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28899         * ext/mpeg2dec/gstmpeg2dec.c:
28900         * ext/mpeg2enc/gstmpeg2enc.cc:
28901         * ext/mplex/gstmplex.cc:
28902         * ext/mplex/gstmplexibitstream.cc:
28903         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28904         (gst_ogg_demux_push):
28905         * ext/raw1394/gstdv1394src.c:
28906         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28907         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28908         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28909         (gst_sf_loop):
28910         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28911         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28912         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28913         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28914         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28915         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28916         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28917         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28918         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28919         (gst_riff_read_element_data), (gst_riff_read_seek),
28920         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28921         * gst/adder/gstadder.c: (gst_adder_loop):
28922         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28923         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28924         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28925         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28926         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28927         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28928         * gst/goom/gstgoom.c: (gst_goom_chain):
28929         * gst/id3/gstid3types.c: (gst_id3types_loop):
28930         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28931         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28932         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28933         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28934         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28935         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28936         (gst_ebml_read_float), (gst_ebml_read_header):
28937         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28938         (gst_matroska_demux_parse_blockgroup):
28939         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28940         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28941         * gst/oneton/gstoneton.c: (gst_oneton_chain):
28942         * gst/silence/gstsilence.c: (gst_silence_get):
28943         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28944         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28945         * gst/speed/gstspeed.c: (speed_loop):
28946         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28947         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28948         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28949         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28950         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28951         (gst_wavparse_loop):
28952         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28953         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28954         (dxr3audiosink_close):
28955         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28956         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
28957         (dxr3videosink_close), (dxr3videosink_write_data):
28958         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28959         * sys/oss/gstosssink.c: (gst_osssink_chain):
28960         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28961         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
28962         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
28963         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
28964         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28965         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28966         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
28967         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
28968         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
28969         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
28970         (gst_v4l_set_audio):
28971         * sys/v4l/v4l_calls.h:
28972         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28973         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
28974         (gst_v4lmjpegsink_playback_init),
28975         (gst_v4lmjpegsink_playback_start):
28976         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
28977         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28978         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
28979         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
28980         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
28981         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
28982         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
28983         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
28984         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
28985         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
28986         (gst_v4l2_get_output), (gst_v4l2_set_output),
28987         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
28988         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
28989         (gst_v4l2_set_attribute):
28990         * sys/v4l2/v4l2_calls.h:
28991         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
28992         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
28993         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
28994         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
28995         (gst_v4l2src_capture_stop):
28996         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
28997         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
28998         (gst_ximagesink_chain):
28999         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29000         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29001         (gst_xvideosink_xwindow_new):
29002         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29003         (gst_xvimagesink_chain):
29004
29005 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29006
29007         * gst/volume/gstvolume.c: (gst_volume_set_volume),
29008         (gst_volume_get_volume), (volume_class_init), (volume_init),
29009         (volume_chain_int16), (volume_update_volume):
29010         * gst/volume/gstvolume.h:
29011           make code more readable by removing magic numbers
29012           make mixer interface export 0-100 range
29013           make it internally map to 0.0-1.0 range so users don't distort
29014           output by putting the sliders at full volume
29015
29016 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29017
29018         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29019         (gst_play_state_change), (gst_play_seek_to_time):
29020         block the tick callback for 0.5 secs after doing a seek
29021
29022 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29023
29024         * gst-libs/gst/play/play.c: (gst_play_new):
29025           check for GError
29026
29027 2004-02-01  Julien MOUTTE  <julien@moutte.net>
29028
29029         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29030         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29031         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29032         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29033         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29034         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29035
29036 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29037
29038         * configure.ac:
29039         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29040           check for a function added in vorbis 1.1
29041
29042 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29043
29044         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29045         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29046           really start/stop clock only on PLAYING <=> PAUSED
29047         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29048           remove \n from debugging lines
29049         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29050           make it work when seeking does not
29051         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29052           reset on DISCONT
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           start clock on PAUSED=>PLAYING, not later
29058         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29059           extract correct time for different discont formats
29060         (gst_alsa_sink_get_time):
29061           don't segfault when no format is negotiated yet, just return 0
29062         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29063         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29064         (gst_ogg_pad_push):
29065           handle flush and discont events correctly
29066         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29067           handle discont events correctly
29068
29069 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29070
29071         * gst-libs/gst/play/play.c: (gst_play_error_quark),
29072         (gst_play_error_create), (gst_play_error_plugin),
29073         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29074         * gst-libs/gst/play/play.h:
29075           add error handling during creation
29076         * examples/gstplay/player.c: (main):
29077           use new gst_play_new
29078
29079
29080 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29081
29082         * ext/theora/theoradec.c: (theora_dec_chain):
29083           make comments work
29084         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29085         (vorbis_dec_src_event), (vorbis_dec_chain):
29086           add encoder tag, fix tag reading to be more error tolerant, change
29087           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29088           gst_pad_event_default.
29089         * gst/tags/gstvorbistag.c:
29090         (gst_tag_list_from_vorbiscomment_buffer):
29091           undefine function specific define at end of function
29092
29093 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
29094
29095         * ext/flac/gstflac.c: (plugin_init):
29096         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29097         * ext/flac/gstflacdec.h:
29098         * ext/flac/gstflacenc.h:
29099           Fix typos
29100
29101 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
29102
29103         * examples/gstplay/player.c: s/gstplay.h/play.h/
29104
29105 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29106
29107         * gst-libs/gst/play/Makefile.am:
29108         * gst-libs/gst/play/gstplay.c:
29109         * gst-libs/gst/play/gstplay.h:
29110         * gst-libs/gst/play/play.c:
29111           more surgery, operation complete
29112
29113 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29114
29115         * gst-libs/gst/play/play.old.c:
29116         * gst-libs/gst/play/play.old.h:
29117           after CVS surgery by moving, remove
29118         * gst-libs/gst/play/playpipelines.c:
29119           remove
29120
29121         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29122           add negotiation error
29123
29124 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29125
29126         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29127         (gst_ogg_demux_push):
29128           add some seeking debug info
29129           send a flush when seeking
29130
29131 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29132
29133         * configure.ac:
29134           use AC_C_INLINE
29135         * configure.ac:
29136         * ext/Makefile.am:
29137         * ext/theora/Makefile.am:
29138         * ext/theora/theoradec.c:
29139           add theora video decoder. Does just do simple decoding for now and
29140           has been tested against Theora cvs only. It only works when theora
29141           is compiled with --enable-static.
29142         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29143           always reset packetno on DISCONT
29144
29145 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29146
29147         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29148           Fix audio.
29149
29150 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29151
29152         * gst/mpegaudioparse/gstmpegaudioparse.c:
29153         (mp3_type_frame_length_from_header):
29154           Fix header parsing - stolen from ffmpeg (thank you! :) ).
29155
29156 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29157
29158         * ext/esd/esdsink.c: (gst_esdsink_init):
29159           Since we have static pad template caps, we don't need to negotiate;
29160           either the core errors out or we know the format.
29161
29162 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29163
29164         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29165         (gst_riff_read_seek):
29166         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29167         (gst_ebml_read_seek):
29168           Fix event handling.
29169
29170 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29171
29172         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29173           removee video/x-theora from vp3 decoder, it doesn't handle raw
29174           theora streams
29175         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29176           fix bug with finalizing element that never went to PAUSED
29177         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29178           length and position queries were swapped
29179         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29180         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29181         (vorbis_dec_src_event):
29182           implement querying time and bytes
29183
29184 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29185
29186         * just about every source file:
29187           gst_element_error -> GST_ELEMENT_ERROR
29188
29189 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29190
29191         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29192         emiting FLUSH and even before DISCONT.
29193         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29194         get the best instant seeking as possible yay!
29195
29196 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29197
29198         * gst/mpeg1videoparse/gstmp1videoparse.c:
29199         (gst_mp1videoparse_real_chain):
29200           Committed wrong version last week... Grr... Didn't notice until now.
29201
29202 2004-01-29  Julien MOUTTE <julien@moutte.net>
29203
29204         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29205         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29206         have_xwindow_id signal in xwindow_create.
29207
29208 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29209
29210         * ext/ogg/gstoggdemux.c:
29211           lots of changes - mainly support for chained bitstreams, seeking,
29212           querying and bugfixes of course
29213         * ext/vorbis/Makefile.am:
29214         * ext/vorbis/vorbisdec.c:
29215         * ext/vorbis/vorbisdec.h:
29216           add vorbisdec raw vorbis decoder
29217         * ext/vorbis/vorbis.c: (plugin_init):
29218           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29219         * gst/intfloat/Makefile.am:
29220         * gst/intfloat/float22int.c:
29221         * gst/intfloat/float22int.h:
29222         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29223           add float2intnew plugin. It converts multichannel interleaved float to
29224           multichannel interleaved int. The name should probably be changed.
29225         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29226         (plugin_init):
29227           add typefinding for raw theora video so oggdemux can detect it.
29228
29229 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29230
29231         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29232         sink element first.
29233         * gst/videoscale/gstvideoscale.c:
29234         (gst_videoscale_handle_src_event): Fixing src event handler.
29235
29236 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29237
29238         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29239         (gst_v4lsrc_open), (gst_v4lsrc_close),
29240         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29241         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29242         * sys/v4l/gstv4lsrc.h:
29243         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29244         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29245           Implement resizing... Hack. But that's why v4l is b0rked...
29246
29247 2004-01-28  Julien MOUTTE <julien@moutte.net>
29248
29249         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29250         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29251         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29252         (gst_ximagesink_xwindow_destroy):
29253         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29254         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29255         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29256         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29257         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29258         correctly cleaning the image created to check xshm calls on succes,
29259         added a lot of XSync calls in X11 functions, and fixed a segfault when
29260         no image format was defined before negotiation happened.
29261
29262 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29263
29264         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29265           use gst_element_get_time to get correct time
29266
29267 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29268
29269         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29270         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29271         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29273         (gst_xvimagesink_check_xshm_calls),
29274         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29275         X plugins are now able to detect that XShm calls will fail even if the
29276         server claims that it has XShm support (remote displays most of the
29277         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29278         so that we use non XShm functions. This feature is almost useless for
29279         xvimagesink as Xv is not supported on remote displays anyway, but
29280         it might happen than even on the local display XShm calls fail.
29281
29282 2004-01-27  David Schleef  <ds@schleef.org>
29283
29284         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29285         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29286         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29287         changed esdsink to only use 44100,16,2, since esd sucks at rate
29288         conversion and esdsink has had difficulty negotiating.
29289
29290 2004-01-27  Julien MOUTTE <julien@moutte.net>
29291
29292         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29293         (gst_play_seek_to_time): Fixing the way to get current position.
29294
29295 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29296
29297         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29298           use gst_element_get_time to get correct time
29299
29300 2004-01-27  Julien MOUTTE <julien@moutte.net>
29301
29302         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29303         fix ever... Inverting 2 lines of code make spider autoplug correctly
29304         tagged mp3 !
29305
29306 2004-01-27  David Schleef  <ds@schleef.org>
29307
29308         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29309         Use gst_pad_try_set_caps_nonfixed().
29310
29311 2004-01-27  David Schleef  <ds@schleef.org>
29312
29313         * gst/ac3parse/gstac3parse.c: update to checklist 5
29314         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29315         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29316         * gst/audioscale/gstaudioscale.c: same
29317         * gst/auparse/gstauparse.c: same
29318         * gst/avi/gstavidemux.c: same
29319
29320 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29321
29322         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29323           stop processing after EOS
29324
29325 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29326
29327         * gst/asfdemux/asfheaders.h:
29328         * gst/asfdemux/gstasfdemux.c:
29329         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29330         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29331         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29332           lot's of fixes to make data extraction simpler and get the code
29333           architecture and compiler independant. Add debugging category
29334         * gst/goom/gstgoom.c: (gst_goom_change_state):
29335           reset channel count on PAUSED=>READY, not READY=>PAUSED
29336
29337 2004-01-26  Colin Walters  <walters@verbum.org>
29338
29339         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29340         code to pull a bigger buffer in iradio mode.  This as a side effect
29341         makes typefinding work.
29342
29343 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29344
29345         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29346         Fix SVQ3 decoding on PPC
29347
29348 2004-01-26  Julien MOUTTE <julien@moutte.net>
29349
29350         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29351         that one managed to stay there... Fixed.
29352
29353 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29354
29355         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29356         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29357         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29358         (qtdemux_video_caps):
29359         * gst/qtdemux/qtdemux.h:
29360         Add SVQ3 specific flags to qtdemux and ffmpeg
29361
29362 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29363
29364         * gst-libs/gst/audio/audio.h:
29365           remove buffer-frames from audio caps
29366         * gst/audioconvert/gstaudioconvert.c:
29367           fix plugin to really work.
29368
29369 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29370
29371         * gst-libs/gst/mixer/mixer.c:
29372         * gst-libs/gst/propertyprobe/propertyprobe.c:
29373         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29374         (gst_tuner_find_channel_by_name):
29375         * gst-libs/gst/tuner/tuner.h:
29376           Add gtk-doc style comments. Also fix a function name.
29377
29378 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29379
29380         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29381         (gst_divxdec_negotiate):
29382           Fix for new capsnego - also fixes gst-player with divxdec.
29383
29384 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29385
29386         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29387         (gst_play_identity_handoff), (gst_play_set_location),
29388         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29389         try in visualization implementation. Still have an issue with switch
29390         blocking when pulling from video_queue and only audio comes out of
29391         spider.
29392         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29393         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29394         release method. And check if the pad is usable before pulling.
29395
29396 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29397
29398         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29399         (gst_videobalance_init),
29400         (gst_videobalance_colorbalance_list_channels),
29401         (gst_videobalance_colorbalance_set_value),
29402         (gst_videobalance_colorbalance_get_value),
29403         (gst_videobalance_update_properties),
29404         (gst_videobalance_update_tables_planar411),
29405         (gst_videobalance_planar411):
29406         * gst/videofilter/gstvideobalance.h:
29407           Implement lookup-tables. +/- 10x faster.
29408
29409 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29410
29411         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29412         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29413           The index reading was broken. The rest worked fine, but the whole
29414           goal of my rewrite was to make avidemux readable, and this was
29415           not at all readable. Please use typed variables.
29416
29417 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29418
29419         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29420           Additional pad usability check.
29421         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29422         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29423         (gst_mp1videoparse_real_chain):
29424           Fix MPEG video stream parsing. The original plugin had several
29425           issues, including not timestamping streams where the source was
29426           not timestamped (this happens with PTS values in mpeg system
29427           streams, but MPEG video is also a valid stream on its own so
29428           that needs timestamps too). We use the display time code for that
29429           for now. Also, if one incoming buffer contains multiple valid
29430           frames, we push them all on correctly now, including proper EOS
29431           handling. Lastly, several potential segfaults were fixed, and we
29432           properly sync on new sequence/gop headers to include them in next,
29433           not previous frames (since they're header for the next frame, not
29434           the previous). Also see #119206.
29435         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29436         (bpf_from_header):
29437           Move caps setting so we only do it after finding several valid
29438           MPEG-1 fraes sequentially, not right after the first one (which
29439           might be coincidental).
29440         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29441         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29442         (plugin_init):
29443           Add unsynced MPEG video stream typefinding, and change some
29444           probability values so we detect streams rightly. The idea is as
29445           follows: I can have an unsynced system stream which contains
29446           video. In the current code, I would randomly get a type for either
29447           system or video stream type found, because the probabilities are
29448           being calculated rather randomly. I now use fixed values, so we
29449           always prefer system stream if that was found (and that is how it
29450           should be). If no system stream was found, we can still identity                the stream as video-only.
29451
29452 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29453
29454         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29455         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29456           don't write to buffer. Extract data without the need of
29457           __attribute__ ((packed))
29458
29459 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29460
29461         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29462         (mpeg1_sys_type_find):
29463           Fix MPEG-1 stream typefinding.
29464
29465 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29466
29467         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29468           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29469
29470 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29471
29472         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29473         * ext/esd/gstesd.c: (plugin_init):
29474           private debugging, better error reporting
29475
29476 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29477
29478         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29479         (gst_riff_read_init), (gst_riff_read_change_state):
29480         * gst-libs/gst/riff/riff-read.h:
29481           Remove stuff fromold metadata system.
29482
29483 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29484
29485         * ext/ogg/gstoggdemux.c:
29486           Fix wrong file comment.
29487         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29488         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29489           Add metadata reading properly.
29490
29491 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29492
29493         * ext/Makefile.am:
29494           Fix nas DIST_SUBDIRS
29495           Uraeus:
29496           Fix bug where make distcheck doesn't get run on adding stuff to
29497           the build.
29498
29499 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29500
29501         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29502         * ext/divx/gstdivxdec.h:
29503           Fix divx3 ("msmpeg4") playback using divxdec.
29504
29505 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29506
29507         * gst/typefind/gsttypefindfunctions.c:
29508         (mp3_type_frame_length_from_header): fix bug in length computation
29509         (mp3_type_find): improve debugging output
29510
29511 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29512
29513         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29514         (gst_play_set_location), (gst_play_seek_to_time),
29515         (gst_play_set_audio_sink), (gst_play_set_visualization),
29516         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29517         the pipeline from scratch. Visualization is back and switch went out as
29518         i realized it was not possible to use the way i wanted.
29519         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29520         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29521         clearing in state change from READY to NULL. So that one can clean the
29522         X ressources keeping the element.
29523         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29524         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29525         (gst_xvimagesink_colorbalance_set_value),
29526         (gst_xvimagesink_colorbalance_get_value),
29527         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29528         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29529         change from READY to NULL and fixed some stupid bugs in colorbalance
29530         get/set values. Also added the following feature : when nobody tries to
29531         set some values to the colorbalance levels before the xcontext is
29532         grabbed, then when creating channels list from Xv attributes we set the
29533         internal values to the Xv defaults. This way we handle buggy Xv drivers
29534         that set default hue values far from the middle of the range (Thanks
29535         to Jon Trowbridge for pointing that issue).
29536         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29537         colorbalance levels have been set before xcontext is grabbed.
29538
29539 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29540
29541         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29542           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29543           it might block operations (which is bad for a mixer).
29544
29545 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29546
29547         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29548         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29549         (gmip_find_type_pre):
29550         * gst-libs/gst/media-info/media-info-priv.h:
29551         * gst-libs/gst/media-info/media-info.c:
29552         (gst_media_info_instance_init), (gst_media_info_read_idler):
29553         add fakesink to get caps on decoder src pad again
29554         fix callback prototype to match new have_type signal signature
29555
29556 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29557
29558         * gst/adder/gstadder.c: (gst_adder_link):
29559           fix non-compile and cut-n-paste code
29560
29561 2004-01-21  David Schleef  <ds@schleef.org>
29562
29563         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29564         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29565         (gst_swfdec_init), (gst_swfdec_change_state):
29566         * ext/swfdec/gstswfdec.h:
29567         Fix negotiation.
29568         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29569         (gst_adder_request_new_pad): Fix negotiation.
29570         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29571         Add a fixate function.
29572         * gst/intfloat/gstfloat2int.c:
29573         * gst/intfloat/gstfloat2int.h:
29574         * gst/intfloat/gstint2float.c:
29575         * gst/intfloat/gstint2float.h:
29576         Completely rewrite the negotiation.  Doesn't quite work yet,
29577         due to some buffer-frames problem.
29578
29579 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29580
29581         * ext/gnomevfs/gstgnomevfssrc.c:
29582         * sys/v4l2/v4l2_calls.h:
29583           fix includes for distcheck
29584
29585 2004-01-21  Christian Schaller <uraeus@gnome.org>
29586
29587         * ext/nas/
29588         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29589         based on earlier patch from Laurent Vivier
29590
29591 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29592
29593         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29594         Fix wma caps property
29595         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29596         Fix typo (flags1 and flags2)
29597
29598 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29599
29600         * gst-libs/gst/media-info/media-info-priv.c:
29601         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29602         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29603         (gmip_find_stream), (gmip_find_track_metadata),
29604         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29605         (gmip_find_track_format):
29606         * gst-libs/gst/media-info/media-info-priv.h:
29607         * gst-libs/gst/media-info/media-info-test.c: (main):
29608         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29609         (gst_media_info_read_idler), (gst_media_info_read):
29610         * gst-libs/gst/media-info/media-info.h:
29611           register debugging category and use it for debugging
29612
29613 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29614
29615         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29616         (gst_vorbisfile_new_link):
29617           signal streaminfo through tags
29618
29619 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29620
29621         * ext/mplex/gstmplex.cc:
29622         * ext/mplex/gstmplexibitstream.cc:
29623           g++ doesn't like NULL in our i18n/error macros, should be
29624           either (NULL) or ("").
29625
29626 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29627
29628         * sys/dxr3/dxr3audiosink.c:
29629         * sys/dxr3/dxr3init.c:
29630         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29631         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29632           Fix more error error error errors (missing includes here).
29633
29634 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29635
29636         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29637           fix thomas' error errors.
29638
29639 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29640
29641         * ext/mpeg2enc/gstmpeg2enc.cc:
29642           fix error errors.
29643
29644 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29645
29646         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29647         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29648           Fix for new error system.
29649
29650 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29651
29652         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29653           fix for new error reporting
29654
29655 2004-01-20  David Schleef  <ds@schleef.org>
29656
29657         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29658         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29659         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29660         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29661         and neither is 100+, most likely.
29662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29663         (gst_xvimagesink_getcaps): same
29664
29665 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29666
29667         * configure.ac:
29668           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29669           clashes with ffmpeg.
29670
29671 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29672
29673         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29674         (gst_switch_init): Fixed switch element : proxying link and setting
29675         caps from src to sink on request.
29676
29677 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29678
29679         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29680         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29681         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29682         fix element_error
29683
29684 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29685
29686         * sys/v4l/v4l_calls.h:
29687         * sys/v4l2/v4l2_calls.h:
29688           element_error fixes
29689
29690 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29691
29692         * gst-libs/gst/gst-i18n-plugin.h:
29693           add locale.h
29694           remove config.h inclusion
29695
29696 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29697
29698         * autogen.sh:
29699           adding autopoint invocation
29700         * Makefile.am:
29701         * configure.ac:
29702         * gst-libs/gst/gettext.h:
29703           adding gettext bits
29704         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29705         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29706         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29707         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29708         (gst_gnomevfssink_close_file):
29709         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29710         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29711         * gst-libs/gst/gst-i18n-plugin.h:
29712         * gst/avi/gstavi.c: (plugin_init):
29713         * sys/dxr3/dxr3init.c: (plugin_init):
29714         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29715         * sys/oss/gstossaudio.c: (plugin_init):
29716         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29717         * sys/v4l/gstv4l.c: (plugin_init):
29718         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29719         * sys/v4l2/gstv4l2.c: (plugin_init):
29720         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29721         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29722         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29723         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29724         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29725         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29726           make sure locale and translation domain are set
29727           fix translated strings
29728         * po/.cvsignore:
29729         * po/LINGUAS:
29730         * po/Makevars:
29731         * po/POTFILES.in:
29732         * po/nl.po:
29733           put translation files into place
29734         * sys/xvideo/imagetest.c: (main):
29735         * ext/dv/demo-play.c: (main):
29736           fix unnecessary translations
29737
29738 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29739
29740         * ext/sndfile/gstsf.c:
29741         * gst/avi/gstavimux.c:
29742         * ext/audiofile/gstafsink.c:
29743         * ext/audiofile/gstafsrc.c:
29744         * ext/gnomevfs/gstgnomevfssink.c:
29745         * ext/gnomevfs/gstgnomevfssrc.c:
29746         * sys/oss/gstosselement.c:
29747         * sys/v4l/v4l_calls.h:
29748           fix i18n include
29749
29750 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29751
29752         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29753         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29754         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29755         (gst_v4l2_get_output), (gst_v4l2_set_output),
29756         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29757         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29758         (gst_v4l2_set_attribute):
29759         update to new error handling
29760
29761 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29762
29763         * ext/sidplay/gstsiddec.cc:
29764         * gst/modplug/gstmodplug.cc:
29765           parenthese NULL because C++ seems angry about it
29766
29767 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29768
29769         * gst-libs/gst/gst-i18n-plugin.h:
29770           add skeleton i18n stuff, but needs to be further implemented
29771
29772 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29773
29774         * examples/gstplay/player.c: (main):
29775         * ext/aalib/gstaasink.c: (gst_aasink_open):
29776         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29777         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29778         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29779         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29780         (gst_afsink_close_file):
29781         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29782         (gst_afsrc_close_file):
29783         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29784         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29785         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29786         * ext/esd/esdmon.c: (gst_esdmon_get):
29787         * ext/esd/esdsink.c: (gst_esdsink_chain):
29788         * ext/faac/gstfaac.c: (gst_faac_chain):
29789         * ext/faad/gstfaad.c: (gst_faad_chain):
29790         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29791         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29792         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29793         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29794         (gst_flacdec_loop):
29795         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29796         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29797         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29798         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29799         (gst_gnomevfssink_close_file):
29800         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29801         (gst_gnomevfssrc_open_file):
29802         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29803         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29804         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29805         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29806         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29807         * ext/mad/gstmad.c: (gst_mad_chain):
29808         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29809         * ext/mpeg2dec/gstmpeg2dec.c:
29810         * ext/mpeg2enc/gstmpeg2enc.cc:
29811         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29812         * ext/mplex/gstmplex.cc:
29813         * ext/mplex/gstmplexibitstream.cc:
29814         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29815         (gst_ogg_demux_push), (gst_ogg_pad_push):
29816         * ext/raw1394/gstdv1394src.c:
29817         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29818         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29819         * ext/sidplay/gstsiddec.cc:
29820         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29821         (gst_sf_loop):
29822         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29823         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29824         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29825         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29826         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29827         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29828         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29829         * gst-libs/gst/Makefile.am:
29830         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29831         (gst_riff_read_element_data), (gst_riff_read_seek),
29832         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29833         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29834         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29835         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29836         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29837         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29838         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29839         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29840         * gst/goom/gstgoom.c: (gst_goom_chain):
29841         * gst/id3/gstid3types.c: (gst_id3types_loop):
29842         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29843         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29844         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29845         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29846         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29847         (gst_ebml_read_float), (gst_ebml_read_header):
29848         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29849         (gst_matroska_demux_parse_blockgroup):
29850         * gst/modplug/gstmodplug.cc:
29851         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29852         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29853         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29854         * gst/silence/gstsilence.c: (gst_silence_get):
29855         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29856         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29857         * gst/speed/gstspeed.c: (speed_loop):
29858         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29859         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29860         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29861         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29862         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29863         (gst_wavparse_loop):
29864         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29865         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29866         (dxr3audiosink_close):
29867         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29868         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29869         (dxr3videosink_close), (dxr3videosink_write_data):
29870         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29871         * sys/oss/gstosselement.h:
29872         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29873         (gst_osssink_chain):
29874         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29875         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29876         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29877         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29878         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29879         (gst_v4l_enable_overlay):
29880         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29881         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29882         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29883         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29884         (gst_v4l_set_audio):
29885         * sys/v4l/v4l_calls.h:
29886         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29887         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29888         (gst_v4lmjpegsink_playback_init),
29889         (gst_v4lmjpegsink_playback_start):
29890         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29891         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29892         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29893         (gst_v4lmjpegsrc_requeue_frame):
29894         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29895         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29896         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29897         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29898         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29899         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29900         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29901         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29902         (gst_v4l2src_capture_stop):
29903         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29904         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29905         (gst_ximagesink_chain):
29906         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29907         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29908         (gst_xvideosink_xwindow_new):
29909         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29910         (gst_xvimagesink_chain):
29911         use new error signal, function and categories
29912
29913 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
29914
29915         * configure.ac:
29916         * ext/Makefile.am:
29917         * ext/musicbrainz/gsttrm.c:
29918         * ext/musicbrainz/gsttrm.h:
29919         * ext/musicbrainz/Makefile.am:
29920         Add a trm plugin
29921
29922 2004-01-18  Julien MOUTTE  <julien@moutte.net>
29923
29924         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29925         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29926         synchronous property for debugging.
29927         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29928         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29929         (gst_xvimagesink_set_property): Moving a pointer declaration to a
29930         smaller block, fixing indent.
29931
29932 2004-01-16  David Schleef  <ds@schleef.org>
29933
29934         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29935         property affects the video stream.
29936         * sys/xvimage/xvimagesink.c:
29937         * sys/xvimage/xvimagesink.h:
29938         Add synchronous property for debugging.  Should probably be
29939         disabled in non-CVS builds.  Make sure that the Xv attribute
29940         exists before we set it (crash!).  Fix a silly float bug that
29941         caused colorbalance to just not work.
29942
29943 2004-01-17  Christian Schaller <Uraeus@gnome.org>
29944
29945         * tools/gst-launch-ext.in - update for new plugins
29946
29947 2004-01-16  David Schleef  <ds@schleef.org>
29948
29949         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
29950         already-freed caps.
29951
29952 2994-01-16  Christian Schaller <Uraeus@gnome.org>
29953
29954         * Update spec for new colorspace plugin and libcaca plugin
29955         * Fix compilation of libcaca plugin (clock -> id)
29956
29957 2004-01-16  Julien MOUTTE <julien@moutte.net>
29958
29959         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
29960         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29961         (gst_xvimagesink_set_xwindow_id),
29962         (gst_xvimagesink_colorbalance_set_value),
29963         (gst_xvimagesink_colorbalance_get_value),
29964         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29965         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
29966         correct colorbalance properties. They can now be set when the element
29967         is still in NULL state. The values will be committed to the Xv Port
29968         when xcontext is initialized.
29969         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
29970         brightness int values in the GstXvImagesink structure.
29971
29972 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29973
29974         * gst-libs/gst/Makefile.am:
29975           restructure so having local patches works easier.
29976
29977 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29978
29979         * ext/mpeg2enc/Makefile.am:
29980         * ext/mpeg2enc/gstmpeg2enc.cc:
29981         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29982           Bugfix with respect to EOS handling.
29983
29984 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29985
29986         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
29987           Link with right caps (else, it segfaults).
29988         * ext/mplex/gstmplexjob.cc:
29989           Fix for slight API change in 1.6.1.93 release of mjpegtools.
29990
29991 2004-01-15  David Schleef  <ds@schleef.org>
29992
29993         * gst-libs/gst/audio/Makefile.am:
29994         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
29995         from the template.
29996         * gst-libs/gst/audio/gstaudiofilter.c:
29997         * gst-libs/gst/audio/gstaudiofilter.h:
29998         Add bytes_per_sample and size and n_samples calculation.
29999         * gst-libs/gst/audio/gstaudiofilterexample.c:
30000         Remove, now autogenerated.
30001         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30002         Moved from gstaudiofilterexample, object name changed, code added
30003         so that it actually works.
30004         * gst-libs/gst/audio/make_filter:
30005         Script to build an audiofilter subclass from the template.
30006         * gst/colorspace/Makefile.am:
30007         * gst/colorspace/yuv2yuv.c:
30008         Remove file, since it's GPL, and we don't use it.
30009
30010 2004-01-15  Julien MOUTTE  <julien@moutte.net>
30011
30012         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30013         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30014         them use the buffer free function to test how the buffer was allocated.
30015
30016 2004-01-15  David Schleef  <ds@schleef.org>
30017
30018         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30019         that handles osssink fallback.
30020         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30021         (gst_audio_convert_getcaps):
30022         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30023         Add audio/x-qdm2 for QDM2 audio.
30024         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30025         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30026         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30027         Decrease minimum size to 16x16.
30028         * gst/wavparse/gstwavparse.c:
30029         Convert disabled pad template caps to new caps.
30030         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30031         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30032         (gst_xvimagesink_chain): Throw element error when display cannot
30033         be opened.  Increase minimum framerate to 1.0.  Check the data
30034         free function on a buffer to make sure it is the type we expect
30035         before manipulating it.
30036
30037 2004-01-15  Julien MOUTTE <julien@moutte.net>
30038
30039         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30040         (gst_videobalance_colorbalance_set_value): Implement passthru if
30041         settings are in the middle.
30042         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30043
30044 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30045
30046         * gst/videofilter/Makefile.am:
30047         * gst/volume/Makefile.am:
30048           Since we use videofilter symbols, link to it.
30049
30050 2004-01-15  Julien MOUTTE <julien@moutte.net>
30051
30052         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30053         mixer interface type to HARDWARE.
30054         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30055         type to SOFTWARE.
30056         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30057         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30058         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30059         (gst_volume_interface_init), (gst_volume_list_tracks),
30060         (gst_volume_set_volume), (gst_volume_get_volume),
30061         (gst_volume_set_mute), (gst_volume_mixer_init),
30062         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30063         (volume_init): Implementing mixer interface.
30064         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30065         * sys/oss/gstosselement.c: (gst_osselement_get_type),
30066         (gst_osselement_change_state): Removing some trailing commas in
30067         structures.
30068         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30069         interface type to HARDWARE.
30070         * sys/v4l/gstv4lcolorbalance.c:
30071         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30072         type to HARDWARE.
30073         * sys/v4l2/gstv4l2colorbalance.c:
30074         (gst_v4l2_color_balance_interface_init): Setting colorbalance
30075         interface type to HARDWARE.
30076         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30077         same code than ximagesink for event handling.
30078
30079 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30080
30081         * ext/snapshot/Makefile.am:
30082         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30083         (gst_snapshot_chain):
30084         * ext/snapshot/gstsnapshot.h:
30085           This has to be a joke... Snapshot should be connected to a tee,
30086           colorspace element before it and EOS after that, where the other
30087           src of the tee receives normal data.
30088           The current way is *wrong*.
30089
30090 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30091
30092         * ext/hermes/gsthermescolorspace.c:
30093           Fix another compile error. Same as below.
30094
30095 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30096
30097         * gst/colorspace/gstcolorspace.c:
30098         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30099         (gst_colorspace_i420_to_yv12):
30100           Fix compiling... Didn't test if it actually works.
30101
30102 2004-01-15  David Schleef  <ds@schleef.org>
30103
30104         * configure.ac:
30105         * gst/colorspace/Makefile.am:
30106         * gst/colorspace/gstcolorspace.c:
30107         * gst/colorspace/gstcolorspace.h:
30108         * gst/colorspace/yuv2rgb.c:
30109         * gst/colorspace/yuv2rgb.h:
30110         Duplicate the ext/hermes colorspace plugin, and remove Hermes
30111         code and GPL code.  Fix for new caps negotiation.  Rewrite
30112         much of the format handling code, and some of the conversion
30113         code.  Basically, rewrote almost everything.  This element
30114         handles I420, YV12 to RGB conversions.
30115         * ext/hermes/Makefile.am:
30116         * ext/hermes/gsthermescolorspace.c:
30117         Rename colorspace to hermescolorspace.  Fix negotiation issues.
30118         Remove non-Hermes related code.  This element handles lots of
30119         RGB to RGB conversions, but no YUV.
30120         * ext/hermes/gstcolorspace.c:
30121         * ext/hermes/gstcolorspace.h:
30122         * ext/hermes/rgb2yuv.c:
30123         * ext/hermes/yuv2rgb.c:
30124         * ext/hermes/yuv2rgb.h:
30125         * ext/hermes/yuv2rgb_mmx16.s:
30126         * ext/hermes/yuv2yuv.c:
30127         * ext/hermes/yuv2yuv.h:
30128         Remove old code.
30129
30130 2004-01-14  Colin Walters  <walters@verbum.org>
30131
30132         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30133         they've already been.
30134
30135 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30136
30137         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30138           assume tag mode when pad is not connected
30139
30140 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30141
30142         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30143           Don't update the time of the clock
30144         (gst_alsa_sink_loop):
30145           sync to the clock given to alsasink, not the own clock
30146         * sys/oss/gstosssink.c: (gst_osssink_chain):
30147           sync to the clock
30148         (gst_osssink_change_state):
30149           activate the clock
30150         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30151         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30152           remove bogus code that made DISCONT events unhandled
30153         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30154           explicitly case to double in _set_simple. (fixes 2nd warning in bug
30155           #131502)
30156         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30157         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30158         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30159           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30160           2nd warning in bug #131502)
30161
30162 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30163
30164         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30165         (gst_videobalance_colorbalance_set_value),
30166         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30167         for colorbalance interface implementation.
30168         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30169         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30170         (gst_ximagesink_dispose), (gst_ximagesink_init),
30171         (gst_ximagesink_class_init): Adding DISPLAY property.
30172         * sys/ximage/ximagesink.h: Adding display_name to store display.
30173         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30174         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30175         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30176         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30177         properties (they still need polishing though for gst-launch use : no
30178         xcontext yet, i ll do that tomorrow).
30179         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30180
30181 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30182
30183         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30184         (gst_play_set_location), (gst_play_set_visualization): Preparing
30185         switch integration, adding videobalance in the pipeline.
30186
30187 2004-01-14  Julien MOUTTE <julien@moutte.net>
30188
30189         * gst-libs/gst/colorbalance/colorbalance.c:
30190         (gst_color_balance_class_init): Adding a default type.
30191         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30192         the type.
30193         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30194         (gst_videobalance_dispose), (gst_videobalance_class_init),
30195         (gst_videobalance_init), (gst_videobalance_interface_supported),
30196         (gst_videobalance_interface_init),
30197         (gst_videobalance_colorbalance_list_channels),
30198         (gst_videobalance_colorbalance_set_value),
30199         (gst_videobalance_colorbalance_get_value),
30200         (gst_videobalance_colorbalance_init): Implementing colorbalance
30201         interface.
30202         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30203         list.
30204         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30205         bug which was triggering a BadAccess X error when setting an overlay
30206         before pad was really negotiated.
30207         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30208         Using the colorbalance type macro.
30209
30210 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30211
30212         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30213         (gst_flacenc_chain):
30214           handle tags correctly
30215         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30216           extract ID3v1 tags correctly
30217
30218 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30219
30220         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30221         (plugin_init):
30222           Improve matroska typefinding for odd-typed headers...
30223
30224 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30225
30226         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30227           Fix for using incremental number on padnames.
30228
30229 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30230
30231         * ext/divx/gstdivxdec.c:
30232         * ext/divx/gstdivxenc.c:
30233           Set category to divx4linux instead of divx (too generic).
30234         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30235         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30236         (gst_wavparse_loop), (gst_wavparse_change_state):
30237         * gst/wavparse/gstwavparse.h:
30238           fix parsing of WAV files with non-standard fmt-tag size and fix
30239           skipping of unrecognized chunks... Someone please fix this thing
30240           to use rifflib so all this is automated.
30241         * sys/v4l/Makefile.am:
30242         * sys/v4l2/Makefile.am:
30243           Add X_CFLAGS because we depend on X (for overlay).
30244
30245 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30246
30247         * ext/mpeg2dec/gstmpeg2dec.c:
30248           Don't issue a timestamp unless we tagged the frame
30249           with a PTS.
30250
30251 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30252
30253         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30254           Query the audio element to get the time, not the clock. We're
30255           interested in the element's time here.
30256
30257 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30258
30259         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30260         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30261         * ext/esd/esdsink.c: (gst_esdsink_chain):
30262         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30263         * ext/mas/massink.c: (gst_massink_chain):
30264         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30265         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30266         (gst_matroska_demux_parse_metadata):
30267         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30268         (gst_mpeg_parse_release_locks):
30269         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30270         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30271         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30272         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30273         (gst_osssink_change_state):
30274         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30275         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30276         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30277         (gst_xvideosink_release_locks):
30278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30279           use element time.
30280         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30281         (gst_alsa_clock_stop):
30282         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30283         (gst_audio_clock_get_internal_time):
30284           simplify for use with new clocking code.
30285         * testsuite/alsa/Makefile.am:
30286         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30287           fix testsuite for new caps system
30288
30289 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30290
30291         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30292         * ext/flac/gstflacenc.c: (add_one_tag):
30293           length is already host endian, no need to convert. Fixes playback of
30294           tagged files on PPC. (bug #128384)
30295
30296 2004-01-13  Julien MOUTTE <julien@moutte.net>
30297
30298         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30299         colorbalance interface stating if it is hardware based or software
30300         based.
30301         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30302         Removing a trailing comma.
30303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30304         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30305         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30306         the documentation seems to be wrong on the -1000 to 1000 interval.
30307
30308 2004-01-12  David Schleef  <ds@schleef.org>
30309
30310         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30311         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30312         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30313         Fix negotiation.  Add a bufferalloc function for the sink pad,
30314         and generally clean up some of the code.
30315
30316 2004-01-12  Julien MOUTTE <julien@moutte.net>
30317
30318         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30319         (gst_color_balance_channel_dispose): Adding safety check in dispose
30320         method.
30321         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30322         (gst_xvimagesink_xcontext_clear),
30323         (gst_xvimagesink_interface_supported),
30324         (gst_xvimagesink_colorbalance_list_channels),
30325         (gst_xvimagesink_colorbalance_set_value),
30326         (gst_xvimagesink_colorbalance_get_value),
30327         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30328         Adding colorbalance interface support to set XV parameters such as
30329         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30330         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30331         interface.
30332
30333 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30334
30335         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30336         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30337         (gst_audio_convert_init), (gst_audio_convert_set_property),
30338         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30339         (gst_audio_convert_link),
30340         (gst_audio_convert_buffer_to_default_format),
30341         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30342           - implement _getcaps and use it
30343           - improve linking
30344           - remove float caps since no float conversion is actually done
30345           - remove properties and arguments that were to be used for rate
30346             conversion
30347
30348 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30349
30350         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30351         (gst_audio_structure_set_int):
30352         * gst-libs/gst/audio/audio.h:
30353           add helper functions for _getcaps matching the standard audio
30354           templates
30355
30356 2004-01-12  David Schleef  <ds@schleef.org>
30357
30358         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30359         Test that pad is negotiated before getting its caps.
30360
30361 2004-01-12  Julien MOUTTE <julien@moutte.net>
30362
30363         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30364         analyzing the pads of an element the bin is mostly in READY state so
30365         no caps were negotiated. This helper function needs to work with
30366         _get_caps directly then. I was not freeing them though, added that to
30367         fix the mem leak.
30368
30369 2004-01-12  Julien MOUTTE <julien@moutte.net>
30370
30371         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30372         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30373         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30374         than the free_func.
30375
30376 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30377
30378         * sys/oss/gstossaudio.c: (plugin_init):
30379         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30380         * sys/oss/gstosselement.h:
30381           make an oss debugging category
30382           make failure more descriptive
30383
30384 2004-01-11  David Schleef  <ds@schleef.org>
30385
30386         * ext/ffmpeg/gstffmpeg.c:
30387         * ext/ffmpeg/gstffmpegcodecmap.c:
30388         * ext/ffmpeg/gstffmpegdec.c:
30389         * ext/ffmpeg/gstffmpegenc.c:
30390         * ext/ffmpeg/gstffmpegprotocol.c:
30391         * ext/gdk_pixbuf/gstgdkanimation.c:
30392         * ext/jpeg/gstjpeg.c:
30393         * ext/libpng/gstpng.c:
30394         * ext/mpeg2dec/perftest.c:
30395         * ext/speex/gstspeex.c:
30396         * gst-libs/gst/resample/dtos.c:
30397         * gst/intfloat/gstintfloatconvert.c:
30398         * gst/oneton/gstoneton.c:
30399         * gst/rtjpeg/RTjpeg.c:
30400         * gst/rtp/gstrtp.c:
30401         * sys/dxr3/dxr3init.c:
30402         * sys/glsink/gstgl_nvimage.c:
30403         * sys/glsink/gstgl_pdrimage.c:
30404         * sys/glsink/gstglsink.c:
30405         * testsuite/gst-lint:
30406         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30407
30408 2004-01-11  David Schleef  <ds@schleef.org>
30409
30410         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30411         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30412         * ext/gdk_pixbuf/gstgdkanimation.c:
30413         (gst_gdk_animation_iter_create_pixbuf):
30414         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30415         (gst_gdk_pixbuf_chain):
30416         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30417         * ext/jack/gstjack.c: (gst_jack_change_state):
30418         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30419         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30420         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30421         * gst/videofilter/gstvideofilter.c:
30422         (gst_videofilter_set_output_size):
30423         Remove all usage of gst_pad_get_caps(), and replace it with
30424         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30425
30426 2004-01-11  David Schleef  <ds@schleef.org>
30427
30428         * configure.ac:
30429         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30430         * ext/divx/gstdivxdec.c:
30431         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30432         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30433         handle images that span multiple buffers.  Now work with both
30434         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30435         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30436         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30437         video/video.h changes
30438         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30439         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30440         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30441         of GstData free function.
30442         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30443         same.
30444
30445 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30446
30447         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30448         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30449         (gst_v4l2element_get_property):
30450         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30451           add norm, channel and frequency properties.
30452         * sys/v4l2/gstv4l2tuner.c:
30453           fixes for tuner interface changes
30454         * sys/v4l2/gstv4l2element.h:
30455         * sys/v4l2/gstv4l2src.c:
30456         * sys/v4l2/gstv4l2src.h:
30457         * sys/v4l2/v4l2src_calls.c:
30458         * sys/v4l2/v4l2src_calls.h:
30459           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30460
30461 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30462
30463         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30464         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30465         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30466         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30467         * gst-libs/gst/tuner/tuner.h:
30468           GObjects aren't const.
30469           Add find_by_name functions.
30470           Add checks to _changed functions.
30471         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30472         (gst_v4l_tuner_get_norm):
30473           Fixes for above.
30474
30475 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30476
30477         * gst-libs/gst/video/video.h:
30478           Fix caps template names to be understandable.
30479           Prefix everything with GST_VIDEO.
30480         * ext/aalib/gstaasink.c:
30481         * ext/divx/gstdivxdec.c:
30482         * ext/divx/gstdivxenc.c:
30483         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30484         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30485         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30486         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30487         * ext/libcaca/gstcacasink.c:
30488         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30489         * ext/snapshot/gstsnapshot.c:
30490         * ext/swfdec/gstswfdec.c:
30491         * ext/xvid/gstxviddec.c:
30492         * ext/xvid/gstxvidenc.c:
30493         * gst/chart/gstchart.c:
30494         * gst/deinterlace/gstdeinterlace.c:
30495         * gst/effectv/gsteffectv.c:
30496         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30497         * gst/goom/gstgoom.c:
30498         * gst/median/gstmedian.c:
30499         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30500         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30501         * gst/overlay/gstoverlay.c:
30502         * gst/smooth/gstsmooth.c:
30503         * gst/smpte/gstsmpte.c:
30504         * gst/synaesthesia/gstsynaesthesia.c:
30505         * gst/videocrop/gstvideocrop.c:
30506         * gst/videodrop/gstvideodrop.c:
30507         * gst/y4m/gsty4mencode.c:
30508         * sys/qcam/gstqcamsrc.c:
30509         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30510           Make them work with new video.h file.
30511         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30512         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30514         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30515           Make it work with new buffer allocation system.
30516
30517 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30518
30519         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30520         pad_alloc_buffer implementation to use ->srcpad
30521         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30522         pad_alloc_buffer implementation to use ->srcpad
30523         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30524         pad_alloc_buffer implementation to use ->srcpad
30525         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30526         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30527         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30528         a reference to everything we need.
30529         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30530         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30531         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30532         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30533         a reference to everything we need.
30534         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30535
30536 2004-01-11  David Schleef  <ds@schleef.org>
30537
30538         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30539         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30540         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30541         structure members.
30542         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30543         value during a resize/renegotiation.
30544         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30545         gst_pad_alloc_buffer();
30546         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30547         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30548         structure members.
30549         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30550         Fix for rename of buffer private structure members.
30551         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30552         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30553         Fix for rename of buffer private structure members.
30554         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30555         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30556         Fix for rename of buffer private structure members.
30557
30558 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30559
30560         reviewed by: David Schleef <ds@schleef.org>
30561
30562         * gst/videofilter/Makefile.am:
30563         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30564         from the patch by ds to fit in with recent make_filter changes.
30565
30566 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30567
30568         * configure.ac: Adding examples/switch/Makefile
30569         * examples/Makefile.am: Adding examples/switch
30570         * examples/switch/Makefile.am: Adding switcher example.
30571         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30572         (switch_timer), (main): Adding an example demonstrating switch usage
30573         with 2 videotestsrc showing different patterns.
30574         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30575         (gst_switch_init): Fixing switch with the new caps system.
30576
30577 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30578
30579         * gst-libs/gst/video/video.h:
30580           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30581           They should probably be like
30582           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30583
30584 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30585
30586         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30587         (qtdemux_parse_trak):
30588           fix audio chunk size/timestamp calculation
30589
30590 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30591
30592         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30593           fix SVQ3 caps
30594
30595 2004-01-11  Steve Baker  <steve@stevebaker.org>
30596
30597         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30598         (gst_agingtv_base_init), (gst_agingtv_class_init),
30599         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30600         (gst_agingtv_set_property), (gst_agingtv_get_property):
30601         Port agingTV to videofilter
30602
30603 2004-01-09  Julien MOUTTE <julien@moutte.net>
30604
30605         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30606         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30607
30608 2004-01-09  Julien MOUTTE <julien@moutte.net>
30609
30610         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30611         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30612         * gst-libs/gst/xoverlay/xoverlay.c:
30613         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30614         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30615         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30616         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30617         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30618         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30619         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30620         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30621         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30622         interface implementation to handle xid being 0 and fix some bugs
30623         triggered by Benjamin's testcase.
30624         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30625         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30626         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30627         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30628         interface implementation to handle xid being 0 and fix some bugs
30629         triggered by Benjamin's testcase.
30630
30631 2004-01-09  David Schleef  <ds@schleef.org>
30632
30633         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30634         mouse pointer events.  It works.
30635
30636 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30637
30638         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30639           Use explicit caps - fix capsnego.
30640         * ext/xvid/gstxviddec.c:
30641         * ext/xvid/gstxvidenc.c:
30642           Remove macro-inside-macro which caused compile errors.
30643         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30644           Error out if it's not a RIFF file. Else we error out without
30645           gst_element_error() which is not good...
30646
30647 2004-01-08  David Schleef  <ds@schleef.org>
30648
30649         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30650         Fix pad_link function to handle formats that ffmpeg returns
30651         as multiple caps structures.
30652         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30653         Only complain if source buffer is _smaller_ than expected.
30654         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30655         (gst_videoscale_handle_src_event): Resize navigation events
30656         when passing them upstream.
30657         * gst/videotestsrc/gstvideotestsrc.c:
30658         * gst/videotestsrc/gstvideotestsrc.h:
30659         * gst/videotestsrc/videotestsrc.c:
30660         * gst/videotestsrc/videotestsrc.h:
30661         Rewrite many of the buffer painting functions to handle odd
30662         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30663         been verified to work with my video card.
30664         * testsuite/gst-lint:  Add check for elements calling
30665         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30666
30667 2004-01-08  David Schleef  <ds@schleef.org>
30668
30669         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30670         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30671
30672 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30673
30674         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30675         configure event is not emiting the desired size signal. That fixes
30676         aspect ratio issues with gst-player.
30677
30678 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30679
30680         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30681           Fix capsnego.
30682
30683 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30684
30685         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30686         public method to fire size signal.
30687
30688 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30689
30690         * examples/gstplay/Makefile.am: Adding the interface library.
30691         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30692         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30693         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30694         GST_IS_X_OVERLAY before signal connect.
30695         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30696         Removing the have_video_size signal.
30697         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30698         and associated public method.
30699         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30700         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30701         signal.
30702         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30703         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30704         signal.
30705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30706         Using XOverlay public method to fire size signal.
30707
30708 2004-01-07  David Schleef  <ds@schleef.org>
30709
30710         * gst/videofilter/Makefile.am:
30711         * gst/videofilter/gstvideotemplate.c:
30712         * gst/videofilter/make_filter:
30713         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30714         Convert make_filter to /bin/sh script.
30715
30716 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30717
30718         * gst/modplug/gstmodplug.cc: fix element description
30719
30720 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30721
30722         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30723         (got_video_size): Adding some new lines in g_print calls.
30724         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30725         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30726         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30727         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30728         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30729         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30730         Complete code review, reverting some stuff i disagree with, adding
30731         some fixes : time synchronization on invalid timestamps, renegotiation
30732         of private window.
30733         * sys/ximage/ximagesink.h:
30734         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30735         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30736         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30737         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30738         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30739         (gst_xvimagesink_buffer_new),
30740         (gst_xvimagesink_navigation_send_event),
30741         (gst_xvimagesink_set_xwindow_id),
30742         (gst_xvimagesink_get_desired_size),
30743         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30744         stuff i disagree with, adding some fixes : Renegotiation of private
30745         window, implementing get_desired_size.
30746
30747 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30748
30749         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30750         (gst_afsink_handle_event):
30751         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30752         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30753         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30754         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30755         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30756           Fix for instantiate-test (see core). Also remove dead code from
30757           jpegenc (which still needs fixing, but that's lower on my TODO
30758           list...).
30759         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30760           Never return NULL as caps.
30761
30762 2004-01-07  David Schleef  <ds@schleef.org>
30763
30764         * configure.ac:
30765         * ext/Makefile.am:
30766         * ext/librfb/Makefile.am:
30767         * ext/librfb/gstrfbsrc.c:
30768         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30769         is the protocol used by VNC.
30770
30771 2004-01-07  David Schleef  <ds@schleef.org>
30772
30773         * gst/videofilter/gstvideotemplate.c:
30774         * gst/videofilter/gstvideotemplate.h:
30775         * gst/videofilter/make_filter:
30776         Merge videotemplate header into source file.
30777         * gst/effectv/Makefile.am:
30778         * gst/effectv/gsteffectv.c: (plugin_init):
30779         * gst/effectv/gstwarp.c:
30780         Make warpTV a subclass of videofilter.
30781
30782 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30783
30784         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30785           Add guard against invalid utf-8 conversions in mad. Just in case.
30786
30787 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30788
30789         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30790           Fix for bug shown by poisoning
30791
30792 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30793
30794         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30795         (gst_v4lmjpegsrc_buffer_free):
30796         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30797         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30798         (gst_v4lsrc_buffer_free):
30799           Fix for removed bufferpools.
30800
30801 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30802
30803         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30804         Fix caps negotiation.
30805
30806         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30807         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30808         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30809         (dvdnavsrc_event):
30810         * ext/mpeg2dec/gstmpeg2dec.c:
30811         * gst-libs/gst/navigation/navigation.c:
30812         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30813         * gst-libs/gst/navigation/navigation.h:
30814         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30815         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30816         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30817         Super-simple first version of mouse and keyboard events. Clicking
30818         on a DVD menu now works, although it may not take you where you
30819         expected.
30820
30821         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30822         * gst/videotestsrc/gstvideotestsrc.c:
30823         (gst_videotestsrc_src_fixate):
30824         These fixate functions were broken - they never actually
30825         fixated :)
30826
30827 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30828
30829         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30830         (gst_icecastsend_init):
30831           fix for new caps system.
30832         * gst-libs/gst/mixer/mixertrack.h:
30833         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30834           Add 'master track' flag (for tools like ACME that only want to
30835           change the main volume).
30836
30837 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30838
30839         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30840         (gst_xvid_csp_to_caps):
30841         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30842         * ext/xvid/gstxvidenc.c:
30843         ifdef out ARGB type when it isn't available
30844         in xvidcore 1.0.0beta2
30845
30846 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30847
30848         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30849           When we have received a new SCR right in the first buffer after
30850           a seek (so in the same cycle that handles the discont), we should
30851           handle the buffer instead of unreffing it, else we lose data.
30852
30853 2004-01-06  Iain <iain@prettypeople.org>
30854
30855         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30856           buffer-frames caps too.
30857
30858         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30859           caps that we need, don't destroy them all and rebuild them. And when
30860           creating src pads, use the src pad template rather than the sink...
30861
30862 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30863
30864         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30865           Add pad to element *after* setting functions such as event handler.
30866           Without this, the scheduler (opt) will link pads, set the event
30867           handler from the default event function (dispatcher in gstpad.c)
30868           and *after* that, we will set our own event function, which will
30869           thus never be used (and thus mpegdemux doesn't handle events).
30870
30871 2004-01-04  David Schleef  <ds@schleef.org>
30872
30873         Fix the fixate functions to handle new prototype:
30874         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30875         * gst/videotestsrc/gstvideotestsrc.c:
30876         (gst_videotestsrc_src_fixate):
30877         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30878         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30879         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30880
30881 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30882
30883         * sys/ximage/ximagesink.h:
30884         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30885         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30886         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30887         (gst_ximagesink_xoverlay_init):
30888           assorted fixes to make (re)embedding work
30889         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30890         (gst_ximagesink_get_desired_size):
30891           implement desired size additions to XOverlay
30892
30893 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30894
30895         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30896         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30897         (gst_x_overlay_got_desired_size):
30898         * gst-libs/gst/xoverlay/xoverlay.h:
30899           Add optional "desired size" signal and querying.
30900
30901 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30902
30903         * gst/matroska/matroska-demux.c:
30904         (gst_matroska_demux_parse_blockgroup):
30905           Fix EBML-laced block parsing. Diffs are relative to previous
30906           lace, not the first lace. Thanks to Mosu from the Matroska
30907           team for detecting this.
30908         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30909         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30910         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30911         (gst_wavparse_change_state):
30912         * gst/wavparse/gstwavparse.h:
30913           Quickfix for capsnego.
30914
30915 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30916
30917         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30918           Fix indenting, fix pad creation.
30919
30920 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30921
30922         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30923         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30924         (gst_xviddec_sink_link):
30925           Implement src_getcaps() so proper size caps is negotiated.
30926
30927 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30928
30929         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30930           Finish flac decoder on EOS. See #116178.
30931
30932 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30933
30934         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30935         (gst_matroska_demux_add_stream):
30936         * gst/matroska/matroska-ids.h:
30937           Add getcaps() function to fix capsnego...
30938
30939 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30940
30941         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30942         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30943         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30944           Fix more integer overflows. Again, see #126967.
30945
30946 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30947
30948         * ext/mpeg2dec/gstmpeg2dec.c:
30949           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
30950           #130416.
30951
30952 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30953
30954         * configure.ac:
30955         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
30956         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
30957         * ext/xvid/gstxvid.h:
30958         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
30959         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
30960         (gst_xviddec_src_link), (gst_xviddec_sink_link),
30961         (gst_xviddec_change_state):
30962         * ext/xvid/gstxviddec.h:
30963         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
30964         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
30965         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
30966         (gst_xvidenc_link), (gst_xvidenc_set_property),
30967         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
30968         * ext/xvid/gstxvidenc.h:
30969           Update xvid plugin to latest xvid (1.0.0-beta3) API.
30970
30971 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30972
30973         * gst/rtp/rtp-packet.c:
30974           Add sys/types.h include, since OS X doesn't define in_addr_t
30975           in netinet/in.h, like it does on Linux (see #129600).
30976
30977 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
30978
30979         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
30980
30981         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
30982           Correct logic of dispose function (see #129306).
30983
30984 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30985
30986         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
30987         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30988         (gst_mpeg_parse_init):
30989         * gst/mpegstream/gstmpegparse.h:
30990           Remove clock (which was never provided, i.e. dead code), and
30991           also fix integer overflows at high PTS values (see #126967).
30992
30993 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30994
30995         * ext/flac/gstflacdec.c:
30996         * ext/libpng/gstpngenc.h:
30997         * ext/mikmod/gstmikmod.h:
30998           OS X fixes (see #126628).
30999
31000 2004-01-02  David Schleef  <ds@schleef.org>
31001
31002         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31003         (gst_alsa_src_base_init): Remove bogus "src" request pad.
31004         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31005         (gst_mpeg_parse_class_init): Move pad template registration
31006         to class_init, since the derived class (mpegdemux) doesn't
31007         want them.
31008
31009 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31010
31011         * sys/ximage/Makefile.am:
31012         * sys/xvideo/Makefile.am:
31013         * sys/xvimage/Makefile.am:
31014           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31015           after installation (see #127664).
31016
31017 2004-01-02  David Schleef  <ds@schleef.org>
31018
31019         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31020         (gst_ffmpegenc_connect):  Negotiation fixes.
31021         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31022         Remove inappropriate gst_caps_free().
31023         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31024         Reenable Ronald's internal resize code, since the core handles
31025         it correctly now.
31026
31027 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31028
31029         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31030         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31031         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31032           Fix pad template stuff.
31033
31034 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31035
31036         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31037         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31038           fix signed integer reading/writing.
31039
31040 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31041
31042         * ext/alsa/README:
31043           Remove outdated document
31044
31045 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
31046
31047         * gst/cutter/gstcutter.c: (gst_cutter_init):
31048           src pad was being created twice - oops.
31049
31050 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31051
31052         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31053           Comment out internal resize. It doesn't handle the resulting
31054           XEvent internally, does another try_set_caps() which leads to
31055           a really nice loop.
31056           Real fix will come when Julien and Dave are awake. ;).
31057
31058 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31059
31060         * ext/mpeg2enc/gstmpeg2enc.cc:
31061           fix const/nonconst compile issue.
31062
31063 2004-01-02  David Schleef  <ds@schleef.org>
31064
31065         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31066         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31067         Add fixate function and a check for bad formats.
31068
31069 2004-01-01  David Schleef  <ds@schleef.org>
31070
31071         Negotiation fixes:
31072         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31073         (gst_audiofilter_init):
31074         * gst/debug/efence.c: (gst_efence_init):
31075         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31076         (gst_deinterlace_init):
31077         * gst/volume/gstvolume.c: (volume_connect):
31078
31079 2004-01-01  David Schleef  <ds@schleef.org>
31080
31081         Convert elements to use gst_pad_use_explicit_caps() where
31082         appropriate:
31083         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31084         * ext/audiofile/gstafparse.c: (gst_afparse_init),
31085         (gst_afparse_open_file):
31086         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31087         (gst_afsrc_open_file):
31088         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31089         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31090         (gst_ffmpegdec_chain):
31091         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31092         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31093         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31094         (gst_gdk_pixbuf_chain):
31095         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31096         (gst_jpegdec_chain):
31097         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31098         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31099         (gst_mikmod_negotiate):
31100         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31101         (gst_mpeg2dec_negotiate_format):
31102         * ext/mpeg2enc/gstmpeg2enc.cc:
31103         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31104         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31105         (gst_speexdec_sinkconnect):
31106         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31107         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31108         (gst_vorbisfile_new_link):
31109         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31110         (gst_ac3parse_chain):
31111         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31112         (gst_asf_demux_setup_pad):
31113         * gst/auparse/gstauparse.c: (gst_auparse_init),
31114         (gst_auparse_chain):
31115         * gst/id3/gstid3types.c: (gst_id3types_loop):
31116         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31117         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31118         (mp1videoparse_parse_seq):
31119         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31120         (bpf_from_header):
31121         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31122         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31123         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31124         (gst_mpeg_parse_send_data):
31125         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31126         (gst_qtdemux_add_stream):
31127         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31128         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31129         (gst_wavparse_parse_fmt):
31130
31131 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31132
31133         * configure.ac:
31134           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31135           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31136           it therefore uses the wrong include paths. Too bad... Note
31137           that 1.6.1.93 is not release yet. ;).
31138           Also add a check for mplex, which is now using the lib'ified
31139           mplex from mjpegtools, too.
31140         * ext/ffmpeg/gstffmpegcodecmap.c:
31141           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31142           issues. I don't think ffmpeg handles 3ivx correctly, so this
31143           probably won't work. But it won't hurt either.
31144         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31145         (gst_ffmpegdec_chain):
31146         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31147         (gst_ffmpegenc_chain_audio):
31148           Fix memleak in audio encoding. Close codec if open fails, this
31149           calls the cleanup routines so we can re-use the context.
31150         * ext/mpeg2enc/gstmpeg2enc.cc:
31151           Fix pad template names/types, fix memory issue with getcaps().
31152         * ext/mpeg2enc/gstmpeg2encoder.cc:
31153         * ext/mpeg2enc/gstmpeg2encoder.hh:
31154           Fix compile issue with new caps system (const thingy).
31155         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31156         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31157           We read a first frame right on initing, so that we have a caps
31158           when we init the output. This caps is cached in padprivate and
31159           read as first frame.
31160         * ext/mplex/Makefile.am:
31161         * ext/mplex/gstmplex.cc:
31162         * ext/mplex/gstmplex.h:
31163         * ext/mplex/gstmplex.hh:
31164         * ext/mplex/gstmplexibitstream.cc:
31165         * ext/mplex/gstmplexibitstream.hh:
31166         * ext/mplex/gstmplexjob.cc:
31167         * ext/mplex/gstmplexjob.hh:
31168         * ext/mplex/gstmplexoutputstream.cc:
31169         * ext/mplex/gstmplexoutputstream.hh:
31170           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31171           had issues, didn't do capsnego, supported only a subset of the
31172           mplex features and required a mplex fork in our local CVS. Plus
31173           that it worked agaist a very old mplex version. Rewriting was
31174           faster than updating it.
31175         * gst-libs/ext/Makefile.am:
31176         * gst-libs/ext/mplex/INSTRUCT:
31177         * gst-libs/ext/mplex/Makefile.am:
31178         * gst-libs/ext/mplex/README:
31179         * gst-libs/ext/mplex/TODO:
31180         * gst-libs/ext/mplex/ac3strm_in.cc:
31181         * gst-libs/ext/mplex/audiostrm.hh:
31182         * gst-libs/ext/mplex/audiostrm_out.cc:
31183         * gst-libs/ext/mplex/aunit.hh:
31184         * gst-libs/ext/mplex/bits.cc:
31185         * gst-libs/ext/mplex/bits.hh:
31186         * gst-libs/ext/mplex/buffer.cc:
31187         * gst-libs/ext/mplex/buffer.hh:
31188         * gst-libs/ext/mplex/fastintfns.h:
31189         * gst-libs/ext/mplex/format_codes.h:
31190         * gst-libs/ext/mplex/inputstrm.cc:
31191         * gst-libs/ext/mplex/inputstrm.hh:
31192         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31193         * gst-libs/ext/mplex/mjpeg_logging.cc:
31194         * gst-libs/ext/mplex/mjpeg_logging.h:
31195         * gst-libs/ext/mplex/mjpeg_types.h:
31196         * gst-libs/ext/mplex/mpastrm_in.cc:
31197         * gst-libs/ext/mplex/mpegconsts.cc:
31198         * gst-libs/ext/mplex/mpegconsts.h:
31199         * gst-libs/ext/mplex/mplexconsts.hh:
31200         * gst-libs/ext/mplex/multplex.cc:
31201         * gst-libs/ext/mplex/outputstream.hh:
31202         * gst-libs/ext/mplex/padstrm.cc:
31203         * gst-libs/ext/mplex/padstrm.hh:
31204         * gst-libs/ext/mplex/stillsstream.cc:
31205         * gst-libs/ext/mplex/stillsstream.hh:
31206         * gst-libs/ext/mplex/systems.cc:
31207         * gst-libs/ext/mplex/systems.hh:
31208         * gst-libs/ext/mplex/vector.cc:
31209         * gst-libs/ext/mplex/vector.hh:
31210         * gst-libs/ext/mplex/videostrm.hh:
31211         * gst-libs/ext/mplex/videostrm_in.cc:
31212         * gst-libs/ext/mplex/videostrm_out.cc:
31213         * gst-libs/ext/mplex/yuv4mpeg.cc:
31214         * gst-libs/ext/mplex/yuv4mpeg.h:
31215         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31216         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31217           We don't fork mjpegtools' mplex in our CVS anymore.
31218         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31219         (gst_avi_demux_add_stream):
31220         * gst/avi/gstavidemux.h:
31221           Add getcaps() function for proper caps nego. This makes some
31222           parts of AVI playback/reading work.
31223         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31224           Resize window on new capsnego. This is probably wrong, but
31225           I'm still committing it because with current capsnego, the
31226           first successfull capsnego is auto-fixated, therefore rounded
31227           down to the lowest values in the caps. this results in a 16x16
31228           XWindow that is not reized when real capsnego finishes.
31229           Dave, I see more cases of this, do you know a proper solution?
31230         * tools/gst-launch-ext.in:
31231           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31232
31233 2003-12-31  David Schleef  <ds@schleef.org>
31234
31235         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31236         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31237           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31238
31239 2003-12-30  David Schleef  <ds@schleef.org>
31240
31241         * ext/ffmpeg/gstffmpegcolorspace.c:
31242         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31243         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31244         (gst_ffmpegcsp_chain): Negotiation fixes
31245         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31246         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31247         (gst_audio_convert_link), (gst_audio_convert_channels):
31248         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31249         (gst_audioscale_link), (gst_audioscale_get_buffer),
31250         (gst_audioscale_chain): Negotiation fixes
31251         * gst/audioscale/gstaudioscale.h:
31252         * gst/videofilter/gstvideofilter.c:
31253         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31254         (gst_videofilter_link), (gst_videofilter_init),
31255         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31256         (gst_videofilter_find_format_by_structure):
31257         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31258         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31259         (gst_videoscale_link):
31260         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31261         (videoscale_find_by_structure), (gst_videoscale_setup):
31262         * gst/videoscale/videoscale.h: Negotiation fixes
31263         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31264         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31265         function, restrict resizing to a multiple of 4 (hack until
31266         everyone supports odd sizes correctly).
31267
31268 2003-12-29  Colin Walters  <walters@verbum.org>
31269
31270         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31271         signed.
31272
31273 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31274
31275         * ext/sndfile/gstsf.c: (gst_sf_loop):
31276           Fix warning about discarding const qualifier
31277
31278 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31279
31280         * gst/cutter/gstcutter.c:
31281         * gst/videoscale/gstvideoscale.c:
31282         * gst/volenv/gstvolenv.c:
31283         * gst-libs/gst/audio/audio.c:
31284         * gst-libs/gst/video/video.c:
31285           Fix warnings
31286
31287 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31288
31289         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31290           Don't send ALSA debugging to stderr.
31291         * ext/alsa/gstalsa.h:
31292           Use GST_WARNING instead of g_warning when ALSA functions fail.
31293
31294 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31295
31296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31297           Free XVAdapterInfo correctly.
31298
31299 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31300
31301         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31302         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31303           Make id3tag use correct caps nego.
31304
31305 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31306
31307         * ext/ivorbis/vorbis.c:
31308         * ext/ivorbis/vorbisenc.h:
31309         * ext/ivorbis/vorbisfile.c:
31310           Modify so that it uses the new caps things
31311
31312 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31313
31314         * testsuite/spider/spider1.c: (main):
31315         * testsuite/spider/spider2.c: (main):
31316         * testsuite/spider/spider3.c: (main):
31317           Make tests compile again. They probably don't work.
31318
31319 2003-12-24  Colin Walters  <walters@verbum.org>
31320
31321         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31322         we can't fixate the caps anymore.
31323
31324 2003-12-23  David Schleef  <ds@schleef.org>
31325
31326         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31327         * sys/oss/gstosssink.c: (gst_osssink_init),
31328         (gst_osssink_sink_fixate): Add fixate function.
31329
31330 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31331
31332         * ext/ffmpeg/gstffmpegcodecmap.c:
31333         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31334         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31335         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31336         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31337         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31338         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31339         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31340           fix typo in RGB masks, and move back to "old" colorspace
31341           capsnego code until whoever wrote this new crap has actually
31342           tested it so that it works.
31343           And yes, this works, keep it that way please.
31344
31345 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31346
31347         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31348         (gst_divxdec_init), (gst_divxdec_negotiate):
31349         * ext/divx/gstdivxdec.h:
31350         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31351         (gst_divxenc_init):
31352         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31353         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31354         * ext/mpeg2enc/gstmpeg2enc.cc:
31355         * ext/mpeg2enc/gstmpeg2encoder.cc:
31356         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31357         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31358         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31359         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31360         (dxr3spusink_init):
31361         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31362         (dxr3videosink_init):
31363           Fix caps breakage after Dave's caps branch merge.
31364
31365 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31366
31367         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31368           Fix for 24bpp display.
31369
31370 2003-12-23  Colin Walters  <walters@verbum.org>
31371
31372         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31373         a GnomeVFSHandle directly.
31374
31375 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31376
31377         * gst/volume/Makefile.am:
31378         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31379         (volume_base_init), (volume_init):
31380           Reenable volume element and fix to work with new caps stuff.
31381           Rhythmbox needs this.
31382
31383 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31384
31385         * gst/qtdemux/qtdemux.c: (plugin_init):
31386           qtdemux requires bytestream
31387
31388 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31389
31390         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31391           Fix remaining caps handling errors due to CAPS merge.
31392
31393 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31394
31395         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31396         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31397         (gst_faad_srcconnect):
31398           Port to new caps system.
31399
31400 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31401
31402         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31403         (got_video_size), (main): using g_print instead of g_message.
31404         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31405         signal which was not emitted because of "switch" element added to the
31406         bin but not connected. (Removing from the bin temporarily)
31407
31408 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31409
31410         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31411         find X development files. I don't understand the previous tests and
31412         they fail on my debian/ppc unstable. This one works.
31413         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31414         exiting.
31415         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31416         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31417         (gst_play_set_visualization): Add some safety checks in set_ methods
31418         and state_change. This was throwing some ugly CRITICAL messages when
31419         pipeline was getting disposed and casts were failing.
31420
31421 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31422
31423         * configure.ac:
31424           Improve mpeg2enc detection. This is for distributions that do
31425           ship mjpegtools, but without mpeg2enc. Also does object check
31426           for might there ever be ABI incompatibility.
31427         * ext/mpeg2enc/gstmpeg2enc.cc:
31428           Add Andrew as second maintainer (he's helping me), and also add
31429           an error if no caps was set. This happens if I pull before capsnego
31430           and that's something I should solve sometime else.
31431         * gst/matroska/matroska-demux.c:
31432         (gst_matroska_demux_parse_blockgroup):
31433           Fix time parsing.
31434         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31435         (gst_matroska_mux_track_header):
31436           Add caps to templates.
31437         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31438           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31439         * gst/mpegstream/gstmpegdemux.c:
31440           Remove layer since it causes warnings about unfixed caps.
31441         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31442           Fix obvious typo (we error out if caps were set, we should of
31443           course error out if *no* caps were set).
31444         * sys/oss/gstosselement.c: (gst_osselement_convert):
31445           Fix format conversion, we confused bits/bytes.
31446         * sys/oss/gstosselement.h:
31447           Improve documentation for 'bps'.
31448         * sys/v4l/TODO:
31449           Remove stuff about plugins that need removing - this was done
31450           ages ago.
31451         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31452         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31453         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31454         (gst_v4lsrc_src_query):
31455         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31456         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31457           Add get_query_types(), get_formats() and query() functions.
31458
31459 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31460
31461         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31462           * moved CVS to freedesktop.org