ext/alsa/gstalsasink.c: Extra log line.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
2
3         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4         Extra log line.
5
6         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
7         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
8         Use pango_font_description_set_family_static instead of 
9         pango_font_description_set_family to save a string copy (it was
10         leaking due to the strdup anyway)
11
12         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
13         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
14         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
15         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
16         Chain up in finalize.
17
18 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
19
20         * gst-libs/gst/interfaces/mixertrack.c:
21         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
22         (gst_mixer_track_set_property):
23           API: add "untranslated-label" property which should be set by
24           implementations at construct time (#414645).
25
26         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
27         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
28           Set "untranslated-label" when constructing mixer track objects.
29
30         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
31           Unit test to check the above.
32
33 2007-03-07  Wim Taymans  <wim@fluendo.com>
34
35         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
36         Fix confusing debug message.
37
38 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
39
40         * gst-plugins-base.doap:
41         update doap file with new version
42
43 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
44
45         * configure.ac:
46         Back to CVS
47
48 === release 0.10.12 ===
49
50 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
51
52         * configure.ac:
53           releasing 0.10.12, "Zombie Horde"
54
55 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
56
57         * configure.ac:
58         Bump version to 0.10.11.4 pre-release
59
60 2007-03-06  Wim Taymans  <wim@fluendo.com>
61
62         * gst-libs/gst/audio/gstbaseaudiosink.c:
63         (gst_base_audio_sink_async_play):
64         Fix regression that made GStreamer skip the first samples of audio.
65         Fixes #414684.
66
67 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
68
69         * configure.ac:
70         Bump version to 0.10.11.3 pre-release
71
72 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
73
74         * po/POTFILES.in:
75           Update paths for the rename from utils to pbutils to fix the build.
76
77 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
78
79         * gst-libs/gst/pbutils/Makefile.am:
80           Change directory to install headers in from gst/utils to gst/pbutils
81           as well.
82
83 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
84
85         * configure.ac:
86         * docs/libs/gst-plugins-base-libs-docs.sgml:
87         * docs/libs/gst-plugins-base-libs-sections.txt:
88         * gst-libs/gst/Makefile.am:
89         * gst-libs/gst/interfaces/mixer.c:
90         * gst-libs/gst/pbutils/Makefile.am:
91         * gst-libs/gst/pbutils/descriptions.c:
92         (gst_pb_utils_get_source_description),
93         (gst_pb_utils_get_sink_description),
94         (gst_pb_utils_get_decoder_description),
95         (gst_pb_utils_get_encoder_description),
96         (gst_pb_utils_get_element_description),
97         (gst_pb_utils_add_codec_description_to_tag_list),
98         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
99         * gst-libs/gst/pbutils/descriptions.h:
100         * gst-libs/gst/pbutils/install-plugins.c:
101         * gst-libs/gst/pbutils/install-plugins.h:
102         * gst-libs/gst/pbutils/missing-plugins.c:
103         (gst_missing_uri_source_message_new),
104         (gst_missing_uri_sink_message_new),
105         (gst_missing_element_message_new),
106         (gst_missing_decoder_message_new),
107         (gst_missing_encoder_message_new),
108         (gst_missing_plugin_message_get_description):
109         * gst-libs/gst/pbutils/missing-plugins.h:
110         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
111         * gst-libs/gst/pbutils/pbutils.h:
112         * gst-libs/gst/utils/Makefile.am:
113         * gst-libs/gst/utils/base-utils.c:
114         * gst-libs/gst/utils/base-utils.h:
115         * gst-libs/gst/utils/descriptions.c:
116         * gst-libs/gst/utils/descriptions.h:
117         * gst-libs/gst/utils/install-plugins.c:
118         * gst-libs/gst/utils/install-plugins.h:
119         * gst-libs/gst/utils/missing-plugins.c:
120         * gst-libs/gst/utils/missing-plugins.h:
121         * gst-plugins-base.spec.in:
122         * gst/playback/Makefile.am:
123         * gst/playback/gstdecodebin.c:
124         * gst/playback/gstdecodebin2.c:
125         * gst/playback/gstplaybasebin.c: (setup_subtitle),
126         (gen_source_element):
127         * gst/playback/gstplaybin.c: (plugin_init):
128         * tests/check/Makefile.am:
129         * tests/check/libs/pbutils.c: (GST_START_TEST),
130         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
131         * tests/check/libs/utils.c:
132           rename utils to pbutils
133
134 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
135
136         * docs/plugins/Makefile.am:
137         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
138         * docs/plugins/gst-plugins-base-plugins-sections.txt:
139         * docs/plugins/inspect/plugin-decodebin2.xml:
140         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
141         Add documentation for decodebin2 that indicates that the API
142         is still unstable.
143
144 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
145
146         * configure.ac:
147         Update to 0.10.11.2 (0.10.12 pre-release)
148
149 2007-03-01  Wim Taymans  <wim@fluendo.com>
150
151         * gst-libs/gst/audio/gstbaseaudiosink.c:
152         (gst_base_audio_sink_async_play):
153         base time is irrelevant here.
154
155 2007-03-01  Wim Taymans  <wim@fluendo.com>
156
157         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
158         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
159         Improve debugging.
160
161         * gst-libs/gst/audio/gstbaseaudiosink.c:
162         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
163         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
164         Improve latency and clock slaving calculations.
165         Improve slave clock calibration.
166
167         * gst-libs/gst/audio/gstringbuffer.c:
168         (gst_ring_buffer_commit_full):
169         When we are asked to render N sample to 0 bytes, return N.
170
171 2007-03-01  Wim Taymans  <wim@fluendo.com>
172
173         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
174         (gst_alsasink_write), (gst_alsasink_reset):
175         * ext/alsa/gstalsasink.h:
176         Remove unused dispose function.
177         Rename lock to not interfere with alsasrc lock.
178
179         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
180         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
181         (gst_alsasrc_read), (gst_alsasrc_reset):
182         * ext/alsa/gstalsasrc.h:
183         Implement finalize function.
184         Use lock to protect alsa access.
185         Implement _reset.
186         Fine tune sw params.
187
188 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
189
190         * configure.ac:
191           Convert to new AG_GST style.
192
193 2007-02-28  Wim Taymans  <wim@fluendo.com>
194
195         Patch by: Ed Catmur <ed at catmur dot co dot uk>
196
197         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
198         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
199         Fix race condition when rapidly switching visualisations in playbin.
200         Fixes #401029.
201
202 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
203
204         * tests/check/Makefile.am:
205         Include local stuff before system installed things in LDFLAGS and
206         CFLAGS.
207
208 2007-02-28  Wim Taymans  <wim@fluendo.com>
209
210         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
211         Improve debugging.
212
213 2007-02-28  Wim Taymans  <wim@fluendo.com>
214
215         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
216         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
217         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
218         Fix duration and timestamping, taking latency into account.
219         Implement latency query.
220
221 2007-02-28  Wim Taymans  <wim@fluendo.com>
222
223         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
224         (gst_audio_clock_new):
225         Fix clock name.
226
227         * gst-libs/gst/audio/gstbaseaudiosink.c:
228         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
229         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
230         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
231         (gst_base_audio_src_create):
232         Improve latency query code.
233         Use proper clock names.
234
235 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
236
237         * tests/check/generic/states.c: (GST_START_TEST):
238           Copy the states.c test from core again
239         * tests/check/Makefile.am:
240           ignore cdio and cdparanoiasrc
241
242 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
243
244         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
245         (double_hq), (audio_convert_get_func_index), (check_default),
246         (audio_convert_prepare_context), (audio_convert_convert):
247           Also make valgrind happy and avoid copying data in some cases.
248
249 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
250
251         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
252         (double_hq), (audio_convert_get_func_index),
253         (audio_convert_prepare_context), (audio_convert_convert):
254         * gst/audioconvert/gstaudioconvert.c:
255         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
256         (gst_audio_convert_transform_caps):
257         * tests/check/elements/audioconvert.c: (GST_START_TEST),
258         (audioconvert_suite):
259           Don't run inplace if that overwrites source data as we go. Add more
260           tests. Fixes #339837 even more.
261
262 2007-02-27  Julien MOUTTE  <julien@moutte.net>
263
264         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
265         (msg_segment_done): Fix various seeking bugs (Slider was not
266         updating when doing a non flushing seek, Reverse playback 
267         on segment seek was wrong).
268
269 2007-02-26  Wim Taymans  <wim@fluendo.com>
270
271         * tests/examples/seek/seek.c: (stop_seek):
272         When we stop scrubbing, don't leave the pipeline PLAYING when we
273         requested a PAUSED state.
274
275 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
276
277         Patch by: René Stadler <mail at renestadler de>
278
279         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
280           Parse date strings in vorbis comments that have an invalid (zero)
281           month or day (#410396).
282
283         * tests/check/libs/tag.c: (GST_START_TEST):
284           Test case for the above.
285
286 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
287
288         Patch by: Loïc Minier <lool+gnome at via ecp fr>
289
290         * configure.ac:
291         * ext/alsa/Makefile.am:
292         * gst/audiotestsrc/Makefile.am:
293           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
294
295 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
296
297         * gst/playback/gstplaybin.c:
298           Improve docs: point out that the application needs to assist playbin
299           with buffering.
300
301 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
302
303         * gst-libs/gst/utils/install-plugins.c:
304         * gst-libs/gst/utils/missing-plugins.c:
305         * tests/check/libs/utils.c: (missing_msg_check_getters):
306           Change GStreamer marker prefix in detail string from 'gstreamer.net'
307           to just 'gstreamer'. Document the caps string component of the
308           decoder/encoder detail a bit better, since not everyone will be
309           familiar with the GStreamer media type/caps system (but they better
310           enjoy nested itemized lists).
311
312 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
313
314         * gst-libs/gst/netbuffer/gstnetbuffer.c:
315         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
316           Fix copying of GstNetBuffer (would crash before, or at least lead to
317           invalid memory access, #410772), for now by copying the GstBuffer copy
318           code from the core over here so we can copy the GstBuffer fields on a
319           provided buffer instance (of type GstNetBuffer in this case). Would be
320           better to fix this with some support by the core though (and in the long
321           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
322
323         * tests/check/Makefile.am:
324           Enable unit test for GstNetBuffer.
325
326 2007-02-22  Andy Wingo  <wingo@pobox.com>
327
328         * gst-libs/gst/audio/gstbaseaudiosink.c
329         (gst_base_audio_sink_init): Disable pull-mode activation until we
330         figure out how to make audio sinks go to PLAYING.
331
332 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
333
334         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
335         (double_hq), (audio_convert_get_func_index),
336         (audio_convert_prepare_context), (audio_convert_convert):
337         * gst/audioconvert/audioconvert.h:
338         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
339         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
340         * gst/audioconvert/gstchannelmix.h:
341         * tests/check/elements/audioconvert.c: (GST_START_TEST):
342           Add float as an intermediate format, as well as float mixing. Enable
343           test that was failing before. Fixes #339837
344
345 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
346
347         * tests/examples/seek/seek.c: (do_seek):
348         Undo the previous commit: -1 as a stop time implies that the stop
349         time is the end of file, clearing any previously configured segment.
350
351 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
352
353         * tests/examples/seek/seek.c: (do_seek):
354         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
355
356 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
357
358         * gst/volume/gstvolume.c: (volume_process_int16),
359         (volume_process_int16_clamp), (volume_set_caps):
360           Unbreak volume, value remains gint.
361
362 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
363
364         * gst/volume/gstvolume.c: (volume_choose_func),
365         (volume_update_real_volume), (gst_volume_set_volume),
366         (gst_volume_init), (volume_process_double), (volume_process_float),
367         (volume_process_int16), (volume_process_int16_clamp),
368         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
369         * gst/volume/gstvolume.h:
370           Extend float audio support (double) and some int->uint cleanups.
371
372 2007-02-20  Edward Hervey  <edward@fluendo.com>
373
374         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
375         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
376         (sort_end_pads), (gst_decode_group_expose),
377         (gst_decode_group_hide):
378         Don't free groups from the streaming threads. Just put them aside and
379         free them in dispose.
380
381 2007-02-20  Edward Hervey  <edward@fluendo.com>
382
383         * gst/playback/gstdecodebin2.c: (connect_element),
384         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
385         (sort_end_pads), (gst_decode_group_expose):
386         Handle dynamic pads within groups.
387         Sort pads before exposing them in order to make playbin happy.
388         There still is a race with the multiqueue filling up. This should be
389         solved separately.
390         Fixes #398721
391
392 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
393
394         * gst-libs/gst/utils/base-utils.c:
395         * gst-libs/gst/utils/descriptions.c:
396         * gst-libs/gst/utils/install-plugins.c:
397         * gst-libs/gst/utils/missing-plugins.c:
398           Some more docs (and descriptions for two subtitle formats).
399
400 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
401
402         * gst-libs/gst/audio/audio.c:
403           Fix documentation.
404
405 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
406
407         Patch by: Yves Lefebvre  <ivanohe abacom com>
408
409         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
410           Don't leak caps. Fixes #408278.
411
412 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
413
414         * ext/cdparanoia/gstcdparanoiasrc.h:
415         * ext/ogg/gstoggdemux.h:
416         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
417         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
418         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
419         * gst-libs/gst/audio/audio.h:
420         * gst-libs/gst/audio/gstaudiofilter.h:
421         * gst-libs/gst/interfaces/videoorientation.h:
422         * gst/adder/gstadder.h:
423           More docs coverage and some ChangeLog surgery (add missing names)
424
425 2007-02-15  Wim Taymans  <wim@fluendo.com>
426
427         * sys/ximage/ximagesink.c:
428         (gst_ximagesink_calculate_pixel_aspect_ratio):
429         * sys/xvimage/xvimagesink.c:
430         (gst_xvimagesink_calculate_pixel_aspect_ratio):
431         Small constifications.
432
433 2007-02-15  Wim Taymans  <wim@fluendo.com>
434
435         * gst-libs/gst/audio/gstbaseaudiosink.c:
436         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
437         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
438         (gst_base_audio_sink_async_play),
439         (gst_base_audio_sink_change_state):
440         Answer latency query.
441         Use configured latency when syncing.
442         Fix clock slaving.
443
444         * gst-libs/gst/audio/gstbaseaudiosrc.c:
445         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
446         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
447         Fix possible memleak.
448         Implement latency query.
449         Small cleanups.
450
451 2007-02-15  Wim Taymans  <wim@fluendo.com>
452
453         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
454         Ignore errors in reset, these are not fatal. They also grab the element
455         lock which is already taking when this function is called. Fixes
456         #405451.
457
458 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
459
460         * configure.ac:
461           Remove 'tests/examples/xerror/Makefile' from output files again.
462
463 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
464
465         * configure.ac:
466         * docs/plugins/Makefile.am:
467           Also crossref against gst-plugins-base-libs.
468
469 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
470
471         * configure.ac:
472         * docs/libs/Makefile.am:
473         * docs/plugins/Makefile.am:
474           Add crossreferences to glib/gobject/gstream docs.
475
476         * gst-libs/gst/audio/audio.h:
477           Source formatting.
478
479         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
480           Add own debug category.
481
482 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
483
484         Patch by: René Stadler <mail at renestadler de>
485
486         * gst-libs/gst/tag/gstvorbistag.c:
487           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
488           (#403597).
489
490 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
491
492         * gst/playback/gstplaybasebin.c: (setup_source):
493           When we have external subtitles and wait for the subtitle decodebin
494           to get up and running, we set up a (sync) bus handler for the
495           subtitle decodebin, so we can stop waiting when it posts an error
496           message. However, we should do that before we set the subtitle
497           decodebin's state to playing, otherwise things are racy and we might
498           miss error messages posted before we had a chance to set up the bus.
499           This should finally fix totem hanging on .txt pseudo-subtitle files.
500           
501 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
502
503         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
504           Use gst_gdouble_to_guint64 for conversions.
505         * win32/common/config.h.in:
506           Add a define for GST_INSTALL_PLUGINS_HELPER
507         * win32/common/libgstaudio.def:
508         * win32/common/libgstcdda.def:
509         * win32/common/libgstnetbuffer.def:
510         * win32/common/libgstrtp.def:
511         * win32/common/libgutils.def:
512           Add new exported functions.
513         * win32/vs6/gst_plugins_base.dsw:
514         * win32/vs6/libgstdecodebin.dsp:
515         * win32/vs6/libgstnetbuffer.dsp:
516         * win32/vs6/libgstplaybin.dsp:
517         * win32/vs6/libgstrtp.dsp:
518         * win32/vs6/libgstvorbis.dsp:
519         * win32/vs6/libgstcdda.dsp:
520         * win32/vs6/libgstgdp.dsp:
521         * win32/vs6/libgstutils.dsp:
522           Update and add new project files.
523
524 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
525
526         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
527         (subrip_remove_unhandled_tags), (parse_subrip):
528           For SubRip (.srt) subtitles, ignore all markup tags we don't
529           handle (like font tags, for example).
530
531         * tests/check/elements/subparse.c:
532           Add test for this.
533
534 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
535
536         * gst/playback/gstdecodebin.c: (add_fakesink),
537         (gst_decode_bin_change_state):
538         * gst/playback/gstdecodebin2.c: (add_fakesink),
539         (gst_decode_bin_change_state):
540           Don't error out if there is no fakesink in the NULL to READY state
541           change, since when decodebin is re-used, we're only adding the
542           fakesink element in READY to PAUSED.
543
544         * tests/check/elements/decodebin.c:
545         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
546         (decodebin_suite):
547           Minimal unit test to make sure we can use the same decodebin
548           instance twice (at least with audiotestsrc input).
549
550 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
551
552         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
553           Try to get devic-name from device string first, and from handle only
554           as fallback (seems to yield better results and is more robust
555           against buggy probing code on the application side).
556
557 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
558
559         Based on patch by: Julien Puydt <julien.puydt at laposte net>
560
561         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
562         (gst_alsa_find_device_name):
563         * ext/alsa/gstalsa.h:
564         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
565         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
566           Improve device-name detection a bit, especially in the case where
567           the device is not actually open (#405020, #405024). Move common code
568           into gstalsa.c instead of duplicating it.
569
570 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
571
572         * gst/audioconvert/gstaudioconvert.c:
573           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
574
575 2007-02-06  Julien MOUTTE  <julien@moutte.net>
576
577         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
578         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
579         (gst_xvimagesink_interface_supported),
580         (gst_xvimagesink_probe_get_properties),
581         (gst_xvimagesink_probe_probe_property),
582         (gst_xvimagesink_probe_needs_probe),
583         (gst_xvimagesink_probe_get_values),
584         (gst_xvimagesink_property_probe_interface_init),
585         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
586         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
587         (gst_xvimagesink_get_type):
588         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
589         for XVAdaptors so that one can choose the adaptor to use with 
590         gstreamer-properties.
591
592 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
593
594         * gst/audioconvert/gstaudioconvert.c:
595           Also mention that a conversion from double to float is suboptimal still.
596
597 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
598
599         * gst-libs/gst/audio/gstaudiofilter.c:
600         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
601           Clear our formats structure and free the caps contained in it when
602           shutting down.
603
604 2007-02-05  Andy Wingo  <wingo@pobox.com>
605
606         * gst-libs/gst/audio/gstbaseaudiosink.c
607         (gst_base_audio_sink_callback): Update basesink->offset so that we
608         pull monotonically increasing offsets instead of, um, seeking back
609         to 0 each time. Fixes alsasrc ! alsasink!
610
611 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
612
613         * gst/videoscale/gstvideoscale.c:
614           A width and height of 1 makes us crash, so increase minimum size to
615           2x2 pixels until someone feels like fixing this (#404512).
616
617 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
618
619         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
620           Add small test to make sure request pads are cleaned up properly
621           even if oggmux never changes state out of NULL.
622
623 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
624
625         * tests/check/libs/utils.c: (GST_START_TEST):
626           Fix unit test. Turns out things work much better when you
627           NULL-terminate string arrays. Should make p5 build bot happy again.
628
629 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
630
631         * gst-libs/gst/audio/Makefile.am:
632         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
633         (gst_audio_filter_template_base_init),
634         (gst_audio_filter_template_class_init),
635         (gst_audio_filter_template_init),
636         (gst_audio_filter_template_set_property),
637         (gst_audio_filter_template_get_property),
638         (gst_audio_filter_template_setup),
639         (gst_audio_filter_template_filter),
640         (gst_audio_filter_template_filter_inplace), (plugin_init):
641           Oops, forgot to commit fixed-up example.
642
643 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
644
645         * docs/libs/gst-plugins-base-libs-sections.txt:
646         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
647         (gst_audio_filter_class_init), (gst_audio_filter_init),
648         (gst_audio_filter_set_caps),
649         (gst_audio_filter_class_add_pad_templates):
650         * gst-libs/gst/audio/gstaudiofilter.h:
651           Port GstAudioFilter to 0.10. This change technically breaks
652           API and ABI (and thus also every library developer's heart),
653           but seems justifiable on the grounds that the base class was
654           completely unusable before (ie. would crash immediately when
655           actually used). Fixes #403963 (and eventually also #403572).
656           Also document all of this a bit.
657
658 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
659
660         * gst-libs/gst/utils/install-plugins.c:
661         (gst_install_plugins_spawn_child):
662         * tests/check/libs/utils.c:
663         (test_base_utils_install_plugins_do_callout):
664           Lowering log level to see why things fail on the p5 build bot;
665           fix some typos in unit test messages.
666
667 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
668
669         * tests/check/libs/utils.c:
670         (test_base_utils_install_plugins_do_callout):
671           Don't hard-code temp directory for test helper; use GLib functions
672           to write out file and do error checking etc.
673
674 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
675
676         * gst-libs/gst/utils/Makefile.am:
677         * gst-libs/gst/utils/base-utils.h:
678         * gst-libs/gst/utils/install-plugins.c:
679         (gst_install_plugins_context_set_xid),
680         (gst_install_plugins_context_new),
681         (gst_install_plugins_context_free),
682         (gst_install_plugins_get_helper),
683         (gst_install_plugins_spawn_child),
684         (gst_install_plugins_return_from_status),
685         (gst_install_plugins_installer_exited),
686         (gst_install_plugins_async), (gst_install_plugins_sync),
687         (gst_install_plugins_return_get_name),
688         (gst_install_plugins_installation_in_progress):
689         * gst-libs/gst/utils/install-plugins.h:
690           API: add API for applications to initiate installation of missing
691           plugins, ie. gst_install_plugins_async() primarily.
692           Based on libgimme-codec by Ryan Lortie.
693
694         * configure.ac:
695           Add --with-install-plugins-helper configure option so distros can specify
696           the path of the helper script or program to call when plugin installation
697           is requested (distros: please do any argument munging in this helper
698           script instead of patching GStreamer to pass arguments differently
699           to another program directly).
700
701         * docs/libs/gst-plugins-base-libs-docs.sgml:
702         * docs/libs/gst-plugins-base-libs-sections.txt:
703           Build and document new API.
704
705         * tests/check/libs/utils.c: (result_cb),
706         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
707         (libgstbaseutils_suite):
708           Some simple checks for the new API.
709
710 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
711
712         * tests/check/elements/audioconvert.c: (test_float_conversion):
713           Add small test for 32bit float <=> 64bit float conversion (works
714           only one way so far, 32=>64 produces structured noise).
715
716 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
717
718         * gst/audioconvert/gstaudioconvert.c:
719         (set_structure_widths_32_and_64), (make_lossless_changes):
720           We don't support floats with a width of 40, 48 or 56 bits.
721
722 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
723
724         * gst/audioconvert/audioconvert.c: (float), (double),
725         (audio_convert_get_func_index):
726         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
727         (make_lossless_changes):
728           Support for 64-bit float audio in audioconvert (#339837)
729
730 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
731
732         Patch by: Holger Wansing  <linux wansing-online de>
733
734         * po/LINGUAS:
735         * po/de.po:
736           Add German translation (#352069).
737
738 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
739
740         reviewed by: Wim Taymans <wim@fluendo.com>
741
742         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
743         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
744         Use newly added GstCollectPads API to free the allocated resources in
745         the GstOggPad structures (#402393).
746
747 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
748
749         * gst/playback/gstplaybin.c: (gen_vis_element):
750           Add audioresample+audioconvert in front of the visualisation
751           element, so that elements like libvisual 0.4 that don't support all
752           samplerates can work.
753
754           Fixes: #402505
755
756 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
757
758         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
759         (gst_play_base_bin_get_streaminfo_value_array):
760           Take some locks and make a copy of the streaminfo value array we
761           maintain while holding the lock, so that the application can
762           retrieve the stream-info as a value array in a thread-safe way.
763
764 2007-01-30  Wim Taymans  <wim@fluendo.com>
765
766         * gst/audioconvert/gstaudioconvert.c:
767         Don't fail on 0 sized buffers. Fixes #396835.
768
769 2007-01-29  David Schleef  <ds@schleef.org>
770
771         * gst/typefind/gsttypefindfunctions.c:
772           Detect BBCD as video/x-dirac, so we can play raw dirac
773           streams.
774
775 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
776
777         * ext/theora/theoraenc.c: (theora_enc_chain):
778           Check return value of theora_encode_header(), or we might try to
779           allocate a random number of bytes. theora_encode_header() can fail
780           if libtheora has been compiled with encoding support disabled.
781           Fixes #398110.
782
783 2007-01-29  Wim Taymans  <wim@fluendo.com>
784
785         * tests/check/gst/.cvsignore:
786         Do as buildbot says.
787
788 2007-01-29  Wim Taymans  <wim@fluendo.com>
789
790         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
791         Fix strides in libvisual. Gst uses X strides.
792         Inspired by: <ed at catmur dot co dot uk> and 
793         <tim at centricular dot net>
794         Fixes #401118.
795
796 2007-01-27  Wim Taymans  <wim@fluendo.com>
797
798         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
799         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
800         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
801         (gst_ogg_demux_perform_seek),
802         (gst_ogg_demux_bisect_forward_serialno),
803         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
804         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
805         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
806         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
807         * ext/ogg/gstoggdemux.h:
808         Properly propagate streaming errors when we are scanning the file for
809         chains so that we don't crash when shut down. Might fix some crashers
810         when quickly switching oggs in RB such as #332503 and #378436.
811
812 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
813
814         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
815           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
816           error code as well.
817
818 2007-01-25  Wim Taymans  <wim@fluendo.com>
819
820         * gst/playback/gstplaybasebin.c: (remove_source):
821         Don't try to disconnect a signal from a finalized object.
822
823 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
824
825         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
826           Cast lock macro parameters to make sure we're actually accessing the
827           lock member at the right class level. Free list itself in _dispose()
828           as well and NULL it in case dispose gets called multiple times.
829
830 2007-01-25  Edward Hervey  <edward@fluendo.com>
831
832         * gst/playback/gstdecodebin2.c:
833         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
834         Free GstDecodeGroups no longer used.
835         (gst_decode_group_expose):
836         Don't unlock too many times !
837         (deactivate_free_recursive):
838         Free iterator once we're done with it.
839         Fix for recursively deactivating elements (stop at ghostpads).
840
841 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
842
843         * gst/playback/gstplaybin.c: (handoff):
844           Fix up caps on the frame buffer before we save it and potentially
845           make it accessible to other threads via g_object_get; also use
846           gst_buffer_replace() instead of gst_mini_object_replace().
847
848 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
849
850         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
851           Make getting the current frame thread-safe.
852
853 2007-01-25  Edward Hervey  <edward@fluendo.com>
854
855         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
856         (gst_decode_group_new), (gst_decode_group_free):
857         Set queues to bigger sizes to cope with HD contents.
858         Fix some mutex freeing and add comment about MT safe methods.
859
860 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
861
862         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
863         (gst_text_overlay_text_event):
864           Don't unnecessarily ref (and then leak) upstream events if the text
865           pad is not linked. Fixes #399948.
866
867         * tests/check/gst-plugins-base.supp:
868           Add suppression for pango on edgy/x86 for textoverlay test.
869
870 2007-01-24  Wim Taymans  <wim@fluendo.com>
871
872         * gst-libs/gst/rtp/gstrtpbuffer.h:
873         Add some more fixed payloads.
874
875 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
876
877         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
878           Error out properly if we get an error from libogg while reading the
879           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
880
881 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
882
883         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
884           Don't leak mutex.
885
886         * tests/check/elements/playbin.c:
887         (test_sink_usage_video_only_stream),
888         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
889         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
890         (test_missing_suburisource_handler),
891         (test_missing_primary_decoder), (playbin_suite):
892           Run all tests once with decodebin and once with decodebin2.
893           One test does not pass yet with decodebin2.
894
895 2007-01-23  Edward Hervey  <edward@fluendo.com>
896
897         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
898         Fix the cases where oggmux doesn't properly figure out that all
899         sinkpads have gone EOS, and therefore doesn't push out the remaining
900         buffers and the final EOS event.
901         Fixes #363379
902
903 2007-01-23  Julien MOUTTE  <julien@moutte.net>
904
905         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
906         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
907         Don't lock on navigation event push, just on keysym to string.
908         Fixes #397673 again.
909
910 2007-01-22  Edward Hervey  <edward@fluendo.com>
911
912         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
913         (get_current_group), (group_demuxer_event_probe),
914         (gst_decode_group_expose), (deactivate_free_recursive),
915         (gst_decode_group_free):
916         Cleanups.
917         Don't forget to emit 'no-more-pads' once a group is exposed.
918         Cleanup elements from a DecodeGroup once we remove it.
919         Protect call to gst_decode_group_expose() with the decodebin lock.
920
921 2007-01-22  Julien MOUTTE  <julien@moutte.net>
922
923         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
924         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
925         Looking at Xorg code i can't figure out if that XKeysymToString
926         function is thread sensible or not. Lock it just in case as
927         recommended by Radek Doulik <rodo at ximian dot com>.
928
929 2007-01-22  Julien MOUTTE  <julien@moutte.net>
930
931         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
932         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
933         Lock that X Call as well. Fixes #397673.
934
935 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
936
937         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
938           Don't go into an endless loop if the file starts with 00 00 01 2X,
939           like quicktime redirect files might. Fixes #396042.
940
941         * tests/check/Makefile.am:
942         * tests/check/gst/.cvsignore:
943         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
944         (typefindfunctions_suite):
945           Add unit test for the above.
946
947 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
948
949         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
950           On second thought, use "depth" field rather than "bpp" field.
951
952 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
953
954         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
955           Camtasia caps apparently need a bpp field (#398875).
956
957 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
958
959         * gst/playback/gstplaybasebin.c: (setup_subtitle),
960         (gen_source_element), (gst_play_base_bin_change_state):
961           Attempt at a better error message in case we don't have the required
962           URI handler installed; post missing-plugin message also when we're
963           missing an URI handler for the subtitle URI; clean up properly also
964           when an error occurs and we never made it to PAUSED state.
965
966         * tests/check/elements/playbin.c: (GST_START_TEST),
967         (playbin_suite):
968           Check that we're also getting a missing-plugin messsage for a
969           missing subtitle URI handler (and clean up properly).
970
971 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
972
973         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
974           Plug a few reference leaks.
975
976 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
977
978         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
979           Lower probability a bit if the marker isn't right at the start,
980           to decrease the chance of false positives.
981
982 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
983
984         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
985           Small mpeg2 system stream typefinding improvement: make typefinder
986           probe a bit into the stream instead of just looking for a marker
987           at the beginning. Fixes #397810.
988
989 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
990
991         * gst/audioconvert/gstchannelmix.c:
992           Remove compatibility cruft for prehistoric GLib versions.
993
994 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
995
996         * gst/playback/Makefile.am:
997         * gst/playback/gstdecodebin.c: (close_pad_link):
998         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
999         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1000         (gst_play_base_bin_handle_message_func), (unknown_type):
1001           Let decodebin be the element to post missing-plugin messages for
1002           missing decoders (rather than playbin); make playbin implement
1003           GstBin::handle_message so we can suppress missing-plugin messages
1004           for types we're not handling on purpose (don't want to bring up an
1005           installer in those cases).
1006
1007 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1008
1009         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1010         * gst-libs/gst/tag/gstvorbistag.c:
1011         (gst_tag_list_to_vorbiscomment_buffer):
1012         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1013           Fix potentially unaligned access (#397207).
1014
1015 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1016
1017         * tests/examples/seek/seek.c: (set_scale), (update_scale),
1018         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1019         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1020         (main):
1021           Allow to toggle looping while it plays. Fix callback prototype. Clean
1022           up code a bit more. Add copyright header.
1023
1024 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1025
1026         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1027           Red and blue mask was swapped (spotted by Dan Williams).
1028
1029 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
1030
1031         * gst-libs/gst/tag/gstid3tag.c:
1032         * gst-libs/gst/tag/gstvorbistag.c:
1033           Use new beats-per-minute tag from core.
1034
1035 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
1036
1037         * po/POTFILES.in:
1038           Add new files with translatable strings, so they actually make it
1039           into the template file one day.
1040
1041 2007-01-12  Andy Wingo  <wingo@pobox.com>
1042
1043         * gst-libs/gst/audio/gstbaseaudiosink.c
1044         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1045         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1046         stuff, as the base class handles this now. Actually tell the ring
1047         buffer to start.
1048         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1049         How did this work before? Maybe I'm not as awesome a programmer as
1050         I think.
1051
1052         * gst-libs/gst/audio/gstbaseaudiosrc.c
1053         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1054         of a pad function.
1055
1056 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1057
1058         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1059           Remove more fields so that the application can better blacklist
1060           formats that have been tried before.
1061
1062 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1063
1064         * gst-libs/gst/audio/mixerutils.h:
1065           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1066           used when compiling with c++ compilers as well.
1067
1068 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1069
1070         * gst/typefind/gsttypefindfunctions.c:
1071           Fix comment.
1072
1073 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1074
1075         * gst/playback/gstplaybin.c: (post_missing_element_message),
1076         (gen_video_element), (gen_text_element), (gen_audio_element),
1077         (gen_vis_element):
1078           Post missing-plugin messages also when we error out because
1079           converters, textoverlay or auto*sinks are missing (#161922).
1080
1081 2007-01-10  Wim Taymans  <wim@fluendo.com>
1082
1083         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1084         (is_demuxer_element), (new_caps):
1085         * gst/playback/gstplaybasebin.c: (source_new_pad):
1086         Fix the case where we try to ref a NULL element when we delay a link
1087         because of unfixed caps.
1088         Set the state of autoplugged decodebins to PAUSED.
1089         RTSP now works in playbin, we can remove it from the blacklist.
1090
1091 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1092
1093         * gst/playback/Makefile.am:
1094         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1095         (unknown_type), (setup_subtitle), (gen_source_element):
1096         * gst/playback/gstplaybin.c: (plugin_init):
1097           Post missing-plugin messages on the bus for missing sources and
1098           missing decoders/demuxers/depayloaders; fix error code used when
1099           we're missing an URI handler source; for media types that we are not
1100           handling on purpose at the moment, don't print "don't know how to
1101           handle xyz" messages to the terminal or post missing-plugin
1102           messages on the bus.
1103
1104         * tests/check/elements/playbin.c: (create_playbin),
1105         (GST_START_TEST), (gst_codec_src_uri_get_type),
1106         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1107         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1108         (gst_codec_src_init_type), (gst_codec_src_base_init),
1109         (gst_codec_src_create), (gst_codec_src_class_init),
1110         (gst_codec_src_init), (plugin_init), (playbin_suite):
1111           Add some tests for the missing-plugin stuff.
1112
1113 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1114
1115         * configure.ac:
1116         * gst-libs/gst/Makefile.am:
1117         * gst-libs/gst/utils/Makefile.am:
1118         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1119         * gst-libs/gst/utils/base-utils.h:
1120         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1121         (find_format_info), (caps_are_rtp_caps),
1122         (gst_base_utils_get_source_description),
1123         (gst_base_utils_get_sink_description),
1124         (gst_base_utils_get_decoder_description),
1125         (gst_base_utils_get_encoder_description),
1126         (gst_base_utils_get_element_description),
1127         (gst_base_utils_add_codec_description_to_tag_list),
1128         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1129         * gst-libs/gst/utils/descriptions.h:
1130         * gst-libs/gst/utils/missing-plugins.c:
1131         (missing_structure_get_type), (copy_and_clean_caps),
1132         (gst_missing_uri_source_message_new),
1133         (gst_missing_uri_sink_message_new),
1134         (gst_missing_element_message_new),
1135         (gst_missing_decoder_message_new),
1136         (gst_missing_encoder_message_new),
1137         (missing_structure_get_string_detail),
1138         (missing_structure_get_caps_detail),
1139         (gst_missing_plugin_message_get_installer_detail),
1140         (gst_missing_plugin_message_get_description),
1141         (gst_is_missing_plugin_message):
1142         * gst-libs/gst/utils/missing-plugins.h:
1143           API: add new libgstbaseutils library with functions
1144           - to create and parse missing-plugins messages
1145           - that provide (translated) descriptions for caps/decoders/sources/etc.
1146           Closes #392393.
1147
1148         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1149         * pkgconfig/gstreamer-plugins-base.pc.in:
1150           Add new lib.
1151
1152         * docs/libs/gst-plugins-base-libs-docs.sgml:
1153         * docs/libs/gst-plugins-base-libs-sections.txt:
1154           Generate docs for new lib and API.
1155
1156         * tests/check/Makefile.am:
1157         * tests/check/libs/.cvsignore:
1158         * tests/check/libs/utils.c: (missing_msg_check_getters),
1159         (GST_START_TEST), (libgstbaseutils_suite):
1160           Add some basic unit tests.
1161
1162 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1163
1164         * ext/ogg/Makefile.am:
1165           Dist gstoggdemux.h to fix 'make distcheck'.
1166
1167         * sys/v4l/Makefile.am:
1168           Fix 'make distcheck' even more.
1169
1170 2007-01-09  Wim Taymans  <wim@fluendo.com>
1171
1172         * docs/plugins/Makefile.am:
1173         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1174         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1175         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1176         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1177         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1178         (gst_ogg_demux_perform_seek):
1179         * ext/ogg/gstoggdemux.h:
1180         Added docs.
1181         Add some more comments.
1182         Small cleanups.
1183
1184 2007-01-09  Wim Taymans  <wim@fluendo.com>
1185
1186         * ext/theora/theoradec.c:
1187         * ext/vorbis/vorbisdec.c:
1188         * gst-libs/gst/audio/gstringbuffer.c:
1189         (gst_ring_buffer_commit_full):
1190         * gst-libs/gst/audio/gstringbuffer.h:
1191         * gst-libs/gst/rtp/gstrtpbuffer.c:
1192         * gst-libs/gst/tag/gstvorbistag.c:
1193         Small documentation updates/fixes
1194
1195 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1196
1197         * configure.ac:
1198           Require core CVS HEAD for Andy's basesrc/sink API additions.
1199
1200 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1201
1202         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1203
1204         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1205         (plugin_init):
1206           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1207           on flac.sf.net (there appear to be other versions of the first
1208           ogg page in the wild) (#391365).
1209
1210 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1211
1212         * configure.ac:
1213           Check if localtime_r() is available.
1214
1215         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1216           If localtime_r() is not available, fall back to localtime(). Should
1217           fix build on MingW (#393310).
1218
1219 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1220
1221         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1222         * gst/subparse/gstsubparse.h:
1223           Remove spurious 1000 subtrahend when calculating the timestamp from
1224           the frame number and the frame rate . Also, use the frames/second
1225           value specified in the first line of the file, if one is specified
1226           there. Should fix #357503.
1227
1228         * tests/check/elements/subparse.c: (do_test),
1229         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1230         (subparse_suite):
1231           Add some basic unit tests for the microdvd subtitle format.
1232
1233 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1234
1235         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1236         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1237         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1238         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1239         (gst_xvimagesink_set_xwindow_id),
1240         (gst_xvimagesink_set_event_handling),
1241         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1242         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1243         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1244         Fixes : #390076.
1245         Add an adaptor property to select a specific XV adaptor.
1246         * sys/xvimage/xvimagesink.h:
1247
1248 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1249
1250         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1251         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1252         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1253         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1254         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1255         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1256         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1257         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1258         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1259         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1260         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1261         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1262         Use flow_lock much more to protect every access to xwindow.
1263         Try to catch erros while creating images in case some drivers are
1264         just generating an XError when the requested image is too big.
1265         Should fix : #354698, #384008, #384060.
1266         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1267         Implement some stress testing of setting window xid.
1268
1269 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1270
1271         * win32/common/libgsaudio.def:
1272           Add new exported function.
1273         * win32/common/libgstogg.dsp:
1274           Add gstoggaviparse.c to the build.
1275         * win32/common/libgstvideoscale.dsp:
1276           Add vs_4tap.c to the build.
1277         * win32/common/libgstvorbis.dsp:
1278           Add vorbistag.c to the build.
1279         
1280 2007-01-06  Andy Wingo  <wingo@pobox.com>
1281
1282         * gst-libs/gst/audio/gstbaseaudiosink.c
1283         (gst_base_audio_sink_class_init)
1284         (gst_base_audio_sink_init): 
1285         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1286         to baseaudiosink, and tell basesink that we can work in pull mode.
1287         This way the ring buffer thread drives the pipeline directly, if
1288         pull mode is possible. There is some lingering nastiness regarding
1289         capsnego, however.
1290         (gst_base_audio_sink_callback): Implement the callback to pull
1291         data. This interface is a bit light, though -- it should get a
1292         GstFlowReturn return value at least.
1293
1294 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1295
1296         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1297         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1298         * gst/playback/gstdecodebin2.c:
1299         (gst_decode_group_check_if_blocked):
1300           Printf format and missing argument fixes.
1301
1302 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1303
1304         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1305         (gst_ogm_parse_change_state):
1306         Activate pads before adding them to the element.
1307
1308 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1309
1310         * tests/examples/seek/scrubby.c: (main):
1311         * tests/examples/seek/seek.c: (main):
1312           Call g_thread_init() first thing in main() (see #391278).
1313
1314 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1315
1316         * tests/check/Makefile.am:
1317         * tests/check/libs/.cvsignore:
1318         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1319         (netbuffer_suite):
1320           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1321           for the time being, since it's broken, see #393099.
1322
1323 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1324
1325         * tests/check/Makefile.am:
1326           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1327
1328 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1329
1330         * configure.ac:
1331           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1332           so that GST_BASE_CFLAGS can go inbetween them, making sure
1333           we use uninstalled gst-libs headers
1334         * docs/libs/Makefile.am:
1335         * ext/alsa/Makefile.am:
1336         * ext/cdparanoia/Makefile.am:
1337         * ext/gnomevfs/Makefile.am:
1338         * ext/libvisual/Makefile.am:
1339         * ext/ogg/Makefile.am:
1340         * ext/theora/Makefile.am:
1341         * ext/vorbis/Makefile.am:
1342         * gst-libs/gst/audio/Makefile.am:
1343         * gst-libs/gst/cdda/Makefile.am:
1344         * gst-libs/gst/interfaces/Makefile.am:
1345         * gst-libs/gst/riff/Makefile.am:
1346         * gst-libs/gst/rtp/Makefile.am:
1347         * gst-libs/gst/tag/Makefile.am:
1348         * gst/adder/Makefile.am:
1349         * gst/audioconvert/Makefile.am:
1350         * gst/audiorate/Makefile.am:
1351         * gst/audioresample/Makefile.am:
1352         * gst/playback/Makefile.am:
1353         * gst/tcp/Makefile.am:
1354         * gst/videoscale/Makefile.am:
1355         * gst/volume/Makefile.am:
1356         * sys/ximage/Makefile.am:
1357         * sys/xvimage/Makefile.am:
1358         * tests/icles/Makefile.am:
1359           adapt
1360
1361 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1362
1363         * gst-libs/gst/interfaces/xoverlay.c:
1364         (gst_x_overlay_handle_events):
1365         * gst-libs/gst/interfaces/xoverlay.h:
1366         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1367         (gst_ximagesink_set_xwindow_id),
1368         (gst_ximagesink_set_event_handling),
1369         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1370         (gst_ximagesink_get_property), (gst_ximagesink_init),
1371         (gst_ximagesink_class_init):
1372         * sys/ximage/ximagesink.h:
1373         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1374         (gst_xvimagesink_set_xwindow_id),
1375         (gst_xvimagesink_set_event_handling),
1376         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1377         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1378         (gst_xvimagesink_class_init):
1379         * sys/xvimage/xvimagesink.h:
1380         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1381         Add a method to the XOverlay interface to allow disabling of 
1382         event handling in x[v]imagesink elements. This will let X events
1383         propagate to parent windows which can be usefull in some cases.
1384         Be carefull that the application is then responsible of pushing
1385         navigation events and expose events to the video sink.
1386         Fixes: #387138.
1387
1388 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1389
1390         * gst-libs/gst/tag/gstvorbistag.c:
1391         * tests/check/libs/tag.c: (GST_START_TEST):
1392           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1393           (fixes #392070).
1394
1395 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1396
1397         * configure.ac:
1398         * docs/Makefile.am:
1399         * docs/design/Makefile.am:
1400           Dist design docs.
1401
1402 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1403
1404         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1405         typo. Fixes: #390063.
1406
1407 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1408
1409         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1411         caps leak.
1412         * win32/common/config.h: Updated.
1413
1414 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1415
1416         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1417         (setup_gdpdepay_streamheader):
1418         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1419         (setup_gdppay_streamheader):
1420           Fix the dp tests, but activating the pads for the streamheader tests
1421           too and cleaning up conditionaly
1422
1423 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1424
1425         * gst/ffmpegcolorspace/avcodec.h:
1426         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1427         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1428         (gst_ffmpegcsp_avpicture_fill):
1429         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1430         (img_get_alpha_info):
1431         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1432         other end of the word. Fixes: #387073.
1433
1434         Add some inconsequential branch hints in a couple of places.
1435
1436 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1437
1438         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1439         (gst_ffmpeg_caps_to_smpfmt):
1440           The "signed" field in raw audio caps is of boolean type, trying to
1441           extract the value with _get_int() will fail (fix to keep in sync with
1442           the copy in gst-ffmpeg)
1443
1444 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1445
1446         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1447         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1448         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1449         (cleanup_gdpdepay):
1450         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1451         * tests/check/elements/subparse.c: (teardown_subparse):
1452         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1453         * tests/check/elements/videorate.c: (cleanup_videorate):
1454         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1455         * tests/check/elements/volume.c: (cleanup_volume):
1456         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1457         (cleanup_vorbisdec):
1458         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1459         (cleanup_vorbistag):
1460           consistent pad (de)activation
1461
1462 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1463
1464         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1465           Forgot to register the extensions.
1466
1467 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1468
1469         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1470         (plugin_init):
1471           Add typefinder for VIVO files (my christmas present to the 90s).
1472
1473 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1474
1475         * gst/playback/gstdecodebin.c: (type_found):
1476           Special-case the text/plain media type: we only want to recognise it
1477           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1478           parser, but not if the entire stream is of text/plain type. If the
1479           entire stream is text/plain, we should just error out.
1480
1481           This fixes playback of audio files with lyrics in totem. Totem can't
1482           distinguish between text files and subtitle files and passes any
1483           .txt file with the same basename as the main file to playbin as
1484           suburi, and playbin will then throw a 'subtitle found, but no video
1485           stream' error, which isn't entirely helpful. See #380342.
1486
1487           Also, with this change we'll show a slightly more correct error
1488           message in case totem passes a playlist file to us (although a
1489           custom error message wording instead of the default text would
1490           probably not be a bad idea either).
1491
1492           Same problem also needs to be fixed for playbin+decodebin2.
1493
1494         * tests/check/Makefile.am:
1495         * tests/check/elements/decodebin.c: (src_handoff_cb),
1496         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1497         (decodebin_suite):
1498           Add simple unit test for decodebin for the above.
1499
1500 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1501
1502         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1503         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1504           Refuse to change state to READY when we failed to create any of the
1505           required elements in our instance init function.
1506
1507 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1508
1509         * docs/libs/gst-plugins-base-libs-sections.txt:
1510           Small docs fixes/updates.
1511
1512         * gst-libs/gst/video/gstvideosink.h:
1513           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1514           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1515           removed from the base sink API between 0.9.6 and 0.9.7).
1516           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1517           accessor macros, so we don't do a runtime GObject type check every
1518           time we use them.
1519
1520 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1521
1522         * Makefile.am:
1523         * gst-plugins-base.doap:
1524         * gst-plugins-base.spec.in:
1525           add doap file
1526
1527 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
1528
1529         Patch by: Jens Granseuer <jensgr at gmx net>
1530
1531         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1532         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
1533         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
1534         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
1535         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
1536           Declare variables at the beginning of a block. Fixes #383195.
1537
1538 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
1539
1540         * configure.ac:
1541         Bump version nano - back to CVS.
1542
1543
1544 === release 0.10.11 ===
1545
1546 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
1547
1548         * configure.ac:
1549           releasing 0.10.11, "Dumb things"
1550
1551 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
1552
1553         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
1554         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
1555         Handle the case where an element has multiple pads with 
1556         unfixed caps as well as still possibly producing more dynamic 
1557         pads by storing each case as a distinct entry in the dynamic list.
1558         Fixes #38223 again.
1559
1560 2006-12-04  Wim Taymans  <wim@fluendo.com>
1561
1562         * gst/playback/gstdecodebin.c: (close_pad_link):
1563         Fix #382223, add more dynamic caps handling.
1564
1565 2006-12-04  Wim Taymans  <wim@fluendo.com>
1566
1567         reviewed by: <delete if not using a buddy>
1568
1569         * gst-libs/gst/audio/gstringbuffer.h:
1570         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
1571         (gst_netaddress_set_ip4_interface),
1572         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
1573         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
1574         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
1575         (gst_netaddress_get_ttl):
1576         * gst-libs/gst/netbuffer/gstnetbuffer.h:
1577         * gst/playback/gstdecodebin.c: (close_pad_link):
1578         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
1579         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
1580         * win32/common/config.h:
1581
1582 2006-12-01  Michael Smith  <msmith@fluendo.com>
1583
1584         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
1585           Delete bad debug code.
1586           Fixes #381219
1587
1588 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
1589
1590         * gst/videoscale/vs_4tap.c:
1591         * win32/MANIFEST:
1592         * win32/common/config.h:
1593         * win32/vs8/libgstvideoscale.vcproj:
1594         Fix compilation on win32 under VS8
1595         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
1596         Partially fixes #381175
1597
1598 2006-11-30  Michael Smith  <msmith@fluendo.com>
1599
1600         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1601         (GST_START_TEST):
1602           It would be very bad if, after a discont buffer, we thought every
1603           single following buffer was also discont. So, add to the test to
1604           ensure that this isn't the case.
1605           
1606         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
1607           ... it was the case. So fix it.
1608
1609 2006-11-28  Wim Taymans  <wim@fluendo.com>
1610
1611         * gst/playback/gstplaybasebin.c: (check_queue_event):
1612         Improve debug.
1613
1614         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1615         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
1616         padtemplate caps. Refixes #357577.
1617
1618 2006-11-28  Wim Taymans  <wim@fluendo.com>
1619
1620         * gst/playback/gstplaybasebin.c: (check_queue_event),
1621         (queue_threshold_reached), (queue_out_of_data),
1622         (gen_preroll_element):
1623         Add event probe to see when EOS is in a queue and we can disable the
1624         underrun signals. Fixes #357577.
1625
1626 2006-11-28  Edward Hervey  <edward@fluendo.com>
1627
1628         * gst/playback/Makefile.am:
1629         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
1630         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
1631         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
1632         (gst_decode_bin_init), (gst_decode_bin_dispose),
1633         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
1634         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
1635         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
1636         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
1637         (connect_element), (expose_pad), (type_found),
1638         (pad_added_group_cb), (pad_removed_group_cb),
1639         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
1640         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
1641         (are_raw_caps), (multi_queue_overrun_cb),
1642         (multi_queue_underrun_cb), (gst_decode_group_new),
1643         (get_current_group), (group_demuxer_event_probe),
1644         (gst_decode_group_control_demuxer_pad),
1645         (gst_decode_group_control_source_pad),
1646         (gst_decode_group_check_if_blocked),
1647         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
1648         (gst_decode_group_hide), (gst_decode_group_free),
1649         (gst_decode_group_set_complete), (source_pad_blocked_cb),
1650         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
1651         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
1652         (plugin_init):
1653         New decodebin2 element.
1654         Closes #370092
1655         * gst/playback/gstplay-marshal.list:
1656         Added marshallers for new signals in decodebin2
1657         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
1658         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
1659         is set.
1660
1661 2006-11-28  Wim Taymans  <wim@fluendo.com>
1662
1663         * gst/playback/gstplaybasebin.c: (setup_source),
1664         (gst_play_base_bin_change_state):
1665         Disable rtsp:// uris for the release, it's not good enough yet.
1666         Remove unused var.
1667
1668 2006-11-26  Wim Taymans  <wim@fluendo.com>
1669
1670         * ext/theora/theoradec.c: (gst_theora_dec_reset),
1671         (theora_dec_push_forward), (theora_dec_push_reverse),
1672         (theora_handle_data_packet), (theora_dec_decode_buffer),
1673         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1674         (theora_dec_chain_forward), (theora_dec_chain):
1675         Implement reverse playback.
1676
1677         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
1678         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
1679         (vorbis_dec_chain_forward):
1680         Clear buffers used for reverse playback in _reset.
1681         No need to set the eos flag, we clip samples using the segment.
1682
1683 2006-11-24  Wim Taymans  <wim@fluendo.com>
1684
1685         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1686         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
1687         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
1688         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
1689         Some cleanups.
1690         Handle continued pages in reverse mode.
1691
1692 2006-11-24  Wim Taymans  <wim@fluendo.com>
1693
1694         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
1695         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1696         (vorbis_dec_flush_decode):
1697         Small cleanups.
1698         Don't try to add invalid timestamps.
1699         Clipping will unref the buffer.
1700
1701 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1702
1703         * gst/adder/gstadder.h:
1704         * gst/audiotestsrc/gstaudiotestsrc.h:
1705           remove obsolete _factory_init protos
1706
1707 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
1708
1709         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1710           Fix spacing in debug message.
1711
1712 2006-11-23  Wim Taymans  <wim@fluendo.com>
1713
1714         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1715         (gst_ogg_demux_chain):
1716         Don't just ignore return values from _pad_push().
1717         Small debug improvements.
1718
1719 2006-11-23  Michael Smith  <msmith@fluendo.com>
1720
1721         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
1722           If our incoming buffer is marked as DISCONT, then increment the page
1723           number (so that the discontinuity is marked in the final ogg
1724           bitstream) and flush the previous page.
1725
1726 2006-11-22  Michael Smith  <msmith@fluendo.com>
1727
1728         * ext/theora/gsttheoraenc.h:
1729         * ext/theora/theoraenc.c: (gst_theora_enc_init),
1730         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
1731         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
1732         (theora_enc_chain), (theora_enc_change_state):
1733           Mark discontinuities of > 3/4 of a frame, reinit encoder.
1734
1735         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
1736         (GST_START_TEST), (theoraenc_suite):
1737           Enable discontinuity test, fix it.
1738
1739 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1740
1741         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1742         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1743         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1744         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1745         (gst_text_overlay_change_state):
1746         * ext/pango/gsttextoverlay.h:
1747           Some textoverlay fixes: for one, in the video chain function,
1748           actually wait for a text buffer to come in if there is none at the
1749           moment and there should be one; also, deal more gracefully with
1750           incoming buffers that do not have a timestamp or duration; discard
1751           text buffer when not needed any longer. Fixes #341681.
1752
1753         * tests/check/Makefile.am:
1754         * tests/check/elements/.cvsignore:
1755         * tests/check/elements/textoverlay.c:
1756         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
1757         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
1758         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
1759         (test_video_waits_for_text_send_text_newsegment_thread),
1760         (test_video_waits_for_text_shutdown_element),
1761         (test_render_continuity_push_video_buffers_thread),
1762         (textoverlay_suite):
1763           Add some unit tests for textoverlay.
1764
1765 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
1766
1767         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1768           Avoid integer underflow when the found probability for mp3 is
1769           smaller than the 'penalty' we subtract if there's not a clean
1770           mp3 header sync at offset 0.
1771
1772 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
1773
1774         * docs/libs/gst-plugins-base-libs-sections.txt:
1775           Add some new symbols to the docs
1776
1777 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1778
1779         * tests/check/Makefile.am:
1780         * tests/check/elements/ffmpegcolorspace.c:
1781         (ffmpegcolorspace_suite):
1782           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
1783           (for now not for valgrinding though, since it takes too long).
1784
1785 2006-11-20  Wim Taymans  <wim@fluendo.com>
1786
1787         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1788         (gst_ffmpeg_pixfmt_to_caps):
1789         Fix RGBA32 caps. Fixes #357038.
1790
1791 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
1792
1793         * gst-libs/gst/interfaces/mixertrack.h:
1794           Add FIXME so we can add some padding here in 0.11
1795
1796 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
1797
1798         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
1799           Fix GstBaseRTPAudioPayload structure so the whole GObject
1800           inheritance business actually works (parent class instance structure
1801           must always come first in the derived class instance structure).
1802
1803 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
1804
1805         * gst/videotestsrc/Makefile.am:
1806         * tests/check/Makefile.am:
1807           Make sure our checks and the videotestsrc plugin link against the
1808           local uninstalled gst libs and not any installed gst libs that
1809           might happen to exist as well.
1810
1811         * tests/check/elements/adder.c: (message_received),
1812         (test_event_message_received), (test_play_twice_message_received):
1813         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1814           Fix compiler warnings when compiling against core with disabled
1815           debugging system.
1816
1817 2006-11-16  Michael Smith  <msmith@fluendo.com>
1818
1819         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
1820         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
1821           Fix audiorate, so that it accurately sets offsets and timestamps.
1822           Doesn't change the fundamental algorithmic decisions; so should be
1823           safe.
1824
1825         * tests/check/Makefile.am:
1826           Enable audiorate test now that it passes.
1827
1828 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
1829
1830         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1831           clear xv when going to NULL, remove // commented non-existant proto
1832
1833         * tests/examples/seek/seek.c: (main):
1834           add missing tooltip description for scrub and play_scrub
1835
1836 2006-11-14  David Schleef  <ds@schleef.org>
1837
1838         * configure.ac:
1839           Bump liboil requirement to 0.3.8.
1840         * gst-libs/gst/riff/riff-media.c:
1841           Add Dirac fourcc.
1842         * gst/videoscale/vs_image.h:
1843         * gst/videoscale/vs_scanline.h:
1844           Use liboil's stdint.h.
1845         * gst/videotestsrc/videotestsrc.c:
1846           Remove liboil related ifdef's, since they aren't needed now, and
1847           won't work with future versions.
1848
1849 2006-11-14  David Schleef  <ds@schleef.org>
1850
1851         * gst/videoscale/Makefile.am:
1852         * gst/videoscale/gstvideoscale.c:
1853         * gst/videoscale/gstvideoscale.h:
1854         * gst/videoscale/vs_4tap.c:
1855         * gst/videoscale/vs_4tap.h:
1856         * gst/videoscale/vs_image.c:
1857         * gst/videoscale/vs_image.h:
1858         * gst/videoscale/vs_scanline.c:
1859         * gst/videoscale/vs_scanline.h:
1860           Add a 4-tap image scaler.  Theoretically looks much prettier.
1861           The tap calculation could use some improvement.
1862
1863 2006-11-14  Wim Taymans  <wim@fluendo.com>
1864
1865         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
1866
1867         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
1868         (gst_riff_parse_strf_iavs):
1869         * gst/subparse/gstsubparse.c: (convert_encoding):
1870         * gst/tcp/gstmultifdsink.c:
1871         (gst_multi_fd_sink_handle_client_write):
1872         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
1873         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
1874         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1875         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
1876         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1877         (gst_ximagesink_ximage_new):
1878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
1879         Various gsize and gssize printf fixes. Fixes #372507.
1880
1881 2006-11-13  Wim Taymans  <wim@fluendo.com>
1882
1883         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1884         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
1885         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
1886         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
1887         (vorbis_dec_chain_forward), (vorbis_dec_chain):
1888         * ext/vorbis/vorbisdec.h:
1889         First stab at vorbis reverse playback.
1890
1891 2006-11-13  Wim Taymans  <wim@fluendo.com>
1892
1893         * gst-libs/gst/audio/gstbaseaudiosink.c:
1894         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1895         * gst-libs/gst/audio/gstbaseaudiosink.h:
1896         Make the clock sync code more accurate wrt resampling and playback
1897         at different rates.
1898         
1899         * gst-libs/gst/audio/gstringbuffer.c:
1900         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
1901         * gst-libs/gst/audio/gstringbuffer.h:
1902         Use better algorithm to interpolate sample rates. 
1903
1904 2006-11-13  Michael Smith  <msmith@fluendo.com>
1905
1906         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
1907           Improve a debug line slightly.
1908
1909         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
1910           Call gst_riff_init() in plugin_init, to avoid getting errors from
1911           the debug system (unrelated changes to another plugin made this turn
1912           up; not sure why).
1913
1914 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1915
1916         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
1917
1918         * win32/common/libgsttag.def:
1919           Add missing symbol (#366492).
1920
1921 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1922
1923         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
1924           Don't unref a NULL pad.
1925
1926 2006-11-09  Wim Taymans  <wim@fluendo.com>
1927
1928         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
1929         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
1930         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
1931         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
1932         (gst_ogg_demux_loop):
1933         Implement first stab at reverse playback.
1934
1935 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
1936
1937         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1938         (gst_riff_create_video_template_caps):
1939           add h263/h264 variants to the caps, Fixes #363118
1940
1941 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
1942
1943         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
1944         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
1945           Use g_strerror instead of strerror so we get UTF-8.
1946
1947 2006-11-03  David Schleef  <ds@schleef.org>
1948
1949         * ext/ogg/gstoggdemux.c:
1950         * ext/ogg/gstoggmux.c:
1951           Add/remove KW-DIRAC header here, since it is ogg-specific.
1952
1953 2006-11-03  Michael Smith  <msmith@fluendo.com>
1954
1955         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1956           Recognise more mpeg4 elementary video streams.
1957
1958 2006-11-02  Edward Hervey  <edward@fluendo.com>
1959
1960         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
1961         Lower the probability of mp3 typefinding functions if we don't find a
1962         valid mp3 header at the start of the file.
1963         Closes #369482
1964
1965 2006-11-02  Wim Taymans  <wim@fluendo.com>
1966
1967         * ext/theora/gsttheoradec.h:
1968         * ext/theora/theoradec.c: (gst_theora_dec_init),
1969         (theora_dec_sink_event), (theora_dec_chain_forward),
1970         (theora_dec_flush_decode), (theora_dec_chain_reverse),
1971         (theora_dec_chain):
1972         Document and partially implement an algorithm for doing reverse playback
1973         of theora video.
1974
1975 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
1976
1977         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
1978
1979         * win32/common/config.h:
1980         * win32/common/interfaces-enumtypes.c:
1981         * win32/common/libgsttag.def:
1982         * win32/vs8/gst-plugins-base.sln:
1983         * win32/vs8/libgstaudioresample.vcproj:
1984         * win32/vs8/libgstinterfaces.vcproj:
1985         * win32/vs8/libgstogg.vcproj:
1986         * win32/vs8/libgstriff.vcproj:
1987         * win32/vs8/libgsttag.vcproj:
1988         * win32/vs8/libgsttheora.vcproj:
1989         * win32/vs8/libgstvideoscale.vcproj:
1990         * win32/vs8/libgstvorbis.vcproj:
1991           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
1992           to libgsttag.def; add missing dependencies for some vs8 projects;
1993           re-arrange placement of .def files in vs8 projects (#366334).
1994
1995 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
1996
1997         * ext/ogg/gstogg.c:
1998           Remove unused variable.
1999
2000         * ext/ogg/gstoggdemux.c:
2001           Fix Wim's surname in plugin description.
2002
2003 2006-10-31  Wim Taymans  <wim@fluendo.com>
2004
2005         * gst-plugins-base.spec.in:
2006         spec new .h file. Fixes #368310.
2007
2008 2006-10-31  Michael Smith  <msmith@fluendo.com>
2009
2010         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2011         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2012         (gst_multi_fd_sink_get_stats),
2013         (gst_multi_fd_sink_remove_client_link),
2014         (gst_multi_fd_sink_queue_buffer),
2015         (gst_multi_fd_sink_handle_clients):
2016         * gst/tcp/gstmultifdsink.h:
2017           Make using the remove or clear signals threadsafe.
2018           Make calling get-stats with an invalid fd not segfault.
2019           Fixes 368273.
2020
2021 2006-10-31  Wim Taymans  <wim@fluendo.com>
2022
2023         * gst-libs/gst/rtp/Makefile.am:
2024         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2025         (gst_base_rtp_audio_payload_init):
2026         Fix and activate base audio payloader.
2027
2028 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2029
2030         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2031         (plugin_init):
2032           Add typefinder for QuickTime Image Files (see #366156).
2033
2034 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2035
2036         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2037           Another typo fix (#366212).
2038
2039 2006-10-27  Wim Taymans  <wim@fluendo.com>
2040
2041         * gst/volume/gstvolume.c: (volume_transform_ip):
2042         Use stream time to synchronize volume property instead of rather random
2043         timestamps. This is needed when gnonlin does its time shifting.
2044
2045 2006-10-27  Wim Taymans  <wim@fluendo.com>
2046
2047         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2048
2049         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2050         Remove the pad from the element in release_pad. Fixes #364812.
2051
2052 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
2053
2054         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2055         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2056           Explicitly create our custom buffer classes at a thread-safe
2057           location as well, since g_type_class_ref() doesn't seem to be
2058           entirely thread-safe either (#365501; also see #349410).
2059
2060 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2061
2062         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2063         (gst_riff_parse_info):
2064           If strings in INFO chunk are not UTF-8, do something similar to
2065           what we do for ID3v1 tags: check a number of environment variables
2066           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2067           character sets to try, otherwise try the current locale and/or fall
2068           back on ISO-8859-1. Fixes #360552.
2069
2070 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2071
2072         * gst/videotestsrc/gstvideotestsrc.c:
2073         (gst_video_test_src_pattern_get_type),
2074         (gst_video_test_src_set_pattern):
2075         * gst/videotestsrc/gstvideotestsrc.h:
2076         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2077         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2078         (gst_video_test_src_checkers8):
2079         * gst/videotestsrc/videotestsrc.h:
2080           Add a bunch of exciting new checkers patterns.
2081
2082 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2083
2084         * gst/subparse/Makefile.am:
2085         * gst/subparse/gstsubparse.c:
2086         (gst_sub_parse_data_format_autodetect),
2087         (gst_sub_parse_format_autodetect), (handle_buffer),
2088         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2089         * gst/subparse/gstsubparse.h:
2090         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2091         (parse_tmplayer):
2092         * gst/subparse/tmplayerparse.h:
2093           Add support for TMPlayer-type subtitles (#362845).
2094
2095         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2096         (GST_START_TEST), (subparse_suite):
2097           Add some basic unit tests for the above.
2098
2099 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2100
2101         * tests/check/elements/audiorate.c: (test_injector_base_init),
2102         (test_injector_class_init), (test_injector_chain),
2103         (test_injector_init), (probe_cb), (do_perfect_stream_test),
2104         (GST_START_TEST), (audiorate_suite):
2105           More tests for audiorate: inject buffers to check behaviour when
2106           buffers overlap.
2107
2108 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
2109
2110         * tests/check/Makefile.am:
2111         * tests/check/elements/.cvsignore:
2112         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2113         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2114           Add some basic unit tests for audiorate. Disabled at the moment
2115           since it doesn't pass yet (see bug #363119).
2116
2117 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2118
2119         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2120         (parse_subrip), (handle_buffer):
2121           Add missing closing tags for markup and fix broken markup,
2122           otherwise pango won't render anything (fixes #357531). Also,
2123           make sure the text we send out is always NUL-terminated
2124           (better safe than sorry etc.).
2125
2126         * tests/check/elements/subparse.c: (test_srt_do_test),
2127         (test_srt):
2128           Some more tests for .srt incl. tests for the above stuff.
2129
2130 2006-10-20  Julien MOUTTE  <julien@moutte.net>
2131
2132         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2133         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2134         Patch by: Stefan Kost  <ensonic@users.sf.net>
2135         Try to redraw borders only when needed. Apparently this consumes
2136         resources on small devices... :-O (#363607)
2137
2138 2006-10-20  Michael Smith  <msmith@fluendo.com>
2139
2140         * gst/tcp/gstmultifdsink.c:
2141         (gst_multi_fd_sink_client_queue_buffer):
2142           If caps change, then update the client's idea of the caps so that we
2143           don't end up re-sending streamheaders for every single buffer after
2144           the caps change.
2145
2146 2006-10-20  Michael Smith  <msmith@fluendo.com>
2147
2148         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2149         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2150           Set caps on pushed buffers; fix up refcounting of caps objects.
2151
2152 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2153
2154         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2155         (plugin_init):
2156           Typefind mmsh header data packet to application/x-mmsh (#362625).
2157
2158 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2159
2160         * tests/check/Makefile.am:
2161         * tests/check/elements/.cvsignore:
2162         * tests/check/elements/subparse.c: (buffer_from_static_string),
2163         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2164         (GST_START_TEST), (subparse_suite):
2165           Add very simple unit test for subparse.
2166
2167 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2168
2169         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2170         (parse_subrip):
2171           Strip trailing newlines from subtitle text output.
2172
2173 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2174
2175         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2176         (gst_sub_parse_change_state):
2177           Fix memleak; clear subparse->textbuf n state change function.
2178
2179 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2180
2181         * gst/subparse/gstsubparse.c:
2182         (gst_sub_parse_data_format_autodetect):
2183           Don't require subrip (.srt) files to start with a chunk number of 1.
2184
2185 2006-10-18  Wim Taymans  <wim@fluendo.com>
2186
2187         * gst-libs/gst/audio/gstbaseaudiosink.c:
2188         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2189         * gst-libs/gst/audio/gstbaseaudiosink.h:
2190         Extract rate from the NEWSEGMENT event.
2191         Use commit_full to also take rate adjustment into account when writing
2192         samples to the ringbuffer.
2193         
2194         * gst-libs/gst/audio/gstringbuffer.c:
2195         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2196         (gst_ring_buffer_read):
2197         * gst-libs/gst/audio/gstringbuffer.h:
2198         Added _commit_full() to also take rate into account.
2199         Use simple interpolation algorithm to resample audio.
2200         API: gst_ring_buffer_commit_full()
2201
2202         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2203         * tests/examples/seek/seek.c: (segment_done):
2204         Don't try to seek with 0.0 rate, just pause instead.
2205         Remove bogus debug line.
2206
2207 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2208
2209         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2210         (setup_source):
2211           Catch async errors when starting up the subtitle bin, so we can
2212           stop waiting and continue with the main film instead of hanging
2213           forever. Fixes #339366.
2214
2215         * tests/check/elements/playbin.c: (playbin_suite):
2216           Enable unit test for the above.
2217
2218 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2219
2220         * tests/check/Makefile.am:
2221         * tests/check/elements/.cvsignore:
2222         * tests/check/elements/playbin.c: (GST_START_TEST),
2223         (gst_red_video_src_uri_get_type),
2224         (gst_red_video_src_uri_get_protocols),
2225         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2226         (gst_red_video_src_uri_handler_init),
2227         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2228         (gst_red_video_src_create), (gst_red_video_src_class_init),
2229         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2230           Some small and basic unit tests for playbin; not very useful yet,
2231           but at least a start.
2232
2233 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2234
2235         * gst/playback/gstplaybin.c: (setup_sinks):
2236           The old pad activation spiel.
2237
2238 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2239
2240         * gst/playback/gstplaybasebin.c: (setup_source):
2241           Don't hang forever if the subbin already fails to start up in 
2242           the state change to PAUSED (#339366).
2243
2244 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2245
2246         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2247         (gst_tuner_set_channel), (gst_tuner_get_channel),
2248         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2249         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2250         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2251         (gst_tuner_find_channel_by_name):
2252           Fix some function guards, add some more function guards.
2253
2254 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2255
2256         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2257         (remove_element_chain):
2258         Don't return a pad from get_our_ghost_pad unless it is actually the
2259         one we want.
2260         Change a cast in remove_element_chain slightly.
2261
2262 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2263
2264         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2265         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2266         Segment seeking needs to use the rate and set stop to -1.
2267
2268 2006-10-13  Wim Taymans  <wim@fluendo.com>
2269
2270         * gst-libs/gst/audio/gstbaseaudiosink.c:
2271         (gst_base_audio_sink_setcaps):
2272         Don't crash when ringbuffer is not yet created.
2273         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2274         Fixes #361634.
2275
2276         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2277         * gst/playback/gststreamselector.c:
2278         (gst_stream_selector_request_new_pad):
2279         Activate pads befre adding them to running elements.
2280
2281 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2282
2283         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2284         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2285         updater when we start grabing the slider. Don't wait for the
2286         pipeline to be PAUSED.
2287
2288 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2289
2290         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2291         (gst_mixer_set_volume), (gst_mixer_get_volume),
2292         (gst_mixer_set_mute), (gst_mixer_set_option),
2293         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2294         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2295         (gst_mixer_option_changed):
2296           Guard mixer interface functions against bogus arguments.
2297
2298 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2299
2300         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2301         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2302         (msg_state_changed), (main): Use state-changed messages to trigger
2303         start/stop of scale update timer. Indeed the scale slider was
2304         jumping here and there because the update timer was activated 
2305         before seek completed. This fixes instant applying of rate changes
2306         by pressing the spinbutton like a crazy man !
2307
2308 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2309
2310         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2311
2312         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2313         (gst_basertppayload_finalize):
2314           Fix two small memory leaks (#361456).
2315
2316 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2317
2318         * tests/examples/seek/seek.c: (do_seek),
2319         (rate_spinbutton_changed_cb): When changing spinbutton we try
2320         to change the rate on the fly.
2321
2322 2006-10-10  Wim Taymans  <wim@fluendo.com>
2323
2324         * gst-libs/gst/riff/riff-ids.h:
2325         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2326         (gst_riff_create_audio_template_caps):
2327         Add WMS caps.
2328
2329 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2330
2331         Patch by: Josep Torre Valles <josep@fluendo.com>
2332
2333         * ext/gnomevfs/gstgnomevfssink.c:
2334         * ext/gnomevfs/gstgnomevfssrc.c:
2335         Fix URI interface implementation return type.
2336         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2337         Fix what looks like a copy/paste issue when assigning values.
2338         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2339         (gst_audio_filter_template_get_type):
2340         Cast to prevent Forte warnings.
2341         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2342         Fix URI interface implementation return type.
2343         gst_pad_query_position requires a signed integer pointer as
2344         3rd parameter, GstClockTime is unsigned.
2345         * gst/audioconvert/audioconvert.c:
2346         Fix integer overflow when treated as signed.
2347         * gst/audioresample/resample.c: (resample_add_input_data):
2348         Cast to prevent warnings on Forte.
2349         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2350         Fix integer overflow when treated as signed.
2351         * gst/ffmpegcolorspace/imgconvert_template.h:
2352         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2353         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2354         (cleanup_decodebin):
2355         Who initialises a guint to -1!
2356         Cast function pointers to prevent warnings on Forte.
2357         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2358         (queue_threshold_reached):
2359         Cast function pointers correctly to prevent warnings on Forte.
2360         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2361         Cast function pointers correctly to prevent warnings on Forte.
2362         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2363         Obvious change to unsigned, 0xEF > max signed char.
2364         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2365         GstClockTime is unsigned, initialise correctly.
2366         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2367         Cast so pointer arithemetic doesn't cause warnings on Forte.
2368         * gst/videorate/gstvideorate.c:
2369         Use correct return value.
2370         * tests/examples/seek/scrubby.c:
2371         GstClockTime is unsigned, initialise correctly.
2372
2373 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2374
2375         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2376
2377         * gst/typefind/gsttypefindfunctions.c:
2378           Recognise XML files and XML-like files shorter than 256 bytes as
2379           well (fixes #359237).
2380
2381 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2382
2383         Patch by: Renato Filho <renato.filho@indt.org.br>
2384         
2385         * gst/typefind/gsttypefindfunctions.c:
2386         Added typefind functions to video/x-nuv media.
2387         
2388 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2389
2390         * gst-libs/gst/interfaces/xoverlay.c:
2391         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2392           Some more guards against invalid input.
2393
2394 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2395
2396         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2397         Useless goto.
2398         * tests/examples/seek/seek.c: (do_seek),
2399         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2400         seek example to experiment with rates != 1.0 (reverse playback !)
2401
2402 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2403
2404         * gst-libs/gst/interfaces/xoverlay.c:
2405           Unref message in doc-example (spotted by Robert McQueen)
2406
2407 2006-10-06  Wim Taymans  <wim@fluendo.com>
2408
2409         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2410         (mpeg1_parse_header), (mpeg1_sys_type_find):
2411         printf fix.
2412
2413 2006-10-06  Wim Taymans  <wim@fluendo.com>
2414
2415         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2416         (close_pad_link):
2417         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2418         Activate dynamic pads before adding them to the element.
2419
2420 2006-10-06  Michael Smith  <msmith@fluendo.com>
2421
2422         * gst-libs/gst/floatcast/floatcast.h:
2423           Fix obviously-bogus macros; use the correct types.
2424
2425 2006-10-06  Wim Taymans  <wim@fluendo.com>
2426
2427         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2428         (gst_base_rtp_depayload_change_state):
2429         Also call parent state change function to activate pads.
2430
2431         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2432         (mpeg1_parse_header), (mpeg1_sys_type_find):
2433         Add some more debug info in mpeg typefinding.
2434
2435 2006-10-06  Michael Smith  <msmith@fluendo.com>
2436
2437         * ext/theora/theoradec.c: (theora_dec_chain):
2438           Zero byte theora packets are valid and well-defined; don't warn on
2439           them.
2440
2441 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2442
2443         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2444         (gst_multi_fd_sink_get_stats), (find_limits),
2445         (gst_multi_fd_sink_queue_buffer):
2446           API: add dropped_buffers to the get-stats GValueArray
2447
2448 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2449
2450         * ext/alsa/gstalsadeviceprobe.c:
2451         (gst_alsa_device_property_probe_get_values):
2452         * ext/alsa/gstalsasink.c: (set_hwparams):
2453         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2454         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2455         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2456         (gst_ogg_mux_process_best_pad):
2457         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2458         (gst_ogg_parse_chain):
2459         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2460         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2461         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2462         (gst_vorbis_enc_buffer_check_discontinuous):
2463         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2464         * gst-libs/gst/audio/gstbaseaudiosink.c:
2465         (gst_base_audio_sink_render):
2466         * gst-libs/gst/cdda/gstcddabasesrc.c:
2467         (gst_cdda_base_src_handle_track_seek):
2468         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2469         (gst_base_rtp_depayload_push_full):
2470         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2471         * gst/audioresample/resample.c: (resample_input_pushthrough):
2472         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2473         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2474         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2475         (wavpack_type_find):
2476         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2477         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2478         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2479         * tests/check/elements/volume.c: (GST_START_TEST):
2480           Printf format fixes.
2481
2482 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2483
2484         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2485           Fix a simple mistake (see the docs)
2486           Fixes #359580
2487
2488 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2489
2490         * docs/plugins/Makefile.am:
2491         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2492         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2493         * docs/plugins/gst-plugins-base-plugins.args:
2494         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2495         * docs/plugins/inspect/plugin-adder.xml:
2496         * docs/plugins/inspect/plugin-alsa.xml:
2497         * docs/plugins/inspect/plugin-audioconvert.xml:
2498         * docs/plugins/inspect/plugin-audiorate.xml:
2499         * docs/plugins/inspect/plugin-audioresample.xml:
2500         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2501         * docs/plugins/inspect/plugin-cdparanoia.xml:
2502         * docs/plugins/inspect/plugin-decodebin.xml:
2503         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2504         * docs/plugins/inspect/plugin-gdp.xml:
2505         * docs/plugins/inspect/plugin-gnomevfs.xml:
2506         * docs/plugins/inspect/plugin-libvisual.xml:
2507         * docs/plugins/inspect/plugin-ogg.xml:
2508         * docs/plugins/inspect/plugin-pango.xml:
2509         * docs/plugins/inspect/plugin-playbin.xml:
2510         * docs/plugins/inspect/plugin-subparse.xml:
2511         * docs/plugins/inspect/plugin-tcp.xml:
2512         * docs/plugins/inspect/plugin-theora.xml:
2513         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2514         * docs/plugins/inspect/plugin-video4linux.xml:
2515         * docs/plugins/inspect/plugin-videorate.xml:
2516         * docs/plugins/inspect/plugin-videoscale.xml:
2517         * docs/plugins/inspect/plugin-videotestsrc.xml:
2518         * docs/plugins/inspect/plugin-volume.xml:
2519         * docs/plugins/inspect/plugin-vorbis.xml:
2520         * docs/plugins/inspect/plugin-ximagesink.xml:
2521         * docs/plugins/inspect/plugin-xvimagesink.xml:
2522           Add vorbistag element to docs; update version numbers to 0.10.10.1.
2523
2524 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2525
2526         Patch by: James "Doc" Livingston <doclivingston at gmail com>
2527
2528         * ext/vorbis/Makefile.am:
2529         * ext/vorbis/vorbis.c: (plugin_init):
2530         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
2531         (vorbis_parse_parse_packet), (vorbis_parse_chain):
2532         * ext/vorbis/vorbisparse.h:
2533         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
2534         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
2535         (gst_vorbis_tag_parse_packet):
2536         * ext/vorbis/vorbistag.h:
2537           Add new vorbistag element which derives from vorbisparse
2538           and is essentially the same as well, only that it implements
2539           the GstTagSetter interface and can modify the stream's
2540           vorbiscomment on the fly (#335635).
2541
2542         * tests/check/Makefile.am:
2543         * tests/check/elements/.cvsignore:
2544         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2545         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
2546         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
2547         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
2548           Add unit test for new vorbistag element.
2549
2550 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2551
2552         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
2553         (vorbis_parse_push_headers), (vorbis_parse_chain):
2554           Set BOS flag in packet structure to fix 'jump depends
2555           on unitialized value' errors in valgrind; various minor
2556           clean-ups.
2557
2558 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
2559
2560         * gst/playback/gstdecodebin.c: (close_pad_link):
2561         Fix typo in a debug statement.
2562
2563         * gst/playback/gstplaybasebin.c: (probe_triggered),
2564         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
2565         (gen_source_element), (source_new_pad), (analyse_source),
2566         (setup_source):
2567         When handling no_more_pads in new_decoded_pad, make sure to treat
2568         subtitle pads correctly. Fixes playback with subtitle files.
2569
2570         Move a recurring message to LOG level.
2571
2572         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
2573         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
2574         which ends up as -1 when cast to an int. Make the logic handle the
2575         max value as an unsigned mask and only change the colorkey when it's
2576         a value we recognise.
2577
2578 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2579
2580         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2581         Removed empty * between paragraphs
2582
2583 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2584
2585         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2586         * gst-libs/gst/rtp/README:
2587         Moved some documentation into .c file
2588
2589 2006-09-29  Wim Taymans  <wim@fluendo.com>
2590
2591         * gst/playback/gstdecodebin.c: (no_more_pads):
2592         Fix compilation.
2593
2594 2006-09-29  Wim Taymans  <wim@fluendo.com>
2595
2596         * gst/playback/gstdecodebin.c: (new_caps):
2597         Remove g_print
2598
2599         * gst/playback/gstplaybin.c:
2600         Add some docs.
2601
2602 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2603
2604         * tests/check/Makefile.am:
2605           Re-enable cddabasesrc test to see if it works again
2606           now.
2607
2608 2006-09-29  Wim Taymans  <wim@fluendo.com>
2609
2610         * gst/playback/gstplaybasebin.c: (setup_subtitle),
2611         (gen_source_element):
2612         Handle invalid URIs a bit more gracefully.
2613
2614 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
2615
2616         * tests/check/pipelines/oggmux.c:
2617           Remove obsolete comment.
2618
2619 2006-09-29  Michael Smith  <msmith@fluendo.com>
2620
2621         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
2622         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
2623         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
2624         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
2625         (gst_ogg_mux_collected):
2626           Commit patch from James "Doc" Livingston, adds proper EOS handling
2627           in oggmux. GStreamer can, for the first time ever, create a valid
2628           Ogg file! Yay!
2629
2630         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
2631         (oggmux_suite):
2632           Reenable tests now that they pass.
2633
2634 2006-09-29  Wim Taymans  <wim@fluendo.com>
2635
2636         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2637         Stop reading commands when EOF (we read 0) as well.
2638
2639 2006-09-28  Wim Taymans  <wim@fluendo.com>
2640
2641         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
2642         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
2643         (find_dynamic), (unlinked), (close_link):
2644         Implement delayed caps linking needed for element with a lot of
2645         different caps on the src pads that get fixed at runtime.
2646         Improve management of dynamic elements.
2647
2648         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2649         (group_destroy), (group_commit), (check_queue), (queue_overrun),
2650         (gen_preroll_element), (remove_groups), (unknown_type),
2651         (add_element_stream), (no_more_pads_full), (no_more_pads),
2652         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
2653         (new_decoded_pad), (setup_subtitle), (array_has_value),
2654         (gen_source_element), (source_new_pad), (has_all_raw_caps),
2655         (analyse_source), (remove_decoders), (make_decoder),
2656         (remove_source), (setup_source), (finish_source), (prepare_output),
2657         (gst_play_base_bin_change_state):
2658         * gst/playback/gstplaybasebin.h:
2659         Use more _CAST instead of full type checking casts.
2660         Small cleanups, plug some leaks.
2661         Handle dynamic sources.
2662         Add some helper functions to create lists of strings used for
2663         blacklisting and other stuff.
2664         Refactor some code dealing with analysing the source.
2665         Re-enable sources without pads (like cd:// or other selfcontained
2666         elements).
2667
2668 2006-09-28  Wim Taymans  <wim@fluendo.com>
2669
2670         * gst-libs/gst/audio/gstbaseaudiosink.c:
2671         (gst_base_audio_sink_render):
2672         When we have a timestamp, we can still perform clipping.
2673         When we have no clock, we must play the sample ASAP.
2674
2675 2006-09-28  Wim Taymans  <wim@fluendo.com>
2676
2677         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2678         Set caps on outgoing buffers.
2679
2680         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
2681         (gst_video_rate_event), (gst_video_rate_chain):
2682         * gst/videorate/gstvideorate.h:
2683         Fix videorate some more. Fixes #357977
2684
2685 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2686
2687         * tests/check/elements/adder.c: (adder_suite):
2688           Don't set timeout to 6 seconds when we're running
2689           in valgrind ... (and how is 6 seconds longer than
2690           the default anyway?)
2691
2692 2006-09-28  Wim Taymans  <wim@fluendo.com>
2693
2694         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2695         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
2696         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
2697         Keep sink and src segment to keep track of time and support more
2698         input formats.
2699         Fix bogus next_offset and run_time calculation, don't understand how
2700         this could have worked before. Fixes #357976.
2701         Remove some unneeded vars.
2702
2703 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
2704
2705         * gst/playback/gstplaybin.c: (remove_sinks):
2706           Only remove visualisation from visbin if there is a visbin (or:
2707           don't throw warnings when closing totem without playing a file).
2708
2709 2006-09-27  Wim Taymans  <wim@fluendo.com>
2710
2711         * gst-libs/gst/audio/gstbaseaudiosink.c:
2712         (gst_base_audio_sink_render):
2713         Add some more info in a WARNING.
2714
2715         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2716         (gst_base_audio_src_create):
2717         Handle PAUSE in create function, use new -core addition to
2718         wait for playing. Fixes pausing and resuming capture from an
2719         audiosrc.
2720
2721         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
2722         (gst_ring_buffer_read):
2723         Constify some more.
2724         Caller supports interrupted reads now.
2725
2726 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2727
2728         * tests/check/Makefile.am:
2729           Another attempt to make the gen64 buildbot happy.
2730
2731 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
2732
2733         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
2734
2735         * ext/libvisual/visual.c: (gst_visual_clear_actors),
2736         (gst_visual_chain), (gst_visual_change_state):
2737           Libvisual plugin was not passing audio data to libvisual 0.4.0 
2738           correctly. Fixes #357800
2739
2740 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2741
2742         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
2743           Add timeout to _get_state() so we see which pipeline it is
2744           that causes trouble on the gen64 build bot.
2745
2746 2006-09-27  Wim Taymans  <wim@fluendo.com>
2747
2748         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2749         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
2750         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
2751         (gst_base_rtp_depayload_set_gst_timestamp):
2752         the source pad always uses fixed caps.
2753
2754 2006-09-27  Wim Taymans  <wim@fluendo.com>
2755
2756         * docs/libs/gst-plugins-base-libs-docs.sgml:
2757         * docs/libs/gst-plugins-base-libs-sections.txt:
2758         * gst-libs/gst/audio/gstaudioclock.c:
2759         * gst-libs/gst/audio/gstaudioclock.h:
2760         * gst-libs/gst/audio/gstaudiosink.c:
2761         * gst-libs/gst/audio/gstaudiosink.h:
2762         * gst-libs/gst/audio/gstaudiosrc.c:
2763         * gst-libs/gst/audio/gstbaseaudiosink.c:
2764         (gst_base_audio_sink_render):
2765         * gst-libs/gst/audio/gstbaseaudiosink.h:
2766         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
2767         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2768         * gst-libs/gst/audio/gstringbuffer.h:
2769         Added docs for the audio libs.
2770
2771 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
2772
2773         * tests/check/Makefile.am:
2774           Temporarily disable test that fails on the bots for unknown reasons.
2775
2776 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
2777
2778         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2779         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2780         Moved AudioCodecType into priv
2781         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
2782
2783 2006-09-25  Wim Taymans  <wim@fluendo.com>
2784
2785         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2786         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
2787         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
2788         (new_pad):
2789         Cleanups and small leak fixes.
2790         Added Depayloaders to valid list of autopluggable elements.
2791
2792 2006-09-25  Wim Taymans  <wim@fluendo.com>
2793
2794         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2795         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
2796         (gen_video_element), (gen_text_element), (gen_audio_element),
2797         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2798         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
2799         Detect NO_PREROLL state change returns and disable clock distribution to
2800         the sinks so that sync is disabled.
2801         Avoid some type checking and do simple casts instead.
2802         Small cleanups, fix some FIXMEs.
2803         Be more robust when linking user specified elements, catch an report
2804         errors. Fixes #357404.
2805         Fix some leaks in the error paths.
2806
2807 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
2808
2809         * ChangeLog:
2810           ChangeLog surgery for missing bug-number
2811
2812 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2813
2814         Patch by: Peter Kjellerstedt  <pkj at axis com>
2815
2816         * gst/playback/test.c:
2817           Fix compilation with uClibc and -Werror (#357591).
2818
2819 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
2820
2821         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
2822           Parse dates that are followed by a time as well (#357532).
2823
2824         * tests/check/libs/tag.c: (test_vorbis_tags):
2825           Add unit test for this.
2826
2827 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2828
2829         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
2830         (gst_audio_convert_transform_caps):
2831         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
2832         * gst/videotestsrc/videotestsrc.h:
2833           A few array const-ifications.
2834
2835 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2836
2837         * tests/check/Makefile.am:
2838           See if this makes the build bots happy.
2839
2840         * tests/check/libs/cddabasesrc.c:
2841           UTF8-ise my name.
2842
2843 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2844
2845         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2846
2847         * gst/subparse/samiparse.c: (handle_start_font),
2848         (fix_invalid_entities):
2849           More case-insensitivity for certain tags; recognise entities with
2850           decimal codes as special entities as well (#357330).
2851
2852 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2853
2854         * gst-libs/gst/Makefile.am:
2855           Need to build tag directory before cdda.
2856
2857 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
2858
2859         * docs/libs/gst-plugins-base-libs-sections.txt:
2860         * gst-libs/gst/cdda/Makefile.am:
2861         * gst-libs/gst/cdda/gstcddabasesrc.c:
2862         (gst_cdda_base_src_base_init):
2863         * gst-libs/gst/cdda/gstcddabasesrc.h:
2864         * gst-libs/gst/tag/tag.h:
2865         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
2866         (gst_tag_register_musicbrainz_tags):
2867           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
2868           depend on libgsttag. This is required so we can extract/read tags like
2869           DISCID without depending on libgstcddabasesrc (which used to register
2870           them).
2871
2872         * gst-libs/gst/tag/gstvorbistag.c:
2873           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
2874           tags (also see #347848).
2875
2876         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
2877           Log vorbis comments we are actually writing. Const-ify array.
2878
2879 2006-09-23  Wim Taymans  <wim@fluendo.com>
2880
2881         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2882         Improve buffering a bit by avoiding a deadlock because we cannot assume
2883         the underrun is always called.
2884
2885 2006-09-23  Wim Taymans  <wim@fluendo.com>
2886
2887         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2888
2889         * gst-libs/gst/riff/riff-ids.h:
2890         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2891         (gst_riff_create_audio_template_caps):
2892         Added MPEG-4 AAC and id and caps. Fixes #357289
2893         Added WMA9 Lossless id.
2894
2895 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
2896
2897         * ext/gnomevfs/gstgnomevfssrc.c:
2898           Fix misleading docs addition.
2899
2900         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
2901           Get rid of compiler warning the right way.
2902
2903 2006-09-22  Wim Taymans  <wim@fluendo.com>
2904
2905         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2906         (gst_base_rtp_depayload_finalize),
2907         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
2908         (gst_base_rtp_depayload_push_full),
2909         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
2910         (gst_base_rtp_depayload_process),
2911         (gst_base_rtp_depayload_set_gst_timestamp),
2912         (gst_base_rtp_depayload_queue_release):
2913         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2914         Small cleanups.
2915         Fix some leaks.
2916         Refactored the process method and added methods to push from the process
2917         vmethod.
2918         Use _scale functions.
2919         API: gst_base_rtp_depayload_push_ts
2920         API: gst_base_rtp_depayload_push
2921
2922         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2923         timestamps are uint.
2924
2925 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
2926
2927         * gst-libs/gst/interfaces/xoverlay.c:
2928           Remove unused statement from doc example.
2929
2930 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
2931
2932         * gst-libs/gst/interfaces/videoorientation.c:
2933         (gst_video_orientation_iface_init),
2934         (gst_video_orientation_get_hflip),
2935         (gst_video_orientation_get_vflip),
2936         (gst_video_orientation_get_hcenter),
2937         (gst_video_orientation_get_vcenter),
2938         (gst_video_orientation_set_hflip),
2939         (gst_video_orientation_set_vflip),
2940         (gst_video_orientation_set_hcenter),
2941         (gst_video_orientation_set_vcenter):
2942           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
2943           in ChangeLog)
2944
2945 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
2946
2947         * tests/check/Makefile.am:
2948         * tests/check/elements/.cvsignore:
2949         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
2950         (create_rgb_conversions), (rgb_conversion_free),
2951         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
2952         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
2953           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
2954           but disable for now since it doesn't pass (something wrong with
2955           RGBA somewhere).
2956
2957 2006-09-21  Wim Taymans  <wim@fluendo.com>
2958
2959         * gst/playback/gstplaybasebin.c: (group_commit),
2960         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
2961         (queue_out_of_data), (gen_preroll_element),
2962         (preroll_remove_overrun), (probe_triggered):
2963         Refactor handling of overrun detection.
2964         Separate handling of group completion and deadlock detection when doing
2965         network buffering. This should fix some deadlocks that were not detected
2966         because the group was completed.
2967         Add more comments, improve debugging.
2968
2969 2006-09-21  Wim Taymans  <wim@fluendo.com>
2970
2971         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2972         * tests/check/libs/audio.c:
2973         Some more compilation fixes.
2974
2975 2006-09-21  Wim Taymans  <wim@fluendo.com>
2976
2977         * gst-libs/gst/audio/gstringbuffer.c:
2978         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
2979         (gst_ring_buffer_read):
2980         Early morning compilation fix.
2981
2982 2006-09-20  Wim Taymans  <wim@fluendo.com>
2983
2984         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
2985         * tests/check/elements/multifdsink.c: (GST_START_TEST):
2986         * tests/check/elements/videorate.c: (GST_START_TEST):
2987         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
2988         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
2989         Fix some warnings.
2990
2991 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
2992
2993         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2994         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2995         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
2996           Handcrafted merge to help CVS understanding what I changed and what
2997           not.
2998
2999 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3000
3001         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3002         (gst_xvimagesink_get_times):
3003           change colorkey behaviour back according to #354773 comment 6/7
3004
3005 2006-09-19  Michael Smith  <msmith@fluendo.com>
3006
3007         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3008         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3009         (gst_multi_fd_sink_recover_client),
3010         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3011         (gst_multi_fd_sink_get_property):
3012         * gst/tcp/gstmultifdsink.h:
3013           Implement stubbed out properties unit-type, units-soft-max,
3014           units-max, to allow specifying maximum sizes in units other than
3015           buffers.
3016           Fixes #355935
3017
3018 2006-09-19  Wim Taymans  <wim@fluendo.com>
3019
3020         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3021         (gst_riff_create_audio_template_caps):
3022         Reorder the audio formats a bit for clarity.
3023         Detect and create caps for MSGSM and MSN (WAV49).
3024         Fixes #356596.
3025
3026         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3027         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3028         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3029         Small cleanups, move error handling out of normal flow for clarity.
3030
3031 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3032
3033         * docs/libs/gst-plugins-base-libs-docs.sgml:
3034         * docs/libs/gst-plugins-base-libs.types:
3035         * gst-libs/gst/interfaces/Makefile.am:
3036         * gst-libs/gst/interfaces/videoorientation.c:
3037         (gst_video_orientation_get_type),
3038         (gst_video_orientation_iface_init),
3039         (gst_video_orientation_get_hflip),
3040         (gst_video_orientation_get_vflip),
3041         (gst_video_orientation_get_hcenter),
3042         (gst_video_orientation_get_vcenter),
3043         (gst_video_orientation_set_hflip),
3044         (gst_video_orientation_set_vflip),
3045         (gst_video_orientation_set_hcenter),
3046         (gst_video_orientation_set_vcenter):
3047         * gst-libs/gst/interfaces/videoorientation.h:
3048           API: Add new interface to control video orientation (fixes #354908)
3049
3050 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3051
3052         * gst/videotestsrc/gstvideotestsrc.c:
3053           Use G_UNLIKELY in _create and log one more detail.
3054           
3055         (gst_video_test_src_get_times), (gst_video_test_src_create):
3056         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3057           Use gst_util_uint64_scale_int in _get_times().
3058
3059 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3060
3061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3062           Give better warning message (add object and detail).
3063
3064 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3065
3066         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3067         (gst_xvimagesink_get_times):
3068           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3069           #354773), use gst_util_uint64_scale_int in _get_times()
3070
3071 2006-09-18  Michael Smith  <msmith@fluendo.com>
3072
3073         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3074           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3075           always true, leading to dropping all timestamps.
3076
3077 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3078
3079         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3080         (gst_visual_chain), (gst_visual_change_state):
3081           update to work also with libvisual 0.4 API, fix double unref (#355914)
3082           
3083         * tools/gst-launch-ext.1.in:
3084         * tools/gst-visualise.1.in:
3085           remove references to old man-pages
3086
3087         * tests/examples/seek/seek.c: (main):
3088           add real meadi-buttons, add tool-tips for the seek-options, arrange
3089           seek options in a table
3090
3091 2006-09-18  Michael Smith  <msmith@fluendo.com>
3092
3093         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3094         (gst_ogg_mux_push_buffer):
3095           Don't generate out-of-order timestamps from oggmux, instead clamp
3096           output timestamps to be >= the previously output ts.
3097           Fixes #355595
3098
3099 2006-09-18  Michael Smith  <msmith@fluendo.com>
3100
3101         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3102         (gst_multi_fd_sink_class_init):
3103           Updates, fixes, and typo corrections for multifdsink. No functional
3104           changes.
3105
3106 2006-09-17  Michael Smith  <msmith@fluendo.com>
3107
3108         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3109           Don't crash on truncated files - check that we got an 8 byte buffer
3110           before trying to memcmp it.
3111
3112 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3113
3114         * gst/playback/gstplaybasebin.c: (get_active_source):
3115           Make stream-switching appear instant to the application
3116           (ie. make sure that a g_object_get on 'current-foo' returns
3117           the stream previously set with g_object_set(). Totem needs
3118           this to update stream-related meta-info (like audio-codec)
3119           correctly when switching streams.
3120
3121 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3122
3123         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3124         (gst_alsa_mixer_ensure_track_list):
3125           Try harder to guess which mixer track is the master mixer
3126           track (instead of just taking the first one that has a pvolume).
3127           Fixes #342228.
3128
3129 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3130
3131         reviewed by: <delete if not using a buddy>
3132
3133         * gst-libs/gst/audio/audio.h:
3134         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3135
3136 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3137
3138         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3139         (gst_audio_convert_transform_caps):
3140           Get structure-name just once.
3141
3142 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3143
3144         * tests/check/elements/audioresample.c: (GST_START_TEST):
3145         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3146         * tests/check/elements/volume.c: (GST_START_TEST):
3147         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3148         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3149         (test_pipeline), (GST_START_TEST):
3150         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3151         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3152           Fix big batch of compiler warnings.
3153
3154 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3155
3156         * ext/gnomevfs/gstgnomevfssrc.c:
3157           Add docs about icydemux usage in connection with gnomevfssrc
3158
3159         * ext/libvisual/visual.c:
3160         * ext/ogg/gstoggaviparse.c:
3161         * ext/ogg/gstoggdemux.c:
3162         * ext/ogg/gstoggmux.c:
3163         * ext/ogg/gstoggparse.c:
3164         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3165         * gst-libs/gst/audio/gstaudiosink.c:
3166         * gst-libs/gst/audio/gstaudiosrc.c:
3167         * gst/audiorate/gstaudiorate.c:
3168           More G_OBJECT macro fixing.
3169
3170         * gst/audiotestsrc/gstaudiotestsrc.h:
3171           Fix wrong info in header due to copy & paste
3172
3173 2006-09-15  Wim Taymans  <wim@fluendo.com>
3174
3175         * gst-libs/gst/audio/gstbaseaudiosink.c:
3176         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3177         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3178         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3179         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3180         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3181         Do the delay calculation in the source/sink base classes as this is
3182         specific for the capture/playback mode.
3183         Try to fixate a bit better, like round depth up to a multiple of 8
3184         bigger than width.
3185         Handle underruns correctly by marking DISCONT on buffers and adjusting
3186         timestamps to handle the gap.
3187         Set offset/offset_end correctly on buffers.
3188
3189         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3190         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3191         (gst_ring_buffer_read):
3192         Remove resync and underrun recovery from the ringbuffer.
3193         Fix ringbuffer read code on under/overrun.
3194
3195 2006-09-15  Wim Taymans  <wim@fluendo.com>
3196
3197         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3198         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3199         (queue_threshold_reached), (gst_play_base_bin_set_property),
3200         (gst_play_base_bin_get_property):
3201         * gst/playback/gstplaybasebin.h:
3202         Don't use a 0 low watermark when buffering, it is catching starvation
3203         way too late. Instead, use a 3 second queue with 30 and 95
3204         percent low/high watermarks. 
3205         Added queue-min-threshold property to configure low watermark.
3206         Use new _buffering message API.
3207         Make queue_threshold variable big enough to store a uint64 time value.
3208         API: playbin::queue-min-threshold property.
3209
3210 2006-09-15  Wim Taymans  <wim@fluendo.com>
3211
3212         * configure.ac:
3213         We require 0.10.10.1 now because of _wait_preroll().
3214
3215         * gst-libs/gst/audio/gstbaseaudiosink.c:
3216         (gst_base_audio_sink_render):
3217         Use gst_base_sink_wait_preroll().
3218
3219 2006-09-15  Wim Taymans  <wim@fluendo.com>
3220
3221         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3222         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3223         Use DEBUG_OBJECT more.
3224
3225 === release 0.10.10 ===
3226
3227 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3228
3229         patch by: Michael Smith <msmith at fluendo dot com>
3230
3231         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3232         (gst_multi_fd_sink_client_queue_buffer),
3233         (gst_multi_fd_sink_new_client):
3234         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3235         (multifdsink_suite):
3236           Fix implementation of sync-method 'next-keyframe'
3237           Closes #354594
3238
3239 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3240
3241         patch by: Wim Taymans <wim at fluendo dot com>
3242
3243         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3244         This patch removes the RANDOM flag that was incorrectly introduced with
3245         revision 1.91.  Fixes #354590
3246
3247 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3248
3249         * tests/check/Makefile.am:
3250           Random variation in Makefile line to see if it makes the
3251           gen64-base-full bot any happier.
3252
3253 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3254
3255         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3256           Disable test that fails at the moment (killed after timeout).
3257
3258 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3259
3260         Patch by: James Livingston  <doclivingston at gmail.com>
3261
3262         * tests/check/Makefile.am:
3263         * tests/check/pipelines/.cvsignore:
3264         * tests/check/pipelines/oggmux.c: (get_page_codec),
3265         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3266         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3267         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3268         (test_theora_vorbis), (oggmux_suite):
3269           Add simple unit test for oggmux from #337026 with checking for the
3270           EOS flags disabled for the time being.
3271
3272 2006-09-04  Wim Taymans  <wim@fluendo.com>
3273
3274         patch by: Alessandro Dessina <alessandro nnva org>
3275
3276         * ext/ogg/gstoggmux.c:
3277         Add cmml caps to oggmux. Fixes #353912
3278
3279 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3280
3281         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3282           Returning a return value often helps. In this case, we
3283           don't need the return value anyway, so just get rid of it.
3284           Should make build bots much happier.
3285
3286 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3287
3288         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3289         (paint_get_structure), (gst_video_test_src_get_size),
3290         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3291         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3292         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3293         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3294         * gst/videotestsrc/videotestsrc.h:
3295           Add support for AYUV and the various RGBA formats. Initialise
3296           fields of paintinfo structs allocated on the stack.
3297
3298         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3299         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3300         (check_rgb_buf), (videotestsrc_suite):
3301           Add unit tests for videotestsrc's RGB output.
3302
3303 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3304
3305         * gst/videotestsrc/gstvideotestsrc.c:
3306         (gst_video_test_src_pattern_get_type),
3307         (gst_video_test_src_set_pattern):
3308         * gst/videotestsrc/gstvideotestsrc.h:
3309         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3310         (gst_video_test_src_black), (gst_video_test_src_white),
3311         (gst_video_test_src_red), (gst_video_test_src_green),
3312         (gst_video_test_src_blue):
3313         * gst/videotestsrc/videotestsrc.h:
3314           Add more uni-colour patterns ("white", "red", "green", and "blue").
3315
3316 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3317
3318         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3319           Fix stride for YVYU, should be word-aligned (#353658).
3320
3321 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3322
3323         * gst/adder/gstadder.c: (gst_adder_src_event):
3324           Fix build.
3325
3326 2006-08-31  Edward Hervey  <edward@fluendo.com>
3327
3328         * gst/adder/gstadder.c: (forward_event_func),
3329         (gst_adder_src_event), (gst_adder_collected),
3330         (gst_adder_change_state):
3331         * gst/adder/gstadder.h:
3332         Remember the start position asked in the incoming seeks, so we can
3333         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3334         of assuming it will always be 0).
3335
3336 2006-08-31  Edward Hervey  <edward@fluendo.com>
3337
3338         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3339         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3340         (gst_ogg_demux_loop):
3341         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3342
3343 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3344
3345         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3346         (gst_ffmpegcsp_get_unit_size):
3347           Return FALSE instead of returning a random false unit
3348           size when the format isn't known/supported (even if
3349           this shouldn't happen under normal circumstances).
3350
3351 2006-08-29  Wim Taymans  <wim@fluendo.com>
3352
3353         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3354
3355         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3356         (gst_gnome_vfs_src_start):
3357         Try harder to get the size from a uri by using _info_uri() when
3358         _info_from_handle() does not give us enough info. 
3359         Also follow symlinks when getting the size.
3360         Partially Fixes #332864.
3361
3362 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3363
3364         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3365
3366         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3367         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3368         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3369         (gst_alsa_mixer_set_record):
3370         * ext/alsa/gstalsamixertrack.c:
3371         (gst_alsa_mixer_track_update_alsa_capabilities),
3372         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3373         (gst_alsa_mixer_track_update):
3374         * ext/alsa/gstalsamixertrack.h:
3375           Improve and fix mixer track handling, in particular better handling
3376           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3377           separate track objects for tracks that have both capture and playback
3378           volume (and label them differently as well so they're not mistakenly
3379           assumed to be duplicates); classify mixer tracks that only affect
3380           the audible volume of something (rather than the capture volume)
3381           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3382           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3383           (following the meaning documented in the mixer interface header
3384           file); add support for alsa's exclusive cswitch groups; update/sync
3385           state/flags better if mixer settings are changed by another
3386           application. Fixes #336075.
3387
3388 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3389
3390         * gst/playback/gstplaybin.c:
3391           Improve docs: add section about BUFFERING messages sent by playbin.
3392
3393 2006-08-29  Michael Smith  <msmith@fluendo.com>
3394
3395         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3396         (gst_vorbis_enc_buffer_check_discontinuous),
3397         (gst_vorbis_enc_chain):
3398           Ignore explicit DISCONT marked on buffers (which is often spurious,
3399           particularly when using multiple segments), in favour of solely
3400           using the timestamps/durations.
3401
3402 2006-08-29  Edward Hervey  <edward@fluendo.com>
3403
3404         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3405         Don't rely on incoming buffers offset anymore, since it is completely
3406         broken when using multiple segments.
3407         Instead convert the incoming buffers timestamp to running time, and
3408         then convert that value to the offsets.
3409         Also inform GstSegment of the last outputted stop position, which is
3410         needed if we received several segments with an unknown stop value.
3411
3412 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3413
3414         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3415           fix buffer unreffing on a header push failure
3416
3417 2006-08-28  Wim Taymans  <wim@fluendo.com>
3418
3419         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3420         (gst_audio_rate_chain):
3421         Make the metadata of the buffer writable before changing its
3422         flags.
3423
3424 2006-08-28  Wim Taymans  <wim@fluendo.com>
3425
3426         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3427         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3428         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3429         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3430         Fix audiorate some more.
3431         Reset and resync counters on flush and READY.
3432         Handle the DISCONT flag correctly.
3433         Use GstSegment to track position.
3434         Fail when not negotiated.
3435         Fixes #353234.
3436
3437 2006-08-25  Michael Smith  <msmith@fluendo.com>
3438
3439         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3440           Fix spelling.
3441           Remove accidently included debug line.
3442
3443 2006-08-25  Wim Taymans  <wim@fluendo.com>
3444
3445         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3446         Small cleanups.
3447         If a buffer is received with no caps, make the buffer metadata
3448         writable and set the caps, making sure that we don't screw up the
3449         refcounts.
3450
3451 2006-08-25  Michael Smith  <msmith@fluendo.com>
3452
3453         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3454         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3455           Fix memory leaks and misleading debug messages, add a couple of
3456           comments.
3457
3458         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3459         (gst_multi_fd_sink_render):
3460           Do not use gst_buffer_make_writable() in a basesink render method,
3461           as it may incorrectly unref the buffer. Instead, use convoluted
3462           dance to avoid copying the buffer except when we need to.
3463
3464 2006-08-25  Michael Smith  <msmith@fluendo.com>
3465
3466         * ext/vorbis/vorbisenc.c:
3467         (gst_vorbis_enc_buffer_check_discontinuous):
3468           Allow very small discontinuities in the timestamps. These we can't
3469           do anything useful with anyway (because vorbis's timestamps have
3470           only sample granularity), and are commonly produced by elements with
3471           minor bugs. Allow up to 1/2 a sample out.
3472           Fixes #351742.
3473
3474 2006-08-24  Wim Taymans  <wim@fluendo.com>
3475
3476         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3477         (play_scrub_toggle_cb), (main):
3478         Add a checkbox to enable play scrubbing. Makes it possible to disable
3479         normal scrubbing.
3480
3481 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3482
3483         * tests/check/elements/.cvsignore:
3484           make buildbot happy
3485
3486 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3487
3488         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3489         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3490         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3491         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3492         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3493         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3494         (gst_ogm_text_parse_strip_trailing_zeroes),
3495         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3496         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3497           Refactor ogm parse, do better input checking, misc. clean-ups.
3498           Cache incoming events and push them once the source pad has
3499           been created. Don't pass unterminated strings to sscanf().
3500           Strip trailing zeroes from subtitle text output, since they
3501           are not valid UTF-8. Don't push vorbiscomment packets on
3502           the subtitle text pad. Output perfect streams if possible.
3503
3504 2006-08-23  Wim Taymans  <wim@fluendo.com>
3505
3506         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3507         Waits for tasks to settle down so that we clean up correctly for 
3508         valgrind.
3509
3510 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3511
3512         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3513           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3514           actually return return value in taglists_are_equal.
3515
3516 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3517
3518         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3519           Fix crash due to broken bitstream parsing on x86-64: can't make
3520           any assumptions about sizeof(struct) due to alignment/packing
3521           differences on different architectures. Fixes #351790.
3522
3523 2006-08-22  Wim Taymans  <wim@fluendo.com>
3524
3525         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3526         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3527         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3528         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3529         (gst_riff_parse_info):
3530         Protect public functions against bad input.
3531         Do some cleanups.
3532         Fix documentation.
3533
3534 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3535
3536         * gst-libs/gst/riff/riff-ids.h:
3537         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3538           Add voxware audio IDs (even if we can't play it) (#351795).
3539
3540 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3541
3542         * gst-libs/gst/riff/riff-media.c:
3543         (gst_riff_create_video_template_caps),
3544         (gst_riff_create_audio_template_caps),
3545         (gst_riff_create_iavs_template_caps):
3546           Const-ify some arrays and use G_N_ELEMENTS instead
3547           of wasting oodles of RAM on terminator bits.
3548
3549 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
3550
3551         * gst-libs/gst/tag/gstvorbistag.c:
3552         (gst_tag_list_to_vorbiscomment_buffer):
3553         * tests/check/libs/tag.c: (GST_START_TEST):
3554           And the same for _to_vorbiscomment_buffer(): allow
3555           id_data_len == 0 for speex.
3556
3557 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3558
3559         * configure.ac:
3560         * docs/plugins/Makefile.am:
3561         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3562         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3563         * docs/plugins/inspect/plugin-gdp.xml:
3564         * gst/gdp/Makefile.am:
3565         * tests/check/Makefile.am:
3566           Move GDP plugin to -base from -bad.  Closes #347783.
3567
3568 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3569
3570         * gst-libs/gst/tag/gstvorbistag.c:
3571         (gst_tag_list_from_vorbiscomment_buffer):
3572           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
3573           Also add some checks to make sure we don't memcmp() beyond the end of
3574           vorbiscomment buffer if the ID to check for is larger than the buffer.
3575
3576         * tests/check/libs/tag.c: (GST_START_TEST):
3577           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
3578
3579 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
3580
3581         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
3582         (gst_vorbis_enc_set_metadata):
3583           Use vorbis comment utility functions from libgsttag
3584           instead of re-inventing the wheel (partially fixes #347091).
3585
3586 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
3587
3588         * tests/check/elements/audioconvert.c: (GST_START_TEST):
3589         Fix leaks. Wait for state transitions that might happen ASYNC, as well
3590         as some that won't.
3591
3592 2006-08-21  Wim Taymans  <wim@fluendo.com>
3593
3594         * docs/libs/Makefile.am:
3595         * docs/libs/gst-plugins-base-libs-sections.txt:
3596         * docs/libs/gst-plugins-base-libs.types:
3597         Don't try to GObject scan the netbuffer as it's not a GObject.
3598         Fixes #351308.
3599
3600         * gst-libs/gst/netbuffer/gstnetbuffer.c:
3601         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3602         Document GstNetBuffer.
3603
3604 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
3605
3606         * tests/check/elements/audioconvert.c: (GST_START_TEST),
3607         (audioconvert_suite):
3608           Add testcase for caps-size-explosion
3609
3610 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
3611
3612         * gst/audioconvert/gstaudioconvert.c:
3613         (gst_audio_convert_get_unit_size), (set_structure_widths):
3614           Lower debug, use g_assert in _get_unit_size
3615
3616         * gst/audioresample/gstaudioresample.c:
3617         (audioresample_get_unit_size):
3618         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3619         (gst_ffmpegcsp_get_unit_size):
3620         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
3621           use g_assert in _get_unit_size
3622
3623 2006-08-18  Wim Taymans  <wim@fluendo.com>
3624
3625         * docs/libs/gst-plugins-base-libs-sections.txt:
3626         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
3627         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
3628         (gst_rtp_buffer_get_payload_buffer):
3629         * gst-libs/gst/rtp/gstrtpbuffer.h:
3630         Document GstRTPBuffer.
3631         Added function to efficiently strip payload headers.
3632         API: gst_rtp_buffer_get_payload_subbuffer()
3633
3634 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3635
3636         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
3637         (gst_tag_to_vorbis_comments):
3638           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
3639           tags and deserialise them properly as well (#347091).
3640           Add some more gtk-doc blurbs and also some g_return_if_fail().
3641
3642         * tests/check/libs/tag.c: (GST_START_TEST),
3643         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
3644           More tests.
3645
3646 2006-08-17  Wim Taymans  <wim@fluendo.com>
3647
3648         * ext/ogg/Makefile.am:
3649         * ext/ogg/gstogg.c: (plugin_init):
3650         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
3651         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
3652         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
3653         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
3654         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
3655         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
3656         Added ogg-in-avi parser element. Fixes #140139.
3657
3658         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
3659         Fixed a bug in oggdemux debug code.
3660
3661         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3662         (gst_riff_create_audio_template_caps):
3663         Recognise Ogg in the AVI extensible wave format.
3664
3665 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
3666
3667         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
3668           Make buffer durations add up (duration should be next_ts-ts for
3669           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
3670           from CVS.
3671
3672         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
3673         (test_buffer_timestamps), (cddabasesrc_suite):
3674           Add unit test for the above.
3675
3676         * tests/check/Makefile.am:
3677           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
3678           to see what happens.
3679
3680 2006-08-16  Wim Taymans  <wim@fluendo.com>
3681
3682         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
3683         (gst_alsasink_open):
3684         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
3685         (gst_alsasrc_open):
3686         Avoid setting and using a NULL device name.
3687         Print more info when we fail to open a device.
3688
3689 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
3690
3691         * docs/libs/gst-plugins-base-libs-sections.txt:
3692         * gst-libs/gst/tag/tag.h:
3693         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
3694           API: add gst_tag_parse_extended_comment() (#351426).
3695
3696         * tests/check/Makefile.am:
3697         * tests/check/libs/.cvsignore:
3698         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
3699           Add unit test for gst_tag_parse_extended_comment().
3700
3701 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3702
3703         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
3704         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
3705           Fix leak (#351502).
3706
3707 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
3708
3709         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3710         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3711         * docs/plugins/gst-plugins-base-plugins.args:
3712         * gst/playback/gstplaybin.c:
3713           Document playbin.
3714           
3715         * docs/plugins/inspect/plugin-adder.xml:
3716         * docs/plugins/inspect/plugin-alsa.xml:
3717         * docs/plugins/inspect/plugin-audioconvert.xml:
3718         * docs/plugins/inspect/plugin-audiorate.xml:
3719         * docs/plugins/inspect/plugin-audioresample.xml:
3720         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3721         * docs/plugins/inspect/plugin-cdparanoia.xml:
3722         * docs/plugins/inspect/plugin-decodebin.xml:
3723         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3724         * docs/plugins/inspect/plugin-gnomevfs.xml:
3725         * docs/plugins/inspect/plugin-ogg.xml:
3726         * docs/plugins/inspect/plugin-pango.xml:
3727         * docs/plugins/inspect/plugin-playbin.xml:
3728         * docs/plugins/inspect/plugin-subparse.xml:
3729         * docs/plugins/inspect/plugin-tcp.xml:
3730         * docs/plugins/inspect/plugin-theora.xml:
3731         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3732         * docs/plugins/inspect/plugin-video4linux.xml:
3733         * docs/plugins/inspect/plugin-videorate.xml:
3734         * docs/plugins/inspect/plugin-videoscale.xml:
3735         * docs/plugins/inspect/plugin-videotestsrc.xml:
3736         * docs/plugins/inspect/plugin-volume.xml:
3737         * docs/plugins/inspect/plugin-vorbis.xml:
3738         * docs/plugins/inspect/plugin-ximagesink.xml:
3739         * docs/plugins/inspect/plugin-xvimagesink.xml:
3740           Update to CVS version.
3741
3742 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3743
3744         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3745         (gst_play_bin_set_property), (gst_play_bin_get_property),
3746         (value_list_append_structure_list),
3747         (gst_play_bin_handle_redirect_message),
3748         (gst_play_bin_handle_message):
3749           API: GstPlayBin::connection-speed
3750           Add "connection-speed" property; re-order redirect messages with
3751           multiple redirect locations depending on the minimum bitrate if
3752           that information is available and a connection speed is set
3753           (#350399).
3754
3755 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
3756
3757         * gst/playback/gstplaybin.c:
3758           Update max volume to the same value that the volume element uses.
3759
3760 2006-08-14  Wim Taymans  <wim@fluendo.com>
3761
3762         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
3763         Less uglyness..
3764
3765 2006-08-14  Wim Taymans  <wim@fluendo.com>
3766
3767         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
3768         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
3769         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
3770         Add some more debug info.
3771         Don't crash when a seek failed.
3772         Actually return the result of the seek instead of TRUE.
3773         Ignore multiple BOS pages with the same serial so that we don't create
3774         the same stream multiple times.
3775         Post an error when we fail to do the initial seek.
3776
3777 2006-08-13  Wim Taymans  <wim@fluendo.com>
3778
3779         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
3780         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
3781         Small code cleanup.
3782
3783         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
3784         (gst_alsa_mixer_new):
3785         Remove hack that always set the device to hw:0*.
3786         Properly find the card name for whatever device was configured.
3787         Do some better debugging.
3788         Fixes #350784.
3789
3790         * ext/alsa/gstalsamixerelement.c:
3791         (gst_alsa_mixer_element_set_property),
3792         (gst_alsa_mixer_element_change_state):
3793         Cleanups.
3794         Handle setting of a NULL device name better.
3795
3796 2006-08-11  Wim Taymans  <wim@fluendo.com>
3797
3798         * gst/adder/gstadder.c:
3799         Don't clip float values. Fixes #350900.
3800
3801 2006-08-11  Andy Wingo  <wingo@pobox.com>
3802
3803         * gst/tcp/gsttcp.c: Really fix the build?
3804
3805         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
3806         fixes the build.
3807
3808 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3809
3810         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
3811           Float caps shouldn't have a "signed" field.
3812
3813 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
3814
3815         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
3816           Implement SEEKING query in its most basic form, so that we can
3817           at least check if we're seekable or not (#350655).
3818
3819 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
3820
3821         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
3822           The checks here are not even close to anything that would
3823           justify MAXIMUM probability, lowering to POSSIBLE until someone
3824           fixes the checks (case at hand: quicktime redirection files
3825           might start with 00 00 01 XX and pass the checks here just
3826           fine, see #350399).
3827
3828 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
3829
3830         Patch by: Sjoerd Simons  <sjoerd at luon net>
3831
3832         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
3833           Better detection for multipart/x-mixed-replace: accept leading
3834           whitespaces before the boundary marker as well (as our very own
3835           multipartmux used to produce) (#349068).
3836
3837 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
3838
3839         Patch by: Young-Ho Cha  <ganadist at chollian net>
3840
3841         * gst-libs/gst/riff/riff-ids.h:
3842         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3843         (gst_riff_create_audio_template_caps):
3844           Detect DTS audio streams (#350157).
3845
3846 2006-08-05  Andy Wingo  <wingo@pobox.com>
3847
3848         * ext/theora/gsttheoraparse.h:
3849         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
3850         (theora_parse_dispose, theora_parse_set_property)
3851         (theora_parse_get_property, theora_parse_munge_granulepos)
3852         (theora_parse_push_buffer, theora_parse_change_state):
3853         API: GstTheoraParse::synchronization-points
3854         Add a property 'synchronization-points' to fix badly synchronized oggs.
3855
3856 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3857
3858         * tests/check/Makefile.am:
3859         * tests/check/libs/.cvsignore:
3860         * tests/check/libs/audio.c: (structure_contains_channel_positions),
3861         (fixed_caps_have_channel_positions), (GST_START_TEST),
3862         (audio_suite), (main):
3863           Add a few tests for the channel position stuff in libgstaudio.
3864
3865 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3866
3867         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
3868         (gst_alsa_detect_channels):
3869         * ext/alsa/gstalsasink.c:
3870           Add support for cards that (only) do more than 8 channels,
3871           like the Delta 44 (#345188).
3872
3873         * gst-libs/gst/audio/multichannel.c:
3874         (gst_audio_check_channel_positions):
3875         * gst-libs/gst/audio/multichannel.h:
3876           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
3877           unspecified channel position and cannot be combined with any
3878           of the other audio channel positions; adjust position layout
3879           checks accordingly (#345188).
3880
3881 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3882
3883         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3884           Recognise ancient RealAudio files (see #349779).
3885
3886 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
3887
3888         Patch by: Jens Granseuer  <jensgr at gmx net>
3889
3890         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3891           Add typefinder for Interplay's MVE format (#348973).
3892
3893 2006-08-02  Wim Taymans  <wim@fluendo.com>
3894
3895         Patch by: Marcel Moreaux <marcelm at luon dot net>
3896
3897         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3898         (gst_base_rtp_depayload_add_to_queue):
3899         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3900         Handle RTP sequence number rollover.
3901         Disable jitterbuffer by default.
3902
3903 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
3904
3905         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
3906         (audioresample_set_caps):
3907         Don't leak references to the incoming caps. Clean them up when
3908         stopping.
3909
3910         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
3911         (gst_video_scale_finalize):
3912         Don't leak our temporary pixel buffer.
3913
3914         * tests/check/Makefile.am:
3915         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
3916         (GST_START_TEST), (simple_launch_lines_suite):
3917
3918         Fix leaks and re-enable the test for valgrind checking.
3919
3920 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
3921
3922         Patch by: Sjoerd Simons  <sjoerd at luon net>
3923
3924         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
3925         (plugin_init):
3926           Add typefind function for multipart/x-mixed-replace (#348916).
3927
3928 2006-07-28  Wim Taymans  <wim@fluendo.com>
3929
3930         * gst/adder/gstadder.c: (gst_adder_setcaps),
3931         (gst_adder_query_duration):
3932         Fix leak in duration query.
3933         Reflow some docs and notes.
3934
3935 2006-07-28  Michael Smith  <msmith@fluendo.com>
3936
3937         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
3938         (vorbisenc_suite):
3939           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
3940           aspect of it.
3941
3942 2006-07-28  Michael Smith  <msmith@fluendo.com>
3943
3944         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
3945         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
3946         (gst_vorbis_enc_push_buffer),
3947         (gst_vorbis_enc_buffer_check_discontinuous),
3948         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
3949         * ext/vorbis/vorbisenc.h:
3950           Handle discontinuities in the input vorbis stream correctly,
3951           so that the output is properly timestamped (and has good granulepos
3952           values). Needs some oggmux fixes too.
3953
3954 2006-07-27  Wim Taymans  <wim@fluendo.com>
3955
3956         patch by: Kai Vehmanen <kv2004 eca cx>
3957
3958         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3959         (gst_base_rtp_depayload_chain),
3960         (gst_base_rtp_depayload_handle_sink_event),
3961         (gst_base_rtp_depayload_change_state):
3962         Don't send multiple newsegments with different formats.
3963         Fixes #348677.
3964
3965 2006-07-26  Wim Taymans  <wim@fluendo.com>
3966
3967         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
3968         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
3969         Make seeking in ogg more accurate again by doing the more correct
3970         granuletime to stream time conversion.
3971
3972 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3973
3974         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
3975         (gst_multi_fd_sink_new_client):
3976           debug a little more understandably
3977           do not use goto as a substitute for break, especially if
3978           break is also being used
3979
3980 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
3981
3982         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
3983         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
3984           Remove GLib-2.6 compatibility cruft.
3985
3986 2006-07-24  Wim Taymans  <wim@fluendo.com>
3987
3988         * gst-libs/gst/audio/gstbaseaudiosink.c:
3989         (gst_base_audio_sink_render):
3990         Don't try to align a sample to an unknown value.
3991
3992 2006-07-24  Wim Taymans  <wim@fluendo.com>
3993
3994         * gst-libs/gst/audio/gstbaseaudiosink.c:
3995         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
3996         When the audio clock is slaved to another clock, never try to align
3997         samples but trust the rate interpolation algorithm.
3998
3999 2006-07-24  Wim Taymans  <wim@fluendo.com>
4000
4001         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4002         Don't try to calculate silence samples, base class does this much
4003         better now.
4004
4005         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4006         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4007         (gst_ring_buffer_acquire):
4008         Calculate silence samples correctly.
4009
4010         * gst-libs/gst/audio/gstringbuffer.h:
4011         Add _CAST macro.
4012
4013 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
4014
4015         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4016           Limit search for the first markup tag to the first few kB of
4017           the file. If we don't find one there, it's highly unlikely that
4018           this is an XML(-ish) file.
4019
4020 2006-07-21  Andy Wingo  <wingo@pobox.com>
4021
4022         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4023         test to the one in vorbisenc. Also commented out.
4024
4025         * tests/check/pipelines/vorbisenc.c: 
4026         (test_discontinuity): New test, commented out until Mike lands
4027         some elite vorbisenc patches.
4028
4029         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4030         Bufferstraw was actually factored out of these tests. Now we share
4031         code yay.
4032
4033         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4034         for bufferstraw addition to gstcheck.
4035
4036 2006-07-21  Wim Taymans  <wim@fluendo.com>
4037
4038         * ext/theora/theoradec.c: (clip_buffer):
4039         Better clipping.
4040
4041 2006-07-21  Wim Taymans  <wim@fluendo.com>
4042
4043         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4044         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4045         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4046         Fix leak.
4047         Avoid type casting when we can.
4048
4049         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4050         Fix mem leak.
4051
4052 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
4053
4054         * ext/alsa/gstalsamixerelement.c:
4055         (gst_alsa_mixer_element_change_state):
4056           Make state change fail if the specified device can't be opened
4057           for some reason.
4058
4059 2006-07-20  Wim Taymans  <wim@fluendo.com>
4060
4061         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4062         (cb_newpad), (main):
4063         Example of a small audio/video player using decodebin.
4064
4065 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
4066
4067         * gst-libs/gst/riff/riff-ids.h:
4068           Add 'fact' chunk id
4069
4070 2006-07-19  Wim Taymans  <wim@fluendo.com>
4071
4072         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4073         (gst_base_rtp_depayload_chain),
4074         (gst_base_rtp_depayload_change_state):
4075         Don't assert when not negotiated but post a meaningfull 
4076         error message. Fixes #347918.
4077
4078         * gst-libs/gst/rtp/gstbasertppayload.c:
4079         Add comment about better default MTU size.
4080
4081         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4082         Small cleanups, start docs.
4083
4084 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4085
4086         Patch by: Martin Szulecki
4087
4088         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4089           If "device-name" is requested and the device is not
4090           open, try to temporarily open it to obtain this
4091           information (#342494).
4092
4093 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4094
4095         * gst-libs/gst/tag/gstid3tag.c:
4096           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4097
4098         * gst-libs/gst/tag/gsttageditingprivate.h:
4099         * gst-libs/gst/tag/gstvorbistag.c:
4100           Some more random const-ifications.
4101
4102 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
4103
4104         * gst-libs/gst/riff/riff-ids.h:
4105         * gst-libs/gst/riff/riff-media.c:
4106         (gst_riff_create_video_template_caps):
4107           Add more FOURCCs (sort list to make stuff easier to find),
4108           add comment what those 16 bytes in struct _gst_riff_strh according to
4109           one avi-dumper are
4110
4111 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4112
4113         * gst-libs/gst/audio/multichannel.c:
4114         (gst_audio_check_channel_positions),
4115         (gst_audio_fixate_channel_positions):
4116           Const-ify two arrays.
4117
4118 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4119
4120         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4121           Fix typo, so that alsasink also advertises 8 channels
4122           if that's supported (tags: can, worms, open, alsa, ph34r).
4123
4124 2006-07-17  Wim Taymans  <wim@fluendo.com>
4125
4126         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4127         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4128         *sigh*, when is the compiler going to warn when the comments
4129         are out-of-sync with the code.. Refix case of busted theora
4130         headers with 0 granule pos.
4131
4132 2006-07-14  Wim Taymans  <wim@fluendo.com>
4133
4134         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4135         (gst_base_rtp_depayload_wait),
4136         (gst_base_rtp_depayload_change_state),
4137         (gst_base_rtp_depayload_set_property),
4138         (gst_base_rtp_depayload_get_property):
4139         Fix 99% cpu load by waiting for absolute times on the
4140         clock. Fixes #347300.
4141
4142 2006-07-14  Andy Wingo  <wingo@pobox.com>
4143
4144         * ext/theora/gsttheoraparse.h: 
4145         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4146         (theora_parse_push_headers, theora_parse_clear_queue)
4147         (theora_parse_drain_queue_prematurely, )
4148         (theora_parse_sink_event, theora_parse_change_state): Queue events
4149         until we initialized our state, like in vorbisparse.
4150
4151         * ext/vorbis/vorbisparse.h: 
4152         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4153         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4154         (vorbis_parse_drain_queue_prematurely, )
4155         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4156         until we have initialized our state. Fixes seeking after an
4157         initial pad block.
4158
4159 2006-07-14  Andy Wingo  <wingo@pobox.com>
4160
4161         Patch by: Iain Holmes <iaingnome@gmail.com>
4162         
4163         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4164
4165 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4166
4167         * configure.ac:
4168         Bump nano back to CVS
4169
4170 === release 0.10.9 ===
4171
4172 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4173
4174         * configure.ac:
4175           releasing 0.10.9, "I walk the line"
4176
4177 2006-07-14  Michael Smith  <msmith@fluendo.com>
4178
4179         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4180           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4181           (commonly happens when running this test under valgrind) when trying
4182           to remove the buffer probe.
4183
4184 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4185
4186         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4187         Fix missing g_unlock from the previous commit
4188
4189 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4190
4191         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4192         (gst_ximagesink_change_state):
4193         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4194         (gst_xvimagesink_change_state):
4195         Implement a locking order to ensure we always take the object lock
4196         before the x_lock and never vice-versa.
4197
4198 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4199
4200         * gst/playback/gstdecodebin.c: (find_compatibles):
4201         Fix a caps leak when linking (#347304)
4202
4203         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4204         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4205         (gst_ximagesink_change_state):
4206         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4207         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4208         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4209         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4210         Don't leak shared memory resources. Use the object lock to protect
4211         against the xcontext disappearing while returning a buffer from the
4212         pipeline. (#347304)
4213
4214 2006-07-12  Edward Hervey  <edward@fluendo.com>
4215
4216         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4217         (vorbis_handle_comment_packet):
4218         gst_tag_list_merge() returns a new object. Take that into account when
4219         using it. This avoids memleak.
4220         Revert previous commit which is not needed.
4221
4222 2006-07-12  Edward Hervey  <edward@fluendo.com>
4223
4224         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4225         Reset the decoder in finalize so that all fields get cleared.
4226
4227 2006-07-12  Wim Taymans  <wim@fluendo.com>
4228
4229         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4230         (gst_base_audio_src_set_clock),
4231         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4232         Don't try to post an error message when setting the clock fails
4233         as this can happen when adding an element to a bin which will then
4234         deadlock. Fixes #347296.
4235
4236 2006-07-12  Edward Hervey  <edward@fluendo.com>
4237
4238         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4239         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4240         (vorbis_handle_type_packet):
4241         Post tag messages on the bus even if we're not initialized.
4242         If we're not initialized, we still postpone the event pushing of tags.
4243
4244 2006-07-12  Wim Taymans  <wim@fluendo.com>
4245
4246         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4247         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4248         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4249         Revert last two changes that broke the freeze.
4250
4251 2006-07-12  Wim Taymans  <wim@fluendo.com>
4252
4253         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4254         basesink calculates silence sample correctly for us.
4255
4256 2006-07-12  Wim Taymans  <wim@fluendo.com>
4257
4258         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4259         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4260         Calculate correct silence samples so we don't fill our ringbuffer
4261         with noise.
4262
4263 2006-07-12  Edward Hervey  <edward@fluendo.com>
4264
4265         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4266         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4267         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4268         * ext/vorbis/vorbisdec.h:
4269         Delay sending events (newsegment, tags) until the decoder is properly
4270         initialized.
4271         Fixes #347295
4272
4273 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4274
4275         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4276         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4277           Patch from #347221 adding a test for audioconvert
4278           channel remappings.
4279
4280 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4281
4282         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4283         (gst_ssa_parse_parse_line):
4284           Don't include the terminating NUL in the buffer size,
4285           it's only there for extra paranoia (would add random
4286           '*' characters at the end of each subtitle since the
4287           terminator itself is not valid UTF-8 technically).
4288           Also fix indenting after boilerplate macro.
4289
4290 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4291
4292         * gst/playback/gstdecodebin.c: (close_pad_link):
4293           Also emit 'unknown-type' signal (which should really be
4294           called unhandled-type) if we found potential decoders/demuxers
4295           in the registry but none of them worked in the end (as in the
4296           case where the plugins don't exist any longer but are still
4297           listed in the registry). Fixes #329798.
4298
4299 2006-07-08  Andy Wingo  <wingo@pobox.com>
4300
4301         * theoraparse.c (theora_parse_push_buffer)
4302         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4303         Add some more debugging. Fix granulepos reconstruction in the face
4304         of discontinuities.
4305
4306 2006-07-06  Wim Taymans  <wim@fluendo.com>
4307
4308         * gst-libs/gst/audio/gstbaseaudiosink.c:
4309         (gst_base_audio_sink_class_init),
4310         (gst_base_audio_sink_provide_clock):
4311         Use gobject_class instead of G_OBJECT_CLASS (klass)
4312
4313         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4314         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4315         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4316         (gst_base_audio_src_get_time),
4317         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4318         (gst_base_audio_src_create_ringbuffer):
4319         Fix latency and buffer-time constants and properties ala basesink.
4320         Implement pull based scheduling. Fixes #346527.
4321         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4322         one segment.
4323         Refuse slaving to another clock instead of silently not working.
4324         Only provide a clock when we are actually able to do so.
4325         Various small cleanups and compiler hints.
4326
4327 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4328
4329         Patch by: Lutz Mueller <lutz at topfrose de>
4330
4331         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4332         (plugin_init):
4333           Add typefinding for text/html (#346581).
4334
4335 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4336
4337         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4338         (xml_check_first_element), (xml_type_find), (smil_type_find):
4339           Fix SMIL typefinding, make xml_check_first_element() more
4340           useful.
4341
4342 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4343
4344         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4345         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4346         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4347         * gst/playback/gstplaybasebin.h:
4348           Protect list of elements with a subtitle-encoding property and
4349           the subtitle encoding member itself with a lock of their own
4350           instead of using the object lock. This prevents a dead-lock in
4351           the element-remove callback in some circumstances when shutting
4352           down playbin.
4353
4354 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4355
4356         * win32/common/libgsttag.def:
4357         Export some new functions.
4358         * win32/vs6/libgstogg.dsp:
4359         Add a link to libgsttag-0.10.lib.
4360
4361 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4362
4363         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4364           Some const-ification.
4365
4366 2006-07-04  Wim Taymans  <wim@fluendo.com>
4367
4368         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4369         Improve checking if we are dealing with a stream. Added some
4370         more uris that need buffering.
4371
4372 2006-07-03  Edward Hervey  <edward@fluendo.com>
4373
4374         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4375         Remove unused variable.
4376
4377 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4378
4379         * Makefile.am:
4380           include lcov.mak
4381         * configure.ac:
4382           add GCOV_LIBS to GST_LIBS
4383
4384 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4385
4386         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4387
4388         * ext/alsa/gstalsasrc.c:
4389           Add 32 bps to template caps and increase channels range
4390           from [1,2] to [1,MAX]. See #346326.
4391
4392 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4393
4394         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4395           Recognise 'WMVA' video codec fourcc (#345879).
4396           
4397 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4398          
4399         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4400           Fixed nasty memory leak
4401
4402 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4403
4404         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4405         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4406           fix logging
4407
4408 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4409
4410         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4411         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4412         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4413         Protect remove_fakesink using a mutex, so that we don't try and
4414         remove the fakesink simultaneously from multiple threads.
4415
4416         When going from READY to PAUSED, restore the fakesink, so that
4417         it is there when decodebin gets reused.
4418
4419 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4420
4421         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4422         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4423         * gst-libs/gst/rtp/gstbasertppayload.c:
4424         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4425         * gst/tcp/gstmultifdsink.c:
4426         * gst/tcp/gsttcpclientsink.c:
4427         * gst/tcp/gsttcpclientsrc.c:
4428         * gst/tcp/gsttcpserversink.c:
4429         * gst/tcp/gsttcpserversrc.c:
4430         * gst/videorate/gstvideorate.c:
4431         * gst/videotestsrc/gstvideotestsrc.c:
4432         * sys/v4l/gstv4ljpegsrc.c:
4433         * sys/v4l/gstv4lmjpegsink.c:
4434         * sys/v4l/gstv4lsrc.c:
4435         * tests/examples/seek/scrubby.c:
4436         * tests/examples/seek/seek.c:
4437           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4438
4439 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4440
4441         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4442           Second field in GEnumValue shouldn't be a description,
4443           but a stringified version of the enum value.
4444
4445 2006-06-22  Wim Taymans  <wim@fluendo.com>
4446
4447         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4448         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4449         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4450         Avoid type checking in buffer casts.
4451         Avoid caps copy in buffer_alloc when we can.
4452         Use pad_peer_accept.
4453
4454 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4455
4456         * gst-libs/gst/tag/tag.h:
4457           Oops, make that 'Since: 0.10.9'.
4458
4459 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4460
4461         * docs/libs/gst-plugins-base-libs-sections.txt:
4462         * gst-libs/gst/tag/tag.h:
4463         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4464         (gst_tag_image_type_get_type):
4465           API: add GstTagImageType enum to describe images contained
4466           in image tags (#345641).
4467
4468 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4469
4470         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4471           Fix warnings with gst-inspect: "buffers-min" property
4472           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4473           typo in property description.
4474
4475 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4476
4477         Patch by: Cody Russell <bratsche at gnome org>
4478
4479         * gst/audioresample/gstaudioresample.c:
4480         (gst_audioresample_class_init):
4481         * gst/playback/gststreamselector.c:
4482         (gst_stream_selector_class_init):
4483         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4484         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4485         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4486         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4487         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4488         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4489         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4490         * gst/videotestsrc/gstvideotestsrc.c:
4491         (gst_video_test_src_class_init):
4492         * gst/volume/gstvolume.c: (gst_volume_class_init):
4493           Avoid unnecessary class cast check in class_init
4494           functions (#337747).
4495
4496 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4497
4498         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4499         (gst_text_overlay_video_chain):
4500           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4501           and doesn't validate its input either (and neither did
4502           textoverlay it seems). Let's do that then and fix #345206.
4503
4504 2006-06-19  Wim Taymans  <wim@fluendo.com>
4505
4506         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4507         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4508         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4509         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4510         (find_syncframe), (find_limits), (assign_value),
4511         (count_burst_unit), (gst_multi_fd_sink_new_client),
4512         (gst_multi_fd_sink_handle_client_write),
4513         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4514         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4515         (gst_multi_fd_sink_change_state):
4516         * gst/tcp/gstmultifdsink.h:
4517         Added shiny new burst-on-connect methods.
4518         Add properties to control the minimal amount of data queued.
4519         Small cleanups.
4520         API: bytes-min property
4521         API: time-min property
4522         API: buffers-min property
4523         API: burst-unit property
4524         API: burst-value property
4525         API: add-full signal
4526
4527         * gst/tcp/gsttcp-marshal.list:
4528         Added new marshaller code for the new signal.
4529
4530         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4531         (multifdsink_suite):
4532         Added testcases for new burst methods.
4533
4534 2006-06-19  Edward Hervey  <edward@fluendo.com>
4535
4536         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
4537         Implement clipping for accurate seeking.
4538         Closes #345225
4539
4540 2006-06-19  Wim Taymans  <wim@fluendo.com>
4541
4542         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
4543
4544         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
4545         (gst_video_scale_transform):
4546         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
4547
4548 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
4549
4550         * configure.ac:
4551           Fix --disable-external (can't set conditionals conditionally,
4552           #343602).
4553
4554 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4555
4556         * tests/check/elements/audioresample.c: (test_reuse),
4557         (audioresample_suite):
4558           Add test case for bug #342789 fixed below.
4559
4560 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4561
4562         * gst/audioresample/gstaudioresample.c:
4563         (gst_audioresample_class_init), (gst_audioresample_init),
4564         (audioresample_start), (audioresample_stop),
4565         (gst_audioresample_set_property), (gst_audioresample_get_property):
4566           Implement GstBaseTransform::start and ::stop so that audioresample
4567           can clear its internal state properly and be reused instead of
4568           causing non-negotiated errors with playbin under some circumstances
4569           (#342789).
4570
4571         * tests/check/elements/audioresample.c: (setup_audioresample),
4572         (cleanup_audioresample):
4573           Need to set element state here so that ::start and ::stop are
4574           called.
4575
4576 2006-06-16  Wim Taymans  <wim@fluendo.com>
4577
4578         Patch by: Young-Ho Cha <ganadist at chollian dot net>
4579
4580         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
4581         Parse extra data better, apparently it's right behind
4582         the normal strf header size. Fixes #343500.
4583
4584 2006-06-16  Wim Taymans  <wim@fluendo.com>
4585
4586         * ext/alsa/gstalsasink.c: (set_hwparams):
4587         If we fail to set the buffer_time and period_time alsa
4588         parameters, post a warning and leave alsa select a 
4589         default instead of failing. Fixes #342085
4590
4591 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4592
4593         * docs/libs/gst-plugins-base-libs-sections.txt:
4594         * gst-libs/gst/cdda/gstcddabasesrc.h:
4595           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
4596           out in the header file and shouldn't be listed in the docs.
4597
4598         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4599           Must dereference pointer to fourcc in the debug statement.
4600
4601 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
4602
4603         * docs/libs/Makefile.am:
4604         * docs/libs/gst-plugins-base-libs-docs.sgml:
4605         * docs/libs/gst-plugins-base-libs-sections.txt:
4606         * docs/libs/gst-plugins-base-libs.types:
4607         add remaining symbols into correct setions
4608         
4609         * gst-libs/gst/audio/gstringbuffer.c:
4610         fix incomplete docs
4611         
4612         * gst-libs/gst/audio/gstringbuffer.h:
4613         comment out not yet implemented function
4614         
4615         
4616         * gst-libs/gst/floatcast/floatcast.h:
4617         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4618         add short descriptions
4619         
4620         
4621         * gst-libs/gst/interfaces/propertyprobe.c:
4622         fix return value docs   
4623         
4624         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
4625         simplify debug logging
4626         
4627         * gst-libs/gst/riff/riff-read.h:
4628         sync function prototype and docs
4629         
4630         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4631         remove left over symbol
4632
4633 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
4634
4635         * autogen.sh:
4636         * configure.ac:
4637         * docs/Makefile.am:
4638           Use GST_PLUGIN_DOCS macro in configure.ac, add
4639           --enable-plugin-docs default to autogen.sh and use
4640           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
4641
4642 2006-06-15  Wim Taymans  <wim@fluendo.com>
4643
4644         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4645         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
4646         (gst_ogg_demux_loop):
4647         Combine GstFlowReturn from the source pads to give a
4648         meaningfull result to the upstream peer or to stop the
4649         processing task in case of errors.
4650
4651 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4652
4653         * gst/playback/gststreaminfo.c: (cb_probe):
4654           Try GST_TAG_CODEC as fallback when extracting the
4655           codec name; more debug info.
4656
4657 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4658
4659         * ext/ogg/Makefile.am:
4660         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4661           Extract language tags from ogm subtitle streams, so that
4662           the subtitle menu choices are labelled correctly in
4663           Totem (fixes #344708).
4664
4665 2006-06-14  Wim Taymans  <wim@fluendo.com>
4666
4667         Patch by: Alessandro Decina <alessandro at nnva dot org>
4668
4669         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
4670         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
4671         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
4672         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4673         Fix various leaks. Fixes #343699.
4674         Add x-smoke mime type.
4675
4676 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
4677
4678         * gst-libs/gst/riff/riff-ids.h:
4679           Add IDs for 'bext' chunks (see #343837).
4680
4681 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
4682
4683         Patch by: Young-Ho Cha  <ganadist at chollian net>
4684
4685         * gst/subparse/samiparse.c: (sami_context_pop_state),
4686         (handle_start_font), (end_sami_element):
4687           Honour font face tags in SAMI subtitles (#344503).
4688
4689 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4690
4691         * po/POTFILES.in:
4692           add missing files containing translatable strings
4693
4694 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4695
4696         * docs/libs/tmpl/.cvsignore:
4697           we don't want those *.sgml files in CVS either
4698
4699 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4700
4701         * docs/libs/.cvsignore:
4702         * tests/check/elements/.cvsignore:
4703         * tests/check/libs/.cvsignore:
4704           ignore more
4705
4706 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4707
4708         * docs/libs/Makefile.am:
4709           also commiting the changed Makefile.am (added more libs to the
4710           doc-build)
4711
4712 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
4713
4714         * docs/libs/gst-plugins-base-libs-docs.sgml:
4715         * docs/libs/gst-plugins-base-libs-sections.txt:
4716         * docs/libs/gst-plugins-base-libs.types:
4717           first batch of reordering things, add index & hierarchy
4718
4719 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4720
4721         * configure.ac:
4722           use GST_PKG_CHECK_MODULES, cleans up output
4723
4724 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4725
4726         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4727           Add support for burn:// URIs (#343385); const-ify things a bit,
4728           use G_N_ELEMENTS instead of hard-coded array size.
4729
4730 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
4731
4732         Patch by: Young-Ho Cha  <ganadist at chollian net>
4733
4734         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
4735           Fix up broken entities before passing them to libxml *sigh*.
4736           (#343303).
4737           
4738 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4739
4740         * configure.ac:
4741           back to TRUNK
4742
4743 === release 0.10.8 ===
4744
4745 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
4746
4747         * configure.ac:
4748           releasing 0.10.8, "Moar gij ziet mij nie"
4749
4750 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4751
4752         * configure.ac:
4753         * po/af.po:
4754         * po/az.po:
4755         * po/cs.po:
4756         * po/en_GB.po:
4757         * po/hu.po:
4758         * po/it.po:
4759         * po/nb.po:
4760         * po/nl.po:
4761         * po/or.po:
4762         * po/sq.po:
4763         * po/sr.po:
4764         * po/sv.po:
4765         * po/uk.po:
4766         * po/vi.po:
4767         * win32/common/config.h:
4768           0.10.7.2 prerelease
4769
4770 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
4771
4772         * docs/libs/tmpl/gstaudio.sgml:
4773         * docs/libs/tmpl/gstcolorbalance.sgml:
4774         * docs/libs/tmpl/gstmixer.sgml:
4775         * docs/libs/tmpl/gstringbuffer.sgml:
4776         * docs/libs/tmpl/gsttuner.sgml:
4777         * docs/libs/tmpl/gstxoverlay.sgml:
4778         * gst-libs/gst/audio/audio.c:
4779         * gst-libs/gst/audio/gstringbuffer.c:
4780         * gst-libs/gst/interfaces/colorbalance.c:
4781         * gst-libs/gst/interfaces/mixer.c:
4782         * gst-libs/gst/interfaces/tuner.c:
4783         * gst-libs/gst/interfaces/xoverlay.c:
4784           move last template doc snippets to source code and delete them
4785
4786 2006-06-06  Michael Smith  <msmith@fluendo.com>
4787
4788         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
4789         (theora_parse_drain_queue):
4790           Mark DELTA_UNIT on non-keyframes.
4791
4792 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
4793
4794         * gst-libs/gst/audio/gstbaseaudiosink.c:
4795         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
4796         * gst-libs/gst/audio/gstbaseaudiosink.h:
4797         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
4798         (gst_ring_buffer_samples_done):
4799         * gst-libs/gst/audio/gstringbuffer.h:
4800         Document better the fact that latency_time and buffer_time are values
4801         stored in microseconds, and not the usual GStreamer nanoseconds.
4802         Change the variables (compatibly) that store them from GstClockTime 
4803         to guint64 to make it more clear that they're not storing clock times.
4804         Also, remove the bogus property description that says the user can
4805         specify -1 to get the default value, since that's never been the case.
4806
4807         When computing the default segment size for the ring buffer, make it
4808         an integer number of samples.
4809
4810         When the sub-class indicates a delay greater than the number of
4811         samples we've written return 0 from the audio sink get_time method.
4812
4813 2006-06-02  Michael Smith  <msmith@fluendo.com>
4814
4815         * tests/check/elements/audioconvert.c: (set_channel_positions),
4816         (get_float_mc_caps), (get_int_mc_caps):
4817         * tests/check/elements/audioresample.c:
4818         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
4819         * tests/check/elements/videorate.c:
4820         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
4821         * tests/check/elements/volume.c:
4822         * tests/check/elements/vorbisdec.c:
4823         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
4824           Don't busy-wait in tests; this was causing test timeouts very
4825           frequently when running under valgrind.
4826
4827 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4828
4829         * gst/tcp/README:
4830         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
4831         (gst_multi_fd_sink_remove_client_link),
4832         (gst_multi_fd_sink_client_queue_caps),
4833         (gst_multi_fd_sink_client_queue_buffer),
4834         (gst_multi_fd_sink_handle_client_write),
4835         (gst_multi_fd_sink_render):
4836         * gst/tcp/gstmultifdsink.h:
4837           make multifdsink properly deal with streamheader:
4838           - streamheader is taken from caps
4839           - buffers marked with IN_CAPS are not sent
4840           - streamheaders are sent, on connection, from the caps of the
4841             buffer where the client gets positioned to
4842           - further streamheader changes are done every time the client
4843             will receive a buffer with different caps
4844         * tests/check/elements/multifdsink.c: (GST_START_TEST),
4845         (gst_multifdsink_create_streamheader):
4846           add tests for this
4847
4848 2006-06-02  Michael Smith  <msmith@fluendo.com>
4849
4850         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4851           Reinstate limit on channel count. Vorbis does not define the meaning
4852           of > 6 channels, so they're just independent channels. Gstreamer
4853           currently has no mechanism to represent N independent channels.
4854
4855 2006-06-02  Michael Smith  <msmith@fluendo.com>
4856
4857         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
4858           Don't arbitrarily restrict channel counts and rate in vorbis.
4859           In terms of effects likely on real-world files, this fixes 96kHz
4860           playback of vorbis.
4861
4862 2006-06-02  Michael Smith  <msmith@fluendo.com>
4863
4864         * gst/audioconvert/audioconvert.c: (float):
4865           More correct float->int conversion.
4866
4867 2006-06-02  Michael Smith  <msmith@fluendo.com>
4868
4869         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
4870           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
4871           value. Fixes g-critical on trying to play back ogg containing
4872           unknown codec.
4873
4874 2006-06-02  Wim Taymans  <wim@fluendo.com>
4875
4876         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
4877         (setup_source):
4878         * gst/playback/gstplaybasebin.h:
4879         Make the subtitle detection work from any thread so we don't
4880         deadlock. Fixes #343397.
4881
4882 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4883
4884         * gst/volume/Makefile.am:
4885           Seriously, it's not *that* hard to get compilation right.  Even
4886           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
4887
4888 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4889
4890         * gst/volume/gstvolume.c: (volume_choose_func),
4891         (volume_update_real_volume), (gst_volume_class_init),
4892         (gst_volume_init), (volume_process_float), (volume_process_int16),
4893         (volume_process_int16_clamp), (volume_set_caps),
4894         (volume_transform_ip), (plugin_init):
4895         * gst/volume/gstvolume.h:
4896         rewrite the passthrough check, split _int16 and _int16_clamp, fix
4897         another property desc., remove unused param from process function
4898         
4899         * tests/check/elements/volume.c: (volume_suite):
4900         reactivate the passthrough test
4901
4902 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
4903
4904         * ext/alsa/gstalsamixerelement.h:
4905         * ext/alsa/gstalsamixeroptions.h:
4906         * ext/alsa/gstalsamixertrack.h:
4907         * ext/gnomevfs/gstgnomevfssink.h:
4908         * ext/gnomevfs/gstgnomevfssrc.h:
4909         * ext/theora/gsttheoradec.h:
4910         * ext/theora/gsttheoraenc.h:
4911         * ext/theora/gsttheoraparse.h:
4912         * ext/vorbis/vorbisparse.h:
4913         * gst-libs/gst/audio/gstaudioclock.h:
4914         * gst-libs/gst/audio/gstaudiofilter.h:
4915         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
4916         * gst/audioconvert/gstaudioconvert.h:
4917         * gst/audioresample/gstaudioresample.h:
4918         * gst/audiotestsrc/gstaudiotestsrc.h:
4919         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
4920         * gst/playback/gststreamselector.h:
4921         * gst/tcp/gstmultifdsink.h:
4922         * gst/tcp/gsttcpclientsink.h:
4923         * gst/tcp/gsttcpclientsrc.h:
4924         * gst/tcp/gsttcpserversink.h:
4925         * gst/tcp/gsttcpserversrc.h:
4926         * gst/videorate/gstvideorate.h:
4927         * gst/videoscale/gstvideoscale.h:
4928         * gst/videotestsrc/gstvideotestsrc.h:
4929         * gst/volume/gstvolume.h:
4930         * sys/v4l/gstv4ljpegsrc.h:
4931         * sys/v4l/gstv4lmjpegsink.h:
4932         * sys/v4l/gstv4lmjpegsrc.h:
4933         * sys/v4l/gstv4lsrc.h:
4934         * sys/ximage/ximagesink.h:
4935         * sys/xvimage/xvimagesink.h:
4936         * tests/old/testsuite/alsa/sinesrc.h:
4937         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
4938
4939 2006-05-31  Wim Taymans  <wim@fluendo.com>
4940
4941         * ext/libvisual/visual.c: (gst_visual_reset),
4942         (gst_visual_sink_setcaps), (gst_visual_sink_event),
4943         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
4944         Handle DISCONT.
4945         Use running time before doing QoS.
4946         Handle mono too.
4947
4948 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
4949
4950         * docs/libs/Makefile.am:
4951           set a magic variable to indicate we know the docs are incomplete
4952
4953 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
4954
4955         * win32/common/libgstvideo.def:
4956           export gst_video_calculate_display_ratio
4957         * win32/vs6/libgstvideoscale.dsp:
4958           add link to libgstvideo-0.10.lib
4959
4960 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
4961
4962         * gst/playback/gstplaybasebin.c: (gen_source_element):
4963           Throw a more comprehensible error for rtsp:// URIs (rather
4964           than erroring out with a negotiation error later on) until
4965           we fix playbin to handle rtspsrc etc.
4966
4967 2006-05-30  Wim Taymans  <wim@fluendo.com>
4968
4969         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
4970         (gst_text_overlay_text_event):
4971         Added some FIXMEs.
4972
4973 2006-05-30  Wim Taymans  <wim@fluendo.com>
4974
4975         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
4976         (gst_adder_request_new_pad), (gst_adder_release_pad):
4977         * gst/adder/gstadder.h:
4978         Implement release_request_pad.
4979         Make padcounter atomic.
4980
4981         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
4982         Added check for release_pad in adder.
4983
4984 2006-05-30  Wim Taymans  <wim@fluendo.com>
4985
4986         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
4987         Fix build again.
4988
4989 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4990
4991         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4992         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
4993         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
4994         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
4995         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
4996         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
4997         (gst_ogg_demux_bisect_forward_serialno),
4998         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
4999         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5000           add more debugging
5001           clean up printf formats for granulepos and serialno
5002
5003 2006-05-30  Michael Smith  <msmith@fluendo.com>
5004
5005         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5006         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5007         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5008         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5009         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5010         * ext/vorbis/vorbisenc.h:
5011           Multi-channel caps negotiation, so we can do proper multichannel
5012           vorbis encoding, negotiated through audioconvert.
5013
5014 2006-05-30  Wim Taymans  <wim@fluendo.com>
5015
5016         * tests/check/elements/adder.c: (test_event_message_received),
5017         (test_play_twice_message_received), (GST_START_TEST),
5018         (adder_suite):
5019         Added check to show that #339935 is fixed with ongoing
5020         adder and collectpads fixes.
5021
5022 2006-05-29  Wim Taymans  <wim@fluendo.com>
5023
5024         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5025         Don't leak pad name.
5026
5027 2006-05-29  Wim Taymans  <wim@fluendo.com>
5028
5029         * gst/adder/gstadder.c: (gst_adder_query_duration),
5030         (forward_event_func), (forward_event), (gst_adder_src_event):
5031         Fix adder seeking.
5032         Make query/seeking code threadsafe.
5033
5034         * tests/check/Makefile.am:
5035         * tests/check/elements/adder.c: (test_event_message_received),
5036         (GST_START_TEST), (test_play_twice_message_received):
5037         Fix adder test case.
5038
5039 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
5040
5041         Patch by: Young-Ho Cha  <ganadist at chollian net>
5042
5043         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5044         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5045         (set_encoding_element), (decodebin_element_added_cb),
5046         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5047         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5048         * gst/playback/gstplaybasebin.h:
5049           Add 'subtitle-encoding' property to playbin, so applications can
5050           force a subtitle encoding for non-UTF8 subtitles (#342268).
5051
5052         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5053         (gst_sub_parse_set_property):
5054           Rename recently-added 'encoding' property to 'subtitle-encoding'
5055           (so it can be proxied by playbin/decodebin in a generic way
5056           with less danger of false positives).
5057
5058 2006-05-29  Michael Smith  <msmith@fluendo.com>
5059
5060         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5061         (append_with_other_format), (set_structure_widths),
5062         (gst_audio_convert_transform_caps):
5063           Patch from #341562: give more specific audio caps in get_caps, so
5064           that basetransform  can make better decisions on what caps to
5065           negotiate.
5066
5067 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5068
5069         * tests/check/elements/volume.c:
5070         make it compile again
5071
5072 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5073
5074         * tests/check/elements/volume.c: (volume_suite):
5075         disable test until #343196 gets resolved
5076
5077 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5078
5079         * gst/adder/gstadder.c: (gst_adder_get_type):
5080         Make it easier to copy&paste
5081         
5082         * gst/volume/Makefile.am:
5083         * gst/volume/gstvolume.c: (volume_update_real_volume),
5084         (gst_volume_set_volume), (gst_volume_set_mute),
5085         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5086         (volume_transform_ip), (volume_update_mute),
5087         (volume_update_volume):
5088         * gst/volume/gstvolume.h:
5089         Add own debug category, move duplicate code to helper function, fix
5090         property texts, add more comments and prepare ffor liboil-goodness
5091         
5092         * tests/check/Makefile.am:
5093         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5094         add test for mute and passtrough case, be a bit more verbose to track
5095         failure
5096         
5097         * tests/check/generic/states.c: (GST_START_TEST):
5098         catch elements that fail to instantiate
5099
5100 2006-05-28  Edward Hervey  <edward@fluendo.com>
5101
5102         * tests/check/pipelines/simple-launch-lines.c:
5103         * tests/check/pipelines/theoraenc.c:
5104         * tests/check/pipelines/vorbisenc.c:
5105         Comment out tests using parse_launch() if core was built without
5106         parsing capabilities.
5107
5108 2006-05-27  Edward Hervey  <edward@fluendo.com>
5109
5110         * tests/check/Makefile.am:
5111         Extra bonus points for whoever explains to ensonic that you are meant
5112         to test unit tests thoroughly before commiting them, especially if
5113         you know it's going to break.
5114         De-activated element/adder tests.
5115
5116 2006-05-27  Edward Hervey  <edward@fluendo.com>
5117
5118         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5119         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5120         Marking caps conversion issues as GST_WARNING is way too verbose,
5121         Moving them to GST_LOG.
5122
5123 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5124
5125         * README:
5126           Replace current README (containing the release notes from
5127           some 0.9.x version) with a proper README taken from the core.
5128
5129 2006-05-26  Wim Taymans  <wim@fluendo.com>
5130
5131         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5132         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5133         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5134         (vorbis_dec_change_state):
5135         Small cleanups.
5136         Add some FIXMEs
5137         Clip output samples to segment boundaries.
5138
5139 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5140
5141         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5142         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5143         Improve the errors produced on bad output, including some human
5144         readable description strings.
5145         Handle the (theoretical for ximagesink) case where the XServer 
5146         has a different idea about the size required for a particular 
5147         frame and gives us too small a memory allocation.
5148
5149 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5150
5151         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5152         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5153         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5154         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5155         Improve the errors produced on bad output, including some human 
5156         readable description strings.
5157         Handle RGB Xv formats properly by transforming them into our 
5158         big-endian caps description.
5159         Use gst_caps_truncate to ensure that we never try and choose a
5160         non-fixed caps in buffer_alloc.
5161         Handle the case where the XServer has a different idea about the size
5162         required for a particular frame and gives us too small a memory
5163         allocation.
5164         Use -1 to indicate 'no image format', because 0 is a valid XServer
5165         image format number.
5166         Put RGB Xv formats at the end of the caps, so that we always prefer
5167         YUV format frames.
5168         Iterate the available Xv Encodings to determine the maximum width and
5169         height, and then return that in our caps.
5170         (Closes #315312, #337544)
5171
5172 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5173
5174         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5175         When there is only one unfinished pad and it receives an event that
5176         doesn't match our requirements, we need to set alldone=FALSE so that
5177         the fakesink is not removed yet.
5178
5179 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5180
5181         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5182           Use gst_type_find_helper_for_buffer() to find the type
5183           of stream from the first packet.
5184
5185         * configure.ac:
5186           Bump requirements to core CVS (needed for vorbis
5187           typefinding to work).
5188
5189 2006-05-24  Edward Hervey  <edward@fluendo.com>
5190
5191         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5192         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5193         contain.  Else they play perfectly fine with qtdemux.
5194
5195 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5196
5197         * ext/theora/theoradec.c:
5198         * ext/theora/theoraenc.c:
5199         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5200         * gst/audiorate/gstaudiorate.c:
5201           make more debug catagories static
5202         
5203         * tests/check/Makefile.am:
5204         * tests/check/elements/adder.c: (message_received),
5205         (test_event_message_received), (GST_START_TEST),
5206         (test_play_twice_message_received), (adder_suite):
5207           added test case for using element twice, extra bonus points for anyone
5208           who can make these test run reliably
5209
5210 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5211
5212         * ext/theora/theoradec.c: (theora_dec_chain):
5213           Make work with time-stamped input buffers that do not
5214           have a granulepos in BUFFER_OFFSET_END (like theora
5215           buffers coming from matroskademux). Fixes #342448.
5216
5217 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5218
5219         Patch by: Peter Kjellerstedt  <pkj at axis com>
5220
5221         * gst/tcp/Makefile.am:
5222           fdstresstest doesn't need Gtk+, fix compilation if 
5223           gtk is not available (#342566).
5224
5225 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5226          
5227         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5228           80 line columns
5229           Removed redundant floor()
5230
5231 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5232
5233         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5234           On second thought, just skip JUNK chunks automatically, so
5235           the caller doesn't have to handle this. Fixes #342345.
5236           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5237           not GST_FLOW_ERROR.
5238
5239 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5240
5241         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5242           Don't bail out on JUNK chunks with a size of 0 (would try to
5243           pull_range 0 bytes before, which sources don't like too much).
5244           See #342345.
5245
5246 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5247
5248         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5249         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5250         Use the gstutil scaling function to preserve 64 bits while calculating
5251         output width and height from the display-aspect-ratio. (A continuation
5252         of #341542)
5253
5254 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5255
5256         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5257         (gst_xvimagesink_buffer_alloc):
5258         * sys/xvimage/xvimagesink.h:
5259         When performing buffer allocations, remember the caps and image format
5260         we return so that if the same caps are asked for next time we can
5261         return them immediately without doing any caps intersections.
5262
5263 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5264          
5265         * gst-libs/gst/rtp/README:
5266           Some new documentation
5267         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5268           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5269         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5270         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5271           New RTP audio base payloader class. Supports frame or sample based
5272           codecs.  Not enabled in Makefile.am until approved.
5273
5274 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5275
5276         * tests/check/elements/alsa.c: (test_device_property_probe):
5277           Fix test case: don't try to free NULL GValueArray when there
5278           are no devices.
5279
5280 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5281
5282         * tests/check/Makefile.am:
5283         * tests/check/elements/alsa.c: (test_device_property_probe),
5284         (alsa_suite), (main):
5285           Add simple test that runs a device property probe on alsasrc,
5286           alsasink and alsamixer. Disable valgrind check for now (too
5287           many leaks in libasound, and valgrind ignored my suppressions
5288           additions).
5289
5290 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5291
5292         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5293         (gst_alsa_device_property_probe_probe_property),
5294         (gst_alsa_device_property_probe_needs_probe),
5295         (gst_alsa_device_property_probe_get_values),
5296         (gst_alsa_type_add_device_property_probe_interface):
5297         * ext/alsa/gstalsadeviceprobe.h:
5298         * ext/alsa/gstalsamixerelement.c:
5299         (gst_alsa_mixer_element_init_interfaces):
5300         * ext/alsa/gstalsamixerelement.h:
5301           Clean up and simplify alsa device probing. Make it actually work
5302           for multiple classes. Don't cache results any longer.
5303
5304         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5305         (gst_alsasink_init):
5306         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5307         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5308         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5309           Make alsasink and alsasrc implement the GstPropertyProbe interface
5310           for device probing (#342181).
5311           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5312
5313 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5314
5315         * gst/subparse/samiparse.c: (handle_start_font):
5316           Don't ignore return value of strtol (++compiler_happiness).
5317
5318 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5319
5320         Patch by: Young-Ho Cha  <ganadist chollian net>
5321
5322         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5323         (gst_sub_parse_class_init), (gst_sub_parse_init),
5324         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5325         (convert_encoding):
5326         * gst/subparse/gstsubparse.h:
5327           Add 'encoding' property (#341681).
5328
5329         * gst/subparse/samiparse.c: (characters_sami):
5330           Output is pango markup, so we need to escape text
5331           between tags (#342143).
5332
5333 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5334
5335         * gst-libs/gst/audio/multichannel.c:
5336         (gst_audio_check_channel_positions):
5337           It's okay to have caps with channels=1 and a channel position
5338           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5339           (deinterleavers might want to keep the position in the caps,
5340           so that they can be re-interleaved again properly later).
5341           Leave check for unexpected 2-channel layouts intact for now.
5342
5343 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5344
5345         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5346         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5347         basesrc can do its job correctly.
5348
5349 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5350
5351         * ext/alsa/Makefile.am:
5352         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5353         (gst_alsa_detect_formats), (get_channel_free_structure),
5354         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5355         (gst_alsa_probe_supported_formats):
5356         * ext/alsa/gstalsa.h:
5357         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5358           Refactor and improve caps probing code: probe signedness
5359           when we probe the supported formats/widths; set endianness
5360           to the one we actually probed for (ie. cpu endianness).
5361           
5362         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5363         (gst_alsasrc_close):
5364         * ext/alsa/gstalsasrc.h:
5365           Implement caps probing for alsasrc.
5366
5367 2006-05-15  Wim Taymans  <wim@fluendo.com>
5368
5369         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5370         (theora_dec_src_query), (theora_dec_src_event),
5371         (theora_dec_sink_event), (theora_handle_comment_packet),
5372         (theora_handle_data_packet), (theora_dec_change_state):
5373         Cleanups, add some G_LIKELY.
5374         Use segment helpers instead of our own wrong code.
5375         Clear queued buffers on seek and READY.
5376
5377         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5378         (vorbis_dec_convert), (vorbis_dec_src_query),
5379         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5380         (vorbis_handle_comment_packet), (vorbis_dec_push),
5381         (vorbis_handle_data_packet), (vorbis_dec_chain),
5382         (vorbis_dec_change_state):
5383         * ext/vorbis/vorbisdec.h:
5384         Remove old useless packetno variable.
5385         Do position query properly.
5386         Add some G_LIKELY.
5387         Do cleanup of queued buffers in new helper function
5388         and use it.
5389
5390 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5391
5392         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5393           Query supported sample rates. Fixes #341732.
5394
5395 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5396
5397         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5398         (gst_decode_bin_change_state): Make decodebin reusable
5399         when going from PAUSE_TO_READY and then back to PAUSED.
5400         Fixes #331678.
5401
5402 2006-05-15  Wim Taymans  <wim@fluendo.com>
5403
5404         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5405         (vorbis_dec_convert), (vorbis_dec_src_query),
5406         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5407         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5408         (vorbis_dec_clean_queued), (vorbis_dec_push),
5409         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5410         Cleanups. Use refcounting and DEBUG_OBJECT.
5411         Reset segment on flush, use code methods instead of our
5412         own wrong version.
5413         Fix potential memleak.
5414
5415 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5416
5417         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5418         (gst_alsasink_init):
5419         * ext/alsa/gstalsasink.h:
5420           Don't leak allocated snd_output_t structure if there's
5421           more than one alsasink instance at a time (#341873).
5422           Also fix GObject macros in header file.
5423           
5424 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5425
5426         * gst/subparse/gstsubparse.c:
5427         (gst_sub_parse_data_format_autodetect):
5428           Don't use libxml functions in the typefinding code.
5429
5430 2006-05-15  Wim Taymans  <wim@fluendo.com>
5431
5432         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5433         Fix seeking performance in the case where a non-header 
5434         packet has a 0 granulepos (busted theora case). 
5435         Fixes #341719
5436         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5437          the first place, you limelight stealer you)
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           Improve SAMI typefinding: handle case where there are
5444           whitespaces or newlines in front of the first <SAMI>
5445           tag (#169936).
5446
5447 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5448
5449         * configure.ac:
5450           Build video4linux plugin even if there's no XVIDEO, just
5451           without implementing the GstXOverlay interface (#334002).
5452          
5453 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5454
5455         * configure.ac:
5456         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5457         (plugin_init):
5458           Add tentative support for libvisual-0.4 (#336881).
5459
5460 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5461
5462         Patch by: Young-Ho Cha <ganadist at chollian net>
5463
5464         * gst/subparse/samiparse.c: (handle_start_font):
5465           Need to map "silver" colour explicitly (#169936).
5466
5467 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5468
5469         Patch by: Young-Ho Cha  <ganadist at chollian net>
5470
5471         * gst/subparse/Makefile.am:
5472         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5473         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5474         (gst_sub_parse_format_autodetect), (feed_textbuf),
5475         (gst_subparse_type_find), (plugin_init):
5476         * gst/subparse/gstsubparse.h:
5477         * gst/subparse/samiparse.c:
5478         * gst/subparse/samiparse.h:
5479           Add support for SAMI subtitles (#169936).
5480
5481 2006-05-14  Michael Smith  <msmith@fluendo.com>
5482
5483         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5484           Fix #341696: crash when mixing L+R+C to mono or stereo.
5485         * tests/check/Makefile.am:
5486         * tests/check/elements/audioconvert.c: (set_channel_positions),
5487         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5488         (audioconvert_suite):
5489           Add test for the above, including some generic framework bits for
5490           testing multichannel things.
5491
5492 === release 0.10.7 ===
5493
5494 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5495
5496         * configure.ac:
5497           releasing 0.10.7, "Leave the gun"
5498
5499 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5500
5501         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5502         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5503         Fix the build.
5504
5505 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5506
5507         * docs/libs/gst-plugins-base-libs-docs.sgml:
5508         * docs/libs/gst-plugins-base-libs-sections.txt:
5509         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5510         * gst-libs/gst/video/video.h:
5511         * gst/videoscale/Makefile.am:
5512         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5513         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5514         * tests/check/Makefile.am:
5515         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5516         (main):
5517           Fix integer overflow problem with pixel-aspect-ratio calculations
5518           in videoscale and xvimagesink (#341542)
5519
5520 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
5521
5522         * gst-libs/gst/tag/gstid3tag.c:
5523           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
5524
5525 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
5526
5527         * win32/MANIFEST:
5528           update win32 files listing
5529
5530 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5531
5532         patch by: Sjoerd Simons (sjoerd@luon.net)
5533
5534         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5535         (group_create), (group_destroy), (add_stream),
5536         (gst_play_base_bin_get_property),
5537         (gst_play_base_bin_get_streaminfo_value_array):
5538         * gst/playback/gstplaybasebin.h:
5539           API: GstPlayBaseBin::stream-info-value-array property
5540           use a more bindings-friendly way of exposing streaminfo
5541           using a GValueArray.  Tested in ipython.
5542           Closes #341114
5543
5544 2006-05-11  Wim Taymans  <wim@fluendo.com>
5545
5546         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
5547         (queue_underrun_cb), (queue_filled_cb):
5548         Also catch queue underruns but don't do anything yet.
5549         Refactor and comment queue enlarging code a bit.
5550
5551         * gst/playback/gstplaybasebin.c: (queue_overrun),
5552         (queue_threshold_reached), (queue_out_of_data),
5553         (gen_preroll_element):
5554         If a queue over/underruns check that we don't create nasty
5555         deadlocks when the min-threshold is not reached but the
5556         max-bytes is. In those cases disable max-bytes when we
5557         know that the queue is fed timed data.
5558         Add more comments.
5559
5560 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5561
5562         * gst/playback/gstplaybin.c: (gen_audio_element):
5563           Make playbin automatically plug an 'audioresample'
5564           element before the audio sink as well. This solves
5565           problems with sinks that only accept a very specific
5566           sample rate, like esdsink (e.g. #340379).
5567
5568 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
5569
5570         * gst/playback/gstplaybasebin.c: (gen_source_element):
5571           Make http sources send special headers so that we receive
5572           icecast metadata if the http stream is an icecast stream
5573           (otherwise the server will just ignore them). This also
5574           means that from now on users will need the 'icydemux'
5575           element from gst-plugins-good installed if they want to
5576           listen to icecast radio streams. (#341432, #333657).
5577
5578 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5579
5580         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
5581         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
5582           remove stupid example from docs - it should come with a simple
5583           C program instead.
5584           Clean up/fix docs
5585         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5586         (fail_if_can_read), (GST_START_TEST),
5587         (gst_multifdsink_create_streamheader), (multifdsink_suite):
5588           add a test for changing streamheader which exposes a bug in
5589           multifdsink
5590
5591 2006-05-11  Michael Smith  <msmith@fluendo.com>
5592
5593         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
5594         (gst_gnome_vfs_src_received_headers_callback):
5595         * ext/gnomevfs/gstgnomevfssrc.h:
5596           Don't set icy-caps unless we have a sane interval value. Move
5597           interval to a local variable; we never use it outside this function.
5598
5599 2006-05-11  Wim Taymans  <wim@fluendo.com>
5600
5601         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
5602         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
5603         Register special buffer types along with the objects so
5604         that they are not registered at runtime from N different
5605         streaming threads since they are not threadsafe.
5606
5607 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5608
5609         * tests/check/elements/multifdsink.c: (wait_bytes_served),
5610         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
5611           add two more tests, one doing streamheader
5612
5613 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
5614
5615         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
5616           clean up the bufqueue when shutting down
5617         * tests/check/Makefile.am:
5618         * tests/check/elements/multifdsink.c: (setup_multifdsink),
5619         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
5620         (main):
5621           add a test for the leak that was just fixed
5622
5623 2006-05-10  Wim Taymans  <wim@fluendo.com>
5624
5625         * gst/adder/gstadder.c: (gst_adder_setcaps),
5626         (gst_adder_query_duration), (gst_adder_query), (forward_event),
5627         (gst_adder_src_event), (gst_adder_sink_event),
5628         (gst_adder_class_init), (gst_adder_finalize),
5629         (gst_adder_request_new_pad), (gst_adder_collected):
5630         * gst/adder/gstadder.h:
5631         Updated some docs. Added comments and FIXMEs all over the place.
5632         Improve debugging info.
5633         Fix leak on finalize by not calling the parent.
5634         Implement duration query.
5635         Make event forwarding threadsafe.
5636         Correctly send NEWSEGMENT at start and after flush.
5637         Handle EOS correctly.
5638         Post error when not negotiated.
5639
5640         * tests/check/elements/adder.c: (GST_START_TEST):
5641         Added FIXME in the test.
5642
5643 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5644
5645         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
5646         (gst_text_overlay_halign_get_type),
5647         (gst_text_overlay_wrap_mode_get_type):
5648         * ext/theora/theoradec.c: (theora_handle_type_packet),
5649         (theora_handle_data_packet):
5650         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
5651         (theora_enc_sink_setcaps), (theora_enc_chain):
5652         * gst-libs/gst/cdda/gstcddabasesrc.c:
5653         (gst_cdda_base_src_mode_get_type):
5654         * gst/audiotestsrc/gstaudiotestsrc.c:
5655         (gst_audiostestsrc_wave_get_type):
5656         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
5657         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
5658         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
5659         (gst_sync_method_get_type), (gst_unit_type_get_type),
5660         (gst_client_status_get_type):
5661         * gst/videoscale/gstvideoscale.c:
5662         (gst_video_scale_method_get_type):
5663         * gst/videotestsrc/gstvideotestsrc.c:
5664         (gst_video_test_src_pattern_get_type):
5665         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
5666         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
5667         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
5668         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
5669         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
5670         (paint_setup_RGB565), (paint_setup_xRGB1555):
5671           Const-ify GEnumValue and GFlagsValue arrays. Use
5672           GST_ROUND_UP_* macros instead of home-made ones.
5673
5674 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5675
5676         * configure.ac:
5677           Require core CVS for the new newsegment stuff.
5678
5679 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5680
5681         Patch by: Sjoerd Simons  <sjoerd at luon net>
5682
5683         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
5684           Register nick for enum value (#341160).
5685
5686 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
5687
5688         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
5689         (plugin_init):
5690          backout typefind patch #340375
5691          
5692         * tests/check/elements/adder.c: (message_received),
5693         (GST_START_TEST), (adder_suite):
5694           redo, signal-handling of test
5695
5696 2006-05-09  Wim Taymans  <wim@fluendo.com>
5697
5698         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
5699         (gst_adder_collected):
5700         * gst/adder/gstadder.h:
5701         Remove bogus segment merging and forwarding, we don't
5702         care about timestamps anyway and we just produce a
5703         continuous stream. 
5704         Also create a nice NEWSEGMENT event when we start.
5705         Use _scale_int some more.
5706
5707 2006-05-09  Edward Hervey  <edward@fluendo.com>
5708
5709         * tests/icles/stress-xoverlay.c:
5710         Fix if core was built without parsing support.
5711
5712 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
5713
5714         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5715           Add SEDG (Samsung MPEG-4) fourcc.
5716
5717 2006-05-09  Edward Hervey  <edward@fluendo.com>
5718
5719         * tests/icles/stress-xoverlay.c:
5720         * tests/examples/volume/volume.c:
5721         Fix if core was built without parsing support.
5722
5723         * tests/examples/seek/seek.c:
5724         Disable the parse_launch example if core was built without parsing
5725         support.
5726
5727 2006-05-08  Edward Hervey  <edward@fluendo.com>
5728
5729         * autogen.sh: (CONFIGURE_DEF_OPT): 
5730         libtoolize on Darwin/MacOSX is called glibtoolize
5731
5732 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5733
5734         * tests/check/Makefile.am:
5735         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
5736           Disable the adder test, until the build-slaves posses the kindness to 
5737           either like it or to give valid reason for not doing so 
5738
5739 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5740
5741         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5742         (adder_suite):
5743           Shuffle NULL state change around and raise timeout more
5744
5745 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5746
5747         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
5748         (mp4_type_find), (plugin_init):
5749           Add typefind to distinguish between "audio/x-m4a" and new type
5750           "video/mp4". Fixes #340375
5751
5752         * tests/check/elements/adder.c: (adder_suite):
5753           Raise timeout to make buildbot happy
5754
5755 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
5756
5757         * gst/adder/gstadder.c: (gst_adder_sink_event),
5758         (gst_adder_request_new_pad), (gst_adder_change_state):
5759         * gst/adder/gstadder.h:
5760         * tests/check/Makefile.am:
5761         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
5762         (adder_suite), (main):
5763           Add sink-event handling to adder. It tries to merge incomming
5764           newsegment-events. Added test to check if segment_done is comming
5765           through. Fixes #340060
5766
5767 2006-05-05  Andy Wingo  <wingo@pobox.com>
5768
5769         * ext/theora/theoraparse.c (gst_theora_parse_init)
5770         (theora_parse_src_convert, theora_parse_src_query):
5771         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
5772         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
5773         query functions on the source pads of the theora and vorbis parse
5774         elements. Fixes position querying when doing a remux.
5775
5776 2006-05-05  Michael Smith  <msmith@fluendo.com>
5777
5778         * ext/theora/theoraparse.c: (parse_granulepos),
5779         (theora_parse_drain_queue_prematurely),
5780         (theora_parse_queue_buffer), (theora_parse_sink_event):
5781           Fix flushing.
5782           Fix invalid granulepos outputs when starting with a non-keyframe.
5783
5784 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
5785
5786         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
5787         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
5788         Rearrange MPEG system stream detection, fixing some memleaks in the
5789         process.
5790         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
5791         they clean up their data correctly.
5792         Remove unused ogganx caps and move the 'is_annodex' check to inside
5793         the 'is_ogg' if statement.
5794
5795 2006-05-05  Wim Taymans  <wim@fluendo.com>
5796
5797         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
5798         Properly remove ghostpads. Fixes #340392
5799
5800 2006-05-04  David Schleef  <ds@schleef.org>
5801
5802         * gst/typefind/gsttypefindfunctions.c:
5803
5804 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
5805
5806         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
5807         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
5808
5809         When typefinding an MP3 in push-based mode, don't penalise the
5810         probability down to 74% when we found 5 valid frames just because we
5811         can't peek the end of the file.
5812
5813         Make the probability for detecting MPEG Transport Streams based on the
5814         number of sequential headers we successfully detected.
5815
5816 2006-05-03  Wim Taymans  <wim@fluendo.com>
5817
5818         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5819         (vorbis_dec_push), (vorbis_dec_chain):
5820         Still produce an error when we receive an empty packet.
5821
5822 2006-05-03  Wim Taymans  <wim@fluendo.com>
5823
5824         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5825         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
5826         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
5827         Mark buffers with DISCONT after seek and after activating new
5828         chains.
5829
5830         * ext/theora/gsttheoradec.h:
5831         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5832         (theora_get_query_types), (theora_dec_sink_event),
5833         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
5834         (theora_dec_change_state):
5835         Fix frame counter.
5836         Detect and mark DISCONT buffers.
5837
5838         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5839         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
5840         (vorbis_dec_change_state):
5841         * ext/vorbis/vorbisdec.h:
5842         Use GstSegment.
5843         Detect and mark DISCONT buffers.
5844         Don't crash on 0 sized buffers.
5845
5846 2006-05-03  Wim Taymans  <wim@fluendo.com>
5847
5848         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
5849         (volume_transform_ip):
5850         Increase "volume" property to 10.0. Fixes #340369.
5851         Set the process function to NULL when capsnego fails so that
5852         we properly error out.
5853
5854 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
5855
5856         * gst/playback/gstplaybin.c: (add_sink):
5857         * gst/playback/test.c: (main):
5858         * gst/playback/test5.c: (dump_element_stats):
5859         * gst/playback/test6.c: (main):
5860           free caps using gst_caps_unref, don't leak caps-strings
5861
5862 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
5863
5864         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
5865         (plugin_init):
5866           Refine musepack typefinding a bit. Return MAXIMUM
5867           probability when we detect stream version 7 to make
5868           sure the mpeg audio typefinder doesn't trump us.
5869
5870 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
5871
5872         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5873           Protect against unexpected NULL strf_data buffer.
5874
5875 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5876
5877         * tests/check/elements/audioconvert.c: (verify_convert),
5878         (GST_START_TEST):
5879           interpret the out[] buffer in the order the bytes are actually
5880           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
5881           Other tests should use BYTE_ORDER since the array is filled in
5882           with actual values
5883
5884 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5885
5886         * tests/check/elements/audioconvert.c: (verify_convert),
5887         (GST_START_TEST):
5888           when a test fails, give an indication of which it is
5889
5890 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5891
5892         * gst-libs/gst/cdda/gstcddabasesrc.c:
5893           compile fix; strtol() needs <stdlib.h>
5894
5895 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5896
5897         * ext/alsa/gstalsamixerelement.c:
5898         * ext/alsa/gstalsasrc.c:
5899         * ext/cdparanoia/gstcdparanoiasrc.c:
5900         * ext/gnomevfs/gstgnomevfssink.c:
5901         * ext/gnomevfs/gstgnomevfssrc.c:
5902         * ext/ogg/gstoggdemux.c:
5903         * ext/ogg/gstoggmux.c:
5904         * ext/ogg/gstoggparse.c:
5905         * ext/ogg/gstogmparse.c:
5906         * ext/pango/gstclockoverlay.c:
5907         * ext/pango/gsttextoverlay.c:
5908         * ext/pango/gsttextrender.c:
5909         * ext/pango/gsttimeoverlay.c:
5910         * ext/theora/theoradec.c:
5911         * ext/theora/theoraenc.c:
5912         * ext/vorbis/vorbisdec.c:
5913         * ext/vorbis/vorbisenc.c:
5914         * gst-libs/gst/audio/gstaudiofilter.c:
5915         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5916         * gst/audioconvert/gstaudioconvert.c:
5917         * gst/audiorate/gstaudiorate.c:
5918         * gst/audioresample/gstaudioresample.c:
5919         * gst/audiotestsrc/gstaudiotestsrc.c:
5920         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5921         * gst/playback/gstdecodebin.c:
5922         * gst/playback/gstplaybin.c:
5923         * gst/playback/gststreamselector.c:
5924         * gst/subparse/gstsubparse.c:
5925         * gst/tcp/gstmultifdsink.c:
5926         * gst/tcp/gsttcpclientsink.c:
5927         * gst/tcp/gsttcpclientsrc.c:
5928         * gst/tcp/gsttcpserversink.c:
5929         * gst/tcp/gsttcpserversrc.c:
5930         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
5931         * gst/videorate/gstvideorate.c:
5932         * gst/videoscale/gstvideoscale.c:
5933         * gst/videotestsrc/gstvideotestsrc.c:
5934         * gst/volume/gstvolume.c:
5935         * sys/v4l/gstv4ljpegsrc.c:
5936         * sys/v4l/gstv4lmjpegsink.c:
5937         * sys/v4l/gstv4lmjpegsrc.c:
5938         * sys/v4l/gstv4lsrc.c:
5939         * sys/ximage/ximagesink.c:
5940         * sys/xvimage/xvimagesink.c:
5941         * tests/check/libs/cddabasesrc.c:
5942           make GstElementDetails const
5943
5944 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5945
5946         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
5947         (gst_adder_init):
5948           send events from src-pad to all sink-pads fixes #338657
5949
5950 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
5951
5952         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
5953         (alsasink_parse_spec):
5954           query width capabilities from alsa, fixes #338919
5955
5956 2006-04-28  Wim Taymans  <wim@fluendo.com>
5957
5958         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
5959         (gst_multi_fd_sink_remove_client_link):
5960         * gst/tcp/gstmultifdsink.h:
5961         Fix race condition in multifdsink that can lead to spurious 
5962         duplicate clients. this patch adds a new signal that is fired when
5963         multifdsink has removed all references to the fd.
5964         Fixes #339574.
5965         Updated documentation.
5966         API: client-fd-removed signal added
5967
5968 2006-04-28  Michael Smith  <msmith@fluendo.com>
5969
5970         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
5971           When asking g_value_array_new to prealloc elements, we may as well
5972           ask for the right number of elements.
5973
5974 2006-04-28  Wim Taymans  <wim@fluendo.com>
5975
5976         * gst-libs/gst/audio/gstbaseaudiosink.c:
5977         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
5978         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
5979         patch to make timestamp checking more tollerant to rounding 
5980         errors given that real discontinuities are to be marked on
5981         buffers. Fixes some asf files and #338778.
5982         Also avoid some crashers when we receive an event in the 
5983         NULL state.
5984
5985 2006-04-28  Michael Smith  <msmith@fluendo.com>
5986
5987         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
5988         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
5989         (gst_gnome_vfs_src_get_property),
5990         (gst_gnome_vfs_src_send_additional_headers_callback),
5991         (gst_gnome_vfs_src_received_headers_callback),
5992         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
5993         (gst_gnome_vfs_src_stop):
5994         * ext/gnomevfs/gstgnomevfssrc.h:
5995           Remove ICY handling (mostly) from gnomevfssrc, in favour of
5996           proper shared support within icydemux.
5997
5998 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
5999
6000         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6001         (gst_video_rate_swap_prev), (gst_video_rate_chain):
6002           fix up docs
6003           fix a leak when no caps negotiated
6004           fix counting of input frames
6005         * tests/check/elements/.cvsignore:
6006         * tests/check/elements/videorate.c: (assert_videorate_stats),
6007         (GST_START_TEST), (videorate_suite):
6008           add tests for these
6009
6010 2006-04-28  Wim Taymans  <wim@fluendo.com>
6011
6012         * gst-libs/gst/audio/gstringbuffer.c:
6013         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6014         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6015         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6016         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6017         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6018         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6019         (gst_ring_buffer_commit), (gst_ring_buffer_read),
6020         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6021         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6022         Check arguments passed to public functions instead of
6023         crashing.
6024
6025 2006-04-28  Wim Taymans  <wim@fluendo.com>
6026
6027         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6028         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6029         GstBaseAudioSrc must be live or it does not work.
6030
6031         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6032         Don't set live to TRUE as this is the default in the parentclass.
6033
6034 2006-04-28  Wim Taymans  <wim@fluendo.com>
6035
6036         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6037         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6038         Videoscale doesn't pass on pixel-aspect ratio. Handle all
6039         fixation cases better. Fixes #338991
6040
6041 2006-04-28  Wim Taymans  <wim@fluendo.com>
6042
6043         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6044         Handle 0/1 framerate correctly Fixes #331901.
6045
6046 2006-04-28  Wim Taymans  <wim@fluendo.com>
6047
6048         * tests/check/elements/audioconvert.c: (get_float_caps),
6049         (GST_START_TEST), (audioconvert_suite):
6050         Added check for correct clipping when doing float samples
6051         in audioconvert.
6052
6053 2006-04-28  Wim Taymans  <wim@fluendo.com>
6054
6055         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6056         (gst_video_rate_chain):
6057         Print more debugging info.
6058
6059 2006-04-28  Wim Taymans  <wim@fluendo.com>
6060
6061         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6062         (resample_set_state_from_caps):
6063         Add support for other formats audioresample can handle such as
6064         32 bits in and float and 64 bits float. Fixes #301759
6065
6066 2006-04-28  Wim Taymans  <wim@fluendo.com>
6067
6068         * gst/audioconvert/audioconvert.c: (float):
6069         correctly clip float samples > 1.0. Fixes #338718
6070
6071 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6072
6073         Patch by: Young-Ho Cha  <ganadist at chollian net>
6074
6075         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6076         (gst_text_overlay_render_text):
6077           Don't strip newlines from the text. Also, center lines
6078           within multi-line paragraphs (#339405).
6079
6080 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6081
6082         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6083           Fix wavpack typefinding to work in more cases (don't peek
6084           for chunks of multiple hundred kBs at once, but process
6085           things step-by-step in smaller units). Fixes #339786.
6086
6087 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6088
6089         * configure.ac:
6090           back to HEAD
6091
6092 === release 0.10.6 ===
6093
6094 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
6095
6096         * configure.ac:
6097           releasing 0.10.6, "Chao"
6098
6099 2006-04-26  David Schleef  <ds@schleef.org>
6100
6101         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6102           Fixes #338897.
6103
6104 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6105
6106         * configure.ac:
6107         * win32/common/config.h:
6108           new prerelease
6109
6110 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6111
6112         patch by: Wim Taymans
6113
6114         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6115         (gst_ogg_demux_perform_seek):
6116           make sure correct newsegments are sent, so that the decoder
6117           and the demuxer agree on timestamps.  Fixes playback of a lot
6118           of Ogg files that do not start from 0.  Fixes #339833.
6119
6120 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6121
6122         Patch by: Edward Hervey  <edward@fluendo.com>
6123
6124         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6125         * tests/check/Makefile.am:
6126         * tests/check/elements/videorate.c: (assert_videorate_stats),
6127         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6128         (videorate_suite), (main):
6129           Fix an infinite loop if frames are passed in with wrongly ordered
6130           timestamps.  Fixes #339013.
6131
6132 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6133
6134         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6135
6136         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6137           fix typefinding on some ISO files.  Fixes #339212.
6138
6139 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6140
6141         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6142
6143         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6144           add another H264 fourcc.  Fixes #339047.
6145
6146 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6147
6148         Patch by: Jan Schmidt
6149
6150         * gst/playback/gststreamselector.c:
6151         (gst_stream_selector_bufferalloc):
6152           Restore old StreamSelector behaviour.
6153           Fixes #338419.
6154
6155 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6156
6157         * configure.ac:
6158         * win32/common/config.h:
6159           prerelease
6160
6161 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6162
6163         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6164
6165         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6166         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6167           Fix some memory leaks: on finalize, free buffers left in the queue
6168           before destroying the queue; in _push(), unref rtp_buf even if
6169           the process vfunc returned a NULL buffer as output buffer (#337548);
6170           demote some recuring debug messages to LOG level.
6171
6172 2006-04-11  Wim Taymans  <wim@fluendo.com>
6173
6174         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6175         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6176         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6177         (gst_ogg_demux_loop):
6178         More cleanups.
6179         Respect segment stop when emiting EOS or SEGMENT_DONE.
6180         Fixes (#337945).
6181
6182 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6183
6184         * gst/playback/gststreamselector.c:
6185         (gst_stream_selector_get_property):
6186           Don't leak pad name.
6187
6188 2006-04-10  Michael Smith  <msmith@fluendo.com>
6189
6190         * tests/check/Makefile.am:
6191         * tests/check/gst-plugins-base.supp:
6192           Suppress an old libtheora bug (fixed in more recent versions), so 
6193           that FC4 buildslaves can pass.
6194
6195 2006-04-10  Wim Taymans  <wim@fluendo.com>
6196
6197         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6198         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6199         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6200         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6201         (gst_ogg_demux_loop):
6202         Don't leak events.
6203         Remember what error we got when finding chains, if we
6204         were shutdown, that would not be an error.
6205
6206 2006-04-10  Wim Taymans  <wim@fluendo.com>
6207
6208         * gst-libs/gst/audio/gstbaseaudiosink.c:
6209         (gst_base_audio_sink_event):
6210         Starting the ringbuffer when we did not acquire it can cause
6211         a deadlock, is pointless and causes nasty things for
6212         subclasses. 
6213         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6214
6215 2006-04-10  Wim Taymans  <wim@fluendo.com>
6216
6217         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6218         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6219         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6220         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6221         (gst_ogg_demux_deactivate_current_chain),
6222         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6223         (gst_ogg_demux_bisect_forward_serialno),
6224         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6225         Add some more debugging.
6226
6227 2006-04-10  Wim Taymans  <wim@fluendo.com>
6228
6229         * ext/theora/theoradec.c: (theora_dec_src_event),
6230         (theora_handle_data_packet):
6231         Some more debug info.
6232
6233         * tests/examples/seek/seek.c: (start_seek), (main):
6234         Print element messages too.
6235
6236 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6237
6238         * gst/audioresample/debug.h:
6239           replace debug macros with variable number of parameters
6240           by a simple alias to gstreamer standard debug macros 
6241          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6242           supported by MSVC 6.0 and 7.1)
6243         * gst/audioresample/resample.h:
6244           define M_PI and rint for WIN32
6245         * win32/common/libgstaudio.def:
6246         * win32/common/libgstriff.def:
6247         * win32/common/libgsttag.def:
6248         * win32/common/libgstvideo.def:
6249           add new exported functions
6250         * win32/vs6:
6251           update project files
6252
6253 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6254
6255         * ext/alsa/gstalsamixeroptions.c:
6256         (gst_alsa_mixer_options_class_init):
6257         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6258         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6259         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6260         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6261         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6262         * gst-libs/gst/audio/gstaudiofilter.c:
6263         (gst_audio_filter_class_init):
6264         * gst-libs/gst/audio/gstaudiosink.c:
6265         (gst_audioringbuffer_class_init):
6266         * gst-libs/gst/audio/gstaudiosrc.c:
6267         (gst_audioringbuffer_class_init):
6268         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6269         * gst-libs/gst/interfaces/colorbalancechannel.c:
6270         (gst_color_balance_channel_class_init):
6271         * gst-libs/gst/interfaces/mixeroptions.c:
6272         (gst_mixer_options_class_init):
6273         * gst-libs/gst/interfaces/mixertrack.c:
6274         (gst_mixer_track_class_init):
6275         * gst-libs/gst/interfaces/tunerchannel.c:
6276         (gst_tuner_channel_class_init):
6277         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6278         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6279         (gst_netbuffer_class_init):
6280         * gst-libs/gst/rtp/gstbasertppayload.c:
6281         (gst_basertppayload_class_init):
6282         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6283         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6284         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6285         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6286         * gst/playback/gststreamselector.c:
6287         (gst_stream_selector_class_init):
6288         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6289         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6290         * sys/v4l/gstv4lcolorbalance.c:
6291         (gst_v4l_color_balance_channel_class_init):
6292         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6293         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6294         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6295         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6296         (gst_v4l_tuner_norm_class_init):
6297         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6299         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6300         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6301
6302 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6303
6304         * ext/pango/gsttextrender.h:
6305         * gst-libs/gst/audio/gstaudiosink.h:
6306         * gst-libs/gst/audio/gstaudiosrc.h:
6307         * gst-libs/gst/audio/gstbaseaudiosink.h:
6308         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6309         * gst-libs/gst/audio/gstringbuffer.h:
6310         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6311         * gst-libs/gst/rtp/gstbasertppayload.h:
6312         * gst-libs/gst/video/gstvideofilter.h:
6313         * gst-libs/gst/video/gstvideosink.h:
6314         * gst/playback/gstplaybasebin.h:
6315         * gst/tcp/gstmultifdsink.h:
6316         * sys/v4l/gstv4lelement.h:
6317         Fix broken GObject macros
6318
6319 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6320
6321         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6322         More debug to trace why my USB headset is not working with gst
6323
6324 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6325
6326         * gst/playback/gstplaybasebin.c: (group_destroy):
6327         Clean up our group elements properly in the case where it never 
6328         got committed - it still got added unconditionally to the bin.
6329
6330 2006-04-07  Wim Taymans  <wim@fluendo.com>
6331
6332         * ext/theora/theoradec.c: (theora_dec_sink_event),
6333         (theora_handle_data_packet), (theora_dec_chain):
6334         Unref unhandled events.
6335         Protect against empty buffers.
6336         Perform QoS on running time.
6337
6338 2006-04-07  Michael Smith  <msmith@fluendo.com>
6339
6340         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6341         (gst_vorbis_enc_chain):
6342           Remove leaks from vorbisenc.
6343           Mostly minor changes, the only significant one is that now the
6344           buffers we set as 'streamheader' on the caps are copies of the
6345           original buffers, to avoid circular refcounting problems.
6346
6347 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6348
6349         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6350           Don't remove our mute-probe if someone else already did so.
6351           Don't set a 2nd one if there is already one pending on the pad.
6352
6353         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6354         (do_playbin_seek):
6355           When a seek fails, ensure that playbin is still set back to playing.
6356           
6357         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6358         (mpeg_ts_type_find), (plugin_init):
6359           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6360
6361 2006-04-06  Andy Wingo  <wingo@pobox.com>
6362
6363         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6364         (gst_video_rate_init): Caps-related parameters should not be reset
6365         by a flush -- move their inits to the instance init function.
6366         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6367         is not OK, just return the result.
6368
6369         * gst/audiotestsrc/gstaudiotestsrc.c
6370         (gst_audio_test_src_class_init)
6371         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6372         broken by Stefan's commit on 24 March.
6373
6374         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6375         buffers being pushed out. Fixes oggmux ! multifdsink.
6376
6377 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6378
6379         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6380         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6381         * ext/vorbis/vorbisdec.h:
6382         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6383         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6384         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6385         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6386         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6387         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6388         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6389         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6390         (gst_vorbis_enc_buffer_from_packet),
6391         (gst_vorbis_enc_buffer_from_header_packet),
6392         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6393         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6394         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6395         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6396         (gst_vorbis_enc_change_state):
6397         * ext/vorbis/vorbisenc.h:
6398           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6399           vorbisenc adhere to the official nomenclature; use boilerplate
6400           macro.
6401
6402 2006-04-04  Andy Wingo  <wingo@pobox.com>
6403
6404         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6405         Whoops, fix bug introduced. Bad hacker!
6406         
6407         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6408         Properly handle the case where you get EOS before any buffers are
6409         received. Use gst_buffer_make_metadata_writable where appropriate.
6410
6411         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6412         is often negative -- make it signed so as not to wrap around.
6413         Fixes segfaults introduced on 9 March.
6414
6415 2006-04-03  Wim Taymans  <wim@fluendo.com>
6416
6417         * ext/theora/gsttheoradec.h:
6418         * ext/theora/theoradec.c: (theora_dec_src_event):
6419         Don't try to store a gdouble in a gboolean.
6420         Small cleanups.
6421
6422 2006-04-03  Michael Smith  <msmith@fluendo.com>
6423
6424         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6425           Oggmux sucks.
6426           Make it suck slightly less by writing out the final page.
6427           Still can't encode a vorbis-in-ogg file correctly, though.
6428
6429 2006-04-03  Andy Wingo  <wingo@pobox.com>
6430
6431         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6432         a g_print.
6433
6434         * ext/theora/theora.c (plugin_init): Register theoraparse.
6435
6436         * ext/theora/gsttheoraparse.h: 
6437         * ext/theora/theoraparse.c: New files implementing a theora
6438         parser. Now we can properly remux ogg/theora+vorbis, yay.
6439
6440         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6441
6442 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6443
6444         * gst/audiotestsrc/gstaudiotestsrc.c:
6445           Fixed the sample pipeline (see #323798)
6446
6447 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6448
6449         * configure.ac:
6450         * win32/common/config.h:
6451         * win32/common/config.h.in:
6452           use AS_VERSION and AS_NANO
6453           more cleanups
6454
6455 2006-03-31  Andy Wingo  <wingo@pobox.com>
6456
6457         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6458         uninitialized variable return that would happen.
6459         
6460         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6461         uninitialized variable return that would never happen.
6462
6463         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6464         (vorbis_parse_sink_event): Add an event function to flush our
6465         state on a seek, and to drain buffers on a premature EOS.
6466         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6467         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6468         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6469         (vorbis_parse_drain_queue): Queue up buffers until we can set
6470         their timestamps and granulepos values.
6471
6472         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6473         and keep track of data needed for deriving granulepos and
6474         timestamps for buffers.
6475
6476 2006-03-29  Wim Taymans  <wim@fluendo.com>
6477
6478         Patch by: j^ <j at bootlab dot org>
6479
6480         * ext/alsa/gstalsamixerelement.c:
6481         (gst_alsa_mixer_element_class_init):
6482         * ext/alsa/gstalsasink.c:
6483         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6484         * ext/ogg/gstoggdemux.c:
6485         * ext/ogg/gstoggmux.c:
6486         * ext/ogg/gstoggparse.c:
6487         * ext/pango/gstclockoverlay.c:
6488         * ext/pango/gsttextoverlay.c:
6489         * ext/pango/gsttextrender.c:
6490         * ext/pango/gsttimeoverlay.c:
6491         * ext/theora/theoradec.c:
6492         * ext/theora/theoraenc.c:
6493         * ext/vorbis/vorbisdec.c:
6494         * ext/vorbis/vorbisenc.c:
6495         * gst/audioconvert/gstaudioconvert.c:
6496         * gst/subparse/gstsubparse.c:
6497         * gst/tcp/gstmultifdsink.c:
6498         * gst/tcp/gsttcpclientsink.c:
6499         * gst/tcp/gsttcpclientsrc.c:
6500         * gst/tcp/gsttcpserversink.c:
6501         * gst/tcp/gsttcpserversrc.c:
6502           better/unified long descriptions
6503           Fixes #336477
6504
6505 2006-03-29  Wim Taymans  <wim@fluendo.com>
6506
6507         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6508         (stop_seek):
6509         Don't let double and triple clicks mess up our state.
6510
6511 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6512
6513         * gst/playback/gstplaybin.c: (gen_video_element),
6514         (gen_text_element), (gen_audio_element), (gen_vis_element):
6515           Error out gracefully when we can't create any of the usual
6516           conversion elements for some reason. Also, don't try to
6517           create an audioscale (sic) element that's not used anyway.
6518
6519 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6520
6521         * gst/playback/gstplaybasebin.c: (setup_source):
6522           Don't post RESOURCE_NOT_FOUND error when we can't find a source
6523           element for a particular protocol, that's confusing for users.
6524           Instead, post a RESOURCE_FAILED error, so that our own error
6525           message is actually shown in totem etc. (#336303).
6526
6527 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6528
6529         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6530
6531         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
6532         (gst_gnome_vfs_src_get_icy_metadata):
6533           Fix some minor memory leaks (#336194).
6534
6535 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
6536
6537         * ext/gnomevfs/gstgnomevfs.c:
6538         (gst_gnome_vfs_location_to_uri_string):
6539         * ext/gnomevfs/gstgnomevfs.h:
6540         * ext/gnomevfs/gstgnomevfssink.c:
6541         (gst_gnome_vfs_sink_set_property):
6542         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
6543           Make gnomevfssink accept filenames as well as URIs for the
6544           "location" property, just like gnomevfssrc does (and
6545           filesrc/filesink do) (#336190).
6546
6547 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6548
6549         * tests/check/generic/clock-selection.c: (GST_START_TEST):
6550           set to NULL before unreffing, fixes a valgrind leak.
6551           Why was this not triggering the error that an object needs to
6552           be NULL before unreffing ?
6553         * win32/common/config.h:
6554           update
6555
6556 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
6557
6558         * gst/subparse/gstsubparse.c: (convert_encoding),
6559         (gst_sub_parse_change_state):
6560         * gst/subparse/gstsubparse.h:
6561           Text subtitle files may or may not be UTF-8. If it's not, we
6562           don't really want to see '?' characters in place of non-ASCII
6563           characters like accented characters. So let's assume the input
6564           is UTF-8 until we come across text that is clearly not. If it's
6565           not UTF-8, we don't really know what it is, so try the following:
6566           (a) see whether the GST_SUBTITLE_ENCODING environment variable
6567           is set; if not, check (b) if the current locale encoding is
6568           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
6569           the current locale encoding is UTF-8 and the environment variable
6570           was not set to any particular encoding. Not perfect, but better
6571           than nothing (and better than before, I think) (fixes #172848).
6572
6573 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
6574
6575         * configure.ac:
6576           update core requirement to 0.10.4.1 because of async_playback
6577           vmethod on GstBaseSink
6578
6579 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6580
6581         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
6582         * gst/adder/gstadder.c: (gst_adder_init):
6583         use DEBUG_FUNCPTR for collectpads
6584
6585 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
6586
6587         * docs/plugins/Makefile.am:
6588         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6589         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6590         * ext/cdparanoia/gstcdparanoiasrc.c:
6591         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
6592         (gst_gnome_vfs_sink_class_init):
6593         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
6594         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
6595         * ext/ogg/gstoggmux.c:
6596         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
6597         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
6598         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
6599         * ext/pango/gsttextoverlay.c:
6600         * ext/pango/gsttextrender.c:
6601         * ext/theora/theoradec.c:
6602         * ext/theora/theoraenc.c:
6603         * ext/vorbis/vorbisdec.c:
6604         * ext/vorbis/vorbisenc.c:
6605         * gst-libs/gst/audio/gstaudiofilter.c:
6606         (gst_audio_filter_base_init):
6607         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6608         (gst_audio_filter_template_base_init):
6609         * gst/adder/gstadder.c: (gst_adder_get_type):
6610         * gst/adder/gstadder.h:
6611         * gst/audioconvert/gstaudioconvert.c:
6612         * gst/audiotestsrc/gstaudiotestsrc.c:
6613         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
6614         (gst_audio_test_src_create):
6615         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6616         * gst/playback/gstdecodebin.c:
6617         * gst/playback/gstplaybin.c:
6618         * gst/playback/gststreamselector.c:
6619         (gst_stream_selector_base_init):
6620         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
6621         * gst/volume/gstvolume.c:
6622         * sys/v4l/gstv4lmjpegsink.c:
6623         * sys/v4l/gstv4lmjpegsrc.c:
6624         * tests/check/libs/cddabasesrc.c:
6625         * tests/old/examples/gob/gst-identity2.gob:
6626           Add docs for adder, use GST_ELEMENT_DETAILS macro,
6627           define GstElementDetails at the top
6628
6629 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
6630
6631         * win32/common/libgstinterfaces.def:
6632         Add a lot of export functions for gst-python
6633         * win32/vs6/libgstinterfaces.dsp:
6634         Add a missing include folder in the project configuration
6635         
6636 2006-03-23  Wim Taymans  <wim@fluendo.com>
6637
6638         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6639         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6640         (gst_base_audio_src_change_state):
6641         Fix audio sources, forgot to make the ringbuffer
6642         startable...
6643
6644 2006-03-23  Wim Taymans  <wim@fluendo.com>
6645
6646         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6647         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
6648         (gst_base_audio_src_change_state):
6649         unparent instead of unref the ringbuffer.
6650
6651 2006-03-23  Wim Taymans  <wim@fluendo.com>
6652
6653         * gst-libs/gst/audio/gstbaseaudiosink.c:
6654         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
6655         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
6656         Implement new async_play vmethod to start slaving and allow
6657         playback start in case of async PLAY state changes. 
6658
6659         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6660         Enable QoS with new method in base class.
6661
6662 2006-03-23  Wim Taymans  <wim@fluendo.com>
6663
6664         Patch by: Julien MOUTTE <julien at moutte dot net>
6665
6666         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
6667         (gst_video_test_src_do_seek), (gst_video_test_src_create):
6668         Partially handle 0 framerate, only EOS after the first frame
6669         is missing.
6670
6671 2006-03-23  Wim Taymans  <wim@fluendo.com>
6672
6673         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
6674
6675         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6676         (gst_riff_create_video_template_caps):
6677         * gst/ffmpegcolorspace/avcodec.h:
6678         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6679         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6680         (gst_ffmpegcsp_avpicture_fill):
6681         * gst/ffmpegcolorspace/imgconvert.c:
6682         Patch for support of YVU9 AVI files (#334822)
6683
6684 2006-03-22  Edward Hervey  <edward@fluendo.com>
6685
6686         * docs/design/design-decodebin.txt:
6687         Added design document for new decodebin
6688         (Target Caps): text/x-pango-markup is also a default target caps.
6689
6690 2006-03-22  Wim Taymans  <wim@fluendo.com>
6691
6692         * gst-libs/gst/audio/gstbaseaudiosink.c:
6693         (gst_base_audio_sink_dispose):
6694         Since we _parent the ringbuffer, we also need to
6695         _unparent instead of a plain _unref.
6696
6697 2006-03-22  Wim Taymans  <wim@fluendo.com>
6698
6699         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
6700         (stop_seek), (scrub_toggle_cb), (main):
6701         Add scrub checkbox.
6702
6703 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
6704
6705         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
6706         (gst_ogg_parse_chain):
6707           Fix very inefficient usage of linked lists (#335365).
6708
6709 2006-03-21  Edward Hervey  <edward@fluendo.com>
6710
6711         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6712         * gst/playback/gstplaybin.c: (handoff):
6713         * gst/playback/gststreamselector.c:
6714         (gst_stream_selector_set_property):
6715         gcc 4.1 unreferenced pointer fixes.
6716         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
6717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
6718         gst_buffer_ref() now takes a GstBuffer*.
6719
6720 2006-03-20  Julien MOUTTE  <julien@moutte.net>
6721
6722         * sys/xvimage/xvimagesink.c:
6723         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
6724         by Jan Schmidt.
6725
6726 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
6727
6728         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
6729         (id3v1_type_find), (apetag_type_find), (plugin_init):
6730           Can't do tag preferences via probability, as tags would then
6731           lose against types that are recognised with MAXIMUM probability
6732           (like .wav); so let all tag typefinders return MAXIMUM themselves
6733           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
6734           that we can prefer APE to ID3v1 (fixes #335028).
6735           
6736 2006-03-17  Wim Taymans  <wim@fluendo.com>
6737
6738         * gst-libs/gst/audio/gstbaseaudiosink.c:
6739         (gst_base_audio_sink_change_state):
6740         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
6741         (gst_ring_buffer_may_start):
6742         * gst-libs/gst/audio/gstringbuffer.h:
6743         Only start playback if we are playing.
6744         should fix #330748.
6745
6746 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
6747
6748         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6749         * win32/common/config.h:
6750           Revert accidental commits to these files.
6751
6752 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6753
6754         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
6755
6756         * tests/Makefile.am:
6757           Don't try to build tests in tests/icles if we
6758           don't have X (#323852)
6759
6760 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
6761
6762         * gst-libs/gst/tag/gstid3tag.c:
6763           Add TXXX frame identifiers for replaygain stuff as used
6764           by some taggers (see #323721).
6765
6766 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
6767
6768         * gst/playback/gststreamselector.c:
6769         (gst_stream_selector_set_property),
6770         (gst_stream_selector_bufferalloc):
6771           Preserve the existing buggy streamselector behaviour by performing
6772           a fallback buffer allocation when downstream isn't linked yet.
6773           This should really be fixed in playbin by blocking pads until it's
6774           linked them.
6775           Also, use gst_pad_alloc_buffer instead of
6776           gst_pad_alloc_buffer_and_set.
6777
6778 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6779
6780         * gst-libs/gst/tag/gstid3tag.c:
6781           Don't crash on unknown ID3v2 TXXX frames.
6782           
6783 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
6784
6785         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
6786           Chain up to the parent finalize method.
6787           Add 32-bit sample size to the template caps.
6788
6789         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6790         (gst_riff_create_video_template_caps):
6791           Add the fourcc that the VMWare codec uses.
6792           
6793         * gst/playback/gststreamselector.c:
6794         (gst_stream_selector_set_property),
6795         (gst_stream_selector_bufferalloc),
6796         (gst_stream_selector_request_new_pad):
6797           For the active pad, forward buffer-alloc requests, otherwise
6798           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
6799           having to memcpy every frame when used by playbin.
6800
6801         * gst/tcp/gstmultifdsink.c:
6802         (gst_multi_fd_sink_handle_client_write):
6803           Get negotiated caps from the sink pad, rather than the sink
6804           pad's peer.
6805
6806 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6807
6808         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
6809         
6810         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
6811           Don't forget to set src->callbacks_pushed to FALSE again when
6812           popping them, otherwise re-activation in a different mode won't
6813           work (#334620).
6814
6815 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
6816
6817         Patch by: Sebastien Moutte  <sebastien moutte net>
6818
6819         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
6820         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
6821         (gst_ffmpeg_smpfmt_to_caps):
6822           Replace __VA_ARGS__ caps creation macros with varargs functions.
6823           Makes things compile on MSVC (#320765), looks nicer, and we can
6824           tell the compiler to check for the NULL terminator.
6825
6826 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6827
6828         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
6829
6830         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6831           Make sure the buffer we copy into is really always big
6832           enough, this time for real (#333488).
6833           
6834 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6835
6836         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6837           Add support for 24bpp DIB (#305279).
6838
6839 2006-03-14  Wim Taymans  <wim@fluendo.com>
6840
6841         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
6842         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6843         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
6844         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
6845         (gst_video_scale_init), (gst_video_scale_src_event):
6846         Re-enable QoS after the release.
6847         Rework videoscale to use the base class src_event handler.
6848
6849 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
6850
6851         * configure.ac:
6852           back to CVS.
6853
6854 === release 0.10.5 ===
6855
6856 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
6857
6858         * configure.ac:
6859           releasing 0.10.5, "Net"
6860
6861 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
6862
6863         * docs/plugins/Makefile.am:
6864           Part of previous cdparanoiasrc docs fixes, forgot to commit.
6865           
6866 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6867
6868         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6869         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6870         * docs/plugins/gst-plugins-base-plugins.hierarchy:
6871           Add cdparanoiasrc to docs.
6872
6873         * gst-libs/gst/cdda/gstcddabasesrc.c:
6874           More GstCddaBaseSrc docs.
6875
6876 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
6877
6878         * docs/libs/gst-plugins-base-libs-sections.txt:
6879         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
6880         * gst-libs/gst/tag/tag.h:
6881           API: libgsttag: new method gst_tag_from_id3_user_tag().
6882
6883 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6884
6885         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6886           NULL-terminate array of mpeg4 video file extensions.
6887           Fixes crash on PPC (#334226).
6888
6889 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
6890
6891         * ext/gnomevfs/gstgnomevfssrc.c:
6892         (gst_gnome_vfs_src_check_get_range):
6893           gnome_vfs_uri_is_local() alone is not a good indicator
6894           whether we can operate in pull-mode with a specific URI,
6895           as it returns FALSE for file:// URIs that point to an
6896           NFS-mounted path. Be more conservative here: whitelist
6897           local files, blacklist http URIs and use the old
6898           mechanism for anything else (fixes #334216).
6899
6900 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6901
6902         * configure.ac:
6903           back to trunk
6904
6905 === release 0.10.4 ===
6906
6907 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
6908
6909         * configure.ac:
6910           releasing 0.10.4, "Power"
6911
6912 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
6913
6914         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
6915         Disable max-lateness by setting it to -1 for now, so that 
6916         we can bed QoS stuff in thoroughly between now and the next
6917         release.
6918
6919 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
6920
6921         Patch by: Fabrizio Gennari
6922
6923         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6924           Make sure we don't read beyond the palette buffer in case of
6925           broken or manipulated files (#333488)
6926
6927 2006-03-10  Edward Hervey  <edward@fluendo.com>
6928
6929         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6930         Fix for variable not initialized.
6931
6932 2006-03-09  Wim Taymans  <wim@fluendo.com>
6933
6934         * ext/libvisual/visual.c: (gst_visual_get_type),
6935         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
6936         (gst_visual_chain):
6937         Small cleanups.
6938
6939         * ext/theora/gsttheoradec.h:
6940         * ext/theora/theoradec.c: (gst_theora_dec_init),
6941         (gst_theora_dec_reset), (_theora_granule_time),
6942         (theora_dec_src_convert), (theora_dec_sink_convert),
6943         (theora_dec_src_query), (theora_dec_src_event),
6944         (theora_dec_sink_event), (theora_handle_comment_packet),
6945         (theora_handle_header_packet), (theora_dec_push),
6946         (theora_handle_data_packet), (theora_dec_chain),
6947         (theora_dec_change_state):
6948         Add simple QoS.
6949
6950 2006-03-09  Wim Taymans  <wim@fluendo.com>
6951
6952         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
6953         (audiocast_register_listener), (gst_gnome_vfs_src_start):
6954         Some cleanups.
6955
6956 2006-03-09  Wim Taymans  <wim@fluendo.com>
6957
6958         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
6959         Don't try to activate NULL chains.
6960
6961 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6962
6963         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
6964           Fix invalid memory access to region before peek'd data (#332964).
6965
6966 2006-03-09  Wim Taymans  <wim@fluendo.com>
6967
6968         Patch by: Christophe Fergeau
6969
6970         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
6971         * ext/pango/gsttextrender.c: (gst_text_render_init):
6972         * gst/adder/gstadder.c: (gst_adder_init):
6973         Don't leak padtemplates, closes #333510.
6974
6975 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6976
6977         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
6978           Fix invalid memory access: make sure string passed to
6979           regexec() is NUL-termianted.
6980
6981 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6982
6983         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6984         (mp3_type_find):
6985           Refactor mpeg/audio typefinding to make it more maintainable
6986           and easier to fine-tune. Make probing into middle of the file
6987           work properly (fixes #333900, also see #152688).
6988
6989 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
6990
6991         * gst/typefind/gsttypefindfunctions.c:
6992         (utf8_type_find_have_valid_utf8_at_offset):
6993           Remove part from previous commit that was bogus:
6994           g_utf8_validate() does in fact not accept embedded
6995           zeroes, so we don't need to check for those (thanks
6996           to Mike for the hint).
6997
6998 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
6999
7000         * gst/typefind/gsttypefindfunctions.c:
7001         (utf8_type_find_count_embedded_zeroes),
7002         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7003           Make plain/text typefinder more conservative: firstly, check
7004           for embedded zeroes, which are perfectly valid UTF-8 characters,
7005           but also a fairly good sign that something is not a plain text
7006           file; secondly, probe into the middle of the file if possible.
7007           If we can't probe into the middle, limit the probability value
7008           to be returned to TYPE_FIND_POSSIBLE (see #333900).
7009
7010 2006-03-08  Michael Smith  <msmith@fluendo.com>
7011
7012         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7013           Make typefind function name for mpeg4 video unique.
7014
7015 2006-03-08  Wim Taymans  <wim@fluendo.com>
7016
7017         * ext/libvisual/visual.c: (gst_visual_init),
7018         (gst_visual_clear_actors), (gst_visual_dispose),
7019         (gst_visual_reset), (gst_visual_src_setcaps),
7020         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7021         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7022         (gst_visual_chain), (gst_visual_change_state):
7023         Cleanups, post nice errors.
7024         Handle sink and src events.
7025         Implement simple QoS.
7026
7027         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7028         Use new basesink methods to configure max-lateness.
7029         Small doc update.
7030
7031         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7032         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7033         Debug statement cleanups.
7034
7035         * gst/volume/gstvolume.c: (gst_volume_class_init):
7036         Simple cleanup.
7037
7038 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7039
7040         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7041         (gst_text_overlay_init), (gst_text_overlay_set_property),
7042         (gst_text_overlay_get_property):
7043           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7044           as string type properties, but mark them deprecated. Add
7045           'halignment' and 'valignment' properties that use enums
7046           instead of strings.
7047
7048 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7049
7050         Patch by: Fabrizio Gennari
7051
7052         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7053           Allow palettes with less than 256 colours in AVI files
7054           (#333488)
7055
7056 2006-03-07  Julien MOUTTE  <julien@moutte.net>
7057
7058         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7059         (gst_text_overlay_video_event): Fix wrong EOS handling on text
7060         pad. We were releasing the queued text buffer when we should keep
7061         it until video pad gets EOS or discard the text buffer because it's
7062         too old. That was eating the last subtitle buffer. Add some more
7063         debug.
7064
7065 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7066
7067         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7068         (gst_text_overlay_video_chain):
7069           Fix invalid memory access (we can't access a buffer after it's been
7070           pushed downstream without taking a reference); fix memory leak (if
7071           there's no text to render, bail out before allocating stuff).
7072
7073 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7074
7075         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7076         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7077         * ext/pango/gsttextoverlay.h:
7078           If input is plain text, escape it before passing it to
7079           pango_layout_set_markup().
7080
7081 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7082
7083         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7084           Don't ignore flow return from gst_pad_push().
7085
7086 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7087
7088         Patch by: Fabrizio Gennari
7089
7090         * ext/libvisual/visual.c: (gst_visual_getcaps),
7091         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7092         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7093         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7094         (gst_vorbisenc_convert_sink):
7095         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7096         (gst_audio_duration_from_pad_buffer):
7097         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7098         (gst_audio_filter_chain):
7099         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7100         (gst_base_rtp_depayload_setcaps):
7101         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7102         (gst_video_get_size):
7103         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7104           Don't leak references returned by gst_pad_get_parent()
7105           (#333663)
7106
7107 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
7108
7109         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7110           change location param details
7111         * gst/volume/gstvolume.c: (plugin_init):
7112           correct plugin description
7113
7114 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7115
7116         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7117         (gst_gnome_vfs_src_check_get_range):
7118           Override GstBaseSrc::check_get_range() in order to avoid opening
7119           the resource just to check whether we can operate in pull-mode or
7120           not - we can predict that pretty well from the URI alone. Should
7121           fix problems with last.fm (#331690). (Requires latest core CVS).
7122
7123 2006-03-06  Wim Taymans  <wim@fluendo.com>
7124
7125         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7126         (gst_video_sink_class_init):
7127         Throw away frames that are later than 20 ms.
7128
7129 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7130
7131         Patch by: Fabrizio Gennari
7132
7133         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7134           Set depth on WMA caps (#333545)
7135
7136 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7137
7138         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7139         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7140           put Theora BOS pages before others.  This hardcodes
7141           the Ogg/Theora I profile, but hey.
7142
7143 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7144
7145         * ext/ogg/README:
7146           updated with some examples
7147         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7148         (granulepos_add), (theora_buffer_from_packet):
7149         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7150         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7151         (gst_vorbisenc_chain):
7152           implement strategy from ext/ogg/README
7153         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7154         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7155         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7156         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7157           Fix muxer so that oggz-validate is happy with all streams;
7158           except for no eos mark, and the BOS page ordering
7159         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7160         (check_buffer_granulepos):
7161         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7162           update tests to check for OFFSET being set as requested
7163           fixed type of granulepos, it's not a ClockTime
7164
7165 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7166
7167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7168         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7169         Check that the xvimage we are creating has a correct size
7170         before returning it. (#314897)
7171
7172 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7173
7174         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7175           Give id3 and ape tag typefinders a rank slightly higher
7176           than PRIMARY to ensure they're always run before any of
7177           the other typefinders (in particular wav and mp3) (#324186).
7178
7179 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7180
7181         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7182           Add support for '3IVD' fourcc (#333403).
7183
7184 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7185
7186         * configure.ac:
7187           Bump requirements to GStreamer CVS for the new error enum.
7188
7189         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7190           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7191           space left on the device (fixes #333352).
7192
7193 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7194
7195         * win32/vs6:
7196           add a project file for libgstvolume
7197           update the workspace
7198
7199 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7200
7201         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7202         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7203         (GST_START_TEST):
7204           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7205           Set IN_CAPS on header buffers
7206
7207 2006-03-02  Wim Taymans  <wim@fluendo.com>
7208
7209         * docs/plugins/Makefile.am:
7210         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7211         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7212         Add audioresample to docs.
7213
7214         * gst/audioconvert/gstaudioconvert.c:
7215         Add revision date.
7216
7217         * gst/audioresample/gstaudioresample.c:
7218         (gst_audioresample_base_init), (gst_audioresample_class_init),
7219         (gst_audioresample_init), (gst_audioresample_dispose),
7220         (audioresample_get_unit_size), (audioresample_transform_caps),
7221         (resample_set_state_from_caps), (audioresample_transform_size),
7222         (audioresample_set_caps), (audioresample_event),
7223         (audioresample_do_output), (audioresample_transform),
7224         (audioresample_pushthrough), (gst_audioresample_set_property),
7225         (gst_audioresample_get_property), (plugin_init):
7226         * gst/audioresample/gstaudioresample.h:
7227         Added docs.
7228         Small code cleanups.
7229
7230 2006-03-02  Wim Taymans  <wim@fluendo.com>
7231
7232         * docs/plugins/Makefile.am:
7233         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7234         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7235         Added videoscale to docs.
7236
7237         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7238         (gst_video_rate_swap_prev), (gst_video_rate_event),
7239         (gst_video_rate_chain):
7240         Fix typo in docs.
7241
7242         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7243         (gst_video_scale_init), (gst_video_scale_prepare_size),
7244         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7245         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7246         * gst/videoscale/gstvideoscale.h:
7247         Added docs, examples.
7248         Some code cleanups.
7249         Post errors instead of g_warning.
7250
7251 2006-03-02  Wim Taymans  <wim@fluendo.com>
7252
7253         * docs/libs/gst-plugins-base-libs-docs.sgml:
7254         * docs/libs/gst-plugins-base-libs-sections.txt:
7255         * docs/libs/gst-plugins-base-libs.types:
7256         * docs/plugins/Makefile.am:
7257         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7258         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7259         Added some more docs to libs and plugins.
7260
7261         * gst-libs/gst/audio/gstringbuffer.c:
7262         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7263         * gst-libs/gst/audio/gstringbuffer.h:
7264         Document ringbuffer some more.
7265
7266         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7267         (gst_video_rate_setcaps), (gst_video_rate_reset),
7268         (gst_video_rate_init), (gst_video_rate_flush_prev),
7269         (gst_video_rate_swap_prev), (gst_video_rate_event),
7270         (gst_video_rate_chain), (gst_video_rate_change_state):
7271         * gst/videorate/gstvideorate.h:
7272         Fix videorate to use segments.
7273         Make it work with 0/1 framerates (closes #331903)
7274         Handle EOS correctly.
7275         Added docs.
7276
7277 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7278
7279         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7280         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7281         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7282           In state change function, first chain up to parent class,
7283           then handle downwards state change stuff. Remove some
7284           commented out cruft from 0.8 code.
7285
7286 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7287
7288         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7289         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7290         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7291         (gst_ogm_parse_chain):
7292           Don't remove/re-add source pad if the new caps are the same as
7293           the old caps anyway (#333042). When removing source pad, don't
7294           unref it afterwards - we didn't ref it when adding. Sprinkle some
7295           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7296           after using gst_pad_get_parent(). Return downstream flow return
7297           value in chain function.
7298
7299 2006-03-02  Wim Taymans  <wim@fluendo.com>
7300
7301         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7302         * docs/plugins/gst-plugins-base-plugins.args:
7303         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7304         * docs/plugins/gst-plugins-base-plugins.interfaces:
7305         * docs/plugins/gst-plugins-base-plugins.signals:
7306         Fix hierarchy, added some more elements to the docs.
7307
7308         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7309         (gst_ffmpegcsp_get_type):
7310         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7311         Fix docs for ffmpegcolorspace.
7312
7313 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7314
7315         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7316         (apetag_type_find), (ape_type_find), (plugin_init):
7317           Some typefinding fine-tuning:
7318           - rank ID3/APE tags in order of preference via probabilities, so that
7319             ID3v2 > APEv2 > APEv1 > ID3v1.
7320           - three or four bytes don't really justify MAXIMUM probability,
7321             change those to 'very likely' (musepack and monkeysaudio).
7322
7323 2006-03-01  Wim Taymans  <wim@fluendo.com>
7324
7325         * docs/plugins/Makefile.am:
7326         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7327         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7328         * ext/alsa/gstalsamixer.c:
7329         * ext/alsa/gstalsamixer.h:
7330         * ext/alsa/gstalsamixerelement.c:
7331         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7332         * ext/alsa/gstalsamixerelement.h:
7333         * ext/alsa/gstalsasink.c:
7334         * ext/alsa/gstalsasink.h:
7335         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7336         (gst_alsasrc_init):
7337         * ext/alsa/gstalsasrc.h:
7338         Added alsa docs.
7339         Small code cleanups.
7340
7341 2006-03-01  Wim Taymans  <wim@fluendo.com>
7342
7343         * ext/theora/Makefile.am:
7344         Dist new header too,
7345
7346 2006-03-01  Wim Taymans  <wim@fluendo.com>
7347
7348         * docs/plugins/Makefile.am:
7349         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7350         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7351         * ext/gnomevfs/gstgnomevfssink.h:
7352         * ext/gnomevfs/gstgnomevfssrc.h:
7353         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7354         * ext/vorbis/vorbisdec.h:
7355         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7356         * ext/vorbis/vorbisenc.h:
7357         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7358         (vorbis_parse_chain), (vorbis_parse_change_state):
7359         * ext/vorbis/vorbisparse.h:
7360         * gst/audioconvert/gstaudioconvert.h:
7361         * gst/tcp/gsttcpserversink.h:
7362         * gst/videotestsrc/gstvideotestsrc.c:
7363         * gst/videotestsrc/gstvideotestsrc.h:
7364         * gst/volume/gstvolume.c:
7365         * gst/volume/gstvolume.h:
7366         Fix some more docs.
7367         Added docs for vorbisdec and vorbisparse.
7368         Fix vorbisparse.
7369
7370 2006-03-01  Wim Taymans  <wim@fluendo.com>
7371
7372         * docs/plugins/Makefile.am:
7373         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7374         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7375         * ext/pango/gstclockoverlay.h:
7376         * ext/pango/gsttextoverlay.h:
7377         * ext/pango/gsttextrender.h:
7378         * ext/pango/gsttimeoverlay.h:
7379         * ext/theora/gsttheoradec.h:
7380         * ext/theora/gsttheoraenc.h:
7381         * ext/theora/theoradec.c:
7382         * ext/theora/theoraenc.c:
7383         * gst/audioconvert/gstaudioconvert.h:
7384         * gst/audiotestsrc/gstaudiotestsrc.h:
7385         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7386         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7387         * gst/tcp/gstmultifdsink.h:
7388         Updated/added documentation.
7389
7390         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7391         (gst_text_overlay_halign_get_type),
7392         (gst_text_overlay_wrap_mode_get_type),
7393         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7394         (gst_text_overlay_init), (gst_text_overlay_set_property),
7395         (gst_text_overlay_get_property):
7396         Fix up properties to be enums instead of string to make bindings,
7397         introspection and automatic GUI creation possible.
7398         Add getters for the properties.
7399
7400 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7401
7402         * gst/audiotestsrc/gstaudiotestsrc.c:
7403           added defines of M_PI and M_PI_2
7404         * gst/ffmpegcolorspace/avcodec.h:
7405           removed #include "stdint.h" for win32 as _stdint.h is 
7406           autogenerated to win32/common
7407         * win32/common/libgstaudio.def:
7408         * win32/common/libgsttag.def:
7409           added some exports
7410         * win32/vs6:
7411           some project files bugs corrected
7412         * win32/vs7:
7413           project files are reset to the default vs7 configuration 
7414           (they link to msvcr71.dll using default optimizations)
7415           
7416 2006-02-28  Wim Taymans  <wim@fluendo.com>
7417
7418         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7419         Fix some docs.
7420
7421 2006-02-28  Edward Hervey  <edward@fluendo.com>
7422
7423         * ext/alsa/gstalsasrc.c:
7424         Set proper class on the ElementDetails:
7425         Source/Audio instead of Src/Audio/
7426
7427 2006-02-28  Edward Hervey  <edward@fluendo.com>
7428
7429         * gst/videoscale/vs_scanline.c:
7430         (vs_scanline_resample_nearest_RGBA):
7431         Revert optimization in videoscale. It should go in liboil and have
7432         an appropriate liboil function.
7433
7434 2006-02-28  Wim Taymans  <wim@fluendo.com>
7435
7436         * gst-libs/gst/audio/gstbaseaudiosink.c:
7437         (gst_base_audio_sink_provide_clock):
7438         Don't try to provide a clock in the NULL state.
7439
7440 2006-02-28  Wim Taymans  <wim@fluendo.com>
7441
7442         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7443         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7444         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7445         (gst_ogg_demux_deactivate_current_chain),
7446         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7447         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7448         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7449         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7450         Use GstSegment infrastructure to remove duplicated code
7451         and handle more seek cases correctly.
7452
7453 2006-02-28  Wim Taymans  <wim@fluendo.com>
7454
7455         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7456         (gst_ffmpegcsp_transform):
7457         Don't ignore return code from ffmpeg convert function.
7458
7459         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7460         Split out some long statements to ease debugging.
7461
7462 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7463
7464         * ext/libvisual/visual.c: (gst_visual_init),
7465         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7466         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7467         being able to renegotiate the size. Instead, use the negotiation
7468         algorithm from the goom plugin to pick an initial output caps. 
7469
7470         Also, allow theoretical libvisual plugins that might support non-GL 
7471         output even if they also do GL.
7472
7473 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7474
7475         * ext/libvisual/visual.c: (gst_visual_init),
7476         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7477         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7478         possible negotiation issues.
7479
7480 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7481
7482         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7483
7484 2006-02-24  Michael Smith  <msmith@fluendo.com>
7485
7486         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7487         (cmml_type_find), (plugin_init):
7488           Fix CMML type find function to not require a specific minor version
7489           of the CMML header.
7490
7491           Add an MPEG4 video elementary stream typefind function.
7492
7493 2006-02-04  Michael Smith  <msmith@fluendo.com>
7494
7495         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7496         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7497         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7498         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7499         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7500         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7501           Annodex support in ogg demuxer. Doesn't do very much without the
7502           other annodex patches (to come).
7503
7504 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7505
7506         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7507
7508         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7509           Pick up palette for MS video v1 (#327028)
7510
7511 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7512
7513         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7514         (gst_ffmpegcsp_caps_remove_format_info),
7515         (gst_ffmpegcsp_get_unit_size):
7516           The 'palette_data' field from incoming RGB caps shouldn't be
7517           proxied on outgoing YUV caps; also, restrict unit size
7518           adjustment in case of paletted data only to the unit that
7519           actually has a palette. Fixes #330711.
7520
7521 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7522
7523         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7524         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7525         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
7526         (gst_ffmpegcsp_get_unit_size):
7527           Plug some memory leaks.
7528
7529 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7530
7531         * sys/ximage/Makefile.am:
7532         * sys/xvimage/Makefile.am:
7533           Add some _CFLAGS and _LIBS that seem to be missing
7534           and/or required for Cygwin (see #317048).
7535
7536 2006-02-22  Wim Taymans  <wim@fluendo.com>
7537
7538         * ext/alsa/gstalsasrc.c:
7539         Fix description as pointed out by caugier.
7540
7541 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
7542
7543         Reviewed by : Edward Hervey  <edward@fluendo.com>
7544
7545         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7546         (qt_type_find):
7547         Better 3gp typefinding (#331526).
7548
7549 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7550
7551         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
7552           Don't send EOS event here, the base class will send one for us.
7553
7554         * gst/playback/gstplaybasebin.c: (prepare_output):
7555           Subpictures without video stream aren't allowed either.
7556         
7557         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7558           Fix debug statement copy'n'paste-o.
7559
7560 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
7561
7562         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
7563           Fix issues with mixer keeping state when muting/unmuting
7564           and when changing the volume whilst muted (see #331763
7565           and #331765).
7566
7567 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7568
7569         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
7570         (parse_subrip), (gst_sub_parse_format_autodetect):
7571           Set right caps given that we send escaped text. Also,
7572           honour <i></i>, <b></b> and <u></u> markers that can be found
7573           in .srt files (fixes #310202).
7574
7575 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
7576
7577         * gst-libs/gst/audio/mixerutils.c:
7578         (element_factory_rank_compare_func):
7579           Make order in which elements are tried more determinable.
7580
7581 2006-02-20  Julien MOUTTE  <julien@moutte.net>
7582
7583         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
7584         (remove_element_chain), (cleanup_decodebin),
7585         (gst_decode_bin_change_state): Make decodebin reusable by
7586         fixing remove_element_chain first and then introduce a
7587         cleaner in state change to ->NULL. (Closes #331678)
7588
7589 2006-02-19  Wim Taymans  <wim@fluendo.com>
7590
7591         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
7592         use 0666 mask when creating files so umask gets applied
7593         correctly. Fixes #331295.
7594
7595 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7596
7597         * gst/subparse/Makefile.am:
7598         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
7599         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
7600         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
7601         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
7602         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
7603         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
7604         * gst/subparse/gstssaparse.h:
7605         * gst/subparse/gstsubparse.c: (plugin_init):
7606           Add very basic parser for SSA subtitle streams (as often
7607           found in matroska files).
7608
7609 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
7610
7611         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
7612           That should be text/x-pango-markup, not text/x-pango-layout.
7613
7614 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7615
7616         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
7617         Polishing.
7618
7619 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7620
7621         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7622         (gst_text_overlay_finalize), (gst_text_overlay_init),
7623         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7624         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7625         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7626         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7627         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7628         Fix state change deadlock.
7629
7630 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7631
7632         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7633         (gst_text_overlay_finalize), (gst_text_overlay_init),
7634         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7635         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7636         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
7637         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
7638         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
7639         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
7640         and subtitles files.
7641
7642 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7643
7644         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
7645         should be considered as raw.
7646
7647 2006-02-19  Julien MOUTTE  <julien@moutte.net>
7648
7649         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7650         (cb_probe):
7651         * gst/playback/gststreaminfo.h: Introduce language informations.
7652
7653 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
7654
7655         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
7656         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
7657         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7658         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
7659         Set shared memory segments to be deleted as soon as we have attached,
7660         that way they get cleaned up automatically if we crash.
7661
7662 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7663
7664         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
7665         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
7666         functions are called with lock held.
7667
7668 2006-02-18  Julien MOUTTE  <julien@moutte.net>
7669
7670         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
7671         (gst_text_overlay_finalize), (gst_text_overlay_init),
7672         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
7673         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
7674         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
7675         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
7676         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
7677         (gst_text_overlay_change_state): Refactoring of textoverlay
7678         without collectpads. This now supports sparse subtitles coming
7679         from a demuxer instead of a sub file. Seeking is still broken 
7680         though. Need to discuss with wtay some more on how to handle
7681         seeking correctly.
7682         * ext/pango/gsttextoverlay.h:
7683         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
7684         subtitles coming from the demuxer.
7685
7686 2006-02-17  Wim Taymans  <wim@fluendo.com>
7687
7688         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7689         (gst_vorbisenc_convert_sink):
7690         Use some more scaling functions.
7691
7692 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
7693
7694         * ext/cdparanoia/gstcdparanoiasrc.c:
7695         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
7696         (gst_cd_paranoia_paranoia_callback),
7697         (gst_cd_paranoia_src_signal_is_being_watched),
7698         (gst_cd_paranoia_src_read_sector):
7699         * ext/cdparanoia/gstcdparanoiasrc.h:
7700           Add back 'transport-error' and 'uncorrected-error' signals and
7701           make them actually be fired when bad stuff happens (#319340).
7702
7703 2006-02-17  Wim Taymans  <wim@fluendo.com>
7704
7705         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7706         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
7707         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
7708         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
7709         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
7710         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
7711         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
7712         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
7713         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
7714         (gst_ring_buffer_clear):
7715         Small cleanups.
7716         Added some G_LIKELY.
7717
7718 2006-02-17  Wim Taymans  <wim@fluendo.com>
7719
7720         * gst-libs/gst/audio/TODO:
7721         Update TODO
7722
7723         * gst-libs/gst/audio/gstbaseaudiosink.c:
7724         (gst_base_audio_sink_get_offset):
7725         When trying to play samples ASAP and we don't have a
7726         previous sample, try to play at position 0 instead of
7727         an invalid position.
7728
7729 2006-02-17  Wim Taymans  <wim@fluendo.com>
7730
7731         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
7732         (gst_alsasink_reset):
7733         Also release lock when we get an error in _reset();
7734         fix an error message.
7735
7736 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7737
7738         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7739         (gst_alsasink_init), (get_channel_free_structure),
7740         (caps_add_channel_configuration), (gst_alsasink_getcaps),
7741         (gst_alsasink_close):
7742         * ext/alsa/gstalsasink.h:
7743           Add support for more than 2 channels (#326720).
7744
7745 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7746
7747         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7748           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
7749           with 4 or 6 channels, assume a default channel layout to make things
7750           work (not sure there's anything else we can do in those cases).
7751
7752 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7753
7754         * gst-libs/gst/audio/multichannel.c:
7755           Minor docs fix.
7756
7757         * gst-libs/gst/riff/Makefile.am:
7758         * gst-libs/gst/riff/riff-ids.h:
7759         * gst-libs/gst/riff/riff-media.c:
7760         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
7761           Add support for WAVEFORMATEX, eg. PCM audio with more than two
7762           channels and a channel layout map.
7763           
7764 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
7765
7766         Reviewed by Edward Hervey  <edward@fluendo.com>
7767
7768         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
7769         C-level optimization of the RGBA nearest neighbour function.
7770         Eventually this might end up in liboil with vectorized versions.
7771
7772 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7773
7774         * gst-libs/gst/audio/multichannel.c:
7775         (gst_audio_get_channel_positions):
7776           When we have more than 2 channels, but no channel layout is
7777           specified in the caps, return some default channel layout
7778           to the caller and warn about about a possibly buggy element
7779           (could be buggy filtercaps as well of course) (#317038).
7780
7781 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
7782
7783         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7784           Add gst-libs/gst/cdda to list of lib search paths.
7785
7786 2006-02-15  Andy Wingo  <wingo@pobox.com>
7787
7788         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
7789         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
7790         to the Lord Jesus that I do not have to touch the ogg muxer ever
7791         again.
7792
7793 2006-02-15  Edward Hervey  <edward@fluendo.com>
7794
7795         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
7796         quicktime movie files can also contain 'uuid' atoms.
7797
7798 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
7799
7800         * gst/audioconvert/plugin.c: (plugin_init):
7801           Register the GstAudioChannelPosition enum type with the type
7802           system in the plugin_init function, so that it is known before
7803           any element actually makes use of multi-channel stuff. This is
7804           required for example if one wants to be able to deserialise/use
7805           a caps string with channel positions before any pipeline has
7806           been setup and started, like with gst-launch.
7807
7808 2006-02-14  Wim Taymans  <wim@fluendo.com>
7809
7810         * gst-libs/gst/audio/gstringbuffer.c:
7811         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
7812         (gst_ring_buffer_samples_done), (wait_segment),
7813         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
7814         Add some compiler G_(UN_)LIKELY help.
7815         SIGNAL the ringbuffer waiters when going to PAUSED as well to
7816         make sure they can exit their functions. Should fix #330748
7817
7818 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7819
7820         * Makefile.am:
7821         * configure.ac:
7822         * win32/MANIFEST:
7823         * win32/common/_stdint.h:
7824           Windows does not have long long; copy the generated _stdint.h
7825         * win32/common/interfaces-enumtypes.c:
7826         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
7827         (gst_mixer_track_flags_get_type),
7828         (gst_tuner_channel_flags_get_type):
7829         * win32/common/multichannel-enumtypes.c:
7830         (gst_audio_channel_position_get_type):
7831           update
7832
7833 2006-02-13  Wim Taymans  <wim@fluendo.com>
7834
7835         * gst-libs/gst/audio/gstbaseaudiosink.c:
7836         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
7837         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7838         Always sync on first sample we receive when starting.
7839
7840 2006-02-13  Wim Taymans  <wim@fluendo.com>
7841
7842         * gst/playback/gstplaybin.c: (gen_vis_element):
7843         Update vis bin docs.
7844         Move queue after tee so we don't queue video buffers but
7845         audio samples instead. Fixes problems where the video queue
7846         is filled and the audio queue empty.
7847
7848 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
7849
7850         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
7851           No need to push an EOS event here, GstBaseSrc will do that for us
7852           when we return FLOW_UNEXPECTED.
7853           
7854 2006-02-12  Wim Taymans  <wim@fluendo.com>
7855
7856         * gst-libs/gst/audio/gstbaseaudiosink.c:
7857         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
7858         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
7859         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
7860         Use scale functions when possible.
7861         Fix error messages.
7862         Free clockid when after waiting for EOS.
7863         Use G_(UN_)LIKLY when it makes sense.
7864         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
7865
7866 2006-02-12  Edward Hervey  <edward@fluendo.com>
7867
7868         * gst/playback/gstplaybasebin.c: (prepare_output): 
7869         Remove stray semi-colon (fixes #330888).
7870
7871 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
7872
7873         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
7874         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
7875         Fix up the XShm call testing so that we catch errors, and don't
7876         cause new ones by attempting to detach from a segment we failed
7877         to attach to. Fixes #312439.
7878
7879 2006-02-10  Edward Hervey  <edward@fluendo.com>
7880
7881         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7882         Added flv file typefind (video/x-flv).
7883
7884 2006-02-10  Edward Hervey  <edward@fluendo.com>
7885
7886         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7887         (gst_riff_create_video_template_caps):
7888         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
7889         Also added the caps to the default set of riff video caps.
7890
7891 2006-02-09  Andy Wingo  <wingo@pobox.com>
7892
7893         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
7894         time and the end time of the last packet in the page.
7895         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
7896         on the pages in our queue, set the duration as well. Reflow a
7897         debug statement.
7898         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
7899         Fixes bad muxing order.
7900
7901 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7902
7903         * gst-libs/gst/rtp/gstbasertppayload.c:
7904         (gst_basertppayload_setcaps), (gst_basertppayload_push):
7905           update seqnum before setting it on the packet; this makes sure
7906           that the timestamp and seqnum properties match after pushing
7907           a buffer
7908
7909 2006-02-09  Andy Wingo  <wingo@pobox.com>
7910
7911         * gst-libs/gst/audio/gstringbuffer.c
7912         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
7913         overflow after 13.5 hours of recording. Kapow!
7914
7915         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
7916         the buffer size -- we don't care about underrun/overrun reporting
7917         right now, just need to return a useful value.
7918
7919 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
7920
7921         * configure.ac:
7922           Back to CVS
7923
7924 === release 0.10.3 ===
7925
7926 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
7927
7928         * configure.ac:
7929           releasing 0.10.3, "Under Pressure"
7930
7931 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7932
7933         * configure.ac:
7934         Drat. Bump libtool version number for new API.
7935         Prelease 0.10.2.3 (of 0.10.3)
7936
7937 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7938
7939         * configure.ac:
7940         * win32/common/config.h:
7941         0.10.2.2 prerelease (of 0.10.3).
7942
7943 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
7944
7945         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
7946           Revert Andy's newsegment change pending a more correct
7947           fix.
7948
7949 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7950
7951         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7952         (qt_type_find), (plugin_init):
7953           detect more files as 3gp
7954           group and reorder the iso file formats
7955
7956 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7957
7958         * ext/vorbis/vorbis.c: (plugin_init):
7959           Register musicbrainz tags, so apps don't have to.
7960
7961 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7962
7963         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
7964         (gst_tag_to_vorbis_tag):
7965           Make sure we called gst_tag_register_musicbrainz_tags()
7966           before possibly mapping a vorbiscomment string from/to a
7967           musicbrainz tag.
7968
7969 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7970
7971         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
7972           In case we can't find the required number of consecutive
7973           mpeg audio frames to positively identify an MPEG audio
7974           stream, check if there's at least a valid mpeg audio
7975           frame right at offset 0 and if so suggest mpeg/audio
7976           caps with a very low probability (#153004).
7977
7978 2006-02-07  Andy Wingo  <wingo@pobox.com>
7979
7980         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
7981         a TIME segment if we get timestamped buffers. Requires recent
7982         fixes in core to work properly.
7983
7984 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7985
7986         * gst/playback/gstplaybasebin.c: (prepare_output):
7987           Don't print the URI as part of the error message, it
7988           makes error dialogs look rather ugly, especially if
7989           the URI is very long or has characters in it that
7990           need escaping.
7991
7992 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
7993
7994         * gst/playback/gstplaybasebin.c: (prepare_output):
7995           Error out if we have only text or subtitles, but nothing
7996           else. Also error out if we have subtitles but no video
7997           stream.
7998
7999 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8000
8001         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8002           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8003           Post an error message on the bus when we encounter an
8004           error, which will hopefully be more meaningful than the
8005           'Internal Flow Error' message users get to see if we
8006           just return GST_FLOW_ERROR.
8007
8008 2006-02-07  Andy Wingo  <wingo@pobox.com>
8009
8010         * configure.ac (GST_MAJORMINOR): Update core version req to
8011         0.10.2.2, for the collectpads API addition (#330244).
8012
8013 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8014
8015         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8016           Return FALSE from plugin_init() when GnomeVFS can't
8017           be initialised for some reason (#328423).
8018
8019 2006-02-06  Julien MOUTTE  <julien@moutte.net>
8020
8021         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
8022         Stick to seeking theory until i find the bug.
8023         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8024
8025 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8026
8027         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8028         (theora_enc_finalize), (theora_enc_sink_setcaps),
8029         (theora_set_header_on_caps), (theora_enc_chain),
8030         (theora_enc_change_state):
8031         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8032           Make theoraenc and the tests leak free. Like, really.
8033
8034 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8035
8036         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8037         (theora_enc_finalize), (theora_enc_sink_setcaps):
8038           Add a finalize method to ensure we clean up state even if
8039           someone omitted the state change back to NULL.
8040
8041         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8042         (gst_vorbisenc_chain):
8043           Free some more leaked bits.
8044
8045         * tests/check/pipelines/theoraenc.c: (start_pipeline),
8046         (stop_pipeline):
8047           Wait for state changes to happen if they're ASYNC.
8048
8049           This ought to teach those fancy pants buildbots a lesson.
8050
8051 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8052
8053         * gst-libs/gst/tag/gstid3tag.c:
8054           Add mapping for ID3 International Standard Recording Code
8055           tag "TSRC"
8056
8057 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8058
8059         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8060           Don't leak tag names.
8061
8062 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8063
8064         * docs/libs/gst-plugins-base-libs-docs.sgml:
8065         * docs/libs/gst-plugins-base-libs-sections.txt:
8066         * gst-libs/gst/tag/gstid3tag.c:
8067         * gst-libs/gst/tag/gstvorbistag.c:
8068         * gst-libs/gst/tag/tags.c:
8069           Split libgsttag docs into multiple sections.
8070
8071 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8072
8073         * docs/libs/Makefile.am:
8074         * docs/libs/gst-plugins-base-libs-docs.sgml:
8075         * docs/libs/gst-plugins-base-libs-sections.txt:
8076         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8077         * gst-libs/gst/tag/gstvorbistag.c:
8078         * gst-libs/gst/tag/tag.h:
8079         * gst-libs/gst/tag/tags.c:
8080           Add libgsttag to the docs.
8081
8082 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8083
8084         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8085         (gst_text_overlay_init), (gst_text_overlay_src_event),
8086         (gst_text_overlay_collected): Fix clockoverlay.
8087
8088 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8089
8090         * docs/libs/compiling.sgml:
8091           Fix typo: it's pkg-config, not pkg-gconfig
8092
8093         * docs/libs/gst-plugins-base-libs-docs.sgml:
8094         * docs/libs/gst-plugins-base-libs-sections.txt:
8095         * docs/libs/tmpl/gstgconf.sgml:
8096           There is no libgstgconf in 0.10, remove it
8097           from the docs.
8098
8099 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8100
8101         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8102         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8103         (gst_text_overlay_src_event), (gst_text_overlay_collected):
8104         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8105         (gst_sub_parse_class_init), (gst_sub_parse_init),
8106         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8107         (parse_mpsub), (parser_state_init), (handle_buffer),
8108         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8109         * gst/subparse/gstsubparse.h: Introduce seeking code.
8110
8111 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8112
8113         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8114           Add comment about LANGUAGE tag inconsistency (we want
8115           ISO-639-1, but extract three-letter identifiers?)
8116
8117         * po/POTFILES.in:
8118           Add two translatable files.
8119
8120 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8121
8122         * gst-libs/gst/tag/Makefile.am:
8123         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8124         * gst-libs/gst/tag/tag.h:
8125         * gst-libs/gst/tag/tags.c:
8126         (gst_tag_register_musicbrainz_tags_internal),
8127         (gst_tag_register_musicbrainz_tags):
8128           Forward-port some tags stuff from the 0.8 branch. This is
8129           mostly the addition of musicbrainz tags and their mapping
8130           to vorbistags, and a vorbistag mapping of the language tag.
8131
8132 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8133
8134         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8135         refactoring.
8136
8137 2006-02-04  David Schleef  <ds@schleef.org>
8138
8139         * ext/ogg/gstoggmux.c:
8140         * gst/typefind/gsttypefindfunctions.c:
8141           Add Dirac typefinding and add dirac format to oggmux.
8142
8143 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8144
8145         * gst/playback/gstdecodebin.c: (try_to_link_1):
8146           Don't put essential function call into
8147           g_return_*() macro, otherwise it'll all be
8148           replaced by NOOPs when compiling with
8149           G_DISABLE_CHECKS defined.
8150
8151 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8152
8153         * ext/ogg/gstoggdemux.c:
8154         * ext/ogg/gstoggparse.c:
8155         * gst/tcp/gsttcpserversink.c:
8156         * sys/v4l/v4lsrc_calls.c:
8157         * sys/v4l/v4lsrc_calls.h:
8158         Just make it compile with --disable-gst-debug.
8159
8160 2006-02-03  Wim Taymans  <wim@fluendo.com>
8161
8162         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8163         (gst_alsasink_class_init), (gst_alsasink_init),
8164         (gst_alsasink_write), (gst_alsasink_reset):
8165         * ext/alsa/gstalsasink.h:
8166         Add lock to protect alsa calls.
8167         Implement reset to flush samples ASAP, does not work
8168         with dmix though.
8169
8170 2006-02-02  Wim Taymans  <wim@fluendo.com>
8171
8172         * gst-libs/gst/audio/gstbaseaudiosink.c:
8173         (gst_base_audio_sink_provide_clock):
8174         Ugh.. getting late I guess...
8175
8176 2006-02-02  Wim Taymans  <wim@fluendo.com>
8177
8178         * gst-libs/gst/audio/gstbaseaudiosink.c:
8179         (gst_base_audio_sink_provide_clock),
8180         (gst_base_audio_sink_set_property),
8181         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8182         Don't try to provide a clock when we are not negotiated since
8183         we might not be able to make it run.
8184
8185 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8186
8187         * gst/playback/gstdecodebin.c: (try_to_link_1):
8188           Unlinking two source pads is ... hard.
8189
8190 2006-02-02  Wim Taymans  <wim@fluendo.com>
8191
8192         * gst-libs/gst/audio/TODO:
8193         Updated.
8194
8195         * gst-libs/gst/audio/gstbaseaudiosink.c:
8196         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8197         On EOS, wait till the last sample is played before posting EOS.
8198
8199 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8200
8201         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8202           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8203           setting queue_delay to zero. Also avoid thread being started if
8204           queue_delay is zero.
8205
8206 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8207
8208         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8209           Make test work again by connecting fakesinks to each decoded pad,
8210           which makes the pipeline wait until each fakesink has a buffer
8211           queued before going to PAUSED state. At that point we know the
8212           decodebin pads are negotiated.
8213
8214 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8215
8216         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8217         (gst_cdda_base_src_handle_event):
8218         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8219           Pass unhandled queries to the parent class's query function.
8220
8221 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8222
8223         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8224         (gst_ogg_pad_src_query):
8225         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8226         * ext/theora/theoradec.c: (theora_dec_src_query),
8227         (theora_dec_sink_query):
8228         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8229         (vorbis_dec_sink_query):
8230         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8231         (gst_vorbisenc_sink_query):
8232         * gst/adder/gstadder.c: (gst_adder_query):
8233           Pass unhandled queries upstream instead of just
8234           dropping them (#326447). Also, fix supported
8235           query types list for some elements.
8236
8237 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8238
8239         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8240         (paris_type_find), (ilbc_type_find), (plugin_init):
8241           Fix typefinding for audio/x-au, audio/x-paris and
8242           audio/iLBC-sh. We cannot use the START_WITH macros
8243           here, because there can only be one typefind factory
8244           with the same name (caps), so the second one would
8245           replace the first one and the first one would never
8246           be called when doing typefinding (see #161712).
8247           
8248
8249 2006-01-31  Wim Taymans  <wim@fluendo.com>
8250
8251         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8252         (vorbis_handle_header_packet), (vorbis_dec_push),
8253         (vorbis_handle_data_packet):
8254         Use scale_int when we can, add some more scaling.
8255         Check packettype before parsing it.
8256
8257 2006-01-31  Wim Taymans  <wim@fluendo.com>
8258
8259         * ext/theora/theoradec.c: (_theora_granule_time),
8260         (theora_dec_src_convert), (theora_dec_sink_convert):
8261         Call right _scale functions.
8262         Use parameter instead of some other random value.
8263
8264 2006-01-31  Wim Taymans  <wim@fluendo.com>
8265
8266         * ext/theora/theoradec.c: (_theora_granule_frame),
8267         (_theora_granule_time), (_inc_granulepos),
8268         (theora_dec_src_convert), (theora_dec_sink_convert),
8269         (theora_handle_type_packet), (theora_handle_data_packet),
8270         (theora_dec_chain):
8271         Use higher precision timestamps calculation.
8272         Convert some other conversions to _scale.
8273
8274 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8275
8276         * gst/audiotestsrc/gstaudiotestsrc.c:
8277         (gst_audio_test_src_create_sine_table), (plugin_init):
8278         * gst/volume/gstvolume.c: (plugin_init):
8279           initialize gst_controller before using
8280
8281 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8282
8283         * tests/check/pipelines/theoraenc.c:
8284         * tests/check/pipelines/vorbisenc.c:
8285         Define constant using G_GINT64_CONSTANT to avoid errors when
8286         passing it around - otherwise it gets truncated to 32 bits.
8287
8288         Fixes failing tests.
8289
8290 2006-01-31  Andy Wingo  <wingo@pobox.com>
8291
8292         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8293         caps being set doesn't have a framerate value. Basically a stopgap
8294         measure.
8295
8296         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8297         technically correct enough to put into core though.
8298         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8299         DURATION. Fixes theoraenc ! oggmux.
8300
8301         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8302         fraction, not double.
8303
8304 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8305
8306         * win32/vs7:
8307         add vs7 project files created by Sergey Scobich
8308
8309 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8310
8311         * win32/vs8:
8312         add vs8 project files created by Sergey Scobich
8313         
8314 2006-01-30  Andy Wingo  <wingo@pobox.com>
8315
8316         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8317         timestamp + duration, not just timestamp -- ogg pages should be
8318         ordered by stop time. Necessary fix given the change in vorbis
8319         timestamps.
8320
8321         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8322         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8323         (granulepos_add): New function, handles the messiness of adjusting
8324         granulepos values.
8325         (theora_buffer_from_packet):
8326         (theora_enc_chain):
8327         (theora_enc_sink_event): Use granulepos_add, not +.
8328
8329         * tests/check/pipelines/theoraenc.c
8330         (check_buffer_granulepos_from_starttime): Just check the frame
8331         count, not the actual granulepos -- we can't dictate to the
8332         encoder when it should be placing keyframes.
8333
8334 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8335
8336         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8337           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8338           play an http:// stream from a server that's not serving
8339
8340 2006-01-30  Andy Wingo  <wingo@pobox.com>
8341
8342         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8343         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8344         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8345         available.
8346
8347         * ext/theora/gsttheoraenc.h:
8348         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8349         although theoraenc was timestamping correctly. Added handling of
8350         streams that start with nonzero timestamps.
8351
8352         * tests/check/Makefile.am:
8353         * tests/check/pipelines/theoraenc.c: New file, basically does same
8354         tests as vorbisenc.
8355
8356         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8357
8358 2006-01-30  Wim Taymans  <wim@fluendo.com>
8359
8360         * gst-libs/gst/audio/gstaudiosink.c:
8361         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8362         (gst_audioringbuffer_pause):
8363         Implement pause that does not wait for completion.
8364
8365         * gst-libs/gst/audio/gstbaseaudiosink.c:
8366         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8367         Don't drop buffers when going to PAUSED but perform preroll on
8368         remaining samples now that core base class supports this.
8369
8370         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8371         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8372         (gst_ring_buffer_commit):
8373         Pause should not signal waiters.
8374         Implement return value of _commit correctly.
8375
8376 2006-01-30  Andy Wingo  <wingo@pobox.com>
8377
8378         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8379
8380         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8381         updated to timestamp from the first sample, not the last.
8382         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8383         special care of granulepos and timestamp for header packets.
8384         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8385         when the first buffer has a nonzero timestamp.
8386
8387         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8388         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8389         case when the first audio buffer we get has a nonzero timestamp.
8390         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8391         properly timestamp vorbis buffers with the time of the first
8392         sample, not the last.
8393         
8394         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8395         vorbis_granule_time_copy -- now it takes the granule/subgranule
8396         offset into account.
8397
8398         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8399         timestamps, durations, and granulepos on buffers produced by
8400         vorbisenc.
8401
8402 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8403
8404         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8405         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8406           Patch from Eric Jonas to support conversions to/from UYVY 
8407           (Fixes: #324626)
8408
8409 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8410
8411         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8412         (setup_subtitle), (setup_source), (set_active_source):
8413         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8414         (gen_text_element), (gen_audio_element), (gen_vis_element),
8415         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8416
8417 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8418
8419         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8420         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8421                 use gst_guint64_to_gdouble to be compliant with vs6
8422         * gst/playback/gstdecodebin.c: (try_to_link_1)
8423         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8424                 use G_GINT64_CONSTANT for int64 constants
8425         * win32/common/libgstinterfaces.def:
8426                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8427         * win32/vs6:
8428                 update and add new project files
8429                 
8430 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8431
8432         * Makefile.am:
8433         * win32/MANIFEST:
8434         * win32/common/interfaces-enumtypes.c:
8435         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8436         (gst_mixer_track_flags_get_type),
8437         (gst_tuner_channel_flags_get_type):
8438         * win32/common/interfaces-enumtypes.h:
8439         * win32/common/multichannel-enumtypes.c:
8440         (gst_audio_channel_position_get_type):
8441         * win32/common/multichannel-enumtypes.h:
8442           add a win32-update rule like in core, and copy over enumtypes files
8443
8444 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8445
8446         * win32/MANIFEST:
8447         * win32/common/config.h:
8448         * win32/common/config.h.in:
8449           add config files just like in core
8450
8451 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8452
8453         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8454           Make gcc-4.1 happy (part of #327357).
8455
8456 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8457
8458         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8459         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8460         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8461         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8462         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8463         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8464           Update all error messages.  All of them should either use
8465           the default translated message, or actually provide a
8466           translatable string.
8467           Make the string for channel count problems meaningful.
8468
8469 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8470
8471         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8472           check for and throw RESOURCE_BUSY
8473
8474 2006-01-27  David Schleef  <ds@schleef.org>
8475
8476         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8477           checked in this change -- it requires liboil features not
8478           in 0.3.6.  Revert parts.
8479
8480 2006-01-27  David Schleef  <ds@schleef.org>
8481
8482         * REQUIREMENTS:
8483         * configure.ac: update liboil requirement to 0.3.6
8484         * gst/videoscale/Makefile.am:
8485         * gst/videoscale/vs_scanline.c: liboilify
8486
8487 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8488
8489         * ext/libvisual/visual.c: (get_buffer):
8490           When pad_alloc returns a GstFlowReturn other
8491           than GST_FLOW_OK, make sure it is passed upstream.
8492
8493 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8494
8495         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8496         (gst_alsasink_class_init):
8497           Free the device name string.
8498
8499         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8500         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8501         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8502           Don't remove a pad from the collectpads structure until it
8503           is released - it's a request pad, and may receive data again
8504           if the element gets moved back to PLAYING state.
8505
8506         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8507           Ensure we turn on double buffering on the Xv port, and
8508           set the colour key to something dark and mysterious that
8509           isn't black.
8510
8511 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8512
8513         * ext/alsa/gstalsaplugin.c: (plugin_init):
8514         * ext/cdparanoia/gstcdparanoiasrc.c:
8515         (gst_cd_paranoia_src_base_init), (plugin_init):
8516         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8517         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
8518           - a library should not call setlocale. see "Libraries" node in
8519             gettext manual
8520           - make sure all plugins that use translation do bindtextdomain
8521             to point to the localedir
8522         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
8523         (setup_sinks), (plugin_init):
8524           all this, and check for NULL when creating sinks
8525
8526 2006-01-27  Julien MOUTTE  <julien@moutte.net>
8527
8528         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
8529         (plugin_init): Make typefinding of subtitles work again.
8530
8531 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
8532
8533         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8534         (mp3_type_frame_length_from_header), (mp3_type_find),
8535         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
8536         (plugin_init):
8537           Backport a bunch of typefinding fixes from the 0.8 branch.
8538           Also, improve wavpack typefinding: if we can't peek the
8539           entire wavpack block, try to parse the bits we can get and
8540           see if we find what we're looking for in those.
8541
8542 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8543
8544         * sys/ximage/ximagesink.c:
8545         (gst_ximagesink_calculate_pixel_aspect_ratio):
8546         * sys/xvimage/xvimagesink.c:
8547         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
8548         more cases of pixel aspect ratio.
8549
8550 2006-01-26  Edward Hervey  <edward@fluendo.com>
8551
8552         * gst/playback/gstdecodebin.c: (pad_probe):
8553         Also consider the flush-start and tag events as unblockers
8554         for the pad probes.
8555
8556 2006-01-26  Julien MOUTTE  <julien@moutte.net>
8557
8558         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8559         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
8560         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
8561         On the fly visualisation switch, works disabling, enabling as
8562         well but it won't be able to enable vis in a playbin that was
8563         created with no visualisation.
8564
8565 2006-01-25  Wim Taymans  <wim@fluendo.com>
8566
8567         * gst-libs/gst/audio/gstbaseaudiosink.c:
8568         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8569         Undo previous commit that returned WRONG_STATE sooner, it breaks 
8570         resume after pause.
8571
8572 2006-01-25  Wim Taymans  <wim@fluendo.com>
8573
8574         * gst-libs/gst/audio/gstbaseaudiosink.c:
8575         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
8576         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
8577         Improve debugging.
8578         Post error when caps cannot be parsed.
8579         Resync on discontinuity in the stream.
8580         Clip samples to segment boundaries.
8581         return WRONG_STATE sooner when we are flushing.
8582
8583         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
8584         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
8585         Make audiosrc operate in TIME.
8586         Set TIMESTAMP and DURATION on buffers.
8587
8588 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
8589
8590         * tests/examples/seek/seek.c: (main):
8591           Output tag messages as well.
8592
8593 2006-01-23  Edward Hervey  <edward@fluendo.com>
8594
8595         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8596         (free_pad_probes), (remove_fakesink), (pad_probe),
8597         (close_pad_link), (gst_decode_bin_change_state):
8598         Replace GstPadBlockCallback with pad probes that detect
8599         first buffer AND eos before removing fakesink.
8600         Fixes hang with demuxers doing EOS while pre-rolling.
8601         Solves #328279
8602
8603 2006-01-23  Andy Wingo  <wingo@pobox.com>
8604
8605         * ext/alsa/gstalsasink.c:
8606         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8607         (gst_base_rtp_depayload_setcaps),
8608         (gst_base_rtp_depayload_add_to_queue),
8609         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
8610         
8611         Patch by: Jens Granseuer <jensgr at gmx dot net>
8612
8613 2006-01-22  Julien MOUTTE  <julien@moutte.net>
8614
8615         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8616         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8617         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
8618         frames. We might get a frame destroyed after changing state to
8619         NULL, adding a safety check on xcontext.
8620
8621 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
8622
8623         * gst-libs/gst/interfaces/xoverlay.c:
8624           Fix prepare-xwindow-id code example in the docs - we need to
8625           ignore all messages that aren't element messages as well.
8626           
8627 2006-01-21  Julien MOUTTE  <julien@moutte.net>
8628
8629         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
8630           I think one day i'll completely undestand how caps negotiation
8631           is supposed to work. This refactoring handles buffer_alloc
8632           called with caps we can't handle. We definitely don't want a
8633           set_caps with those caps, so we define and allocate a buffer
8634           we would like to receive.
8635
8636 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
8637
8638         * gst/playback/gstplaybasebin.c: (setup_source):
8639           Free iterator when done.
8640
8641 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
8642
8643         * gst-libs/gst/audio/gstbaseaudiosink.c:
8644         (gst_base_audio_sink_render):
8645           Fix playback of non-synchronised streams by assuming a rate
8646           of 1.0 instead of a random one.
8647
8648           Makes this work again:
8649
8650           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
8651           endianness=(int)4321, signed=(boolean)true, width=(int)16,
8652           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
8653           audioresample ! alsasink
8654
8655 === release 0.10.2 ===
8656
8657 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
8658
8659         * configure.ac:
8660           releasing 0.10.2, "Then the devil is six"
8661
8662 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
8663
8664         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8665         * gst/playback/gststreamselector.c:
8666         (gst_stream_selector_set_property):
8667           Comment out broken code that connects to the state-changed signal.
8668           At this point, changing current stream selection is broken, but 
8669           stuff like gst-launch playbin current-audio=1 works and filters
8670           to the chosen stream.
8671
8672 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8673
8674         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
8675           Fix #327216 (null dereference in vorbisdec)
8676
8677 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
8678
8679         * ext/theora/theoradec.c: (theora_handle_comment_packet):
8680           Post taglist actually on bus instead of just freeing it
8681           (fixes #327114 and totem bug #327080).
8682
8683         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
8684           Use gst_element_found_tags_for_pad(), so that the tags
8685           are sent downstream as an event as well.
8686
8687 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8688
8689         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8690         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
8691         (gst_ximagesink_buffer_alloc):
8692         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8693         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
8694         (gst_xvimagesink_buffer_alloc):
8695           move all regularly occurring messages to GST_LOG level
8696           add some more object logs
8697
8698 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8699
8700         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
8701           fix a silly segfault
8702
8703 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
8704
8705         * docs/libs/gst-plugins-base-libs-docs.sgml:
8706         * docs/libs/gst-plugins-base-libs-sections.txt:
8707         * gst-libs/gst/audio/mixerutils.c:
8708         * gst-libs/gst/audio/mixerutils.h:
8709           Add docs for mixerutils stuff.
8710
8711 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
8712
8713         * gst/playback/gstplaybasebin.c: (setup_source):
8714           Fix playback for sources that emit raw audio or
8715           raw video streams (e.g.: cd audio sources) (#325984).
8716
8717 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8718
8719         * gst-libs/gst/audio/mixerutils.c:
8720         (gst_audio_mixer_filter_do_filter):
8721           actually save the element we create
8722
8723 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
8724
8725         * gst-libs/gst/cdda/gstcddabasesrc.c:
8726         (gst_cdda_base_src_handle_track_seek):
8727           No need to post a tag message on the bus when seeking
8728           within the same track, only post it when the current
8729           track changes.
8730
8731 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8732
8733         * gst/playback/gstplaybasebin.c: (group_destroy),
8734         (probe_triggered), (new_decoded_pad), (mute_group_type),
8735         (set_active_source):
8736         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
8737         * gst/playback/gststreamselector.c:
8738         (gst_stream_selector_base_init),
8739         (gst_stream_selector_set_property),
8740         (gst_stream_selector_request_new_pad):
8741           Reenable stream selection. These mechanisms need a complete overhaul
8742           in the face of 0.8->0.10 changes though.
8743
8744 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
8745
8746         * ext/ogg/gstoggdemux.c:
8747           Change the pad template to src_%d to match the pads that 
8748           are created from it. decodebin needs this information in order
8749           to decide that oggdemux is capable of producing multiple pads
8750           (and hence needs queues inserted).
8751
8752         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
8753         (gst_ogg_mux_collected):
8754           Make debug output more useful by using GST_PTR_FORMAT.
8755
8756 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
8757
8758         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
8759
8760         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
8761           Set depth and width for alaw/mulaw (fixes #326601).
8762
8763 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8764
8765         * tests/icles/Makefile.am:
8766           don't build the tests if we don't have the libs
8767
8768 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8769
8770         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
8771         (gst_cd_paranoia_paranoia_callback):
8772           Don't try to free NULL pointers.
8773
8774 2006-01-10  Edward Hervey  <edward@fluendo.com>
8775
8776         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
8777         (gst_audio_rate_change_state), (plugin_init):
8778         Add debugging category.
8779         Fix type issues.
8780         Add case for incoming buffers without valid offset/offset_end.
8781
8782 2006-01-10  Michael Smith  <msmith@fluendo.com>
8783
8784         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
8785           Don't leak GCond in audio sources.
8786
8787 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
8788
8789         * gst/playback/gstplaybin.c: (gen_audio_element):
8790           Don't leak an autoaudiosink/alsasink when we generate
8791           a new audio element. (old code, I guess)
8792
8793 2006-01-10  Michael Smith  <msmith@fluendo.com>
8794
8795         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
8796           Support float audio in audiorate.
8797           Use width rather than depth for selecting sample width.
8798
8799 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8800
8801         * gst/videotestsrc/videotestsrc.h:
8802           Use GLib types here (that way we don't have to include the
8803           generated _stdint.h header, which makes life easier for win32
8804           folks that don't use autotools for the build) (#325990, patch
8805           by: Sergey Scobich).
8806
8807 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
8808
8809         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8810         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8811         (gst_ring_buffer_pause), (wait_segment):
8812         * gst-libs/gst/audio/gstringbuffer.h:
8813           Name (private) union, makes Forte compiler happy (this time
8814           for real) (#324900).
8815
8816 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8817
8818         * gst-libs/gst/audio/Makefile.am:
8819           Link against libgstinterfaces, needed for mixer
8820           and property probe stuff.
8821
8822 2006-01-09  Edward Hervey  <edward@fluendo.com>
8823
8824         * gst-libs/gst/Makefile.am:
8825
8826 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
8827
8828         * gst-libs/gst/audio/Makefile.am:
8829         * gst-libs/gst/audio/mixerutils.c:
8830         (gst_audio_mixer_filter_do_filter),
8831         (gst_audio_mixer_filter_check_element),
8832         (gst_audio_mixer_filter_probe_feature),
8833         (element_factory_rank_compare_func),
8834         (gst_audio_default_registry_mixer_filter):
8835         * gst-libs/gst/audio/mixerutils.h:
8836           Add gst_audio_default_registry_mixer_filter() utility
8837           function.
8838
8839 2006-01-03  Michael Smith  <msmith@fluendo.com>
8840
8841         * gst/audioresample/resample.h:
8842           As before, but for o_buf
8843
8844 2006-01-03  Michael Smith  <msmith@fluendo.com>
8845
8846         * gst/audioresample/resample.h:
8847           Declare struct _ResampleState.buffer as unsigned char *, not void *,
8848           since we do arithmetic on it.
8849
8850 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
8851
8852         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
8853         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
8854         (gst_ring_buffer_pause), (wait_segment):
8855         * gst-libs/gst/audio/gstringbuffer.h:
8856           Sun's Forte compiler doesn't seem to like anonymous structs,
8857           so use same setup as in GstBaseSrc (fixes #324900).
8858
8859 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
8860
8861         * configure.ac:
8862         * gst/volume/Makefile.am:
8863         * gst/volume/demo.c:
8864           move old example to tests/examples/volume/volune.c
8865         * tests/examples/Makefile.am:
8866         * tests/examples/seek/seek.c: (main):
8867           change window-close event from "delete-event" to "destroy"
8868         * tests/examples/volume/Makefile.am:
8869         * tests/examples/volume/volume.c: (value_changed_callback),
8870         (setup_gui), (message_received), (eos_message_received), (main):
8871           fix event handling and bus usage
8872
8873 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
8874
8875         * gst/audiotestsrc/gstaudiotestsrc.c:
8876         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
8877         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
8878         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
8879         (gst_audio_test_src_create_square),
8880         (gst_audio_test_src_create_saw),
8881         (gst_audio_test_src_create_triangle),
8882         (gst_audio_test_src_create_silence),
8883         (gst_audio_test_src_create_white_noise),
8884         (gst_audio_test_src_create_pink_noise),
8885         (gst_audio_test_src_init_sine_table),
8886         (gst_audio_test_src_create_sine_table),
8887         (gst_audio_test_src_change_wave),
8888         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
8889         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
8890         * gst/audiotestsrc/gstaudiotestsrc.h:
8891           update to basesrc changes, implement segmented seeking and eos
8892           handling, add a 'sine-tab' waveform for performance critical playback
8893
8894 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8895
8896         * po/POTFILES.in:
8897           ... and this time the other modified file that I missed last time.
8898
8899 2005-12-29  Michael Smith  <msmith@fluendo.com>
8900
8901         * gst/playback/gstdecodebin.c: (new_pad):
8902           Fix non-C89 variable declaration not at the start of a block. Should
8903           help some compilers.
8904
8905 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8906
8907         * tests/check/Makefile.am:
8908           And now fix 'make distcheck' (builddir != srcdir)
8909
8910 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8911
8912         * configure.ac:
8913         * ext/cdparanoia/Makefile.am:
8914         * ext/cdparanoia/gstcdparanoia.c:
8915         * ext/cdparanoia/gstcdparanoia.h:
8916         * ext/cdparanoia/gstcdparanoiasrc.c:
8917         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
8918         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
8919         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
8920         (gst_cd_paranoia_paranoia_callback),
8921         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
8922         (gst_cd_paranoia_src_set_property),
8923         (gst_cd_paranoia_src_get_property), (plugin_init):
8924         * ext/cdparanoia/gstcdparanoiasrc.h:
8925           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
8926           plugin again (there are still fixes required to playbin to make
8927           cdda:// uris work there).
8928
8929 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8930
8931         * tests/check/Makefile.am:
8932           Fix test case compilation.
8933
8934 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
8935
8936         * gst-libs/gst/cdda/gstcddabasesrc.c:
8937         (gst_cdda_base_src_update_duration),
8938         (gst_cdda_base_src_calculate_cddb_id):
8939           An integer is not a string. Fix access to uninitialised variable.
8940
8941         * tests/check/Makefile.am:
8942           Add cddabasesrc unit test; also actually enable the vorbis test.
8943
8944         * tests/check/generic/states.c:
8945           Blacklist new cd audio elements as well.
8946
8947         * tests/check/libs/cddabasesrc.c:
8948           Unit test for GstCddaBaseSrc (discid calculation mostly).
8949
8950 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8951
8952         * docs/libs/Makefile.am:
8953         * docs/libs/gst-plugins-base-libs-docs.sgml:
8954         * docs/libs/gst-plugins-base-libs-sections.txt:
8955         * docs/libs/gst-plugins-base-libs.types:
8956           Add docs for libgstcdda/GstCddaBaseSrc.
8957
8958         * gst-libs/gst/interfaces/mixertrack.h:
8959           Do one struct member per line with a semicolon at the end, that way
8960           even gtk-doc might parse it without complaining.
8961
8962 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8963
8964         * configure.ac:
8965         * gst-libs/gst/Makefile.am:
8966         * gst-libs/gst/cdda/Makefile.am:
8967         * gst-libs/gst/cdda/base64.c:
8968         * gst-libs/gst/cdda/base64.h:
8969         * gst-libs/gst/cdda/gstcddabasesrc.c:
8970         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
8971         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
8972         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
8973         (gst_cdda_base_src_get_property),
8974         (gst_cdda_base_src_get_track_from_sector),
8975         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
8976         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
8977         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
8978         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
8979         (gst_cdda_base_src_uri_get_protocols),
8980         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
8981         (gst_cdda_base_src_uri_handler_init),
8982         (gst_cdda_base_src_setup_interfaces),
8983         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
8984         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
8985         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
8986         (gst_cdda_base_src_add_tags),
8987         (gst_cdda_base_src_add_index_associations),
8988         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
8989         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
8990         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
8991         (gst_cdda_base_src_create):
8992         * gst-libs/gst/cdda/gstcddabasesrc.h:
8993         * gst-libs/gst/cdda/sha1.c:
8994         * gst-libs/gst/cdda/sha1.h:
8995           Add new libgstcdda with GstCddaBaseSrc class.
8996
8997 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
8998
8999         * ext/gnomevfs/gstgnomevfssink.h:
9000           Use GstBaseSinkClass as parent_class member for class struct, not
9001           GstBaseSink.
9002
9003 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9004
9005         Patch by: Michael Benes
9006
9007         * gst/videotestsrc/gstvideotestsrc.c:
9008         (gst_video_test_src_class_init), (gst_video_test_src_start):
9009           Add start method to reset running time and number of frames sent
9010           when starting up (fixes #324696)
9011
9012 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9013
9014         * docs/plugins/Makefile.am:
9015         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9016         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9017         * docs/plugins/gst-plugins-base-plugins.args:
9018         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9019         * docs/plugins/gst-plugins-base-plugins.signals:
9020           Add docs stuff for gnomevfssrc and gnomevfssink.
9021
9022         * ext/gnomevfs/gstgnomevfssrc.c:
9023           Fix example pipeline in gtk-doc blurb.
9024
9025 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9026
9027         * ext/gnomevfs/Makefile.am:
9028         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9029         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9030         (gst_gnome_vfs_handle_get_type), (plugin_init):
9031         * ext/gnomevfs/gstgnomevfs.h:
9032         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9033         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9034         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9035         (gst_gnome_vfs_sink_set_property),
9036         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9037         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9038         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9039         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9040         (gst_gnome_vfs_sink_uri_get_type),
9041         (gst_gnome_vfs_sink_uri_get_protocols),
9042         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9043         (gst_gnome_vfs_sink_uri_handler_init):
9044         * ext/gnomevfs/gstgnomevfssink.h:
9045           Port gnomevfssink; add gtk-doc blurb.
9046
9047         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9048         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9049         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9050         (gst_gnome_vfs_src_uri_get_type),
9051         (gst_gnome_vfs_src_uri_get_protocols),
9052         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9053         (gst_gnome_vfs_src_uri_handler_init),
9054         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9055         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9056         (gst_gnome_vfs_src_send_additional_headers_callback),
9057         (gst_gnome_vfs_src_received_headers_callback),
9058         (gst_gnome_vfs_src_push_callbacks),
9059         (gst_gnome_vfs_src_pop_callbacks),
9060         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9061         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9062         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9063         * ext/gnomevfs/gstgnomevfssrc.h:
9064           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9065           file; add gtk-doc blurb with example pipelines.
9066
9067 === release 0.10.1 ===
9068
9069 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
9070
9071         * configure.ac:
9072           releasing 0.10.1, "Dobro Dedek"
9073
9074 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
9075
9076         * gst/typefind/gsttypefindfunctions.c:
9077         iLBC30 and iLBC20 added to typefind.
9078
9079 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9080
9081         * gst-libs/gst/audio/gstbaseaudiosink.c:
9082         (gst_base_audio_sink_class_init):
9083         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9084         (gst_base_audio_src_class_init):
9085           update strings, values are in microseconds
9086           change the default sink buffer time to something that is smaller
9087           (to help software volume mixing have a slightly lower delay) but
9088           still be acceptable on Wim's laptop
9089
9090 2005-12-20  Edward Hervey  <edward@fluendo.com>
9091
9092         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9093         Made a quack, forgot to add DUCK to the riff video template.
9094
9095 2005-12-19  Edward Hervey  <edward@fluendo.com>
9096
9097         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9098         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9099         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9100         (gst_ogm_parse_chain):
9101         Make sure pads are initialized correctly.
9102         * gst-libs/gst/riff/riff-ids.h:
9103         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9104         (gst_riff_create_video_template_caps):
9105         Add a whole bunch of FOURCC <=> MimeType.
9106         Extend the riff video pad template to support the newly added fourcc.
9107
9108 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
9109
9110         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9111         (gst_ogg_demux_activate_chain):
9112           Extra debug output when activating/deactivating chains.
9113
9114         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9115         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9116         (unlinked):
9117           Remove a queue from our list when it becomes unlinked.
9118           Don't add queues to elements in class 'Demux' if they
9119           can only produce one pad 
9120
9121 2005-12-18  Julien MOUTTE  <julien@moutte.net>
9122
9123         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9124         (gst_video_sink_get_type): Add a debug category.
9125
9126 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9127
9128         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9129         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9130           Handle downstream newsegment by sending our own newsegment before the
9131           next buffer to be released. (#323900)
9132
9133 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9134
9135         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9136         (gst_base_rtp_depayload_set_gst_timestamp):
9137           add queue delay to new segment as well (as opposed to just the first
9138           buffer). (bug #322347)
9139
9140 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9141
9142         * ext/libvisual/visual.c: (make_valid_name):
9143           change some char* into char[]
9144         * gst/audiotestsrc/gstaudiotestsrc.c:
9145         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9146         (gst_audio_test_src_create):
9147         * gst/audiotestsrc/gstaudiotestsrc.h:
9148           prepare to handle EOS and SEGMENT_DONE
9149
9150 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9151
9152         * tests/check/generic/states.c: (GST_START_TEST):
9153           Blacklist cdparanoia element in state test.
9154
9155 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9156
9157           Patch by: Benjamin Pineau
9158
9159         * gst/tcp/gsttcp.c:
9160         * gst/tcp/gsttcpclientsink.c:
9161         * gst/tcp/gsttcpserversink.c:
9162         * gst/tcp/gsttcpserversrc.c:
9163           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9164
9165 2005-12-15  Michael Smith  <msmith@fluendo.com>
9166
9167         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9168         (gst_video_rate_chain):
9169           Fix timestamping for videorate when the first buffer it sees has a
9170           non-zero timestamp. Fix some misleading debug output.
9171
9172 2005-12-15  Michael Smith  <msmith@fluendo.com>
9173
9174         * gst/audioresample/gstaudioresample.c:
9175           Don't leak all input buffers to audioresample.
9176
9177 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9178
9179         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9180           Don't operate on empty text buffers. Strip newlines and
9181           tabs only from the end of the text, but leave them intact
9182           in the middle. Fix typo in gtk-doc description.
9183
9184 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9185
9186         * gst/playback/gstplaybasebin.c:
9187         * gst/playback/gstplaybin.c: (handoff):
9188           Make sure the video frame buffer we return to apps via the
9189           "frame" property always has caps set on it. Modify
9190           _gst_gvalue_set_object() macro to handle NULL objects
9191           gracefully too.
9192
9193 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9194
9195         * gst/audiotestsrc/gstaudiotestsrc.c:
9196         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9197         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9198         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9199         (gst_audio_test_src_create):
9200         * gst/audiotestsrc/gstaudiotestsrc.h:
9201         Adjust to some recent api changes and add wtays new cool seeking
9202         capabillities
9203
9204 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9205
9206         * ext/alsa/Makefile.am:
9207         * ext/alsa/gstalsadeviceprobe.c:
9208         * ext/alsa/gstalsadeviceprobe.h:
9209           Helper functions to add device probing via the GstPropertyProbe
9210           interface to a class.
9211
9212         * ext/alsa/gstalsamixer.h:
9213           Comment out GST_ALSA_MIXER, it returns a struct that's not
9214           used.
9215
9216         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9217           Add some debug info. 
9218
9219         * ext/alsa/gstalsamixerelement.c:
9220         (gst_alsa_mixer_element_interface_supported),
9221         (gst_implements_interface_init),
9222         (gst_alsa_mixer_element_init_interfaces),
9223         (gst_alsa_mixer_element_class_init),
9224         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9225         (gst_alsa_mixer_element_set_property),
9226         (gst_alsa_mixer_element_get_property),
9227         (gst_alsa_mixer_element_change_state):
9228         * ext/alsa/gstalsamixerelement.h:
9229           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9230           for device handling (gnome-volume-control will need that).
9231
9232 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9233
9234         * ext/Makefile.am: fix cdparanoia entry
9235         * gst-plugins-base.spec.in: add cdparanoia
9236
9237 2005-12-12  Michael Smith  <msmith@fluendo.com>
9238
9239         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9240           Use the correct function to free list of typefind factories.
9241
9242 2005-12-12  Wim Taymans  <wim@fluendo.com>
9243
9244         * gst/videotestsrc/gstvideotestsrc.c:
9245         (gst_video_test_src_class_init), (gst_video_test_src_init),
9246         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9247         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9248         (gst_video_test_src_create):
9249         * gst/videotestsrc/gstvideotestsrc.h:
9250         Implement seeking in videotestsrc.
9251         Small cleanups.
9252
9253 2005-12-12  Wim Taymans  <wim@fluendo.com>
9254
9255         * ext/cdparanoia/Makefile.am:
9256         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9257         (gst_paranoia_endian_get_type), (_do_init),
9258         (cdparanoia_class_init), (cdparanoia_init),
9259         (cdparanoia_set_property), (cdparanoia_get_property),
9260         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9261         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9262         (cdparanoia_convert), (cdparanoia_get_query_types),
9263         (cdparanoia_query), (cdparanoia_set_index),
9264         (cdparanoia_uri_set_uri):
9265         * ext/cdparanoia/gstcdparanoia.h:
9266         Partially ported cdparanoia now that basesrc can support a
9267         plugin like this..
9268
9269 2005-12-12  Wim Taymans  <wim@fluendo.com>
9270
9271         * tests/examples/seek/scrubby.c: (main):
9272         Set higher priority for bus events so they don't get reordered with
9273         gtk gui events.
9274
9275         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9276         (flush_toggle_cb), (main):
9277         Added checkbox to disable flushing seeks. 
9278         Disable scrubbing when doing non flushing seeks.
9279
9280 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9281
9282         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9283         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9284         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9285         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9286           Implement some sort of event handling that doesn't rely on
9287           g_return_if_fail; make sure we always push the last chunk of an 
9288           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9289           state change function; remove some old cruft. Seeking is still
9290           rather unlikely to work though.
9291
9292         * tools/.cvsignore:
9293           Ignore more.
9294
9295 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9296
9297         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9298         Fixed a leak of the current image reference when cleaning up.
9299         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9300
9301 2005-12-09  Michael Smith  <msmith@fluendo.com>
9302
9303         * tools/Makefile.am:
9304         * tools/gst-launch-ext-m.m:
9305           Remove gst-launch-ext. It doesn't work, and is no longer
9306           particularly useful.
9307
9308 2005-12-08  Luca Ognibene  <luogni@tin.it>
9309
9310         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9311           don't pass random values to ogmparse convert function.
9312           Make seeking possible in the exile1.ogm file.
9313
9314 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9315
9316         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9317         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9318           Work around refcount problem with g_value_set_object() that occur
9319           if the core has been compiled against GLib-2.6 (g_value_set_object()
9320           will only g_object_ref() the element, but the caller will
9321           gst_object_unref() it and bad things will happen due to the way
9322           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9323           totem for people on FC4 using Thomas's 0.10 RPMs.
9324           
9325 2005-12-07  Edward Hervey  <edward@fluendo.com>
9326
9327         Time to welcome ogm to 0.10 :)
9328         
9329         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9330         (gst_ogg_pad_typefind):
9331         Oggdemux can now properly typefind elements with dynamic pads.
9332         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9333         Properly set caps on src pad, and set caps on outgoing buffers.
9334
9335 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9336
9337         * ext/alsa/gstalsamixer.h:
9338         * ext/alsa/gstalsamixerelement.h:
9339         * ext/alsa/gstalsamixeroptions.h:
9340         * ext/alsa/gstalsamixertrack.h:
9341         * ext/alsa/gstalsasink.c:
9342         * ext/alsa/gstalsasink.h:
9343         * ext/alsa/gstalsasrc.c:
9344         * ext/alsa/gstalsasrc.h:
9345         * ext/cdparanoia/gstcdparanoia.h:
9346         * ext/gnomevfs/gstgnomevfsuri.h:
9347         * ext/ogg/gstoggdemux.c:
9348         * ext/ogg/gstoggmux.c:
9349         * ext/pango/gsttextoverlay.h:
9350         * ext/theora/theoradec.c:
9351         * ext/theora/theoraenc.c:
9352         * ext/vorbis/vorbisdec.h:
9353         * ext/vorbis/vorbisenc.c:
9354         * ext/vorbis/vorbisenc.h:
9355         * ext/vorbis/vorbisparse.h:
9356         * gst-libs/gst/audio/gstaudioclock.h:
9357         * gst-libs/gst/audio/gstaudiosink.c:
9358         * gst-libs/gst/audio/gstaudiosink.h:
9359         * gst-libs/gst/audio/gstaudiosrc.c:
9360         * gst-libs/gst/audio/gstaudiosrc.h:
9361         * gst-libs/gst/audio/gstbaseaudiosink.c:
9362         * gst-libs/gst/audio/gstbaseaudiosink.h:
9363         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9364         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9365         * gst-libs/gst/audio/gstringbuffer.h:
9366         * gst-libs/gst/audio/multichannel.h:
9367         * gst-libs/gst/floatcast/floatcast.h:
9368         * gst-libs/gst/interfaces/colorbalance.c:
9369         * gst-libs/gst/interfaces/colorbalance.h:
9370         * gst-libs/gst/interfaces/colorbalancechannel.h:
9371         * gst-libs/gst/interfaces/mixer.h:
9372         * gst-libs/gst/interfaces/mixeroptions.h:
9373         * gst-libs/gst/interfaces/mixertrack.h:
9374         * gst-libs/gst/interfaces/navigation.h:
9375         * gst-libs/gst/interfaces/propertyprobe.h:
9376         * gst-libs/gst/interfaces/tuner.h:
9377         * gst-libs/gst/interfaces/tunerchannel.h:
9378         * gst-libs/gst/interfaces/tunernorm.h:
9379         * gst-libs/gst/interfaces/xoverlay.h:
9380         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9381         * gst-libs/gst/riff/riff-ids.h:
9382         * gst-libs/gst/riff/riff-media.h:
9383         * gst-libs/gst/riff/riff-read.h:
9384         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9385         * gst-libs/gst/rtp/gstbasertppayload.c:
9386         * gst-libs/gst/rtp/gstbasertppayload.h:
9387         * gst-libs/gst/rtp/gstrtpbuffer.c:
9388         * gst-libs/gst/rtp/gstrtpbuffer.h:
9389         * gst-libs/gst/tag/gsttageditingprivate.h:
9390         * gst-libs/gst/tag/gstvorbistag.c:
9391         (gst_tag_list_from_vorbiscomment_buffer):
9392         * gst-libs/gst/tag/tag.h:
9393         * gst-libs/gst/video/video.h:
9394         * gst/adder/gstadder.c:
9395         * gst/adder/gstadder.h:
9396         * gst/audioconvert/audioconvert.c:
9397         * gst/audioconvert/audioconvert.h:
9398         * gst/audioconvert/gstaudioconvert.c:
9399         * gst/audioconvert/gstchannelmix.c:
9400         * gst/audioconvert/gstchannelmix.h:
9401         * gst/audiorate/gstaudiorate.c:
9402         * gst/audioresample/buffer.h:
9403         * gst/audioresample/functable.h:
9404         * gst/audioresample/gstaudioresample.c:
9405         * gst/audioresample/resample.h:
9406         * gst/ffmpegcolorspace/avcodec.h:
9407         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9408         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9409         * gst/ffmpegcolorspace/imgconvert.c:
9410         * gst/ffmpegcolorspace/imgconvert_template.h:
9411         * gst/playback/gstdecodebin.c:
9412         * gst/playback/gstplaybasebin.h:
9413         * gst/playback/gstplaybin.c:
9414         * gst/playback/gststreaminfo.h:
9415         * gst/tcp/gstfdset.c:
9416         * gst/tcp/gstfdset.h:
9417         * gst/tcp/gstmultifdsink.c:
9418         * gst/tcp/gstmultifdsink.h:
9419         * gst/tcp/gsttcp.h:
9420         * gst/tcp/gsttcpclientsrc.c:
9421         * gst/tcp/gsttcpclientsrc.h:
9422         * gst/tcp/gsttcpplugin.h:
9423         * gst/tcp/gsttcpserversink.c:
9424         * gst/tcp/gsttcpserversrc.c:
9425         * gst/typefind/gsttypefindfunctions.c:
9426         * gst/videorate/gstvideorate.c:
9427         * gst/videotestsrc/gstvideotestsrc.h:
9428         * gst/videotestsrc/videotestsrc.h:
9429         * sys/v4l/gstv4lcolorbalance.h:
9430         * sys/v4l/gstv4ltuner.h:
9431         * sys/v4l/gstv4lxoverlay.h:
9432         * sys/v4l/v4l_calls.h:
9433         * sys/v4l/videodev_mjpeg.h:
9434         * tests/check/elements/audioconvert.c:
9435         * tests/check/elements/audioresample.c:
9436         * tests/check/elements/audiotestsrc.c:
9437         * tests/check/elements/videotestsrc.c:
9438         * tests/check/elements/volume.c:
9439         * tests/examples/seek/scrubby.c:
9440         * tests/examples/seek/seek.c:
9441           expand tabs
9442
9443 === release 0.10.0 ===
9444
9445 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9446
9447         * configure.ac:
9448           releasing 0.10.0, "Mont-d'or"
9449
9450 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9451
9452         * tests/examples/seek/Makefile.am:
9453         Build fix for when gtk is not available.
9454
9455 2005-12-05  Andy Wingo  <wingo@pobox.com>
9456
9457         * ext/libvisual/visual.c: (get_buffer):
9458         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9459         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9460         * ext/theora/theoradec.c: (theora_handle_data_packet):
9461         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9462         (theora_enc_chain):
9463         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9464         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9465         Update for alloc_buffer changes.
9466
9467 2005-12-05  Andy Wingo  <wingo@pobox.com>
9468
9469         patch by: Kai Vehmanen <kv2004 eca cx>
9470         
9471         * gst-libs/gst/rtp/gstbasertpdepayload.c
9472         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9473
9474 2005-12-04  Andy Wingo  <wingo@pobox.com>
9475
9476         patch by: Sebastien Cote <sebas642 yahoo ca>
9477         
9478         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9479         Fixes #319172.
9480
9481 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9482
9483         * docs/plugins/Makefile.am:
9484         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9485         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9486         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9487         * ext/pango/gstclockoverlay.c:
9488         * ext/pango/gsttextoverlay.c: 
9489         * ext/pango/gsttextrender.c:
9490         * ext/pango/gsttimeoverlay.c:
9491           Add gtk-doc blurbs to pango elements.
9492
9493 2005-12-02  Wim Taymans  <wim@fluendo.com>
9494
9495         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9496         * gst/audioresample/buffer.h:
9497         * gst/audioresample/gstaudioresample.c:
9498         * gst/audioresample/gstaudioresample.h:
9499         * gst/audioresample/resample.c: (resample_input_flush),
9500         (resample_input_pushthrough), (resample_input_eos),
9501         (resample_get_output_size_for_input),
9502         (resample_get_input_size_for_output), (resample_get_output_size),
9503         (resample_get_output_data):
9504         * gst/audioresample/resample.h:
9505         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9506         Fix audioresample, seek torture, new segments, reverse negotiation
9507         etc.. work fine.
9508
9509 2005-12-02  Wim Taymans  <wim@fluendo.com>
9510
9511         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9512         Small cleanups.
9513
9514 2005-12-02  Wim Taymans  <wim@fluendo.com>
9515
9516         * gst/audioconvert/gstaudioconvert.c:
9517         (gst_audio_convert_transform):
9518         Post errors.
9519
9520 === release 0.9.7 ===
9521
9522 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9523
9524         * configure.ac:
9525           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
9526
9527 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9528
9529         * Makefile.am:
9530         * po/hu.po:
9531         * win32/MANIFEST:
9532         * win32/gst.sln:
9533           add win32 MANIFEST file
9534           do something to the hungarian translation
9535
9536 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
9537
9538         * ext/Makefile.am:
9539           Add $(PANGO_DIR) to SUBDIRS
9540
9541         * ext/pango/gstclockoverlay.c:
9542         * ext/pango/gsttimeoverlay.c:
9543           Fix and improve element descriptions.
9544
9545 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9546
9547         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9548         * docs/plugins/inspect/plugin-libvisual.xml:
9549         * docs/plugins/inspect/plugin-pango.xml:
9550           add pango plugin to docs
9551
9552 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9553
9554         * configure.ac:
9555         * ext/Makefile.am:
9556           moved pango to base
9557
9558 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9559
9560         * configure.ac:
9561         * tests/Makefile.am:
9562         * tests/icles/.cvsignore:
9563         * tests/icles/Makefile.am:
9564         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
9565         (close_display), (resize_window), (move_window), (create_window),
9566         (terminate_playback), (pause_playback), (start_playback), (main):
9567           add stress test for xoverlay from Julien
9568
9569 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9570
9571         * docs/libs/tmpl/gstcolorbalance.sgml:
9572         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9573         * gst-libs/gst/rtp/gstbasertppayload.c:
9574         * gst-libs/gst/rtp/gstrtpbuffer.c:
9575         * gst-libs/gst/rtp/gstrtpbuffer.h:
9576           Do burger's rename for rtp payloaders and depayloaders
9577
9578 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9579
9580         * win32/:
9581           add Visual Studio 6 build files
9582
9583 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9584
9585         * docs/libs/gst-plugins-base-libs-docs.sgml:
9586         * docs/libs/gst-plugins-base-libs-sections.txt:
9587         * docs/libs/tmpl/gstaudio.sgml:
9588         * docs/libs/tmpl/gstringbuffer.sgml:
9589         * gst-libs/gst/interfaces/xoverlay.c:
9590         * gst-libs/gst/video/gstvideofilter.c:
9591         * gst-libs/gst/video/gstvideosink.c:
9592           update documentation
9593
9594 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9595
9596         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
9597         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
9598         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
9599         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
9600         (gst_multi_fd_sink_get_stats),
9601         (gst_multi_fd_sink_remove_client_link),
9602         (gst_multi_fd_sink_handle_client_read),
9603         (gst_multi_fd_sink_client_queue_data),
9604         (gst_multi_fd_sink_client_queue_caps),
9605         (gst_multi_fd_sink_client_queue_buffer),
9606         (gst_multi_fd_sink_new_client),
9607         (gst_multi_fd_sink_handle_client_write),
9608         (gst_multi_fd_sink_recover_client),
9609         (gst_multi_fd_sink_queue_buffer),
9610         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
9611         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
9612         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
9613         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
9614         * gst/tcp/gstmultifdsink.h:
9615         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
9616         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
9617         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
9618         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
9619         (gst_tcp_client_sink_set_property),
9620         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
9621         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
9622         * gst/tcp/gsttcpclientsink.h:
9623         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
9624         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
9625         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
9626         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
9627         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
9628         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
9629         * gst/tcp/gsttcpclientsrc.h:
9630         * gst/tcp/gsttcpplugin.c: (plugin_init):
9631         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
9632         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
9633         (gst_tcp_server_sink_finalize),
9634         (gst_tcp_server_sink_handle_server_read),
9635         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
9636         (gst_tcp_server_sink_set_property),
9637         (gst_tcp_server_sink_get_property),
9638         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
9639         * gst/tcp/gsttcpserversink.h:
9640         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
9641         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
9642         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
9643         (gst_tcp_server_src_set_property),
9644         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
9645         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
9646         * gst/tcp/gsttcpserversrc.h:
9647           more borgifying
9648
9649 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9650
9651         * docs/plugins/Makefile.am:
9652         * docs/plugins/gst-plugins-base-plugins.args:
9653         * docs/plugins/inspect/plugin-libvisual.xml:
9654         * gst/audioconvert/plugin.h:
9655         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
9656         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
9657         (gst_audio_rate_setcaps), (gst_audio_rate_init),
9658         (gst_audio_rate_chain), (gst_audio_rate_set_property),
9659         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
9660         (plugin_init):
9661         * gst/audiotestsrc/gstaudiotestsrc.c:
9662         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
9663         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9664         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
9665         (gst_audio_test_src_get_query_types),
9666         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
9667         (gst_audio_test_src_create_square),
9668         (gst_audio_test_src_create_saw),
9669         (gst_audio_test_src_create_triangle),
9670         (gst_audio_test_src_create_silence),
9671         (gst_audio_test_src_create_white_noise),
9672         (gst_audio_test_src_init_pink_noise),
9673         (gst_audio_test_src_generate_pink_noise_value),
9674         (gst_audio_test_src_create_pink_noise),
9675         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
9676         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
9677         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
9678         (plugin_init):
9679         * gst/audiotestsrc/gstaudiotestsrc.h:
9680         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
9681         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
9682         (gst_sub_parse_init), (gst_sub_parse_formats),
9683         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
9684         (convert_encoding), (get_next_line),
9685         (gst_sub_parse_data_format_autodetect),
9686         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
9687         (gst_sub_parse_loop), (gst_sub_parse_chain),
9688         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
9689         (plugin_init):
9690         * gst/subparse/gstsubparse.h:
9691         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
9692         (gst_video_rate_base_init), (gst_video_rate_class_init),
9693         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
9694         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
9695         (gst_video_rate_init), (gst_video_rate_event),
9696         (gst_video_rate_chain), (gst_video_rate_set_property),
9697         (gst_video_rate_get_property), (gst_video_rate_change_state),
9698         (plugin_init):
9699         * gst/videoscale/gstvideoscale.c:
9700         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
9701         (gst_video_scale_src_template_factory),
9702         (gst_video_scale_sink_template_factory),
9703         (gst_video_scale_get_type), (gst_video_scale_base_init),
9704         (gst_video_scale_class_init), (gst_video_scale_init),
9705         (gst_video_scale_set_property), (gst_video_scale_get_property),
9706         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
9707         (gst_video_scale_prepare_size), (parse_caps),
9708         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
9709         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
9710         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
9711         (plugin_init):
9712         * gst/videoscale/gstvideoscale.h:
9713         * gst/videotestsrc/gstvideotestsrc.c:
9714         (gst_video_test_src_pattern_get_type),
9715         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
9716         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
9717         (gst_video_test_src_set_pattern),
9718         (gst_video_test_src_set_property),
9719         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
9720         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
9721         (gst_video_test_src_event), (gst_video_test_src_get_times),
9722         (gst_video_test_src_create), (plugin_init):
9723         * gst/videotestsrc/gstvideotestsrc.h:
9724         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
9725         (gst_video_test_src_smpte), (gst_video_test_src_snow),
9726         (gst_video_test_src_black):
9727         * gst/videotestsrc/videotestsrc.h:
9728           borgify further
9729           clean up docs a little
9730
9731 2005-11-30  Wim Taymans  <wim@fluendo.com>
9732
9733         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9734         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
9735         (gst_basertppayload_event), (gst_basertppayload_push),
9736         (gst_basertppayload_change_state):
9737         * gst-libs/gst/rtp/gstbasertppayload.h:
9738         closed #320644.
9739
9740 2005-11-30  Julien MOUTTE  <julien@moutte.net>
9741
9742         * docs/libs/gst-plugins-base-libs-docs.sgml:
9743         * docs/libs/gst-plugins-base-libs-sections.txt:
9744         * gst-libs/gst/video/gstvideofilter.c:
9745         * gst-libs/gst/video/gstvideosink.c:
9746         * gst-libs/gst/video/gstvideosink.h: Adding docs.
9747
9748 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9749
9750         * LICENSE:
9751           move
9752         * po/af.po:
9753         * po/az.po:
9754         * po/cs.po:
9755         * po/en_GB.po:
9756         * po/hu.po:
9757         * po/it.po:
9758         * po/nb.po:
9759         * po/nl.po:
9760         * po/or.po:
9761         * po/sq.po:
9762         * po/sr.po:
9763         * po/sv.po:
9764         * po/uk.po:
9765         * po/vi.po:
9766         * Makefile.am:
9767           update
9768         * scripts/autoplugins.sh:
9769           remove
9770
9771 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9772
9773         * Makefile.am:
9774         * configure.ac:
9775         * examples/Makefile.am:
9776         * examples/capsfilter/Makefile.am:
9777         * examples/capsfilter/capsfilter1.c:
9778         * examples/gob/Makefile.am:
9779         * examples/gob/gst-identity2.gob:
9780         * examples/indexing/.cvsignore:
9781         * examples/indexing/Makefile.am:
9782         * examples/indexing/indexmpeg.c:
9783         * examples/seeking/.cvsignore:
9784         * examples/seeking/Makefile.am:
9785         * examples/seeking/cdparanoia.c:
9786         * examples/seeking/cdplayer.c:
9787         * examples/seeking/chained.c:
9788         * examples/seeking/scrubby.c:
9789         * examples/seeking/seek.c:
9790         * examples/stats/Makefile.am:
9791         * examples/stats/mp2ogg.c:
9792         * examples/switch/.cvsignore:
9793         * examples/switch/Makefile.am:
9794         * examples/switch/switcher.c:
9795         * tests/Makefile.am:
9796         * tests/check/generic/.cvsignore:
9797         * tests/check/pipelines/.cvsignore:
9798         * tests/examples/Makefile.am:
9799         * tests/examples/seek/Makefile.am:
9800           reorganize stuff under tests/
9801
9802 2005-11-30  Edward Hervey  <edward@fluendo.com>
9803
9804         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
9805         Go away you stupid GstStaticPadTemplate memleak.
9806
9807 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9808
9809         * gst-libs/gst/net/Makefile.am:
9810         * gst-libs/gst/net/README:
9811         * gst-libs/gst/net/gstnetbuffer.c:
9812         * gst-libs/gst/net/gstnetbuffer.h:
9813           this was moved to "netbuffer"
9814
9815 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9816
9817         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
9818         (gst_video_filter_class_init), (gst_video_filter_init):
9819         * gst-libs/gst/video/gstvideofilter.h:
9820           borgify name to bring in line with other classes
9821
9822 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9823
9824         * gst/audioscale/.cvsignore:
9825         * gst/audioscale/Makefile.am:
9826         * gst/audioscale/README:
9827         * gst/audioscale/audioscale.vcproj:
9828         * gst/audioscale/dtof.c:
9829         * gst/audioscale/dtos.c:
9830         * gst/audioscale/functable.c:
9831         * gst/audioscale/gstaudioscale.c:
9832         * gst/audioscale/gstaudioscale.h:
9833         * gst/audioscale/private.h:
9834         * gst/audioscale/resample.c:
9835         * gst/audioscale/resample.h:
9836         * gst/audioscale/test.c:
9837           remove
9838
9839 2005-11-30  Edward Hervey  <edward@fluendo.com>
9840
9841         * gst-libs/gst/netbuffer/Makefile.am:
9842         really, really tired
9843
9844 2005-11-30  Edward Hervey  <edward@fluendo.com>
9845
9846         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9847         Update for new GstTypeFindFactory _register()
9848
9849 2005-11-30  Edward Hervey  <edward@fluendo.com>
9850
9851         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
9852         Let's not override libgstnet from core for no reason...
9853         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
9854         Ok, maybe not so quick next time.
9855
9856 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9857
9858         * configure.ac:
9859         * gst-libs/gst/Makefile.am:
9860           moved gst-libs/gst/net to netbuffer through CVS surgery
9861           remove old directory
9862           updating build to accomodate
9863           (#322257)
9864
9865 2005-11-29  Andy Wingo  <wingo@pobox.com>
9866
9867         * pkgconfig/gstreamer-plugins-base.pc.in:
9868         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9869         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
9870         (#322257).
9871
9872 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9873
9874         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
9875         3rd time's the charm. Correct ref-counting for discarded buffers.
9876
9877 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9878
9879         * gst/playback/gststreamselector.c:
9880         (gst_stream_selector_class_init),
9881         (gst_stream_selector_set_property),
9882         (gst_stream_selector_get_property),
9883         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9884         Fix ref-counting
9885
9886 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
9887
9888         * gst/subparse/gstsubparse.c: (feed_textbuf):
9889           Don't access already unref'ed buffer.
9890
9891 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
9892
9893         * gst/playback/gststreamselector.c:
9894         (gst_stream_selector_class_init), (gst_stream_selector_init),
9895         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
9896         (gst_stream_selector_get_property),
9897         (gst_stream_selector_get_linked_pad),
9898         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
9899         * gst/playback/gststreamselector.h:
9900         Add the active-pad property for playbin to use shortly. Ignore buffers
9901         from any other pad, returning GST_FLOW_NOT_LINKED
9902
9903 2005-11-29  Julien MOUTTE  <julien@moutte.net>
9904
9905         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
9906         patch from bug #322704 (Alessandro Decina).
9907
9908 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9909
9910         * gst-libs/gst/audio/Makefile.am:
9911           folded audiofilter into the audio library
9912
9913 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9914
9915         * gst/videoscale/gstvideoscale.h:
9916         * gst/videoscale/gstvideoscale.c:
9917           remove unimplemented scale methods
9918
9919 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
9920
9921         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
9922           Don't leak caps.
9923
9924 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9925
9926         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
9927         (gst_ximagesink_setcaps):
9928         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9929         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
9930         happens (only visible on ximagesink but bug is in xv too) set_caps was
9931         destroying the internal x[v]image used to memcpy non locally alloced
9932         buffers so that it got renewed on next _chain. The issue is that 
9933         _expose will try to put that image as it reffed it in _put.
9934         Using gst_buffer_unref instead of destroy fixes it !
9935
9936 2005-11-28  Edward Hervey  <edward@fluendo.com>
9937
9938         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9939         (try_to_link_1), (queue_filled_cb):
9940         Better use of the queues. Start with a small size queue and only increase
9941         the size of the queues when the other queues are empty.
9942
9943 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9944
9945         * gst-libs/gst/video/Makefile.am:
9946           compile in copied-over videofilter into the video library
9947         * gst-libs/gst/video/videosink.h:
9948           rename the header to gstvideosink.h since it's a base GstObject class
9949         * sys/ximage/ximagesink.h:
9950         * sys/xvimage/xvimagesink.h:
9951           use the new header
9952
9953 2005-11-28  Wim Taymans  <wim@fluendo.com>
9954
9955         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
9956         * gst/playback/gstplaybasebin.h:
9957         Prepare to handle errors betters.
9958
9959         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
9960         Set sinks to PAUSED first before adding and linking them so that
9961         we don't interrupt dataflow.
9962
9963 2005-11-28  Wim Taymans  <wim@fluendo.com>
9964
9965         * gst-libs/gst/audio/TODO:
9966         Updated TODO
9967
9968         * gst-libs/gst/audio/gstaudiosink.c:
9969         (gst_audioringbuffer_open_device),
9970         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
9971         (gst_audioringbuffer_release):
9972         Small cleanups.
9973
9974         * gst-libs/gst/audio/gstbaseaudiosink.c:
9975         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
9976         (gst_base_audio_sink_change_state):
9977         Slave to the master clock when going to PLAYING and unslave when
9978         going to PAUSED.
9979
9980         * gst-libs/gst/audio/gstringbuffer.c:
9981         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
9982         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
9983         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
9984         (gst_ring_buffer_clear_all), (wait_segment),
9985         (gst_ring_buffer_commit), (gst_ring_buffer_read),
9986         (gst_ring_buffer_advance):
9987         * gst-libs/gst/audio/gstringbuffer.h:
9988         Add some docs and cleanups.
9989
9990 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9991
9992         * sys/xvimage/xvimagesink.c:
9993         (gst_xvimagesink_navigation_send_event): Fix navigation events
9994         coordinates translation with pixel aspect ratios.
9995
9996 2005-11-28  Julien MOUTTE  <julien@moutte.net>
9997
9998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
9999         Use calculated video geometry from _setcaps instead of buffer
10000         caps to respect pixel aspect ratio. (fixes #322388)
10001
10002 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10003
10004         * docs/libs/tmpl/gstcolorbalance.sgml:
10005         * docs/libs/tmpl/gstmixer.sgml:
10006         * docs/libs/tmpl/gstxoverlay.sgml:
10007         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10008         interface.
10009
10010 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10011
10012         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10013         Refuse to create an XvImage if we can't find the format.
10014
10015 2005-11-28  Edward Hervey  <edward@fluendo.com>
10016
10017         * gst-libs/gst/riff/riff-media.c:
10018         (gst_riff_create_audio_template_caps):
10019         Add ATRAC3 to the list of riff-possible audio caps.
10020         I know we still don't have a plugin for atrac3, but it's saner to output
10021         that than a cryptic mimetype.
10022
10023 2005-11-27  Edward Hervey  <edward@fluendo.com>
10024
10025         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10026         Don't try to create a zero-sized subbuffer.
10027
10028 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10029
10030         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10031         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10032         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10033         (gst_ximagesink_expose): Fixed a tricky race.
10034         * sys/ximage/ximagesink.h:
10035         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10036         (gst_xvimagesink_expose): Fixed a tricky race.
10037         * sys/xvimage/xvimagesink.h:
10038
10039 2005-11-27  Edward Hervey  <edward@fluendo.com>
10040
10041         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10042         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10043         Remove unused properties, and add queues between demuxers and decoders
10044         so that a lot more files can preroll properly.
10045
10046 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10047
10048         * gst-libs/gst/net/Makefile.am:
10049         * gst-libs/gst/rtp/Makefile.am:
10050         * gst-libs/gst/tag/Makefile.am:
10051           remove silly include
10052         * gst/tags/Makefile.am:
10053         * gst/tags/gsttagediting.c:
10054         * gst/tags/gsttageditingprivate.h:
10055         * gst/tags/tagedit.vcproj:
10056           remove directory, is as good as empty
10057
10058 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10059
10060         * configure.ac:
10061           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10062         * gst-libs/Makefile.am:
10063         * gst-libs/gst/audio/Makefile.am:
10064         * gst-libs/gst/interfaces/Makefile.am:
10065         * gst-libs/gst/net/Makefile.am:
10066         * gst-libs/gst/riff/Makefile.am:
10067         * gst-libs/gst/rtp/Makefile.am:
10068         * gst-libs/gst/tag/Makefile.am:
10069         * gst-libs/gst/video/Makefile.am:
10070           and use them
10071
10072 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10073
10074         * docs/libs/tmpl/gstcolorbalance.sgml:
10075         * docs/libs/tmpl/gstmixer.sgml:
10076         * docs/libs/tmpl/gstxoverlay.sgml:
10077         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10078         * sys/ximage/ximagesink.h:
10079         * sys/xvimage/xvimagesink.h: More and more documentation.
10080
10081 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10082
10083         * docs/libs/gst-plugins-base-libs-docs.sgml:
10084         * docs/libs/gst-plugins-base-libs-sections.txt:
10085         * docs/libs/tmpl/gstcolorbalance.sgml:
10086         * docs/libs/tmpl/gstmixer.sgml:
10087         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10088         to documentation.
10089
10090 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10091
10092         * docs/plugins/Makefile.am:
10093         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10094         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10095         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10096
10097 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10098
10099         * docs/plugins/Makefile.am:
10100         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10101         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10102         * docs/plugins/inspect/plugin-adder.xml:
10103         * docs/plugins/inspect/plugin-alsa.xml:
10104         * docs/plugins/inspect/plugin-audioconvert.xml:
10105         * docs/plugins/inspect/plugin-audiorate.xml:
10106         * docs/plugins/inspect/plugin-audioresample.xml:
10107         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10108         * docs/plugins/inspect/plugin-decodebin.xml:
10109         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10110         * docs/plugins/inspect/plugin-gnomevfs.xml:
10111         * docs/plugins/inspect/plugin-ogg.xml:
10112         * docs/plugins/inspect/plugin-playbin.xml:
10113         * docs/plugins/inspect/plugin-subparse.xml:
10114         * docs/plugins/inspect/plugin-tcp.xml:
10115         * docs/plugins/inspect/plugin-theora.xml:
10116         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10117         * docs/plugins/inspect/plugin-video4linux.xml:
10118         * docs/plugins/inspect/plugin-videorate.xml:
10119         * docs/plugins/inspect/plugin-videoscale.xml:
10120         * docs/plugins/inspect/plugin-videotestsrc.xml:
10121         * docs/plugins/inspect/plugin-volume.xml:
10122         * docs/plugins/inspect/plugin-vorbis.xml:
10123         * docs/plugins/inspect/plugin-ximagesink.xml:
10124         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10125         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10126
10127 2005-11-26  Edward Hervey  <edward@fluendo.com>
10128
10129         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10130         Properly return GstFlowReturn from gst_pad_push in chain functions.
10131
10132 2005-11-25  Michael Smith  <msmith@fluendo.com>
10133
10134         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10135         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10136         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10137         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10138           Handle various conditions better when we don't understand a stream.
10139           Removes a heap of CRITICALs on ogg streams containing unknown data.
10140
10141 2005-11-24  Andy Wingo  <wingo@pobox.com>
10142
10143         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10144         Be threadsafe.
10145
10146 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10147
10148         * configure.ac: back to HEAD
10149
10150 === release 0.9.6 ===
10151
10152 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10153
10154         * configure.ac:
10155           releasing 0.9.6, "White Eight"
10156
10157 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10158
10159         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10160         * docs/plugins/inspect/plugin-sine.xml:
10161           remove sinesrc some more
10162
10163 2005-11-23  Wim Taymans  <wim@fluendo.com>
10164
10165         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10166         If we are reading too slowly, jump forward in the ringbuffer
10167         instead of blocking.
10168
10169 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10170
10171         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10172         (gst_visual_chain):
10173         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10174         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10175         (gst_videorate_chain):
10176         * gst/videotestsrc/gstvideotestsrc.c:
10177         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10178         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10179         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10180         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10181         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10182         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10183           Updates for API changes
10184
10185 2005-11-23  Wim Taymans  <wim@fluendo.com>
10186
10187         * gst-libs/gst/audio/gstbaseaudiosink.c:
10188         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10189         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10190         Fix for calibration API change.
10191
10192 2005-11-23  Michael Smith <msmith@fluendo.com>
10193
10194         * gst-libs/gst/audio/multichannel.c:
10195         (gst_audio_get_channel_positions),
10196         (gst_audio_set_channel_positions),
10197         (gst_audio_set_structure_channel_positions_list),
10198         (gst_audio_fixate_channel_positions):
10199           Use gst_value_array_*() functions on value arrays, not
10200           gst_value_list_*().
10201
10202 2005-11-23  Edward Hervey  <edward@fluendo.com>
10203
10204         * autogen.sh:
10205         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10206         Fixes autogen
10207
10208 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10209
10210         * check/Makefile.am:
10211         * check/elements/videotestsrc.c: (setup_videotestsrc),
10212         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10213         (main):
10214           add a test for videotestsrc
10215
10216 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10217
10218         * gst/sine/.cvsignore:
10219         * gst/sine/Makefile.am:
10220         * gst/sine/gstsinesrc.c:
10221         * gst/sine/gstsinesrc.h:
10222         * gst/sine/sinesrc.vcproj:
10223           and remove sinesrc from the repository.  Closes #321446
10224
10225 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10226
10227         * configure.ac:
10228         * gst-plugins-base.spec.in:
10229           remove sinesrc from the build
10230
10231 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10232
10233         * check/Makefile.am:
10234         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10235         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10236         (main):
10237           add a test for audiotestsrc, testing all waves.  Even seems
10238           leak-free at first glance, nice job Stefan
10239
10240 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10241
10242         * po/af.po:
10243         * po/az.po:
10244         * po/cs.po:
10245         * po/en_GB.po:
10246         * po/hu.po:
10247         * po/it.po:
10248         * po/nb.po:
10249         * po/nl.po:
10250         * po/or.po:
10251         * po/sq.po:
10252         * po/sr.po:
10253         * po/sv.po:
10254         * po/uk.po:
10255         * po/vi.po:
10256           Translation string updates
10257
10258         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10259         (gst_v4lsrc_set_caps):
10260         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10261         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10262         * sys/v4l/v4lsrc_calls.h:
10263           Improve v4lsrc, by making it work again.
10264
10265 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10266
10267         * ext/libvisual/visual.c: (gst_visual_chain):
10268           Fix the fps calculations.
10269
10270         * gst/ffmpegcolorspace/avcodec.h:
10271           Move structure element for clarity
10272
10273         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10274         * gst-libs/gst/interfaces/tunernorm.h:
10275         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10276         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10277         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10278         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10279         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10280         (gst_v4lmjpegsrc_getcaps):
10281         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10282         (gst_v4lsrc_set_caps):
10283         * sys/v4l/gstv4lsrc.h:
10284         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10285         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10286         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10287         * sys/v4l/v4lsrc_calls.h:
10288           Fractional framerates...
10289
10290 2005-11-22  Wim Taymans  <wim@fluendo.com>
10291
10292         * gst-libs/gst/audio/gstbaseaudiosink.c:
10293         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10294         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10295         And we provide a clock by default, of course...
10296
10297 2005-11-22  Wim Taymans  <wim@fluendo.com>
10298
10299         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10300         This clock can be slaved to a master clock now.
10301
10302         * gst-libs/gst/audio/gstbaseaudiosink.c:
10303         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10304         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10305         (gst_base_audio_sink_set_clock),
10306         (gst_base_audio_sink_set_property),
10307         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10308         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10309         * gst-libs/gst/audio/gstbaseaudiosink.h:
10310         Handle slaving the internal clock to the clock selected in the
10311         pipeline.
10312         Add property to make the basesink not provide a clock.
10313
10314         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10315         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10316         (gst_base_rtp_depayload_wait):
10317         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10318         We can use the clock in GstElement, no need to store it ourselves.
10319
10320 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10321
10322         * docs/libs/tmpl/gstaudio.sgml:
10323           update
10324         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10325         (gst_paranoia_endian_get_type):
10326         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10327         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10328         * gst/audiotestsrc/gstaudiotestsrc.c:
10329         (gst_audiostestsrc_wave_get_type):
10330         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10331         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10332         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10333         (gst_sync_method_get_type), (gst_unit_type_get_type),
10334         (gst_client_status_get_type), (gst_multifdsink_class_init),
10335         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10336         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10337         (gst_multifdsink_get_property):
10338         * gst/tcp/gstmultifdsink.h:
10339         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10340         * gst/videotestsrc/gstvideotestsrc.c:
10341         (gst_videotestsrc_pattern_get_type):
10342           remove deprecated properties
10343           fix up enums to correctly have short lowercase dashed nicks
10344
10345 2005-11-22  Michael Smith <msmith@fluendo.com>
10346
10347         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10348         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10349           Add underscore.
10350
10351 2005-11-22  Michael Smith <msmith@fluendo.com>
10352
10353         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10354         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10355           Use utility method for scaling clocktime for fractional framerates.
10356
10357 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10358
10359         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10360         (gst_visual_chain):
10361         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10362         * ext/theora/theoradec.c: (theora_handle_type_packet):
10363         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10364         (theora_enc_chain):
10365         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10366         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10367         * gst-libs/gst/video/video.h:
10368         * gst/ffmpegcolorspace/avcodec.h:
10369         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10370         (gst_ffmpeg_caps_to_pixfmt):
10371         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10372         (gst_ffmpegcsp_set_caps):
10373         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10374         (gst_videorate_setcaps), (gst_videorate_blank_data),
10375         (gst_videorate_chain):
10376         * gst/videotestsrc/gstvideotestsrc.c:
10377         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10378         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10379         (gst_videotestsrc_event), (gst_videotestsrc_create):
10380         * gst/videotestsrc/gstvideotestsrc.h:
10381         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10382         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10383         (gst_ximagesink_get_times), (gst_ximagesink_init):
10384         * sys/ximage/ximagesink.h:
10385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10386         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10387         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10388         * sys/xvimage/xvimagesink.h:
10389           Convert elements to use fractions for their framerate.
10390           V4L elements to come later tonight.
10391
10392 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10393
10394         * gst-libs/gst/audio/audio.c:
10395         * gst-libs/gst/audio/audio.h:
10396           remove some deprecated functions
10397
10398 2005-11-22  Andy Wingo  <wingo@pobox.com>
10399
10400         * Update for gst_tag_setter API changes.
10401
10402 2005-11-22  Andy Wingo  <wingo@pobox.com>
10403
10404         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10405         (gst_ogg_demux_perform_seek):
10406         * ext/theora/theoradec.c (theora_dec_sink_event):
10407         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10408         update-funcnames.
10409
10410 2005-11-22  Wim Taymans  <wim@fluendo.com>
10411
10412         * examples/seeking/seek.c: (main):
10413         Give higher priority to bus signals than the gtk events
10414         to fix a race condition in the segment looping.
10415
10416 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10417
10418         * ext/theora/Makefile.am:
10419         * ext/vorbis/Makefile.am:
10420         * gst-libs/gst/tag/Makefile.am:
10421         * gst-plugins-base.spec.in:
10422           Rename libgsttagedit to libgsttag (#322117).
10423
10424 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10425
10426         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10427         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10428           Call gst_x_overlay_prepare_xwindow_id() to give applications
10429           a final chance to set their own xwindow id before the video
10430           sink creates its own window.
10431
10432 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10433
10434         * sys/xvimage/xvimagesink.c:
10435         (gst_xvimagesink_navigation_send_event): Handle navigation
10436         events correcly with borders if applicable.
10437
10438 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10439
10440         Patch by: Luca Ognibene
10441
10442         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10443         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10444         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10445         (gst_ffmpegcsp_caps_remove_format_info):
10446         * gst/ffmpegcolorspace/imgconvert.c:
10447         * gst/ffmpegcolorspace/imgconvert_template.h:
10448           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10449           #318353); use gst_structure_has_name().
10450
10451 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10452
10453         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10454         (gst_ximagesink_class_init): Add debug macros on functions.
10455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10456         (gst_xvimagesink_xwindow_draw_borders),
10457         (gst_xvimagesink_xvimage_put),
10458         (gst_xvimagesink_xwindow_update_geometry),
10459         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10460         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10461         (gst_xvimagesink_xcontext_clear),
10462         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10463         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10464         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10465         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10466         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10467         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10468         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10469         expose while being PAUSED, out of data flow navigation events, etc..
10470
10471 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10472
10473         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10474         * gst-libs/gst/audio/audio.h:
10475           fix prototype - wondering why the test worked regardless
10476
10477 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10478
10479         * check/Makefile.am:
10480         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10481         * gst-libs/gst/audio/audio.h:
10482           add a method that returns a proper GstClockTime
10483
10484 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10485
10486         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10487         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10488         * gst-libs/gst/interfaces/xoverlay.h:
10489           Remove everything having to do with the desired size; add 
10490           gst_x_overlay_prepare_xwindow_id() function; remove the
10491           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10492           post a message on the bus instead (#321816).
10493
10494         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10496         (gst_xvimagesink_xoverlay_init):
10497           Remove desired size stuff (#321816).
10498
10499 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10500
10501         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10502         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10503         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10504           Terminate vararg functions with NULL instead of 0 to 
10505           make gcc4 happy.
10506
10507 2005-11-21  Andy Wingo  <wingo@pobox.com>
10508
10509         patch by: Sebastien Cote <sebas642@yahoo.ca>
10510         
10511         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10512         * gst-libs/gst/rtp/gstrtpbuffer.c
10513         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10514
10515 2005-11-21  Andy Wingo  <wingo@pobox.com>
10516
10517         * gst/playback/gstplaybin.c (gen_audio_element) 
10518         (gen_video_element): Use the new MISSING_PLUGIN core error
10519         category. Closes #320060.
10520
10521         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
10522         * gst/videorate/gstvideorate.c (gst_videorate_event):
10523         * ext/theora/theoradec.c (theora_dec_sink_event): 
10524         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
10525         stream lock.
10526
10527         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
10528         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
10529         stream lock changes.
10530
10531 2005-11-21  Wim Taymans  <wim@fluendo.com>
10532
10533         * gst-libs/gst/audio/gstbaseaudiosink.c:
10534         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10535         (gst_base_audio_sink_provide_clock),
10536         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
10537         (gst_base_audio_sink_change_state):
10538         * gst/audioresample/gstaudioresample.c:
10539         Segment update fix.
10540
10541 2005-11-21  Andy Wingo  <wingo@pobox.com>
10542
10543         * *.h:
10544         * *.c: Ran scripts/update-macros. Oh yes.
10545
10546 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10547
10548         * sys/ximage/Makefile.am:
10549         * sys/ximage/ximage.c:
10550           Rename ximage plugin to ximagesink (#321426) (Don't forget to
10551           remove your old libgstximage.* manually if necessary).
10552
10553 2005-11-21  Michael Smith <msmith@fluendo.com>
10554
10555         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
10556           Minimal fix for bug #320200: set the min/max bitrate in the correct
10557           units. A better fix would be to upgrade to the RATEMANAGE2
10558           interface, rather than using the deprecated interface used here, but
10559           that would require an update in our libvorbis dependency (to 1.1),
10560           which is probably undesirable.
10561
10562 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
10563
10564         * ext/libvisual/visual.c: (get_buffer):
10565         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10566         (gst_base_audio_src_fixate):
10567         * gst/audioconvert/gstaudioconvert.c:
10568         (gst_audio_convert_fixate_caps):
10569         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
10570         * gst/audiotestsrc/gstaudiotestsrc.c:
10571         (gst_audiotestsrc_src_fixate):
10572         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
10573         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
10574         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
10575         * gst/videotestsrc/gstvideotestsrc.c:
10576         (gst_videotestsrc_src_fixate):
10577         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10578         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
10579           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
10580           (#322027)
10581
10582
10583 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10584
10585         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
10586         (gst_riff_create_iavs_caps):
10587         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
10588         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
10589         (gst_riff_parse_info):
10590         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
10591         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
10592         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10593           Fixes for GST_FOURCC_FORMAT API change.
10594
10595 2005-11-21  Andy Wingo  <wingo@pobox.com>
10596
10597         patch by: Alessandro Dessina <alessandro nnva org>
10598
10599         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
10600         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
10601         (gst_ogg_parse_chain):
10602         * ext/theora/theoraenc.c (theora_set_header_on_caps):
10603         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
10604         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
10605         gst_value_list calls on arrays. Fixes #321962.
10606
10607 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10608
10609         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
10610         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
10611         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10612         * gst/adder/gstadder.c: (gst_adder_init),
10613         (gst_adder_request_new_pad), (gst_adder_collected),
10614         (gst_adder_change_state):
10615           Update for gst_collectpads_foo() to gst_collect_pads_foo()
10616           API change.
10617
10618 2005-11-21  Michael Smith <msmith@fluendo.com>
10619
10620         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
10621         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
10622           Properly handle pad_push return values.
10623
10624 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
10625
10626         * gst-libs/gst/tag/Makefile.am:
10627         * gst-libs/gst/tag/gstvorbistag.c:
10628         (gst_tag_list_to_vorbiscomment_buffer):
10629           Remove obsolete vorbistag element and debug category.
10630
10631         * gst/playback/gstplaybasebin.c: (check_queue):
10632           Don't divide by 0 when queue-threshold is 0.
10633
10634         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
10635           Don't modify an existing pixel-aspect-ratio if we fail to read
10636           a new one.
10637
10638 2005-11-20  Wim Taymans  <wim@fluendo.com>
10639
10640         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
10641         (gst_vorbisenc_push_packet):
10642         GST_PAD_IS_USABLE is gone, use the return value of
10643         the push or pad_alloc_buffer instead.
10644
10645 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10646
10647         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10648         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10649         (gst_ximagesink_ximage_destroy),
10650         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
10651         (gst_ximagesink_xwindow_new),
10652         (gst_ximagesink_xwindow_update_geometry),
10653         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
10654         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
10655         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
10656         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10657         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
10658         (gst_ximagesink_navigation_send_event),
10659         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
10660         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10661         (gst_ximagesink_finalize), (gst_ximagesink_init),
10662         (gst_ximagesink_class_init):
10663         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
10664         This new version brings correct software scaling, non flickering
10665         window while resizing, pixel aspect ratio handling, usage of
10666         hardware buffer pools, out of data flow event thread for 
10667         navigation and handling of expose events even when being PAUSED,
10668         a new property to keep video aspect ratio when resizing, etc...
10669
10670 2005-11-18  Julien MOUTTE  <julien@moutte.net>
10671
10672         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10673         (gst_videoscale_fixate_caps): Introduce back caps fixate with
10674         handling of PAR.
10675
10676 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
10677
10678         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
10679         Unsetting IS_SINK flag from the fakesink, so decodebin
10680         never behaves as a sink.
10681
10682 2005-11-17  Wim Taymans  <wim@fluendo.com>
10683
10684         * gst-libs/gst/audio/gstbaseaudiosrc.c:
10685         (gst_base_audio_src_change_state):
10686         Fix the audiosrc base class again, we did not unflush.
10687
10688 2005-11-17  Julien MOUTTE  <julien@moutte.net>
10689
10690         * examples/seeking/seek.c: (make_dv_pipeline),
10691         (make_vorbis_theora_pipeline), (make_avi_pipeline),
10692         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
10693         to ogg/vorbis/theora pipeline.
10694
10695 2005-11-17  Wim Taymans  <wim@fluendo.com>
10696
10697         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
10698         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
10699         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
10700         Fix EOS on multiple streams.
10701         More debugging.
10702
10703 2005-11-16  Wim Taymans  <wim@fluendo.com>
10704
10705         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
10706         (gst_ogg_demux_perform_seek):
10707         Segment done must include stream time.
10708
10709         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
10710         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
10711         (gst_ogg_mux_change_state):
10712         Fix ogg muxer again.
10713
10714 2005-11-16  Wim Taymans  <wim@fluendo.com>
10715
10716         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
10717         Fix compile again.
10718
10719 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10720
10721         * ext/libvisual/visual.c: (gst_visual_init):
10722         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
10723         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
10724         (gst_ogg_parse_chain):
10725         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
10726         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
10727         * ext/theora/theoradec.c: (gst_theora_dec_init):
10728         * ext/theora/theoraenc.c: (gst_theora_enc_init):
10729         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
10730         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
10731         * gst/adder/gstadder.c: (gst_adder_class_init),
10732         (gst_adder_dispose):
10733         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
10734         * gst/subparse/gstsubparse.c: (gst_subparse_init):
10735         * gst/videorate/gstvideorate.c: (gst_videorate_init):
10736           Fix a whole set of pad template leaks
10737
10738 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10739
10740         * check/generic/states.c: (GST_START_TEST):
10741           fix the test so that it only checks for elements that are part of
10742           this source module
10743
10744 2005-11-16  Michael Smith <msmith@fluendo.com>
10745
10746         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
10747         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
10748         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10749         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10750         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
10751         (gst_ogg_mux_change_state):
10752           Fix leaking collectpads.
10753
10754 2005-11-16  Edward Hervey  <edward@fluendo.com>
10755
10756         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
10757         (gst_videorate_event), (gst_videorate_chain):
10758         Handle segment seeks
10759
10760 2005-11-16  Wim Taymans  <wim@fluendo.com>
10761
10762         * gst-libs/gst/audio/gstbaseaudiosink.c:
10763         (gst_base_audio_sink_provide_clock),
10764         (gst_base_audio_sink_change_state):
10765         Set ringbuffer to non-flushing when going to PAUSED, set to
10766         flushing again when going to READY.
10767
10768         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
10769         (gst_ring_buffer_stop):
10770         Start in flushing mode by default.
10771         Don't set flushing in the _stop method, let the app call
10772         this explicitly.
10773
10774 2005-11-16  Julien MOUTTE  <julien@moutte.net>
10775
10776         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
10777         * gst-libs/gst/video/videosink.h: Add helper function needed
10778         for video sinks.
10779
10780 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
10781
10782         * gst/videoscale/gstvideoscale.c:
10783         (gst_videoscale_handle_src_event):
10784           Don't leak reference to pad parent.
10785
10786 2005-11-16  Wim Taymans  <wim@fluendo.com>
10787
10788         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
10789         Set ringbuffer to flushing when stopping so that we don't
10790         block on wait_segment anymore and livelock.
10791
10792 2005-11-16  Wim Taymans  <wim@fluendo.com>
10793
10794         * examples/seeking/seek.c: (send_event), (do_seek),
10795         (loop_toggle_cb), (segment_done), (main):
10796         Added looping checkbox.
10797
10798 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
10799
10800         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10801         (gst_ogg_demux_init):
10802         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10803         (gst_vorbis_dec_init):
10804           revert unrefs, they don't pass make check
10805
10806 2005-11-15  Johan Dahlin  <johan@gnome.org>
10807
10808         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
10809         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
10810         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
10811         (gst_vorbis_dec_init):
10812         Fix pad template leaks. 
10813
10814 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
10815
10816         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
10817           Make state change function thread safe.
10818
10819 2005-11-15  Edward Hervey  <edward@fluendo.com>
10820
10821         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
10822         (gst_ogg_demux_class_init):
10823         Implement GstElement::send_event, so we can send seek events
10824         in GST_STATE_READY
10825
10826 2005-11-14  Julien MOUTTE  <julien@moutte.net>
10827
10828         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
10829         Discovered how to take away flickering while resizing the
10830         window. Please don't put that in ximagesink, refactoring in
10831         progress.
10832
10833 2005-11-14  Michael Smith <msmith@fluendo.com>
10834
10835         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
10836         (gst_multifdsink_render):
10837           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
10838
10839 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
10840
10841         * gst/playback/gstplaybin.c: (gen_audio_element):
10842           Use autoaudiosink, it tends to be more widely available than
10843           autoaudiiosink.
10844           
10845 2005-11-14  Andy Wingo  <wingo@pobox.com>
10846
10847         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
10848         as well if it is available. Fixes #316442.
10849
10850 2005-11-14  Michael Smith <msmith@fluendo.com>
10851
10852         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
10853         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
10854         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10855         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10856         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
10857         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
10858         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
10859         (gst_vorbisenc_change_state):
10860           Fix a small memory leak in vorbisenc.
10861           Fix large memory leaks in oggmux, also fix lots of state change
10862           bugs in oggmux.
10863
10864 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10865
10866         * gst/videotestsrc/gstvideotestsrc.c:
10867         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
10868         (gst_videotestsrc_src_fixate):
10869           move fixation to a fixate function
10870           remove negotiate function, basesrc's is good enough
10871           fixes a bug for check when using the element alone
10872
10873 2005-11-13  Edward Hervey  <edward@fluendo.com>
10874
10875         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
10876         (key_toggle_cb), (main):
10877         Added checkboxes for adding/removing the accurate and key_unit seek
10878         flags.
10879
10880 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
10881
10882         * configure.ac: back to HEAD
10883
10884 === release 0.9.5 ===
10885
10886 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
10887
10888         * configure.ac:
10889           releasing 0.9.5, "No No Kia"
10890
10891 2005-11-11  Edward Hervey  <edward@fluendo.com>
10892
10893         * examples/seeking/seek.c: (make_parselaunch_pipeline):
10894         Added parse-launch syntax seeking mode for the seeking example.
10895         This should help stress-test even more cases.
10896         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
10897
10898 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10899
10900         * sys/xvimage/xvimagesink.c:
10901         (gst_xvimagesink_navigation_send_event):
10902           Check whether peer pad exists before sending navigation events
10903           to it.
10904
10905 2005-11-11  Michael Smith <msmith@fluendo.com>
10906
10907         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
10908         (gst_vorbisenc_buffer_from_packet):
10909         * ext/vorbis/vorbisenc.h:
10910           Set duration on encoded buffers. This allows oggmux's
10911           max_page_delay parameter to actually work.
10912
10913 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
10914
10915         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10916         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
10917         (gst_ffmpegcsp_avpicture_fill):
10918         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10919         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
10920           Make palettes work again (see #132341). Use our own macros
10921           for rounding up.
10922
10923 2005-11-10  Andy Wingo  <wingo@pobox.com>
10924
10925         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
10926         string doober.
10927
10928 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10929
10930         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10931         (gst_ffmpegcsp_transform_caps):
10932           Prefer passthrough in transform_caps
10933
10934 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10935
10936         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
10937           check for ALSA errors properly, instead of relying on ALSA's
10938           error strings to serve to the user.
10939
10940 2005-11-10  Wim Taymans  <wim@fluendo.com>
10941
10942         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
10943         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
10944         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
10945         Modernise the seek code.
10946
10947 2005-11-10  Michael Smith <msmith@fluendo.com>
10948         
10949         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
10950         (setup_substreams), (set_active_source):
10951           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
10952           trying to go to NULL if we failed to read a file.
10953
10954 2005-11-10  Wim Taymans  <wim@fluendo.com>
10955
10956         * gst/audiotestsrc/gstaudiotestsrc.c:
10957         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
10958         (gst_audiotestsrc_create):
10959         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10960         (gst_sinesrc_get_times), (gst_sinesrc_create):
10961         * gst/videotestsrc/gstvideotestsrc.c:
10962         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
10963         (gst_videotestsrc_create):
10964         The base class can now sync for us.
10965
10966 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
10967
10968         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
10969           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
10970           name=source autoprobe=false autoprobe-fps=false copy-mode=1
10971           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
10972           format=(fourcc)I420" ! xvimagesink
10973
10974 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
10975
10976         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
10977         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
10978         (gst_sinesrc_newsegment):
10979           Send newsegment event in TIME format, set duration if
10980           num-buffers is set, fix duration querying.
10981
10982 2005-11-10  Michael Smith <msmith@fluendo.com>
10983
10984         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
10985         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
10986         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
10987         (gst_ogg_mux_collected):
10988          Fix EOS handling, partially. Now forwarding an EOS event once we have
10989          EOS on all pads works correctly. However, we still don't properly set
10990          EOS on the actual ogg stream pages.
10991
10992 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
10993
10994         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
10995           Set elements to NULL state before disposing of them.
10996
10997 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
10998
10999         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11000
11001         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11002         (gst_base_rtp_depayload_init),
11003         (gst_base_rtp_depayload_set_gst_timestamp):
11004         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11005           We need to send a newsegment event for each instance, not
11006           just for the first instance of this class (get rid of
11007           static variable in function). (#321011).
11008           
11009 2005-11-08  Michael Smith <msmith@fluendo.com>
11010
11011         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11012         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11013         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11014         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11015           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11016           This makes us mux things correctly according to the ogg muxing
11017           rules. Still not handling EOS correctly right now, though.
11018
11019 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11020
11021         * gst/audioconvert/gstaudioconvert.c:
11022           Fix typo in docs. 
11023
11024 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11025
11026         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11027         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11028           Initialise segment_stop to GST_CLOCK_TIME_NONE when
11029           creating a new chain; should fix live streaming. Also
11030           add more debug output and fix a typo.
11031
11032 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
11033
11034         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11035
11036         * gst/volume/gstvolume.c: (volume_set_caps):
11037           Fix compilation on Solaris with Forte. (#320923)
11038
11039 2005-11-08  Wim Taymans  <wim@fluendo.com>
11040
11041         * gst-libs/gst/audio/gstbaseaudiosink.c:
11042         (gst_base_audio_sink_render):
11043         No need to do a typecheck.
11044
11045 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11046
11047         * ext/alsa/gstalsa.h:
11048           We register a debug category, so let's use it.
11049
11050 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11051
11052         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11053         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11054         Fixed a small problem.
11055
11056 2005-11-04  Wim Taymans  <wim@fluendo.com>
11057
11058         * examples/seeking/Makefile.am:
11059         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11060         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11061         (make_playerbin_pipeline), (format_value), (update_scale),
11062         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11063         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11064         (print_usage), (main):
11065         Added app for playback speed testing.
11066
11067         * examples/seeking/seek.c: (dynamic_link),
11068         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11069         (make_mpeg_pipeline), (do_seek), (set_update_scale),
11070         (message_received), (main):
11071         Updated seek example.
11072
11073 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11074
11075         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11076         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11077         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11078         (gst_base_rtp_depayload_set_clock):
11079         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11080         Don't sleep on the bench (system clock) when you have a nice 
11081         comfortable bed (Gstreamer clock) to sleep on.
11082
11083 2005-11-03  Wim Taymans  <wim@fluendo.com>
11084
11085         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11086         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11087         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11088         Handle the case where a pad_block failed.
11089
11090 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
11091
11092         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
11093
11094         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11095         (gst_base_rtp_depayload_add_to_queue),
11096         (gst_base_rtp_depayload_push),
11097         (gst_base_rtp_depayload_set_gst_timestamp),
11098         (gst_base_rtp_depayload_queue_release):
11099           Fixes some bugs in the depayloader's queuing/de-queueing code.
11100
11101 2005-10-31  Michael Smith <msmith@fluendo.com>
11102
11103         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11104         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11105         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11106           Patch from Alessandro Decina <alessandro@nnva.org>.
11107           Make oggdemux only find the final time in a chain, not per-pad,
11108           since the per-pad information can be very expensive to locate, and
11109           it isn't used anywhere. This makes reading a file containing
11110           OggSkeleton reasonably fast.
11111           Also, make chain finding work when there are logical bitstreams that
11112           can't be decoded. Fixes #319110.
11113
11114 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11115
11116         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11117         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11118         (gst_base_rtp_depayload_chain),
11119         (gst_base_rtp_depayload_add_to_queue),
11120         (gst_base_rtp_depayload_push),
11121         (gst_base_rtp_depayload_set_gst_timestamp),
11122         (gst_base_rtp_depayload_queue_release),
11123         (gst_base_rtp_depayload_start_thread),
11124         (gst_base_rtp_depayload_set_property),
11125         (gst_base_rtp_depayload_get_property):
11126         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11127         Some random fixes, to fullfill the desires of thomas.
11128
11129 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11130
11131         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11132         (gst_base_rtp_depayload_add_to_queue),
11133         (gst_base_rtp_depayload_push):
11134         Fixed the queueing algorithm.
11135
11136 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11137
11138         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11139         (gst_base_rtp_depayload_push):
11140         A small fix
11141
11142 2005-10-31  Wim Taymans  <wim@fluendo.com>
11143
11144         * gst-libs/gst/audio/gstringbuffer.h:
11145         Don't break ABI.
11146
11147         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11148         (gst_ffmpeg_caps_to_pixfmt):
11149         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11150         (gst_ffmpegcsp_set_caps):
11151         Some more comments.
11152         Handle missing required caps fields better.
11153
11154 2005-10-31  Wim Taymans  <wim@fluendo.com>
11155
11156         * gst-libs/gst/audio/gstbaseaudiosink.c:
11157         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11158         (gst_base_audio_sink_render):
11159         * gst-libs/gst/audio/gstringbuffer.c:
11160         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11161         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11162         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11163         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11164         (gst_ring_buffer_read):
11165         * gst-libs/gst/audio/gstringbuffer.h:
11166         Add flushing mode to the ringbuffer so that it in all cases does
11167         not try to handle more audio. This makes sure it does not try to
11168         block anymore when flushing and fixes a livelock.
11169
11170 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11171
11172         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11173         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11174         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11175           Explicitly check for -1 values before doing a conversion
11176           and always map them to -1. (#315545)
11177
11178 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11179
11180         * gst/playback/gstplaybin.c: (gen_video_element):
11181           first try autovideosink, then xvimagesink, then error out
11182         * po/POTFILES.in:
11183           add translatable file
11184         * po/af.po:
11185         * po/az.po:
11186         * po/cs.po:
11187         * po/en_GB.po:
11188         * po/hu.po:
11189         * po/it.po:
11190         * po/nb.po:
11191         * po/nl.po:
11192         * po/or.po:
11193         * po/sq.po:
11194         * po/sr.po:
11195         * po/sv.po:
11196         * po/uk.po:
11197         * po/vi.po:
11198           update translations
11199
11200 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11201
11202         * gst-libs/gst/rtp/gstbasedepayload.c:
11203         * gst-libs/gst/rtp/gstbasedepayload.h:
11204           Minor cleanups
11205
11206 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11207
11208         * gst/playback/.cvsignore:
11209         * gst/playback/decodetest.c:
11210         * gst/playback/test3.c:
11211           Port these two tests as well.
11212
11213 2005-10-27  Wim Taymans  <wim@fluendo.com>
11214
11215         * ext/theora/theoradec.c: (theora_dec_src_query),
11216         (theora_dec_sink_event):
11217         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11218         (theora_enc_change_state):
11219         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11220         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11221         Take proper locks when handling events.
11222
11223 2005-10-27  Wim Taymans  <wim@fluendo.com>
11224
11225         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11226         (gst_adder_change_state):
11227         Fix timestamps and fix deadlock when stopping the collectpads.
11228
11229 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11230
11231         * gst-libs/gst/rtp/gstrtpbuffer.h:
11232         Declaring the payload types as strings too so that they can be used
11233         in the padtemplate inialization.
11234
11235 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11236
11237         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11238
11239         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11240         (gst_base_rtp_depayload_class_init):
11241         Fixes a small but nasty bug. The derived elements no longer segfaults
11242         on finalization.
11243
11244 2005-10-26  Michael Smith <msmith@fluendo.com>
11245
11246         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11247           When clearing an audioconvert context, set tmpbufsize to zero, so
11248           we'll allocate it again later if required.
11249           This fixes audioconvert re-negotiating formats, which previously
11250           segfaulted with a NULL destination buffer.
11251
11252 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11253
11254         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11255         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11256         (gst_base_rtp_depayload_set_gst_timestamp),
11257         (gst_base_rtp_depayload_queue_release):
11258         Fixed a smalll memleak.
11259
11260 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11261         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11262         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11263         (gst_base_rtp_depayload_finalize),
11264         (gst_base_rtp_depayload_setcaps),
11265         (gst_base_rtp_depayload_add_to_queue),
11266         (gst_base_rtp_depayload_push),
11267         (gst_base_rtp_depayload_set_gst_timestamp),
11268         (gst_base_rtp_depayload_queue_release),
11269         (gst_base_rtp_depayload_thread),
11270         (gst_base_rtp_depayload_change_state):
11271         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11272         Changed the C++ comments to C comments
11273
11274 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11275
11276         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11277         * gst/tcp/gsttcpclientsrc.h:
11278         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11279         * gst/tcp/gsttcpserversrc.h:
11280           Remove unused 'curoffset' structure member.
11281
11282 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11283
11284         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11285         (gst_base_rtp_depayload_base_init),
11286         (gst_base_rtp_depayload_finalize):
11287         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11288         * gst-libs/gst/rtp/gstbasertppayload.h:
11289           The pad-template on the sinkpad should be set by the derived classes.
11290           Also added some useful macros.
11291
11292 2005-10-24  Wim Taymans  <wim@fluendo.com>
11293
11294         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11295         Correctly flush decoder samples even if we could not
11296         copy them to an output buffer. Fixes #319618.
11297
11298 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11299
11300         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11302         the caps against our xcontext caps.
11303
11304 2005-10-24  Wim Taymans  <wim@fluendo.com>
11305
11306         * gst-libs/gst/audio/gstbaseaudiosink.c:
11307         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11308         Remove g_print
11309         Use sync property from baseclass to disable sync.
11310
11311 2005-10-24  Wim Taymans  <wim@fluendo.com>
11312
11313         * gst-libs/gst/audio/gstbaseaudiosink.c:
11314         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11315         Buffers with no timestamps get aligned with previous buffers or
11316         on underrun, played ASAP.
11317
11318 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11319
11320         * gst-libs/gst/video/video.h:
11321         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11322         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11323         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11324         here comes my change on caps for framerate and geometry range.
11325         We are now accepting 1 to MAXINT for width and height, and from
11326         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11327         to be blended correctly in videomixer.
11328
11329 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11330
11331         * configure.ac:
11332           back to HEAD
11333
11334 === release 0.9.4 ===
11335
11336 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11337
11338         * NEWS:
11339         * RELEASE:
11340         * configure.ac:
11341           releasing 0.9.4, "Velociraptor"
11342
11343 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11344
11345         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11346         * po/POTFILES.in:
11347           STOPPED -> FAILED
11348
11349 2005-10-21  Wim Taymans  <wim@fluendo.com>
11350
11351         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11352         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11353         (pad_blocked), (close_pad_link), (new_pad):
11354         Don't try to remove elements twice.
11355
11356 2005-10-21  Wim Taymans  <wim@fluendo.com>
11357
11358         * ext/theora/theoradec.c: (theora_dec_src_query),
11359         (theora_dec_sink_event):
11360         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11361         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11362         (vorbis_handle_data_packet):
11363         * ext/vorbis/vorbisdec.h:
11364         Fix old naming.
11365
11366         * gst-libs/gst/audio/gstbaseaudiosink.c:
11367         (gst_base_audio_sink_render):
11368         Don't try to sync on buffers without a timestamp.
11369
11370 2005-10-21  Wim Taymans  <wim@fluendo.com>
11371
11372         * ext/theora/theoradec.c: (theora_dec_src_query),
11373         (theora_dec_sink_event):
11374         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11375         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11376         (vorbis_handle_data_packet):
11377         * ext/vorbis/vorbisdec.h:
11378         Fix old naming.
11379
11380 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11381
11382         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11383         (gst_vorbisenc_src_query):
11384           Implement position and duration queries.
11385
11386         * gst/playback/test3.c: (update_scale), (main):
11387           Fix for async state changes and print nicer output.
11388
11389 2005-10-20  Wim Taymans  <wim@fluendo.com>
11390
11391         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11392         (dump_element_stats), (main):
11393         * gst/playback/test6.c: (main):
11394         Fix tests again
11395
11396 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11397
11398         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11399         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11400           Don't use functions for position queries when handling
11401           duration queries.
11402
11403 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11404
11405         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11406         (vorbis_handle_data_packet), (vorbis_dec_chain),
11407         (vorbis_dec_change_state):
11408         * ext/vorbis/vorbisdec.h:
11409           Vorbis streams can be embedded in other container formats
11410           than ogg, container formats where the demuxer might set 
11411           timestamps on encoded vorbis buffers instead of those silly 
11412           granulepos thingies. In short: make vorbisdec handle 
11413           timestamps on incoming buffers as well.
11414
11415 2005-10-20  Wim Taymans  <wim@fluendo.com>
11416
11417         * gst/playback/gstplaybasebin.c: (group_destroy),
11418         (gst_play_base_bin_change_state):
11419         Fix leak.
11420         Handle case where playbasebin is now ASYNC because
11421         decodebin is.
11422
11423 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11424
11425         * gst/audioconvert/Makefile.am:
11426         * gst/audioconvert/bufferframesconvert.c:
11427         * gst/audioconvert/plugin.c: (plugin_init):
11428         * gst/audioconvert/plugin.h:
11429           And bye bye buffer-frames-convert
11430
11431 2005-10-19  Wim Taymans  <wim@fluendo.com>
11432
11433         * check/elements/audioconvert.c:
11434         * docs/libs/tmpl/gstaudio.sgml:
11435         * docs/libs/tmpl/gstcolorbalance.sgml:
11436         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11437         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11438         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11439         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11440         * gst-libs/gst/audio/audio.h:
11441         * gst/audioconvert/audioconvert.h:
11442         * gst/audioconvert/gstaudioconvert.c:
11443         (gst_audio_convert_parse_caps):
11444         * gst/volume/gstvolume.c:
11445         Bye bye buffer-frames.
11446
11447 2005-10-19  Wim Taymans  <wim@fluendo.com>
11448
11449         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11450         (query_positions_elems), (query_positions_pads), (update_scale),
11451         (do_seek), (set_update_scale), (message_received), (main):
11452         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11453         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11454         (gst_ogg_demux_loop):
11455         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11456         * ext/theora/theoradec.c: (theora_dec_src_query),
11457         (theora_dec_sink_event):
11458         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11459         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11460         * gst/adder/gstadder.c: (gst_adder_query):
11461         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11462         * gst/playback/test3.c: (update_scale):
11463         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11464         (dump_element_stats), (main):
11465         * gst/playback/test6.c: (main):
11466         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11467         Query API update.
11468
11469 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11470
11471         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11472         (xml_check_first_element), (xml_type_find), (smil_type_find),
11473         (plugin_init):
11474           Add typefinding for SMIL and for generic XML. Based on patch by
11475           Akos Maroy (#308663).
11476
11477 2005-10-18  Wim Taymans  <wim@fluendo.com>
11478
11479         * gst/playback/Makefile.am:
11480         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11481         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11482         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11483         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11484         (gst_decode_bin_change_state):
11485         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11486         (gst_play_bin_send_event_to_sink):
11487         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11488         (dump_element_stats), (main):
11489         * gst/playback/test6.c: (main):
11490         Make playbin async, it'll commit state to paused when all streams
11491         are detected.
11492         Remove ugly hack.
11493         Added test6.c to show async behaviour.
11494
11495 2005-10-18  Wim Taymans  <wim@fluendo.com>
11496
11497         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11498         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11499         Fix for segment-start/stop API change.
11500
11501 2005-10-18  Wim Taymans  <wim@fluendo.com>
11502
11503         * check/Makefile.am:
11504         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11505         (main):
11506         Add future test for clock selection.
11507
11508 2005-10-18  Wim Taymans  <wim@fluendo.com>
11509
11510         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11511         (gst_alsasink_close):
11512         Set handle to NULL.
11513
11514         * gst-libs/gst/audio/gstringbuffer.c:
11515         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11516         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11517         (gst_ring_buffer_start), (gst_ring_buffer_pause),
11518         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
11519         (gst_ring_buffer_read):
11520         More debug info.
11521
11522 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
11523
11524         * gst/audiotestsrc/Makefile.am:
11525         * gst/sine/Makefile.am:
11526         * gst/volume/Makefile.am:
11527           fix broken build of controllerized plugins
11528
11529 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
11530
11531         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11532
11533         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11534         (gst_riff_create_video_template_caps):
11535           Add support for Indeo-3 (IV32).
11536
11537 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11538
11539         * configure.ac:
11540           rewrite
11541
11542 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11543
11544         * gst-libs/gst/video/video.c: (gst_video_get_size):
11545         * gst/audiotestsrc/gstaudiotestsrc.c:
11546           doc updates
11547
11548 2005-10-17  Andy Wingo  <wingo@pobox.com>
11549
11550         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
11551         with the collectpads change.
11552         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
11553
11554         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
11555
11556         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
11557
11558         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
11559         alloc_buffer flow return to callers.
11560         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
11561         change. Fix some memleaks in theoraenc.
11562
11563         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
11564         in strange circumstance.
11565
11566 2005-10-17  Julien MOUTTE  <julien@moutte.net>
11567
11568         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11569         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
11570         from caps, let's use the caps...
11571
11572 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11573
11574         * configure.ac:
11575           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
11576
11577 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11578
11579         * gst-libs/gst/interfaces/Makefile.am:
11580           fix silly typo
11581
11582 2005-10-16  Andy Wingo  <wingo@pobox.com>
11583
11584         * gst/playback/gstdecodebin.c
11585         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
11586         function!
11587         (try_to_link_1): Increase kraziness level.
11588
11589 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11590
11591         * configure.ac:
11592           restructure like the core one
11593         * gst-libs/gst/audio/Makefile.am:
11594         * gst-libs/gst/interfaces/Makefile.am:
11595         * gst-libs/gst/net/Makefile.am:
11596         * gst-libs/gst/riff/Makefile.am:
11597         * gst-libs/gst/rtp/Makefile.am:
11598         * gst-libs/gst/tag/Makefile.am:
11599         * gst-libs/gst/video/Makefile.am:
11600           use correct linker flags, now the libs are properly versioned
11601         * check/elements/audioconvert.c: (verify_convert):
11602         * ext/alsa/gstalsaplugin.c:
11603         * ext/cdparanoia/gstcdparanoia.c:
11604         * ext/gnomevfs/gstgnomevfs.c:
11605         * ext/libvisual/visual.c:
11606         * ext/ogg/gstogg.c:
11607         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
11608         * ext/theora/theora.c:
11609         * ext/vorbis/vorbis.c:
11610         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11611         * gst-libs/gst/tag/gsttagediting.c:
11612         * gst-libs/gst/video/video.c:
11613         * gst/adder/gstadder.c:
11614         * gst/audioconvert/plugin.c:
11615         * gst/audiorate/gstaudiorate.c:
11616         * gst/audioresample/gstaudioresample.c:
11617         * gst/audioresample/resample_ref.c: (resample_scale_ref):
11618         * gst/audioscale/gstaudioscale.c:
11619         * gst/audioscale/resample.c:
11620         * gst/audiotestsrc/gstaudiotestsrc.c:
11621         * gst/ffmpegcolorspace/gstffmpeg.c:
11622         * gst/playback/gstdecodebin.c: (close_pad_link):
11623         * gst/playback/gstplaybin.c: (gen_video_element),
11624         (gen_audio_element):
11625         * gst/sine/gstsinesrc.c:
11626         * gst/subparse/gstsubparse.c:
11627         * gst/tags/gsttagediting.c:
11628         * gst/tcp/gsttcpplugin.c:
11629         * gst/typefind/gsttypefindfunctions.c:
11630         * gst/videorate/gstvideorate.c:
11631         * gst/videoscale/gstvideoscale.c:
11632         * gst/videotestsrc/gstvideotestsrc.c:
11633         * gst/volume/gstvolume.c:
11634         * sys/v4l/gstv4l.c:
11635         * sys/ximage/ximage.c:
11636         * sys/xvimage/xvimagesink.c:
11637           fix up defines
11638
11639 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11640
11641         * ext/vorbis/vorbisenc.c:
11642         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
11643         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
11644         (gst_tag_to_vorbis_comments):
11645           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
11646
11647 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
11648
11649         * examples/stats/mp2ogg.c:
11650         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11651           typo fixes
11652
11653 2005-10-13  Michael Smith <msmith@fluendo.com>
11654
11655         * ext/ogg/gstoggmux.c:
11656           Use magic glib macros to define constants as 64 bit, to ensure
11657           appropriate vararg passing.
11658
11659 2005-10-13  Michael Smith <msmith@fluendo.com>
11660
11661         * ext/ogg/gstoggmux.c:
11662         * gst/audioconvert/audioconvert.c: (float):
11663           Don't use LL suffix, as it's not portable, and neither of these
11664           uses required it anyway.
11665
11666 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
11667
11668         * examples/indexing/indexmpeg.c: (main):
11669         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
11670         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
11671         (cdparanoia_convert), (cdparanoia_query):
11672         * ext/cdparanoia/gstcdparanoia.h:
11673         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
11674         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
11675         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
11676         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
11677         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
11678         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
11679         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
11680         (gst_multifdsink_render), (gst_multifdsink_start),
11681         (gst_multifdsink_stop):
11682         * gst/tcp/gstmultifdsink.h:
11683         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
11684         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
11685         (gst_tcpclientsink_stop):
11686         * gst/tcp/gsttcpclientsink.h:
11687         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11688         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
11689         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
11690         * gst/tcp/gsttcpclientsrc.h:
11691         * gst/tcp/gsttcpserversink.h:
11692         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
11693         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
11694         (gst_tcpserversrc_stop):
11695         * gst/tcp/gsttcpserversrc.h:
11696         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11697         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11698         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
11699           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
11700           moved bitshift from macro to enum definition
11701
11702 2005-10-12  Wim Taymans  <wim@fluendo.com>
11703
11704         * examples/seeking/Makefile.am:
11705         Oops.
11706
11707 2005-10-12  Wim Taymans  <wim@fluendo.com>
11708
11709         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11710         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11711         Don't assert on normal stuff.
11712
11713         * gst/playback/gstplaybin.c: (do_playbin_seek):
11714         API fix.
11715
11716 2005-10-12  Wim Taymans  <wim@fluendo.com>
11717
11718         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11719         * examples/seeking/Makefile.am:
11720         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
11721         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11722         (do_seek), (set_update_scale), (message_received), (main):
11723         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11724         (gst_ring_buffer_read), (gst_ring_buffer_clear):
11725         Update for _get_state() API change.
11726
11727 2005-10-11  Wim Taymans  <wim@fluendo.com>
11728
11729         * gst-libs/gst/audio/gstbaseaudiosink.c:
11730         (gst_base_audio_sink_render):
11731         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11732         (gst_base_audio_src_create):
11733         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
11734         (gst_ring_buffer_read):
11735         Cleanups.
11736         Commit and read from ringbuffer in samples rather than bytes.
11737
11738 2005-10-11  Wim Taymans  <wim@fluendo.com>
11739
11740         * gst-libs/gst/audio/gstbaseaudiosink.c:
11741         (gst_base_audio_sink_render):
11742         Respect segment rate and accum when scheduling samples.
11743
11744 2005-10-11  Julien MOUTTE  <julien@moutte.net>
11745
11746         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11747         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
11748         EOS correctly, that needs more work.
11749
11750 2005-10-11  Wim Taymans  <wim@fluendo.com>
11751
11752         * check/generic/states.c: (GST_START_TEST):
11753         remove old property.
11754
11755         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
11756         (gst_ogg_demux_perform_seek):
11757         * ext/theora/theoradec.c: (theora_dec_sink_event):
11758         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11759         (vorbis_handle_data_packet):
11760         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11761         (gst_base_rtp_depayload_set_gst_timestamp):
11762         * gst/videorate/gstvideorate.c: (gst_videorate_event):
11763         Update for newsegment API change.
11764
11765 2005-10-11  Michael Smith <msmith@fluendo.com>
11766
11767         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
11768         (do_playbin_seek), (gst_play_bin_send_event):
11769           Override send_event differently, so that we can takes bits of
11770           functionality from GstPipeline (special handling for seeks,
11771           including pausing/resuming, and resetting stream time) and still get
11772           the appropriate behaviour of only forwarding event to a single sink,
11773           rather than all of them.
11774           Unfortunately requires a lot of code duplication, but the
11775           alternatives are equally ugly in the end.
11776
11777 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11778
11779         * check/elements/audioconvert.c: (setup_audioconvert),
11780         (cleanup_audioconvert), (get_int_caps), (verify_convert),
11781         (GST_START_TEST), (audioconvert_suite):
11782           clean up tests a little, fix some leaks.
11783
11784 2005-10-10  Wim Taymans  <wim@fluendo.com>
11785
11786         * ext/alsa/gstalsasink.c:
11787         Also allow unsigned int.
11788
11789         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11790         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11791         Small cleanup
11792
11793 2005-10-10  Wim Taymans  <wim@fluendo.com>
11794
11795         * check/pipelines/simple_launch_lines.c: (run_pipeline):
11796         Small update, use API as stated in design docs.
11797
11798         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11799         (update_scale), (do_seek), (seek_cb), (set_update_scale),
11800         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
11801         (message_received), (main):
11802         Updated seek example for GOption. Some usability improvements.
11803
11804 2005-10-10  Wim Taymans  <wim@fluendo.com>
11805
11806         * gst/audioconvert/audioconvert.h:
11807         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
11808         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
11809         Alloc temp storage somewhere else where we can do it more
11810         portable.
11811
11812 2005-10-10  Wim Taymans  <wim@fluendo.com>
11813
11814         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
11815         (gst_tcpserversrc_start):
11816         Don't block in accept while doing the state change, move
11817         to poll and make cancellable.
11818
11819 2005-10-09  Philippe Khalaf <burger@speedy.org>
11820
11821         * gst-libs/gst/rtp/rtpbasedepayload.c:
11822         Set timestamp and add queue delay to timestamp
11823         * gst-libs/gst/rtp/rtpbuffer.h:
11824         Set correct payload type for h263
11825
11826 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11827
11828         * gst/audiotestsrc/gstaudiotestsrc.c:
11829         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
11830         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
11831         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
11832         (gst_audiotestsrc_create_triangle),
11833         (gst_audiotestsrc_create_silence),
11834         (gst_audiotestsrc_create_white_noise),
11835         (gst_audiotestsrc_init_pink_noise),
11836         (gst_audiotestsrc_generate_pink_noise_value),
11837         (gst_audiotestsrc_create_pink_noise),
11838         (gst_audiotestsrc_change_wave):
11839         * gst/audiotestsrc/gstaudiotestsrc.h:
11840           fixed typo, added pink noise
11841
11842 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11843
11844         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
11845         (plugin_init):
11846           Add wavpack and spc typefind functions from 0.8 branch.
11847
11848 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11849
11850         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
11851         (ar_type_find), (msdos_type_find), (plugin_init):
11852           Add typefind functions for tar archives, ar archives,
11853           RAR archives, and msdos-executables (dlls, exe, etc.).
11854           Some of those would be wrongly identified as mpeg
11855           streams of some sort before (#315550).
11856
11857 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
11858
11859         * configure.ac:
11860         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11861         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11862         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
11863         * gst/audiotestsrc/Makefile.am:
11864         * gst/audiotestsrc/gstaudiotestsrc.c:
11865         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
11866         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
11867         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
11868         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
11869         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
11870         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
11871         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
11872         (gst_audiotestsrc_create_silence),
11873         (gst_audiotestsrc_create_white_noise),
11874         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
11875         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
11876         (gst_audiotestsrc_start), (plugin_init):
11877         * gst/audiotestsrc/gstaudiotestsrc.h:
11878           add new plugin and element
11879         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
11880           use gobject_class
11881
11882 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
11883
11884         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
11885         (gst_adder_init), (gst_adder_request_new_pad),
11886         (gst_adder_change_state):
11887           Add query function to source pad, so adder reports the correct
11888           time/sample position when queried (#315457); fix state change
11889           function; use GST_DEBUG_FUNCPTR() for pad functions.
11890
11891 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
11892
11893         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
11894           Fix leaks in typefind registration
11895           Clean up the gratuitous commenting and whitespacing a little
11896
11897 2005-10-08  Wim Taymans  <wim@fluendo.com>
11898
11899         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
11900         Only actually wait for the thread to be stopped if it's 
11901         running.
11902
11903 2005-10-08  Wim Taymans  <wim@fluendo.com>
11904
11905         * gst-libs/gst/audio/gstbaseaudiosink.c:
11906         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11907         If we receive EOS we can start playback of what we had.
11908
11909 2005-10-08  Wim Taymans  <wim@fluendo.com>
11910
11911         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11912         (gst_multifdsink_finalize), (multifdsink_hash_remove),
11913         (gst_multifdsink_stop):
11914         Fix crasher when going to NULL multiple times.
11915
11916 2005-10-06  Wim Taymans  <wim@fluendo.com>
11917
11918         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
11919         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
11920         * gst-libs/gst/audio/gstbaseaudiosrc.h:
11921         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
11922         patch from Edgard Lima <edgard.lima@indt.org.br>
11923         Fixed gstbaseaudiosrc adding ring buffer sync to it.
11924
11925 2005-10-06  Wim Taymans  <wim@fluendo.com>
11926
11927         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11928         Report the FLOW_RETURN as string in the error message.
11929
11930         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
11931         Don't assert when clearing an unnegotiated buffer.
11932
11933 2005-10-04  Michael Smith <msmith@fluendo.com>
11934
11935         * gst/playback/gstplaybasebin.c: (group_destroy),
11936         (gen_preroll_element), (remove_groups), (setup_source):
11937         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
11938         (setup_sinks), (gst_play_bin_send_event),
11939         (gst_play_bin_change_state):
11940           Set state to NULL before removing from bin. Fix refcounting.
11941
11942 2005-10-04  Michael Smith <msmith@fluendo.com>
11943
11944         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11945           Correct refcounting in send_event() function. Previously was wrong
11946           if the first sink was unable to handle the event.
11947
11948 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11949
11950         * configure.ac:
11951           back to development
11952
11953 === release 0.9.3 ===
11954
11955 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11956
11957         * configure.ac:
11958           Releasing 0.9.3, "De Facto"
11959
11960 2005-10-03  Andy Wingo  <wingo@pobox.com>
11961
11962         * gst/playback/gstdecodebin.c (try_to_link_1)
11963         (remove_element_chain): set element to NULL before removing it.
11964
11965 2005-10-02  Johan Dahlin  <johan@gnome.org>
11966
11967         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
11968         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
11969         MT safe.
11970
11971 2005-10-02  Andy Wingo  <wingo@pobox.com>
11972
11973         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
11974         (gst_ring_buffer_prepare_read): 
11975         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
11976         Demote to LOG.
11977
11978 2005-09-29  Wim Taymans  <wim@fluendo.com>
11979
11980         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
11981         * ext/theora/theoradec.c: (theora_handle_data_packet):
11982         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11983         Propagate error codes from alloc_buffer too.
11984
11985 2005-09-29  Wim Taymans  <wim@fluendo.com>
11986
11987         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11988         We use fixed caps.
11989
11990         * gst/playback/Makefile.am:
11991         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11992         (dump_element_stats), (main):
11993         Added example stream introspection code.
11994
11995 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
11996
11997         * gst/adder/gstadder.c: (gst_adder_collected):
11998           fix adder for float elements
11999
12000 2005-09-28  Wim Taymans  <wim@fluendo.com>
12001
12002         * gst-libs/gst/audio/gstbaseaudiosink.c:
12003         (gst_base_audio_sink_class_init),
12004         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12005         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12006         (gst_base_audio_src_class_init),
12007         (gst_base_audio_src_provide_clock):
12008         get_clock -> provide_clock
12009
12010 2005-09-28  Andy Wingo  <wingo@pobox.com>
12011
12012         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12013         and unlocking.
12014
12015         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12016         unlocking.
12017
12018         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12019         Actually add the pad template.
12020         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12021
12022         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12023         I'm at it...
12024
12025         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12026         from fdsrc. Get caps in create() instead of start() so it can be
12027         interrupted. Interruption somewhat untested.
12028
12029         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12030         Proper EOS handling.
12031
12032 2005-09-27  Andy Wingo  <wingo@pobox.com>
12033
12034         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12035
12036         * gst/tcp/gsttcpserversrc.c: Cleaned up.
12037
12038         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12039
12040         * gst/tcp/gsttcp.h: 
12041         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12042         out of tcpclientsrc.c. Cancellable.
12043         (gst_tcp_socket_read): Made private, cancellable, with better
12044         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12045         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12046         whole buffer, and better diagnostics.
12047         (gst_tcp_gdp_read_caps): Same.
12048
12049         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12050
12051 2005-09-26  Andy Wingo  <wingo@pobox.com>
12052
12053         * gst/sine/gstsinesrc.h:
12054         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12055         change the 'sync' property to 'is-live' and implement it halfway,
12056         update for controller api change.
12057
12058         * gst/volume/gstvolume.c (volume_transform_ip): Update for
12059         controller api change.
12060
12061 2005-09-24  Wim Taymans  <wim@fluendo.com>
12062
12063         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12064         * gst-libs/gst/audio/gstaudiosink.c:
12065         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12066         (gst_audioringbuffer_stop):
12067         * gst-libs/gst/audio/gstbaseaudiosink.c:
12068         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12069         (gst_base_audio_sink_change_state):
12070         * gst-libs/gst/audio/gstbaseaudiosink.h:
12071         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12072         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12073         (gst_ring_buffer_commit), (gst_ring_buffer_read):
12074         * gst-libs/gst/audio/gstringbuffer.h:
12075         Fix sync again. Moved sample alignment to basesink.
12076
12077 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12078
12079         * docs/plugins/Makefile.am:
12080         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12081         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12082         * gst/volume/gstvolume.c:
12083           add/fix docs
12084         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12085         * gst-libs/gst/audio/audio.h:
12086           add conversion macros for frames <-> clocktime
12087
12088 2005-09-23  David Schleef  <ds@schleef.org>
12089
12090         * gst/audioresample/Makefile.am:
12091         * gst/audioresample/debug.h:
12092         * gst/audioresample/gstaudioresample.c:
12093         * gst/audioresample/resample.c: Convert to using gst debugging
12094
12095 2005-09-22  Wim Taymans  <wim@fluendo.com>
12096
12097         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12098         (gst_play_bin_send_event):
12099         Only seek on one sink, the first one that succeeds.
12100
12101 2005-09-22  Michael Smith <msmith@fluendo.com>
12102
12103         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12104         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12105         Don't flush encoder state unless we have an initialised encoder.
12106         Clear out encoder state on PAUSED_TO_READY.
12107
12108 2005-09-22  Wim Taymans  <wim@fluendo.com>
12109
12110         * gst-libs/gst/rtp/gstbasertppayload.c:
12111         (gst_basertppayload_class_init), (gst_basertppayload_init),
12112         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12113         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12114         (gst_basertppayload_is_filled), (gst_basertppayload_push),
12115         (gst_basertppayload_set_property),
12116         (gst_basertppayload_get_property),
12117         (gst_basertppayload_change_state):
12118         * gst-libs/gst/rtp/gstbasertppayload.h:
12119         Added max-ptime to control amount of data in the rtp packets.
12120
12121 2005-09-21  Andy Wingo  <wingo@pobox.com>
12122
12123         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12124         thingies.
12125
12126         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12127         can be called multiple times, dogs.
12128
12129 2005-09-21  Wim Taymans  <wim@fluendo.com>
12130
12131         * gst-libs/gst/rtp/gstbasertppayload.c:
12132         (gst_basertppayload_class_init), (gst_basertppayload_init),
12133         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12134         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12135         (gst_basertppayload_push), (gst_basertppayload_get_property),
12136         (gst_basertppayload_change_state):
12137         Allow 0 ssrc too.
12138
12139 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
12140
12141         * docs/libs/compiling.sgml:
12142           fixing typos
12143
12144 2005-09-20  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_set_property),
12151         (gst_basertppayload_get_property),
12152         (gst_basertppayload_change_state):
12153         * gst-libs/gst/rtp/gstbasertppayload.h:
12154         Added property to configure sequence number offsets.
12155
12156 2005-09-20  Wim Taymans  <wim@fluendo.com>
12157
12158         * gst-libs/gst/rtp/gstbasertppayload.c:
12159         (gst_basertppayload_class_init), (gst_basertppayload_init),
12160         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12161         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12162         (gst_basertppayload_push), (gst_basertppayload_set_property),
12163         (gst_basertppayload_get_property),
12164         (gst_basertppayload_change_state):
12165         * gst-libs/gst/rtp/gstbasertppayload.h:
12166         Make timestamp offset configurable.
12167
12168 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12169
12170         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12171           fix wrong pop/unref
12172
12173 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12174
12175         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12176
12177         * gst-libs/gst/interfaces/propertyprobe.c:
12178         (gst_property_probe_probe_property_name),
12179         (gst_property_probe_needs_probe_name),
12180         (gst_property_probe_get_values_name),
12181         (gst_property_probe_probe_and_get_values_name):
12182           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12183           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12184
12185 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12186
12187         * check/Makefile.am:
12188           have some tests be disabled for valgrinding
12189         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12190         (GST_START_TEST):
12191         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12192           Fix A Leak.  Chain To Parent Finalize.
12193
12194 2005-09-19  Wim Taymans  <wim@fluendo.com>
12195
12196         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12197         Fixed wav pipeline.
12198
12199 2005-09-19  Wim Taymans  <wim@fluendo.com>
12200
12201         * gst-libs/gst/rtp/gstbasertppayload.c:
12202         (gst_basertppayload_class_init), (gst_basertppayload_init),
12203         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12204         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12205         (gst_basertppayload_push), (gst_basertppayload_get_property),
12206         (gst_basertppayload_change_state):
12207         Posting ERROR and WARNING messages is good.
12208
12209 2005-09-19  Wim Taymans  <wim@fluendo.com>
12210
12211         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12212         (gst_base_rtp_depayload_add_to_queue),
12213         (gst_base_rtp_depayload_push),
12214         (gst_base_rtp_depayload_set_gst_timestamp),
12215         (gst_base_rtp_depayload_queue_release):
12216         This one was not supposed to go in.
12217
12218 2005-09-19  Wim Taymans  <wim@fluendo.com>
12219
12220         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12221         Fix for bus API.
12222
12223         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12224         (gst_base_rtp_depayload_chain),
12225         (gst_base_rtp_depayload_add_to_queue),
12226         (gst_base_rtp_depayload_push),
12227         (gst_base_rtp_depayload_set_gst_timestamp),
12228         (gst_base_rtp_depayload_queue_release):
12229         Some cleanups.
12230
12231         * gst-libs/gst/rtp/gstbasertppayload.c:
12232         (gst_basertppayload_class_init), (gst_basertppayload_init),
12233         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12234         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12235         (gst_basertppayload_get_property),
12236         (gst_basertppayload_change_state):
12237         Added debugging category.
12238
12239 2005-09-18  David Schleef  <ds@schleef.org>
12240
12241         * gst/playback/gstdecodebin.c: free plugin list correctly
12242         * gst/playback/gstplaybin.c: emit warning if autovideosink
12243           and autoaudiosink can't be found (instead of segfaulting)
12244
12245 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12246
12247         * check/elements/audioconvert.c: (GST_START_TEST):
12248           try out 24 bit conversion
12249
12250 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12251
12252         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12253         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12254         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12255         * ext/vorbis/vorbisenc.h:
12256           Fix EOS handling.  Still needs a fix in the ogg muxer to
12257           mark the last page as eos.
12258
12259 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12260
12261         * common/gtk-doc-plugins.mak:
12262         * docs/plugins/Makefile.am:
12263         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12264         * gst/ffmpegcolorspace/Makefile.am:
12265         * gst/ffmpegcolorspace/avcodec.h:
12266         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12267         * gst/tcp/gstmultifdsink.c:
12268           fix up ffmpegcolorspace docs; extract header
12269
12270 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12271
12272         * common/gtk-doc-plugins.mak:
12273         * docs/plugins/Makefile.am:
12274         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12275         * ext/theora/Makefile.am:
12276         * ext/theora/gsttheoraenc.h:
12277         * ext/theora/theoraenc.c:
12278         * ext/vorbis/vorbisenc.c:
12279           pick up signals and args for vorbis; add some docs for vorbis
12280
12281 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12282
12283         * common/gstdoc-scangobj:
12284         * common/gtk-doc-plugins.mak:
12285         * docs/libs/Makefile.am:
12286         * docs/plugins/gst-plugins-base-plugins.args:
12287         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12288         * docs/plugins/gst-plugins-base-plugins.interfaces:
12289         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12290         * docs/plugins/gst-plugins-base-plugins.signals:
12291           only scanobj stuff from our source module.  Not sure yet
12292           if that's correct, given the hierarchy stuff :)
12293
12294 2005-09-15  Wim Taymans  <wim@fluendo.com>
12295
12296         * gst/audioconvert/gstaudioconvert.c:
12297         And enable 24 bits mode as well..
12298
12299 2005-09-15  Wim Taymans  <wim@fluendo.com>
12300
12301         * gst-libs/gst/rtp/Makefile.am:
12302         * gst-libs/gst/rtp/gstbasertppayload.c:
12303         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12304         (gst_basertppayload_class_init), (gst_basertppayload_init),
12305         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12306         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12307         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12308         (gst_basertppayload_set_property),
12309         (gst_basertppayload_get_property),
12310         (gst_basertppayload_change_state):
12311         * gst-libs/gst/rtp/gstbasertppayload.h:
12312         Added rtp payloader base class.
12313
12314 2005-09-15  Andy Wingo  <wingo@pobox.com>
12315
12316         * configure.ac (plugindir): Remove the EOL matcher from the
12317         regexp, as it causes me problems. Libtool? Make? Who knows?
12318
12319 2005-09-14  David Schleef  <ds@schleef.org>
12320
12321         * check/generic/states.c: 
12322         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12323         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12324           Fixes for changes in registry API.
12325
12326         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12327           to GST_PLUGIN_LDFLAGS.
12328         * ext/libvisual/visual.c: Make the library shut up.
12329         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12330         * gst-libs/gst/audio/gstaudiofilter.c: same
12331
12332 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12333
12334         * docs/plugins/Makefile.am:
12335         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12336         * docs/plugins/inspect/plugin-libvisual.xml:
12337         * docs/plugins/tmpl/element-tcpserversink.sgml:
12338         * ext/theora/theoraenc.c:
12339           add libvisual plugin and theoraenc element to docs
12340
12341 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12342
12343         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12344         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12345         * ext/theora/theoraenc.c:
12346           add theoraenc
12347
12348 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12349
12350         * gst/audioconvert/Makefile.am:
12351           Audioconvert derives from GstBaseTransform and should
12352           link to the library with our base elements to avoid
12353           unresolved symbols. Makes things work with MinGW (#316160)
12354
12355         * gst/playback/test4.c: (main):
12356           Fix MinGW build problem and use g_usleep() instead of 
12357           sleep() (#316162)
12358
12359 2005-09-12  Wim Taymans  <wim@fluendo.com>
12360
12361         * gst/audioconvert/audioconvert.c: (float),
12362         (audio_convert_prepare_context), (audio_convert_convert):
12363         * gst/audioconvert/audioconvert.h:
12364         Cleanups, speedups, simplifications, added back support
12365         for 24 bits.
12366
12367 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12368
12369         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12370         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12371         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12372         * docs/plugins/tmpl/element-tcpserversink.sgml:
12373         * gst/ffmpegcolorspace/gstffmpeg.c:
12374         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12375         * gst/videotestsrc/gstvideotestsrc.c:
12376         * gst/volume/gstvolume.c:
12377           add more elements to the docs
12378
12379 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12380
12381         * check/Makefile.am:
12382         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12383         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12384           Add extra tests for basetransform based components. 
12385           Comment out the test_element_negotiation test until we decide
12386           if it's testing correct behaviour.
12387         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12388         (gst_visual_chain), (gst_visual_change_state):
12389           Slightly more correct but still bogus timestamping.
12390           Fix state change function.
12391         * gst/audioconvert/gstaudioconvert.c:
12392         (gst_audio_convert_class_init):
12393         * gst/audioresample/gstaudioresample.c:
12394         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12395         (gst_ffmpegcsp_class_init):
12396         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12397         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12398         (gst_videoscale_prepare_image):
12399         * gst/volume/gstvolume.c: (gst_volume_class_init),
12400         (volume_transform_ip):
12401           Basetransform updates. Enable passthrough modes.
12402         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12403         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12404         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12405           Negotiation fix that allows the window to return to the original
12406           size and renegotiate passthrough upstream. Extra debug output.
12407
12408 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12409
12410         * gst/sine/gstsinesrc.c:
12411         * gst/volume/gstvolume.c:
12412           fix up header include
12413
12414 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12415
12416         * gst-libs/gst/audio/gstbaseaudiosink.c:
12417         (gst_base_audio_sink_render):
12418         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12419         * gst/volume/gstvolume.c: (gst_volume_class_init),
12420         (volume_transform):
12421           fixing lost sync, some more debugging
12422
12423 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12424
12425         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12426         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12427         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12428         (gst_xvimagesink_check_xshm_calls):
12429           Fix compilation when XShm is not available.
12430
12431 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12432
12433         * ext/libvisual/visual.c: (gst_visual_dispose),
12434         (gst_visual_getcaps), (gst_visual_src_setcaps),
12435         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12436         (gst_visual_change_state):
12437           Finish fixing up libvisual plugin so that it runs. 
12438
12439 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12440
12441         * ext/vorbis/vorbisenc.c:
12442         * gst-libs/gst/tag/gstvorbistag.c:
12443           gsttaginterface.h -> gsttagsetter.h
12444
12445 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12446
12447         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12448           added another test that failes for me (test is not active by default)
12449
12450 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12451
12452         * configure.ac:
12453           v4l2 is no longer in gst-plugins-base
12454
12455 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12456
12457         * configure.ac:
12458           In the output at the end, don't show the first plugin on the same
12459           line as "Core plug-ins, always built:".
12460           Indent the output as for other plugin categories
12461         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12462           #define that can be used to not use peer buffer_alloc functions for
12463           test purposes.
12464         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12465         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12466         (gst_ximagesink_show_frame):
12467         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12468         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12469         (gst_xvimagesink_show_frame):
12470           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12471           fails gracefully instead of XError aborting or deadlocking.
12472
12473 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12474
12475         * ext/libvisual/Makefile.am:
12476           link against gst-base-libs
12477
12478 2005-09-06  David Schleef  <ds@schleef.org>
12479
12480         * configure.ac: Enable libvisual plugin.
12481         * ext/libvisual/Makefile.am:
12482         * ext/libvisual/visual.c: Fixes to make it compile.
12483
12484 === release 0.9.2 ===
12485
12486 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12487
12488         * NEWS:
12489         * RELEASE:
12490         * configure.ac:
12491         * docs/random/ChangeLog-0.8:
12492           releasing 0.9.2, "Spoon"
12493
12494 2005-09-05  Michael Smith <msmith@fluendo.com>
12495
12496         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12497           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12498           that in the vorbisenc element.
12499
12500 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12501
12502         * common/gtk-doc-plugins.mak:
12503         * docs/plugins/Makefile.am:
12504           fix distcheck
12505         * gst/audioresample/resample.c:
12506           fix wrong docstring
12507
12508 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12509
12510         * common/gst-xmlinspect.py:
12511         * common/gtk-doc-plugins.mak:
12512           only inspect plugins for this given package
12513           require gst-python 0.9
12514
12515 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12516
12517         * Makefile.am:
12518         * autogen.sh:
12519         * common/gst-xmlinspect.py:
12520         * configure.ac:
12521         * docs/Makefile.am:
12522         * docs/plugins/inspect/plugin-alsa.xml:
12523         * docs/plugins/inspect/plugin-audioresample.xml:
12524         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12525         * docs/plugins/inspect/plugin-ogg.xml:
12526         * docs/plugins/tmpl/element-gnomevfssink.sgml:
12527         * docs/plugins/tmpl/element-multifdsink.sgml:
12528         * docs/plugins/tmpl/element-tcpserversink.sgml:
12529         * docs/plugins/tmpl/element-vorbisenc.sgml:
12530         * gst-plugins-base.spec.in:
12531           various doc-related updates
12532
12533 2005-08-31  Wim Taymans  <wim@fluendo.com>
12534
12535         * gst-libs/gst/audio/gstbaseaudiosink.c:
12536         (gst_base_audio_sink_render):
12537         Resync if the buffer timestamps drift more than a 10th 
12538         of a second.
12539
12540 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12541
12542         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
12543         (gst_v4lsrc_get_property):
12544           The 'timestamp-offset' property is registered as an int64, so
12545           let's use g_value_{set|get}_int64() in our setter and getter
12546           functions (makes it work and fixes warnings with gst-inspect).
12547
12548 2005-08-30  Wim Taymans  <wim@fluendo.com>
12549
12550         * check/elements/audioconvert.c: (setup_audioconvert):
12551         * check/elements/audioresample.c: (setup_audioresample):
12552         * check/elements/volume.c: (setup_volume):
12553         Fix checks.
12554
12555 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12556
12557         * common/gtk-doc-plugins.mak:
12558         * common/plugins.xsl:
12559         * docs/plugins/Makefile.am:
12560           make module a param
12561
12562 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12563
12564         * examples/seeking/seek.c: (make_mp3_pipeline),
12565         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
12566         (play_cb), (pause_cb), (stop_cb):
12567           update the example
12568
12569 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
12570
12571         * gst/volume/gstvolume.c: (gst_volume_class_init),
12572         (volume_transform):
12573           do not update controlled params, if buffer has no timestamp
12574
12575 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12576
12577         * configure.ac:
12578         * gst/sine/Makefile.am:
12579         * gst/volume/Makefile.am:
12580           controllerized elements also need to link against controller-libs ;)
12581
12582 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
12583
12584         * docs/libs/tmpl/gstcolorbalance.sgml:
12585         * docs/libs/tmpl/gstgconf.sgml:
12586         * docs/libs/tmpl/gstmixer.sgml:
12587         * docs/libs/tmpl/gstringbuffer.sgml:
12588         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
12589         (gst_sinesrc_create):
12590         * gst/volume/gstvolume.c: (gst_volume_class_init),
12591         (volume_transform):
12592           controllerized two audio plugins
12593
12594 2005-08-29  Andy Wingo  <wingo@pobox.com>
12595
12596         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
12597         (vorbis_handle_data_packet): Fix some int overflow errors.
12598
12599         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
12600         -1.
12601         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
12602         valid.
12603         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
12604         if it's valid. Fixed streaming-mode playback.
12605
12606         * check/elements/volume.c (cleanup_volume): Fix for running
12607         CK_FORK=no.
12608
12609         * check/elements/audioconvert.c: Convert from native endian, not
12610         little endian.
12611
12612 2005-08-29  Michael Smith <msmith@fluendo.com>
12613
12614         * ext/ogg/Makefile.am:
12615         * ext/ogg/gstogg.c: (plugin_init):
12616         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
12617         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
12618         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
12619         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
12620         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
12621         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
12622         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
12623         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
12624         Add an ogg parser element.
12625
12626 2005-08-28  Andy Wingo  <wingo@pobox.com>
12627
12628         * Updates for two-arg init from GST_BOILERPLATE_FULL.
12629
12630 2005-08-26  Wim Taymans  <wim@fluendo.com>
12631
12632         * gst/audioconvert/audioconvert.c: (if), (float),
12633         (audio_convert_get_func_index), (check_default),
12634         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12635         (audio_convert_clean_context), (audio_convert_get_sizes),
12636         (audio_convert_convert):
12637         Cleanups.
12638
12639 2005-08-26  Wim Taymans  <wim@fluendo.com>
12640
12641         * gst/audioconvert/audioconvert.c: (if), (float),
12642         (audio_convert_get_func_index), (check_default),
12643         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12644         (audio_convert_clean_context), (audio_convert_get_sizes),
12645         (audio_convert_convert):
12646         More elegant and working temp buffer selection algo.
12647
12648 2005-08-26  Wim Taymans  <wim@fluendo.com>
12649
12650         * gst/audioconvert/audioconvert.c: (if), (float),
12651         (audio_convert_get_func_index), (check_default),
12652         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12653         (audio_convert_clean_context), (audio_convert_get_sizes),
12654         (get_temp_buffer), (audio_convert_convert):
12655         Use realloc else we lose our original data.
12656
12657 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12658
12659         * gst/audioresample/gstaudioresample.c:
12660           use base class' newsegment to properly timestamp
12661
12662 2005-08-26  Wim Taymans  <wim@fluendo.com>
12663
12664         * gst/audioconvert/audioconvert.c: (if), (float),
12665         (audio_convert_get_func_index), (check_default),
12666         (audio_convert_clean_fmt), (audio_convert_prepare_context),
12667         (audio_convert_clean_context), (audio_convert_get_sizes),
12668         (get_temp_buffer), (audio_convert_convert):
12669         * gst/audioconvert/gstaudioconvert.c:
12670         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
12671         (gst_audio_convert_transform_caps),
12672         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
12673         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
12674         Oops, allocate enough space to perform the channel mix.
12675
12676 2005-08-26  Wim Taymans  <wim@fluendo.com>
12677
12678         * gst/audioconvert/Makefile.am:
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/audioconvert.h:
12685         * gst/audioconvert/gstaudioconvert.c:
12686         (gst_audio_convert_class_init), (gst_audio_convert_init),
12687         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
12688         (gst_audio_convert_get_unit_size),
12689         (gst_audio_convert_transform_caps),
12690         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
12691         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
12692         * gst/audioconvert/gstaudioconvert.h:
12693         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12694         (gst_channel_mix_fill_identical),
12695         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
12696         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
12697         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
12698         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
12699         (gst_channel_mix_mix):
12700         * gst/audioconvert/gstchannelmix.h:
12701         Cleanups, librarify a bit, optimize, better negotiation and more.
12702
12703 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12704
12705         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
12706         Another from MikeS:
12707         During typefinding, don't support negative offsets
12708         (offsets from the end of the stream) in our typefind->peek() function
12709         - nothing embedded in ogg ever needs them. However, we need to recognise
12710         those requests and reject them, otherwise we return invalid pointers.
12711
12712 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
12713
12714         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
12715         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
12716         (vorbisdec_finalize), (vorbis_handle_type_packet):
12717           Big shout-out to MikeS for fixing this giant memory leak.
12718           Huzzah!
12719
12720 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12721
12722         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
12723         (audio_convert_get_unit_size):
12724           plug some leaks
12725
12726 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12727
12728         * check/Makefile.am:
12729         * check/elements/audioconvert.c: (setup_audioconvert),
12730         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12731         (GST_START_TEST), (audioconvert_suite), (main):
12732           add a test for audioconvert
12733         * gst/audioresample/gstaudioresample.c:
12734         * gst/audioresample/gstaudioresample.h:
12735           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
12736           note that for buffers of 1/3 sec this means DURATION(c) is 
12737           one nanosecond more than for a and b
12738
12739 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12740
12741         * check/Makefile.am:
12742         * check/elements/audioresample.c: (setup_audioresample),
12743         (cleanup_audioresample), (fail_unless_perfect_stream),
12744         (test_perfect_stream_instance), (GST_START_TEST),
12745           add a check for audioresample
12746         (audioresample_suite), (main):
12747         * check/elements/volume.c: (GST_START_TEST):
12748           remove unused method
12749         * gst/audioresample/gstaudioresample.c:
12750           set correct buffer parameters since we're changing them
12751         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12752           add some debug
12753
12754 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12755
12756         * gst/audioresample/debug.c:
12757         * gst/audioresample/gstaudioresample.c:
12758           add room for extra overlap samples when asked to transform size
12759           protect against possible mem corruption and check for discrepancies
12760           between written size and outbuffer's size so we can warn for
12761           potential problems
12762         * gst/audioresample/resample.c: (resample_init),
12763         (resample_get_output_size_for_input), (resample_get_output_size),
12764         (resample_set_n_channels), (resample_set_format):
12765           set debug level based on RESAMPLE_DEBUG env var
12766           make sure that get_output_size* returns a whole number of
12767           sample_size
12768           set sample_size each time either channel or format is set
12769         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
12770         * gst/audioresample/resample_functable.c:
12771         (resample_scale_functable):
12772         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12773           remove r->sample_size, it's done in resample.c now
12774           add some debugging to the ref implementation
12775           make sure we only give back bytes that are wholes of the sample
12776           size
12777
12778 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
12779         * gst/playback/gstplaybasebin.c: (fill_buffer):
12780         Revert unpopular change for GST_MESSAGE_SRC to GObject.
12781
12782 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
12783
12784         * gst/volume/gstvolume.c:
12785           made set_caps function static
12786
12787 2005-08-24  Wim Taymans  <wim@fluendo.com>
12788
12789         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12790         (gst_vorbisenc_change_state):
12791         Stop leaking taglists.
12792
12793 2005-08-24  Wim Taymans  <wim@fluendo.com>
12794
12795         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12796         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
12797         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
12798         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
12799         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
12800         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
12801         Parse seeking events better.
12802         Unref static caps.
12803         Generate correct newsegment events, fixes seeking in live oggs.
12804
12805         * ext/theora/theoradec.c: (theora_dec_src_query),
12806         (theora_dec_src_event), (theora_dec_src_getcaps),
12807         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
12808         Use newsegment values to report correct play time.
12809
12810         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12811         (vorbis_dec_src_event), (vorbis_dec_sink_event):
12812         * ext/vorbis/vorbisdec.h:
12813         Parse and use newsegment values to report correct play time.
12814
12815         * gst-libs/gst/audio/gstbaseaudiosink.c:
12816         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12817         Clear ringbuffer on flush.
12818         Use newsegment values to calculate playback time.
12819
12820         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12821         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
12822         Basesink does newsegment calculations for us now.
12823
12824 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12825
12826         * check/Makefile.am:
12827         * configure.ac:
12828           add core's plugins to the mix so that playbin works
12829         * check/generic/states.c: (GST_START_TEST):
12830           set a 0 timeout on pipelines, so they don't force the next
12831           state change
12832         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
12833         (gst_play_base_bin_change_state):
12834           remove the crappy error handling and do GST error handling
12835
12836 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12837
12838         * check/Makefile.am:
12839         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
12840           add same test as to core, it bitches out on playbin atm.
12841
12842 2005-08-24  Wim Taymans  <wim@fluendo.com>
12843
12844         * configure.ac:
12845         Remove audioscale.
12846
12847 2005-08-24  Wim Taymans  <wim@fluendo.com>
12848
12849         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
12850         (gst_videoscale_prepare_size), (parse_caps),
12851         (gst_videoscale_set_caps), (gst_videoscale_get_size),
12852         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
12853         (gst_videoscale_transform):
12854         * gst/videoscale/gstvideoscale.h:
12855         Refactor, make use of BaseTranform really well.
12856
12857 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12858
12859         * configure.ac:
12860           compile audioresample
12861         * gst/audioresample/Makefile.am:
12862         * gst/audioresample/buffer.c:
12863         * gst/audioresample/functable.c:
12864         * gst/audioresample/gstaudioresample.c:
12865         * gst/audioresample/gstaudioresample.h:
12866         * gst/audioresample/resample.c:
12867         (resample_get_output_size_for_input):
12868         * gst/audioresample/resample.h:
12869         * gst/audioresample/resample_chunk.c:
12870         * gst/audioresample/resample_functable.c:
12871         * gst/audioresample/resample_ref.c:
12872           port to use basetransform; doesn't work in all cases yet
12873
12874 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12875
12876         * gst/audioconvert/gstaudioconvert.c:
12877         (gst_audio_convert_class_init), (gst_audio_convert_init),
12878         (audio_convert_get_unit_size), (audio_convert_transform_caps),
12879         (audio_convert_fixate_caps), (audio_convert_set_caps),
12880         (audio_convert_transform),
12881         (gst_audio_convert_buffer_to_default_format),
12882         (gst_audio_convert_buffer_from_default_format),
12883         (gst_audio_convert_channels):
12884         * gst/audioconvert/gstchannelmix.c:
12885         * gst/audioconvert/gstchannelmix.h:
12886           port to basetransform
12887         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12888         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
12889         (gst_ffmpegcsp_get_unit_size):
12890         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12891         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
12892           fix for basetransform changes
12893
12894 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
12895
12896         * check/Makefile.am:
12897           Add CHECK_CFLAGS and LDFLAGS
12898
12899         * gst/playback/gstplaybasebin.c: (fill_buffer):
12900           GST_MESSAGE_SRC became a GObject
12901
12902 2005-08-24  Wim Taymans  <wim@fluendo.com>
12903
12904         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
12905         (gst_ring_buffer_clear_all):
12906         * gst-libs/gst/audio/gstringbuffer.h:
12907         Added function to clear the ringbuffer.
12908
12909 2005-08-24  Andy Wingo  <wingo@pobox.com>
12910
12911         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
12912         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
12913         of _open and _close.
12914
12915         * sys/v4l/gstv4lxoverlay.h:
12916         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
12917         an Xv connection here, instead of all the time. Make Xv only be
12918         loaded if you axe for it. Kindof a workaround for buggy behaviour
12919         of Xv when using remote xservers (XvQueryExtension would block).
12920         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
12921         replace the _open and _close public API. Only start the xv
12922         connection if necessary.
12923         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
12924
12925 2005-08-23  David Schleef  <ds@schleef.org>
12926
12927         * gst/audioresample/Makefile.am: Leet audioresampling code
12928         * gst/audioresample/buffer.c:
12929         * gst/audioresample/buffer.h:
12930         * gst/audioresample/debug.c:
12931         * gst/audioresample/debug.h:
12932         * gst/audioresample/functable.c:
12933         * gst/audioresample/functable.h:
12934         * gst/audioresample/gstaudioresample.c:
12935         * gst/audioresample/gstaudioresample.h:
12936         * gst/audioresample/resample.c:
12937         * gst/audioresample/resample.h:
12938         * gst/audioresample/resample_chunk.c:
12939         * gst/audioresample/resample_functable.c:
12940         * gst/audioresample/resample_ref.c:
12941
12942 2005-08-23  Wim Taymans  <wim@fluendo.com>
12943
12944         * examples/seeking/seek.c: (make_vorbis_pipeline),
12945         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
12946         Small seek updates.
12947
12948 2005-08-23  Andy Wingo  <wingo@pobox.com>
12949
12950         * gst-libs/gst/audio/gstbaseaudiosrc.c
12951         (gst_base_audio_src_fixate): Only fixate endianness if it is
12952         present in the caps.
12953
12954 2005-08-22  Andy Wingo  <wingo@pobox.com>
12955
12956         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
12957         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
12958         device-name property.
12959
12960         * gst-libs/gst/audio/gstaudiosrc.h:
12961         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
12962         close_device in the ring buffer, like gstaudiosink.
12963
12964         * ext/alsa/gstalsamixer.h:
12965         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
12966         macro to implement the interface without much code. Cleanups. 
12967
12968         * ext/alsa/gstalsasrc.h:
12969         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
12970         READY.
12971
12972         * ext/alsa/Makefile.am: Add new files.
12973         * ext/alsa/gstalsamixerelement.c: 
12974         * ext/alsa/gstalsamixerelement.c: Split element code out from
12975         mixer code so that alsasrc can be a mixer too.
12976
12977 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12978
12979         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12980         (GST_START_TEST):
12981         * check/elements/vorbisdec.c: (setup_vorbisdec),
12982         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
12983         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12984         (vorbis_handle_identification_packet),
12985         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
12986         (vorbis_handle_header_packet), (vorbis_dec_push),
12987         (vorbis_dec_chain):
12988           use the setup/teardown methods to save code.  save code is good.
12989
12990 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12991
12992         * check/Makefile.am:
12993           add ext dir for plugins
12994           add vorbisdec test conditionally
12995         * check/elements/volume.c: (setup_volume), (cleanup_volume),
12996         (GST_START_TEST), (volume_suite):
12997           add a test with wrong caps
12998         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
12999         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13000           add a vorbisdec test
13001         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13002         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13003           clean up debug output
13004         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13005           yay, fix a segfault/security issue in vorbisdec
13006           gst-launch fakesrc ! vorbisdec wasn't happy
13007         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13008         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13009         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13010         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13011         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13012         (gst_vorbisenc_set_metadata), (get_constraints_string),
13013         (update_start_message), (gst_vorbisenc_setup),
13014         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13015         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13016         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13017         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13018         * ext/vorbis/vorbisenc.h:
13019           march in line
13020         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13021         (gst_ffmpegcsp_transform):
13022           have the kow come home
13023         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13024           debug my func ptr
13025         * gst/volume/gstvolume.c: (volume_set_caps):
13026           add a debug
13027
13028 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13029
13030         * Makefile.am:
13031         * check/.cvsignore:
13032         * check/Makefile.am:
13033         * check/elements/.cvsignore:
13034         * check/elements/volume.c: (chain_func), (event_func),
13035         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13036         (main):
13037         * configure.ac:
13038           add unit test structure for gst-plugins-base
13039           add a test for volume
13040         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13041         (gst_volume_set_volume), (gst_volume_get_volume),
13042         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13043         (volume_funcfind), (volume_process_float), (volume_process_int16),
13044         (volume_set_caps), (volume_transform), (volume_update_mute),
13045         (volume_update_volume), (volume_set_property),
13046         (volume_get_property):
13047           document a little; use basetransform vmethod _set_caps
13048
13049 2005-08-19  Andy Wingo  <wingo@pobox.com>
13050
13051         * ext/alsa/gstalsamixertrack.h:
13052         * ext/alsa/gstalsamixertrack.c:
13053         * ext/alsa/gstalsamixeroptions.h:
13054         * ext/alsa/gstalsamixeroptions.c:
13055         * ext/alsa/gstalsamixer.h:
13056         * ext/alsa/gstalsamixer.c: Port to 0.9.
13057
13058         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13059         Remove gstalsa.c and alsaclock. No more cruft here.
13060         
13061 2005-08-18  Wim Taymans  <wim@fluendo.com>
13062
13063         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13064         (gst_base_rtp_depayload_chain),
13065         (gst_base_rtp_depayload_add_to_queue),
13066         (gst_base_rtp_depayload_push),
13067         (gst_base_rtp_depayload_queue_release):
13068         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13069         Fix for RTPBuffer changes.
13070
13071         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13072         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13073         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13074         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13075         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13076         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13077         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13078         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13079         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13080         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13081         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13082         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13083         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13084         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13085         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13086         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13087         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13088         (gst_rtpbuffer_get_payload):
13089         * gst-libs/gst/rtp/gstrtpbuffer.h:
13090         Don't subclass GstBuffer but add methods and helper functions
13091         to construct and manipulate RTP packets in regular GstBuffers.
13092
13093 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
13094
13095         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13096           moved statement below switch
13097         * gst/volume/gstvolume.c: (gst_volume_class_init):
13098           added debug ptr
13099
13100 2005-08-16  Wim Taymans  <wim@fluendo.com>
13101
13102         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13103         (gst_base_audio_src_change_state):
13104         Open and close device in READY<->NULL state change.
13105
13106 2005-08-16  Andy Wingo  <wingo@pobox.com>
13107
13108         * examples/seeking/Makefile.am: Don't compile non-compiling
13109         compiled objects with the compiler.
13110
13111         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13112         elements.
13113
13114 2005-08-12  Philippe Khalaf <burger@speedy.org>
13115         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13116         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13117           Made a thread to release the queue.
13118           Removed timestamp conversion for now.
13119
13120 2005-08-10  Philippe Khalaf <burger@speedy.org>
13121         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13122         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13123           Added rtp timestamp -> gst timestamp conversion.
13124           Fixed several problems with queue.
13125
13126 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13127
13128         * gst-libs/gst/audio/gstaudioclock.h:
13129         * gst-libs/gst/audio/gstaudiofilter.h:
13130         * gst-libs/gst/audio/gstaudiosink.h:
13131         * gst-libs/gst/audio/gstaudiosrc.h:
13132         * gst-libs/gst/audio/gstbaseaudiosink.h:
13133         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13134         * gst-libs/gst/audio/gstringbuffer.h:
13135         * gst-libs/gst/net/gstnetbuffer.h:
13136         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13137         * gst-libs/gst/rtp/gstrtpbuffer.h:
13138           Add padding (you will need to rebuild gst-plugins-base,
13139           gst-plugins and all applications afterwards!)
13140
13141 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13142
13143         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13144         (gst_riff_parse_chunk):
13145           Fix bug in debug message and add some more debug messages.
13146
13147 2005-08-08  Edward Hervey  <edward@fluendo.com>
13148
13149         * gst-libs/gst/riff/riff-media.c:
13150         backported updates since branch
13151
13152 2005-08-08  Andy Wingo  <wingo@pobox.com>
13153
13154         * gst-libs/gst/audio/gstbaseaudiosink.c
13155         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13156         like good elements should. Close on READY->NULL too.
13157
13158         * gst-libs/gst/audio/gstaudiosink.c
13159         (gst_audioringbuffer_open_device,
13160         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13161         (gst_audioringbuffer_release): Updates for new ring buffer API,
13162         hook into the new audio sink api.
13163
13164         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13165         (GstAudioSinkClass.close): Just open and close the device -- no
13166         resource allocation or configuration.
13167         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13168         vmethods, handle device setup and resource allocation.
13169
13170         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13171         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13172         base class API.
13173
13174         * gst-libs/gst/audio/gstringbuffer.h
13175         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13176         New vmethods.
13177
13178         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13179         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13180         New API functions. The device should be opened before acquiring
13181         and closed after releasing.
13182
13183 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13184
13185         * gst-libs/gst/interfaces/mixer.h:
13186           Reset padding to GST_PADDING.
13187
13188 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13189
13190         * gst/playback/gstplaybin.c: (remove_sinks):
13191           Remove visualization from parent explicitely; works around some
13192           apparent refcount issue that I haven't tracked down yet.
13193
13194 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13195
13196         * ext/alsa/gstalsasink.c: (set_hwparams):
13197           Assign debug category, add negotiation debug msgs.
13198
13199 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13200
13201         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13202           Fix error code for file-not-found to NOT_FOUND.
13203
13204 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13205
13206         * common/gtk-doc-plugins.mak:
13207         * docs/plugins/Makefile.am:
13208         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13209         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13210           renamed to actual element names, so much nicer to look at
13211         * docs/plugins/tmpl/gstmultifdsink.sgml:
13212           remove
13213         * docs/plugins/tmpl/multifdsink.sgml:
13214         * docs/plugins/tmpl/tcpserversink.sgml:
13215           add
13216         * ext/alsa/gstalsa.c:
13217         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13218         * ext/ogg/gstoggmux.c:
13219         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13220         * gst/playback/gstdecodebin.c:
13221         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13222         * gst/tcp/gsttcpserversink.c:
13223           various fixes and documentation additions
13224
13225 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13226
13227         * common/Makefile.am:
13228         * common/gstdoc-scangobj:
13229         * common/gtk-doc-plugins.mak:
13230         * common/gtk-doc.mak:
13231           add a custom scangobj that uses the registry
13232           add a custom gtk-doc-plugins.mak that uses it
13233           some doc build fixes
13234         * configure.ac:
13235         * docs/Makefile.am:
13236         * docs/plugins/Makefile.am:
13237         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13238         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13239         * docs/plugins/gst-plugins-base-plugins.types:
13240         * docs/plugins/tmpl/gstmultifdsink.sgml:
13241           add docs for one element, multifdsink
13242         * gst/adder/gstadder.h:
13243         * gst/volume/gstvolume.h:
13244           don't privatize enum
13245         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13246         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13247         (gst_sync_method_get_type), (gst_client_status_get_type),
13248         (gst_multifdsink_class_init),
13249         (gst_multifdsink_client_queue_buffer),
13250         (gst_multifdsink_handle_client_write):
13251         * gst/tcp/gstmultifdsink.h:
13252         * gst/tcp/gsttcp.h:
13253         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13254         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13255         (gst_tcpclientsink_render):
13256         * gst/tcp/gsttcpclientsink.h:
13257         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13258         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13259         (gst_tcpclientsrc_start):
13260         * gst/tcp/gsttcpclientsrc.h:
13261         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13262         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13263         * gst/tcp/gsttcpserversrc.h:
13264         * gst/typefind/gsttypefindfunctions.c:
13265           remove superfluous Type stuff
13266
13267 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13268
13269         * gst/playback/gstplaybin.c: (gen_video_element):
13270           Enable videoscale.
13271
13272 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13273
13274         * gst-libs/gst/gconf/gconf.c:
13275         * gst-libs/gst/gconf/gconf.h:
13276           Fix some Andy Problem [tm].
13277
13278 2005-08-04  Andy Wingo  <wingo@pobox.com>
13279
13280         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13281         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13282         (gst_ffmpegcsp_get_size): Adapt to API changes.
13283
13284         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13285         Implement an in-place do-nothing transform.
13286
13287 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13288
13289         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13290         (gst_ximagesink_renegotiate_size):
13291           Do not set new window sizes yet if we prepare a new buffer size
13292           for upstream renegotiation (software scaling) at some point in the
13293           future, because this new size waqs not actually accepted yet. Once
13294           accepted, renegotiation later on will set the new sizes just fine.
13295           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13296           embedding testcase.
13297
13298 2005-08-03  Andy Wingo  <wingo@pobox.com>
13299
13300         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13301         (gst_ximagesink_buffer_alloc): 
13302         Protect the height, width, and desired_caps with the pool_lock.
13303         Fixes videotestsrc ! queue ! ximagesink.
13304
13305 2005-08-02  Edward Hervey  <edward@fluendo.com>
13306
13307         * gst/volume/gstvolume.c:
13308         include left from controller cleanup
13309
13310 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13311         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13312           Stop collectpads before calling the parent state
13313           change function on PAUSED->READY.
13314
13315 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13316         * configure.ac:
13317           When testing for X libs, use the X CFlags 
13318         * gst/adder/gstadder.c: (gst_adder_change_state):
13319           Stop the collectpads before calling parent state change function
13320           on PAUSED->READY, otherwise we deadlock deactivating pads.
13321
13322 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13323
13324         * configure.ac:
13325         * docs/libs/tmpl/gstcolorbalance.sgml:
13326         * docs/libs/tmpl/gstmixer.sgml:
13327         * examples/Makefile.am:
13328         * gst/sine/Makefile.am:
13329         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13330         (gst_sinesrc_set_property), (plugin_init):
13331         * gst/sine/gstsinesrc.h:
13332         * gst/volume/Makefile.am:
13333         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13334         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13335         (volume_process_float), (volume_process_int16),
13336         (volume_set_property), (plugin_init):
13337         * gst/volume/gstvolume.h:
13338           deactivate and remove dparams (libgstcontrol)
13339
13340 2005-07-29  Wim Taymans  <wim@fluendo.com>
13341
13342         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13343         Convert me to BaseTransform!! help..
13344
13345 2005-07-29  Andy Wingo  <wingo@pobox.com>
13346
13347         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13348         sinks.
13349
13350         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13351         support of both endiannesses.
13352
13353 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13354
13355         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13356           Fix confusing debug message (s/event/query/)
13357
13358 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13359
13360         * gst/videotestsrc/videotestsrc.h:
13361           Use "_stdint.h" instead of <stdint.h>
13362
13363 2005-07-27  Wim Taymans  <wim@fluendo.com>
13364
13365         * ext/vorbis/Makefile.am:
13366         Revert wrong commit.
13367
13368 2005-07-27  Wim Taymans  <wim@fluendo.com>
13369
13370         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13371         More compilation fixen.
13372
13373 2005-07-27  Wim Taymans  <wim@fluendo.com>
13374
13375         * gst-libs/gst/audio/gstbaseaudiosink.c:
13376         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13377         (gst_base_audio_sink_create_ringbuffer),
13378         (gst_base_audio_sink_change_state):
13379         Fix compilation.
13380
13381 2005-07-27  Wim Taymans  <wim@fluendo.com>
13382
13383         * examples/seeking/seek.c: (setup_dynamic_link),
13384         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13385         (query_positions_elems), (query_positions_pads), (do_seek):
13386         Update seek example.
13387
13388         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13389         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13390         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13391         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13392         (gst_ogg_demux_handle_event),
13393         (gst_ogg_demux_deactivate_current_chain),
13394         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13395         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13396         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13397         (gst_ogg_demux_loop):
13398         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13399         * ext/theora/theoradec.c: (theora_dec_src_event),
13400         (theora_dec_src_getcaps), (theora_dec_sink_event),
13401         (theora_dec_push), (theora_dec_chain):
13402         * ext/vorbis/Makefile.am:
13403         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13404         (vorbis_dec_sink_event), (vorbis_dec_push),
13405         (vorbis_handle_data_packet):
13406         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13407         (gst_vorbisenc_chain):
13408         * gst/playback/gststreaminfo.c: (cb_probe):
13409         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13410         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13411         * gst/videoscale/gstvideoscale.c:
13412         (gst_videoscale_handle_src_event):
13413         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13414         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13415         (gst_ximagesink_navigation_send_event):
13416         * sys/xvimage/xvimagesink.c:
13417         (gst_xvimagesink_navigation_send_event):
13418         Various event updates and cleanups
13419
13420 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13421
13422         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13423           Fix segfault for I420/YV12.
13424
13425 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13426
13427         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13428           Report bitrate.
13429
13430 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13431
13432         * gst/playback/gstplaybin.c: (gen_video_element),
13433         (gen_audio_element):
13434           Switch to auto*sink elements as default sinks; add volume element
13435           so that volume control in totem works.
13436
13437 2005-07-21  Wim Taymans  <wim@fluendo.com>
13438
13439         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13440         * gst/playback/gstplaybin.c: (setup_sinks),
13441         (gst_play_bin_change_state):
13442         Refcount fix and more comments.
13443
13444 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13445
13446         * sys/ximage/Makefile.am:
13447         * sys/ximage/ximage.c: (plugin_init):
13448         * sys/ximage/ximagesink.c:
13449         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13450         
13451
13452 2005-07-21  Wim Taymans  <wim@fluendo.com>
13453
13454         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13455         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13456         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13457         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13458         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13459         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13460         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13461         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13462         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13463         Generate correct disconts for live chained oggs.
13464
13465         * gst-libs/gst/audio/gstbaseaudiosink.c:
13466         (gst_base_audio_sink_render),
13467         (gst_base_audio_sink_create_ringbuffer),
13468         (gst_base_audio_sink_change_state):
13469         Handle discont math correctly.
13470
13471         * gst/playback/gstplaybin.c: (add_sink):
13472         Some small debug cleanup.
13473
13474 2005-07-21  Wim Taymans  <wim@fluendo.com>
13475
13476         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13477         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13478         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13479         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13480         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13481         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13482         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13483         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13484         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13485         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13486         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13487         (gst_ogg_demux_change_state), (gst_ogg_print):
13488         Reorganize code to send the right disconts when in streaming
13489         mode.
13490
13491 2005-07-20  Andy Wingo  <wingo@pobox.com>
13492
13493         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13494         fix (?), fixes a seggie mcfalterson (#310894).
13495
13496 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13497
13498         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13499         (gst_ogg_mux_set_header_on_caps):
13500         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13501         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13502         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13503         * gst-libs/gst/audio/multichannel.c:
13504         (gst_audio_set_channel_positions),
13505         (gst_audio_set_structure_channel_positions_list):
13506         * gst/playback/gstdecodebin.c: (dynamic_create):
13507         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13508         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13509           Fixes for API changes in core.
13510
13511 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13512
13513         * gst/playback/gstplaybasebin.c: (fill_buffer):
13514           Use _new_custom() so we can set custom message types for buffering
13515           messages.
13516
13517 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13518
13519         * configure.ac:
13520         * gst-libs/gst/Makefile.am:
13521         * gst-libs/gst/gconf/.cvsignore:
13522         * gst-libs/gst/gconf/Makefile.am:
13523         * gst-libs/gst/gconf/test-gconf.c:
13524         * pkgconfig/Makefile.am:
13525         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
13526         * pkgconfig/gstreamer-gconf.pc.in:
13527           Remove gconf stuff, use gconf elements instead from now on.
13528
13529 2005-07-20  Wim Taymans  <wim@fluendo.com>
13530
13531         * gst-libs/gst/audio/TODO:
13532         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
13533         (gst_audio_clock_get_internal_time):
13534         * gst-libs/gst/audio/gstaudioclock.h:
13535         * gst-libs/gst/audio/gstbaseaudiosink.c:
13536         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13537         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
13538         (gst_base_audio_sink_render),
13539         (gst_base_audio_sink_create_ringbuffer),
13540         (gst_base_audio_sink_change_state):
13541         Make sure the audio clock always returns an increasing value.
13542
13543 2005-07-19  Andy Wingo  <wingo@pobox.com>
13544
13545         * gst/videotestsrc/: Cleanups.
13546
13547 2005-07-19  Wim Taymans  <wim@fluendo.com>
13548
13549         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
13550         Better debugging.
13551
13552 2005-07-19  Wim Taymans  <wim@fluendo.com>
13553
13554         * examples/seeking/seek.c: (make_dv_pipeline),
13555         (make_vorbis_theora_pipeline), (query_rates),
13556         (query_positions_elems), (query_positions_pads), (do_seek):
13557         Make correct DV pipeline.
13558
13559 2005-07-18  Andy Wingo  <wingo@pobox.com>
13560
13561         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
13562         default. Also because it's the only thing that really works. (This
13563         is used in the GConf elements).
13564         Use AS_LIBTOOL_TAGS.
13565
13566 2005-07-18  Wim Taymans  <wim@fluendo.com>
13567
13568         * gst/playback/gstdecodebin.c: (remove_element_chain):
13569         * gst/playback/gstplaybin.c: (add_sink):
13570         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13571         (gst_stream_info_set_mute):
13572         * gst/playback/gststreamselector.c:
13573         (gst_stream_selector_get_linked_pad),
13574         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
13575         More leak and compile fixes.
13576
13577 2005-07-18  Wim Taymans  <wim@fluendo.com>
13578
13579         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13580         (query_rates), (query_positions_elems), (query_positions_pads),
13581         (do_seek), (seek_cb), (stop_seek):
13582         Updated seek example. 
13583
13584         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
13585         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
13586         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
13587         * gst/playback/gstplaybin.c: (add_sink):
13588         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
13589         (gst_stream_info_set_mute):
13590         Some refcount leak fixes.
13591
13592 2005-07-16  Wim Taymans  <wim@fluendo.com>
13593
13594         * gst-libs/gst/audio/gstbaseaudiosink.c:
13595         (gst_base_audio_sink_render):
13596         Align samples even if we have roundoff errors in the 
13597         timestamp conversion.
13598
13599 2005-07-16  Wim Taymans  <wim@fluendo.com>
13600
13601         * docs/libs/tmpl/gstringbuffer.sgml:
13602         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
13603         (query_rates), (query_positions_elems), (query_positions_pads),
13604         (update_scale), (do_seek):
13605         Updated seek example.
13606
13607         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
13608         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
13609         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
13610         (gst_ogg_demux_loop):
13611         Push out correct discont values.
13612
13613         * ext/theora/theoradec.c: (theora_dec_src_convert),
13614         (theora_dec_sink_convert), (theora_dec_src_getcaps),
13615         (theora_dec_sink_event), (theora_handle_type_packet),
13616         (theora_handle_header_packet), (theora_dec_push),
13617         (theora_handle_data_packet), (theora_dec_chain),
13618         (theora_dec_change_state):
13619         Better timestamping.
13620
13621         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13622         (vorbis_dec_sink_event), (vorbis_dec_push),
13623         (vorbis_handle_data_packet), (vorbis_dec_chain):
13624         * ext/vorbis/vorbisdec.h:
13625         Better timestamping.
13626
13627         * gst-libs/gst/audio/gstbaseaudiosink.c:
13628         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
13629         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13630         Handle syncing on timestamps instead of sample offsets. Make
13631         use of DISCONT values as described in design docs.
13632
13633         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13634         (gst_base_audio_src_get_time):
13635         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
13636         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
13637         (gst_ring_buffer_read):
13638         * gst-libs/gst/audio/gstringbuffer.h:
13639         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
13640         (gst_ximagesink_show_frame):
13641         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13642         Correcly convert buffer timestamp to stream time.
13643
13644 2005-07-16  Wim Taymans  <wim@fluendo.com>
13645
13646         * gst/audioconvert/gstaudioconvert.c:
13647         (gst_audio_convert_get_buffer):
13648         Timestamp buffers correctly.
13649
13650         * gst/playback/gstplaybin.c: (gen_video_element):
13651         Make internal fakesink silent.
13652
13653 2005-07-15  Wim Taymans  <wim@fluendo.com>
13654
13655         * gst/ffmpegcolorspace/Makefile.am:
13656         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13657         (gst_ffmpegcsp_caps_remove_format_info),
13658         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
13659         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
13660         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
13661         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
13662         Ported ffmpegcolorspace to basetransform.
13663
13664         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
13665         * gst/volume/gstvolume.c: (volume_transform):
13666         Ported to new API.
13667
13668 2005-07-14  Wim Taymans  <wim@fluendo.com>
13669
13670         * gst/videotestsrc/Makefile.am:
13671         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
13672         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
13673         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
13674         (gst_videotestsrc_init), (gst_videotestsrc_event),
13675         (gst_videotestsrc_create), (gst_videotestsrc_start),
13676         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
13677         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13678         (gst_videotestsrc_get_property):
13679         * gst/videotestsrc/gstvideotestsrc.h:
13680         Make videotestsrc a pushsrc.
13681
13682 2005-07-14  Wim Taymans  <wim@fluendo.com>
13683
13684         * gst/tcp/gstfdset.c: (gst_fdset_free):
13685         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
13686         (gst_multifdsink_add), (gst_multifdsink_remove),
13687         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
13688         (gst_multifdsink_remove_client_link),
13689         (gst_multifdsink_client_queue_data),
13690         (gst_multifdsink_client_queue_caps),
13691         (gst_multifdsink_client_queue_buffer),
13692         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
13693         (gst_multifdsink_stop):
13694         * gst/tcp/gstmultifdsink.h:
13695         0.8 backporting.
13696
13697         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
13698         Also draw image when not from a pool.
13699
13700 2005-07-14  Wim Taymans  <wim@fluendo.com>
13701
13702         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
13703         (mute_stream), (silence_stream):
13704         Small debug additions.
13705
13706 2005-07-14  Wim Taymans  <wim@fluendo.com>
13707
13708         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
13709         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13710         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
13711         Better error recovery, ignore unconnected pads and
13712         non-fatal errors.
13713
13714 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13715
13716         * docs/libs/tmpl/gstaudio.sgml:
13717         * docs/libs/tmpl/gstcolorbalance.sgml:
13718         * docs/libs/tmpl/gstgconf.sgml:
13719         * docs/libs/tmpl/gstmixer.sgml:
13720         * docs/libs/tmpl/gstringbuffer.sgml:
13721         * docs/libs/tmpl/gsttuner.sgml:
13722         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13723         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
13724         (gst_tcpclientsrc_class_init):
13725         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
13726         (gst_tcpserversrc_class_init):
13727         * sys/v4l/gstv4lelement.c:
13728           more autistic cleanliness in functions/names/defines
13729
13730 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13731
13732         * configure.ac:
13733           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
13734           added manually to each Makefile.am so we are sure it goes
13735           *last* and doesn't add -L flags before linking in libs of our
13736           own, like, say, internal .la libs, that then accidentally pick
13737           up the installed copy.
13738         * docs/libs/Makefile.am:
13739         * ext/alsa/Makefile.am:
13740         * ext/cdparanoia/Makefile.am:
13741         * ext/gnomevfs/Makefile.am:
13742         * ext/libvisual/Makefile.am:
13743         * ext/ogg/Makefile.am:
13744         * ext/theora/Makefile.am:
13745         * ext/vorbis/Makefile.am:
13746         * gst-libs/gst/video/Makefile.am:
13747         * gst/adder/Makefile.am:
13748         * gst/audioconvert/Makefile.am:
13749         * gst/audiorate/Makefile.am:
13750         * gst/audioscale/Makefile.am:
13751         * gst/ffmpegcolorspace/Makefile.am:
13752         * gst/playback/Makefile.am:
13753         * gst/sine/Makefile.am:
13754         * gst/subparse/Makefile.am:
13755         * gst/tags/Makefile.am:
13756         * gst/tcp/Makefile.am:
13757         * gst/typefind/Makefile.am:
13758         * gst/videorate/Makefile.am:
13759         * gst/videoscale/Makefile.am:
13760         * gst/videotestsrc/Makefile.am:
13761         * gst/volume/Makefile.am:
13762         * sys/v4l/Makefile.am:
13763         * sys/ximage/Makefile.am:
13764         * sys/xvimage/Makefile.am:
13765           adapt properly to this change. This should make sure that
13766           plugins and libs properly link to the as-yet-uninstalled
13767           copies of stuff like libgstinterfaces and libgstvideo
13768
13769 2005-07-13  Andy Wingo  <wingo@pobox.com>
13770
13771         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
13772         (gst_v4lsrc_fixate): Fixate on format as well.
13773
13774         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
13775         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
13776         buffer points to it.
13777         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
13778         rather just doing X calls ourselves. Also fixes a memleak.
13779
13780 2005-07-12  Andy Wingo  <wingo@pobox.com>
13781
13782         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
13783         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
13784         (gst_v4lsrc_create): Re-add the copy-mode property, default to
13785         TRUE to avoid deadlocks if an element holds on to our buffers.
13786
13787 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
13788
13789         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13790         (gst_sinesrc_init), (gst_sinesrc_create),
13791         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
13792         (gst_sinesrc_start):
13793         * gst/sine/gstsinesrc.h:
13794           removing num-buffers property before moving it
13795
13796 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
13797
13798         * configure.ac:
13799           use overridable ERROR_CFLAGS
13800         * docs/libs/gst-plugins-base-libs.types:
13801         * docs/libs/tmpl/gstringbuffer.sgml:
13802         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
13803         (gst_alsasink_class_init):
13804         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13805         (gst_alsasrc_class_init):
13806         * gst-libs/gst/audio/audio.h:
13807         * gst-libs/gst/audio/gstaudioclock.h:
13808         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
13809         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
13810         (gst_audio_filter_link), (gst_audio_filter_init),
13811         (gst_audio_filter_chain), (gst_audio_filter_set_property),
13812         (gst_audio_filter_get_property),
13813         (gst_audio_filter_class_add_pad_templates):
13814         * gst-libs/gst/audio/gstaudiofilter.h:
13815         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
13816         (gst_audio_filter_template_get_type),
13817         (gst_audio_filter_template_base_init),
13818         (gst_audio_filter_template_class_init),
13819         (gst_audio_filter_template_init),
13820         (gst_audio_filter_template_set_property),
13821         (gst_audio_filter_template_get_property), (plugin_init),
13822         (gst_audio_filter_template_setup),
13823         (gst_audio_filter_template_filter),
13824         (gst_audio_filter_template_filter_inplace):
13825         * gst-libs/gst/audio/gstaudiosink.c:
13826         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13827         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
13828         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
13829         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
13830         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
13831         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
13832         * gst-libs/gst/audio/gstaudiosink.h:
13833         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
13834         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
13835         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
13836         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
13837         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
13838         (gst_audio_src_class_init), (gst_audio_src_init),
13839         (gst_audio_src_create_ringbuffer):
13840         * gst-libs/gst/audio/gstaudiosrc.h:
13841         * gst-libs/gst/audio/gstbaseaudiosink.c:
13842         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
13843         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
13844         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
13845         (gst_base_audio_sink_set_property),
13846         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
13847         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
13848         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
13849         (gst_base_audio_sink_create_ringbuffer),
13850         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
13851         * gst-libs/gst/audio/gstbaseaudiosink.h:
13852         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13853         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
13854         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
13855         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
13856         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
13857         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
13858         (gst_base_audio_src_event), (gst_base_audio_src_create),
13859         (gst_base_audio_src_create_ringbuffer),
13860         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
13861         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13862         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
13863         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
13864         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
13865         (gst_ring_buffer_debug_spec_caps),
13866         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
13867         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
13868         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
13869         (gst_ring_buffer_start), (gst_ring_buffer_pause),
13870         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
13871         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
13872         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
13873         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
13874         (gst_ring_buffer_clear):
13875         * gst-libs/gst/audio/gstringbuffer.h:
13876         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
13877         (gst_video_sink_class_init), (gst_video_sink_get_type):
13878         * gst-libs/gst/video/videosink.h:
13879         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
13880         (gst_multifdsink_class_init),
13881         (gst_multifdsink_handle_client_write),
13882         (gst_multifdsink_change_state):
13883         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13884         (gst_tcpclientsink_setcaps):
13885         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
13886         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
13887         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
13888         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
13889         (gst_ximagesink_send_pending_navigation),
13890         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
13891         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
13892         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
13893         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
13894         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
13895         (gst_xvimagesink_send_pending_navigation),
13896         (gst_xvimagesink_navigation_send_event),
13897         (gst_xvimagesink_set_xwindow_id),
13898         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
13899         (gst_xvimagesink_get_type):
13900         more macro splitting
13901
13902 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13903
13904         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13905           plug a memleak, allows me to import 1479 albums in one go
13906           in jamboree
13907         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
13908         (vorbis_handle_type_packet), (vorbis_dec_chain),
13909         (vorbis_dec_change_state):
13910           fix some format strings
13911
13912 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13913
13914         * docs/libs/tmpl/gstcolorbalance.sgml:
13915         * docs/libs/tmpl/gstmixer.sgml:
13916         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
13917         (gst_alsasink_set_property), (gst_alsasink_get_property):
13918         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
13919         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
13920           add device property
13921
13922 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
13923
13924         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
13925         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
13926         (audiocast_register_listener), (audiocast_thread_run),
13927         (gst_gnomevfssrc_send_additional_headers_callback),
13928         (gst_gnomevfssrc_received_headers_callback),
13929         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
13930         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
13931         (gst_gnomevfssrc_get_size):
13932           add/clean up debugging
13933         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
13934           cleanups
13935
13936 2005-07-07  Andy Wingo  <wingo@pobox.com>
13937
13938         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
13939         framerate. Need to get a handle on when exactly this function is
13940         called, tho.
13941
13942         * sys/v4l/v4lsrc_calls.h:
13943         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
13944         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
13945         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
13946
13947         * sys/v4l/v4l_calls.h: Cast to V4lElement.
13948         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
13949         v4lelements are sources.
13950
13951         * sys/v4l/gstv4lxoverlay.h:
13952         * sys/v4l/gstv4lxoverlay.c:
13953         * sys/v4l/gstv4ltuner.h:
13954         * sys/v4l/gstv4ltuner.c: Header loc fixen.
13955         
13956         * sys/v4l/gstv4lsrc.h:
13957         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
13958         PushSrc/BaseSrc. Removed most sync-related properties, videorate
13959         or something should handle that. Made a live source.
13960
13961         * sys/v4l/gstv4lelement.h:
13962         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
13963         signals. Some cleanups.
13964
13965         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
13966
13967         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
13968         stuff.
13969
13970         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
13971         stuff.
13972
13973         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
13974
13975 2005-07-07  Wim Taymans  <wim@fluendo.com>
13976
13977         * ext/theora/theoradec.c: (theora_get_query_types),
13978         (theora_dec_src_getcaps), (theora_dec_push):
13979         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
13980         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
13981         Remove deprecated/unused query types.
13982
13983 2005-07-06  Wim Taymans  <wim@fluendo.com>
13984
13985         * ext/alsa/Makefile.am:
13986         * ext/alsa/gstalsaplugin.c: (plugin_init):
13987         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
13988         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
13989         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
13990         (gst_alsasrc_class_init), (gst_alsasrc_init),
13991         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
13992         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
13993         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
13994         (gst_alsasrc_reset):
13995         * ext/alsa/gstalsasrc.h:
13996         * gst-libs/gst/audio/Makefile.am:
13997         * gst-libs/gst/audio/gstaudiosink.c:
13998         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
13999         (gst_audioringbuffer_start):
14000         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14001         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14002         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14003         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14004         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14005         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14006         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14007         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14008         * gst-libs/gst/audio/gstaudiosrc.h:
14009         * gst-libs/gst/audio/gstbaseaudiosink.c:
14010         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14011         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14012         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14013         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14014         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14015         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14016         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14017         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14018         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14019         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14020         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14021         (gst_baseaudiosrc_change_state):
14022         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14023         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14024         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14025         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14026         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14027         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14028         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14029         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14030         * gst-libs/gst/audio/gstringbuffer.h:
14031         Added audiosource base classes.
14032         Ported alsasrc, still very basic.
14033
14034 2005-07-06  Wim Taymans  <wim@fluendo.com>
14035
14036         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14037         (theora_dec_push), (theora_handle_data_packet):
14038         Prepare for better timestamp fix later.
14039
14040         * gst/audioconvert/gstaudioconvert.c:
14041         List most accurate caps first
14042
14043         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14044         Use proper pad task function.
14045
14046         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14047         (gst_xvimagesink_show_frame):
14048         Fix deadlock when alloc failed.
14049
14050 2005-07-05  Andy Wingo  <wingo@pobox.com>
14051
14052         * ext/gnomevfs/gstgnomevfssrc.c:
14053         * gst/sine/gstsinesrc.c:
14054         * gst/tcp/gsttcpserversrc.c:
14055         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14056
14057         * sys/v4l/: Port from 0.8.
14058
14059         * Many files: Null if we got it....
14060
14061 2005-07-05  Andy Wingo  <wingo@pobox.com>
14062
14063         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
14064         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14065         Signedness fixes.
14066
14067 2005-07-05  Wim Taymans  <wim@fluendo.com>
14068
14069         * configure.ac:
14070         * gst/tcp/Makefile.am:
14071         * gst/tcp/README:
14072         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14073         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14074         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14075         (is_sync_frame), (gst_multifdsink_handle_client_write),
14076         (gst_multifdsink_render), (gst_multifdsink_start),
14077         (gst_multifdsink_stop), (gst_multifdsink_change_state):
14078         * gst/tcp/gstmultifdsink.h:
14079         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14080         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14081         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14082         * gst/tcp/gsttcp.h:
14083         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14084         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14085         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14086         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14087         * gst/tcp/gsttcpclientsink.h:
14088         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14089         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14090         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14091         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14092         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14093         * gst/tcp/gsttcpclientsrc.h:
14094         * gst/tcp/gsttcpplugin.c: (plugin_init):
14095         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14096         * gst/tcp/gsttcpserversink.h:
14097         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14098         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14099         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14100         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14101         (gst_tcpserversrc_stop):
14102         * gst/tcp/gsttcpserversrc.h:
14103         * gst/tcp/gsttcpsink.c:
14104         * gst/tcp/gsttcpsink.h:
14105         * gst/tcp/gsttcpsrc.c:
14106         * gst/tcp/gsttcpsrc.h:
14107         Ported tcp plugins to 0.9. 
14108         
14109
14110 2005-07-05  Andy Wingo  <wingo@pobox.com>
14111
14112         * gst/playback/gstplaybasebin.c (fill_buffer):
14113         message_new_application fixen.
14114
14115         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14116         Style fix.
14117
14118 2005-07-04  Wim Taymans  <wim@fluendo.com>
14119
14120         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14121         Set caps on output buffer.
14122
14123 2005-07-04  Andy Wingo  <wingo@pobox.com>
14124
14125         * ext/gnomevfs/gstgnomevfssrc.c
14126         (gst_gnomevfssrc_received_headers_callback) 
14127         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14128         hopefully.
14129
14130         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14131         No refcount leakage.
14132
14133         * configure.ac: Enable -Werror.
14134         
14135         * ext/theora/theoradec.c (theora_dec_src_getcaps):
14136         * gst/audioconvert/bufferframesconvert.c
14137         (buffer_frames_convert_fixate):
14138         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14139         (gst_audio_convert_fixate):
14140         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14141         (gst_sinesrc_create): Fixate func changes.
14142         
14143         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14144         (gst_ximagesink_buffer_alloc): Unused var.
14145
14146 2005-07-01  Andy Wingo  <wingo@pobox.com>
14147
14148         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14149         getcaps to do explicit caps. Needs to be done in all decoders,
14150         possibly via a base class.
14151
14152         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14153
14154         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14155         caps on the sink pad, just rely on the pad template. Also, setting
14156         ANY caps on a pad is not valid because the caps are not fixed.
14157
14158         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14159         caps on the buffer, and get the width from the desired_caps if
14160         they're set.
14161         (gst_ximagesink_renegotiate_size): Implement via setting the
14162         desired_caps on the ximagesink.
14163         (gst_ximagesink_setcaps): Only reset the width of the player if it
14164         wasn't already set. Not sure if this is right.
14165         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14166
14167         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14168         that the user wants. NULL unless the window has been resized.
14169
14170         * gst/volume/gstvolume.c (volume_transform): Adapt to
14171         basetransform refcount changes.
14172         
14173 2005-07-01  Andy Wingo  <wingo@pobox.com>
14174
14175         * gst/videoscale/gstvideoscale.c:
14176         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14177         from BaseTransform, implements a transform_caps. Removed dead code
14178         including some PAR stuff that was never reached -- should probably
14179         be added back somehow.
14180
14181 2005-07-01  Andy Wingo  <wingo@pobox.com>
14182
14183         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14184         come later.
14185
14186 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14187
14188         * configure.ac:
14189         * docs/libs/Makefile.am:
14190         * docs/libs/gst-plugins-libs.types:
14191         * ext/alsa/Makefile.am:
14192         * ext/alsa/gstalsamixer.h:
14193         * ext/alsa/gstalsamixeroptions.h:
14194         * ext/alsa/gstalsamixertrack.h:
14195         * gst-libs/gst/Makefile.am:
14196         * gst-libs/gst/colorbalance/.cvsignore:
14197         * gst-libs/gst/colorbalance/Makefile.am:
14198         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14199         * gst-libs/gst/colorbalance/colorbalance.c:
14200         * gst-libs/gst/colorbalance/colorbalance.h:
14201         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14202         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14203         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14204         * gst-libs/gst/interfaces/Makefile.am:
14205         * gst-libs/gst/interfaces/colorbalance.c:
14206         (gst_color_balance_class_init):
14207         * gst-libs/gst/interfaces/colorbalance.h:
14208         * gst-libs/gst/interfaces/interfaces-marshal.list:
14209         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14210         * gst-libs/gst/interfaces/mixer.h:
14211         * gst-libs/gst/interfaces/mixeroptions.h:
14212         * gst-libs/gst/interfaces/navigation.c:
14213         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14214         * gst-libs/gst/interfaces/tuner.h:
14215         * gst/volume/Makefile.am:
14216         * gst/volume/gstvolume.c:
14217         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14218         * sys/ximage/Makefile.am:
14219         * sys/ximage/ximagesink.c:
14220         * sys/xvimage/Makefile.am:
14221         * sys/xvimage/xvimagesink.c:
14222           fold in all interfaces into an interfaces dir, preserving CVS
14223           history
14224
14225 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14226
14227         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14228           Fix build after riff changes.
14229
14230 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14231
14232         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14233         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14234         (gst_riff_create_video_template_caps),
14235         (gst_riff_create_audio_template_caps),
14236         (gst_riff_create_iavs_template_caps):
14237         * gst-libs/gst/riff/riff-media.h:
14238         * gst-libs/gst/riff/riff-read.h:
14239         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14240           Add gst_riff_init() to initialize the debug category, instead
14241           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14242
14243 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14244
14245         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14246           Oops, I shouldn't apply hacks.
14247
14248 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14249
14250         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14251           Remove pad_loop function which doesn't work.
14252
14253 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14254
14255         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14256           Send EOS when deactivating.
14257         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14258         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14259         (gen_preroll_element), (probe_triggered), (mute_stream),
14260         (silence_stream), (new_decoded_pad), (setup_substreams),
14261         (set_active_source):
14262         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14263         (remove_sinks), (add_sink):
14264         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14265           Change for new probe API.
14266
14267 2005-06-29  Wim Taymans  <wim@fluendo.com>
14268
14269         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14270         * gst-libs/gst/audio/gstbaseaudiosink.c:
14271         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14272         (gst_baseaudiosink_change_state):
14273         * gst-libs/gst/audio/gstbaseaudiosink.h:
14274         * gst-libs/gst/audio/gstringbuffer.c:
14275         (gst_ringbuffer_set_callback):
14276         Fix compilation error.
14277         Ringbuffer starts out as not running.
14278         Free our clock in dispose.
14279         When releasing the ringbuffer we need to renegotiate so
14280         clear the pad caps.
14281
14282 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14283
14284         * autogen.sh:
14285         * configure.ac:
14286         * docs/Makefile.am:
14287         * docs/libs/Makefile.am:
14288         * docs/libs/gst-plugins-libs-docs.sgml:
14289         * docs/libs/gst-plugins-libs-sections.txt:
14290         * docs/libs/gst-plugins-libs.types:
14291         * docs/libs/tmpl/gstaudio.sgml:
14292         * docs/libs/tmpl/gstcolorbalance.sgml:
14293         * docs/libs/tmpl/gstringbuffer.sgml:
14294         * gst-libs/gst/audio/gstringbuffer.c:
14295         (gst_ringbuffer_set_callback):
14296           reinstate gtk-doc docs for plugin libs
14297
14298 2005-06-28  Wim Taymans  <wim@fluendo.com>
14299
14300         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14301         (gst_ogg_demux_init):
14302         Removed pad loop function.
14303
14304 2005-06-28  Wim Taymans  <wim@fluendo.com>
14305
14306         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14307         If we're building a chain we are not in an error case
14308         when we queue a buffer.
14309
14310 2005-06-28  Andy Wingo  <wingo@pobox.com>
14311
14312         * *.c: Don't cast to GstObject before reffing/unreffing.
14313
14314 2005-06-27  Andy Wingo  <wingo@pobox.com>
14315
14316         * gst/videotestsrc/gstvideotestsrc.c
14317         (gst_videotestsrc_activate_push): Activation API changes.
14318
14319         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14320         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14321         they have refs on the decodebin.
14322
14323         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14324         parent class.
14325         (gst_ogg_pad_typefind): Don't leak a pad ref.
14326         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14327         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14328         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14329
14330 2005-06-27  Edward Hervey  <edward@fluendo.com>
14331
14332         * ext/theora/theoradec.c: (theora_dec_change_state): 
14333         re-arranged call to parent's state change in order to avoid locks (or
14334         worse).
14335
14336 2005-06-26  Edward Hervey  <edward@fluendo.com>
14337
14338         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14339         2nd argument of 'unknow-type' signal is a GstCaps and not a
14340         GstMiniObject
14341
14342 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14343         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14344           Set the worker thread's running flag to TRUE before starting the
14345           thread.
14346         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14347           Catch a failure to add typefind to the bin.
14348
14349 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14350
14351         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14352         (gst_sinesrc_init), (gst_sinesrc_create),
14353         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14354         (gst_sinesrc_start):
14355         * gst/sine/gstsinesrc.h:
14356           add num-buffers and timestamp-offset properties
14357         * gst/videotestsrc/gstvideotestsrc.c:
14358         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14359         (gst_videotestsrc_get_property):
14360           add timestamp-offset property
14361
14362 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14363
14364         * configure.ac: add videorate
14365         * gst-plugins-base.spec.in: add videorate
14366
14367 2005-06-23  Wim Taymans  <wim@fluendo.com>
14368
14369         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14370         (gst_videorate_getcaps), (gst_videorate_setcaps),
14371         (gst_videorate_event), (gst_videorate_chain):
14372         Fixed videorate, fixating an already fixated caps is not
14373         an error.
14374
14375 2005-06-23  Wim Taymans  <wim@fluendo.com>
14376
14377         * ext/ogg/README:
14378         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14379         Buffer on caps is not boxed anymore.
14380
14381 2005-06-22  Wim Taymans  <wim@fluendo.com>
14382
14383         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14384         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14385         Set buffers on caps as miniobjects and not as boxed.
14386
14387 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14388
14389         * configure.ac:
14390           back to HEAD
14391
14392 === release 0.9.1 ===
14393
14394 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14395
14396         * .cvsignore:
14397         * NEWS:
14398         * README:
14399         * RELEASE:
14400         * configure.ac:
14401         * po/af.po:
14402         * po/az.po:
14403         * po/cs.po:
14404         * po/en_GB.po:
14405         * po/hu.po:
14406         * po/it.po:
14407         * po/nb.po:
14408         * po/nl.po:
14409         * po/or.po:
14410         * po/sq.po:
14411         * po/sr.po:
14412         * po/sv.po:
14413         * po/uk.po:
14414         * po/vi.po:
14415           updates for release
14416
14417 2005-06-09  Andy Wingo  <wingo@pobox.com>
14418
14419         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14420         
14421 2005-06-09  Andy Wingo  <wingo@pobox.com>
14422
14423         * configure.ac:
14424         * gst-libs/gst/Makefile.am:
14425         * gst-libs/gst/net/Makefile.am:
14426         Add gstnet to build.
14427
14428 2005-06-09  Andy Wingo  <wingo@pobox.com>
14429
14430         * gst-libs/gst/gconf/gconf.c:
14431         * gst/playback/test.c:
14432         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14433         fixes.
14434
14435         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14436
14437         * ext/theora/theoraenc.c (theora_enc_chain): 
14438         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14439
14440         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14441         RealPad.
14442
14443 2005-06-02  Wim Taymans  <wim@fluendo.com>
14444
14445         * gst-libs/gst/net/Makefile.am:
14446         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14447         * pkgconfig/gstreamer-libs.pc.in:
14448         Added net stuff, version net lib.
14449
14450 2005-06-02  Wim Taymans  <wim@fluendo.com>
14451
14452         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14453         (query_rates), (query_positions_elems), (query_positions_pads),
14454         (do_seek):
14455         Updated seek example.
14456
14457 2005-06-02  Andy Wingo  <wingo@pobox.com>
14458
14459         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14460         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14461         list.
14462
14463         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14464         remove the typefind, the bin dispose will do it for us. When it's
14465         removed and unreffed, the signal handler will be disconnected,
14466         too.
14467         (unlinked): It's too difficult to disconnect from unlinked
14468         handlers, as they are on pads not elements. Just punt if the pads
14469         aren't grandkids of the bin.
14470
14471 2005-06-02  Wim Taymans  <wim@fluendo.com>
14472
14473         * ext/ogg/README:
14474         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14475         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14476         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14477         * ext/theora/theoradec.c: (theora_dec_src_query),
14478         (theora_handle_data_packet):
14479         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14480         (theora_enc_chain):
14481         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14482         (vorbis_handle_data_packet):
14483         * gst/audioconvert/bufferframesconvert.c:
14484         (buffer_frames_convert_chain):
14485         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14486         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14487         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14488         (gst_ffmpegcsp_chain):
14489         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14490         (gst_videorate_getcaps), (gst_videorate_setcaps),
14491         (gst_videorate_event), (gst_videorate_chain):
14492         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14493         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14494         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14495         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14496         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14497         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14498         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14499         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14500         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14501         Cleanups and buffer alloc.
14502
14503 2005-05-31  Wim Taymans  <wim@fluendo.com>
14504
14505         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14506         Don't try to call the delay method when the device is not
14507         opened.
14508
14509 2005-05-31  Wim Taymans  <wim@fluendo.com>
14510
14511         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14512         Get actual segment size and buffer size after opening
14513         the device.
14514
14515 2005-05-30  Wim Taymans  <wim@fluendo.com>
14516
14517         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
14518         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
14519         Also FLUSH upstream, makes the loop function exit faster.
14520         
14521         * ext/theora/theoradec.c: (theora_dec_src_query):
14522         Some more debug info in the query.
14523         
14524         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14525         (gst_ximagesink_setcaps):
14526         Release lock on par error, better error reporting.
14527
14528 2005-05-26  Wim Taymans  <wim@fluendo.com>
14529
14530         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14531         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
14532         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
14533         Clear chains in READY
14534         Queue packets until the chain is activated.
14535
14536 2005-05-25  Wim Taymans  <wim@fluendo.com>
14537
14538         * gst-libs/gst/audio/gstaudiosink.c:
14539         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14540         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14541         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14542         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14543         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14544         (gst_audiosink_create_ringbuffer):
14545         * gst-libs/gst/audio/gstbaseaudiosink.c:
14546         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
14547         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
14548         (gst_baseaudiosink_set_property), (build_linear_format),
14549         (debug_spec_caps), (debug_spec_buffer),
14550         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
14551         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
14552         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
14553         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
14554         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
14555         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
14556         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
14557         (gst_ringbuffer_play), (gst_ringbuffer_pause),
14558         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
14559         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
14560         (wait_segment), (gst_ringbuffer_commit),
14561         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
14562         (gst_ringbuffer_clear):
14563         Various small cleanups.
14564
14565         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14566         (gst_audio_convert_change_state):
14567         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
14568         No need to take the locks anymore.
14569
14570 2005-05-25  Wim Taymans  <wim@fluendo.com>
14571
14572         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
14573         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
14574         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
14575         (type_found):
14576         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
14577         (group_destroy), (group_commit), (queue_overrun),
14578         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
14579         (mute_stream), (new_decoded_pad), (setup_substreams),
14580         (setup_source), (mute_group_type), (set_active_source),
14581         (gst_play_base_bin_change_state):
14582         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
14583         (gen_video_element), (gen_text_element), (gen_audio_element),
14584         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
14585         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
14586         (gst_stream_info_dispose), (gst_stream_info_set_mute):
14587         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
14588         Some playbin cleanups mostly refcounting sloppyness.
14589
14590 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14591
14592         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14593           Work with streaming input.
14594
14595 2005-05-25  Wim Taymans  <wim@fluendo.com>
14596
14597         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14598         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14599         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14600         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
14601         No need to take the STREAM lock anymore.
14602
14603 2005-05-25  Wim Taymans  <wim@fluendo.com>
14604
14605         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14606         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
14607         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
14608         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
14609         (gst_ogg_demux_sink_activate):
14610         * ext/theora/theoradec.c: (theora_dec_src_event),
14611         (theora_handle_comment_packet), (theora_dec_chain),
14612         (theora_dec_change_state):
14613         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14614         (vorbis_handle_data_packet), (vorbis_dec_chain),
14615         (vorbis_dec_change_state):
14616         Remove STREAM locks as they are taken in core now.
14617         Never set bogus granulepos on vorbis/theora.
14618         Fix leaks in theoradec tag parsing.
14619
14620 2005-05-25  Wim Taymans  <wim@fluendo.com>
14621
14622         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14623         Fix memleaks, GST_BUFFER_DATA() is not freed.
14624
14625 2005-05-25  Wim Taymans  <wim@fluendo.com>
14626
14627         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14628         Open non-blocking, set to blocking mode afterwards to avoid
14629         lockups when audio device is busy.
14630
14631 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14632
14633         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
14634           This can't be good.
14635
14636 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14637
14638         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
14639         (gst_audio_convert_chain), (gst_audio_convert_link_src),
14640         (gst_audio_convert_setcaps):
14641           Implement instant setup switching.
14642
14643 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14644
14645         * gst/playback/gstplaybasebin.c: (probe_triggered):
14646           Fix missing unlock.
14647         * gst/playback/gstplaybin.c: (add_sink):
14648           First add, then link (otherwise pad link fails).
14649
14650 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14651
14652         * examples/Makefile.am:
14653         fix buildbot (make distcheck)
14654
14655 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14656
14657         * gst/playback/gstplaybin.c: (gen_vis_element):
14658           Remove some wrong code. Doesn't work yet.
14659
14660 2005-05-19  Wim Taymans  <wim@fluendo.com>
14661
14662         * gst-libs/gst/net/Makefile.am:
14663         * gst-libs/gst/net/README:
14664         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
14665         (gst_netbuffer_class_init), (gst_netbuffer_init),
14666         (gst_netbuffer_finalize), (gst_netbuffer_copy),
14667         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
14668         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
14669         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
14670         * gst-libs/gst/net/gstnetbuffer.h:
14671         Added buffer subclass to store extra to/from addresses for
14672         network sources/sinks.
14673
14674 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14675
14676         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
14677           Don't lock an unassigned variable.
14678
14679 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14680
14681         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14682           Increase buffer for video, decrease buffer for other media types.
14683         * gst/playback/gstplaybin.c: (gen_video_element),
14684         (gen_audio_element):
14685           Change names for debugging purposes.
14686
14687 2005-05-18  Wim Taymans  <wim@fluendo.com>
14688
14689         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14690         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14691         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14692         (gst_ffmpegcsp_chain):
14693         Enable buffer alloc passthrough if the source and dest
14694         formats are the same.
14695
14696 2005-05-17  Wim Taymans  <wim@fluendo.com>
14697
14698         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
14699         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
14700         (gst_ogg_demux_chain_unlocked):
14701         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14702         (gst_audio_convert_caps_remove_format_info),
14703         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14704         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
14705         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14706         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14707         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
14708         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
14709         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
14710         (gst_ffmpegcsp_get_property):
14711         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14712         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14713         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14714         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
14715         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
14716         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14717         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
14718         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
14719         Leak fixes in oggdemux.
14720         Some cleanups in audioconvert.
14721         Make passthrough work along with buffer_alloc etc.
14722         Make buffer_alloc and buffer recycling actually work in
14723         xvimagesink.
14724
14725 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14726
14727         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
14728           make the compiler happy
14729
14730 2005-05-17  Wim Taymans  <wim@fluendo.com>
14731
14732         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
14733         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
14734         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
14735         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
14736         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14737         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
14738         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
14739         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
14740         (gst_xvimagesink_set_xwindow_id):
14741         * sys/xvimage/xvimagesink.h:
14742         Port xvimagesink to new MiniObject.
14743
14744 2005-05-17  Wim Taymans  <wim@fluendo.com>
14745
14746         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
14747         (gst_audiofilter_chain):
14748         * gst-libs/gst/audio/gstaudiosink.c:
14749         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14750         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
14751         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14752         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
14753         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
14754         (gst_audiosink_create_ringbuffer):
14755         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14756         (gst_audio_convert_caps_remove_format_info),
14757         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14758         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14759         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14760         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14761         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
14762         Fix passthrough in ffmpegcolorspace.
14763         Fix memset in audiosink on wrong memory.
14764
14765 2005-05-16  David Schleef  <ds@schleef.org>
14766
14767         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
14768         to GstMiniObject.
14769
14770 2005-05-16  David Schleef  <ds@schleef.org>
14771
14772         Port from GstData to GstMiniObject.
14773         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14774         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
14775         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
14776         (gst_ogg_mux_collected):
14777         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14778         * ext/theora/theoradec.c: (theora_handle_comment_packet),
14779         (theora_handle_data_packet):
14780         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14781         (theora_set_header_on_caps), (theora_enc_chain):
14782         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14783         (vorbis_handle_comment_packet):
14784         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14785         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14786         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
14787         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
14788         * gst/audioconvert/gstaudioconvert.c:
14789         (gst_audio_convert_get_buffer):
14790         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14791         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14792         (mute_stream), (silence_stream):
14793         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
14794         * gst/volume/gstvolume.c: (volume_transform):
14795         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
14796         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
14797         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
14798         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
14799         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
14800         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
14801         (gst_ximagesink_buffer_alloc):
14802         * sys/ximage/ximagesink.h:
14803
14804 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14805
14806         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14807         (fill_buffer), (check_queue), (queue_threshold_reached),
14808         (queue_out_of_data):
14809         * gst/playback/gstplaybasebin.h:
14810           Post buffer-fullness on the bus.
14811
14812 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14813
14814         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
14815         (try_to_link_1):
14816         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14817         (group_commit), (probe_triggered), (setup_source),
14818         (gst_play_base_bin_change_state):
14819         * gst/playback/gstplaybasebin.h:
14820         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14821         (gst_play_bin_init), (remove_sinks), (setup_sinks),
14822         (gst_play_bin_change_state):
14823           Move setup_output_pads into a virtual function, remove
14824           group-switch (no longer needed) and redirect (handled by bus
14825           now) signals.
14826
14827 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14828
14829         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
14830         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
14831         (get_active_group), (get_building_group), (group_destroy),
14832         (group_commit), (check_queue), (queue_overrun),
14833         (queue_threshold_reached), (queue_out_of_data),
14834         (gen_preroll_element), (remove_groups), (unknown_type),
14835         (add_element_stream), (no_more_pads), (probe_triggered),
14836         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
14837         (setup_substreams), (setup_source), (finish_source),
14838         (prepare_output), (muted_group_change_state),
14839         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
14840         (gst_play_base_bin_change_state):
14841         * gst/playback/gstplaybasebin.h:
14842         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14843         (gst_play_bin_init), (gst_play_bin_set_property),
14844         (gen_video_element), (gen_text_element), (gen_audio_element),
14845         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
14846         (gst_play_bin_change_state):
14847         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
14848         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
14849         (stream_info_change_state), (gst_stream_info_set_mute),
14850         (gst_stream_info_get_property):
14851         * gst/playback/gststreaminfo.h:
14852         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
14853         (gst_stream_selector_get_linked_pad),
14854         (gst_stream_selector_getcaps),
14855         (gst_stream_selector_get_linked_pads),
14856         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
14857         * gst/playback/gststreamselector.h:
14858           Rough port of playbin. Needs some more work, but is mostly done,
14859           and uses a few locks in important places, which should make stuff
14860           like chain-switches clean. Still uses GST_STATE() in a few places,
14861           which isn't all that good an idea, subtitles/elements disabled
14862           because no elements to test with and thus probably broken, query
14863           and event handling moved to GstBin, internal thread removed
14864           alltogether because the pipeline does that for us now. Can play
14865           Ogg/Vorbis files. Haven't tested anything else yet.
14866
14867 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14868
14869         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
14870           Do no-more-pads (needed for autoplugging).
14871
14872 2005-05-10  Andy Wingo  <wingo@pobox.com>
14873
14874         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
14875         message to the bus with the tags. Still not sent downstream tho.
14876
14877         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
14878         get_parent.
14879         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
14880         avoid refcounting hassles.
14881
14882 2005-05-09  Andy Wingo  <wingo@pobox.com>
14883
14884         * gst/volume/Makefile.am:
14885         * gst/volume/demo.c
14886         * gst/volume/gstvolume.h
14887         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
14888         basetransform. Probably need an audio filter base class.
14889
14890 2005-05-09  Wim Taymans  <wim@fluendo.com>
14891
14892         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
14893         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
14894         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
14895         (gst_vorbisenc_chain):
14896         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
14897         (gst_audio_convert_caps_remove_format_info),
14898         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
14899         (gst_audio_convert_fixate), (gst_audio_convert_channels):
14900         Make caps writable before writing to it.
14901         Fix negotiation in audioconvert some more.
14902
14903 2005-05-09  Wim Taymans  <wim@fluendo.com>
14904
14905         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14906         (gst_videorate_getcaps), (gst_videorate_setcaps),
14907         (gst_videorate_event), (gst_videorate_chain):
14908         Better negotiation.
14909
14910 2005-05-09  Wim Taymans  <wim@fluendo.com>
14911
14912         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14913         (gst_videorate_getcaps), (gst_videorate_setcaps),
14914         (gst_videorate_blank_data), (gst_videorate_init),
14915         (gst_videorate_event), (gst_videorate_chain),
14916         (gst_videorate_change_state):
14917         Port videorate, do a better job at negotiation while we're at
14918         it.
14919
14920 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
14921
14922         * configure.ac:
14923           Disable libvisual
14924
14925         * examples/Makefile.am:
14926         * gst-libs/gst/audio/Makefile.am:
14927         * gst-libs/gst/riff/Makefile.am:
14928         * gst-libs/gst/tag/Makefile.am:
14929         * gst-libs/gst/video/Makefile.am:
14930           Fixups for missing variables.
14931
14932 2005-05-09  Wim Taymans  <wim@fluendo.com>
14933
14934         * examples/seeking/seek.c: (make_theora_pipeline),
14935         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
14936         (query_rates), (query_positions_elems), (query_positions_pads),
14937         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
14938         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
14939         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
14940         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
14941         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
14942         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
14943         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14944         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14945         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
14946         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
14947         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
14948         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
14949         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
14950         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
14951         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
14952         (theora_dec_src_convert), (theora_dec_sink_convert),
14953         (theora_dec_src_query), (theora_dec_sink_query),
14954         (theora_dec_src_event), (theora_dec_sink_event),
14955         (theora_handle_comment_packet), (theora_handle_type_packet),
14956         (theora_handle_header_packet), (theora_handle_data_packet),
14957         (theora_dec_chain):
14958         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14959         (vorbis_dec_convert), (vorbis_dec_src_query),
14960         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14961         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
14962         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
14963         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
14964         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
14965         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
14966         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
14967         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
14968         (gst_play_bin_query):
14969         * gst/playback/test3.c: (update_scale):
14970         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
14971         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
14972         * gst/subparse/gstsubparse.c: (gst_subparse_init):
14973         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14974         (gst_videotestsrc_src_query):
14975         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
14976         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
14977         (paint_hline_YUV9):
14978         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14979         Port to new query API.
14980         Updated seek.
14981         Cleanups in x[v]imagesink
14982
14983 2005-05-09  Andy Wingo  <wingo@pobox.com>
14984
14985         * ext/alsa/gstalsasink.h:
14986         * ext/gnomevfs/gstgnomevfssrc.c:
14987         (gst_gnomevfssrc_get_icy_metadata):
14988         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
14989         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
14990         * ext/theora/theoradec.c (theora_dec_src_query)
14991         (theora_dec_src_event, theora_dec_sink_event)
14992         (theora_handle_comment_packet, theora_handle_data_packet):
14993         * ext/theora/theoraenc.c (theora_enc_chain):
14994         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
14995         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
14996         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
14997         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
14998         (qt_type_find):
14999         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15000         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15001         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15002         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15003         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15004         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15005         (paint_setup_xBGR8888, paint_setup_RGBx8888)
15006         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15007         (paint_setup_RGB565, paint_setup_xRGB1555):
15008         * gst/videotestsrc/videotestsrc.h:
15009         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15010         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15011         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15012         GCC4 fixes.
15013         
15014         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15015         gst_pad_query_position. Fixes oggdemux.
15016
15017 2005-05-08  David Schleef  <ds@schleef.org>
15018
15019         * configure.ac: Require liboil.
15020         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15021         a few more.
15022         * gst/videotestsrc/videotestsrc.c:
15023         * gst/videotestsrc/videotestsrc.h:
15024
15025 2005-05-06  Wim Taymans  <wim@fluendo.com>
15026
15027         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15028         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15029         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15030         Well, unreffing a buffer right before pushing it is asking
15031         for trouble..
15032
15033 2005-05-06  Christian Schaller  <uraeus@gnome.org>
15034
15035         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15036
15037 2005-05-06  Wim Taymans  <wim@fluendo.com>
15038
15039         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15040         (gst_audio_convert_caps_remove_format_info),
15041         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15042         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15043         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15044         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15045         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15046         * gst/sine/Makefile.am:
15047         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15048         (gst_sinesrc_class_init), (gst_sinesrc_init),
15049         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15050         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15051         (gst_sinesrc_update_freq):
15052         * gst/sine/gstsinesrc.h:
15053         * gst/tcp/gstmultifdsink.c:
15054         * sys/xvimage/xvimagesink.c:
15055         Fixed negotiation wrt _peer_get_caps()
15056         Some cleanups.
15057
15058
15059 2005-05-06  Wim Taymans  <wim@fluendo.com>
15060
15061         * gst-libs/gst/audio/gstaudiosink.c:
15062         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15063         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15064         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15065         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15066         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15067         (gst_audiosink_create_ringbuffer):
15068         * gst-libs/gst/audio/gstbaseaudiosink.c:
15069         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15070         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15071         (gst_baseaudiosink_set_property), (build_linear_format),
15072         (debug_spec_caps), (debug_spec_buffer),
15073         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15074         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15075         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15076         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15077         * gst-libs/gst/audio/gstbaseaudiosink.h:
15078         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15079         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15080         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15081         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15082         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15083         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15084         (wait_segment), (gst_ringbuffer_commit),
15085         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15086         (gst_ringbuffer_clear):
15087         * gst-libs/gst/audio/gstringbuffer.h:
15088         Make the base audiosink return an error when there is no
15089         audiobuffer negotiated.
15090
15091 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15092
15093         * ext/Makefile.am:
15094         Disable cdparanoia until someone ports it!
15095
15096 2005-05-06  Wim Taymans  <wim@fluendo.com>
15097
15098         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15099         (gst_ogg_demux_sink_activate):
15100         And revert after wingo's revert.. sigh..
15101
15102 2005-05-05  Andy Wingo  <wingo@pobox.com>
15103
15104         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15105         GObject.
15106         * configure.ac: Return audiorate and subparse from the ghetto.
15107         Re-enable -Wall -Werror.
15108         * gst/subparse/gstsubparse.c:
15109         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15110         or chain-based. Cleaned up a bit. Not tested.
15111         
15112 2005-05-05  Christian Schaller <christian@fluendo.com> 
15113
15114         * Makefile.am: remove stuff that is not building
15115         * configure.ac: remove stuff that is not building
15116         * examples/Makefile.am: remove stuff that is not building
15117         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15118         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15119         * sys/Makefile.am: remove stuff that is not building
15120         * testsuite/Makefile.am: remove stuff that is not building
15121
15122 2005-05-05  Andy Wingo  <wingo@pobox.com>
15123
15124         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15125         * gst-libs/gst/tag/gstvorbistag.c:
15126         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15127         * gst/adder/gstadder.h:
15128         * gst/audioconvert/gstchannelmix.c:
15129         (gst_audio_convert_fill_one_other):
15130         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15131         (gst_audiorate_init), (gst_audiorate_chain):
15132         * gst/playback/gstplaybasebin.c: (setup_source):
15133         * gst/playback/test3.c: (update_scale):
15134         Some GCC4 fixes
15135         
15136         * po/af.po:
15137         * po/az.po:
15138         * po/cs.po:
15139         * po/en_GB.po:
15140         * po/hu.po:
15141         * po/it.po:
15142         * po/nb.po:
15143         * po/nl.po:
15144         * po/or.po:
15145         * po/sq.po:
15146         * po/sr.po:
15147         * po/sv.po:
15148         * po/uk.po:
15149         * po/vi.po: Foo
15150
15151 2005-05-05  Wim Taymans  <wim@fluendo.com>
15152
15153         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15154         (gst_audio_convert_caps_remove_format_info),
15155         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15156         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15157         * gst/videotestsrc/gstvideotestsrc.c:
15158         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15159         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15160         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15161         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15162         Don't ignore _push() return values.
15163         Make sure no processing is done when shutting down.
15164         Videotestsrc pad activation fix.
15165
15166 2005-05-05  Wim Taymans  <wim@fluendo.com>
15167
15168         * gst/adder/Makefile.am:
15169         * gst/adder/gstadder.c: (gst_adder_setcaps),
15170         (gst_adder_class_init), (gst_adder_init),
15171         (gst_adder_request_new_pad), (gst_adder_collected),
15172         (gst_adder_change_state):
15173         * gst/adder/gstadder.h:
15174         Ported adder as an example of a mixer element using
15175         collect pads. Needs more negotiation work.
15176
15177 2005-05-05  Wim Taymans  <wim@fluendo.com>
15178
15179         * ext/theora/theoradec.c: (_inc_granulepos),
15180         (theora_dec_src_event), (theora_dec_sink_event),
15181         (theora_handle_comment_packet), (theora_handle_type_packet),
15182         (theora_handle_header_packet), (theora_handle_data_packet),
15183         (theora_dec_chain):
15184         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15185         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15186         (theora_push_buffer), (theora_push_packet),
15187         (theora_enc_sink_event), (theora_enc_chain),
15188         (theora_enc_change_state), (theora_enc_set_property),
15189         (theora_enc_get_property):
15190         Added stream lock to decoder so that we can serialize
15191         the discont event.
15192         More theoraenc porting, recover from errors, do clean
15193         shutdown.
15194
15195 2005-05-05  Wim Taymans  <wim@fluendo.com>
15196
15197         * ext/ogg/Makefile.am:
15198         * ext/ogg/README:
15199         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15200         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15201         (gst_ogg_print):
15202         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15203         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15204         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15205         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15206         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15207         (gst_ogg_mux_change_state):
15208         Ported ogg muxer.
15209
15210 2005-05-05  Wim Taymans  <wim@fluendo.com>
15211
15212         * docs/design-audiosinks.txt:
15213         * gst-libs/gst/audio/TODO:
15214         * gst-libs/gst/audio/gstaudiosink.c:
15215         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15216         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15217         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15218         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15219         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15220         (gst_audiosink_create_ringbuffer):
15221         * gst-libs/gst/audio/gstbaseaudiosink.c:
15222         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15223         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15224         (gst_baseaudiosink_set_property), (build_linear_format),
15225         (debug_spec_caps), (debug_spec_buffer),
15226         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15227         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15228         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15229         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15230         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15231         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15232         (gst_ringbuffer_release), (gst_ringbuffer_play),
15233         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15234         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15235         (gst_ringbuffer_set_sample), (wait_segment),
15236         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15237         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15238         More work on the audiosink, mostly debugging and a race in
15239         shutdown.
15240
15241 2005-04-28  Wim Taymans  <wim@fluendo.com>
15242
15243         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15244         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15245         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15246         (vorbis_dec_src_query), (vorbis_dec_src_event),
15247         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15248         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15249         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15250         Don't crap out when seeking back to position 0.
15251
15252 2005-04-28  Wim Taymans  <wim@fluendo.com>
15253
15254         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15255         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15256         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15257         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15258         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15259         Make audio sink configurable, use alsasink as default.
15260
15261 2005-04-28  Wim Taymans  <wim@fluendo.com>
15262
15263         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15264         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15265         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15266         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15267         (vorbis_dec_change_state):
15268         * ext/vorbis/vorbisdec.h:
15269         Refactor, use STREAM_LOCK.
15270
15271 2005-04-28  Wim Taymans  <wim@fluendo.com>
15272
15273         * ext/theora/theoradec.c: (_inc_granulepos),
15274         (theora_dec_sink_event), (theora_handle_comment_packet),
15275         (theora_handle_type_packet), (theora_handle_header_packet),
15276         (theora_handle_data_packet), (theora_dec_chain),
15277         (theora_dec_change_state):
15278         Refactor a bit, use STREAM_LOCK.
15279
15280 2005-04-28  Wim Taymans  <wim@fluendo.com>
15281
15282         * ext/alsa/Makefile.am:
15283         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15284         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15285         (gst_alsa_link), (gst_alsa_close_audio):
15286         * ext/alsa/gstalsaplugin.c: (plugin_init):
15287         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15288         (gst_alsasink_dispose), (gst_alsasink_base_init),
15289         (gst_alsasink_class_init), (gst_alsasink_init),
15290         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15291         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15292         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15293         (gst_alsasink_reset):
15294         * ext/alsa/gstalsasink.h:
15295         Implement alsasink with simple open/write/close API. 
15296         Make alsa dir build by disabling compilation of code.
15297
15298 2005-04-28  Wim Taymans  <wim@fluendo.com>
15299
15300         * gst-libs/gst/audio/Makefile.am:
15301         * gst-libs/gst/audio/audio.h:
15302         * gst-libs/gst/audio/audioclock.c:
15303         * gst-libs/gst/audio/audioclock.h:
15304         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15305         (gst_audio_clock_class_init), (gst_audio_clock_init),
15306         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15307         * gst-libs/gst/audio/gstaudioclock.h:
15308         * gst-libs/gst/audio/gstaudiosink.c:
15309         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15310         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15311         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15312         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15313         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15314         (gst_audiosink_create_ringbuffer):
15315         * gst-libs/gst/audio/gstbaseaudiosink.c:
15316         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15317         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15318         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15319         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15320         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15321         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15322         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15323         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15324         * gst-libs/gst/audio/gstbaseaudiosink.h:
15325         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15326         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15327         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15328         (gst_ringbuffer_release), (gst_ringbuffer_play),
15329         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15330         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15331         (gst_ringbuffer_set_sample), (wait_segment),
15332         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15333         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15334         * gst-libs/gst/audio/gstringbuffer.h:
15335         Make ringbuffer faster and more simple by removing the locks
15336         in the playback thread.
15337         Add sample accurate playback based on buffer sample offsets.
15338         Make the baseaudiosink provide a clock.
15339         Parse caps in the base class.
15340         Correctly handle seeking, flushing and state changes.
15341
15342 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15343
15344         * configure.ac:
15345         * gst/audioconvert/Makefile.am:
15346         * gst/audioscale/Makefile.am:
15347           Fix part of the build.  Come on guys, autogen didn't even work :)
15348
15349 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15350
15351         * configure.ac:
15352         * gst-libs/gst/Makefile.am:
15353         * gst-libs/gst/media-info/.cvsignore:
15354         * gst-libs/gst/media-info/Makefile.am:
15355         * gst-libs/gst/media-info/README:
15356         * gst-libs/gst/media-info/media-info-priv.c:
15357         * gst-libs/gst/media-info/media-info-priv.h:
15358         * gst-libs/gst/media-info/media-info-test.c:
15359         * gst-libs/gst/media-info/media-info.c:
15360         * gst-libs/gst/media-info/media-info.h:
15361         * gst-libs/gst/media-info/media-info.vcproj:
15362         * pkgconfig/Makefile.am:
15363         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15364         * pkgconfig/gstreamer-media-info.pc.in:
15365           Remove media-info, which is also successed by playbin (see Totem
15366           implementation).
15367
15368 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15369
15370         * configure.ac:
15371         * examples/Makefile.am:
15372         * examples/gstplay/.cvsignore:
15373         * examples/gstplay/Makefile.am:
15374         * examples/gstplay/player.c:
15375         * gst-libs/gst/Makefile.am:
15376         * gst-libs/gst/play/.cvsignore:
15377         * gst-libs/gst/play/Makefile.am:
15378         * gst-libs/gst/play/play.c:
15379         * gst-libs/gst/play/play.h:
15380         * gst-libs/gst/play/play.vcproj:
15381         * pkgconfig/Makefile.am:
15382         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15383         * pkgconfig/gstreamer-play.pc.in:
15384           Remove libgstplay, playbin is now the official successor.
15385
15386 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15387
15388         * configure.ac:
15389         * gst-libs/gst/Makefile.am:
15390         * gst-libs/gst/xwindowlistener/Makefile.am:
15391         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15392         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15393           Remove deprecated xwindowlistener (I've moved xwindowlistening
15394           in the v4l/v4l2 plugins over to serverside).
15395
15396 2005-04-25  David Schleef  <ds@schleef.org>
15397
15398         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15399         to examples/dynparams.  Examples do not belong interspersed with
15400         source code.
15401         * examples/dynparams/demo-dparams.c:
15402         * gst/sine/Makefile.am:
15403         * gst/sine/demo-dparams.c:
15404
15405 2005-04-25  David Schleef  <ds@schleef.org>
15406
15407         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15408         * gst-libs/gst/audio/Makefile.am:
15409         * gst-libs/gst/riff/Makefile.am:
15410         * gst-libs/gst/tag/Makefile.am:
15411         * gst-libs/gst/video/Makefile.am:
15412         * gst-libs/gst/xwindowlistener/Makefile.am:
15413
15414         Convert to 0.9 API, seems to work:
15415         * sys/ximage/Makefile.am:
15416         * sys/ximage/ximagesink.c:
15417
15418 2005-04-24  David Schleef  <ds@schleef.org>
15419
15420         Link plugins against libraries:
15421         * ext/alsa/Makefile.am:
15422         * gst/tcp/Makefile.am:
15423
15424         Remove asm code that should be in liboil
15425         * gst/videoscale/Makefile.am:
15426         * gst/videoscale/videoscale_x86_asm.s:
15427
15428         gettext wants these checked in:
15429         * po/af.po:
15430         * po/az.po:
15431         * po/cs.po:
15432         * po/en_GB.po:
15433         * po/hu.po:
15434         * po/it.po:
15435         * po/nb.po:
15436         * po/nl.po:
15437         * po/or.po:
15438         * po/sq.po:
15439         * po/sr.po:
15440         * po/sv.po:
15441         * po/uk.po:
15442         * po/vi.po:
15443
15444 2005-04-24  David Schleef  <ds@schleef.org>
15445
15446         Convert gst_main() to g_main_loop_run()
15447         * gst/playback/decodetest.c: (main):
15448         * gst/playback/test2.c: (main):
15449         * gst/playback/test3.c: (main):
15450         * gst/playback/test4.c: (main):
15451
15452         Link plugins against libraries:
15453         * ext/libvisual/Makefile.am:
15454         * sys/xvimage/Makefile.am:
15455
15456 2005-04-24  David Schleef  <ds@schleef.org>
15457
15458         * configure.ac: Remove idct and resample libs
15459         * gst-libs/gst/Makefile.am: same
15460
15461         Remove usage of gst_library_load():
15462         * ext/alsa/gstalsaplugin.c: (plugin_init):
15463         * ext/libvisual/visual.c: (plugin_init):
15464         * ext/ogg/gstogg.c: (plugin_init):
15465         * ext/theora/theora.c: (plugin_init):
15466         * ext/vorbis/vorbis.c: (plugin_init):
15467         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15468         * gst/audioscale/gstaudioscale.c:
15469         * gst/adder/gstadder.c: (plugin_init):
15470         * gst/audioconvert/plugin.c: (plugin_init):
15471         * sys/ximage/ximagesink.c: (plugin_init):
15472         * sys/xvimage/xvimagesink.c: (plugin_init):
15473         * gst/tcp/gsttcpplugin.c: (plugin_init):
15474
15475         Link plugins against libraries:
15476         * ext/ogg/Makefile.am:
15477         * ext/theora/Makefile.am:
15478         * ext/vorbis/Makefile.am:
15479         * gst/audioconvert/Makefile.am:
15480
15481         Create proper libraries:
15482         * gst-libs/gst/riff/Makefile.am:
15483         * gst-libs/gst/audio/Makefile.am:
15484         * gst-libs/gst/video/Makefile.am:
15485
15486         Move resample library to audioscale plugin directory:
15487         * gst-libs/gst/resample/Makefile.am:
15488         * gst-libs/gst/resample/README:
15489         * gst-libs/gst/resample/dtof.c:
15490         * gst-libs/gst/resample/dtos.c:
15491         * gst-libs/gst/resample/functable.c:
15492         * gst-libs/gst/resample/private.h:
15493         * gst-libs/gst/resample/resample.c:
15494         * gst-libs/gst/resample/resample.h:
15495         * gst-libs/gst/resample/resample.vcproj:
15496         * gst-libs/gst/resample/test.c:
15497         * gst/audioscale/Makefile.am:
15498         * gst/audioscale/README:
15499         * gst/audioscale/dtof.c:
15500         * gst/audioscale/dtos.c:
15501         * gst/audioscale/functable.c:
15502         * gst/audioscale/private.h:
15503         * gst/audioscale/resample.c:
15504         * gst/audioscale/resample.h:
15505         * gst/audioscale/test.c:
15506
15507         Move tagedit library to gst-libs:
15508         * gst-libs/gst/tag/Makefile.am:
15509         * gst-libs/gst/tag/gstid3tag.c:
15510         * gst-libs/gst/tag/gsttagediting.c:
15511         * gst-libs/gst/tag/gsttageditingprivate.h:
15512         * gst-libs/gst/tag/gstvorbistag.c:
15513         * gst/tags/Makefile.am:
15514         * gst/tags/gstid3tag.c:
15515         * gst/tags/gstvorbistag.c:
15516
15517         Fix for core changes:
15518         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15519         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
15520         (gst_sinesrc_getrange):
15521
15522 2005-04-23  David Schleef  <ds@schleef.org>
15523
15524         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
15525         in gst-plugins in a long time, and properly belongs in liboil.
15526         * gst-libs/gst/idct/Makefile.am:
15527         * gst-libs/gst/idct/README:
15528         * gst-libs/gst/idct/dct.h:
15529         * gst-libs/gst/idct/doieee:
15530         * gst-libs/gst/idct/fastintidct.c:
15531         * gst-libs/gst/idct/floatidct.c:
15532         * gst-libs/gst/idct/idct.c:
15533         * gst-libs/gst/idct/idct.h:
15534         * gst-libs/gst/idct/idtc.vcproj:
15535         * gst-libs/gst/idct/ieeetest.c:
15536         * gst-libs/gst/idct/intidct.c:
15537
15538 2005-04-20  Wim Taymans  <wim@fluendo.com>
15539
15540         * docs/design-audiosinks.txt:
15541         * gst-libs/gst/audio/Makefile.am:
15542         * gst-libs/gst/audio/TODO:
15543         * gst-libs/gst/audio/gstaudiosink.c:
15544         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15545         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15546         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
15547         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15548         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15549         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
15550         (gst_audiosink_class_init), (gst_audiosink_init),
15551         (gst_audiosink_create_ringbuffer):
15552         * gst-libs/gst/audio/gstaudiosink.h:
15553         * gst-libs/gst/audio/gstbaseaudiosink.c:
15554         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
15555         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
15556         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
15557         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
15558         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
15559         (gst_baseaudiosink_create_ringbuffer),
15560         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15561         * gst-libs/gst/audio/gstbaseaudiosink.h:
15562         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15563         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
15564         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
15565         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15566         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
15567         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15568         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
15569         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
15570         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
15571         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
15572         * gst-libs/gst/audio/gstringbuffer.h:
15573         An attempt at a set of audio base classes together with some
15574         design docs.
15575
15576 2005-04-20  Wim Taymans  <wim@fluendo.com>
15577
15578         * gst/audioconvert/Makefile.am:
15579         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15580         (gst_audio_convert_caps_remove_format_info),
15581         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15582         (gst_audio_convert_channels):
15583         Link against audio libs.
15584         Fix audio convert plugin.
15585
15586 2005-04-20  Wim Taymans  <wim@fluendo.com>
15587
15588         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
15589         (gst_ogg_demux_sink_activate):
15590         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
15591         (theora_set_header_on_caps), (theora_enc_sink_event),
15592         (theora_enc_chain):
15593         Fix theora encoder.
15594
15595 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15596
15597         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
15598         * gst/playback/gstdecodebin.c: (find_compatibles):
15599           Work with staticpadtemplates in elementfactories.
15600
15601 2005-04-12  Wim Taymans  <wim@fluendo.com>
15602
15603         * gst/playback/README:
15604         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15605         (compare_ranks), (print_feature), (gst_decode_bin_init),
15606         (dynamic_create), (dynamic_free), (find_compatibles),
15607         (mimetype_is_raw), (close_pad_link), (got_redirect),
15608         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
15609         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
15610         (gst_decode_bin_change_state):
15611         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15612         (gst_play_base_bin_init), (group_destroy), (group_commit),
15613         (check_queue), (queue_overrun), (queue_threshold_reached),
15614         (queue_out_of_data), (gen_preroll_element), (unknown_type),
15615         (new_decoded_pad), (setup_subtitle), (gen_source_element),
15616         (got_redirect), (setup_source), (play_base_eos),
15617         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
15618         (gst_play_base_bin_remove_element):
15619         * gst/playback/gstplaybasebin.h:
15620         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15621         (gst_play_bin_init), (gst_play_bin_dispose),
15622         (gst_play_bin_set_property), (gen_video_element),
15623         (gen_text_element), (gen_audio_element), (remove_sinks),
15624         (gst_play_bin_send_event):
15625         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
15626         (stream_info_change_state), (gst_stream_info_set_mute):
15627         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15628         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
15629         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
15630         (gst_stream_selector_chain):
15631         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
15632         (main):
15633         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
15634         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
15635         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15636         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
15637         Raw and crude port of decodebin. 
15638         Make playbin compile.
15639
15640 2005-04-06  Wim Taymans  <wim@fluendo.com>
15641
15642         * ext/gnomevfs/Makefile.am:
15643         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
15644         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15645         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
15646         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
15647         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
15648         (gst_gnomevfssrc_stop):
15649         * ext/ogg/Makefile.am:
15650         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
15651         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
15652         * ext/theora/Makefile.am:
15653         * ext/theora/theoradec.c: (_inc_granulepos),
15654         (theora_dec_sink_event), (theora_dec_chain):
15655         * ext/vorbis/Makefile.am:
15656         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15657         (vorbis_dec_sink_event), (vorbis_dec_chain):
15658         * gst-libs/gst/audio/Makefile.am:
15659         * sys/xvimage/Makefile.am:
15660         Make gnomevfssrc extend the source base class.
15661         Fix linking against libs in various plugins.
15662
15663 2005-04-06  Andy Wingo  <wingo@pobox.com>
15664
15665         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
15666         GST_BASE_LIBS.
15667
15668         * configure.ac: Add check and AC_SUBST for libgstbase.
15669
15670 2005-03-31  Wim Taymans  <wim@fluendo.com>
15671
15672         * examples/seeking/Makefile.am:
15673         * examples/seeking/cdparanoia.c: (main):
15674         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
15675         (play_cb), (pause_cb), (stop_cb), (main):
15676         * examples/seeking/playbin.c:
15677         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
15678         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
15679         (make_sid_pipeline), (make_vorbis_pipeline),
15680         (make_theora_pipeline), (make_vorbis_theora_pipeline),
15681         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15682         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
15683         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
15684         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
15685         (stop_cb), (main):
15686         * examples/seeking/spider_seek.c:
15687         * examples/seeking/vorbisfile.c:
15688         * ext/gnomevfs/Makefile.am:
15689         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
15690         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
15691         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
15692         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
15693         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
15694         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
15695         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
15696         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
15697         * ext/ogg/README:
15698         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
15699         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
15700         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
15701         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
15702         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
15703         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
15704         (gst_ogg_pad_event), (gst_ogg_pad_reset),
15705         (gst_ogg_demux_factory_filter), (compare_ranks),
15706         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
15707         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
15708         (gst_ogg_chain_new), (gst_ogg_chain_free),
15709         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
15710         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
15711         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
15712         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
15713         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
15714         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
15715         (gst_ogg_demux_get_prev_page),
15716         (gst_ogg_demux_deactivate_current_chain),
15717         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15718         (gst_ogg_demux_bisect_forward_serialno),
15719         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
15720         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
15721         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
15722         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
15723         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
15724         (gst_ogg_demux_change_state), (gst_ogg_print):
15725         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
15726         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
15727         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
15728         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
15729         (gst_ogg_mux_loop):
15730         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15731         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15732         (theora_dec_src_convert), (theora_dec_sink_convert),
15733         (theora_dec_src_query), (theora_dec_src_event),
15734         (theora_dec_sink_event), (theora_dec_chain),
15735         (theora_dec_change_state):
15736         * ext/theora/theoraenc.c: (gst_theora_enc_init),
15737         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
15738         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
15739         (theora_enc_change_state):
15740         * ext/vorbis/Makefile.am:
15741         * ext/vorbis/oggvorbisenc.c:
15742         * ext/vorbis/oggvorbisenc.h:
15743         * ext/vorbis/vorbis.c: (plugin_init):
15744         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15745         (vorbis_dec_src_query), (vorbis_dec_src_event),
15746         (vorbis_dec_sink_event), (vorbis_dec_chain),
15747         (vorbis_dec_change_state):
15748         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
15749         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
15750         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15751         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
15752         (gst_vorbisenc_change_state):
15753         * ext/vorbis/vorbisenc.h:
15754         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
15755         * gst-libs/gst/audio/audioclock.c:
15756         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15757         (gst_audiofilter_init), (gst_audiofilter_chain):
15758         * gst-libs/gst/audio/testchannels.c: (main):
15759         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15760         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
15761         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
15762         (gmip_find_track_streaminfo), (gmip_find_track_format):
15763         * gst-libs/gst/media-info/media-info.c:
15764         (gst_media_info_read_idler):
15765         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
15766         (gst_play_get_all_by_interface):
15767         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
15768         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
15769         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
15770         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
15771         (gst_riff_parse_info):
15772         * gst-libs/gst/riff/riff-read.h:
15773         * gst-libs/gst/riff/riff.c: (plugin_init):
15774         * gst-libs/gst/video/Makefile.am:
15775         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
15776         (gst_videosink_class_init), (gst_videosink_get_type):
15777         * gst-libs/gst/video/videosink.h:
15778         * gst/audioconvert/bufferframesconvert.c:
15779         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
15780         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
15781         * gst/audioconvert/channelmixtest.c: (main):
15782         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15783         (gst_audio_convert_chain),
15784         (gst_audio_convert_caps_remove_format_info),
15785         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
15786         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
15787         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
15788         (gst_audio_convert_buffer_to_default_format),
15789         (gst_audio_convert_buffer_from_default_format),
15790         (gst_audio_convert_channels):
15791         * gst/audioconvert/gstchannelmix.h:
15792         * gst/ffmpegcolorspace/avcodec.h:
15793         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15794         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
15795         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
15796         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
15797         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
15798         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
15799         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15800         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
15801         (mpeg_video_type_find), (mpeg_video_stream_type_find),
15802         (dv_type_find):
15803         * gst/videotestsrc/gstvideotestsrc.c:
15804         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
15805         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
15806         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
15807         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
15808         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
15809         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
15810         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
15811         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15812         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
15813         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
15814         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
15815         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
15816         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15817         (gst_xvimagesink_navigation_send_event),
15818         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
15819         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
15820         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15821         * sys/xvimage/xvimagesink.h:
15822         Plugin port to 0.9, ogg/theora playback should work in the seek
15823         example now.
15824         Removed old examples.
15825         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
15826         explained in 0.9 TODO doc.
15827
15828
15829 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15830
15831         * autogen.sh:
15832         * configure.ac:
15833         * ext/Makefile.am:
15834         * gst/Makefile.am:
15835         * po/POTFILES.in:
15836         * po/af.po:
15837         * po/az.po:
15838         * po/cs.po:
15839         * po/en_GB.po:
15840         * po/hu.po:
15841         * po/it.po:
15842         * po/nb.po:
15843         * po/nl.po:
15844         * po/or.po:
15845         * po/sq.po:
15846         * po/sr.po:
15847         * po/sv.po:
15848         * po/uk.po:
15849         * po/vi.po:
15850         * sys/Makefile.am:
15851         * testsuite/Makefile.am:
15852           remove a whole bunch of plugins.  This module now contains a set
15853           of free reference plugins/elements as agreed.
15854
15855 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15856
15857         * configure.ac:
15858           hunting season on 0.9 is now OPEN
15859
15860 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15861
15862         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
15863           Kick the hell out of gcc for not warning me about a symbol conflict.
15864
15865 2005-02-22  Luca Ognibene  <luogni@tin.it>
15866
15867         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15868
15869         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
15870           Don't leak caps string (fixes #168134)
15871
15872         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
15873         (gst_jpegenc_init), (gst_jpegenc_finalize),
15874         (gst_jpegenc_change_state):
15875           Don't leak line buffers and context struct (fixes #168133).
15876
15877 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
15878
15879         * configure.ac:
15880         * ext/dirac/gstdiracdec.cc:
15881         (gst_diracdec_chain):
15882           Since dirac 0.5.0 the framerate in dirac is expressed as a
15883           rational number. Fix build and up requirement to 0.5.0, and
15884           also pass parameters to gst_diracdec_link in the right order
15885           (fixes #167959).
15886
15887 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
15888
15889         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
15890         * ext/faad/gstfaad.h:
15891         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
15892         certain invalid muxed streams, where some packets will contain 
15893         junk after decoder data. Partially fixes #149158.
15894
15895 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
15896         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
15897           Make sure we only write to writable buffers
15898
15899 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
15900
15901         * gst-libs/gst/riff/riff-media.c:
15902         (gst_riff_create_audio_caps_with_data):
15903           Do actually fix invalid RIFF fmt header values for alaw
15904           and mulaw audio instead of just saying so.
15905
15906         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
15907           Give gst_riff_create_audio_caps_with_data() a chance to
15908           fix up broken format header fields before extracting any
15909           parameters from the header. (fixes #167633)
15910
15911 2005-02-19  Martin Holters  <martin.holters@gmx.de>
15912
15913         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15914
15915         * gst/audioconvert/bufferframesconvert.c:
15916         (buffer_frames_convert_link):
15917           Don't leak othercaps. (fixes #167878)
15918
15919 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
15920
15921         * configure.ac:
15922         * ext/libvisual/visual.c: (gst_visual_srclink),
15923         (gst_visual_change_state):
15924           Support libvisual 0.2.0.
15925
15926 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
15927
15928         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
15929         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
15930           Use same rowstrides for I420 as used everywhere else.
15931
15932 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
15933
15934         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
15935           Declare variables at beginning of block and make gcc-2.95 happy
15936           (fixes # 167482, patch by Gergely Nagy).
15937           
15938         * gst/tcp/gsttcpclientsrc.c:
15939         * gst/tcp/gsttcpclientsrc.h:
15940           Move some includes into the header, so that struct sockaddr_in is
15941           defined when it should be defined on FreeBSD as well (fixes
15942           #167483).
15943           
15944         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
15945           Don't pass uninitialised values to setsockopt() here either.
15946
15947 2005-02-17  Luca Ognibene  <luogni at tin dot it>
15948
15949         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
15950
15951         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
15952           Don't pass uninitialised values to setsockopt(). (fixes #167704)
15953
15954 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15955
15956         * gst/playback/gstplaybin.c: (add_sink):
15957           Invert bin_add/link order to workaround deadlock in opt.
15958
15959 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15960
15961         * gst/modplug/gstmodplug.cc:
15962           Add missing break causing position queries to fail.
15963
15964 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15965
15966         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
15967           Granpos can apparently be -1, which screws up calculations...
15968
15969 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
15970
15971         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
15972         (gst_ximagesink_send_pending_navigation),
15973         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
15974         (gst_ximagesink_init):
15975         * sys/ximage/ximagesink.h:
15976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
15977         (gst_xvimagesink_send_pending_navigation),
15978         (gst_xvimagesink_navigation_send_event),
15979         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
15980         * sys/xvimage/xvimagesink.h:
15981           Use a mutex protected list to marshal navigation
15982           events into the stream thread from whichever thread
15983           sends them.
15984
15985 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
15986
15987         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
15988           Display current position and track length; misc. clean-ups.
15989           
15990         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
15991         (speed_init), (speed_chain):
15992           Add query function, so that the stream length and current position
15993           get adjusted when queried (note that current position queries may
15994           still be wrong if the audio sink returns values based on buffer
15995           timestamps instead of passing on the query).
15996
15997 2005-02-13  Benjamin Otte  <otte@gnome.org>
15998
15999         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16000         (gst_audio_convert_channels):
16001           create channel conversion matrix when linking
16002         * gst/audioconvert/.cvsignore:
16003         * gst/audioconvert/Makefile.am:
16004         * gst/audioconvert/channelmixtest.c: (main):
16005           add (ugly) test that ensures stereo <=> mono conversion works
16006           correctly
16007
16008 2005-02-13  Benjamin Otte  <otte@gnome.org>
16009
16010         * gst/audioconvert/gstchannelmix.h:
16011           include missing header file
16012         * gst/audioconvert/gstchannelmix.c:
16013         (gst_audio_convert_fill_compatible):
16014           use same sign for both channels when converting to/from compatible
16015           channel. Previously used different signs made the signals cancel
16016           each other out and appear like silence. (fixes #167269)
16017
16018 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16019
16020         * gst/ffmpegcolorspace/avcodec.h:
16021         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16022         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16023         (gst_ffmpegcsp_avpicture_fill):
16024         * gst/ffmpegcolorspace/imgconvert.c:
16025           Convert to and from YV12 (fixes #156379).
16026
16027 2005-02-12  Julien MOUTTE  <julien@moutte.net>
16028
16029         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16030         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16031         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16032         (gst_ximagesink_expose), (gst_ximagesink_set_property),
16033         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16034         methods from chain and negotiation and vice versa (Fixes #166142).
16035         * sys/ximage/ximagesink.h: Add stream_lock.
16036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16037         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16038         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16039         (gst_xvimagesink_expose): Check for xcontext before trying to link.
16040
16041 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16042
16043         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16044           Don't send "Hey! You gave me a NULL pointer you naughty person" as
16045           error message when we can't open the DVD device (when dvdnav_open()
16046           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16047           the above). Send something more useful instead (fixes #167117).
16048
16049 2005-02-11  Julien MOUTTE  <julien@moutte.net>
16050
16051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16052         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16053         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16054         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16055         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16056         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16057         methods from chain and negotiation and vice versa (Fixes #166142).
16058         Fix a possible bug of images in the buffer pool being discarded because
16059         we are looking at the wrong geometry.
16060         * sys/xvimage/xvimagesink.h: Add stream_lock.
16061
16062 2005-02-11  David Schleef  <ds@schleef.org>
16063
16064         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16065         unsigned int. (fixes #167128)
16066
16067 2005-02-11  David Schleef  <ds@schleef.org>
16068
16069         * gst/librfb/Makefile.am: Testing stuff before committing is
16070           for wimps... and people with fast machines.  Fix stupid
16071           mistake.
16072
16073 2005-02-11  David Schleef  <ds@schleef.org>
16074
16075         * configure.ac: Pull in librfb from my CVS tree, because it is
16076           too small and annoying to be separate.  Move rfbsrc plugin
16077           to gst/.
16078         * ext/Makefile.am:
16079         * ext/librfb/Makefile.am:
16080         * ext/librfb/gstrfbsrc.c:
16081         * gst/librfb/Makefile.am:
16082         * gst/librfb/gstrfbsrc.c:
16083         * gst/librfb/rfb.c:
16084         * gst/librfb/rfb.h:
16085         * gst/librfb/rfbbuffer.c:
16086         * gst/librfb/rfbbuffer.h:
16087         * gst/librfb/rfbbytestream.c:
16088         * gst/librfb/rfbbytestream.h:
16089         * gst/librfb/rfbcontext.h:
16090         * gst/librfb/rfbdecoder.c:
16091         * gst/librfb/rfbdecoder.h:
16092         * gst/librfb/rfbutil.h:
16093
16094 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
16095
16096         * gst/speed/Makefile.am:
16097         * gst/speed/demo-mp3.c: (main):
16098         * gst/speed/filter.func:
16099         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16100         (speed_class_init), (speed_init), (speed_chain_int16),
16101         (speed_chain_float32), (speed_chain), (speed_set_property),
16102         (speed_get_property), (speed_change_state):
16103         * gst/speed/gstspeed.h:
16104           Fix speed element and make it chain-based (fixes #156467),
16105           and make it handle more than one channel.
16106
16107 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
16108
16109         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16110         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16111         (gst_dtsdec_chain), (gst_dtsdec_change_state):
16112         * ext/dts/gstdtsdec.h:
16113           Don't clobber the stack constructing the channels array.
16114           Make the element chain-based. DTS tracks can now be played.
16115           
16116 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
16117
16118         * gst-libs/gst/audio/multichannel.h:
16119         * gst-libs/gst/gconf/gconf.h:
16120         * gst-libs/gst/idct/idct.h:
16121         * gst-libs/gst/media-info/media-info-priv.h:
16122         * gst-libs/gst/play/play.h:
16123         * gst-libs/gst/resample/private.h:
16124         * gst-libs/gst/resample/resample.h:
16125         * gst-libs/gst/riff/riff-ids.h:
16126         * gst-libs/gst/video/video.h:
16127         * gst-libs/gst/video/videosink.h:
16128           Add G_BEGIN_DECLS and G_END_DECLS around headers where
16129           missing, so that they work when included from C++ code.
16130
16131 2005-02-09  David Schleef  <ds@schleef.org>
16132
16133         * testsuite/gst-lint: Check for non-statically scoped
16134           parent_class variables.  This won't be a problem once
16135           plugins are loaded with RTLD_LOCAL.
16136
16137 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16138
16139         * ext/mplex/gstmplexibitstream.cc:
16140           gcc madness.
16141
16142 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16143
16144         * ext/ogg/gstogmparse.c:
16145         * gst/debug/gstnavigationtest.c:
16146           Die, thou faulty symbol pollutors (non-static parent_class).
16147
16148 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16149
16150         * ext/mplex/gstmplexibitstream.cc:
16151           Fix event handling (#165525).
16152
16153 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16154
16155         * ext/mikmod/gstmikmod.c:
16156         * gst/modplug/gstmodplug.cc:
16157           Add missing endianness to template (fixes #165509).
16158
16159 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16160
16161         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16162           Fix wrong order of reading of optional bytes (#165290).
16163
16164 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16165
16166         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16167           Implement FILLER event awareness.
16168
16169 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16170
16171         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16172           Fix track calculations (#166208).
16173
16174 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16175
16176         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16177
16178         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16179         * ext/libpng/gstpngenc.c:
16180           Fix byte-order, use proper fixed caps. Fixes #164197.
16181
16182 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16183
16184         * configure.ac:
16185           Add dvdlpcmdec 
16186
16187         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16188         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16189           Don't push buffers if the src pad isn't negotiated yet.
16190           
16191         * gst/audioconvert/gstaudioconvert.c:
16192         (gst_audio_convert_buffer_to_default_format),
16193         (gst_audio_convert_buffer_from_default_format):
16194           Add support for 24-bit width.
16195
16196         * gst/dvdlpcmdec/.cvsignore:
16197         * gst/dvdlpcmdec/Makefile.am:
16198         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16199         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16200         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16201         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16202         (plugin_init):
16203         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16204           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16205           format. Needs support for the channels maps if someone can find 
16206           a DVD LPCM track with > 2 channels.
16207
16208         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16209         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16210         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16211         * gst/mpegstream/gstdvddemux.h:
16212         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16213         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16214         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16215         * gst/mpegstream/gstmpegdemux.h:
16216         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16217         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16218         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16219         (gst_mpeg_parse_handle_src_query),
16220         (gst_mpeg_parse_handle_src_event):
16221           Use audio/x-dvd-lpcm for LPCM output.
16222           Add DTS output.
16223
16224 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16225
16226         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16227
16228         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16229         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16230           Add BGRA handling (#165736).
16231
16232 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16233
16234         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16235
16236         * gst/law/alaw-decode.c: (alawdec_link):
16237         * gst/law/alaw-encode.c: (alawenc_link):
16238         * gst/law/mulaw-decode.c: (mulawdec_link):
16239         * gst/law/mulaw-encode.c: (mulawenc_link):
16240           Fix caps memleaks (#166600).
16241
16242 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16243
16244         * ext/tarkin/mem.h:
16245         * ext/tarkin/wavelet.h:
16246         * ext/tarkin/yuv.h:
16247         * gst/ffmpegcolorspace/avcodec.h:
16248           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16249           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16250
16251 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16252
16253         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16254         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16255         (gst_xvimagesink_change_state):
16256           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16257           Xv video (and thereby regenerate Xv colourkey) in clear() so
16258           that PLAY -> READY -> PLAY works (fixes #162504).
16259
16260 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16261
16262         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16263           Switch to list instead of range, since MJPEG-devices really just
16264           support decimations, not any size.
16265
16266 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16267         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16268         (gst_mpeg2dec_reset), (free_all_buffers),
16269         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16270         * ext/mpeg2dec/gstmpeg2dec.h:
16271           The libmpeg2 user-allocated buffer management is awkward, 
16272           to say the least. Hopefully this fixes things.
16273
16274 2005-02-04  Andy Wingo  <wingo@pobox.com>
16275
16276         * gst/audioconvert/bufferframesconvert.c
16277         (buffer_frames_convert_fixate): New function, fixates to 256
16278         frames per buffer by default. (Much better than 1.)
16279         (buffer_frames_convert_init): Set the fixate function for both src
16280         and sink pad.
16281         (buffer_frames_convert_link): After success setting nonfixed caps,
16282         get the negotiated caps so we can know how many buffer-frames it
16283         will be. No idea how this worked at all before.
16284
16285 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16286
16287         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16288         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16289         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16290         (handle_sequence), (handle_picture):
16291         * ext/mpeg2dec/gstmpeg2dec.h:
16292           Rearrange buffer tracking and refcounting and refactor
16293           a little for readability. 
16294
16295 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16296         * sys/v4l/gstv4l.c: (plugin_init):
16297         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16298         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16299         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16300         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16301         * sys/v4l/gstv4ljpegsrc.h:
16302         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16303         * sys/v4l/v4l_calls.h:
16304         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16305         (gst_v4lsrc_get_fps):
16306         * sys/v4l/v4lsrc_calls.h:
16307           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16308           you jpeg inside rgb frames" driver.
16309           Don't error in the v4lsrc link function, just return 
16310           REFUSED.
16311
16312 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16313
16314         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16315         (gst_qcamsrc_open):
16316           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16317
16318 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16319
16320         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16321           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16322
16323 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16324
16325         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16326           Reset negotiated state on PAUSED->READY.
16327
16328 2005-02-02  David Schleef  <ds@schleef.org>
16329
16330         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16331         whereever possible.  (Fixes #165997)
16332         * examples/capsfilter/capsfilter1.c: (main):
16333         * examples/dynparams/filter.c: (create_ui):
16334         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16335         * examples/seeking/chained.c: (main):
16336         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16337         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16338         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16339         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16340         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16341         * examples/switch/switcher.c: (main):
16342         * ext/dv/demo-play.c: (main):
16343         * ext/faad/gstfaad.c: (gst_faad_change_state):
16344         * ext/mad/gstmad.c: (gst_mad_chain):
16345         * ext/smoothwave/demo-osssrc.c: (main):
16346         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16347         (gst_gconf_render_bin_from_description),
16348         (gst_gconf_get_default_audio_sink),
16349         (gst_gconf_get_default_video_sink),
16350         (gst_gconf_get_default_audio_src),
16351         (gst_gconf_get_default_video_src),
16352         (gst_gconf_get_default_visualization_element):
16353         * gst/level/demo.c: (main):
16354         * gst/level/plot.c: (main):
16355         * gst/playback/gstplaybin.c: (gen_video_element),
16356         (gen_audio_element):
16357         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16358         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16359         * gst/sine/demo-dparams.c: (main):
16360         * gst/spectrum/demo-osssrc.c: (main):
16361         * gst/speed/demo-mp3.c: (main):
16362         * gst/volume/demo.c: (main):
16363         * testsuite/embed/embed.c: (main):
16364
16365 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16366
16367         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16368         (gst_tcpclientsink_finalize):
16369         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16370         (gst_tcpclientsrc_finalize):
16371         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16372         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16373         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16374         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16375           Don't leak the hostname when shutting down.
16376           In tcpserversrc, take a copy of the default hostname.
16377
16378 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16379
16380         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16381           Set caps to systemstream=TRUE.
16382
16383 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16384
16385         * testsuite/Makefile.am:
16386           Fix more OSX buildbots.
16387
16388 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16389
16390         * ext/mpeg2dec/gstmpeg2dec.c:
16391           Don't send things to NULL PAD_PEERs
16392
16393         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16394           Copy-on-write the incoming buffer.
16395
16396         * gst/mpegstream/gstdvddemux.h:
16397         * gst/mpegstream/gstmpegclock.h:
16398         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16399         (normal_seek), (gst_mpeg_demux_handle_src_event):
16400         * gst/mpegstream/gstmpegdemux.h:
16401         * gst/mpegstream/gstmpegpacketize.h:
16402         * gst/mpegstream/gstmpegparse.c:
16403         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16404         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16405         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16406         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16407         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16408         * gst/mpegstream/gstmpegparse.h:
16409         * gst/mpegstream/gstrfc2250enc.h:
16410           Various changes to the way time is computed that make seeking and
16411           total time estimation much better here.
16412           Use G_BEGIN/END_DECLS instead of __cplusplus
16413
16414         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16415           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16416
16417 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16418
16419         * gst/subparse/gstsubparse.c:
16420           Fix OSX buildbot.
16421
16422 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16423
16424         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16425         (theora_enc_chain), (theora_enc_change_state):
16426         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16427         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16428         (gst_vorbisenc_change_state):
16429         * ext/vorbis/vorbisenc.h:
16430           Set granulepos and timestamp correctly for streams not
16431           starting at 0, taking into account the initial delay.
16432
16433 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16434
16435         * gst/mpegstream/gstdvddemux.c:
16436           Add audio/x-dts to audio pad template caps
16437
16438 2005-01-30  David Schleef  <ds@schleef.org>
16439
16440         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16441         (create_context), (gst_polypsink_link): Fix silly endianness
16442         bug.  Add some debugging.  Remove float from caps; it doesn't
16443         work.  Attempt to get remote audio working.
16444
16445 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16446
16447         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16448           Add 3IV2 fourcc.
16449
16450 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16451
16452         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16453         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16454         (gst_avi_demux_stream_data):
16455         * gst/avi/gstavidemux.h:
16456           Invert DIB images. Fixes #132341.
16457
16458 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16459
16460         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16461         (gst_ffmpegcsp_chain):
16462           D'oh, reference the palette data, not the palette structure.
16463           Fixes color distortion in #132341.
16464
16465 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16466
16467         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16468           PAR can be non-fixed when not provided as argument (#162626).
16469
16470 2005-01-29  David Moore  <dcm@acm.org>
16471
16472         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16473
16474         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16475         (gst_qtdemux_loop_header):
16476           Re-apply patch from #142272 that allows non-seekable sources,
16477           re-proposed by Daniel Drake <dsd@gentoo.org>.
16478
16479 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16480
16481         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16482           Use the src template for creating the src pad (#162330).
16483
16484 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16485
16486         * configure.ac:
16487         * ext/musepack/Makefile.am:
16488         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16489         (gst_musepackdec_init), (gst_musepackdec_dispose),
16490         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16491         (gst_musepack_stream_init), (gst_musepackdec_loop),
16492         (gst_musepackdec_change_state):
16493         * ext/musepack/gstmusepackdec.cpp:
16494         * ext/musepack/gstmusepackdec.h:
16495         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16496         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16497         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16498         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16499         * ext/musepack/gstmusepackreader.cpp:
16500         * ext/musepack/gstmusepackreader.h:
16501           Update to 1.1 API (#165446).
16502
16503 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16504
16505         * ext/Makefile.am:
16506           Unbreak buildbot.
16507
16508 2005-01-28  Andy Wingo  <wingo@pobox.com>
16509
16510         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16511         to reflect a different dubious internet source. Add a reference
16512         and some commentary.
16513
16514 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16515
16516         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16517         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
16518         * gst/playback/gststreamselector.h:
16519           Be more selective when we're redoing caps negotiation from
16520           within the chain function on a stream change.
16521
16522 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16523
16524         * configure.ac:
16525         * ext/Makefile.am:
16526         * ext/amrnb/Makefile.am:
16527         * ext/amrnb/amrnb.c: (plugin_init):
16528         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
16529         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
16530         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
16531         (gst_amrnbdec_state_change):
16532         * ext/amrnb/amrnbdec.h:
16533         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
16534         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
16535         (gst_amrnbparse_init), (gst_amrnbparse_formats),
16536         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
16537         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
16538         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
16539         * ext/amrnb/amrnbparse.h:
16540           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
16541         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16542           Add AMR-NB/-WB raw formats.
16543         * ext/alsa/gstalsa.c: (gst_alsa_link):
16544           Keep valid time when changing format.
16545         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16546         (qtdemux_parse_trak):
16547           Add some more format-specific options (#140141, #143555, #155163).
16548
16549 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16550
16551         * gst/matroska/matroska-demux.c:
16552         (gst_matroska_demux_parse_blockgroup):
16553           Fix logic error in timing of subtitle stream synchronization.
16554         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
16555           Add skip-chunk, which is found in kodak-camera streams.
16556
16557 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16558
16559         * po/LINGUAS:
16560         * po/vi.po:
16561           Adding Vietnamese translation (submitted by Clytie Siddall)
16562
16563 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16564
16565         * gst/playback/gstdecodebin.c: (try_to_link_1):
16566           Use realpad for signal.
16567
16568 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16569
16570         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
16571           Fix category so decodebin picks it up.
16572
16573 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16574
16575         * ext/mad/Makefile.am:
16576         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
16577         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
16578         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
16579         (found_type), (gst_id3demux_bin_change_state):
16580         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
16581         (gst_id3_tag_init), (gst_id3_tag_handle_event),
16582         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16583         (gst_id3_tag_change_state), (plugin_init):
16584         * ext/mad/gstmad.h:
16585           Add id3demuxbin (which is a simple bin consisting of id3demux
16586           and typefind), take over rank from id3demux, remove typefind
16587           code from id3demux. Makes all broken mp3s that I know of work,
16588           and thereby fixes #152688.
16589
16590 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
16591
16592         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16593
16594         * ext/mad/gstmad.c: (gst_mad_src_event):
16595         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
16596           Allow seeks on audio pad, make mad forward those (#164826).
16597         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
16598           Set duration (#165335).
16599
16600 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16601
16602         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
16603         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
16604         (gst_asf_demux_process_ext_content_desc),
16605         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
16606         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
16607         * gst/asfdemux/gstasfdemux.h:
16608           Improve metadata display, e.g. if the metadata comes before the
16609           streams are loaded (which is perfectly valid).
16610
16611 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16612
16613         * tools/gst-launch-ext-m.m:
16614           Fix AVI/ASF pipelines (#165340).
16615
16616 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
16617         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
16618         build failure on amd64
16619
16620 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
16621
16622         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
16623         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
16624           Check environment variables GST_ID3V2_TAG_ENCODING,
16625           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16626           list of character encodings to force interpretation of non-unicode
16627           strings stored in an ID3v2 tag to a particular encoding. If none
16628           is specified, try to use current locale's encoding, then fall back
16629           to ISO-8859-1 (which will always succeed). (Resolves #149274)
16630         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
16631         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
16632           Check environment variables GST_ID3V1_TAG_ENCODING,
16633           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
16634           list of character encodings to use in case a string encountered
16635           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
16636           specified, try to use the current locale's encoding, then fall
16637           back to ISO-8859-1 (which will always succeed).
16638
16639 2005-01-25  Benjamin Otte  <otte@gnome.org>
16640
16641         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16642           - on half framerate, compute the rate in advance so the comparisons
16643             don't compare wrong values
16644           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
16645             behaviour
16646           - don't use mad_header_decode anymore, mad_frame_decode does that
16647             automatically
16648           - when getting rid of consumed bytes, reset the stream's skiplen
16649           (fixes #163867)
16650
16651 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16652
16653         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
16654           Use 1/2 a second for default max_discont, as PES streams from DVB
16655           seem to have larger spacings in the SCR. 
16656           Fix a typo.
16657
16658 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16659
16660         * gst/playback/gstplaybasebin.c: (group_commit):
16661           Notify delayed stream-info availability.
16662
16663 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
16664         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
16665         (gst_a52dec_handle_event), (gst_a52dec_chain):
16666         Add some debug output. Check that a discont has a valid
16667         time associated.
16668         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16669         (gst_alsa_sink_loop):
16670         Ignore TAG events. A little extra debug for broken timestamps.
16671         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
16672         (dvdnavsrc_change_state):
16673         Ensure we send a discont to engage the link before we send any
16674         other events.
16675         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
16676         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
16677         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
16678         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
16679         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
16680         dvd://title works in totem because typefinding sends a seek that ends
16681         up going back to chapter 1 regardless.
16682         * ext/mpeg2dec/gstmpeg2dec.c:
16683         * ext/mpeg2dec/gstmpeg2dec.h:
16684         Output correct timestamps and handle disconts.
16685         * ext/ogg/gstoggdemux.c: (get_relative):
16686         Small guard against a null dereference.
16687         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
16688         (gst_textoverlay_set_property):
16689         Free memory when done. Don't call gst_event_filler_get_duration on
16690         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
16691         g_warning.
16692         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
16693         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
16694         (gst_sw_srclink), (gst_smoothwave_chain):
16695         Draw solid lines, prettier colours.
16696         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
16697         Add a default palette that'll work for some movies.
16698         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
16699         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
16700         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
16701         * gst/mpegstream/gstdvddemux.h:
16702         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16703         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
16704         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
16705         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
16706         * gst/mpegstream/gstmpegparse.h:
16707         Use PTM/NAV events when for timestamp adjustment when connected to 
16708         dvdnavsrc. Don't use many discont events where one suffices.
16709         * gst/playback/gstplaybasebin.c: (group_destroy),
16710         (gen_preroll_element), (gst_play_base_bin_add_element):
16711         * gst/playback/gstplaybasebin.h:
16712         Make sure we remove subtitles from the same bin we put them in.
16713         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
16714         (gst_subparse_buffer_format_autodetect),
16715         (gst_subparse_change_state):
16716         Fix some memleaks and invalid accesses.
16717         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
16718         (oggskel_type_find), (cmml_type_find), (plugin_init):
16719         Some typefind functions for Annodex v3.0 files
16720         * gst/wavparse/gstwavparse.h:
16721         GstRiffReadClass is the correct parent class.
16722
16723 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16724
16725         * gst-libs/gst/riff/riff-media.c:
16726         (gst_riff_create_video_caps_with_data):
16727           Add extradata to huffyuv (fixes #165013).
16728         * gst-libs/gst/riff/riff-read.c:
16729         (gst_riff_read_strf_vids_with_data):
16730           Fix extradata extraction if it is in the chunk size.
16731
16732 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
16733
16734         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16735
16736         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
16737         (gst_quarktv_change_state), (gst_quarktv_dispose):
16738           Memory free'ing location fix (#164708).
16739
16740 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16741
16742         * gst/playback/gstplaybasebin.c: (group_commit),
16743         (gen_preroll_element), (probe_triggered), (gen_source_element),
16744         (setup_source), (gst_play_base_bin_change_state),
16745         (gst_play_base_bin_add_element):
16746           Don't block for streams.
16747         * gst/playback/gststreaminfo.c: (stream_info_change_state),
16748         (gst_stream_info_set_mute):
16749           Use gst_pad_set_active_recursive.
16750
16751 2005-01-25  Andy Wingo  <wingo@pobox.com>
16752
16753         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
16754         for #ifndef HAVE_XVIDEO.
16755
16756 2005-01-24  Jeffrey C. Ollie
16757
16758         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
16759
16760         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
16761         * ext/gsm/gstgsmdec.h:
16762         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
16763         * ext/gsm/gstgsmenc.h:
16764         Fix rate to 8kHz as per spec, removes obscure errors when no rate
16765         was given by property. Add proper buffer timestamps and offsets.
16766
16767 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16768
16769         * gst-libs/gst/riff/riff-media.c:
16770         (gst_riff_create_audio_caps_with_data):
16771           Audio can be <8000Hz.
16772
16773 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16774
16775         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16776           Explicit state change to workaround refcount bugs.
16777
16778 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16779
16780         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
16781         (gst_avimux_riff_get_avi_header):
16782           Fix...
16783
16784 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16785
16786         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
16787         (gst_riff_read_element_data):
16788         * gst-libs/gst/riff/riff-read.h:
16789           Add _peek version (req'ed in CDXA).
16790         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
16791         (gst_cdxaparse_loop):
16792           Fix parsing in playbin.
16793         * gst/playback/gstdecodebin.c: (close_pad_link):
16794           Ignore current_ pads, they cause major annoyance.
16795
16796 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16797
16798         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16799           Safety guard.
16800
16801 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16802
16803         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
16804           Fix padding...
16805
16806 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16807
16808         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
16809           Allow for 0-sized buffers. Fixes length query problems in
16810           starwars.mkv from the testsuite.
16811
16812 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
16813
16814         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
16815         (gst_video_box_i420), (gst_video_box_chain):
16816           Fix row strides for I420 (fixes #163159)
16817           
16818 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16819
16820         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
16821           MPEG2 has a useful rate property, so we can actually use that.
16822           For MPEG-1, continue using the bytes/time properties.
16823
16824 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16825
16826         * gst-libs/gst/riff/riff-media.c:
16827         (gst_riff_create_video_caps_with_data),
16828         (gst_riff_create_video_template_caps):
16829           Add intel-h263.
16830
16831 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16832
16833         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
16834           Fail if caps negotiation fails. Should fix #162184, and should
16835           definately be in there regardless of it fixing the actual bug.
16836         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
16837         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
16838         (gst_avimux_riff_get_avix_header),
16839         (gst_avimux_riff_get_video_header),
16840         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
16841         (gst_avimux_start_file), (gst_avimux_handle_event),
16842         (gst_avimux_change_state):
16843         * gst/avi/gstavimux.h:
16844           Refactor structure writing to use GST_WRITE_UINT macros, add
16845           metadata writing support.
16846
16847 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16848
16849         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
16850           Elements may already be destroyed when this function is called.
16851
16852 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16853
16854         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16855         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
16856           More memory leak fixes (#149162).
16857
16858 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16859
16860         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16861         (gst_qtdemux_add_stream):
16862           Fix two memleaks.
16863
16864 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16865
16866         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16867           Argh...
16868
16869 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16870
16871         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
16872           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
16873           when fixating to six channels in Totem.
16874
16875 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16876
16877         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
16878           Fix compile warnings on Solaris 10 buildbot
16879
16880 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16881
16882         * ext/dvdread/dvdreadsrc.c: (_read):
16883           Don't read beyond the last cell in a chapter (fixes 
16884           invalid memory access)
16885
16886 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
16887
16888         * ext/dvdread/stream_labels.c:
16889         (dvdreadsrc_get_audio_stream_labels):
16890           Use NULL for an empty GList instead of g_list_alloc(); fix 
16891           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
16892           of GString (easier to bulk free later)
16893
16894 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16895
16896         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16897
16898         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16899         (gst_ffmpeg_pixfmt_to_caps):
16900           Fix BGRA32 caps (#164209).
16901
16902 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
16903
16904         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16905
16906         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16907         (gst_ffmpeg_caps_to_pixfmt):
16908           alpha_mask can be RGBA/ABGR. Fixes #164265.
16909
16910 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
16911
16912         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16913
16914         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
16915         (gst_mpeg2dec_alloc_buffer):
16916         * ext/mpeg2dec/gstmpeg2dec.h:
16917           Crop if decoding size is not the actual image size (#163676).
16918
16919 2005-01-17  Steve Baker  <steve@stevebaker.org>
16920
16921         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16922
16923         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
16924         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
16925           Add libsndfile typefind functions (#163309).
16926
16927 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16928
16929         * tools/gst-launch-ext-m.m:
16930           Add .aac, fix .m1v/.m2v (#163891).
16931
16932 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16933
16934         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
16935           Sanity check, don't wait endlessly since the clock might not
16936           actually run at this point (which is a deadlock). Fixes #164069.
16937
16938 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16939
16940         * gst/playback/gstplaybasebin.c: (probe_triggered):
16941           Of course, only pause if group is done...
16942
16943 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16944
16945         * gst/playback/gstplaybasebin.c: (probe_triggered):
16946           Thread safety.
16947
16948 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
16949
16950         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
16951           Don't return state change success when the parent
16952           failed.
16953
16954 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16955
16956         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
16957           Free events (fix memleak in #162905).
16958
16959 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
16960
16961         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16962
16963         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16964         (gst_ffmpeg_caps_to_pixfmt):
16965           Fix for depth = 15. Fixes #161675.
16966
16967 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16968
16969         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
16970           Set FPS correctly, even for webcams and the like.
16971         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
16972           Don error on setting while capturing.
16973
16974 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16975
16976         * ext/dv/gstdvdec.c:
16977         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16978         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16979           I'm a bad boy. using /1001. to force C to do float division
16980           and not integer division (as it did in my last commit)
16981           Thanks to David I. Lehn for pointing this mistake.
16982
16983 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16984
16985         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
16986           Revert Johan's 1.35->1.36 since it breaks compat.
16987
16988 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
16989
16990         * ext/dv/gstdvdec.c:
16991         * ext/libfame/gstlibfame.c:
16992         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
16993         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
16994           replace framerate aproximations by their real value
16995           (24000/1001, 30000/1001, 60000/1001)
16996           Finish fixing bug #164049
16997
16998 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16999
17000         * ext/ogg/gstoggmux.c:
17001           eos/bos debugging
17002         * gst/tcp/gstmultifdsink.c:
17003         * gst/tcp/gstmultifdsink.h:
17004         * gst/tcp/gsttcp.c:
17005         * gst/tcp/gsttcp.h:
17006         * gst/tcp/gsttcpclientsink.c:
17007         * gst/tcp/gsttcpclientsrc.c:
17008         * gst/tcp/gsttcpserversink.c:
17009         * gst/tcp/gsttcpserversrc.c:
17010           improve reusability of elements after state changes and errors
17011           make multifdsink throw away streamheaders when receiving new ones
17012
17013 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17014
17015         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17016           Fix for if items are already in list...
17017
17018 2005-01-12  Benjamin Otte  <otte@gnome.org>
17019
17020         * gst/adder/gstadder.c: (gst_adder_loop):
17021           fix adder a bit so it doesn't screw up with events as much anymore
17022
17023 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
17024
17025         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17026         (pixbufscale_scale), (gst_pixbufscale_chain):
17027         * ext/gdk_pixbuf/pixbufscale.h:
17028           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17029           to ensure rowstrides are calculated the same way as 
17030           ffmpegcolorspace
17031           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17032           that we pick up duration and offset also.
17033
17034 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17035
17036         * gst/avi/gstavimux.c: (gst_avimux_class_init),
17037         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17038           Reusability fixes.
17039
17040 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17041
17042         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17043         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17044         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17045         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17046           Update flags when requested.
17047
17048 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17049
17050         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17051           Fix dmix.
17052
17053 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17054
17055         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17056         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17057         (probe_triggered), (new_decoded_pad), (gen_source_element),
17058         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17059         * gst/playback/gstplaybasebin.h:
17060         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17061         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17062         (gst_play_bin_change_state):
17063           Implement group-switch signal for use in apps to clear metadata
17064           cache, clean up subtitle, add suburi property instead of # hack,
17065           some error-out fixes.
17066
17067 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17068
17069         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17070           Debug.
17071         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17072           If we got a state change in the _get handler, don't return success.
17073
17074 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17075
17076         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17077         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17078           Make jpegdec quiet on MJPEG decoding
17079         * gst/asfdemux/README:
17080           Fix mimetypes for MJPEG and H263
17081
17082 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17083
17084         * ext/theora/theoradec.c: (theora_dec_chain):
17085           Fix broken code generation by gcc by swapping arguments.
17086         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17087           Fix \n in debug.
17088
17089 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17090
17091         * TODO:
17092           delete this file, it is by far outdated
17093         * ext/alsa/gstalsa.1: remove
17094         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17095         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17096         (gst_alsa_get_caps):
17097           Add HW probing for supported sample rates. Fixes #161704
17098
17099 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17100
17101         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17102           Don't crash, biatch! :).
17103
17104 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17105
17106         * ext/musepack/gstmusepackreader.cpp:
17107         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17108           Some work on tags - still doesn't work in playbin...
17109         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17110           Handle events...
17111
17112 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17113
17114         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17115           Also shove tags on kid pads.
17116
17117 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17118
17119         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17120           Don't bail on unknown events.
17121         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17122           Don't crash on events before negotiation.
17123         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17124           Send tags on pads, too.
17125         * gst/playback/gststreamselector.c:
17126         (gst_stream_selector_request_new_pad):
17127           Forward events on first pad if no input was selected yet.
17128
17129 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17130
17131         * gst/playback/gstplaybasebin.c: (setup_substreams):
17132           Don't disable streamtype if the stream doesn't exist, since
17133           then playing a video after audio will disable both and nothing
17134           will happen. Fixes the testsuite.
17135
17136 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17137
17138         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17139         (gst_v4l_xoverlay_set_xwindow_id):
17140         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17141         (gst_v4l2_xoverlay_set_xwindow_id):
17142           Add debug categories, fix overlay disabling.
17143
17144 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17145
17146         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17147         * ext/alsa/gstalsa.h:
17148           Add HW probing for period_count/size and buffer_size MIX/MAX
17149           Adjust default/user defined value if out of bounds
17150           Should fix bug #162024
17151
17152 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17153
17154         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17155           Fix warning (#161191).
17156
17157 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17158
17159         * ext/dvdread/stream_labels.c:
17160         (dvdreadsrc_get_audio_stream_labels):
17161           Fix warning (init the good variable in switch default)
17162
17163 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17164
17165         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17166
17167         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17168           Fix gcc-2.95 compile (#163485).
17169
17170 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17171
17172         * configure.ac:
17173         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17174         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17175         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17176         (gst_flacenc_change_state):
17177         * ext/flac/gstflacenc.h:
17178           Update for API change in flac-1.1.1. Update requirement in
17179           configure.ac. Fixes #162974.
17180
17181 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17182
17183         * gst/playback/gstplaybasebin.c: (group_destroy):
17184           Remove hack to get rid of assert and get rid of unlinked
17185           signals properly.
17186
17187 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17188
17189         * gst/playback/gstplaybasebin.c: (setup_source):
17190           Set source to NULL so that resources are free'ed. Fixes issues
17191           with playback of CDDA and similar device-accessing things.
17192
17193 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17194
17195         * testsuite/embed/Makefile.am:
17196           test->noinst, fix make test in buildbot.
17197
17198 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17199
17200         * ext/dvdread/stream_labels.c: new file
17201         * ext/dvdread/stream_labels.h: new file
17202         * ext/dvdread/Makefile.am:
17203         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17204           Extract audio stream label from DVD IFO files.
17205           It only dump them on the console for now, still have to
17206           make playbin aware of them.
17207
17208 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17209
17210         * gst/playback/gstplaybasebin.c: (setup_source):
17211           Fix hanging subs.
17212
17213 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17214
17215         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17216         (gen_preroll_element), (remove_groups), (setup_subtitle),
17217         (gen_source_element), (setup_source):
17218         * gst/playback/gstplaybasebin.h:
17219           Multiple .sub files is just a stupid idea... Fix some threading
17220           mistakes. Interestingly, external .sub files cause playbin to
17221           hang, I don't know why... Parsing fixes contributed by Fran??ois
17222           Kooman <fkooman@tuxed.net>.
17223
17224 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17225
17226         * testsuite/embed/Makefile.am:
17227           Fix buildbot.
17228
17229 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17230
17231         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17232
17233         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17234         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17235         (gst_pngenc_set_property):
17236         * ext/libpng/gstpngenc.h:
17237           Add compression level property (#163323).
17238
17239 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17240
17241         * configure.ac:
17242         * examples/capsfilter/capsfilter1.c: (main):
17243         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17244         * ext/dvdread/Makefile.am:
17245         * ext/dvdread/demo-play:
17246         * ext/dvdread/demo-play.c:
17247         * gconf/gstreamer.schemas.in:
17248         * gst-libs/gst/gconf/gconf.c:
17249         * sys/v4l/TODO:
17250         * testsuite/Makefile.am:
17251         * testsuite/embed/Makefile.am:
17252         * testsuite/embed/embed.c: (cb_expose), (main):
17253           Remove all references to xvideosink, fix examples (#140845).
17254         * gst/playback/gstplaybasebin.c: (group_destroy):
17255           Apparently, disposal does not unlink - so do explicitely.
17256         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17257           Add debug.
17258
17259 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17260
17261         * README: fix PKG_CONFIG_PATH instructions, what was there
17262         previously was breaking default search path, not nice. 
17263         Fixes #163358
17264
17265 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17266
17267         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17268         (gst_audioscale_chain):
17269           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17270           when resampling - how the ^@$^!@^! is this possible?!?
17271
17272 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17273
17274         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17275           Reset variables on READY.
17276         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17277         (gst_matroska_mux_loop):
17278           Require data before writing header.
17279
17280 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17281
17282         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17283
17284         * ext/mad/gstmad.c: (gst_mad_chain):
17285           Don't call mad_stream_sync() directly after recovering sync.
17286           Fixes #151661.
17287
17288 2005-01-09  Martin Eikermann  <meiker@upb.de>
17289
17290         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17291
17292         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17293         (snapshot_handler), (gst_snapshot_sinkconnect),
17294         (gst_snapshot_chain):
17295           Allocate resources when required, fix recursive signal emission
17296           and fix caps. Fixes #161667.
17297
17298 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17299
17300         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17301
17302         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17303         (gst_pngdec_chain):
17304           Handle only 8-bppc (bits-per-pixel-component) images, better
17305           error handling and correct strides. Fixes #163177.
17306         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17307         (gst_pngenc_chain):
17308           Better error handling. Fixes #163348.
17309
17310 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17311
17312         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17313         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17314         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17315         (dvdnavsrc_uri_handler_init):
17316           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17317         * gst/playback/gstplaybasebin.c: (gen_source_element):
17318           Add MMS to streaming URIs.
17319
17320 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17321
17322         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17323         * sys/xvimage/xvimagesink.c:
17324         (gst_xvimagesink_navigation_send_event):
17325           Check for pad availability before sending event.
17326
17327 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17328
17329         * gst-plugins.spec.in:
17330           Add subparse.
17331
17332 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17333
17334         * configure.ac:
17335           Since we use functions from CVS, up requirement.
17336
17337 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17338
17339         * gst/playback/Makefile.am:
17340         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17341         (group_destroy), (group_commit), (group_is_muted),
17342         (gen_preroll_element), (add_stream), (unknown_type),
17343         (probe_triggered), (preroll_unlinked), (mute_stream),
17344         (silence_stream), (new_decoded_pad), (setup_substreams),
17345         (setup_source), (get_active_source), (mute_group_type),
17346         (muted_group_change_state), (set_active_source),
17347         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17348         (play_base_eos), (gst_play_base_bin_change_state):
17349         * gst/playback/gstplaybasebin.h:
17350         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17351         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17352         (gst_stream_info_dispose), (stream_info_mute_pad),
17353         (stream_info_change_state), (gst_stream_info_set_mute):
17354         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17355         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17356         (gst_stream_selector_init), (gst_stream_selector_dispose),
17357         (gst_stream_selector_get_linked_pad),
17358         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17359         (gst_stream_selector_get_linked_pads),
17360         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17361         * gst/playback/gststreamselector.h:
17362           Adding stream selection support plus required properties for
17363           applications to use this. Fully fixes #100931.
17364
17365 2005-01-08  Benjamin Otte  <otte@gnome.org>
17366
17367         * gst/games/gstpuzzle.c: (nav_event_handler):
17368           - handle nav events differently: forward every event no matter if it
17369             was handled or not.
17370           - translate events
17371           You can now cheat by using navigationtest ! puzzle and moving the
17372           mouse close to the edge of a tile. ;)
17373
17374 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17375
17376         * configure.ac:
17377         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17378         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17379         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17380         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17381         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17382         (gst_ogm_parse_plugin_init):
17383         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17384         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17385         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17386         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17387         * ext/pango/gsttextoverlay.h:
17388         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17389         (gst_matroska_demux_handle_seek_event),
17390         (gst_matroska_demux_sync_streams),
17391         (gst_matroska_demux_parse_blockgroup),
17392         (gst_matroska_demux_subtitle_caps),
17393         (gst_matroska_demux_plugin_init):
17394         * gst/matroska/matroska-ids.h:
17395         * gst/playback/gstdecodebin.c: (close_pad_link):
17396         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17397         (gen_preroll_element), (remove_groups), (add_stream),
17398         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17399         (setup_source):
17400         * gst/playback/gstplaybasebin.h:
17401         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17402         * gst/subparse/Makefile.am:
17403         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17404         (gst_subparse_base_init), (gst_subparse_class_init),
17405         (gst_subparse_init), (gst_subparse_formats),
17406         (gst_subparse_eventmask), (gst_subparse_event),
17407         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17408         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17409         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17410         (parse_mpsub_deinit), (parse_mpsub_init),
17411         (gst_subparse_buffer_format_autodetect),
17412         (gst_subparse_format_autodetect), (gst_subparse_loop),
17413         (gst_subparse_change_state), (gst_subparse_type_find),
17414         (plugin_init):
17415         * gst/subparse/gstsubparse.h:
17416         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17417         (plugin_init):
17418           Add subtitle support, .sub parser (supports SRT and MPsub),
17419           OGM text support, Matroska UTF-8 text support, deadlock fixes
17420           all over the place, subtitle awareness in decodebin/playbin
17421           and some fixes to textoverlay to handle subtitles in a stream
17422           correctly. Fixes #100931.
17423
17424 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17425
17426         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17427           Check for pad availability before doing a query on it.
17428
17429 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17430
17431         * ext/dv/gstdvdec.c:
17432           really fix bpp24/32 dvdec caps (classic rgba indeed)
17433         * gst/asfdemux/gstasfdemux.c:
17434         (gst_asf_demux_process_ext_content_desc):
17435           don't send text tags if they are empty (bis repetita)
17436
17437 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17438
17439         * ext/dv/gstdvdec.c:
17440          remove unneeded comment from dvdec
17441           (related to DV 4CC codes in AVI files)
17442           moved them in gstreamer/docs/random/mimetypes
17443         * gst/asfdemux/gstasfdemux.c:
17444         (gst_asf_demux_process_ext_content_desc):
17445          don't send text tags if they are empty
17446          fix mem leak on error path
17447         * gst/ffmpegcolorspace/avcodec.h:
17448         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17449         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17450         (gst_ffmpegcsp_avpicture_fill):
17451         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17452         * gst/ffmpegcolorspace/imgconvert_template.h:
17453          adds BGR32 and BGRA32 to ffmpegcolorspace
17454           (still bad colors, fixing it on next commit)
17455           helps with dvdec outputing BGR32
17456
17457 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17458
17459         * ext/dv/gstdvdec.c:
17460          Fix audio caps i just broke (missing ',')
17461         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17462         (gst_matroska_mux_reset):
17463          Fix typo + add FIXME about old "x-gst-metadata" crap
17464
17465 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17466
17467         * ext/dv/demo-play.c: (main):
17468          xvideosink -> xvimagesink
17469         * ext/dv/gstdvdec.c:
17470          change rgb 32/32 caps to 24/32 (no alpha)
17471          change nb of channels to be a list (2 or 4, not 2)
17472          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17473         * gst/asfdemux/gstasfdemux.c:
17474         (gst_asf_demux_process_ext_content_desc):
17475          Add 'date/year' to extracted metadata list
17476
17477 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17478
17479         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17480           The return value of fixate_to does not imply that the requested
17481           value was set, so don't assume.
17482
17483 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17484
17485         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17486
17487         * ext/libpng/gstpngdec.c:
17488         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17489         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17490         * ext/libpng/gstpngenc.h:
17491           Alpha support (encoder; #163161), mime fixage.
17492
17493 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17494
17495         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17496
17497         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17498         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17499         (gst_faac_set_property), (gst_faac_get_property):
17500         * ext/faac/gstfaac.h:
17501           Allow for ADTS output (#153434).
17502
17503 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17504
17505         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17506           Fix against template (#150576).
17507
17508 2005-01-06  Benjamin Otte  <otte@gnome.org>
17509
17510         * gst/games/gstpuzzle.c: (draw_puzzle):
17511           don't draw a puzzle if either width or height of tiles would be 0.
17512
17513 2005-01-06  Benjamin Otte  <otte@gnome.org>
17514
17515         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17516         (gst_puzzle_class_init), (gst_puzzle_finalize):
17517           no memleaks, please
17518         (gst_puzzle_create), (gst_puzzle_init),
17519         (gst_puzzle_set_property), (gst_puzzle_setup):
17520           change initialization code around so we don't reshuffle on resize
17521         (draw_puzzle):
17522           fix another stupid typo
17523
17524 2005-01-06  Benjamin Otte  <otte@gnome.org>
17525
17526         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
17527           fix stupid typo that borked copying on YUY2
17528
17529 2005-01-06  Benjamin Otte  <otte@gnome.org>
17530
17531         * gst/games/gstpuzzle.c: (draw_puzzle):
17532           fix edges when image sizes aren't multiples of tile sizes
17533
17534 2005-01-06  Benjamin Otte  <otte@gnome.org>
17535
17536         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
17537           make RGB endianness work correctly
17538         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
17539           refactor and fix race with initial shuffling
17540         (nav_event_handler):
17541           allow using the mouse to puzzle
17542         (draw_puzzle):
17543           insist on tiles having width and height as multiples of 4 to get
17544           clean YUV image handling
17545         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
17546         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
17547           s/DEBUG/LOG/ for common messages
17548         (gst_xvimagesink_navigation_send_event):
17549           fix mouse event translation to not include screen PAR
17550         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17551           fix mouse event translation to actually work
17552
17553 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17554
17555         * gst/asfdemux/gstasfdemux.c:
17556         (gst_asf_demux_process_ext_content_desc):
17557          Extract TrackNumber metadata + clean up code
17558         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
17559          Hope this is the good fix (var used unitialised)
17560
17561 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17562
17563         * ext/faad/gstfaad.c: (gst_faad_chain):
17564           Only increment timestamp if it's valid. Fixes raw AAC streams.
17565
17566 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17567
17568         * configure.ac:
17569         * gst/games/Makefile.am:
17570         * gst/games/gstpuzzle.c:
17571           add a puzzle game with...
17572         * gst/games/gstvideoimage.c:
17573         * gst/games/gstvideoimage.h:
17574           ... full colorspace support (that includes YUV9 and RGB16)) stolen
17575           from videotestsrc and made into something that would be a nice
17576           library for a lot of other plugins.
17577
17578 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17579
17580         * configure.ac:
17581          don't compile faad plugin if a RC of 2.0 is found
17582          Fixes #155346 (and FC1 buildbot)
17583         * gst/asfdemux/gstasfdemux.c:
17584         (gst_asf_demux_process_ext_content_desc):
17585          try to make Solaris compiler happier
17586
17587 2005-01-06  Paul Jack  <pjack@sfaf.org>
17588
17589         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17590
17591         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
17592           Fix segfault (#161667).
17593
17594 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17595
17596         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17597           Fix framerate reporting.
17598
17599 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17600
17601         * gst-libs/gst/riff/riff-ids.h:
17602         * gst/wavenc/riff.h:
17603          Add AMR (VBR and CBR) ids to riff.h audio codec list
17604         * gst/asfdemux/gstasfdemux.c:
17605         (gst_asf_demux_process_ext_content_desc),
17606         (gst_asf_demux_process_object):
17607           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
17608
17609 2005-01-05  Martin Eikermann  <meiker@upb.de>
17610
17611         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17612
17613         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
17614         (gst_dvd_demux_handle_discont):
17615         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
17616         (gst_mpeg_demux_handle_discont):
17617           Recreate pads on new-media (#160730).
17618         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
17619           Send discont even if manager changes timestamps (#161929).
17620
17621 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
17622
17623         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17624
17625         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
17626           Fix invalid memory access (#159211).
17627
17628 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17629
17630         * examples/gstplay/player.c: (main):
17631           Don't iterate.
17632         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
17633           Add visualizations.
17634         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17635         (gst_a52dec_handle_frame):
17636           Set duration.
17637         * ext/dvdnav/gst-dvd:
17638           Add audioconvert. Fixes #161325.
17639         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
17640           Explicitely case to gint64. Possible valgrind error.
17641         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
17642         (gst_play_tick_callback), (gst_play_change_state),
17643         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
17644         (gst_play_set_location), (gst_play_get_location),
17645         (gst_play_seek_to_time), (gst_play_set_data_src),
17646         (gst_play_set_video_sink), (gst_play_set_audio_sink),
17647         (gst_play_set_visualization), (gst_play_connect_visualization),
17648         (gst_play_get_framerate), (gst_play_get_all_by_interface),
17649         (gst_play_new):
17650           Use playbin. Fixes #139749 and #147744.
17651         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
17652           Add genre tag.
17653         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
17654         (audioscale_get_type), (gst_audioscale_base_init),
17655         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
17656         (gst_audioscale_getcaps), (gst_audioscale_fixate),
17657         (gst_audioscale_link), (gst_audioscale_get_buffer),
17658         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
17659         (gst_audioscale_init), (gst_audioscale_dispose),
17660         (gst_audioscale_chain), (gst_audioscale_set_property),
17661         (gst_audioscale_get_property), (plugin_init):
17662           Indent properly.
17663         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
17664           Fix LPCM.
17665         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
17666         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
17667         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
17668           Add more metadata (fixes #162656).
17669
17670 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17671
17672         * configure.ac:
17673           back to cvs
17674
17675 === release 0.8.7 ===
17676
17677 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17678
17679         * NEWS:
17680         * RELEASE:
17681         * configure.ac:
17682           releasing 0.8.7, "Hyperspace"
17683
17684 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17685
17686         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
17687
17688         * gst/playback/gstplaybasebin.c:
17689          Fix for #162924 - free caps after use, not before
17690
17691 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17692
17693         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17694
17695         * gst/playback/gstplaybasebin.c:
17696         * gst/wavparse/gstwavparse.c:
17697           Fix for #154773 - fixes playback of small .wav files
17698
17699 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
17700
17701         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
17702
17703         * gst/audioscale/gstaudioscale.c:
17704           Fix for #162819 - make audioscale reusable
17705           Fixes playback of more than one file with playbin/totem
17706
17707 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17708
17709         * gst/ffmpegcolorspace/avcodec.h:
17710         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17711         * gst/ffmpegcolorspace/imgconvert.c:
17712           clean up the mess that made me cry and avoid needless duplication
17713
17714 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17715
17716         * gst/ffmpegcolorspace/imgconvert.c:
17717           give some indication of why we're segfaulting
17718
17719 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17720
17721         * configure.ac:
17722           Fix indentation, fix v4l2 plugin detection.
17723         * ext/Makefile.am:
17724           Fix libmms location (Maciej, use diff -u!).
17725         * ext/alsa/gstalsa.c: (gst_alsa_init):
17726           Initialize caps cache to NULL.
17727         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
17728           Only change state on audiosink if it exists.
17729
17730 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
17731
17732         * gst/matroska/matroska-demux.c:
17733         * gst/matroska/matroska-ids.h:
17734         * gst/matroska/matroska-demux.h:
17735         Fix Vorbis streams failing to decode in some files, where cluster_time
17736         isn't 0, because then it doesn't send codec_priv before actual data.
17737         Remove time-based test and replace it with marker set on beginning of
17738         new stream
17739
17740 2004-12-28  David Schleef  <ds@schleef.org>
17741
17742         Merge patch from Ronald fixing problems with streaming
17743         text.
17744         * ext/cairo/gstcairo.c: (plugin_init):
17745         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17746         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17747         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17748         (gst_textoverlay_font_init), (gst_textoverlay_init),
17749         (gst_textoverlay_set_property):
17750         * ext/cairo/gsttextoverlay.h:
17751
17752 2004-12-27  David Schleef  <ds@schleef.org>
17753
17754         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
17755         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
17756         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
17757         (gst_textoverlay_font_init), (gst_textoverlay_init),
17758         (gst_textoverlay_set_property): Improvements to actually
17759         render text as white on black outline on video, including
17760         font selection and horizontal/vertical alignment.  (Ronald's
17761         christmas present)
17762         * ext/cairo/gsttextoverlay.h:
17763
17764 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17765
17766         * ext/ogg/gstogg.c:
17767         * ext/ogg/gstogmparse.c:
17768           fix ogm[audio/video]parse plugin registration
17769           (riff won't load if bytestream is already loaded)
17770
17771 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17772
17773         * gst/audioconvert/gstchannelmix.c:
17774           fix for GLIB < 2.4
17775
17776 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17777
17778         * Makefile.am:
17779         * configure.ac:
17780           disable docs again until it actually passes make distcheck.
17781
17782 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17783
17784         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
17785         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17786         (plugin_init):
17787           Add 3GP (variables name Q3GP because they can't start with a
17788           number). Add samr audio fourcc (used in .3gp files), decoder
17789           is work in progress. Also do a GST_WARNING instead of ERROR
17790           in case of unknown nodes, to decrease output.
17791
17792 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17793
17794         * Makefile.am:
17795           really fix dist
17796
17797 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17798
17799         * configure.ac:
17800         * ext/speex/gstspeexdec.h:
17801         * ext/speex/gstspeexenc.h:
17802           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
17803           Fix detection code in configure.ac
17804
17805 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17806
17807         * gst/matroska/matroska-demux.c:
17808         (gst_matroska_demux_parse_blockgroup):
17809           Save position, so that queries give proper return values. Don't
17810           know how this could ever have worked before...
17811
17812 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17813
17814         * configure.ac:
17815           Put additional LAME check inside the conditional.  Fixes #152339
17816
17817 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17818
17819         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17820         (gst_avi_demux_stream_scan):
17821           Add some more debug. Fix logic error when setting movi offset
17822           while reading index.
17823
17824 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17825
17826         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
17827         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
17828         (gst_avi_demux_process_next_entry):
17829           Add some debugging. Better detection of broken indexes and the
17830           accompanying index recovery. No infinite loops on state changes
17831           when we're still in our loopfunction.
17832
17833 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17834
17835         * configure.ac:
17836           Fix up.
17837
17838 2004-12-22  Archana Shah  <archana.shah@wipro.com>
17839
17840         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
17841
17842         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
17843           Normalizing the value before setting
17844         (gst_sunaudiomixer_get_volume):
17845           Normalizing the value after getting. Fixes bug# 161980
17846
17847 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
17848
17849         * Makefile.am: Make sure docs gets disted
17850         * docs/Makefile.am: Make sure all needed files get disted
17851         * gst-plugins.spec.in: latest updates
17852
17853 2004-12-22  Wim Taymans  <wim@fluendo.com>
17854
17855         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
17856         Revert patch 1.38 as clock distribution over schedulers does
17857         not work correcly in the core yet.
17858
17859 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17860
17861         * sys/oss/README: remove this file, which predates my birth
17862           (and which content is by far outdated)
17863
17864 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
17865
17866         * Makefile.am:
17867         * configure.ac:
17868         * docs/Makefile.am:
17869         * docs/libs/Makefile.am:
17870         * docs/libs/gst-plugins-libs-docs.sgml:
17871         * docs/libs/gst-plugins-libs-sections.txt:
17872         * docs/libs/tmpl/gstgconf.sgml:
17873         * docs/upload.mak:
17874         * docs/version.entities.in:
17875           Added boilerplate gtk-doc files for plugin-libs documentation.
17876
17877 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17878
17879         * gst/auparse/gstauparse.c: fix int and float audio caps
17880
17881 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17882
17883         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17884         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
17885           g_assert() can be a macro, don't use #ifdef inside it.
17886
17887 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
17888
17889         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17890
17891         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
17892         (gst_videorate_init), (gst_videorate_chain),
17893         (gst_videorate_change_state):
17894           Event handling (fixes #159986).
17895
17896 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17897
17898         * gst-libs/gst/riff/riff-media.c:
17899         (gst_riff_create_video_caps_with_data):
17900           Add BLZ0 (Blizzard's version of DivX) fourcc.
17901
17902 2004-12-18  David Schleef  <ds@schleef.org>
17903
17904         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
17905         portability fix.
17906
17907 2004-12-18  David Schleef  <ds@schleef.org>
17908
17909         * gst/tta/ttadec.h: Disable some header code that isn't used
17910         and clearly isn't portable.
17911
17912 2004-12-18  David Schleef  <ds@schleef.org>
17913
17914         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
17915         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17916         (avcodec_get_pix_fmt), (avpicture_layout),
17917         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
17918         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
17919         Fix code to not use GCC extensions (and c99 extensions that
17920         Forte does not like.)
17921
17922 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
17923
17924         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17925
17926         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
17927         (gst_deinterlace_chain):
17928           Rowstride fixes. Fixes #161039.
17929         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
17930         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
17931         (gst_video_crop_getcaps), (gst_video_crop_link),
17932         (gst_video_crop_i420), (gst_video_crop_chain),
17933         (gst_video_crop_change_state):
17934           Rework of negotiation. Actually works now. Fixes #158650.
17935
17936 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17937
17938         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
17939           That was very stupid.
17940
17941 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17942
17943         * gst/matroska/matroska-demux.c:
17944         (gst_matroska_demux_parse_blockgroup):
17945           Fix possible crasher.
17946
17947 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17948
17949         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
17950         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
17951           Lace sizes can be zero.
17952
17953 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17954
17955         * ext/musepack/gstmusepackdec.cpp:
17956           Fetch error return values. Fixes #161624.
17957         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17958           Really EOS.
17959
17960 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17961
17962         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
17963           Work for truncated (unfinished download etc.) files. Fixes #160514.
17964
17965 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17966
17967         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17968           Fix for integer overflow. Makes #156001 not crash. Probably masks
17969           the real bug.
17970
17971 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17972
17973         * gst/ac3parse/gstac3parse.c: (plugin_init):
17974           Parsers never have ranks. Fixes #159651.
17975
17976 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17977
17978         * gst/playback/gstdecodebin.c: (compare_ranks):
17979           make sure the facotries are ordered the same every time even if they
17980           have the same rank by using the name
17981         * gst/playback/gstdecodebin.c: (find_compatibles):
17982           make sure we don't add factories to the list twice
17983
17984 2004-12-16  David Schleef  <ds@schleef.org>
17985
17986         * configure.ac: look for musepack headers as musepack/*.h
17987         (fixes #159847)
17988         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
17989         * ext/musepack/gstmusepackreader.h: same
17990
17991 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17992
17993         * gst-libs/gst/riff/riff-read.c:
17994         (gst_riff_read_strf_auds_with_data):
17995           Read extradata correctly (fixes #155879).
17996
17997 2004-12-16  David Schleef  <ds@schleef.org>
17998
17999         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18000         audio.  does _not_ attempt or allow conversion unless channels
18001         is 1 or 2.
18002
18003 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18004
18005         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18006
18007 2004-12-16  David Schleef  <ds@schleef.org>
18008
18009         * gst/audioscale/gstaudioscale.c: the resample library only
18010         handles 1 or 2 channels.  Change caps to compensate.
18011
18012 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18013
18014         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18015         (gst_matroska_demux_audio_caps):
18016           Some MPEG-AAC hacks, because else it doesn't work...
18017
18018 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18019
18020         * gst-libs/gst/riff/riff-media.c:
18021         (gst_riff_create_video_caps_with_data),
18022         (gst_riff_create_video_template_caps):
18023           Add h264.
18024
18025 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18026
18027         * gst-libs/gst/audio/Makefile.am:
18028           Try to fix buildbot.
18029
18030 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18031
18032         * gst/tcp/gstmultifdsink.c:
18033           Clean up and uniformize debugging.
18034
18035 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
18036
18037         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18038
18039         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18040         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18041         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18042         (gst_mpeg_demux_change_state):
18043           Reset on ready. Fixes 160276.
18044
18045 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18046
18047         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18048
18049         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18050         (gst_ffmpegcsp_pad_link):
18051           Fix memleak (#154815).
18052
18053 2004-12-16  James Bowes  <bowes@cs.dal.ca>
18054
18055         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18056
18057         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18058         (gst_musicbrainz_init), (gst_musicbrainz_chain),
18059         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18060         * ext/musicbrainz/gsttrm.h:
18061           Add support for using a proxy server when getting a trm id from
18062           the MusicBrainz database (#149613).
18063
18064 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
18065
18066         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18067
18068         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18069         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18070           Fix memleaks (#157233).
18071
18072 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18073
18074         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18075
18076         * gst-libs/gst/resample/resample.c: (gst_resample_close):
18077         * gst-libs/gst/resample/resample.h:
18078         * gst/audioscale/gstaudioscale.c:
18079           Fix memleak (#159215).
18080
18081 2004-12-16  Toni Willberg  <toniw@iki.fi>
18082
18083         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18084
18085         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18086         * sys/oss/oss_probe.c: (main):
18087           Check for mono/stereo support (similar to samplerate probing),
18088           fixes #159433. Also add missing copyright header to oss_probe.c.
18089
18090 2004-12-15  David Schleef  <ds@schleef.org>
18091
18092         * configure.ac: add audioresample and cairo plugins.  Remove
18093         HAVE_MMX stuff, because it's not used.
18094         * ext/Makefile.am: same
18095         * ext/audioresample/Makefile.am: You are not ready for an
18096         audio resampling element based on audioresample.
18097         * ext/audioresample/gstaudioresample.c:
18098         * ext/audioresample/gstaudioresample.h:
18099         * ext/cairo/Makefile.am: You are not ready for overlay elements
18100         based on cairo.  Don't look too closely, these elements kinda
18101         suck right now.
18102         * ext/cairo/gstcairo.c: new
18103         * ext/cairo/gsttextoverlay.c: new
18104         * ext/cairo/gsttextoverlay.h: new
18105         * ext/cairo/gsttimeoverlay.c: new
18106         * ext/cairo/gsttimeoverlay.h: new
18107         * gst-libs/gst/media-info/media-info-priv.h: fix compile
18108         problem with compilers that don't support variadic macros.
18109
18110 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18111
18112         Reviewed by:  David Schleef  <ds@schleef.org>
18113
18114         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
18115         Bala, registering sunaudiosrc (oops!), and cleaning up code a
18116         bit.  Also ran indent-gst.
18117         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18118         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18119         (gst_sunaudiosrc_setparams):
18120
18121 2004-12-14  David Schleef  <ds@schleef.org>
18122
18123         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18124         output rate to 16000.  Should fix #160235.
18125
18126 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18127
18128         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18129         Add typefinding for mpeg2 pes streams
18130
18131 2004-12-13  David Schleef  <ds@schleef.org>
18132
18133         * configure.ac:  Applied patch from bug #143659, making default
18134         sources and sinks OS-dependent (for Solaris), and added code
18135         for OS/X.
18136         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18137
18138 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18139
18140         * gst-libs/gst/riff/riff-media.c:
18141           forgot to add h2.64 to avidemux template caps
18142
18143 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18144
18145         * gst/wavenc/riff.h:
18146         * gst-libs/gst/riff/riff-media.c:
18147         * gst-libs/gst/riff/riff-ids.h:
18148         * gst/avi/gstavimux.c
18149         add 4CC code for VideoSoft h264 in AVI (VSSH)
18150           fixes bug #160655
18151         remove s323 from riff, it's quicktime specific :(
18152
18153 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18154
18155         * gst/asfdemux/README
18156         * gst/wavenc/riff.h
18157         * gst-libs/gst/riff/riff-ids.h
18158         * gst-libs/gst/riff/riff-media.c
18159         * gst/qtdemux/qtdemux.c:
18160           add new 4CC codes for h263 related codecs
18161           fixes partially bug #155163
18162
18163 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18164
18165         * configure.ac: Update polyaudio requirement to 0.7
18166         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18167
18168 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18169
18170         * gst/interleave/deinterleave.c:
18171         fix my name's spelling! :)
18172
18173 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18174
18175         * AUTHORS ChangeLog
18176         * gst/auparse/gstauparse.c
18177         * gst/interleave/deinterleave.c
18178         * gst/law/:
18179                 alaw-decode.c alaw-encode.c
18180                 mulaw-decode.c mulaw-encode.c
18181         * gst/oneton/gstoneton.c
18182         * sys/osxaudio/:
18183                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18184         * sys/osxvideo/:
18185                 cocoawindow.h cocoawindow.m
18186                 osxvideosink.h osxvideosink.m
18187
18188         put the same mail address for Zaheer Abbas Merali everywhere
18189
18190 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18191
18192         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18193           Align by packetsize, and assert that we a packet available before
18194           playing. The first makes webstreams work (they often include
18195           trailing padding data in a packet), the second allows pausing a
18196           ASF stream in totem without getting demux errors afterwards.
18197
18198 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18199
18200         * ext/ogg/gstoggdemux.c: (get_relative):
18201           Check for non-NULL before accessing member (end-of-chain).
18202
18203 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18204
18205         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18206         (cdparanoia_set_property), (cdparanoia_get_property):
18207         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18208         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18209         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18210         (dvdreadsrc_init), (dvdreadsrc_set_property),
18211         (dvdreadsrc_get_property):
18212         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18213         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18214           Synchronize property names where not yet the case. Devices are
18215           now device=X, other versions are deprecated (but still exist).
18216           Also use g_free() unconditionally.
18217         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18218         (setup_source), (gst_play_base_bin_get_property):
18219           Expose source.
18220
18221 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18222
18223         * configure.ac: move GCONF macro outside conditional for the am
18224           conditional. Fixes #160439
18225
18226 2004-12-08  David Schleef  <ds@schleef.org>
18227
18228         * tools/gst-visualise-m.m: Switch to elements that currently
18229         exist.
18230
18231 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18232
18233         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18234           We love wrong commas.
18235
18236 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18237
18238         * gst/matroska/matroska-demux.c:
18239         (gst_matroska_demux_handle_src_query):
18240           Don't set DEFAULT, unsupported - makes length display incorrectly
18241           in some cases.
18242
18243 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18244
18245         * gst/monoscope/README: remove blurb about files being GPL
18246         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18247         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18248           monoscope is now effectively LGPL licensed
18249
18250 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18251
18252         * gst/monoscope/README: Update information to be more correct
18253         * gst/monoscope/convolve.c: Relicense to LGPL
18254         * gst/monoscope/convolve.h: Relicense to LGPL
18255
18256 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18257
18258         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18259           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18260         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18261           set default_duration for mpeg1 audio
18262
18263 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18264
18265         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18266         * ext/alsa/gstalsa.h:
18267           refactor big chunks of the core caps negotiation code to make it
18268           a lot faster, because people claim it's really slow
18269           (actually, just cache the getcaps when the device is opened)
18270
18271 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18272
18273         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18274         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18275         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18276         (gst_a52dec_change_state), (plugin_init):
18277         * ext/a52dec/gsta52dec.h:
18278           Do something useful with timestamps. Make chain-based (since
18279           there's really no reason to be loopbased).
18280         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18281           Update current_byte/frame correctly.
18282
18283 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18284
18285         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18286         (gst_ape_demux_stream_init):
18287           Forward tags, too.
18288
18289 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18290
18291         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18292           Let's make sure we're done typefinding when detecting tags.
18293
18294 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18295
18296         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18297         (gst_ebml_read_init), (gst_ebml_read_use_event),
18298         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18299         (gst_ebml_read_seek), (gst_ebml_read_skip),
18300         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18301         (gst_ebml_read_master):
18302         * gst/matroska/ebml-read.h:
18303         * gst/matroska/matroska-demux.c:
18304         (gst_matroska_demux_parse_contents),
18305         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18306           Disgustingly evil hack for working around INTERRUPT events and
18307           their extremely annoying habit of being a pain in the ass. We
18308           simply peek a cluster before reading any of it.
18309
18310 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18311
18312         * ext/musepack/gstmusepackdec.cpp:
18313           There's also floating point libmusepacks.
18314
18315 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18316
18317         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18318         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18319           Set DURATION even if source buffer didn't. Also use increasing
18320           timestamps.
18321         * gst-libs/gst/riff/riff-media.c:
18322         (gst_riff_create_audio_caps_with_data):
18323           Block_align can have larger values than 8192.
18324
18325 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18326
18327         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18328         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18329         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18330         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18331           Fix caps.
18332
18333 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18334
18335         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18336           Fix logic bug.
18337
18338 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18339
18340         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18341           Yay, another one.
18342
18343 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18344
18345         * ext/esd/esdsink.c: (gst_esdsink_chain):
18346           Make error actually say something useful (fixes #156798).
18347         * gst-libs/gst/riff/riff-media.c:
18348         (gst_riff_create_video_caps_with_data),
18349         (gst_riff_create_video_template_caps):
18350           Add Intel Video 5.0 fourcc (IV50).
18351
18352 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18353
18354         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18355         detection on mono and stereo mp3 files.
18356
18357 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18358
18359         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18360           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18361           the contained stream).
18362
18363 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18364
18365         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18366           Oops, remove debug.
18367
18368 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18369
18370         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18371
18372         * gst/law/alaw-decode.c: (alawdec_getcaps):
18373         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18374           Prevent warnings when negotiating caps (fixes #159338).
18375
18376 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18377
18378         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18379         (gst_ffmpegcsp_chain):
18380           Remove old leftover that shouldn't be there...
18381
18382 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18383
18384         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18385
18386         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18387           Don't forward DISCONT events (fixes #159684).
18388
18389 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18390
18391         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18392           Unlink manually since sometimes bin disposal (and therefore
18393           pad unlinking) is delayed, which will cause a new media file
18394           to not be able to start playing instantly.
18395
18396 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18397
18398         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18399           On mute of an unlinked stream, check for pad availability so
18400           we don't crash on unlinked pad.
18401
18402 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18403
18404         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18405         (gst_avi_demux_massage_index):
18406           Fix quite humiliating bug in omitting 0-sized index chunks but
18407           forgetting to count them for timestamps.
18408
18409 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18410
18411         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18412           Actually leave the loop if we failed to sync. Don't crash.
18413
18414 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18415
18416         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18417         (gst_dvd_demux_process_private):
18418         * gst/mpegstream/gstdvddemux.h:
18419           Fix crash (#159759). Doesn't work, though. :-(.
18420
18421 2004-11-28  Benjamin Otte  <otte@gnome.org>
18422
18423         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18424           more overwriting protection due to modifying channels one by one
18425           instead of all at once
18426
18427 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18428
18429         * gst/audioconvert/gstchannelmix.c:
18430         (gst_audio_convert_fill_normalize):
18431           Normalize using absolute values.
18432
18433 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18434
18435         * configure.ac:
18436         * ext/Makefile.am:
18437         * ext/directfb/Makefile.am:
18438         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18439         (gst_directfbvideosink_get_pixel_format),
18440         (gst_directfbvideosink_get_format_from_fourcc),
18441         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18442         (gst_directfbvideosink_sink_link),
18443         (gst_directfbvideosink_change_state),
18444         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18445         (gst_directfbvideosink_buffer_alloc),
18446         (gst_directfbvideosink_interface_supported),
18447         (gst_directfbvideosink_interface_init),
18448         (gst_directfbvideosink_navigation_send_event),
18449         (gst_directfbvideosink_navigation_init),
18450         (gst_directfbvideosink_set_property),
18451         (gst_directfbvideosink_get_property),
18452         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18453         (gst_directfbvideosink_base_init),
18454         (gst_directfbvideosink_class_init),
18455         (gst_directfbvideosink_get_type), (plugin_init):
18456         * ext/directfb/directfbvideosink.h: Adding a first version of
18457         directfbvideosink.
18458         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18459         more.
18460
18461 2004-11-28  Benjamin Otte  <otte@gnome.org>
18462
18463         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18464           walk the samples backwards if out_channels > in_channels so we don't
18465           overwrite data
18466
18467 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18468
18469         * gst/audioconvert/Makefile.am:
18470         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18471         (gst_audio_convert_link), (gst_audio_convert_change_state),
18472         (gst_audio_convert_channels):
18473         * gst/audioconvert/gstchannelmix.c:
18474         (gst_audio_convert_unset_matrix),
18475         (gst_audio_convert_fill_identical),
18476         (gst_audio_convert_fill_compatible),
18477         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18478         (gst_audio_convert_fill_others),
18479         (gst_audio_convert_fill_normalize),
18480         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18481         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18482         * gst/audioconvert/gstchannelmix.h:
18483           Implement a channel mixer.
18484
18485 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18486
18487         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18488         * ext/alsa/gstalsa.h:
18489         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18490         Make alsasink actually honor gst_element_set_clock and use that
18491         clock instead of its internal one.
18492
18493 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18494
18495         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18496         (gst_play_base_bin_change_state): nullify source and decoder when
18497         going from READY to NULL so that we don't try to do weird stuff with
18498         them when going from NULL to READY
18499         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18500         instead of g_object_unref
18501         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18502         it should be correct
18503         (gst_play_bin_change_state): don't call remove_sinks if we are
18504         currently disposing the object
18505
18506 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18507
18508         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18509           Don't forget bass if it's there. Else left channel is silent...
18510
18511 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18512
18513         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18514         (gst_a52dec_change_state):
18515           Don't do sample adjusting anymore, we use float audio now.
18516         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18517           Don't fixate to non-existing properties.
18518
18519 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18520
18521         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
18522         (gst_a52dec_change_state):
18523           Advertise that we can do surround sound.
18524
18525 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18526
18527         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
18528           Add buffer-frames=0.
18529         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
18530         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
18531         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
18532         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
18533         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
18534         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
18535         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
18536         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
18537         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
18538         * ext/dvdread/dvdreadsrc.h:
18539           Add seeking, querying for bytes, sectors, title, angle and
18540           chapter. Handle multiple chapters. Relicense to LGPL because
18541           Billy agreed on that (thanks Billy!).
18542
18543 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18544
18545         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
18546         call parent dispose method
18547
18548 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
18549
18550         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
18551         (gst_audio_clock_get_internal_time):
18552         Fix active <-> inactive transitions: ensure time value always
18553         grows and avoid abrupt value changes.
18554
18555 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
18556
18557         * configure.ac:
18558         * gst/tta/Makefile.am:
18559         * gst/tta/crc32.h:
18560         * gst/tta/filters.h:
18561         * gst/tta/gsttta.c:
18562         * gst/tta/gstttadec.c:
18563         * gst/tta/gstttadec.h:
18564         * gst/tta/gstttaparse.c:
18565         * gst/tta/gstttaparse.h:
18566         * gst/tta/ttadec.h:
18567           added TTA parser and decoder
18568
18569 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18570
18571         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18572         (probe_triggered), (check_queue), (buffer_underrun),
18573         (buffer_running), (buffer_overrun), (gen_source_element),
18574         (setup_source):
18575         * gst/playback/gstplaybasebin.h:
18576           Implement buffering. Needs some more work.
18577
18578 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18579
18580         * ext/theora/theoradec.c: (theora_dec_chain):
18581           Fix ilog mask range overflow.
18582
18583 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18584
18585         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18586           Don't omit the last (which in case of dmix is the only :) )
18587           channel count. Don't set channels if <= 2.
18588
18589 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
18590
18591         * gst/playback/gstplaybin.c: (gen_video_element),
18592         (gen_audio_element): Removed 2 obsolete comments
18593
18594 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18595
18596         * ext/vorbis/oggvorbisenc.c
18597         * ext/vorbis/vorbisenc.c :
18598           change description fields of those plugins to differentiate them
18599           (pitivi show Encoders by description, they had the same one)
18600
18601 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
18602
18603         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18604
18605         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
18606         (gst_play_bin_set_property), (gen_video_element),
18607         (gen_audio_element):
18608           Refcounting fixes for provided audio-/videosinks.
18609
18610 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18611
18612         * gst/playback/gstplaybin.c: (gen_video_element),
18613         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
18614           Don't reference all sinks, but only the video- and audiosinks.
18615           The vis. element should be disposed when we're done with it.
18616           We don't have any reason to keep it around. This fixes warnings
18617           when reusing playbin for playing multiple audio files with
18618           vis. enabled. Also release audio device on pause - idea stolen
18619           from Rhythmbox.
18620
18621 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18622
18623         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
18624         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
18625         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
18626         * ext/alsa/gstalsaplugin.c: (plugin_init):
18627         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
18628         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
18629         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
18630         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
18631         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
18632         (gst_faad_change_state), (plugin_init):
18633         * ext/faad/gstfaad.h:
18634         * ext/vorbis/vorbis.c: (plugin_init):
18635         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18636         * gst-libs/gst/audio/Makefile.am:
18637         * gst-libs/gst/audio/audio.c: (plugin_init):
18638         * gst-libs/gst/audio/multichannel.c:
18639         (gst_audio_check_channel_positions),
18640         (gst_audio_get_channel_positions),
18641         (gst_audio_set_channel_positions),
18642         (gst_audio_set_structure_channel_positions_list),
18643         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
18644         (gst_audio_fixate_channel_positions):
18645         * gst-libs/gst/audio/multichannel.h:
18646         * gst-libs/gst/audio/testchannels.c: (main):
18647         * gst/audioconvert/gstaudioconvert.c:
18648         (gst_audio_convert_class_init), (gst_audio_convert_init),
18649         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
18650         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
18651         (gst_audio_convert_fixate), (gst_audio_convert_channels):
18652         * gst/audioconvert/plugin.c: (plugin_init):
18653           Surround sound support.
18654
18655 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18656
18657         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18658           Fix position for discont if we're close as well. Nitpicking, but
18659           saves a few milliseconds of extra waiting or skipping.
18660
18661 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18662
18663         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
18664           We sometimes need parsers for playback, so add those too.
18665
18666 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18667
18668         * configure.ac:
18669         * gst/apetag/Makefile.am:
18670         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
18671         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
18672         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
18673         (gst_ape_demux_get_src_query_types),
18674         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
18675         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
18676         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
18677         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
18678         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
18679         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
18680         (gst_ape_demux_change_state):
18681         * gst/apetag/apedemux.h:
18682         * gst/apetag/apetag.c: (plugin_init):
18683         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
18684         (plugin_init):
18685           APE v1/2 tag reader plus typefind function.
18686
18687 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18688
18689         * configure.ac:
18690         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18691         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18692           Remove hacks for older core. Require newer core version
18693           accordingly.
18694
18695 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18696
18697         * gst/cdxaparse/Makefile.am:
18698         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
18699         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
18700         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
18701         * gst/cdxaparse/gstcdxaparse.h:
18702         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
18703         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
18704         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
18705         (gst_cdxastrip_get_src_query_types),
18706         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
18707         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
18708         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
18709         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
18710         * gst/cdxaparse/gstcdxastrip.h:
18711           SVCD/VCD header stripping separated from CDXA image parsing.
18712         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18713         (plugin_init):
18714           Add VCD/SVCD header typefinding for VCD/SVCD.
18715         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
18716         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
18717         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
18718         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
18719         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
18720         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
18721         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
18722         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
18723         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
18724         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
18725         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
18726         * sys/vcd/vcdsrc.h:
18727           Fix up, add seeking, querying, URI interface. Works in totem now.
18728
18729 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18730
18731         * configure.ac:
18732           back to CVS
18733
18734 === release 0.8.6 ===
18735
18736 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18737
18738         * NEWS:
18739         * RELEASE:
18740         * configure.ac:
18741         * po/af.po:
18742         * po/az.po:
18743         * po/cs.po:
18744         * po/en_GB.po:
18745         * po/hu.po:
18746         * po/it.po:
18747         * po/nb.po:
18748         * po/nl.po:
18749         * po/or.po:
18750         * po/sq.po:
18751         * po/sr.po:
18752         * po/sv.po:
18753         * po/uk.po:
18754           releasing 0.8.6, "IOU Love"
18755
18756 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18757
18758         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18759
18760         * gst/playback/gstplaybasebin.c:
18761           Fix unplayable files error handling.  Fixes #158365
18762
18763 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18764
18765         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18766
18767         * gst/typefind/gsttypefindfunctions.c:
18768           Fix broken mp3 typefinding.  Fixes #158375
18769
18770 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18771
18772         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18773
18774         * ext/ogg/gstoggdemux.c:
18775           Fix sync on broken files.  Fixes #158976
18776
18777 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18778
18779         patch by: Edward Hervey <bilboed@bilboed.com>
18780
18781         * ext/libpng/gstpngenc.c:
18782           Copy over buffer properties.  Fixes #158832
18783
18784 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18785
18786         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
18787
18788         * ext/dvdread/dvdreadsrc.c:
18789           Fixes invalid reads (#158462)
18790
18791 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18792
18793         * sys/v4l/gstv4lsrc.c:
18794         * sys/v4l/gstv4lsrc.h:
18795         * sys/v4l/v4lsrc_calls.c:
18796           Probe less and cache it.  Fixes #159187.
18797
18798 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18799
18800         * gst/videorate/gstvideorate.c:
18801           Handle all video formats. Fixes #159186.
18802
18803 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
18804         * gst/synaesthesia/gstsynaesthesia.c:
18805         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
18806         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
18807         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
18808         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
18809         (gst_synaesthesia_change_state), (plugin_init):
18810         Fix up synaesthesia to work under different samplerates/ buffer sizes.
18811         Force 320x200 output, as that's the only thing the underlying
18812         synaesthesia implementation supports. Still needs to be made
18813         re-entrant.
18814
18815 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18816
18817         * configure.ac:
18818           Fix mpeg2enc configure check (similar to mplex check below).
18819
18820 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
18821
18822         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18823
18824         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18825           Fix for gcc-2.95 (fixes #158221).
18826
18827 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18828
18829         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18830           Re-add clock distribution hack (until new core is released).
18831           Fixes #158125.
18832
18833 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
18834         * configure.ac:
18835           fix mplex configure check segfaulting on some systems (bug #140994)
18836
18837 2004-11-13  Benjamin Otte  <otte@gnome.org>
18838
18839         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
18840           add debugging
18841         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18842           do a wait when we enter the loop func with no data available to
18843           write instead of getting into an 100% CPU loop by just returning and
18844           being called again by the scheduler
18845
18846 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
18847
18848         * configure.ac:
18849         * ext/libvisual/visual.c: (gst_visual_get_type),
18850         (libvisual_log_handler), (gst_visual_getcaps),
18851         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
18852         (plugin_init):
18853           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
18854         * ext/smoothwave/Makefile.am:
18855         * ext/smoothwave/demo-osssrc.c: (main):
18856         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
18857         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
18858         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
18859         (plugin_init):
18860         * ext/smoothwave/gstsmoothwave.h:
18861           Make gstsmoothwave a working element in the 20th century.
18862
18863         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
18864           Fix incorrect link function
18865
18866 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18867
18868         * gst/volume/gstvolume.c:
18869           Allow buffer-frames=0.
18870
18871 2004-11-12 Iain <iaingnome@gmail.com>
18872
18873         * configure.ac: Check for polypaudio
18874
18875         * ext/Makefile.am: Build the polyp dir
18876
18877         * ext/polyp: The polypsink sources.
18878
18879 2004-10-30 Iain <iaingnome@gmail.com>
18880
18881         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
18882         caps to reflect the new number of channels.
18883
18884 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18885
18886         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18887           Fix for negotiation order problem. This would show when the
18888           ALSA loopfuction was called before any other function. ALSA
18889           wouldn't do anything because we're not negotiated yet, leading
18890           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
18891
18892 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18893
18894         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18895
18896         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18897           No warnings (#157986).
18898
18899 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18900
18901         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
18902           Prefer apev1/2 and id3v1 (at end of file) over musepack.
18903
18904 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18905
18906         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
18907           Signal no-more-pads (so it works in playbin).
18908
18909 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18910
18911         * ext/musepack/gstmusepackreader.cpp:
18912           Workaround for older core.
18913
18914 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18915
18916         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
18917           Actually test for odd width/height rather than testing whether
18918           a temporary variable that was 0 before we subtracted 1 is now
18919           not equal to zero (which it always is).
18920
18921 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18922
18923         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18924         Fix compilation if HAVE_XVIDEO is not defined
18925
18926 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18927
18928         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18929         Fix compilation if HAVE_XVIDEO is not defined
18930
18931 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
18932
18933         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
18934         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
18935         (gst_goom_change_state), (plugin_init):
18936         Use the bytestream adapter so goom doesn't depend on the input
18937         buffer size.
18938         Add a debug category
18939
18940 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18941
18942         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18943           Only set hardware parameters *after* negotiation. Before
18944           negotiation, it will set ANY and that seems to cause crashes
18945           (see e.g. #151288, #153227).
18946
18947 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18948
18949         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18950           This seems to be antique leftover. It needs to pass error
18951           checking.
18952         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
18953         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
18954         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
18955         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
18956           Fix GstXOverlay implementation (#151059).
18957
18958 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18959
18960         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18961           Don't assert (#157853).
18962
18963 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18964
18965         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
18966           Fix bytes/samples confustion.
18967         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
18968           Fix for underrun (#144389).
18969
18970 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18971
18972         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18973           Disable halfway-seek for pending release (since it needs a new
18974           core release).
18975
18976 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18977
18978         * sys/v4l/gstv4lsrc.c:
18979         * sys/v4l/gstv4lsrc.h:
18980         * sys/v4l/v4lsrc_calls.c:
18981           add autoprobe-fps property so we can separate autoprobing parts
18982
18983 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18984
18985         * sys/v4l/gstv4lsrc.c:
18986         * sys/v4l/v4lsrc_calls.c:
18987         initialise fourcc to catch unset fourcc's, and debug
18988
18989 2004-11-09  Wim Taymans  <wim@fluendo.com>
18990
18991         * gst/playback/README:
18992         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
18993         * gst/playback/gstplaybin.c: (gst_play_bin_init),
18994         (gst_play_bin_dispose), (gst_play_bin_set_property),
18995         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
18996         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
18997         (gst_play_bin_get_formats), (gst_play_bin_convert),
18998         (gst_play_bin_get_query_types), (gst_play_bin_query):
18999         Cleanups and some more documentation.
19000
19001 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
19002
19003         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19004         (gst_cacasink_init), (gst_cacasink_chain):
19005         * ext/libcaca/gstcacasink.h:
19006         Cacasink inherits from VideoSink, so let that store the clock.
19007
19008 2004-11-09  Wim Taymans  <wim@fluendo.com>
19009
19010         * gst/playback/README:
19011         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19012         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19013         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19014         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19015         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19016         (setup_sinks):
19017         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19018         (gst_stream_info_is_mute), (gst_stream_info_set_property):
19019         * gst/playback/gststreaminfo.h:
19020         Updated README.
19021         Only switch groups if all streams have muted (EOSed).
19022         Send Tags in sync with the stream playback instead of in
19023         the playback/preroll phase.
19024         Some cleanups, free the fakesrc elements.
19025
19026 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19027
19028         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19029           buffer-frames property was missing
19030         * ext/arts/gst_arts.c:
19031           rate missing from sinkcaps
19032         * ext/audiofile/gstafparse.c:
19033         * ext/audiofile/gstafsink.c:
19034         * ext/audiofile/gstafsrc.c:
19035         * ext/swfdec/gstswfdec.c:
19036           int audio doesn't know buffer-frames
19037         * ext/cdparanoia/gstcdparanoia.c:
19038           int audio doesn't know chunksize either
19039         * ext/nas/nassink.c:
19040           it's endianness, not endianess
19041         * gst-libs/gst/audio/audio.h:
19042           make float standard pad template caps really describe float
19043         * gst/law/mulaw.c: (linear_factory):
19044           signed only, please
19045         * gst/mpegstream/gstdvddemux.c:
19046           widths of 20 are not valid
19047
19048 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19049
19050         Submitted by: Luca Ferretti <elle.uca@infinito.it>
19051
19052         * po/LINGUAS:
19053         * po/it.po:
19054           Add Italian
19055
19056 2004-11-08  Wim Taymans  <wim@fluendo.com>
19057
19058         * gst/playback/README:
19059         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19060         * gst/playback/gstplaybasebin.c: (probe_triggered),
19061         (gst_play_base_bin_change_state):
19062         Updated README, added more comments for fixmes etc..
19063
19064 2004-11-08  Wim Taymans  <wim@fluendo.com>
19065
19066         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19067         We can remove this hack now.
19068
19069 2004-11-08  Wim Taymans  <wim@fluendo.com>
19070
19071         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19072         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19073         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19074         Only mix AYUV for maximum quality.
19075
19076 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19077
19078         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19079         (gst_ogg_demux_push), (gst_ogg_pad_push):
19080           Let's act as if we're synchronized now! :).
19081         * ext/theora/theoradec.c: (theora_dec_chain):
19082           Add some debug.
19083
19084 2004-11-08  Wim Taymans  <wim@fluendo.com>
19085
19086         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19087         (gst_alpha_set_property), (gst_alpha_sink_link),
19088         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19089         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19090         (gst_alpha_init_params), (gst_alpha_chain):
19091         Implement alpha functions for AYUV too, this increases
19092         accuracy quite a bit.
19093
19094 2004-11-08  Wim Taymans  <wim@fluendo.com>
19095
19096         * gst/ffmpegcolorspace/avcodec.h:
19097         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19098         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19099         (gst_ffmpegcsp_avpicture_fill):
19100         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19101         (gst_ffmpegcsp_caps_remove_format_info):
19102         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19103         (shrink12), (img_get_alpha_info), (deinterlace_line),
19104         (deinterlace_line_inplace):
19105         * gst/ffmpegcolorspace/imgconvert_template.h:
19106         Added AYUV colorspace and handle RGBA a bit more respectful.
19107
19108 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19109
19110         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19111           Actually always send a discont (cornercase when resending the
19112           same serial-tagged chain twice).
19113
19114 2004-11-08  Julien MOUTTE  <julien@moutte.net>
19115
19116         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19117         (gst_ximagesink_finalize):
19118         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19119         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19120
19121 2004-11-08  Wim Taymans  <wim@fluendo.com>
19122
19123         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19124         Don't segfault on NULL data.
19125
19126 2004-11-08  Wim Taymans  <wim@fluendo.com>
19127
19128         * gst/playback/gstdecodebin.c: (unlinked):
19129         * gst/playback/gstplay-marshal.list:
19130         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19131         (gst_play_base_bin_init), (group_create), (get_active_group),
19132         (get_building_group), (group_destroy), (group_commit),
19133         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19134         (add_element_stream), (no_more_pads), (probe_triggered),
19135         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19136         (state_change), (setup_source), (gst_play_base_bin_get_property),
19137         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19138         (gst_play_base_bin_link_stream),
19139         (gst_play_base_bin_get_streaminfo):
19140         * gst/playback/gstplaybasebin.h:
19141         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19142         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19143         Add support for chained ogg files. Prepare for playlist
19144         support. This patch introduces the concept of pad groups, which
19145         together compose one playable media file.
19146
19147 2004-11-07  David Schleef  <ds@schleef.org>
19148
19149         * testsuite/gst-lint: Check for pad templates that aren't statically
19150         scoped.
19151
19152 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19153
19154         * configure.ac:
19155         * ext/Makefile.am:
19156         * ext/musepack/Makefile.am:
19157         * ext/musepack/gstmusepackdec.cpp:
19158         * ext/musepack/gstmusepackdec.h:
19159         * ext/musepack/gstmusepackreader.cpp:
19160         * ext/musepack/gstmusepackreader.h:
19161           Add musepack decoder.
19162         * ext/faad/gstfaad.c: (gst_faad_base_init):
19163           Make pad templates static.
19164         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19165         (plugin_init):
19166           Add musepack typefinder, make mp3 typefinding work halfway stream,
19167           which doesn't actually work yet because id3demux doesn't implement
19168           _get_length().
19169
19170 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19171
19172         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19173         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19174           Fix interrupt event handling (#144436).
19175
19176 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19177
19178         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19179           Hide unused glory.
19180
19181 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19182
19183         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19184
19185         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19186           Fix weird caps (#157548).
19187
19188 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19189
19190         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19191
19192         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19193           Add missing NULL terminator (#157543).
19194
19195 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19196
19197         * gst/tcp/gsttcp.h:
19198         * gst/tcp/gsttcpclientsink.c:
19199         * gst/tcp/gsttcpclientsrc.c:
19200         * gst/tcp/gsttcpserversink.c:
19201         * gst/tcp/gsttcpserversrc.c:
19202           ports can go up to 65535.  Move common defines to gsttcp.h
19203
19204 2004-11-05  Wim Taymans  <wim@fluendo.com>
19205
19206         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19207         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19208         Added two more colorspaces.
19209
19210 2004-11-05  Wim Taymans  <wim@fluendo.com>
19211
19212         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19213         (gst_ffmpegcsp_avpicture_fill):
19214         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19215         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19216         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19217         More stride fixes.
19218
19219 2004-11-05  Wim Taymans  <wim@fluendo.com>
19220
19221         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19222         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19223         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19224         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19225         (gst_videomixer_loop):
19226         More stride fixes.
19227
19228 2004-11-05  Benjamin Otte  <otte@gnome.org>
19229
19230         * ext/mad/gstmad.c: (gst_mad_chain):
19231           don't overflow data buffer. Flush not needed sync data when syncing
19232           failed.
19233
19234 2004-11-04  Wim Taymans  <wim@fluendo.com>
19235
19236         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19237         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19238         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19239         (gst_alpha_init_params), (gst_alpha_chain),
19240         (gst_alpha_change_state):
19241         Updated the chroma keying algorithm with something more
19242         sophisticated.
19243
19244 2004-11-03  Wim Taymans  <wim@fluendo.com>
19245
19246         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19247         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19248         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19249         Fix stride issues. Does not completely work for odd
19250         heights.
19251
19252 2004-11-03  Wim Taymans  <wim@fluendo.com>
19253
19254         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19255         (gst_alpha_chroma_key), (gst_alpha_chain):
19256         Fix stride issues. Does not completely work for odd
19257         heights.
19258
19259 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19260
19261         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19262         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19263         leak fixes
19264
19265 2004-11-03  Wim Taymans  <wim@fluendo.com>
19266
19267         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19268         (gst_ffmpegcsp_avpicture_fill):
19269         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19270         (avpicture_alloc):
19271         * gst/ffmpegcolorspace/imgconvert_template.h:
19272         Use correct _fill function to get correct strides.
19273
19274 2004-11-02  David Schleef  <ds@schleef.org>
19275
19276         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19277         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19278         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19279         Change all g_print()s to debugging.  Add a bunch of consistency
19280         checks.
19281
19282 2004-11-02  Wim Taymans  <wim@fluendo.com>
19283
19284         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19285         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19286         (unlinked), (no_more_pads), (close_link):
19287         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19288         (unknown_type), (add_element_stream), (new_decoded_pad),
19289         (removed_decoded_pad), (setup_source):
19290         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19291         (gst_stream_info_class_init), (gst_stream_info_init),
19292         (gst_stream_info_new), (gst_stream_info_dispose),
19293         (stream_info_mute_pad), (gst_stream_info_set_property),
19294         (gst_stream_info_get_property):
19295         * gst/playback/gststreaminfo.h:
19296         Fix playback of multiple files.
19297         a slightly different approach to handling dynamic pad removals.
19298         This one only looks at pads that we have linked.
19299
19300 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19301
19302         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19303         free" warning from libc.
19304
19305 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19306
19307         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19308         (get_unconnected_element), (remove_starting_from), (pad_removed),
19309         (close_link):
19310           Implement support for dynamic pad changing. We listen to "live"
19311           pad removals (i.e. while playing) and re-setup autoplugging
19312           after that. Playbasebin/playbin need some more work for this
19313           to finally work, but decodebin supports (and replugs) chained
19314           ogg now.
19315
19316 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19317
19318         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19319         (gst_alsa_finalize):
19320         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19321         (gst_cdaudio_finalize):
19322         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19323         (cdparanoia_finalize):
19324         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19325         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19326         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19327         (dvdreadsrc_finalize):
19328         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19329         (gst_flacdec_finalize):
19330         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19331         (gst_flacenc_finalize):
19332         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19333         (gst_gnomevfssink_finalize):
19334         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19335         (gst_gnomevfssrc_finalize):
19336         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19337         (gst_fameenc_finalize):
19338         * ext/nas/nassink.c: (gst_nassink_class_init),
19339         (gst_nassink_finalize):
19340         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19341         (gst_sdlvideosink_class_init):
19342         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19343         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19344         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19345         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19346         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19347         (gst_x_window_listener_dispose):
19348         * gst/audioscale/gstaudioscale.c:
19349         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19350         (play_on_demand_finalize):
19351         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19352         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19353         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19354         (cdplayer_finalize):
19355         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19356         (gst_glimagesink_class_init):
19357         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19358         (gst_osselement_finalize):
19359         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19360         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19361         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19362           Fixes a bunch of problems with finalize and dispose functions,
19363           either assumptions that dispose is only called once, or not calling
19364           the parent class dispose/finalize function
19365
19366 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19367
19368         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19369           added two api precondition guards
19370           use g_strdup with getenv to fix crash when using ENVVAR
19371
19372 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19373         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19374         (gst_esdsink_finalize):
19375         Use a finalize function, not dispose, and more importantly,
19376         call the parent class finalize function too
19377
19378 2004-11-01  Johan Dahlin  <johan@gnome.org>
19379
19380         * ext/ogg/gstoggdemux.c:
19381         * gst/tags/gstvorbistag.c:
19382         Plug leaks.
19383
19384 2004-10-31  Benjamin Otte  <otte@gnome.org>
19385
19386         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19387           lotsa memleaks today. But they're all small...
19388
19389 2004-10-31  Benjamin Otte  <otte@gnome.org>
19390
19391         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19392           another memleak crushed
19393
19394 2004-10-31  Benjamin Otte  <otte@gnome.org>
19395
19396         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19397           fix memleak
19398
19399 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19400
19401         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19402           Hack to prevent crash when going to READY inside signal handler
19403           while this function is active.
19404
19405 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19406
19407         * gst/ffmpegcolorspace/Makefile.am:
19408         * gst/ffmpegcolorspace/avcodec.h:
19409         * gst/ffmpegcolorspace/common.h:
19410         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19411         * gst/ffmpegcolorspace/dsputil.h:
19412         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19413         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19414         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19415         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19416         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19417         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19418         (gst_ffmpegcsp_avpicture_fill):
19419         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19420         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19421         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19422         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19423         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19424         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19425         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19426         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19427         * gst/ffmpegcolorspace/imgconvert.c:
19428         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19429         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19430         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19431         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19432         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19433         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19434         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19435         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19436         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19437         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19438         (grow21), (grow22), (grow41), (grow44), (conv411),
19439         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19440         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19441         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19442         (avpicture_free), (is_yuv_planar), (img_convert),
19443         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19444         (deinterlace_line_inplace), (deinterlace_bottom_field),
19445         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19446         * gst/ffmpegcolorspace/imgconvert_template.h:
19447         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19448         * gst/ffmpegcolorspace/mmx.h:
19449         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19450         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19451         (av_freep), (avcodec_get_context_defaults),
19452         (avcodec_alloc_context), (avcodec_init):
19453           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19454           handling plus update from ffmpeg CVS. Large clean-up.
19455
19456 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19457
19458         * gst/playback/Makefile.am:
19459           We need the marshallers for decodebin, too.
19460
19461 2004-10-30  David Schleef  <ds@schleef.org>
19462
19463         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19464           quicktime typefinding work with 64-bit offsets.
19465
19466 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19467
19468         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19469           Set EOS on the element when processing an EOS event.
19470         * ext/speex/gstspeexdec.h:
19471         * ext/speex/gstspeexenc.h:
19472           Only keep a const ptr to the mode
19473         * gst-libs/gst/riff/riff-media.c:
19474         (gst_riff_create_audio_caps_with_data),
19475         (gst_riff_create_audio_template_caps):
19476           Allow WMAV3, with up to 6 channels.
19477         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19478           Don't call gst_pad_set_event_function on a sink pad.
19479         * gst/mpegstream/gstdvddemux.c:
19480         (gst_dvd_demux_get_subpicture_stream),
19481         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19482           Copy the explicit caps that were set across to the cur_* pads,
19483           instead of trying to use a possibly non-existent negotiated caps.
19484           Reset the type of subpicture pads to UNKNOWN after calling
19485           init_stream, so that the caps get set.
19486
19487 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19488
19489         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19490
19491         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19492           Don't touch buffer if it is of size 0 (fixes #151064).
19493
19494 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19495
19496         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19497           Synchronized discont handling.
19498
19499 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19500
19501         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19502         (gst_ogg_demux_push):
19503           Make seeking sort-of exact again (fixes #156387).
19504
19505 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19506
19507         * gst/playback/gstplaybasebin.c: (unknown_type),
19508         (add_element_stream), (new_decoded_pad),
19509         (gst_play_base_bin_change_state):
19510         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19511         (gst_stream_info_init), (gst_stream_info_new),
19512         (gst_stream_info_dispose), (gst_stream_info_get_property):
19513         * gst/playback/gststreaminfo.h:
19514           Make caps explicitely available. Makes testing for unsupported
19515           types possible. Improves error reporting.
19516
19517 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19518
19519         * gst/audioconvert/gstaudioconvert.c:
19520         (gst_audio_convert_buffer_to_default_format):
19521           Really don't touch read-only buffers (#156563).
19522
19523 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
19524
19525         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19526
19527         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
19528           Fix memleak (#155223).
19529
19530 2004-10-29  Wim Taymans  <wim@fluendo.com>
19531
19532         * gst/tcp/.cvsignore:
19533         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
19534         (gst_multifdsink_class_init), (gst_multifdsink_init),
19535         (gst_multifdsink_add), (gst_multifdsink_remove),
19536         (gst_multifdsink_remove_client_link), (is_sync_frame),
19537         (gst_multifdsink_new_client),
19538         (gst_multifdsink_handle_client_write),
19539         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
19540         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
19541         (gst_multifdsink_get_property):
19542         * gst/tcp/gstmultifdsink.h:
19543         Added burst on connect sync_method, deprecated sync_clients,
19544         streamlined the sync code some more.
19545
19546 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19547
19548         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
19549         (gst_play_base_bin_change_state):
19550           Improve error reporting.
19551
19552 2004-10-28  Wim Taymans  <wim@fluendo.com>
19553
19554         * gst/tcp/Makefile.am:
19555         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
19556         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
19557         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
19558         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
19559         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
19560         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
19561         (gst_fdset_wait):
19562         Added more locks around fdset structures. Fixed/reworked
19563         the poll array resizing code.
19564         Added stress test for fdset.
19565
19566 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19567
19568         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19569         fix build
19570
19571 2004-10-28  Benjamin Otte  <otte@gnome.org>
19572
19573         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
19574           fix link function to always query channels and query width for
19575           floats
19576         * configure.ac:
19577           add equalizer dir
19578         * gst/equalizer/Makefile.am:
19579         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
19580         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
19581         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
19582         (arg_to_scale), (setup_filter),
19583         (gst_iir_equalizer_compute_frequencies),
19584         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
19585         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
19586         (plugin_init):
19587           add an equalizer
19588
19589 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19590
19591         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
19592
19593         * po/LINGUAS:
19594         * po/nb.po:
19595           Added Norwegian Bokmaal translation
19596
19597 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19598
19599         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19600           Don't break on options (fixes #156488).
19601
19602 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19603
19604         * configure.ac:
19605         * ext/cdaudio/Makefile.am:
19606         * sys/Makefile.am:
19607           fix build on older automake
19608
19609 2004-10-26  Wim Taymans  <wim@fluendo.com>
19610
19611         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19612         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19613         Allow a little margin when negotiating the framerate.
19614
19615 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
19616
19617         * gst/level/gstlevel.c:
19618           synchonised naming of pads and pad-templates
19619
19620 2004-10-26  Wim Taymans  <wim@fluendo.com>
19621
19622         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19623         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
19624         (_find_streams_check), (gst_ogg_demux_push):
19625         Fix EOS again. Needs to be done in a better way. We should not
19626         remove the pad if there is no new chained stream.
19627
19628 2004-10-26 Iain <iaingnome@gmail.com>
19629
19630         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
19631         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
19632         of the caps.
19633         * gst/interleave/interleave.c (interleave_class_init): Hook up release
19634         pad.
19635         (interleave_release_pad): Remove the pad.
19636         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
19637         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
19638         the set device.
19639         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
19640         attrs
19641         (gst_xvimagesink_xcontext_clear): Free the xcontext.
19642         (gst_xvimagesink_finalize): Free the par.
19643
19644 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19645
19646         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
19647         (gst_avimux_stop_file):
19648           First calculate the rate, and only then use it. Hdr.rate is a
19649           multiple and not a derivative of hdr.scale. Scale is not the
19650           same as blockalign but is solely related to rate.
19651
19652 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19653
19654         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
19655         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
19656           Implement seeking.
19657
19658 2004-10-25  James Henstridge  <james@jamesh.id.au>
19659
19660         Reviewed by:  David Schleef  <ds@schleef.org>
19661
19662         * examples/gstplay/player.c: (got_stream_length), (main):
19663         * examples/seeking/cdplayer.c: (update_scale):
19664         * examples/seeking/seek.c: (format_value), (update_scale):
19665         * examples/seeking/spider_seek.c: (format_value), (update_scale),
19666         (stop_seek):
19667         Build fixes on AMD64.
19668
19669 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19670
19671         reviewed by: Ronald Bultje <rbultje at gnome dot org>
19672
19673         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
19674         Fix for some v4l cards which hang in v4lsrc
19675
19676 2004-10-25  Wim Taymans  <wim@fluendo.com>
19677
19678         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
19679         (gst_ogg_demux_push), (gst_ogg_chains_clear):
19680         Make sure to remove the pad when a new chain is
19681         encountered. Set some vars to NULL so we don't try
19682         to reference freed memory.
19683
19684 2004-10-25  Wim Taymans  <wim@fluendo.com>
19685
19686         * examples/seeking/Makefile.am:
19687         * examples/seeking/cdplayer.c: (update_scale):
19688         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
19689         * examples/seeking/playbin.c: (make_playerbin_pipeline),
19690         (format_value), (update_scale), (iterate), (start_seek),
19691         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
19692         (print_usage), (main):
19693         Added some more examples, update others.
19694
19695 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19696
19697         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
19698         * ext/speex/gstspeexdec.c: (speex_dec_chain):
19699         * ext/theora/theoradec.c: (theora_dec_chain):
19700         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19701           Add codec-name metadata.
19702
19703 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
19704
19705         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19706
19707         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19708         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19709         * ext/alsa/gstalsamixertrack.h:
19710         * po/POTFILES.in:
19711           ALSA mixer track label internationalization (#154054).
19712
19713 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19714
19715         * ext/theora/theoradec.c: (theora_dec_chain):
19716           Export bitrate as metadata.
19717
19718 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19719
19720         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19721         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
19722         * ext/alsa/gstalsamixertrack.h:
19723           Fix names, fix loop.
19724
19725 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19726
19727         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
19728         (speex_dec_convert):
19729           sinkconvert function so oggdemux can get the file length (totem).
19730
19731 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
19732
19733         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19734
19735         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19736           Don't push incomplete packets.
19737         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
19738           Fix MPEG-4 audio typefinding.
19739
19740 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19741
19742         * sys/v4l/Makefile.am:
19743         * sys/v4l/gstv4l.c: (plugin_init):
19744         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
19745         (gst_v4lelement_init), (gst_v4lelement_dispose),
19746         (gst_v4lelement_change_state):
19747         * sys/v4l/gstv4lelement.h:
19748         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
19749         (gst_v4l_xoverlay_close), (idle_refresh),
19750         (gst_v4l_xoverlay_set_xwindow_id):
19751         * sys/v4l/gstv4lxoverlay.h:
19752         * sys/v4l/v4l-overlay_calls.c:
19753         * sys/v4l/v4l_calls.h:
19754         * sys/v4l2/Makefile.am:
19755         * sys/v4l2/gstv4l2.c: (plugin_init):
19756         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
19757         (gst_v4l2element_init), (gst_v4l2element_dispose),
19758         (gst_v4l2element_change_state):
19759         * sys/v4l2/gstv4l2element.h:
19760         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
19761         (gst_v4l2_xoverlay_close), (idle_refresh),
19762         (gst_v4l2_xoverlay_set_xwindow_id):
19763         * sys/v4l2/gstv4l2xoverlay.h:
19764         * sys/v4l2/v4l2-overlay_calls.c:
19765         * sys/v4l2/v4l2_calls.h:
19766           Remove client-side overlay handling, use the X-server v4l plugin
19767           for that. Nicer overlay, less code. Also make the plugin
19768           compileable without X (but then without overlay, obviously).
19769           Makes xwindowlistener obsolete, should we remove that?
19770
19771 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19772
19773         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
19774         (gst_osssrc_src_query):
19775         * sys/oss/gstosssrc.h:
19776           OK, so people want offset in DEFAULT. This time, actually fix all
19777           cases.
19778         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
19779           Add FPS properly.
19780
19781 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19782
19783         * gst/asfdemux/gstasfmux.c:
19784         * gst/avi/gstavimux.c:
19785           Framerate.
19786
19787 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19788
19789         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
19790           Fix properties (channel, norm, frequency).
19791
19792 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19793
19794         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
19795           Flag typo.
19796         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
19797           No warnings.
19798
19799 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19800
19801         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
19802           Fix hang.
19803
19804 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19805
19806         * sys/v4l2/gstv4l2element.h:
19807           Yet Another Hack (tm) for kernel header borkedness.
19808         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19809         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
19810         (gst_v4l2src_link), (gst_v4l2src_getcaps),
19811         (gst_v4l2src_change_state):
19812         * sys/v4l2/gstv4l2src.h:
19813         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
19814         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
19815           Fix caps, keep track of state, work.
19816
19817 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19818
19819         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
19820           Quiet.
19821
19822 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19823
19824         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19825           Don't mix bytes and samples.
19826
19827 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19828
19829         * ext/ogg/gstoggmux.c:
19830           Basic pad template which accepts OGM tracks, speex, flac, vorbis
19831           and theora. Any is incorrect.
19832         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
19833           Fix caps.
19834         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19835         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19836         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
19837         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
19838         * sys/v4l/gstv4lmjpegsrc.h:
19839         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
19840         (gst_v4lsrc_change_state):
19841         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
19842         (gst_v4lmjpegsrc_capture_stop):
19843           Fix caps. Keep track of internal state. Work.
19844
19845 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19846
19847         * ext/Makefile.am:
19848           Fix the build fixes.
19849
19850 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19851
19852         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19853         (gst_ogg_demux_src_event), (_find_chain_seek),
19854         (gst_ogg_pad_push):
19855           Check for pad availability before using it.
19856         * ext/ogg/gstoggdemux.c: (_find_chain_process):
19857           Fix parsing of chained ogg. Needs more work on the decoder side.
19858
19859 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19860
19861         * gst/spectrum/Makefile.am:
19862         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
19863         (idle_func):
19864           Fix demo and reenable it. Yes, I'm currently playing with audio
19865           analysis tools
19866
19867 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19868
19869         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19870           We love it if files that start at zero work too...
19871
19872 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19873
19874         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19875           Handle files with missing EOS headers.
19876
19877 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19878
19879         * gst/tcp/gsttcpserversink.c:
19880         (gst_tcpserversink_handle_server_read),
19881         (gst_tcpserversink_init_send):
19882         Zero some variables first (need for accept not to return EINVAL)
19883
19884 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19885
19886         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19887         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19888         * ext/theora/theoradec.c: (theora_dec_sink_convert),
19889         (theora_dec_chain):
19890         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
19891         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
19892           Seeking and querying finetune.
19893
19894 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19895
19896         * configure.ac:
19897         * ext/Makefile.am:
19898         * ext/raw1394/Makefile.am:
19899           fix the build
19900
19901 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19902
19903         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19904           Wrong return.
19905         * gst/playback/Makefile.am:
19906         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
19907         * gst/playback/gstplay-marshal.list:
19908         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
19909           Fix marshallers.
19910
19911 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19912
19913         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
19914           Silence.
19915
19916 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19917
19918         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19919         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19920         (gst_ogg_pad_push):
19921           Yay for non-lineair granulepos in theora.
19922
19923 2004-10-18  Wim Taymans  <wim@fluendo.com>
19924
19925         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
19926         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
19927         * ext/dv/gstdvdec.h:
19928         Make sure we renegotiate aspect ratio when the camera switches.
19929
19930 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19931
19932         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19933         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
19934           Start at zero.
19935         * ext/theora/theoradec.c: (theora_dec_chain):
19936           Skip headers. Bad idea for chained ogg, but fixes seeking.
19937
19938 2004-10-18  Wim Taymans  <wim@fluendo.com>
19939
19940         * configure.ac:
19941         I swear, this is the last time I touch this.
19942
19943 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19944
19945         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
19946         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
19947         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
19948           Faster seeking.
19949         * ext/theora/theoradec.c: (theora_dec_sink_convert):
19950           Time-to-default conversion.
19951         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19952           Don't error on unknown packets, just skip. We should probably
19953           read them if we want to support chained ogg.
19954
19955 2004-10-18  Wim Taymans  <wim@fluendo.com>
19956
19957         * configure.ac:
19958         Added cdaudio to wrong list.
19959
19960 2004-10-18  Wim Taymans  <wim@fluendo.com>
19961
19962         * configure.ac:
19963         Revive cdaudio.
19964
19965 2004-10-18  Wim Taymans  <wim@fluendo.com>
19966
19967         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
19968         (gst_dvdec_video_link), (gst_dvdec_push):
19969         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
19970         (gst_smokeenc_resync), (gst_smokeenc_chain):
19971         Fix mimetype on smoke encoder.
19972         Add aspect ratio to dvdec. Not sure if these
19973         values are correct though....
19974
19975 2004-10-18  Wim Taymans  <wim@fluendo.com>
19976
19977         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
19978         Fix vorbis property descriptions and ranges.
19979
19980 2004-10-18  Wim Taymans  <wim@fluendo.com>
19981
19982         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
19983         Really do nothing when no data is available.
19984         Go to the playing state when the stream is not seekable
19985         instead of failing.
19986
19987 2004-10-18  Wim Taymans  <wim@fluendo.com>
19988
19989         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
19990         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
19991         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
19992         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
19993         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
19994         Added uri handler for cd://
19995         Port to new API.
19996
19997 2004-10-18  Wim Taymans  <wim@fluendo.com>
19998
19999         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20000         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20001         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20002         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20003         (remove_prerolls), (unknown_type), (add_element_stream),
20004         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20005         (gst_play_base_bin_remove_element),
20006         (gst_play_base_bin_link_stream):
20007         * gst/playback/gstplaybin.c: (gen_video_element),
20008         (gen_vis_element), (remove_sinks), (setup_sinks):
20009         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20010         (gst_stream_info_get_type), (gst_stream_info_class_init),
20011         (gst_stream_info_init), (gst_stream_info_new),
20012         (gst_stream_info_dispose), (stream_info_mute_pad),
20013         (gst_stream_info_set_property), (gst_stream_info_get_property):
20014         * gst/playback/gststreaminfo.h:
20015         Add sink padtemplate to decodebin.
20016         Added some more comments.
20017         Make queue size configurable in playbasebin.
20018         Added possibility to use elements as sinks (ex cdaudio).
20019
20020 2004-10-15  Wim Taymans  <wim@fluendo.com>
20021
20022         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20023         (gst_speexenc_chain):
20024         Fix speex timestamps so that it gets muxed properly.
20025
20026 2004-10-15  Wim Taymans  <wim@fluendo.com>
20027
20028         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20029         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20030         (gst_dv1394src_init), (gst_dv1394src_dispose),
20031         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20032         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20033         (gst_dv1394src_event), (gst_dv1394src_get_formats),
20034         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20035         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20036         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20037         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20038         * ext/raw1394/gstdv1394src.h:
20039         Added conversion/query functions.
20040         Update buffer timestamps,
20041         Added signals.
20042         Added uri dv:// so it might play from the firewire in playbin.
20043         Fix a possible leak.
20044         Added debugging.
20045
20046 2004-10-15  Wim Taymans  <wim@fluendo.com>
20047
20048         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20049         (gst_dv1394src_init), (gst_dv1394src_set_property),
20050         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20051         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20052         * ext/raw1394/gstdv1394src.h:
20053         Added AV/C VTR control support needed for some cameras.
20054         Added automatic port detection.
20055         Added properties for selecting the channel.
20056         The configure.ac script is not yet updated to reflect the
20057         new libavc1394 and librom1394 dependencies.
20058
20059 2004-10-15  Wim Taymans  <wim@fluendo.com>
20060
20061         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20062         (qtdemux_parse), (gst_qtdemux_handle_esds):
20063         An esds box is not a container.
20064         Fix parsing of mp4v boxes.
20065         Do not try to renegotiate fps for each frame. Need to
20066         find a better method. This should fix mp4 playback.
20067
20068 2004-10-14  David Schleef  <ds@schleef.org>
20069
20070         * configure.ac: update for swfdec-0.3 and liboil-0.2
20071         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20072         * ext/swfdec/gstswfdec.h: same
20073         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20074         * gst/videotestsrc/videotestsrc.c: same
20075
20076 2004-10-14  Wim Taymans  <wim@fluendo.com>
20077
20078         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20079         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20080         (is_sync_frame), (gst_multifdsink_new_client),
20081         (gst_multifdsink_handle_client_write),
20082         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20083         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20084         Turn warnings into info.
20085         Don't allow a state change in the streaming thread.
20086
20087 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20088
20089         * ext/vorbis/oggvorbisenc.c:
20090         * ext/vorbis/vorbisdec.c:
20091           fix template sample rate
20092
20093 2004-10-13  Wim Taymans  <wim@fluendo.com>
20094
20095         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20096         Decoding the header first fixes some problems in resyncing
20097         in more mp3s.
20098
20099 2004-10-12  Wim Taymans  <wim@fluendo.com>
20100
20101         * gst/playback/gstplaybin.c: (gen_video_element),
20102         (gen_vis_element), (remove_sinks), (setup_sinks):
20103         Added vis plugin support, need to configure the vis
20104         element to activate it.
20105
20106 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20107
20108         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20109         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20110           Some debug.
20111         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20112         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20113         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20114         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20115         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20116         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20117         * gst/avi/gstavidemux.h:
20118           Support for openDML-2.0 indx/ix## chunks. Support for broken index
20119           recovery (where, if part of the index is broken, we will still read
20120           the rest of the index and recover the broken part by stream
20121           scanning). More broken media support. EOS workarounds. General AVI
20122           braindamage headache recovery. Aspirin included.
20123
20124 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20125
20126         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20127         (cdparanoia_event), (cdparanoia_query):
20128           Get rid of hideous lead-in.
20129
20130 2004-10-11  Wim Taymans  <wim@fluendo.com>
20131
20132         * gst/playback/gstplaybasebin.c: (setup_source):
20133         Wrong var used to get g_list_next.
20134
20135 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20136
20137         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20138         (cdparanoia_get), (cdparanoia_open):
20139           Report discid as metadata, add duration.
20140
20141 2004-10-11  Wim Taymans  <wim@fluendo.com>
20142
20143         * gst/playback/gstplaybasebin.c: (setup_source):
20144         Cleanup the previous pipeline a little earlier for the
20145         case that a source element provides raw data.
20146
20147 2004-10-11  Benjamin Otte  <otte@gnome.org>
20148
20149         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20150           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20151           consuming the last 128 bytes, even though it was valid mp3 data.
20152
20153 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20154
20155         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20156         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20157         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20158         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20159
20160 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20161
20162         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20163         Fix for webcams that support only specific width or height
20164
20165 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20166
20167         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20168
20169         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20170           Fix wrong discont event setup (fixes #154967).
20171
20172 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20173
20174         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20175
20176         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20177           Error out on invalid data (fixes #154807).
20178
20179 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20180
20181         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20182
20183         * ext/dvdread/dvdreadsrc.c: (_read):
20184           Make titles > 0 work again (fixes #154834).
20185
20186 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20187
20188         * gst-libs/gst/riff/riff-media.c:
20189         (gst_riff_create_video_template_caps):
20190           WMV3 missing in template caps.
20191
20192 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20193
20194         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20195           OK, so the original code was too strict. It makes random AVI files
20196           hang for seconds upon opening, which is unacceptable and is far
20197           beyond the original goal of getting multiple chunks for one-chunk
20198           sounc stream files. So now do just that.
20199
20200 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20201
20202         * gst/playback/gstplaybasebin.c: (setup_source),
20203         (gst_play_base_bin_change_state):
20204           Actually clean up streaminfo if output fails. This would trigger
20205           if, for example, there was no CD in the drive. No preroll, so
20206           a streaminfo structure is created, but the subsequent state change
20207           of the thread fails.
20208         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20209           Don't change state if parent failed.
20210
20211 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20212
20213         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20214         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20215         (gen_video_element), (remove_sinks):
20216           Add small bits of code for screenshot handling.
20217
20218 2004-10-08  Wim Taymans  <wim@fluendo.com>
20219
20220         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20221         (gen_video_element), (gen_audio_element), (setup_sinks):
20222         Don't assume the user provided sinks are named "sink"...
20223
20224 2004-10-08  Wim Taymans  <wim@fluendo.com>
20225
20226         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20227         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20228         (gst_play_base_bin_link_stream):
20229         Do not try to autoplug sources that generate raw streams like
20230         cdparanoia.
20231         disconnect the preroll overrun signal when we don't need it anymore.
20232
20233 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20234
20235         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20236         Added reworked patch from #154903 from milosz derezynski (deadchip).
20237
20238 2004-10-08  Wim Taymans  <wim@fluendo.com>
20239
20240         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20241         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20242         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20243         (cdparanoia_convert), (cdparanoia_uri_get_type),
20244         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20245         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20246         * ext/cdparanoia/gstcdparanoia.h:
20247         This adds the cdda://<tracknum> uri.
20248
20249 2004-10-08  Wim Taymans  <wim@fluendo.com>
20250
20251         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20252         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20253         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20254         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20255         (unknown_type), (gst_play_base_bin_remove_element),
20256         (gst_play_base_bin_link_stream):
20257         * gst/playback/gstplaybasebin.h:
20258         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20259         (gst_play_bin_set_property), (gen_video_element),
20260         (gen_audio_element), (setup_sinks):
20261         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20262         (gst_stream_info_get_type), (gst_stream_info_class_init),
20263         (gst_stream_info_init), (gst_stream_info_new),
20264         (gst_stream_info_dispose), (stream_info_mute_pad),
20265         (gst_stream_info_set_property), (gst_stream_info_get_property):
20266         * gst/playback/gststreaminfo.h:
20267         Reuse the audio and video bins.
20268         Some internal cleanups in the stream selection code.
20269
20270 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20271
20272         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20273         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20274         * sys/ximage/ximagesink.h:
20275         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20276         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20277         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20278         not coming from those elements. Moreover these elements should not keep
20279         the xid they have been given when in NULL state.
20280
20281 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20282
20283         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20284         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20285         * sys/ximage/ximagesink.h:
20286         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20287         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20288         * sys/xvimage/xvimagesink.h:
20289           Actually only create a new toplevel window if we're not gonna
20290           embed it right after.
20291
20292 2004-10-07  Wim Taymans  <wim@fluendo.com>
20293
20294         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20295         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20296         * gst/playback/gstplaybin.c: (setup_sinks):
20297         Implement muting/unmuting of streams, mute streams that are not
20298         used.
20299
20300 2004-10-07  Wim Taymans  <wim@fluendo.com>
20301
20302         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20303         (plugin_init):
20304         Added lame audio/x-ac3 typefind function.
20305
20306 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20307
20308         * configure.ac:
20309           bump nano to cvs
20310
20311 === release 0.8.5 ===
20312
20313 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20314
20315         * NEWS:
20316         * RELEASE:
20317         * configure.ac:
20318           releasing 0.8.5, "Take You On"
20319
20320 2004-10-06  Wim Taymans  <wim@fluendo.com>
20321
20322         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20323         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20324         (no_more_pads), (close_link), (type_found):
20325         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20326         * gst/playback/gstplaybin.c: (gen_video_element):
20327         Do not signal the no_more_pads after the first pad when
20328         we are plugging a non dynamic element with multiple
20329         output pads (like swfdec, dvdec, ...).
20330
20331 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20332
20333         * configure.ac:
20334           bump for prerelease
20335
20336 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20337
20338         * gst/wavparse/gstwavparse.c:
20339           add ATRAC3 to STATIC CAPS to fix a warning
20340
20341         * gst/matroska/ebml-read.c:
20342         * gst-libs/gst/riff/riff-read.c:
20343           fix typos
20344
20345 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20346
20347         * gst-libs/gst/riff/riff-media.c:
20348           generate caps for ATRAC3 audio streams
20349
20350         * gst/realmedia/rmdemux.c:
20351           generate caps for ATRAC3 audio streams
20352
20353 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20354
20355         * gst/wavparse/Makefile.am
20356         * gst/wavparse/riff.h
20357         * gst/wavparse/wavparse.vcproj
20358           riff.h removal (unused and duplication with riff-ids.h)
20359
20360 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20361
20362         * gst/wavparse/gstwavparse.h
20363           remove duplicated defines for audio codec codes
20364
20365         * gst-libs/gst/riff/riff-ids.h
20366         * gst/wavenc/riff.h:
20367           add "4CC" code for ATRAC3 audio streams
20368           add "4CC" code for ITU_G721_ADPCM (unused for now)
20369
20370 2004-10-06  Wim Taymans  <wim@fluendo.com>
20371
20372         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20373         Actually _do_ negotiation. Pass gdouble as arg instead
20374         of guint64 for the framerate.
20375
20376 2004-10-06  Wim Taymans  <wim@fluendo.com>
20377
20378         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20379         (find_compatibles), (close_pad_link), (try_to_link_1),
20380         (no_more_pads), (close_link), (type_found):
20381         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20382         * gst/playback/gstplaybin.c: (gen_video_element),
20383         (gen_audio_element):
20384         Set state on newly added element to READY so that negotiation
20385         can happen ASAP.
20386         Addes some more debug info.
20387         Do not try to plug pads with multiple caps structures or ANY
20388         because it is too dangerous since we do not do dynamic
20389         replugging.
20390
20391 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20392
20393         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20394
20395         * po/LINGUAS:
20396         * po/or.po:
20397           add Oriya translation
20398
20399 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20400
20401         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20402           Prevent overwrite of size member. Makes audio sound crappy.
20403
20404 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20405
20406         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20407         Add rmvb to the list of known RealMedia extensions
20408
20409 2004-10-05  Wim Taymans  <wim@fluendo.com>
20410
20411         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20412         (mngdec_openstream), (mngdec_closestream),
20413         (mngdec_handle_sink_event), (mngdec_readdata),
20414         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20415         (mngdec_getcanvasline), (mngdec_refresh),
20416         (gst_mngdec_change_state):
20417         Set the framerate correctly.
20418
20419 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20420
20421         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20422           There was something wrong with the index massaging.
20423
20424 2004-10-04  Wim Taymans  <wim@fluendo.com>
20425
20426         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20427         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20428         (gst_smokedec_chain):
20429         * ext/jpeg/gstsmokedec.h:
20430         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20431         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20432         * ext/jpeg/gstsmokeenc.h:
20433         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20434         (smokecodec_decode_new), (smokecodec_info_free),
20435         (smokecodec_set_quality), (smokecodec_get_quality),
20436         (smokecodec_set_threshold), (smokecodec_get_threshold),
20437         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20438         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20439         (smokecodec_encode), (smokecodec_parse_id),
20440         (smokecodec_parse_header), (smokecodec_decode):
20441         * ext/jpeg/smokecodec.h:
20442         * ext/jpeg/smokeformat.h:
20443         Updated smoke, new bitstream, allows embedding in ogg.
20444
20445 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20446
20447         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20448           Fix seeking in some files. All this code is no longer needed (and
20449           actually breaks stuff) because we now synchronize the full index
20450           right when reading the header.
20451
20452 2004-10-04  Wim Taymans  <wim@fluendo.com>
20453
20454         * configure.ac:
20455         configure update for libmng.
20456
20457 2004-10-04  Wim Taymans  <wim@fluendo.com>
20458
20459         * ext/libmng/Makefile.am:
20460         * ext/libmng/gstmng.c: (plugin_init):
20461         * ext/libmng/gstmng.h:
20462         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20463         (gst_mngdec_base_init), (gst_mngdec_class_init),
20464         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20465         (gst_mngdec_loop), (gst_mngdec_get_property),
20466         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20467         (mngdec_closestream), (mngdec_handle_sink_event),
20468         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20469         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20470         (gst_mngdec_change_state):
20471         * ext/libmng/gstmngdec.h:
20472         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20473         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20474         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20475         (gst_mngenc_chain), (gst_mngenc_get_property),
20476         (gst_mngenc_set_property):
20477         * ext/libmng/gstmngenc.h:
20478         Added basic MNG decoder. Needs more work. The encoder does
20479         not work yet.
20480
20481 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20482
20483         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20484         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20485         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20486           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20487           no-more-pads.
20488
20489 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20490
20491         * configure.ac:
20492           you need at least 1.0.4 of speex
20493
20494 2004-10-04 Iain <iaingnome@gmail.com>
20495
20496         * ext/speex/gstspeexdec.h: Revert the includes changes.
20497
20498         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20499
20500 2004-09-30 Iain <iaingnome@gmail.com>
20501
20502         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20503         found during init or set as a property instead of hardcoding /dev/audio
20504
20505 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20506
20507         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20508         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20509         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20510         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20511         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20512         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20513         (gst_rmdemux_dump_data):
20514           Use debug category, fix EOS handling. filesrc ! rmdemux now
20515           works.
20516
20517 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20518
20519         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
20520         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
20521         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
20522           Improve allocation, cutting and sorting of the index. How takes a
20523           few seconds instead of minutes.
20524
20525 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
20526
20527         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
20528           fixed compilation
20529
20530 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20531
20532         * gst-libs/gst/riff/riff-media.c:
20533         (gst_riff_create_video_caps_with_data),
20534         (gst_riff_create_video_template_caps):
20535           Add wing commander format mimetype/fourccs.
20536         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20537           Don't crash if some value is 0.
20538
20539 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20540
20541         * gst-libs/gst/riff/riff-media.c:
20542         (gst_riff_create_video_caps_with_data),
20543         (gst_riff_create_video_template_caps):
20544           Add DIB fourcc (raw, palettized 8-bit RGB).
20545         * gst-libs/gst/riff/riff-read.c:
20546         (gst_riff_read_strf_vids_with_data):
20547           Oops, fix strf_data reading bug.
20548         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
20549           Use a non-NULL tag.
20550         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20551           Time for hacks. Sorry Dave. At least one quicktime movie (a
20552           trailer) that I've encountered contains multiple video tracks.
20553           One of those is the actual video track, the other are one-frame
20554           tracks (images). Unfortunately, the number of frames according
20555           to the trak header is 1 for each, so that doesn't help. So
20556           instead, I look at the duration and discard tracks with a
20557           duration shorter than 20% of the length of the stream. Better
20558           than nothing.
20559
20560 2004-10-01  Christian Schaller <christian@fluendo.com>
20561
20562         * ext/ivorbis/vorbis.c:
20563           Patch from Phil Blundell (Bug 152341)
20564
20565 2004-10-01  Wim Taymans  <wim@fluendo.com>
20566
20567         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
20568         (speex_dec_get_formats), (speex_dec_convert),
20569         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
20570         (speex_dec_chain), (gst_speexdec_get_property),
20571         (gst_speexdec_set_property):
20572         Small cleanups.
20573
20574 2004-10-01  Wim Taymans  <wim@fluendo.com>
20575
20576         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
20577         (gst_wavparse_stream_init), (gst_wavparse_fmt),
20578         (gst_wavparse_other), (gst_wavparse_loop),
20579         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
20580         (gst_wavparse_srcpad_event):
20581         * gst/wavparse/gstwavparse.h:
20582         Added some more debugging info.
20583         Fix the case where the length of the file is 0.
20584         Make sure we seek to sample borders.
20585
20586 2004-10-01  Wim Taymans  <wim@fluendo.com>
20587
20588         * gst/playback/README:
20589         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
20590         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20591         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20592         Add some debug info to decodebin, update README
20593
20594 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20595
20596         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
20597           Don't use g_print(); use GST_DEBUG().
20598
20599 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20600
20601         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
20602         (gst_ogg_mux_queue_pads):
20603           Handle EOS properly.
20604
20605 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20606
20607         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20608
20609         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
20610         (gst_faad_chain), (gst_faad_change_state):
20611         * ext/faad/gstfaad.h:
20612           Allow playback of raw (unframed) MPEG AAC files (#148993).
20613
20614 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
20615
20616         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20617
20618         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20619           Throw error if we didn't recognize the stream. Fixes #152289.
20620
20621 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20622
20623         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
20624           Fix negotiation.
20625
20626 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
20627
20628         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20629
20630         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20631           Fix memleak.
20632
20633 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
20634
20635         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20636
20637         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
20638           Solve #152805.
20639         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
20640           Solve 152806.
20641
20642 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20643
20644         * gst-libs/gst/riff/riff-media.c:
20645         (gst_riff_create_video_caps_with_data),
20646         (gst_riff_create_audio_caps_with_data):
20647           Add codec_data handling (like asfdemux used to do).
20648         * gst/asfdemux/gstasf.c: (plugin_init):
20649         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
20650         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
20651           Use riff-media for caps creation instead of our own (mostly
20652           broken) copy of its functions.
20653
20654 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20655
20656         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
20657           Don't actually error out if we get another return value than
20658           -EINVAL. Opposite to what I first thought, drivers have random
20659           return values for this, although -EINVAL is the expected return
20660           value. Since this is not fatal, we shouldn't use
20661           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
20662
20663 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20664
20665         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
20666         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
20667         (dvdreadsrc_get_property), (_open), (_seek), (_read),
20668         (dvdreadsrc_get), (dvdreadsrc_open_file),
20669         (dvdreadsrc_change_state):
20670           Fix. Don't do one big huge loop around the whole DVD, that will
20671           cache all data and thus eat sizeof(dvd) (several GB) before we
20672           see something.
20673         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20674           Actually NULL'ify event after using it.
20675         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
20676         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
20677         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20678         (gst_ebml_read_seek), (gst_ebml_read_skip):
20679           Handle events.
20680         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
20681         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
20682         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
20683           Fix timing (this will probably break if I seek using menus, but
20684           I didn't get there yet). VOBs and normal DVDs should now work.
20685           Add a mpeg2-only pad with high rank so this get autoplugged for
20686           MPEG-2 movies.
20687         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
20688         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
20689         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
20690         (gst_mpeg_demux_get_audio_stream),
20691         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
20692         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
20693           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
20694           MPEG-1 but use dvddemux for MPEG-2.
20695         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
20696         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
20697         (gst_mpeg_parse_parse_packhead):
20698           Timing. Only add pad template if it exists. Add sink template from
20699           class and not from ourselves. This means we will always use the
20700           correct sink template even if it is not the one defined in this
20701           file.
20702
20703 2004-09-29  Wim Taymans  <wim@fluendo.com>
20704
20705         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
20706         (gst_mpeg_demux_parse_pes):
20707         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
20708         Fix playback of mpeg again, timestamps where screwed up by
20709         patch 1.61.
20710
20711 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20712
20713         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
20714           Only return true if we actually filled something in. Prevents
20715           player applications from showing a random length for flac files.
20716         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
20717         (gst_riff_read_use_event), (gst_riff_read_handle_event),
20718         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
20719         (gst_riff_read_strf_vids_with_data),
20720         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
20721           OK, ok, so I implemented event handling. Apparently it's normal
20722           that we receive random events at random points without asking
20723           for it.
20724         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20725         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20726         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
20727         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20728         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
20729         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
20730         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
20731         * gst/avi/gstavidemux.h:
20732           Implement non-lineair chunk handling and subchunk processing.
20733           The first solves playback of AVI files where the audio and video
20734           data of individual buffers that we read are not synchronized.
20735           This should not happen according to the wonderful AVI specs, but
20736           of course it does happen in reality. It is also a prerequisite for
20737           the second. Subchunk processing allows us to cut chunks in small
20738           pieces and process each of these pieces separately. This is
20739           required because I've seen several AVI files with incredibly large
20740           audio chunks, even some files with only one audio chunk for the
20741           whole file. This allows for proper playback including seeking.
20742           This patch is supposed to fix all AVI A/V sync issues.
20743         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
20744         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
20745           Work.
20746         * gst/modplug/gstmodplug.cc:
20747           Proper return value setting for the query() function.
20748         * gst/playback/gstplaybasebin.c: (setup_source):
20749           Being in non-playing state (after, e.g., EOS) is not necessarily
20750           a bad thing. Allow for that. This fixes playback of short files.
20751           They don't actually playback fully now, because the clock already
20752           runs. This means that small files (<500kB) with a small length
20753           (<2sec) will still not or barely play. Other files, such as mod
20754           or flx, will work correctly, however.
20755
20756 2004-09-28  Wim Taymans  <wim@fluendo.com>
20757
20758         * ext/speex/gstspeex.c: (plugin_init):
20759         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
20760         (gst_speex_dec_class_init), (speex_dec_get_formats),
20761         (speex_get_event_masks), (speex_get_query_types),
20762         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
20763         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
20764         (gst_speexdec_get_property), (gst_speexdec_set_property),
20765         (speex_dec_change_state):
20766         * ext/speex/gstspeexdec.h:
20767         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
20768         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
20769         (gst_speexenc_base_init), (gst_speexenc_class_init),
20770         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
20771         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
20772         (gst_speexenc_src_query), (gst_speexenc_init),
20773         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
20774         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
20775         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
20776         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
20777         (gst_speexenc_chain), (gst_speexenc_get_property),
20778         (gst_speexenc_set_property), (gst_speexenc_change_state):
20779         * ext/speex/gstspeexenc.h:
20780         Rewrote speex encoder, make sure it can be embedded in ogg.
20781         Implemented speex decoder.
20782
20783 2004-09-28  Christian Schaller <christian@fluendo.com>
20784
20785         * configure.ac:
20786         Remove kioslave plugin. Markey is brewing a new working one
20787         * ext/Makefile.am: Remove kioslave plugin
20788         * ext/kio: remove
20789         * gst-plugins.spec.in: remove kio plugin from spec
20790
20791 2004-09-27  Wim Taymans  <wim@fluendo.com>
20792
20793         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20794         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20795         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
20796         (gst_multifdsink_new_client),
20797         (gst_multifdsink_handle_client_write),
20798         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20799         (gst_multifdsink_handle_clients):
20800         * gst/tcp/gstmultifdsink.h:
20801         Make syncing to keyframes actually work for new clients and lagging
20802         clients.
20803
20804 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20805
20806         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
20807         (gst_navigationtest_handle_src_event), (draw_box_planar411),
20808         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
20809         * gst/debug/gstnavigationtest.h:
20810           make navigationtest display button-press and button-release events
20811
20812 2004-09-26 Iain <iaingnome@gmail.com>
20813
20814         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
20815         the channels have received a new media event.
20816         (interleave_buffered_loop): Compresses a new media event on all
20817         channels into one.
20818
20819 2004-09-26 Iain <iaingnome@gmail.com>
20820
20821         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
20822         call the sinkpad's default event handler and not the srcpads. He also
20823         says this is confusing :)
20824         (gst_wavenc_stop_file): Company says that seek events only go upstream
20825         we should send a discontinuous downstream instead.
20826
20827 2004-09-25  Christian Schaller <christian@fluendo.com>
20828
20829         * Update SPEC file to be usable in conjunction with Fedora Core,
20830           Fedora.us and freshrpms packages
20831         * Fix typo in multifilesrc test Makefile
20832
20833 2004-09-24  Wim Taymans  <wim@fluendo.com>
20834
20835         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20836         Only signal the no_more_pads signal when we have
20837         added the stream to our list.
20838
20839 2004-09-24  Wim Taymans  <wim@fluendo.com>
20840
20841         * gst/playback/gstplaybasebin.c: (remove_prerolls),
20842         (new_decoded_pad):
20843         * gst/playback/gstplaybasebin.h:
20844         * gst/playback/gstplaybin.c: (setup_sinks):
20845         Don't try to preroll or decode more than one audio/video
20846         track.
20847
20848 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20849
20850         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
20851           Throw error if we failed to find a suitable output. This should
20852           throw an error if we successfully set up a pipeline (e.g. because
20853           we recognized a media file) but found no decodable streams in it
20854           (e.g. because it contains only media stream types for which we
20855           have no decoders, or because it's not a media type).
20856
20857 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20858
20859         * ext/dirac/Makefile.am:
20860         * ext/dirac/gstdirac.cc:
20861         * ext/dirac/gstdiracdec.cc:
20862         * ext/dirac/gstdiracdec.h:
20863           Do something. Don't actually know if this works because I don't
20864           have a demuxer yet.
20865         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
20866           Add channels=1 to caps returned from _getcaps().
20867         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
20868         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
20869         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
20870         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
20871         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
20872         (gst_ogm_parse_change_state):
20873           Separate between audio/video so ogmaudioparse actually uses the
20874           audio pad templates. Both audio and video work now, including
20875           autoplugging. Also use sometimes-srcpad hack.
20876         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
20877           Handle events better. Don't hang on infinite loops.
20878         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
20879         (gst_avi_demux_init), (gst_avi_demux_reset),
20880         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
20881         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
20882         (gst_avi_demux_change_state):
20883         * gst/avi/gstavidemux.h:
20884           Improve A/V sync. Still not perfect.
20885         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
20886         (gst_ebml_read_skip):
20887           Handle events better.
20888         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20889         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
20890         (qtdemux_audio_caps):
20891           Add IMA4. Improve event handling. Save offset after a seek when
20892           the headers are at the end of the file so that we don't end up in
20893           an infinite loop.
20894         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
20895           Add low-priority typefind support for files with no length.
20896
20897 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20898
20899         * testsuite/multifilesink/Makefile.am:
20900         fix typo
20901
20902 2004-09-22  Julien MOUTTE  <julien@moutte.net>
20903
20904         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20905         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
20906         mistakes from thaytan's patches.
20907
20908 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20909
20910         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
20911           For completeness, XSync in the destroy function as xvimage does.
20912
20913 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
20914
20915         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
20916            Correct caps negotiation
20917         * gst/volume/gstvolume.c: (volume_chain_float),
20918         (volume_chain_int16):
20919            Modify debug output to be little more informative
20920         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
20921         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
20922         (gst_xvimagesink_xvimage_destroy):
20923           Add XSync calls after detaching from the shared memory segment to
20924           avoid a crash.
20925
20926 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20927
20928         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
20929         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
20930         * ext/vorbis/vorbis.c: (plugin_init):
20931         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20932         (gst_vorbisenc_chain):
20933         * ext/vorbis/vorbisenc.h:
20934         remove explicit newmedia support from oggmux and vorbisenc
20935         add debug category to vorbisenc
20936         * gst/multifilesink/gstmultifilesink.c:
20937         (gst_multifilesink_class_init), (gst_multifilesink_init),
20938         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
20939         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
20940         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
20941         (plugin_init):
20942         * gst/multifilesink/gstmultifilesink.h:
20943         add support for streamheader in multifilesink
20944
20945 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20946
20947         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
20948         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
20949         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
20950           Prevent infinite loops. More correct error reporting.
20951         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20952           Error out if negotiation fails.
20953         * gst/playback/gstplaybasebin.c: (setup_source),
20954         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
20955         (gst_play_base_bin_found_tag):
20956           Error/tag forwarding. Pre-roll fixes for source errors on state
20957           changes (e.g. "file does not exist") to prevent hangs.
20958
20959 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20960
20961         * testsuite/multifilesink/Makefile.am:
20962         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
20963         (gst_newmedia_class_init), (gst_newmedia_init),
20964         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20965         (newfile_signal), (test_signal), (main):
20966         * testsuite/multifilesink/multifilesrc_test.c: (main):
20967         * testsuite/multifilesink/oggtheora_test.c:
20968         (gst_newmedia_base_init), (gst_newmedia_class_init),
20969         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20970         (test_format), (newfile_signal), (test_signal), (main):
20971         * testsuite/multifilesink/oggvorbis_test.c:
20972         (gst_newmedia_base_init), (gst_newmedia_class_init),
20973         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
20974         (test_format), (newfile_signal), (test_signal), (main):
20975         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
20976         (gst_newmedia_class_init), (gst_newmedia_init),
20977         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
20978         (newfile_signal), (test_signal), (main):
20979         New media tests
20980
20981 2004-09-20  Christian Schaller <christian@fluendo.com>
20982
20983         * Fix mikmod license to LGPL as they have relicensed
20984         * Move Dirac and Effectv into LGPL section of README_license
20985
20986 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20987
20988         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
20989         (gst_mad_change_state):
20990           Allow for mp3 rate/channels changes. However, only very
20991           conservatively. Reason that we *have* to enable this is smiply
20992           because the mad find_sync() function is not good enough, it will
20993           regularly sync on random data as valid frames and therefore make
20994           us provide random caps as *final* caps of the stream. The best fix
20995           I could think of is to simply require several of the same stream
20996           changes in a row before we change caps.
20997           The actual testcase that works now is #
20998         * ext/ogg/Makefile.am:
20999         * ext/ogg/gstogg.c: (plugin_init):
21000         * ext/ogg/gstogmparse.c:
21001           OGM support (video only for now; I need an audio sample file).
21002         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21003         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21004         (gst_asf_demux_add_video_stream):
21005           WMV extradata.
21006         * gst/playback/gstplaybasebin.c: (unknown_type):
21007           Don't error out on single unknown-types after all. It's wrong.
21008           If we found type of video and audio but not of a subtitle stream,
21009           it will still error out (which is unwanted). Will find a better fix
21010           later on.
21011         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21012         (ogmaudio_type_find), (plugin_init):
21013           OGM support.
21014
21015 2004-09-20  Johan Dahlin  <johan@gnome.org>
21016
21017         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21018         after setting caps.
21019
21020 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21021
21022         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21023         * gst/wavenc/gstwavenc.h:
21024         Added newmedia support to wavenc
21025
21026 2004-09-17  Wim Taymans  <wim@fluendo.com>
21027
21028         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21029         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21030         (gst_fdset_fd_can_write), (gst_fdset_wait):
21031         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21032         (gst_multifdsink_init), (gst_multifdsink_add),
21033         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21034         (gst_multifdsink_remove_client_link),
21035         (gst_multifdsink_client_queue_buffer),
21036         (gst_multifdsink_handle_client_write),
21037         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21038         (gst_multifdsink_close), (gst_multifdsink_change_state):
21039         * gst/tcp/gstmultifdsink.h:
21040         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21041         (gst_tcpserversink_removed):
21042         Small cleanups in fdset.c
21043         Use a hastable to map fd to the client structure for faster
21044         lookup in _remove and get_stats.
21045         Added virtual function to close the fds.
21046         Handle clients even when the select/poll call was unblocked because
21047         of a command.
21048         Implement syncing to keyframe in the recovery procedure.
21049
21050 2004-09-16 Iain <iaingnome@gmail.com>
21051
21052         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21053         try caps.
21054
21055 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21056
21057         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21058           Caps are only set if the type of the stream is unknown, but this
21059           is initialized in ->init_stream(), so set to UNKNOWN after calling
21060           ->init_stream() so that capsnego starts.
21061
21062 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21063
21064         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21065         (gst_avi_demux_stream_data):
21066           Just hardcode for raw audio then. AVI audio sucks.
21067
21068 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
21069
21070         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21071         * gst/matroska/matroska-mux.c: (audiosink_templ),
21072         (gst_matroska_mux_audio_pad_link):
21073         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21074         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21075
21076 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21077
21078         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21079         (gst_avi_demux_stream_data):
21080           Try to fix a/v sync issues.
21081
21082 2004-09-15  David Schleef  <ds@schleef.org>
21083
21084         * configure.ac: remove NASM check, since we don't use it.  Update
21085         dirac check to 0.4
21086         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21087         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21088         Initialized variables.
21089         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21090         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21091         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21092         SVQ3 format
21093
21094 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21095
21096         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21097         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21098         * gst/avi/gstavidemux.h:
21099           Fix for compressed audio (mp3) timestamp generation. How did this
21100           ever work?
21101
21102 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21103
21104         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21105           Volume is a double not a float.
21106
21107 2004-09-15  Wim Taymans  <wim@fluendo.com>
21108
21109         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21110         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21111         Don't close the fd in multifdsink as we didn't open it in the
21112         first place. Some cleanups.
21113
21114 2004-09-15  Wim Taymans  <wim@fluendo.com>
21115
21116         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21117         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21118         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21119         Fix the case where the muxer would mark pages as delta
21120         frames when they are not (vorbis only ogg).
21121
21122 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21123
21124         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21125         (gst_play_base_bin_change_state):
21126           Handle the case where we failed to setup a clear pipeline. This
21127           will throw an error (or EOS, another nice case) and if you don't
21128           catch that, the app will wait for the signal forever (and thus
21129           hang).
21130
21131 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21132
21133         * ext/gnomevfs/gstgnomevfssink.c:
21134         (gst_gnomevfssink_uri_get_protocols):
21135         * ext/gnomevfs/gstgnomevfssrc.c:
21136         (gst_gnomevfssrc_uri_get_protocols):
21137         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21138         * ext/gnomevfs/gstgnomevfsuri.h:
21139           Use _uri_new() instead of _open(), so it doesn't take as long and
21140           Christophe's computer won't hang.
21141         * gst/playback/gstplaybasebin.c: (unknown_type):
21142           Throw error on unknown media type, so apps actually display it.
21143
21144 2004-09-14  Brian Cameron  <brian.cameron@sun.com
21145
21146         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
21147           this script to work on Solaris since bash shell handles echo
21148           differenly than bash.
21149
21150 2004-09-17  Wim Taymans  <wim@fluendo.com>
21151
21152         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21153         (setup_source), (gst_play_base_bin_set_property),
21154         (gst_play_base_bin_add_element):
21155         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21156         Some more work on making sure seeking pauses the pipeline and
21157         that changing the uri actually does something.
21158
21159 2004-09-17  Wim Taymans  <wim@fluendo.com>
21160
21161         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21162         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21163         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21164         (gst_tcpserversink_close):
21165         Be a bit more paranoid when freeing memory.
21166
21167 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21168
21169         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21170         (qtdemux_parse_trak):
21171           Don't crash by dividing by zero (see sample movie in #126922).
21172
21173 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21174
21175         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21176           Don't touch non-existing data (fixes crash on file in #140147).
21177
21178 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21179
21180         * gst/playback/gstplaybasebin.c:
21181         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21182           Handle double disposals, and proper change of URIs.
21183
21184 2004-09-13  Martin Eikermann <meiker@upb.de>
21185
21186         * gst/mpegstream/gstmpegparse.c:
21187           fix synchronistation for streams recorded from digital PCR
21188           fixes bug #119376
21189
21190 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21191
21192         * ext/gnomevfs/Makefile.am:
21193         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21194         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21195         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21196         (gst_gnomevfssink_uri_get_type),
21197         (gst_gnomevfssink_uri_get_protocols),
21198         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21199         (gst_gnomevfssink_uri_handler_init),
21200         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21201         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21202         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21203         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21204         (gst_gnomevfssrc_uri_get_type),
21205         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21206         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21207         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21208         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21209         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21210         * ext/gnomevfs/gstgnomevfsuri.h:
21211           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21212           of fake URIs to see which this version of Gnome-VFS likes, and
21213           uses that for the Gst-URI interface. Makes playbin support http://
21214           streams. Also fix up some stupid behaviour in gnomevfssrc.
21215
21216 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21217
21218         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21219         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21220         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21221         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21222           Update mixer (to sync with other sessions) if we try to obtain
21223           a new value. This makes alsamixer work accross applications.
21224         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21225           Only call sync functions if we're running, else alsalib asserts.
21226         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21227           Sometimes fails to compile. Possibly a gcc bug.
21228         * gst/playback/gstplaybin.c: (gen_video_element),
21229         (gen_audio_element):
21230           Add a reference to an application-provided object, because we lose
21231           this same reference if we add it to the bin. If we don't do this,
21232           we can only use this object once and thus crash if we go from
21233           ready to playing, back to ready and back to playing again.
21234           Also add an audioscale element because several cheap soundcards -
21235           like mine - don't support all samplerates.
21236         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21237         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21238           Fix wrong order or PAR calls. Makes automatically obtained PAR
21239           from the X server atually being used.
21240
21241 2004-09-12  David Schleef  <ds@schleef.org>
21242
21243         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21244         #151887, #152102, #152247.
21245         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21246         * examples/seeking/cdparanoia.c: same
21247         * examples/seeking/cdplayer.c: same
21248         * examples/seeking/seek.c: same
21249         * examples/seeking/spider_seek.c: same
21250         * examples/seeking/vorbisfile.c: same
21251         * examples/stats/mp2ogg.c: same
21252         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21253         (gst_esdsink_dispose): Dispose of element properly.
21254         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21255         fixes.
21256         * ext/nas/nassink.c: (gst_nassink_class_init),
21257         (gst_nassink_dispose): Dispose of element correctly.
21258         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21259         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21260         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21261         Fix 64-bit warning.
21262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21263         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21264         Fix 64-bit warning.
21265
21266 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21267
21268         * configure.ac : change speex detection as 1.1.6 now uses
21269           .pc/pkg-config and they changed their headers location.
21270
21271 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21272
21273         * gst/matroska/matroska-mux.h:
21274         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21275         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21276         (gst_matroska_mux_write_data):
21277           Write multiple blocks/frames per cluster.
21278                 Write meta-seek information (seek heads).
21279
21280 2004-09-09  Scott Wheeler <wheeler@kde.org>
21281
21282         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21283         (gst_play_bin_set_property), (gst_play_bin_get_property),
21284         (gen_audio_element), (gen_audio_element):
21285           Add a volume element / property to the pipeline.
21286
21287 2004-09-07  Wim Taymans  <wim@fluendo.com>
21288
21289         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21290         Copy timestamps from the master pad to the output buffers.
21291
21292 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21293
21294         * ext/raw1394/gstdv1394src.c:
21295           throw errors when applicable
21296
21297 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21298
21299         * gst/matroska/ebml-ids.h:
21300         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21301         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21302         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21303           automatically convert unix time <-> ebml time when reading/writing
21304           a date, use gst_ebml_write_uint to write CUETIME,
21305           not gst_ebml_write_date.
21306         * gst/matroska/matroska-ids.h:
21307         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21308         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21309         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21310         (gst_matroska_mux_write_data):
21311           Write track and segment UIDs, write muxing date, write
21312           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21313           Create cues for audio only files.
21314
21315 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21316
21317         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21318         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21319           Re-commit ALSA switches.
21320         * gst/adder/gstadder.c: (gst_adder_loop):
21321           64-bit fix (#151416).
21322         * gst/debug/progressreport.c: (gst_progressreport_report):
21323           64-bit fix (#151419).
21324         * gst/matroska/matroska-demux.c:
21325         (gst_matroska_demux_parse_contents):
21326           64-bit fix (#151420).
21327         * gst/playback/test3.c: (update_scale):
21328           64-bit fix (#151421).
21329
21330 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21331
21332         * configure.ac:
21333           bump nano to cvs
21334
21335 === release 0.8.4 ===
21336
21337 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21338
21339         * configure.ac: releasing 0.8.4, "Alias"
21340
21341 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21342
21343         * ext/theora/Makefile.am:
21344           fix makefile.  Fixes #151462.
21345
21346 2004-08-30  Wim Taymans  <wim@fluendo.com>
21347
21348         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21349         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21350         (gst_multifdsink_remove_client_link),
21351         (gst_multifdsink_client_queue_buffer),
21352         (gst_multifdsink_handle_client_write):
21353         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21354         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21355         Fix some memory leaks.
21356
21357 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21358
21359         Patch by: David Schleef
21360
21361         * configure.ac:
21362         * sys/Makefile.am:
21363           rename our detection macro for V4L2.  Fixes #151236.
21364
21365 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21366
21367         Patch by: David Schleef
21368
21369         * configure.ac:
21370           check to define LAMEPRESET.  Fixes #151232.
21371
21372 2004-08-27  David Schleef  <ds@schleef.org>
21373
21374         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21375         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21376         (gst_glimagesink_fixate):  Move local variable declarations to
21377         make gcc-2.95 happy.
21378
21379 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21380
21381         * configure.ac:
21382           bump nano for prerelease
21383
21384 2004-08-27  David Schleef  <ds@schleef.org>
21385
21386         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21387         * sys/sunaudio/gstsunaudiosrc.c:
21388         * sys/sunaudio/gstsunaudiosrc.h:
21389
21390 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21391
21392         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21393         handle EOS correctly
21394         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21395         * gst/matroska/matroska-mux.h:
21396         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21397         VFW compatibility mode
21398
21399 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21400
21401         patch by: Zaheer Abbas Merali
21402
21403         * ext/ogg/gstoggmux.c:
21404         * ext/vorbis/vorbisenc.c:
21405         * ext/vorbis/vorbisenc.h:
21406           handle NEWMEDIA
21407
21408 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21409
21410         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21411         fix byte order reversion on little endian machines.
21412         * gst/matroska/matroska-mux.c: (audiosink_templ),
21413         (gst_matroska_mux_audio_pad_link):
21414         add TTA codec to the list of supported codecs.
21415         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21416         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21417         (gst_matroska_mux_write_data):
21418         * gst/matroska/matroska-mux.h:
21419         write segment duration correctly, write muxing app string, fixes bugs
21420         #140897 and #140898.
21421         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21422         wait for all pads to be negotiated before starting to mux.
21423
21424 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21425
21426         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21427         * ext/lame/gstlame.h:
21428         Added new media support to lame
21429
21430 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21431
21432         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21433         send vorbis headers at the beginning of a stream, fixes bug #141554.
21434         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21435         bug #148950.
21436         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21437         (gst_matroska_demux_plugin_init):
21438         * gst/matroska/matroska-ids.h:
21439         enable demuxing of TTA audio streams, fixes bug #148951.
21440         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21441         enable typefinding for TTA audio files, fixes bug #148711.
21442         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21443         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21444         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21445
21446 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21447
21448         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21449         (gst_riff_read_element_data), (gst_riff_read_seek),
21450         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21451         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21452         <teuf@gnome.org>
21453
21454 2004-08-23 Iain <iaingnome@gmail.com>
21455
21456         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21457         tags. They appear to be handled differently to normal.
21458         (tag_list_to_id3_tag_foreach): Ditto.
21459
21460 2004-08-22  Wim Taymans  <wim@fluendo.com>
21461
21462         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21463         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21464         Make sure we never send -1 granulepos.
21465
21466 2004-08-20  Wim Taymans  <wim@fluendo.com>
21467
21468         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21469         (gst_ogg_mux_loop):
21470         I will accept bitchslappings with non sharp objects.
21471
21472 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21473
21474         * configure.ac:
21475         Clean up the test for lame presets
21476
21477 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21478
21479         * configure.ac:
21480         * ext/lame/Makefile.am:
21481         * ext/lame/gstlame.c: (gst_lame_class_init),
21482         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21483         Only enable lame presets if version of lame has presets in API
21484
21485 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21486         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21487         * gst/udp/gstudpsrc.h:
21488           Don't call gst_pad_push in a get function. Fixes #150449
21489
21490 2004-08-18  Wim Taymans  <wim@fluendo.com>
21491
21492         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21493         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21494         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21495         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21496         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21497         (gst_fdset_wait):
21498         * gst/tcp/gstfdset.h:
21499         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21500         (gst_multifdsink_client_queue_buffer),
21501         (gst_multifdsink_handle_client_write):
21502         * gst/tcp/gstmultifdsink.h:
21503         Some extra checks in gstfdset.
21504         Only use send() when the fd is a socket. Don't try to
21505         read from write only fds.
21506
21507 2004-08-18  Wim Taymans  <wim@fluendo.com>
21508
21509         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21510         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21511         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21512         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21513         (gst_fdset_wait):
21514         Add more locking and bounds checking.
21515
21516 2004-08-18  Wim Taymans  <wim@fluendo.com>
21517
21518         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
21519         Realloc test fdset in the lock and right before starting
21520         the poll call. Bump the limit to 4096.
21521
21522 2004-08-17  David Schleef  <ds@schleef.org>
21523
21524         * sys/sunaudio/Makefile.am:
21525         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
21526         of rates and channels.  Make debugging less obnoxious.
21527
21528         Patch from Balamurali Viswanathan implementing a mixer for
21529         Sun audio.  (bug #144091):
21530         * sys/sunaudio/gstsunelement.c:
21531         * sys/sunaudio/gstsunelement.h:
21532         * sys/sunaudio/gstsunmixer.c:
21533         * sys/sunaudio/gstsunmixer.h:
21534
21535 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21536
21537         * gst/audioscale/gstaudioscale.c:
21538         * gst/audioscale/gstaudioscale.h:
21539         made audioscale resample from any sample rate to any sample rate
21540
21541 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21542
21543         * ext/libpng/gstpngdec.c:
21544           error out on unsupported types
21545
21546 2004-08-17  Iain <iaingnome@gmail.com>
21547
21548         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
21549         mid_side and loose_mid_side properties if its a stereo stream.
21550
21551 2004-08-17  Wim Taymans  <wim@fluendo.com>
21552
21553         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21554         (theora_get_formats), (theora_dec_src_convert),
21555         (theora_dec_sink_convert), (theora_dec_src_query),
21556         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
21557         Add a debug line.
21558
21559 2004-08-17  Wim Taymans  <wim@fluendo.com>
21560
21561         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
21562         (gst_ogg_pad_push):
21563         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21564         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
21565         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
21566         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21567         Mark delta units in the muxer.
21568         Try to decode the packet after an out-of-sync error from
21569         libogg.
21570
21571 2004-08-17  Wim Taymans  <wim@fluendo.com>
21572
21573         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21574         (gst_multifdsink_init), (gst_multifdsink_add),
21575         (gst_multifdsink_client_queue_buffer),
21576         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
21577         * gst/tcp/gstmultifdsink.h:
21578         Added option to send a keyframe to clients as the first buffer.
21579         Make timeout property writable.
21580
21581 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21582
21583         patch by: Wim Taymans
21584
21585         * gst/tcp/gstfdset.c:
21586         * gst/tcp/gstmultifdsink.c:
21587           fix index comparison, should include 0
21588
21589 2004-08-16  Wim Taymans  <wim@fluendo.com>
21590
21591         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
21592         (gst_fdset_add_fd), (gst_fdset_remove_fd),
21593         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21594         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21595         (gst_fdset_wait):
21596           copy when reallocing for poll so the select arguments don't get
21597           changed during the call
21598
21599 2004-08-16  Wim Taymans  <wim@fluendo.com>
21600
21601         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
21602         (gst_theora_enc_class_init), (theora_enc_sink_link),
21603         (theora_buffer_from_packet), (theora_enc_chain):
21604         Fix bug where buffers were not marked as keyframes
21605         correctly.
21606
21607 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21608
21609         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21610         (gst_lame_preset_get_type), (gst_lame_class_init):
21611         describe the enum values for vbr mode and presets more verbosely
21612
21613 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21614
21615         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
21616         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
21617         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
21618         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21619         * ext/lame/gstlame.h:
21620         add preset property to lame so it can use lame presets
21621
21622 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21623
21624         * ext/lame/gstlame.c: (gst_lame_get_property):
21625         whoops forgot break, thanks teuf
21626
21627 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21628
21629         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
21630         (gst_lame_class_init), (gst_lame_src_getcaps),
21631         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
21632         (gst_lame_get_property), (gst_lame_setup):
21633         * ext/lame/gstlame.h:
21634         fix lame's broken vbr stuff, allow it to resample if need be, and also
21635         make xing header optional
21636
21637 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21638
21639         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
21640         added getcaps function so samplerate doesnt get fixated to silly values
21641
21642 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21643
21644         * ext/lame/gstlame.c: (gst_lame_src_link):
21645         revert previous fix
21646
21647 2004-08-12  Johan Dahlin  <johan@gnome.org>
21648
21649         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
21650         checks. Doesn't matter what state we are in. Interfaces are a
21651         compile time thing, not runtime. It also broke the python bindings.
21652
21653 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21654
21655         * ext/lame/gstlame.c: (gst_lame_src_link):
21656         made source pad link function check if sinkpad is ok..fixes the problem
21657         where core fixates the output rate of lame stupidly
21658
21659 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
21660
21661         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
21662         * sys/v4l/v4l_calls.c:
21663         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
21664           fix fixate function to handle nonsimple caps.
21665           remove bogus check in _link
21666           cleanups
21667
21668 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21669
21670         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
21671         set default compression ratio parameter to 0.0 so bitrate parameter
21672         works :)
21673
21674 2004-08-11  David Schleef  <ds@schleef.org>
21675
21676         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
21677
21678 2004-08-11  David Schleef  <ds@schleef.org>
21679
21680         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
21681         before.
21682
21683 2004-08-11  David Schleef  <ds@schleef.org>
21684
21685         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
21686
21687 2004-08-11  David Schleef  <ds@schleef.org>
21688
21689         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
21690           license field
21691         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
21692         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
21693           LGPL.
21694         * gst/auparse/gstauparse.c: Fix plugin license field.
21695         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
21696         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
21697         * gst/rtp/gstrtp.c: Fix plugin license field.
21698
21699 2004-08-11  Wim Taymans  <wim@fluendo.com>
21700
21701         * gst/tcp/Makefile.am:
21702         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
21703         (ensure_size), (gst_fdset_new), (gst_fdset_free),
21704         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
21705         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
21706         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
21707         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21708         (gst_fdset_fd_can_write), (gst_fdset_wait):
21709         * gst/tcp/gstfdset.h:
21710         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21711         (gst_multifdsink_class_init), (gst_multifdsink_init),
21712         (gst_multifdsink_add), (gst_multifdsink_remove),
21713         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
21714         (gst_multifdsink_remove_client_link),
21715         (gst_multifdsink_handle_client_read),
21716         (gst_multifdsink_client_queue_data),
21717         (gst_multifdsink_client_queue_caps),
21718         (gst_multifdsink_client_queue_buffer),
21719         (gst_multifdsink_handle_client_write),
21720         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21721         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21722         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
21723         (gst_multifdsink_close):
21724         * gst/tcp/gstmultifdsink.h:
21725         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21726         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
21727         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
21728         (gst_tcpserversink_close):
21729         * gst/tcp/gsttcpserversink.h:
21730         Abstracted away the select call, implemented poll (yes we ran into
21731         the 1024 limit in production).
21732
21733 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21734
21735         * gst/tcp/gsttcp.c:
21736         * gst/tcp/gsttcpplugin.c:
21737           improve debuggging, remove assert
21738
21739 2004-08-10  Wim Taymans  <wim@fluendo.com>
21740
21741         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
21742         (gst_client_status_get_type), (gst_multifdsink_class_init),
21743         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
21744         (gst_multifdsink_handle_client_read),
21745         (gst_multifdsink_handle_client_write),
21746         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21747         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
21748         (gst_multifdsink_get_property):
21749         * gst/tcp/gstmultifdsink.h:
21750         * gst/tcp/gsttcp-marshal.list:
21751         Starting to prepare for specifying buffer time in other units
21752         than buffers. Expose remove reason in signal.
21753
21754 2004-08-10  Wim Taymans  <wim@fluendo.com>
21755
21756         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21757         (gst_multifdsink_remove), (gst_multifdsink_clear),
21758         (gst_multifdsink_remove_client_link),
21759         (gst_multifdsink_handle_client_read),
21760         (gst_multifdsink_client_queue_data),
21761         (gst_multifdsink_client_queue_buffer),
21762         (gst_multifdsink_handle_client_write),
21763         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
21764         (gst_multifdsink_chain), (gst_multifdsink_close):
21765         * gst/tcp/gstmultifdsink.h:
21766         Added more debugging info. Changed the way clients are
21767         removed from the lists. Fixed a bug where a bad file descriptor
21768         could cause many clients to be removed.
21769
21770 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21771
21772         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
21773           allow all pixel-aspect-ratios, not just 1:1
21774
21775 2004-08-09  David Schleef  <ds@schleef.org>
21776
21777         * sys/glsink/ARB_multitexture.h:  Remove old files.
21778         * sys/glsink/EXT_paletted_texture.h:
21779         * sys/glsink/NV_register_combiners.h:
21780         * sys/glsink/gstgl_nvimage.c:
21781         * sys/glsink/gstgl_pdrimage.c:
21782         * sys/glsink/gstgl_rgbimage.c:
21783         * sys/glsink/gstglsink.c:
21784         * sys/glsink/gstglsink.h:
21785         * sys/glsink/gstglxwindow.c:
21786         * sys/glsink/regcomb_yuvrgb.c:
21787
21788 2004-08-09  David Schleef  <ds@schleef.org>
21789
21790         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
21791         GL sink plugin.  (Bug #147302)
21792
21793         * configure.ac: Test for OpenGL
21794         * sys/Makefile.am: Use test for OpenGL
21795         * sys/glsink/Makefile.am:
21796         * sys/glsink/glimagesink.c: rewrite
21797         * sys/glsink/glimagesink.h: rewrite
21798
21799 2004-08-09  David Schleef  <ds@schleef.org>
21800
21801         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
21802         sane framerates.
21803         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
21804         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
21805         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
21806
21807 2004-08-09  Wim Taymans  <wim@fluendo.com>
21808
21809         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21810         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21811         (gst_multifdsink_client_remove),
21812         (gst_multifdsink_handle_client_read),
21813         (gst_multifdsink_handle_client_write),
21814         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21815         Do a bit more logging, make the client_read code more robust.
21816
21817 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21818
21819         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
21820         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
21821         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
21822         (gst_jpegdec_init), (gst_jpegdec_chain):
21823         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
21824         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
21825           cleanups, debugging fixes and memleak plugging
21826
21827 2004-08-09  Wim Taymans  <wim@fluendo.com>
21828
21829         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
21830         (theora_get_formats), (theora_dec_src_convert),
21831         (theora_dec_sink_convert), (theora_dec_src_query),
21832         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
21833         (theora_dec_change_state):
21834         Don't crash on missing header packets.
21835
21836 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21837
21838         * po/LINGUAS:
21839         * po/sq.po:
21840           Added Albanian translation (Laurent Dhima)
21841         * po/cs.po:
21842           updated
21843
21844 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21845
21846         * ext/lame/gstlame.c:
21847           fix/add debugging
21848
21849 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21850
21851         * sys/ximage/ximagesink.c:
21852         * sys/xvimage/xvimagesink.c:
21853           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
21854
21855 2004-08-06  Wim Taymans  <wim@fluendo.com>
21856
21857         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21858         (gst_multifdsink_add), (gst_multifdsink_get_stats),
21859         (gst_multifdsink_client_remove),
21860         (gst_multifdsink_handle_client_read),
21861         (gst_multifdsink_handle_client_write),
21862         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
21863         Make sure we don't try to read more from a client that what
21864         ioctl says us or we deadlock.
21865
21866 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21867
21868         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
21869         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
21870         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
21871           decouple running_time and n_frames so it can handle changing
21872           framerate while running
21873
21874 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21875
21876         * po/nl.po:
21877         * po/sv.po:
21878           updated translations
21879
21880 2004-08-04  Benjamin Otte  <otte@gnome.org>
21881
21882         * gst/videotestsrc/gstvideotestsrc.c:
21883         (gst_videotestsrc_get_capslist), (generate_capslist),
21884         (plugin_init):
21885           generate the list of supported caps at startup and reuse it instead
21886           of always generating it
21887
21888 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21889
21890         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
21891           whoops, last checkin broke normal build
21892
21893 2004-08-03  Benjamin Otte  <otte@gnome.org>
21894
21895         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
21896         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
21897         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
21898         (gst_alsa_mixer_get_option):
21899         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
21900         (dvdnavsrc_print_event):
21901         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
21902         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
21903         (gst_ogg_mux_pad_unlink):
21904         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
21905         (gst_multipart_mux_pad_unlink):
21906         * gst/videofilter/gstvideobalance.c:
21907         (gst_videobalance_colorbalance_set_value):
21908         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
21909         (gst_videomixer_pad_unlink):
21910         * po/uk.po:
21911         * sys/oss/gstossmixer.c:
21912         * sys/v4l/gstv4lcolorbalance.c:
21913         * sys/v4l/gstv4ltuner.c:
21914         * sys/v4l/v4lsrc_calls.c:
21915         * sys/v4l2/gstv4l2colorbalance.c:
21916         * sys/v4l2/gstv4l2tuner.c:
21917           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
21918
21919 2004-08-03  Benjamin Otte  <otte@gnome.org>
21920
21921         * examples/dynparams/filter.c: (ui_control_create):
21922         * examples/gstplay/player.c: (print_tag):
21923         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
21924         * ext/gdk_pixbuf/gstgdkanimation.c:
21925         (gst_gdk_animation_iter_may_advance):
21926         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
21927         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
21928         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
21929         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
21930         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
21931         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21932         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
21933         * gst/sine/demo-dparams.c: (main):
21934         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
21935         * testsuite/alsa/formats.c: (create_pipeline):
21936         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
21937           fixes for G_DISABLE_ASSERT and friends
21938         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
21939         (mp3_type_frame_length_from_header), (mp3_type_find),
21940         (plugin_init):
21941           require mp3 typefinding to have at least MIN_HEADERS valid headers
21942           add typefinding for AAC adts files
21943
21944 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
21945
21946         * sys/ximage/ximagesink.c:
21947         (gst_ximagesink_calculate_pixel_aspect_ratio):
21948         * sys/xvimage/xvimagesink.c:
21949         (gst_xvimagesink_calculate_pixel_aspect_ratio):
21950         Make sure we calculate pixel-aspect-ratio using floating point maths
21951
21952 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21953
21954         * po/uk.po:
21955           updated translation
21956
21957 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21958
21959         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21960         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
21961           add debugging for display PAR calculation
21962
21963 2004-08-02  David Schleef  <ds@schleef.org>
21964
21965         * configure.ac: Fix mikmod CFLAGS.
21966
21967 2004-07-27  Benjamin Otte  <otte@gnome.org>
21968
21969         * gst/audioscale/gstaudioscale.c:
21970         - fix templates to only support S16, it's the only format that works
21971         - make caps nego code use try_set_caps_nonfixed and fixation instead
21972         of try_set_caps twice, which is not nice for autopluggers
21973         - change rank to secondary, so autopluggers can pick it up after
21974         audioconvert
21975
21976 2004-08-02  Iain <iain@prettypeople.org>
21977
21978         * gst/interleave/interleave.c (interleave_init),
21979         (interleave_request_new_pad),
21980         (interleave_pad_removed),
21981         (interleave_buffered_loop): Use the real pad count, not the artificial
21982         one.
21983
21984 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21985
21986         * configure.ac: bump nano back to development
21987
21988 === release 0.8.3 ===
21989
21990 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21991
21992         * configure.ac: releasing 0.8.3, "Water"
21993
21994 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21995
21996         * sys/xvimage/xvimagesink.c:
21997         (gst_xvimagesink_calculate_pixel_aspect_ratio),
21998         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
21999         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22000         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22001         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22002         * sys/xvimage/xvimagesink.h:
22003           apply similar PAR fixes as to ximagesink
22004
22005 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22006
22007         patch from: Benjamin Otte
22008
22009         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22010           add link function to lame.  Fixes #148986.
22011
22012 2004-08-02  Johan Dahlin  <johan@gnome.org>
22013
22014         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22015         fix debugging log
22016
22017 2004-07-30  David Schleef  <ds@schleef.org>
22018
22019         * gst/videomixer/Makefile.am: Fix things that should have been
22020         fixed in the last checkin.
22021
22022 2004-07-30  David Schleef  <ds@schleef.org>
22023
22024         * gst/multipart/Makefile.am: Fix things that should have been
22025         fixed in the last checkin.
22026
22027 2004-07-30  David Schleef  <ds@schleef.org>
22028
22029         * testsuite/multifilesink/Makefile.am: Fix unused variable.
22030
22031 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22032
22033         * configure.ac:
22034           bump nano for prerelease
22035         * po/af.po:
22036         * po/az.po:
22037         * po/cs.po:
22038         * po/en_GB.po:
22039         * po/hu.po:
22040         * po/nl.po:
22041         * po/sr.po:
22042         * po/sv.po:
22043         * po/uk.po:
22044           updates
22045
22046 2004-07-30  Wim Taymans  <wim@fluendo.com>
22047
22048         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22049         (gst_multifdsink_add), (gst_multifdsink_remove),
22050         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22051         (gst_multifdsink_client_remove),
22052         (gst_multifdsink_handle_client_write),
22053         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22054         * gst/tcp/gstmultifdsink.h:
22055         Recover from a select with a bad file descriptor by removing
22056         the client.
22057
22058 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22059
22060         * configure.ac:
22061           fix requirement of core
22062         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22063         (gst_play_pipeline_setup):
22064           don't use colorspace element.  do use hermescolorspace element.
22065           make macro to get a colorspace element.
22066           mark strings for translation.
22067         * po/POTFILES.in:
22068           add play.c
22069         * po/af.po:
22070         * po/az.po:
22071         * po/cs.po:
22072         * po/en_GB.po:
22073         * po/hu.po:
22074         * po/nl.po:
22075         * po/sr.po:
22076         * po/sv.po:
22077         * po/uk.po:
22078           update translations
22079
22080 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22081
22082         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22083         fix default for newmedia flag
22084
22085 2004-07-30  Wim Taymans  <wim@fluendo.com>
22086
22087         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22088         (gst_theora_dec_init), (theora_get_formats),
22089         (theora_dec_src_convert), (theora_dec_sink_convert),
22090         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22091         (theora_dec_chain), (theora_dec_set_property),
22092         (theora_dec_get_property):
22093         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22094         (gst_theora_enc_class_init), (gst_theora_enc_init),
22095         (theora_enc_sink_link), (theora_enc_chain),
22096         (theora_enc_set_property), (theora_enc_get_property):
22097         Added cropping option to theora decoder.
22098         Added border option to theora encoder.
22099
22100 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22101
22102         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22103         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22104         (gst_pngenc_set_property):
22105         * ext/libpng/gstpngenc.h:
22106         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
22107
22108 2004-07-30  Wim Taymans  <wim@fluendo.com>
22109
22110         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22111         (theora_enc_sink_link), (theora_enc_chain),
22112         (theora_enc_set_property), (theora_enc_get_property):
22113         Fix encoding of non-multiple-of-16 video.
22114
22115 2004-07-29  David Schleef  <ds@schleef.org>
22116
22117         * configure.ac: make test for audiofile more strict
22118
22119 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22120
22121         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22122           give different names to typefind functions
22123
22124 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22125
22126         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22127         (gst_ximagesink_calculate_pixel_aspect_ratio),
22128         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22129         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22130         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22131         (gst_ximagesink_get_property), (gst_ximagesink_init):
22132         * sys/ximage/ximagesink.h:
22133           allocate PAR's dynamically.
22134           use autodetected PAR if no object-set PAR is given.
22135           add workaround for directfb's X not setting physical size.
22136           fix to xvimagesink will follow tomorrow.
22137
22138 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22139
22140         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22141         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22142         (gst_shout2send_get_type), (gst_shout2send_set_clock),
22143         (gst_shout2send_class_init), (gst_shout2send_init),
22144         (set_shout_metadata), (gst_shout2send_set_metadata),
22145         (gst_shout2send_chain), (gst_shout2send_set_property),
22146         (gst_shout2send_get_property), (gst_shout2send_connect),
22147         (gst_shout2send_change_state):
22148         * ext/shout2/gstshout2.h:
22149         - fix for sending mp3 audio to icecast2 server, if pad link function not
22150         called before PAUSED state
22151         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22152         - added tagging support for mp3 audio broadcasted
22153         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22154         debug info
22155
22156 2004-07-28  Wim Taymans  <wim@fluendo.com>
22157
22158         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22159         (gst_ogg_demux_push):
22160         Return query failure when we don't know the length of
22161         an ogg stream insteda of returning TRUE with a bogus value.
22162
22163 2004-07-28  Wim Taymans  <wim@fluendo.com>
22164
22165         * ext/theora/theoradec.c: (theora_get_formats),
22166         (theora_dec_src_convert), (theora_dec_sink_convert),
22167         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22168         (theora_dec_chain):
22169         Don't screw up the 1 Chroma for 1 luma sample situation when we
22170         have an odd offset/width by adding a black border in those cases.
22171
22172 2004-07-28  Wim Taymans  <wim@fluendo.com>
22173
22174         * ext/theora/theoradec.c: (theora_get_formats),
22175         (theora_dec_src_convert), (theora_dec_sink_convert),
22176         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22177         (theora_dec_chain):
22178         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22179         Added first attempt at cropping of the image as required by the
22180         theora spec. We need more properties in the caps (offset_x,
22181         offset_y,stride) to implement this correctly.
22182
22183 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22184
22185         * ext/dvdnav/README:
22186           Update the README to use dvddemux
22187         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22188           Ensure getcaps returns a subset of the template caps
22189         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22190         (gst_mpeg2subt_init):
22191           Ensure getcaps returns a subset of the template caps
22192         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22193         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22194         (gst_dvd_demux_get_subpicture_stream),
22195         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22196         * gst/mpegstream/gstdvddemux.h:
22197           Set the explicit caps on the current_video pad before pushing
22198           anything
22199         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22200         (gst_mpeg_demux_get_audio_stream):
22201           Free caps used to gst_pad_set_explicit_caps, which takes a const
22202           GstCaps *
22203
22204 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22205
22206         * configure.ac: update GStreamer requirement to 0.8.4 because of
22207           GstFraction.
22208
22209 2004-07-28  Wim Taymans  <wim@fluendo.com>
22210
22211         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22212         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22213         Add the pad to the element after setting up the caps. This
22214         makes it a lot easier to autoplug.
22215
22216 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22217
22218         * gst/median/gstmedian.c:
22219         * gst/mpeg2subt/gstmpeg2subt.c:
22220         * gst/mpegaudioparse/gstmpegaudioparse.c:
22221         * gst/mpegstream/gstdvddemux.c:
22222         * gst/mpegstream/gstmpegdemux.c:
22223         * gst/mpegstream/gstmpegpacketize.c:
22224         * gst/rtjpeg/gstrtjpeg.c:
22225         * gst/rtjpeg/gstrtjpegdec.c:
22226         * gst/rtjpeg/gstrtjpegenc.c:
22227         * gst/sine/gstsinesrc.c:
22228         * gst/smooth/gstsmooth.c:
22229         * gst/smpte/gstsmpte.c:
22230         * gst/smpte/gstsmpte.h:
22231         * gst/stereo/gststereo.c:
22232         * gst/videofilter/gstgamma.c:
22233         * gst/videofilter/gstvideobalance.c:
22234         * gst/videofilter/gstvideofilter.c:
22235         * gst/videofilter/gstvideoflip.c:
22236         * gst/videoscale/gstvideoscale.c:
22237         * gst/videoscale/videoscale.c:
22238         * gst/videotestsrc/gstvideotestsrc.c:
22239         * gst/videotestsrc/videotestsrc.c:
22240         * gst/wavenc/gstwavenc.c:
22241         * gst/wavparse/gstwavparse.c:
22242           fix local includes and 64 bits constants
22243
22244 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22245
22246         * win32/gst.sln:
22247         * gst-libs/gst/*/*.vcproj:
22248         * gst/*/*.vcproj:
22249           more working plugins
22250
22251 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22252
22253         * testsuite/alsa/Makefile.am:
22254         * testsuite/alsa/srcstate.c:
22255         add test for alsasrc changing state
22256
22257 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22258
22259         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22260         (gst_silence_get):
22261         * gst/silence/gstsilence.h:
22262         fix silence generation for 16bit raw audio
22263
22264 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22265
22266         * gst/matroska/matroska-demux.c:
22267         (gst_matroska_demux_parse_metadata),
22268         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22269         * gst/mpegaudio/common.c:
22270         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22271         (gst_videoscale_getcaps), (gst_videoscale_link),
22272         (gst_videoscale_src_fixate), (gst_videoscale_init),
22273         (gst_videoscale_finalize):
22274         * gst/videoscale/gstvideoscale.h:
22275         * gst/videotestsrc/gstvideotestsrc.c:
22276         (gst_videotestsrc_get_capslist):
22277         * gst/wavenc/gstwavenc.c:
22278         * sys/oss/gstossmixer.c: (fill_labels):
22279         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22280         (gst_ximagesink_handle_xevents),
22281         (gst_ximagesink_calculate_pixel_aspect_ratio),
22282         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22283         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22284         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22285         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22286         (gst_ximagesink_init), (gst_ximagesink_class_init):
22287         * sys/ximage/ximagesink.h:
22288         * sys/xvimage/xvimagesink.c:
22289         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22290         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22291         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22292         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22293         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22294         * sys/xvimage/xvimagesink.h:
22295           first batch of pixel aspect ratio commits.
22296
22297 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22298
22299         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22300         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22301         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22302           handle stride, needs work if we want to move stride handling
22303           upstream, but works correctly for our purposes.
22304
22305 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22306
22307         * gst/videoscale/README:
22308           add testing examples
22309         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22310         (gst_videoscale_chain):
22311         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22312         (gst_videoscale_get_size):
22313           add get_size function that handles stride like videotestsrc.
22314           fixes conversion for YUV formats for as much as I can test them.
22315
22316 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22317
22318         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22319         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22320         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22321         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22322         (gst_xvimagesink_xvimage_put):
22323           further cleanups, logging, error handling and synchronizing
22324
22325 2004-07-27  Wim Taymans  <wim@fluendo.com>
22326
22327         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22328         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22329         (gst_videomixer_pad_set_property),
22330         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22331         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22332         (gst_videomixer_class_init), (gst_videomixer_init),
22333         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22334         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22335         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22336         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22337         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22338         (gst_videomixer_loop), (plugin_init):
22339         Be a nicer negotiation citizen and provide a getcaps function on
22340         the srcpad. This also fixes a crash when resizing.
22341
22342 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22343
22344         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22345         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22346
22347 2004-07-27  Wim Taymans  <wim@fluendo.com>
22348
22349         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22350         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22351         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22352         (gst_pngenc_set_property):
22353         * ext/libpng/gstpngenc.h:
22354         Added snapshot property to pngenc.
22355         removed g_print from pngdec
22356
22357 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22358
22359         * gst/ac3parse/ac3parse.vcproj
22360         * gst/adder/adder.vcproj
22361         * gst/alpha/alpha.vcproj
22362         * gst/alpha/alphacolor.vcproj
22363         * gst/asfdemux/asf.vcproj
22364         * gst/audioconvert/audioconvert.vcproj
22365         * gst/audiorate/audiorate.vcproj
22366         * gst/audioscale/audioscale.vcproj
22367         * gst/auparse/auparse.vcproj
22368         * gst/avi/avi.vcproj
22369         * gst/cdxaparse/cdxaparse.vcproj
22370         * gst/chart/chart.vcproj
22371         * gst/colorspace/colorspace.vcproj
22372         * gst/cutter/cutter.vcproj
22373         * gst/debug/debug.vcproj
22374         * gst/debug/efence.vcproj
22375         * gst/debug/navigationtest.vcproj
22376         * gst/deinterlace/deinterlace.vcproj
22377         * gst/effectv/effectv.vcproj
22378         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22379         * gst/filter/filter.vcproj
22380         * gst/flx/flxdec.vcproj
22381         * gst/goom/goom.vcproj
22382         * gst/interleave/interleave.vcproj
22383         * gst/law/alaw.vcproj
22384         * gst/law/mulaw.vcproj
22385         * gst/matroska/matroska.vcproj
22386         * gst/median/median.vcproj
22387         * gst/mixmatrix/mixmatrix.vcproj
22388         * gst/mpeg1sys/mpeg1systemencode.vcproj
22389         * gst/mpeg1videoparse/mp1videoparse.vcproj
22390         * gst/mpeg2sub/mpeg2subt.vcproj
22391         * gst/mpegaudio/mpegaudio.vcproj
22392         * gst/mpegaudioparse/mpegaudioparse.vcproj
22393         * gst/mpegstream/mpegstream.vcproj
22394         * gst/multifilesink/multifilesink.vcproj
22395         * gst/multipart/multipart.vcproj
22396         * gst/oneton/oneton.vcproj
22397         * gst/overlay/overlay.vcproj
22398         * gst/passthrough/passthrough.vcproj
22399         * gst/qtdemux/qtdemux.vcproj
22400         * gst/realmedia/rmdemux.vcproj
22401         * gst/rtjpeg/rtjpeg.vcproj
22402         * gst/rtp/rtp.vcproj
22403         * gst/silence/silence.vcproj
22404         * gst/sine/sinesrc.vcproj
22405         * gst/smooth/smooth.vcproj
22406         * gst/smpte/smpte.vcproj
22407         * gst/spectrum/spectrum.vcproj
22408         * gst/speed/speed.vcproj
22409         * gst/stereo/stereo.vcproj
22410         * gst/switch/switch.vcproj
22411         * gst/tags/tagedit.vcproj
22412         * gst/tcp/tcp.vcproj
22413         * gst/typefind/typefindfunctions.vcproj
22414         * gst/udp/udp.vcproj
22415         * gst/videobox/videobox.vcproj
22416         * gst/videocrop/videocrop.vcproj
22417         * gst/videodrop/videodrop.vcproj
22418         * gst/videofilter/gamma.vcproj
22419         * gst/videofilter/videobalance.vcproj
22420         * gst/videofilter/videofilter.vcproj
22421         * gst/videofilter/videoflip.vcproj
22422         * gst/videoflip/videoflip.vcproj
22423         * gst/videomixer/videomixer.vcproj
22424         * gst/videorate/videorate.vcproj
22425         * gst/videoscale/videoscale.vcproj
22426         * gst/videotestsrc/videotestsrc.vcproj
22427         * gst/virtualdub/virtualdub.vcproj
22428         * gst/volenv/volenv.vcproj
22429         * gst/volume/volume.vcproj
22430         * gst/wavenc/wavenc.vcproj
22431         * gst/wavparse/wavparse.vcproj
22432         * gst/y4m/y4menc.vcproj
22433         * gst-libs/gst/audio/audio.vcproj
22434         * gst-libs/gst/audio/audiofilter.vcproj
22435         * gst-libs/gst/colorbalance/colorbalance.vcproj
22436         * gst-libs/gst/idct/idtc.vcproj
22437         * gst-libs/gst/media-info/media-info.vcproj
22438         * gst-libs/gst/mixer/mixer.vcproj
22439         * gst-libs/gst/navigation/navigation.vcproj
22440         * gst-libs/gst/play/play.vcproj
22441         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22442         * gst-libs/gst/resample/resample.vcproj
22443         * gst-libs/gst/riff/riff.vcproj
22444         * gst-libs/gst/tuner/tuner.vcproj
22445         * gst-libs/gst/video/video.vcproj
22446         * gst-libs/gst/xoverlay/xoverlay.vcproj
22447           avoid problems with math.h, fix release dependancy
22448           rename GStreamer-0.8.lib to libgstreamer.lib
22449
22450 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22451
22452         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22453         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22454         the atom is not available we have to unlock the mutex. Fixes #148023
22455
22456 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22457
22458         * gst-libs/gst/media-info/media-info.h:
22459           issue for a vararg macro with MSVC
22460
22461 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22462
22463         * gst/effectv/effectv.vcproj
22464         * gst-libs/gst/idct/idct.vcproj:
22465         * gst-libs/gst/media-info/media-info.vcproj:
22466         * gst-libs/gst/navigation/navigation.vcproj:
22467         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22468         * gst-libs/gst/video/video.vcproj:
22469         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22470           fixes for build problems
22471
22472 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22473
22474         * gst-libs/gst/audio/audio.def:
22475         * gst-libs/gst/audio/riff.def:
22476           add some definitions needed by plugins
22477
22478 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22479
22480         * gst/asfdemux/gstasfmux.c
22481           Fix some 64 bits constants to be glib friendly
22482
22483 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22484
22485         * gst/ac3parse/gstac3parse.c
22486         * gst/audioscale/gstaudioscale.c
22487         * gst/auparse/gstauparse.c
22488         * gst/colorspace/gstcolorspace.c
22489         * gst/colorspace/yuv2rgb.h
22490           local include fixes
22491
22492 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22493
22494         * win32/gst.sln
22495           add more plugins to the build
22496
22497 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22498
22499         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22500         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22501
22502 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22503
22504         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22505         (gst_level_set_property), (gst_level_get_property),
22506         (gst_level_base_init), (gst_level_class_init):
22507           add debugging categories.  cleanups.
22508
22509 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22510
22511         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22512         (gst_videoscale_planar411), (gst_videoscale_planar400),
22513         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22514         (gst_videoscale_scale_nearest_str1),
22515         (gst_videoscale_scale_nearest_str2),
22516         (gst_videoscale_scale_nearest_str4),
22517         (gst_videoscale_scale_nearest_16bit),
22518         (gst_videoscale_scale_nearest_24bit):
22519           fixed stride issues
22520           tested with 320x240 -> 321, 322, 324 x240
22521           tested with YV12, I420, YUY2, UYVY
22522           fixed packed422rev (don't think it could have worked before)
22523           by testing with UYVY
22524
22525 2004-07-26  Benjamin Otte  <otte@gnome.org>
22526
22527         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
22528         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
22529         (plugin_init):
22530           add debugging category, add error checks like checking return values
22531           of setup calls, make sure it still works after
22532           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
22533
22534 2004-07-26  Wim Taymans  <wim@fluendo.com>
22535
22536         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22537         (gst_mpeg_demux_get_audio_stream),
22538         (gst_mpeg_demux_process_private):
22539         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
22540         Check for error codes from the negotiation functions. Make sure
22541         we really set the pad caps when a new pad is created.
22542
22543 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22544
22545         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
22546         (gst_ffmpeg_caps_to_pix_fmt):
22547         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
22548         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22549         (gst_ffmpegcolorspace_pad_link):
22550           don't make function do two things at the same time without reason.
22551
22552 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22553
22554         * gst/ac3parse/ac3parse.vcproj
22555         * gst/adder/adder.vcproj
22556         * gst/alpha/alpha.vcproj
22557         * gst/alpha/alphacolor.vcproj
22558         * gst/asfdemux/asf.vcproj
22559         * gst/audioconvert/audioconvert.vcproj
22560         * gst/audiorate/audiorate.vcproj
22561         * gst/audioscale/audioscale.vcproj
22562         * gst/auparse/auparse.vcproj
22563         * gst/avi/avi.vcproj
22564         * gst/cdxaparse/cdxaparse.vcproj
22565         * gst/chart/chart.vcproj
22566         * gst/colorspace/colorspace.vcproj
22567         * gst/cutter/cutter.vcproj
22568         * gst/debug/debug.vcproj
22569         * gst/debug/efence.vcproj
22570         * gst/debug/navigationtest.vcproj
22571         * gst/deinterlace/deinterlace.vcproj
22572         * gst/effectv/effectv.vcproj
22573         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22574         * gst/filter/filter.vcproj
22575         * gst/flx/flxdec.vcproj
22576         * gst/goom/goom.vcproj
22577         * gst/interleave/interleave.vcproj
22578         * gst/law/alaw.vcproj
22579         * gst/law/mulaw.vcproj
22580         * gst/matroska/matroska.vcproj
22581         * gst/median/median.vcproj
22582         * gst/mixmatrix/mixmatrix.vcproj
22583         * gst/mpeg1sys/mpeg1systemencode.vcproj
22584         * gst/mpeg1videoparse/mp1videoparse.vcproj
22585         * gst/mpeg2sub/mpeg2subt.vcproj
22586         * gst/mpegaudio/mpegaudio.vcproj
22587         * gst/mpegaudioparse/mpegaudioparse.vcproj
22588         * gst/mpegstream/mpegstream.vcproj
22589         * gst/multifilesink/multifilesink.vcproj
22590         * gst/multipart/multipart.vcproj
22591         * gst/oneton/oneton.vcproj
22592         * gst/overlay/overlay.vcproj
22593         * gst/passthrough/passthrough.vcproj
22594         * gst/qtdemux/qtdemux.vcproj
22595         * gst/realmedia/rmdemux.vcproj
22596         * gst/rtjpeg/rtjpeg.vcproj
22597         * gst/rtp/rtp.vcproj
22598         * gst/silence/silence.vcproj
22599         * gst/sine/sinesrc.vcproj
22600         * gst/smooth/smooth.vcproj
22601         * gst/smpte/smpte.vcproj
22602         * gst/spectrum/spectrum.vcproj
22603         * gst/speed/speed.vcproj
22604         * gst/stereo/stereo.vcproj
22605         * gst/switch/switch.vcproj
22606         * gst/tags/tagedit.vcproj
22607         * gst/tcp/tcp.vcproj
22608         * gst/typefind/typefindfunctions.vcproj
22609         * gst/udp/udp.vcproj
22610         * gst/videobox/videobox.vcproj
22611         * gst/videocrop/videocrop.vcproj
22612         * gst/videodrop/videodrop.vcproj
22613         * gst/videofilter/gamma.vcproj
22614         * gst/videofilter/videobalance.vcproj
22615         * gst/videofilter/videofilter.vcproj
22616         * gst/videofilter/videoflip.vcproj
22617         * gst/videoflip/videoflip.vcproj
22618         * gst/videomixer/videomixer.vcproj
22619         * gst/videorate/videorate.vcproj
22620         * gst/videoscale/videoscale.vcproj
22621         * gst/videotestsrc/videotestsrc.vcproj
22622         * gst/virtualdub/virtualdub.vcproj
22623         * gst/volenv/volenv.vcproj
22624         * gst/volume/volume.vcproj
22625         * gst/wavenc/wavenc.vcproj
22626         * gst/wavparse/wavparse.vcproj
22627         * gst/y4m/y4menc.vcproj
22628           more plugins supported under windows
22629
22630 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22631
22632         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22633         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
22634         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
22635         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22636         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
22637           Add debugging statements.  Use the sizes as returned by the
22638           *CreateImage calls.
22639
22640 2004-07-26  Johan Dahlin  <johan@gnome.org>
22641
22642         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
22643         the pad is negotiated.
22644
22645         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
22646
22647 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22648
22649         * gst-libs/gst/colorbalance/colorbalance.vcproj:
22650         * gst-libs/gst/idct/idct.vcproj:
22651         * gst-libs/gst/media-info/media-info.vcproj:
22652         * gst-libs/gst/mixer/mixer.vcproj:
22653         * gst-libs/gst/navigation/navigation.vcproj:
22654         * gst-libs/gst/play/play.vcproj:
22655         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22656         * gst-libs/gst/resample/resample.vcproj:
22657         * gst-libs/gst/tuner/tuner.vcproj:
22658         * gst-libs/gst/video/video.vcproj:
22659         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22660           more plugins supported under windows
22661
22662 2004-07-25 Iain <iain@prettypeople.org>
22663
22664         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
22665         pad now rather than when the pad is created because state changes wipe
22666         explicit caps (fixes #148043).
22667
22668 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
22669
22670         reviewed by Benjamin Otte  <otte@gnome.org>
22671
22672         * ext/mad/gstmad.c:
22673           fix mad plugin crashing on Sun (fixes #148289)
22674
22675 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22676
22677         * gst/avi/avi.def:
22678         * gst/avi/avi.vcproj:
22679         * gst/matroska/matroska.def:
22680         * gst/matroska/matroska.vcproj:
22681           remove unused .def files
22682
22683 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22684
22685         * gst-libs/gst/audio/gstaudiofilter.c:
22686           Clean the local include
22687
22688 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22689
22690         * win32/gst.sln:
22691         * gst-libs/gst/audio/audio.def:
22692         * gst-libs/gst/audio/audio.vcproj:
22693         * gst-libs/gst/audio/audiofilter.vcproj:
22694         * gst-libs/gst/audio/riff.def:
22695         * gst-libs/gst/audio/riff.vcproj:
22696         * gst-libs/gst/gst-libs.def:
22697         * gst-libs/gst/gst-libs.vcproj:
22698         * gst/avi/avi.vcproj:
22699         * gst/avi/avi.vcproj:
22700           Copy the files where needed after building, cleaner projects
22701
22702 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
22703
22704         * gst/matroska/ebml-write.c:
22705           Fix some 64 bits constants to be glib friendly
22706
22707 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
22708
22709         * win32/gst.sln:
22710         * gst-libs/gst/gst-libs.def:
22711         * gst-libs/gst/gst-libs.vcproj:
22712         * gst/matroska/matroska.def:
22713         * gst/matroska/matroska.vcproj:
22714           Add the preliminary canvas to build plugins on Win32
22715
22716 2004-07-23  Benjamin Otte  <otte@gnome.org>
22717
22718         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22719           don't enfore negotiation from source side, it breaks
22720           sinesrc ! audioconvert ! osssink
22721
22722 2004-07-22  David Schleef  <ds@schleef.org>
22723
22724         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
22725         for ELF files, since they can easily be recognized as audio/mpeg.
22726         (bug #147441)
22727
22728 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22729
22730         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22731         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
22732         (gst_videoscale_scale_nearest_24bit),
22733         (gst_videoscale_scale_nearest_16bit):
22734           fix 16bit and 24bit for stride (24bit might need testing)
22735           don't pretend we do more than one algorithm
22736
22737 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22738
22739         * configure.ac:
22740         * gst/Makefile.am:
22741         * gst/multifilesink/Makefile.am:
22742         * gst/multifilesink/gstmultifilesink.c:
22743         (gst_multifilesink_get_formats),
22744         (gst_multifilesink_get_query_types), (_do_init),
22745         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
22746         (gst_multifilesink_init), (gst_multifilesink_dispose),
22747         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
22748         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
22749         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
22750         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
22751         (gst_multifilesink_chain), (gst_multifilesink_change_state),
22752         (gst_multifilesink_uri_get_type),
22753         (gst_multifilesink_uri_get_protocols),
22754         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
22755         (gst_multifilesink_uri_handler_init), (plugin_init):
22756         * gst/multifilesink/gstmultifilesink.h:
22757         * testsuite/Makefile.am:
22758         * testsuite/multifilesink/Makefile.am:
22759         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
22760         (gst_newmedia_class_init), (gst_newmedia_init),
22761         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
22762         (newfile_signal), (test_signal), (main):
22763         multifilesink plugin for creating new files every time a new media
22764         discontinuity event occurs
22765
22766 2004-07-22  Wim Taymans  <wim@fluendo.com>
22767
22768         * gst/alpha/Makefile.am:
22769         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
22770         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
22771         (gst_alpha_color_init), (gst_alpha_color_set_property),
22772         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
22773         (transform), (gst_alpha_color_chain),
22774         (gst_alpha_color_change_state), (plugin_init):
22775         Stupid plugin to to RGBA to AYUV conversion because none of
22776         the colorspace plugins can handle that yet.
22777
22778 2004-07-22  Wim Taymans  <wim@fluendo.com>
22779
22780         * examples/seeking/seek.c: (update_scale), (main):
22781         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
22782         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
22783         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
22784         (gst_decode_bin_init), (gst_decode_bin_dispose),
22785         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
22786         (no_more_pads), (close_link), (type_found),
22787         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
22788         (plugin_init):
22789         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
22790         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
22791         (gst_play_base_bin_dispose), (queue_overrun),
22792         (gen_preroll_element), (remove_prerolls), (unknown_type),
22793         (no_more_pads), (new_stream), (setup_source),
22794         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
22795         (play_base_eos), (gst_play_base_bin_change_state),
22796         (gst_play_base_bin_add_element),
22797         (gst_play_base_bin_remove_element),
22798         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
22799         (gst_play_base_bin_unlink_stream),
22800         (gst_play_base_bin_get_streaminfo):
22801         * gst/playback/gstplaybin.c: (gen_video_element),
22802         (gen_audio_element):
22803         * gst/playback/gststreaminfo.h:
22804         More playback updates, attempt to fix things after the state change
22805         breakage.
22806
22807 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22808
22809         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
22810         (gst_videoscale_scale_nearest_16bit):
22811           comment algorithm
22812
22813 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22814
22815         * gst/videotestsrc/gstvideotestsrc.c:
22816         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
22817         (gst_videotestsrc_init), (gst_videotestsrc_get),
22818         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
22819         (gst_videotestsrc_get_property):
22820         * gst/videotestsrc/gstvideotestsrc.h:
22821         * gst/videotestsrc/videotestsrc.c:
22822         * gst/videotestsrc/videotestsrc.h:
22823           cleanup and commenting
22824
22825 2004-07-21  Wim Taymans  <wim@fluendo.com>
22826
22827         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
22828         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
22829         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
22830         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
22831         (_find_chain_get_unknown_part), (_find_streams_check),
22832         (gst_ogg_demux_push), (gst_ogg_pad_push):
22833         * ext/theora/theoradec.c: (theora_get_formats),
22834         (theora_dec_src_convert), (theora_dec_sink_convert),
22835         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22836         (theora_dec_chain):
22837         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22838         (vorbis_dec_convert), (vorbis_dec_src_query),
22839         (vorbis_dec_src_event), (vorbis_dec_event):
22840         More seeking fixes, oggdemux now supports seeking to time and
22841         uses the downstream element to convert granulepos to time.
22842         Seeking in theora-only ogg files now works.
22843
22844 2004-07-21  Wim Taymans  <wim@fluendo.com>
22845
22846         * ext/theora/theoradec.c: (gst_theora_dec_init),
22847         (theora_get_formats), (theora_get_event_masks),
22848         (theora_get_query_types), (theora_dec_src_convert),
22849         (theora_dec_sink_convert), (theora_dec_src_query),
22850         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22851         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
22852         (vorbis_get_event_masks), (vorbis_get_query_types),
22853         (gst_vorbis_dec_init), (vorbis_dec_convert),
22854         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
22855         Added query/convert/formats functions to vorbis and theora decoders
22856         so that the outside world can use them too. Fixed seeking on an
22857         ogg/theora/vorbis file by disabling the seeking seeking on the
22858         theora srcpad.
22859
22860 2004-07-21  Julien MOUTTE  <julien@moutte.net>
22861
22862         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
22863         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
22864         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
22865         images creation for both elements. We don't create the image on caps
22866         nego or renego, we just destroy the internal one if present if it does
22867         not match the needs. The chain function takes care of creating a new
22868         image when needed.
22869         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
22870         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
22871         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22872         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
22873         the image format information. The buffer pool checks for the context
22874         image format and discard images with different formats.
22875         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
22876
22877 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22878
22879         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22880         (gst_ffmpegcolorspace_chain):
22881           no point in doing any chaining if the pad we want to push from
22882           isn't usable.
22883
22884 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22885
22886         * gst-libs/gst/riff/riff-media.c:
22887         (gst_riff_create_audio_caps_with_data):
22888           Fix double end-to-native symbol conversion (#148021).
22889
22890 2004-07-20  David Schleef  <ds@schleef.org>
22891
22892         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22893         Don't use an Atom that doesn't exist.
22894
22895 2004-07-20  Wim Taymans  <wim@fluendo.com>
22896
22897         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22898         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22899         (gst_multifdsink_client_remove),
22900         (gst_multifdsink_handle_client_write),
22901         (gst_multifdsink_queue_buffer):
22902         * gst/tcp/gstmultifdsink.h:
22903         More multifdsink stats. Avoid deadlock by releasing locks
22904         before sending out a signal.
22905
22906 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22907
22908         * po/LINGUAS:
22909         * po/hu.po:
22910           added Hungarian translation (Laszlo Dvornik)
22911
22912 2004-07-20  Wim Taymans  <wim@fluendo.com>
22913
22914         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22915         (gst_multifdsink_add), (gst_multifdsink_client_remove),
22916         (gst_multifdsink_handle_client_write),
22917         (gst_multifdsink_queue_buffer):
22918         * gst/tcp/gsttcp-marshal.list:
22919         Fixed the stupid marshal definition.
22920
22921 2004-07-20  Wim Taymans  <wim@fluendo.com>
22922
22923         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22924         (gst_multifdsink_init), (gst_multifdsink_add),
22925         (gst_multifdsink_client_remove),
22926         (gst_multifdsink_handle_client_write),
22927         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
22928         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
22929         (gst_multifdsink_init_send):
22930         * gst/tcp/gstmultifdsink.h:
22931         Added more stats, added timeout for a client, fixed some typos
22932         and added some comments.
22933
22934 2004-07-20  Wim Taymans  <wim@fluendo.com>
22935
22936         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22937         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22938         (gst_multifdsink_client_remove),
22939         (gst_multifdsink_handle_client_write):
22940         * gst/tcp/gstmultifdsink.h:
22941         * gst/tcp/gsttcp-marshal.list:
22942         Added get_stats method that returns a GValueArray of
22943         stats values.
22944
22945 2004-07-19  Benjamin Otte  <otte@gnome.org>
22946
22947         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
22948           make sure longname, description and author are valid UTF-8
22949
22950 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22951
22952         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
22953         (gst_ximagesink_set_property):
22954         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
22955         (gst_xvimagesink_set_property):
22956           make sure SYNCHRONOUS is respected after getting the X context
22957
22958 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22959
22960         * gst/matroska/matroska-demux.c:
22961         (gst_matroska_demux_handle_src_event),
22962         (gst_matroska_demux_parse_blockgroup):
22963         * gst/matroska/matroska-ids.h:
22964           add BlockReference tag and ignore it to clear out log.
22965           ignore NAVIGATION events to clear out log.
22966
22967 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22968
22969         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
22970         (gst_matroska_demux_add_stream):
22971         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
22972           add debug categories
22973
22974 2004-07-16  Wim Taymans  <wim@fluendo.com>
22975
22976         * ext/libpng/Makefile.am:
22977         * ext/libpng/gstpng.c: (plugin_init):
22978         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
22979         (gst_pngdec_get_type), (gst_pngdec_base_init),
22980         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
22981         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
22982         * ext/libpng/gstpngdec.h:
22983         Added png decoder.
22984
22985 2004-07-16  Julien MOUTTE  <julien@moutte.net>
22986
22987         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22988         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
22989         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
22990         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
22991         (gst_ximagesink_buffer_alloc):
22992         * sys/ximage/ximagesink.h:
22993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22994         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22995         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
22996         (gst_xvimagesink_buffer_alloc):
22997         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
22998         again. Using internal data pointer of the x(v)image to store image's
22999         data to be coherent with the buffer alloc mechanism. Investigated the
23000         image destruction code to be sure that everything gets freed correctly.
23001
23002 2004-07-16  Wim Taymans  <wim@fluendo.com>
23003
23004         * gst-libs/gst/riff/riff-read.c:
23005         (gst_riff_read_strf_vids_with_data),
23006         (gst_riff_read_strf_auds_with_data):
23007         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23008         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23009         Make sure we don't create 0 sized subbuffers in riff-read.
23010         Signal the no more pads signal after reading the avi header.
23011
23012 2004-07-16  Wim Taymans  <wim@fluendo.com>
23013
23014         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23015         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23016         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23017         (gst_decode_bin_init), (gst_decode_bin_dispose),
23018         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23019         (no_more_pads), (close_link), (type_found),
23020         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23021         (gst_decode_bin_change_state), (plugin_init):
23022         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23023         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23024         (gst_play_base_bin_dispose), (queue_overrun),
23025         (gen_preroll_element), (remove_prerolls), (unknown_type),
23026         (no_more_pads), (new_stream), (setup_source),
23027         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23028         (play_base_eos), (gst_play_base_bin_change_state),
23029         (gst_play_base_bin_add_element),
23030         (gst_play_base_bin_remove_element),
23031         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23032         (gst_play_base_bin_unlink_stream),
23033         (gst_play_base_bin_get_streaminfo):
23034         * gst/playback/gstplaybasebin.h:
23035         Better error recovery. Added configurable preroll queue size. Faster
23036         detection of no-more-pads.
23037
23038 2004-07-16  Wim Taymans  <wim@fluendo.com>
23039
23040         * gst-libs/gst/video/video.h:
23041         Added 32 bits RGBA. Not sure if we should use another mime-type
23042         for alpha rgb. Currently the presence of the alpha_mask property
23043         signals an alpha channel.
23044
23045 2004-07-16  Wim Taymans  <wim@fluendo.com>
23046
23047         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23049         FPS seems to be 0.0 to MAX everywhere else.
23050
23051 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23052
23053         * gst-libs/gst/riff/riff-media.c:
23054         (gst_riff_create_video_caps_with_data):
23055           mp42/mp43 (no caps) exist too.
23056         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23057           Set pixel_width/height; we've got them in-caps.
23058         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23059         * gst/wavparse/gstwavparse.c: (plugin_init):
23060           Both are valid primary.
23061         * sys/oss/gstossmixer.c:
23062           Remove i18n hack and enable translations.
23063
23064 2004-07-15  Benjamin Otte  <otte@gnome.org>
23065
23066         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23067         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23068           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23069
23070 2004-07-15  Benjamin Otte  <otte@gnome.org>
23071
23072         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23073         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23074         (gst_alsa_close_audio):
23075           disable some of the debugging code for now. Writing debugging to a
23076           buffer is broken in current alsalib releases.
23077
23078 2004-07-12  Benjamin Otte  <otte@gnome.org>
23079
23080         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23081           use bufferpools
23082
23083 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23084
23085         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23086         (theora_dec_src_query), (theora_dec_event):
23087         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23088           add debugging categories.  Remove \n's.
23089
23090 2004-07-13  Johan Dahlin  <johan@gnome.org>
23091
23092         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23093         (gst_play_bin_get_property): Impl.
23094
23095 2004-07-13  Wim Taymans  <wim@fluendo.com>
23096
23097         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23098         When trying to find the stream length, seek back N pages
23099         instead of just one, where N is the number of streams in
23100         the current chain.
23101
23102 2004-07-13  Wim Taymans  <wim@fluendo.com>
23103
23104         * gst-libs/gst/riff/riff-media.c:
23105         (gst_riff_create_audio_caps_with_data),
23106         (gst_riff_create_audio_caps),
23107         (gst_riff_create_audio_template_caps):
23108         * gst-libs/gst/riff/riff-media.h:
23109         * gst-libs/gst/riff/riff-read.c:
23110         (gst_riff_read_strf_vids_with_data),
23111         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23112         * gst-libs/gst/riff/riff-read.h:
23113         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23114         (gst_avi_demux_add_stream):
23115         Set codec_data on caps for avidemuxer.
23116
23117 2004-07-12  David Schleef  <ds@schleef.org>
23118
23119         * configure.ac: Fix test for Objective C
23120
23121 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
23122         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23123         (gst_gdk_pixbuf_chain):
23124           Add svg and pcx to template caps, and ensure that getcaps returns a
23125           subset of the template caps.
23126           Copy each row manually for output, as gdkpixbuf may pad the
23127           rowstride to a 32-bit word boundary.
23128
23129 2004-07-12  Wim Taymans  <wim@fluendo.com>
23130
23131         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23132         (gst_riff_create_video_template_caps):
23133         Fix the template caps to include some more media types.
23134
23135 2004-07-12  Wim Taymans  <wim@fluendo.com>
23136
23137         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23138         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23139         (compare_ranks), (print_feature), (gst_decode_bin_init),
23140         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23141         (try_to_link_1), (new_pad), (close_link), (type_found),
23142         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23143         (gst_decode_bin_change_state), (plugin_init):
23144         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23145         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23146         (gst_play_base_bin_dispose), (queue_overrun),
23147         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23148         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23149         (gst_play_base_bin_get_property), (play_base_eos),
23150         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23151         (gst_play_base_bin_remove_element),
23152         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23153         (gst_play_base_bin_unlink_stream),
23154         (gst_play_base_bin_get_streaminfo):
23155         * gst/playback/gstplaybasebin.h:
23156         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23157         (gst_play_bin_class_init), (gst_play_bin_init),
23158         (gst_play_bin_dispose), (gst_play_bin_set_property),
23159         (gst_play_bin_get_property), (gen_video_element),
23160         (gen_audio_element), (remove_sinks), (setup_sinks),
23161         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23162         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23163         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23164         (gst_play_bin_query), (plugin_init):
23165         * gst/playback/test4.c: (main):
23166         More fixes on reusing of the element.
23167
23168 2004-07-11  Benjamin Otte  <otte@gnome.org>
23169
23170         * ext/mad/gstmad.c: (normal_seek):
23171           allow seeking for other methods than just SET
23172
23173 2004-07-11  Andy Wingo  <wingo@pobox.com>
23174
23175         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23176         float, "any" caps -> buffer_frames=[0,MAX].
23177
23178         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23179         doesn't intersect our caps with the template any more. Do it
23180         ourselves.
23181         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23182
23183 2004-07-09  Wim Taymans  <wim@fluendo.com>
23184
23185         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23186         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23187         (compare_ranks), (print_feature), (gst_decode_bin_init),
23188         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23189         (try_to_link_1), (new_pad), (close_link), (type_found),
23190         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23191         (gst_decode_bin_change_state), (plugin_init):
23192         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23193         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23194         (gst_play_base_bin_dispose), (queue_overrun),
23195         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23196         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23197         (gst_play_base_bin_get_property), (play_base_eos),
23198         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23199         (gst_play_base_bin_remove_element),
23200         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23201         (gst_play_base_bin_unlink_stream),
23202         (gst_play_base_bin_get_streaminfo):
23203         * gst/playback/gstplaybasebin.h:
23204         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23205         (gst_play_bin_class_init), (gst_play_bin_init),
23206         (gst_play_bin_dispose), (gst_play_bin_set_property),
23207         (gst_play_bin_get_property), (gen_video_element),
23208         (gen_audio_element), (remove_sinks), (setup_sinks),
23209         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23210         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23211         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23212         (gst_play_bin_query), (plugin_init):
23213         * gst/playback/test4.c: (main):
23214         Work on object reuse and seeking.
23215
23216 2004-07-09  Wim Taymans  <wim@fluendo.com>
23217
23218         * examples/seeking/seek.c: (iterate):
23219         Don't consume all CPU in the idle loop.
23220
23221 2004-07-09  Wim Taymans  <wim@fluendo.com>
23222
23223         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23224         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23225         Add pad to element *after* setting the pad functions so that
23226         the scheduler can use the correct ones.
23227
23228 2004-07-09  Wim Taymans  <wim@fluendo.com>
23229
23230         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23231         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23232         Sync to keyframe after seek
23233
23234 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23235
23236         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23237         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23238         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23239         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23240         * ext/libvisual/visual.c: (gst_visual_change_state):
23241         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23242         * ext/theora/theoradec.c: (theora_dec_change_state):
23243         * ext/theora/theoraenc.c: (theora_enc_change_state):
23244         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23245         * gst-libs/gst/navigation/navigation.c:
23246         * gst/adder/gstadder.c: (gst_adder_change_state):
23247         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23248         (gst_audio_convert_get_buffer):
23249         * gst/multipart/multipartdemux.c:
23250         (gst_multipart_demux_change_state):
23251         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23252         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23253         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23254         * gst/videoscale/gstvideoscale.c:
23255         (gst_videoscale_handle_src_event):
23256         * gst/volume/gstvolume.c: (volume_chain_int16):
23257           don't assert in state change, this should be done by the base
23258           GstElement class.
23259           various debugging fixes.
23260
23261 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23262
23263         * configure.ac:
23264         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23265         (gst_play_dispose), (gst_play_set_location),
23266         (gst_play_set_data_src), (gst_play_set_video_sink),
23267         (gst_play_set_audio_sink), (gst_play_set_visualization),
23268         (gst_play_connect_visualization), (gst_play_get_sink_element),
23269         (gst_play_get_all_by_interface):
23270         * gst-libs/gst/play/play.h:
23271           add new method to get elements implementing an interface.
23272           add various error logging
23273
23274 2004-07-08  Wim Taymans  <wim@fluendo.com>
23275
23276         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23277         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23278         (make_playerbin_pipeline), (query_durations_elems),
23279         (query_durations_pads), (query_positions_elems),
23280         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23281         (main):
23282         Added playbin seeking example.
23283
23284 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23285
23286         * gst-libs/gst/play/play.c: (gst_play_set_location),
23287         (gst_play_set_data_src), (gst_play_set_video_sink),
23288         (gst_play_set_audio_sink), (gst_play_set_visualization),
23289         (gst_play_connect_visualization), (gst_play_get_framerate):
23290           use a macro to look up elements from hash table
23291
23292 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23293
23294         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23295         (gst_play_get_length_callback), (gst_play_set_location),
23296         (gst_play_seek_to_time), (gst_play_set_data_src),
23297         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23298         (gst_play_set_visualization), (gst_play_connect_visualization),
23299         (gst_play_get_sink_element):
23300         - add debugging info
23301         - fix looking up sink elements by iterating over complete caps
23302         - put everything except for source and autoplugger in a complete bin
23303
23304 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23305
23306         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23307         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23308         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23309         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23310         * ext/alsa/gstalsasink.h:
23311         - add debugging info
23312         - clean up schizophrenia of data/buffer/event
23313         - fix double event unref error
23314
23315 2004-07-08  Wim Taymans  <wim@fluendo.com>
23316
23317         * gst/playback/Makefile.am:
23318         Add headers to noinst
23319
23320 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23321
23322         * tools/gst-launch-ext-m.m:
23323         * tools/gst-launch-ext.1.in:
23324           convert to the third millenium
23325
23326 2004-07-07  David Schleef  <ds@schleef.org>
23327
23328         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23329
23330 2004-07-07  Wim Taymans  <wim@fluendo.com>
23331
23332         * gst/playback/Makefile.am:
23333         * gst/playback/README:
23334         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23335         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23336         (compare_ranks), (print_feature), (gst_decode_bin_init),
23337         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23338         (try_to_link_1), (new_pad), (close_link), (type_found),
23339         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23340         (plugin_init):
23341         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23342         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23343         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23344         (gen_preroll_element), (no_more_pads), (new_stream),
23345         (setup_source), (gst_play_base_bin_set_property),
23346         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23347         (gst_play_base_bin_add_element),
23348         (gst_play_base_bin_remove_element),
23349         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23350         (gst_play_base_bin_unlink_stream),
23351         (gst_play_base_bin_get_streaminfo):
23352         * gst/playback/gstplaybasebin.h:
23353         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23354         (gst_play_bin_class_init), (gst_play_bin_init),
23355         (gst_play_bin_dispose), (gst_play_bin_set_property),
23356         (gst_play_bin_get_property), (gen_video_element),
23357         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23358         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23359         (gst_play_bin_get_formats), (gst_play_bin_convert),
23360         (gst_play_bin_get_query_types), (gst_play_bin_query),
23361         (plugin_init):
23362         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23363         (gst_stream_info_get_type), (gst_stream_info_class_init),
23364         (gst_stream_info_init), (gst_stream_info_new),
23365         (gst_stream_info_dispose), (gst_stream_info_set_property),
23366         (gst_stream_info_get_property):
23367         * gst/playback/gststreaminfo.h:
23368         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23369         (main):
23370         * gst/playback/test2.c: (main):
23371         * gst/playback/test3.c: (update_scale), (main):
23372         More playbin fixes. Added README. Do better element filtering.
23373         Added base class to preroll media. Added test apps.
23374
23375 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23376
23377         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23378         * ext/mpeg2dec/gstmpeg2dec.h:
23379           various debugging improvements.  Reset stream to next picture
23380           instead of sequence header, otherwise seeks cannot work.
23381
23382 2004-07-07  Wim Taymans  <wim@fluendo.com>
23383
23384         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23385         (gst_video_box_class_init), (gst_video_box_set_property),
23386         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23387         Use pad_alloc where possible.
23388
23389 2004-07-07  Wim Taymans  <wim@fluendo.com>
23390
23391         * sys/oss/gstosselement.c: (gst_osselement_reset),
23392         (gst_osselement_parse_caps):
23393         * sys/oss/gstosselement.h:
23394         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23395         Fix offset on osssrc.
23396
23397 2004-07-07  Wim Taymans  <wim@fluendo.com>
23398
23399         * ext/theora/theora.c: (plugin_init):
23400         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23401         (theora_dec_src_query), (theora_dec_chain):
23402         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23403         (theora_enc_sink_link), (theora_buffer_from_packet),
23404         (theora_push_packet), (theora_enc_chain):
23405         Fix theora granulepos calculation.
23406         Fix overflow in duration/position calculation.
23407         Bump rank to PRIMARY for theoradec.
23408         Use granulepos of last packet to calculate position.
23409         Set keyframe flag on buffers when needed.
23410
23411 2004-07-06  David Schleef  <ds@schleef.org>
23412
23413         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23414         serious?  (Fixed, obviously.)
23415
23416 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23417
23418         * po/LINGUAS:
23419         * po/cs.po:
23420           added Czech translation (Miloslav Trmac)
23421
23422 2004-07-05  Wim Taymans  <wim@fluendo.com>
23423
23424         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23425         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23426         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23427         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23428         (close_link), (type_found), (gst_decode_bin_set_property),
23429         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23430         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23431         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23432         (gst_decode_bin_query), (plugin_init):
23433         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23434         (gst_play_bin_class_init), (gst_play_bin_init),
23435         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23436         (get_video_element), (new_pad), (setup_source),
23437         (gst_play_bin_set_property), (gst_play_bin_get_property),
23438         (gst_play_bin_change_state), (gst_play_bin_add_element),
23439         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23440         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23441         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23442         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23443         * gst/playback/test.c: (main):
23444         More fixes, cleaned up playbin, make it use decodebin. Added
23445         threaded property to playbin.
23446
23447 2004-07-05  Wim Taymans  <wim@fluendo.com>
23448
23449         * configure.ac:
23450         * gst/playback/Makefile.am:
23451         * gst/playback/decodetest.c: (main):
23452         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23453         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23454         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23455         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23456         (close_link), (type_found), (gst_decode_bin_set_property),
23457         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23458         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23459         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23460         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23461         (plugin_init):
23462         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23463         (gst_play_bin_class_init), (gst_play_bin_init),
23464         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23465         (collect_sink_pads), (find_compatibles), (close_pad_link),
23466         (try_to_link_1), (new_pad), (close_link), (type_found),
23467         (setup_source), (gst_play_bin_set_property),
23468         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23469         (compare_ranks), (gst_play_bin_collect_factories),
23470         (gst_play_bin_change_state), (gst_play_bin_add_element),
23471         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23472         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23473         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23474         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23475         * gst/playback/test.c: (main):
23476         Added some playback helper elements and some test apps, very alpha
23477         still.
23478
23479 2004-07-04  Benjamin Otte  <otte@gnome.org>
23480
23481         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23482           only restart audio when we indeed have an xrun to fix repeated
23483           xruns. Fix suggested by Giuliano Pochini.
23484
23485 2004-07-03  David Schleef  <ds@schleef.org>
23486
23487         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23488         call to gst_debug_log() if debugging is disabled (bug #145118)
23489
23490 2004-07-03  Benjamin Otte  <otte@gnome.org>
23491
23492         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23493           use our own functions for restarting the alsa device.
23494         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23495           I should apply patches myself - use MIN for the third argument, not
23496           the second, this fixes seeking
23497
23498 2004-07-02  David Schleef  <ds@schleef.org>
23499
23500         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23501         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23502         do with the logic.
23503
23504 2004-07-02  David Schleef  <ds@schleef.org>
23505
23506         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23507         output buffers.  Fix logic mistake.  (bug #144866)
23508
23509 2004-07-02  David Schleef  <ds@schleef.org>
23510
23511         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23512         on X.  (bug #144753)
23513
23514 2004-07-02  David Schleef  <ds@schleef.org>
23515
23516         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23517         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
23518         (bug #144624)
23519         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
23520         (gst_osselement_rate_probe_check): Add another workaround for
23521         buggy drivers (bug #145336)
23522
23523 2004-07-02  David Schleef  <ds@schleef.org>
23524
23525         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
23526         Most systems don't have MSG_NOSIGNAL.
23527
23528 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
23529
23530         * Makefile.am:
23531         * gst-libs/gst/colorbalance/Makefile.am:
23532         * gst-libs/gst/mixer/Makefile.am:
23533         * gst-libs/gst/play/Makefile.am:
23534         * gst-libs/gst/tuner/Makefile.am:
23535           (hopefully) fix both install and dist and make error message useful.
23536           needs testing across automakes.
23537
23538 2004-07-02  Benjamin Otte  <otte@gnome.org>
23539
23540         * ext/ogg/gstogg.c: (plugin_init):
23541           we require bytestream now
23542         * ext/ogg/gstoggdemux.c:
23543           huge diff to implement chain setup in a fast and generic way. This
23544           improves tag reading and startup of huge files (read: Theora videos)
23545           quite a bit. It probably contains bugs, too, so please test.
23546           Seeking is not improved to the fast method.
23547
23548 2004-06-29  Wim Taymans  <wim@fluendo.com>
23549
23550         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
23551         * ext/ogg/gstoggmux.c:
23552         Fix memleak in oggdemux when running unconnected pads.
23553         doc update in mux, start working on keyframe mode.
23554
23555 2004-06-29  Benjamin Otte  <otte@gnome.org>
23556
23557         * sys/oss/gstosssink.c:
23558         * sys/oss/gstosssrc.c:
23559           advertise correct template caps - we indeed do non-native endianness
23560           and 8bit audio has no endianness
23561         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
23562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
23563           avoid (wrong) duplications in getcaps function and return
23564           template caps
23565
23566 2004-06-29  Wim Taymans  <wim@fluendo.com>
23567
23568         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23569         (gst_multifdsink_class_init), (gst_multifdsink_add),
23570         (gst_multifdsink_remove), (gst_multifdsink_clear),
23571         (gst_multifdsink_client_remove),
23572         (gst_multifdsink_handle_client_read),
23573         (gst_multifdsink_client_queue_data),
23574         (gst_multifdsink_client_queue_caps),
23575         (gst_multifdsink_client_queue_buffer),
23576         (gst_multifdsink_handle_client_write),
23577         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23578         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23579         (gst_multifdsink_init_send), (gst_multifdsink_close):
23580         Fix wrong GList iteration that could crash the server when
23581         more then 2 clients disconnect at the same time. Read all the
23582         pending commands in one batch to recover from command storms under
23583         very heavy load.
23584
23585 2004-06-28  Wim Taymans  <wim@fluendo.com>
23586
23587         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
23588         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
23589         (gst_videomixer_pad_set_property),
23590         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
23591         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
23592         (gst_videomixer_class_init), (gst_videomixer_init),
23593         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
23594         (pad_zorder_compare), (gst_videomixer_sort_pads),
23595         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
23596         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
23597         (gst_videomixer_update_queues), (gst_videomixer_loop),
23598         (plugin_init):
23599         Avoid divide by zero, choose masterpad as the pad with the highest
23600         framerate.
23601
23602 2004-06-27  Julien Moutte  <julien@moutte.net>
23603
23604         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23605         (gst_ximagesink_xwindow_new):
23606         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23607         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
23608         function directly. We might want to call it from somewhere else one day.
23609
23610 2004-06-27  Julien Moutte  <julien@moutte.net>
23611
23612         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
23613         (gst_ximagesink_xwindow_new):
23614         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
23615         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
23616         window decorations.
23617
23618 2004-06-27  Wim Taymans  <wim@fluendo.com>
23619
23620         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
23621         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
23622         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
23623         (gst_dvdec_set_property), (gst_dvdec_get_property):
23624         * ext/dv/gstdvdec.h:
23625         Implement drop_factor property to lower the framerate with
23626         a factor.
23627
23628 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
23629
23630         * gst-libs/gst/colorbalance/Makefile.am:
23631         * gst-libs/gst/mixer/Makefile.am:
23632         * gst-libs/gst/play/Makefile.am:
23633         * gst-libs/gst/tuner/Makefile.am:
23634           unbreak Company's fix that didn't install the -enum.h files
23635
23636 2004-06-27  Wim Taymans  <wim@fluendo.com>
23637
23638         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
23639         (gst_dvdec_change_state):
23640         * ext/dv/gstdvdec.h:
23641         Fix timestamp, duration and offset of the buffers.
23642
23643 2004-06-27  Wim Taymans  <wim@fluendo.com>
23644
23645         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23646         (gst_multifdsink_class_init), (gst_multifdsink_add),
23647         (gst_multifdsink_remove), (gst_multifdsink_clear),
23648         (gst_multifdsink_client_remove),
23649         (gst_multifdsink_handle_client_read),
23650         (gst_multifdsink_client_queue_data),
23651         (gst_multifdsink_client_queue_caps),
23652         (gst_multifdsink_client_queue_buffer),
23653         (gst_multifdsink_handle_client_write),
23654         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23655         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23656         (gst_multifdsink_init_send), (gst_multifdsink_close):
23657         * gst/tcp/gstmultifdsink.h:
23658         * gst/tcp/gsttcpserversink.c:
23659         (gst_tcpserversink_handle_server_read),
23660         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
23661         More multifdsink fixes, more recovery policy fixes.
23662         Removed stupid g_print
23663
23664 2004-06-26  Wim Taymans  <wim@fluendo.com>
23665
23666         * gst/tcp/Makefile.am:
23667         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
23668         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
23669         (gst_multifdsink_class_init), (gst_multifdsink_init),
23670         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
23671         (gst_multifdsink_handle_client_read),
23672         (gst_multifdsink_client_queue_data),
23673         (gst_multifdsink_client_queue_caps),
23674         (gst_multifdsink_client_queue_buffer),
23675         (gst_multifdsink_handle_client_write),
23676         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
23677         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
23678         (gst_multifdsink_chain), (gst_multifdsink_set_property),
23679         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
23680         (gst_multifdsink_close), (gst_multifdsink_change_state):
23681         * gst/tcp/gstmultifdsink.h:
23682         * gst/tcp/gsttcpplugin.c: (plugin_init):
23683         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
23684         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
23685         (gst_tcpserversink_handle_server_read),
23686         (gst_tcpserversink_handle_select),
23687         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
23688         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
23689         * gst/tcp/gsttcpserversink.h:
23690         Added multifdsink, made tcpserversink a subclass of fdsink, removed
23691         one of the locks, added recovery policy to multifdsink.
23692
23693 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23694
23695         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23696           fix decision for when getting frames with same timestamp
23697         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23698         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23699         (gst_v4lsrc_get_property):
23700         * sys/v4l/gstv4lsrc.h:
23701           add latency offset property
23702
23703 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23704
23705         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
23706         (plugin_init):
23707           fix debugging. add category.
23708
23709 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23710
23711         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23712           fix wrong offsets
23713
23714 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23715
23716         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23717         (gst_alsa_src_get_time), (gst_alsa_src_loop),
23718         (gst_alsa_src_change_state):
23719           return a time that is in sync with the element's processing
23720
23721 2004-06-25  Wim Taymans  <wim@fluendo.com>
23722
23723         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
23724         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
23725         (gst_tcpserversink_client_remove),
23726         (gst_tcpserversink_handle_client_read),
23727         (gst_tcpserversink_client_queue_data),
23728         (gst_tcpserversink_client_queue_caps),
23729         (gst_tcpserversink_client_queue_buffer),
23730         (gst_tcpserversink_handle_client_write),
23731         (gst_tcpserversink_queue_buffer),
23732         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
23733         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
23734         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
23735         (gst_tcpserversink_close):
23736         * gst/tcp/gsttcpserversink.h:
23737         Serversink rewrite. Really do non blocking writes to clients and
23738         maintain an internal queue to handle slower clients while not
23739         disturbing fast clients.
23740
23741 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
23742
23743         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
23744           better debug, don't override OFFSET and OFFSET_END
23745
23746 2004-06-25  Iain <iain@prettypeople.org>
23747
23748         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
23749         name=source for the wavparse pipeline.
23750
23751 2004-06-24  Johan Dahlin  <johan@gnome.org>
23752
23753         * ext/theora/theoraenc.c (theora_enc_chain): Call
23754         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
23755         streamheader caps are set correctly.
23756
23757 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23758
23759         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23760         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
23761           respect minimum bitrate; same could be done for max bitrate
23762
23763 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23764
23765         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
23766         (gst_vorbisenc_setup):
23767           fix sample rate range
23768
23769 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23770
23771         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
23772         (gst_oggvorbisenc_setup):
23773         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
23774         (gst_vorbisenc_setup):
23775           resolve ambiguities in code and description
23776
23777 2004-06-24  Wim Taymans  <wim@fluendo.com>
23778
23779         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
23780         * ext/alsa/gstalsa.h:
23781         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23782         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
23783         Use alsa trigger_tstamp to get the timestamp of the first
23784         sample in the buffer for more precise sync. Some cleanups.
23785
23786 2004-06-24  Wim Taymans  <wim@fluendo.com>
23787
23788         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
23789         (gst_audiorate_init), (gst_audiorate_chain),
23790         (gst_audiorate_set_property), (gst_audiorate_get_property):
23791         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23792         (gst_videorate_chain):
23793         Added some logging, fixed an overflow bug in videorate.
23794
23795 2004-06-24  Benjamin Otte  <otte@gnome.org>
23796
23797         * ext/kio/Makefile.am:
23798           fix for builddir != srcdir and distcheck
23799
23800 2004-06-24  Benjamin Otte  <otte@gnome.org>
23801
23802         * gst-libs/gst/colorbalance/Makefile.am:
23803         * gst-libs/gst/mixer/Makefile.am:
23804         * gst-libs/gst/play/Makefile.am:
23805         * gst-libs/gst/tuner/Makefile.am:
23806         * gst/tcp/Makefile.am:
23807         * sys/dxr3/Makefile.am:
23808           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
23809           tarball.
23810           Also add all *.list files that were missing.
23811         * Makefile.am:
23812           add a distcheck hook to ensure the above doesn't happen again.
23813
23814 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
23815
23816         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
23817
23818 2004-06-23  Colin Walters  <walters@redhat.com>
23819
23820         * m4/Makefile.am: Distribute gst-fionread.m4.
23821
23822 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23823
23824         * configure.ac: back to dev
23825
23826 2004-06-23  Wim Taymans  <wim@fluendo.com>
23827
23828         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
23829         (gst_alsa_xrun_recovery):
23830         * ext/alsa/gstalsa.h:
23831         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23832         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
23833         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
23834         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
23835         (gst_alsa_src_loop):
23836         Add clock to alsasrc. Take new capture timestamp when
23837         restarting after an overrun. Split up some functions between
23838         alsasrc and alsasink.
23839
23840 === release 0.8.2 ===
23841
23842 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
23843
23844         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23845         (gst_alsa_change_state), (gst_alsa_update_avail),
23846         (gst_alsa_xrun_recovery):
23847         * ext/alsa/gstalsa.h:
23848         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23849           merge back changes from release
23850
23851 2004-06-23  Wim Taymans  <wim@fluendo.com>
23852
23853         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
23854         (gst_audiorate_init), (gst_audiorate_chain),
23855         (gst_audiorate_set_property), (gst_audiorate_get_property):
23856         Implement sample dropping and notify
23857
23858 2004-06-22  Wim Taymans  <wim@fluendo.com>
23859
23860         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23861         (theora_enc_sink_link), (theora_buffer_from_packet),
23862         (theora_push_packet), (theora_enc_chain):
23863         Some cleanups, make sure the timestamps are correct.
23864
23865 2004-06-22  Wim Taymans  <wim@fluendo.com>
23866
23867         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
23868         (gst_alsa_change_state), (gst_alsa_update_avail),
23869         (gst_alsa_xrun_recovery):
23870         * ext/alsa/gstalsa.h:
23871         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23872         Cleanups, take queued samples into account when reporting
23873         the time.
23874
23875 2004-06-22  Wim Taymans  <wim@fluendo.com>
23876
23877         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23878         (gst_videorate_init):
23879         Initialize the property as well.
23880
23881 2004-06-22  Wim Taymans  <wim@fluendo.com>
23882
23883         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
23884         (gst_videorate_init), (gst_videorate_chain),
23885         (gst_videorate_set_property), (gst_videorate_get_property):
23886         Add property to make videorate silent.
23887         Add property to prefer new frames over old ones.
23888
23889 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23890
23891         * sys/osxvideo/Makefile.am:
23892         Workaround so that the osxvideo .so file gets linked with the
23893         Cocoa, OpenGL and QuickTime frameworks
23894
23895 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23896
23897         * sys/osxaudio/Makefile.am:
23898         Workaround so that the osxaudio .so file gets linked with the
23899         CoreAudio framework
23900
23901 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23902
23903         * configure.ac:
23904         Whoops, my fault...fixed build issues
23905
23906 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23907
23908         * configure.ac:
23909         Add objective-c support if running in Darwin/Mac OS X
23910         * sys/Makefile.am:
23911         * sys/osxvideo:
23912         * sys/osxvideo/Makefile.am:
23913         * sys/osxvideo/osxvideosink.h:
23914         * sys/osxvideo/osxvideosink.m:
23915         * sys/osxvideo/cocoawindow.h:
23916         * sys/osxvideo/cocoawindow.m:
23917         Add osxvideosink, a cocoa-based osx video sink
23918
23919
23920 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
23921         * ext/dvdnav/gst-dvd:
23922         Grab the gconf key from the right spot
23923         * gst/debug/gstnavseek.c: (gst_navseek_init),
23924         (gst_navseek_segseek), (gst_navseek_handle_src_event),
23925         (gst_navseek_chain):
23926         * gst/debug/gstnavseek.h:
23927           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
23928           and loop parameters of a segment seek.
23929         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
23930         (gst_videotestsrc_get_event_masks),
23931         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
23932         * gst/videotestsrc/gstvideotestsrc.h:
23933           Add seeking support to videotestsrc
23934           Initialise the timestamp_offset variable.
23935
23936 2004-06-18  Wim Taymans  <wim@fluendo.com>
23937
23938         * ext/sidplay/gstsiddec.cc:
23939         Fix negotiation and set correct end offset.
23940
23941 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23942
23943         * configure.ac: branch and prerelease
23944
23945 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23946
23947         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
23948         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
23949         (gst_tcpclientsrc_init_receive):
23950         * gst/tcp/gsttcpclientsrc.h:
23951           read caps when connecting to server for GDP so we set them correctly
23952
23953 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23954
23955         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
23956           notify drops and duplicates
23957         * gst/videoscale/videoscale.c: (videoscale_get_structure):
23958           no good reason to limit ourselves to 100x100
23959
23960 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23961
23962         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
23963         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
23964         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
23965         (gst_v4lsrc_get_property):
23966         * sys/v4l/gstv4lsrc.h:
23967         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
23968         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
23969         (gst_v4l_set_audio):
23970         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
23971         (gst_v4lsrc_try_capture):
23972         * sys/v4l/v4lsrc_calls.h:
23973           change try_palette to more general try_capture
23974           add autoprobe option so we can turn off autoprobing
23975           various fixes
23976
23977 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
23978
23979         * configure.ac:
23980           add videorate
23981         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
23982         (gst_ximagesink_class_init):
23983         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
23984         (gst_xvimagesink_class_init):
23985           run them as finalize, not dispose, since dispose can be invoked
23986           multiple times
23987
23988 2004-06-17  Wim Taymans  <wim@fluendo.com>
23989
23990         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
23991         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
23992         * ext/alsa/gstalsa.h:
23993         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
23994         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
23995         (gst_alsa_src_change_state):
23996         * ext/alsa/gstalsasrc.h:
23997         Make the xrun code timestamp and offset the buffers correctly.
23998         moved the clock to the base class, use alsa methods to get time.
23999         Do correct timestamping on outgoing buffers.
24000
24001 2004-06-17  Wim Taymans  <wim@fluendo.com>
24002
24003         * gst/audiorate/Makefile.am:
24004         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24005         (gst_audiorate_base_init), (gst_audiorate_class_init),
24006         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24007         (gst_audiorate_set_property), (gst_audiorate_get_property),
24008         (gst_audiorate_change_state), (plugin_init):
24009         Added an audiorate converter that fills in gaps.
24010
24011 2004-06-17  Johan Dahlin  <johan@gnome.org>
24012
24013         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24014
24015 2004-06-16  Wim Taymans  <wim@fluendo.com>
24016
24017         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24018         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24019         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24020         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24021         (gst_v4lsrc_get_property):
24022         * sys/v4l/gstv4lsrc.h:
24023         Added a copy mode to v4lsrc where it will output a copied version
24024         of its internal hardware buffer.
24025         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24026         can't | them.
24027
24028 2004-06-16  Wim Taymans  <wim@fluendo.com>
24029
24030         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24031         Timestamp fixes.
24032
24033 2004-06-16  Wim Taymans  <wim@fluendo.com>
24034
24035         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24036         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24037         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24038         (gst_v4lsrc_get_property):
24039         * sys/v4l/gstv4lsrc.h:
24040         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24041         Added a sync mode enum property to control v4lsrc timestamp method
24042         Removed the use-fixed-fps property and moved functionality in
24043         the enum.
24044         Don't error on an error value from v4l-conf, it might not always
24045         be a real error.
24046
24047 2004-06-16  Wim Taymans  <wim@fluendo.com>
24048
24049         * gst/videorate/Makefile.am:
24050         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24051         (gst_videorate_base_init), (gst_videorate_class_init),
24052         (gst_videorate_getcaps), (gst_videorate_link),
24053         (gst_videorate_init), (gst_videorate_chain),
24054         (gst_videorate_set_property), (gst_videorate_get_property),
24055         (gst_videorate_change_state), (plugin_init):
24056         Added a video timestamp corrector.
24057
24058 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24059
24060         fixed a potential leak with previous commit
24061
24062         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24063
24064 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24065
24066         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24067         Added missing refcount, fixes bug #144425
24068         Cheers Tim for finding the bug
24069
24070 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24071
24072         * sys/v4l/gstv4l.c: (plugin_init):
24073         * sys/v4l/gstv4lcolorbalance.c:
24074         * sys/v4l/gstv4lcolorbalance.h:
24075         * sys/v4l/gstv4lelement.c:
24076         * sys/v4l/gstv4lelement.h:
24077         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24078         * sys/v4l/gstv4lmjpegsink.h:
24079         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24080         * sys/v4l/gstv4lmjpegsrc.h:
24081         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24082         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24083         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24084         * sys/v4l/gstv4lsrc.h:
24085         * sys/v4l/gstv4ltuner.c:
24086         * sys/v4l/gstv4ltuner.h:
24087         * sys/v4l/gstv4lxoverlay.c:
24088         * sys/v4l/gstv4lxoverlay.h:
24089         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24090         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24091         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24092         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24093         (gst_v4l_set_audio):
24094         * sys/v4l/v4l_calls.h:
24095         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24096         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24097         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24098         (gst_v4lmjpegsink_playback_init),
24099         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24100         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24101         (gst_v4lmjpegsink_playback_stop),
24102         (gst_v4lmjpegsink_playback_deinit):
24103         * sys/v4l/v4lmjpegsink_calls.h:
24104         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24105         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24106         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24107         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24108         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24109         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24110         * sys/v4l/v4lmjpegsrc_calls.h:
24111         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24112         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24113         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24114         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24115         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24116         (gst_v4lsrc_try_palette):
24117         * sys/v4l/v4lsrc_calls.h:
24118           bunch of paranoia cleanups
24119
24120 2004-06-14  David Schleef  <ds@schleef.org>
24121
24122         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24123         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24124         Send discont events and change timestamps appropriately when
24125         we get a seek event.  (bug #144240)
24126         * ext/cdparanoia/gstcdparanoia.h:
24127
24128 2004-06-14  Benjamin Otte  <otte@gnome.org>
24129
24130         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24131           snd_pcm_hw_params_set_rate  since the latter fails for no good
24132           reason on some setups.
24133
24134 2004-06-14  David Schleef  <ds@schleef.org>
24135
24136         * gst/volume/demo.c: (value_changed_callback): exp10() is not
24137         standard.  Thank you for playing.
24138
24139 2004-06-14  Wim Taymans  <wim@fluendo.com>
24140
24141         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24142         Patch 1.3 broke the ordering of the colorspace info and
24143         made the plugin basically work by coincidence, reordered
24144         the info.
24145
24146 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24147
24148         * ext/lame/gstlame.c:
24149         * ext/mad/gstmad.c:
24150           sync caps.  Make sure mad can only output a list of rates, not
24151           a full range.  In the future, have three caps lists for each of the
24152           mpeg versions.  Change mpegversion to a double as well.
24153
24154 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24155
24156         * gst/volume/.cvsignore:
24157         * gst/volume/Makefile.am:
24158         * gst/volume/demo.c: (value_changed_callback), (idler),
24159         (setup_gui), (main):
24160           added small demo app
24161
24162 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24163         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24164         * ext/esd/esdsink.h:
24165         Close the esd connection on pause, because esd will just wait -
24166         blocking all other esd clients indefinitely.
24167
24168 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24169
24170         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24171           previous commit with GST_DEBUG
24172
24173 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24174
24175         * configure.ac:
24176           add a header check for a dvdread header in dvdnav.  Fixes #133002
24177
24178 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24179
24180         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24181         * gst/tcp/gsttcpclientsink.h:
24182         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24183         * gst/tcp/gsttcpclientsrc.h:
24184         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24185         (gst_tcpserversink_handle_server_read),
24186         (gst_tcpserversink_init_send):
24187         * gst/tcp/gsttcpserversink.h:
24188         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24189         * gst/tcp/gsttcpserversrc.h:
24190         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24191         version of IP)
24192
24193 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24194
24195         * configure.ac:
24196         Added ogg library so that OSX detects libtheora properly
24197
24198 2004-06-11  Wim Taymans  <wim@fluendo.com>
24199
24200         * ext/theora/theoradec.c: (theora_dec_chain),
24201         (theora_dec_change_state):
24202         Don't try to decode frames before we received a keyframe.
24203
24204 2004-06-11  Wim Taymans  <wim@fluendo.com>
24205
24206         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24207         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24208         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24209         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24210         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24211         Added property to set the maximum delay of a page.
24212
24213 2004-06-10  Wim Taymans  <wim@fluendo.com>
24214
24215         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24216         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24217         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24218         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24219         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24220         Added max-delay property to control the maximum amount
24221         of data to put in one page.
24222
24223 2004-06-10  Wim Taymans  <wim@fluendo.com>
24224
24225         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24226         (gst_theora_enc_init), (theora_enc_sink_link),
24227         (theora_buffer_from_packet), (theora_enc_set_property),
24228         (theora_enc_get_property):
24229         Set duration on encoded buffer, added some more properties
24230
24231 2004-06-10  Wim Taymans  <wim@fluendo.com>
24232
24233         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24234         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24235         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24236         * ext/theora/theoraenc.c: (theora_enc_chain):
24237         Fix refcounting bugs
24238
24239 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24240
24241         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24242         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24243         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24244         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24245         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24246         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24247         (gst_asf_demux_change_state):
24248         * gst/asfdemux/gstasfdemux.h:
24249           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24250           feels like. I think we should set a new requirement for demuxers
24251           from now on to implement sane loop functions, data loops, query
24252           and seek functions before first commit into CVS. And this commit
24253           fixes all of the above.
24254
24255 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24256
24257         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24258           vorbis comments are properly encoded in UTF-8 before adding them
24259           to a GstTagList
24260
24261 2004-06-09  Benjamin Otte  <otte@gnome.org>
24262
24263         * ext/alsa/gstalsa.c: (add_channels):
24264           handle min <= max correctly
24265         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24266         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24267           add fixation functions so we fixate correctly. No preferring of alaw
24268           anymore because it's the first structure.
24269         * ext/alsa/gstalsa.h:
24270         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24271         (gst_alsa_hw_params_dump):
24272           add functions to ease debugging in alsalib
24273         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24274         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24275         (gst_alsa_start_audio):
24276           only specify hw params if we really setup a format (fixes #134007 -
24277           or at least works around it)
24278
24279 2004-06-09  Wim Taymans  <wim@fluendo.com>
24280
24281         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24282         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24283         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24284         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24285         (gst_ogg_mux_loop):
24286         Use stream caps to setup the initial pages in the ogg stream.
24287         Correctly set the streamheader caps on the srcpad.
24288
24289 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24290
24291         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24292         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24293         (gst_v4lsrc_getcaps):
24294         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24295         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24296           add querying of fps lists for webcams.  Negotiating to a framerate
24297           now works.
24298
24299 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24300
24301         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24302         (theora_push_buffer), (theora_push_packet),
24303         (theora_set_header_on_caps), (theora_enc_chain):
24304           mark buffers and put on streamheader, raw theora streaming
24305           now works too, whee
24306
24307 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24308
24309         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24310         (gst_tcp_gdp_read_caps):
24311           do a looping read for caps and GDP headers too
24312
24313 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24314
24315         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24316         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24317           return EOS instead of NULL in _get
24318
24319 2004-06-08  Wim Taymans  <wim@fluendo.com>
24320
24321         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24322         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24323         (gst_tcp_gdp_write_caps):
24324         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24325         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24326         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24327         Memory leak fixes
24328
24329 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24330
24331         * ext/vorbis/Makefile.am:
24332         * ext/vorbis/vorbis.c: (plugin_init):
24333         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24334         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24335         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24336         (vorbis_parse_change_state):
24337         * ext/vorbis/vorbisparse.h:
24338           adding a vorbisparse element that marks the buffers, streaming
24339           raw vorbis using GDP now works, whee
24340
24341 2004-06-08  Wim Taymans  <wim@fluendo.com>
24342
24343         * ext/jpeg/Makefile.am:
24344         * ext/jpeg/README:
24345         * ext/jpeg/gstjpeg.c: (plugin_init):
24346         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24347         (gst_smokedec_base_init), (gst_smokedec_class_init),
24348         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24349         * ext/jpeg/gstsmokedec.h:
24350         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24351         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24352         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24353         (gst_smokeenc_resync), (gst_smokeenc_chain),
24354         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24355         * ext/jpeg/gstsmokeenc.h:
24356         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24357         (smokecodec_flush_destination), (smokecodec_term_destination),
24358         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24359         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24360         (smokecodec_term_source), (smokecodec_encode_new),
24361         (smokecodec_decode_new), (smokecodec_info_free),
24362         (smokecodec_set_quality), (smokecodec_get_quality),
24363         (smokecodec_set_threshold), (smokecodec_get_threshold),
24364         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24365         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24366         (smokecodec_parse_header), (smokecodec_decode):
24367         * ext/jpeg/smokecodec.h:
24368         Added a new simple jpeg based codec
24369
24370 2004-06-08  Wim Taymans  <wim@fluendo.com>
24371
24372         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24373         (gst_multipart_mux_loop):
24374         Fix memory leak
24375
24376 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24377
24378         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24379         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24380         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24381         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24382         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24383         * gst/tcp/gsttcpserversink.h:
24384           take streamheader into account
24385
24386 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24387
24388         * gst/level/Makefile.am:
24389         * gst/level/gstlevel.c: (gst_level_class_init):
24390           clean up marshal generation
24391
24392 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24393
24394         * gst/tcp/Makefile.am:
24395         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24396         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24397         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24398         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24399         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24400         (gst_tcpclientsrc_get_property):
24401         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24402         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24403         (gst_tcpserversink_handle_client_read),
24404         (gst_tcpserversink_handle_client_write),
24405         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24406         * gst/tcp/gsttcpserversink.h:
24407           add signals client-added and client-removed
24408         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24409         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24410         (gst_tcpserversrc_get_property):
24411         uniformized, change default protocol to NONE
24412         * gst/tcp/gsttcp-marshal.list: added
24413 2004-06-07  Benjamin Otte  <otte@gnome.org>
24414
24415         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24416           handle discont events if they happen before caps nego
24417
24418 2004-06-07  Wim Taymans  <wim@fluendo.com>
24419
24420         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24421         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24422         (gst_multipart_demux_plugin_init):
24423         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24424         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24425         (gst_multipart_mux_change_state):
24426         Small updates, fix a memleak
24427
24428 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24429
24430         * configure.ac: OSS portability
24431         * ext/arts/gst_arts.c: idem
24432         * sys/oss/gstosselement.c: idem
24433         * sys/oss/gstossmixer.c: idem
24434         * sys/oss/gstosssink.c: idem
24435         * sys/oss/gstosssrc.c: idem
24436         * sys/oss/oss_probe.c: idem
24437           - check for soundcard.h in different places for some BSD
24438
24439 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24440
24441         * AUTHORS:
24442         Add me to the authors file
24443         * configure.ac:
24444         Increase the libdv requirement to >= version 0.100
24445         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24446         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24447         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24448         * ext/dv/gstdvdec.h:
24449         Add support for the new_media flag when sending DISCONT events
24450         Make the querying work when video pad is not linked
24451
24452 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24453
24454         reviewed by Benjamin Otte  <otte@gnome.org>
24455
24456         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24457           create a NULL-initialized array of pads, so we don't think they
24458           exist already. (fixes #143130)
24459
24460 2004-06-07  Benjamin Otte  <otte@gnome.org>
24461
24462         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24463         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24464         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24465           don't use // coments
24466
24467 2004-06-07  Benjamin Otte  <otte@gnome.org>
24468
24469         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24470           cast to GstClockTime to get higher granularity
24471         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24472           use gst_element_set_time_delay to get the exact time
24473         * ext/mad/gstmad.c: (gst_mad_chain):
24474           use the negotiated rate instead of the current frame's rate which
24475           might be wrong because of bit errors. This avoids emitting totally
24476           bogus timestamps and screwing sync.
24477         (fixes #143454)
24478
24479 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24480
24481         reviewed by Benjamin Otte  <otte@gnome.org>
24482
24483         * gst/adder/gstadder.c: (gst_adder_loop):
24484           properly error out when no negotiation has happened yet. (fixes
24485           #143032)
24486
24487 2004-06-06  Benjamin Otte  <otte@gnome.org>
24488
24489         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24490           forward correctly transformed offset in discont events. Based on
24491           patch by Arwed v. Merkatz. (fixes #142851)
24492
24493 2004-06-06  David Schleef  <ds@schleef.org>
24494
24495         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24496         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24497         problems on several systems.
24498
24499 2004-06-06  Benjamin Otte  <otte@gnome.org>
24500
24501         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24502           use explicit caps on the srcpad
24503         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24504           properly error out if caps couldn't be set (fixes #142764)
24505
24506 2004-06-06  Benjamin Otte  <otte@gnome.org>
24507
24508         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24509         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24510         (gst_alsa_start_audio):
24511           - don't call set_periods_integer anymore, it breaks the
24512           configuration randomly
24513           - call snd_pcm_hw_params_set_access directly instead of using masks
24514           - don't fail if the sw_params can't be set, just use the default
24515           params and hope it works. Alsalib has weird issues when you touch
24516           sw_params and does no proper error reporting about what failed.
24517         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
24518         (gst_alsa_close_audio):
24519           make our alsa debugging go via gst debugging and not conditionally
24520           defined
24521         * ext/alsa/gstalsa.h:
24522           add ALSA_DEBUG_FLUSH macro
24523         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
24524         (plugin_init):
24525           wrap alsa errors to be printed via the gst debugging system and not
24526           spammed to stderr
24527
24528 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24529
24530         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
24531         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
24532         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
24533         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
24534         (qtdemux_parse_trak):
24535         * gst/qtdemux/qtdemux.h:
24536           Bitch. Also known as seeking, querying & co.
24537         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
24538         (gst_osssink_change_state):
24539         * sys/oss/gstosssink.h:
24540           Resyncing is for weenies, this hack is no longer needed and was
24541           broken anyway (since it - unintendedly - always leaves resync to
24542           TRUE).
24543
24544 2004-06-05  Andrew Turner <zxombie@hotpop.com>
24545
24546         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
24547         * gst/tcp/gsttcpclientsrc.h: idem
24548           - define MSG_NOSIGNAL if not done
24549           - include unistd.h for off_t
24550           (fixes #143749)
24551
24552 2004-06-05  Benjamin Otte  <otte@gnome.org>
24553
24554         * configure.ac:
24555         * ext/kio/Makefile.am:
24556           check for qt's moc preprocessor explicitly and use it
24557
24558 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24559
24560         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
24561           don't get a signal for EPIPE on socket writes
24562           (somebody check if this works on other platforms)
24563
24564 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24565
24566         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24567         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24568           check error condition on available samples correctly
24569
24570 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24571
24572         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
24573           avoid a segfault
24574         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
24575         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
24576         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24577         (gst_tcpserversrc_gdp_read_header):
24578          use ssize_t over size_t since the former is signed and thus the
24579          check for error codes can work
24580
24581 2004-06-02  Wim Taymans  <wim@fluendo.com>
24582
24583         reviewed by: Johan
24584
24585         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24586         (gst_multipart_mux_loop):
24587         Oops
24588
24589 2004-06-02  Wim Taymans  <wim@fluendo.com>
24590
24591         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24592         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24593         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24594         (gst_multipart_mux_change_state):
24595         Added configurable boundary specifier, added the value as a
24596         caps field as well.
24597
24598 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24599
24600         * gst/tcp/gsttcp.c:
24601         * gst/tcp/gsttcpclientsrc.c:
24602         * gst/tcp/gsttcpclientsrc.h:
24603         * gst/tcp/gsttcpserversrc.c:
24604           - portability fix, to compile on OSX
24605             (fixes #143146)
24606
24607         * sys/osxaudio/gstosxaudioelement.c:
24608         * sys/osxaudio/gstosxaudiosink.c:
24609         * sys/osxaudio/gstosxaudiosrc.c:
24610           - compilation warnings on OSX
24611             (fixes #143153)
24612
24613 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24614
24615         * ext/vorbis/vorbisdec.c : sign warning fixes
24616
24617         * gst-libs/gst/mixer/mixertrack.c :
24618           do no use defines which are glib 2.4 specific
24619
24620 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
24621
24622         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
24623           buffer since libflac doesn't expect it (reports a sync error when
24624           it encounters that)
24625
24626
24627 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
24628
24629         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
24630         * gst-libs/gst/mixer/mixertrack.c:
24631         (gst_mixer_track_get_property), (get_mixer_track_init),
24632         (get_mixer_track_get_property): Added property accessors
24633         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
24634         * gst-libs/gst/mixer/mixeroptions.c:
24635         (gst_mixer_options_get_values): Added
24636         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
24637         * gst-libs/gst/mixer/mixer.c: Fixed comment
24638
24639
24640 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24641
24642         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24643           improve error messages on open
24644
24645
24646 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24647
24648         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24649           check if v4l-conf is in path
24650
24651 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
24652
24653         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
24654           change assert to a more readable error message
24655
24656 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24657
24658         * gst-libs/gst/tuner/tunerchannel.h:
24659           - add a freq_multiplicator field to make the conversion
24660             between internal frequency unit and Hz
24661         * sys/v4l/gstv4lelement.c:
24662         * sys/v4l2/gstv4l2element.c:
24663           - change default video device to /dev/video0
24664         * sys/v4l/v4l_calls.c:
24665         * sys/v4l2/v4l2_calls.c:
24666           - we only expose frequency to the user in Hz instead of
24667             bastard v4lX unit (either 62.5kHz or 62.5Hz)
24668
24669 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
24670         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24671           Initialise b_o_s and e_o_s variables
24672         * gst-libs/gst/riff/riff-media.c:
24673         (gst_riff_create_video_caps_with_data):
24674           Add some unusual fourcc's from mplayer avi's
24675         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
24676           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
24677           autoplugging.
24678
24679 2004-05-28  Wim Taymans  <wim@fluendo.com>
24680
24681         * configure.ac:
24682         * gst/alpha/Makefile.am:
24683         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
24684         (gst_alpha_get_type), (gst_alpha_base_init),
24685         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
24686         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
24687         (gst_alpha_chroma_key), (gst_alpha_chain),
24688         (gst_alpha_change_state), (plugin_init):
24689         A plugin to add an alpha channel to I420 video. Can optionally do
24690         chroma keying.
24691         * gst/multipart/Makefile.am:
24692         * gst/multipart/multipart.c: (plugin_init):
24693         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24694         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
24695         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
24696         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24697         (gst_multipart_demux_change_state),
24698         (gst_multipart_demux_plugin_init):
24699         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
24700         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
24701         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
24702         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
24703         (gst_multipart_mux_pad_unlink),
24704         (gst_multipart_mux_request_new_pad),
24705         (gst_multipart_mux_handle_src_event),
24706         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
24707         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
24708         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
24709         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
24710         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
24711         send multipart jpeg images to a browser.
24712         * gst/videobox/Makefile.am:
24713         * gst/videobox/README:
24714         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
24715         (gst_video_box_get_type), (gst_video_box_base_init),
24716         (gst_video_box_class_init), (gst_video_box_init),
24717         (gst_video_box_set_property), (gst_video_box_get_property),
24718         (gst_video_box_sink_link), (gst_video_box_i420),
24719         (gst_video_box_ayuv), (gst_video_box_chain),
24720         (gst_video_box_change_state), (plugin_init):
24721         Crops or adds borders around an image. can do alpha channel
24722         borders as well.
24723         * gst/videomixer/Makefile.am:
24724         * gst/videomixer/README:
24725         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24726         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
24727         (gst_videomixer_pad_get_sink_event_masks),
24728         (gst_videomixer_pad_get_property),
24729         (gst_videomixer_pad_set_property),
24730         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
24731         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
24732         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24733         (gst_videomixer_base_init), (gst_videomixer_class_init),
24734         (gst_videomixer_init), (gst_videomixer_request_new_pad),
24735         (gst_videomixer_handle_src_event),
24736         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
24737         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
24738         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
24739         (gst_videomixer_loop), (gst_videomixer_get_property),
24740         (gst_videomixer_set_property), (gst_videomixer_change_state),
24741         (plugin_init):
24742         Generic video mixer plugin, can handle multiple inputs all with
24743         different framerates and video sizes. Is fully alpha channel
24744         aware.
24745
24746 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24747
24748         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
24749           Select first track as master track. Not sure how else to handle
24750           that...
24751         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
24752           Discard discont events. Should fix #142962.
24753
24754 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24755
24756         * ext/alsa/Makefile.am:
24757         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
24758         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
24759         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
24760         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
24761         (gst_alsa_mixer_get_option):
24762         * ext/alsa/gstalsamixer.h:
24763         * ext/alsa/gstalsamixeroptions.c:
24764         (gst_alsa_mixer_options_get_type),
24765         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
24766         (gst_alsa_mixer_options_new):
24767         * ext/alsa/gstalsamixeroptions.h:
24768         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
24769         * ext/alsa/gstalsamixertrack.h:
24770           Add enumerations (as GstMixerOptions). Make correct distinction
24771           between input/output tracks. Add capture/playback private flag.
24772           Use flag to decide on whether to set capture or playback volumes
24773           or switches. Use playback and record switches.
24774         * gst-libs/gst/mixer/Makefile.am:
24775         * gst-libs/gst/mixer/mixer-marshal.list:
24776         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
24777         (gst_mixer_set_option), (gst_mixer_get_option),
24778         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
24779         (gst_mixer_volume_changed), (gst_mixer_option_changed):
24780         * gst-libs/gst/mixer/mixer.h:
24781         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
24782         (gst_mixer_options_class_init), (gst_mixer_options_init),
24783         (gst_mixer_options_dispose):
24784         * gst-libs/gst/mixer/mixeroptions.h:
24785           Add GstMixerOptions.
24786         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
24787           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
24788           broken device detection on computers with multiple OSS sound
24789           cards.
24790
24791 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24792
24793         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24794           fixate nicely even when the peer is not negotiating
24795
24796 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24797
24798         * gst/audioconvert/gstaudioconvert.c:
24799         (gst_audio_convert_parse_caps):
24800           make sure we don't allow depth > width
24801         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
24802           fixate endianness to G_BYTE_ORDER as default
24803         * gst/audioscale/gstaudioscale.c:
24804           we don't handle another endianness as host-endianness
24805
24806 2004-05-25  David Schleef  <ds@schleef.org>
24807
24808         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
24809
24810 2004-05-24  Benjamin Otte  <otte@gnome.org>
24811
24812         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
24813         (gst_oggvorbisenc_setup):
24814           properly fail when we can't setup the vorbis encoder due to
24815           unsupported settings
24816         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
24817         (gst_vorbisenc_setup):
24818           same
24819         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
24820           fix case where warnings occured when one pad was unlinked while the
24821           other's link function was called
24822
24823 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24824
24825         * gst/tcp/Makefile.am:
24826           use GST_ENABLE_NEW
24827
24828 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24829
24830         * gst-libs/gst/resample/private.h:
24831           don't use optimizations that are #if 0'ed
24832
24833 2004-05-24  Wim Taymans  <wim@fluendo.com>
24834
24835         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
24836         Fix potential division by zero error and hopefully get
24837         the position query right to get correct timestamps on avi
24838         audio.
24839
24840 2004-05-24  Wim Taymans  <wim@fluendo.com>
24841
24842         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
24843         (gst_videoscale_scale_nearest_str2),
24844         (gst_videoscale_scale_nearest_str4),
24845         (gst_videoscale_scale_nearest_32bit),
24846         (gst_videoscale_scale_nearest_24bit),
24847         (gst_videoscale_scale_nearest_16bit):
24848         Fix the scaling algorithm and avoid a buffer overflow.
24849         removed the while loop in the scaling function as it
24850         was used for point sampling only.
24851
24852 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24853
24854         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
24855         (gst_id3_tag_class_init), (gst_id3_tag_init),
24856         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
24857         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
24858         (gst_id3_tag_send_tag_event):
24859           lots of fixes to make id3mux work and id3demux work correctly
24860
24861 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24862
24863         * ext/Makefile.am:
24864           add rules to build shout2send (was removed by accident
24865           when this module was no more marked experimental/broken)
24866
24867 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24868
24869         * ext/shout2/gstshout2.c:
24870         * ext/shout2/gstshout2.h:
24871           adding a "connection problem" signal to shout2send
24872           (fixes #142954)
24873
24874 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24875
24876         * ext/kio/kioreceiver.cpp:
24877         * ext/kio/kioreceiver.h:
24878           fix sign comparison issues
24879
24880 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24881
24882         * gst/cdxaparse/gstcdxaparse.c:
24883         * gst/cdxaparse/gstcdxaparse.h:
24884           some renaming
24885           add some checks/sanity
24886           prepare for seek addition
24887
24888         * sys/sunaudio/gstsunaudio.c:
24889           remove exported dupe init function
24890
24891 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
24892
24893         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
24894         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
24895           Fix format conversion and position querying.
24896         * gst/debug/progressreport.c: (gst_progressreport_report):
24897           Don't output a bogus total value that we didn't query.
24898         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24899           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
24900           only a blank window after xine has been used.
24901
24902 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
24903
24904         * m4/as-arts.m4:
24905           sync with upstream version to fix test on FC2
24906           readd with -ko to preserve Id header
24907
24908 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
24909
24910         * configure.ac:
24911           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
24912         * gst/tcp/gsttcpclientsrc.c: idem
24913         * gst/tcp/gsttcpserversink.c: idem
24914         * gst/tcp/gsttcpserversrc.c: idem
24915         * m4/gst-fionread.m4: idem
24916
24917         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
24918
24919         * configure.ac: enable speex plugin for speex 1.1.5+
24920         * ext/speex/gstspeexenc.c: fix cast warning
24921
24922         * ext/esd/README: fix typo
24923
24924 2004-05-20  David Schleef  <ds@schleef.org>
24925
24926         * configure.ac: Minor cosmetic change to convince the buildbot to
24927         reautogen.
24928         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
24929         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
24930         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
24931         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
24932         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
24933         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
24934         More hacking.  Plays audio now.
24935
24936 2004-05-20  David Schleef  <ds@schleef.org>
24937
24938         * configure.ac:
24939         * sys/Makefile.am:
24940
24941 2004-05-20  David Schleef  <ds@schleef.org>
24942
24943         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
24944         * sys/osxaudio/gstosxaudio.c:
24945         * sys/osxaudio/gstosxaudioelement.c:
24946         * sys/osxaudio/gstosxaudioelement.h:
24947         * sys/osxaudio/gstosxaudiosink.c:
24948         * sys/osxaudio/gstosxaudiosink.h:
24949         * sys/osxaudio/gstosxaudiosrc.c:
24950         * sys/osxaudio/gstosxaudiosrc.h:
24951
24952 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24953
24954         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
24955         (gst_vorbisenc_chain):
24956           put the codec headers on the caps as streamheader as well as
24957           pushing them out
24958
24959 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24960
24961         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
24962         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
24963         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
24964         split up push_packet into two functions
24965
24966 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
24967
24968         * gst/tcp/.cvsignore:
24969           ignore enums
24970         * gst/tcp/Makefile.am:
24971         * gst/tcp/README:
24972         * gst/tcp/gsttcp.c:
24973         * gst/tcp/gsttcp.h:
24974         * gst/tcp/gsttcpclientsink.c:
24975         * gst/tcp/gsttcpclientsink.h:
24976         * gst/tcp/gsttcpclientsrc.c:
24977         * gst/tcp/gsttcpclientsrc.h:
24978         * gst/tcp/gsttcpplugin.c:
24979         * gst/tcp/gsttcpserversink.c:
24980         * gst/tcp/gsttcpserversink.h:
24981         * gst/tcp/gsttcpserversrc.c:
24982         * gst/tcp/gsttcpserversrc.h:
24983           add new tcp elements
24984
24985 2004-05-19  Wim Taymans  <wim@fluendo.com>
24986
24987         * gst/law/mulaw-conversion.c: (mulaw_encode):
24988         Fix overflow bug in ulaw encoding.
24989
24990 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24991
24992         * ext/mad/gstmad.c: (gst_mad_handle_event):
24993           don't unref the event twice
24994
24995 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24996
24997         * configure.ac:
24998           remove -Wno-sign-compare
24999
25000 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25001
25002         * configure.ac:
25003           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25004           if you want to work against glib 2.2 and 2.4
25005
25006 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25007
25008         * gst/tcp/Makefile.am:
25009         * gst/tcp/gsttcp.c:
25010         * gst/tcp/gsttcp.h:
25011         * gst/tcp/gsttcpsink.h:
25012         * gst/tcp/gsttcpsrc.h:
25013           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25014
25015 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25016
25017         * gst/debug/tests.c: (md5_get_value):
25018           fix segfault on gst-inspect
25019
25020 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25021
25022         * gst/debug/testplugin.c:
25023         * gst/debug/tests.c:
25024         * gst/debug/tests.h:
25025           add new extensible and configurable testing element. Current tests
25026           include buffer count, stream length, timestamp/duration matching and
25027           md5.
25028         * gst/debug/Makefile.am:
25029         * gst/debug/gstdebug.c: (plugin_init):
25030           add infrastructure for new element
25031
25032 2004-05-19  Johan Dahlin  <johan@gnome.org>
25033
25034         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25035         ending of the array. Fixes gst-inspect segfault on ppc.
25036
25037 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25038
25039         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25040
25041         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25042
25043 2004-05-18  David Schleef  <ds@schleef.org>
25044
25045         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25046         warnings (bugs, actually) noticed by gcc but not forte.
25047
25048 2004-05-18  David Schleef  <ds@schleef.org>
25049
25050         * sys/sunaudio/Makefile.am:
25051         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25052
25053 2004-05-18  David Schleef  <ds@schleef.org>
25054
25055         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25056         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
25057         to allow qtdemux to use non-seekable streams. (bug #142272)
25058
25059 2004-05-18  David Schleef  <ds@schleef.org>
25060
25061         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25062         (gst_resample_sinc_ft_float): Remove use of static temporary
25063         buffer.  This code was obviously not supposed to last long, but
25064         it's stuck in our ABI, so it required a little hack to make it
25065         ABI-compatible.  Fixes #142585.
25066         * gst-libs/gst/resample/resample.h: same.
25067
25068 2004-05-18  David Schleef  <ds@schleef.org>
25069
25070         * configure.ac: Add sunaudio
25071         * examples/Makefile.am: make gstplay depend on gconf
25072         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25073         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25074         (convert_table_lookup), (img_convert): remove c99-isms
25075         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25076           unsigned, to fix a warning on Solaris
25077         * gst/mpeg1sys/systems.c: bcopy->memcpy
25078         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25079         * sys/Makefile.am: Add sunaudio
25080
25081 2004-05-18  Wim Taymans  <wim@fluendo.com>
25082
25083         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25084         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25085         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25086         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25087         (gst_ogg_mux_loop):
25088         Fix an ugly memleak where the muxer didn't flush enough ogg
25089         pages. This also resulted in badly muxed ogg files.
25090
25091 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25092
25093         * gst/asfdemux/asfheaders.c :
25094         * gst/asfdemux/asfheaders.h :
25095         * gst/asfdemux/gstasfdemux.c :
25096           - fix ASF_OBJ_PADDING guid
25097           - add 3 new object guids (language list, metadata,
25098             extended stream properties)
25099           - add a function to parse extended header objects
25100
25101 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25102
25103         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25104           remove leftover debugging g_print
25105
25106 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25107
25108         * ext/mad/gstmad.c: (gst_mad_handle_event):
25109           Fix for when the first format in a discont event is not a
25110           byte-based one. Should fix #137710.
25111
25112 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25113
25114         * m4/a52.m4 : fix compilation with -Wall -Werror
25115         * m4/libfame.m4 : idem
25116         * m4/libmikmod.m4 : idem
25117
25118 2004-05-17  Benjamin Otte  <otte@gnome.org>
25119
25120         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25121           signal the new tags before giving up the reference
25122
25123 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25124
25125         * ext/shout2/gstshout2.c:
25126           use application/ogg instead of application/x-ogg (patch by Patrick
25127           Guimond, fixes #142432)
25128         * sys/oss/gstosselement.c: (gst_osselement_reset),
25129         (gst_osselement_sync_parms):
25130           don't set fragment size unless specified (fixes #142493)
25131
25132 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25133
25134         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25135           fixes #142664
25136
25137 2004-05-17  Benjamin Otte  <otte@gnome.org>
25138
25139         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25140           compute offsets correctly for internal buffers so timestamps are set
25141           correctly when we can't seek. Also handle cases where there are no
25142           offsets. (based on a patch by David Moore, fixes #142507)
25143
25144 2004-05-17  Benjamin Otte  <otte@gnome.org>
25145
25146         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25147           use correct variable when determining amount of data to skip so we
25148           don't skip into the void and segfault
25149
25150 2004-05-16  Benjamin Otte  <otte@gnome.org>
25151
25152         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25153           Hi, I'm a memleak
25154
25155 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25156
25157         * gst/asfdemux/gstasfdemux.c:
25158           - fix a mem leak and always propagate tags
25159           - add WMV3 to known video codecs (but no decoder yet)
25160           - replace "surplus data" at end of audio header for what
25161             it is : codec specific data
25162           - fix a typo
25163
25164 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25165
25166         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25167
25168         * gst-libs/gst/audio/audioclock.c:
25169           Fix wrong return type (#142205).
25170
25171 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25172
25173         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25174           Ignore CRCs by default (fixes #142566).
25175
25176 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25177
25178         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25179         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25180         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25181         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25182         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25183         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25184           Fix for cases where we fail to attach to a mixer.
25185
25186 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25187
25188         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25189           Don't touch events after not owning them anymore.
25190         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25191         (gst_wavparse_fmt), (gst_wavparse_other),
25192         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25193         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25194         (gst_wavparse_srcpad_event):
25195         * gst/wavparse/gstwavparse.h:
25196           Add seeking, fix querying.
25197
25198 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25199
25200         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25201           - process comments even if they don't end with \0\0
25202             g_convert would ignore them if present and works well without them
25203
25204 2004-05-16  Benjamin Otte  <otte@gnome.org>
25205
25206         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25207           simplify caps
25208
25209 2004-05-16  Benjamin Otte  <otte@gnome.org>
25210
25211         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25212           don't write to memory we might not write to - g_convert does that
25213           for us anyway (fixes #142613)
25214         (gst_asf_demux_audio_caps):
25215           comment out gst_util_dump_mem
25216
25217 2004-05-16  Benjamin Otte  <otte@gnome.org>
25218
25219         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25220           compute correct expected timestamps after seek (broken since
25221           last commit)
25222         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25223           rename element and debugging category to gdkpixbufscale
25224
25225 2004-05-16  Benjamin Otte  <otte@gnome.org>
25226
25227         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25228           add error checking to snd_pcm_delay and remove duplicate call to
25229           snd_pcm_delay that caused issues (see inline code comments)
25230         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25231           make more readable and fix return value when snd_pcm_delay fails
25232         (fixes #142586)
25233
25234 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25235         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25236         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25237         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25238         (gst_pixbufscale_link), (gst_pixbufscale_init),
25239         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25240         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25241         (gst_pixbufscale_get_property), (pixbufscale_init):
25242         * ext/gdk_pixbuf/pixbufscale.h:
25243         Add these files I forgot earlier
25244
25245 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25246         * ext/gdk_pixbuf/Makefile.am:
25247         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25248         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25249         Add new pixbufscale element to scale RGB video
25250         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25251         and HYPER interpolation correctly.
25252         * ext/theora/theoraenc.c: (theora_enc_chain),
25253         Discard buffer and return if explicit caps could not be set
25254         (theora_enc_get_property):
25255         Make _get return kbps for the bitrate consistent with
25256         the _set function.
25257
25258
25259 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25260
25261         * ext/libvisual/visual.c: (gst_visual_chain):
25262           add missing visual_audio_analyze
25263
25264 2004-05-14  David Schleef  <ds@schleef.org>
25265
25266         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25267         is killed while we're playing.
25268         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25269         gst_element_no_more_pads().
25270
25271 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25272
25273         * gst-libs/gst/riff/riff-read.c :
25274           - fix INFO tag extraction in RIFF/AVI files
25275             because gst_event_unref (event) also freed taglist
25276           - avoid a mem leak
25277
25278 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25279
25280         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25281         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25282
25283         * gst/auparse/gstauparse.c :
25284           - add code (commented for now) to support audio/x-adpcm on src pad
25285             (we have no decoder for those layout yet)
25286
25287         * gst/cdxaparse/gstcdxaparse.c :
25288         * gst/cdxaparse/gstcdxaparse.h :
25289           - partial rewrite using RiffRead (ripped iain's wavparse code)
25290
25291         * gst/rtp/gstrtpL16enc.c : typo
25292         * gst/rtp/gstrtpgsmenc.c : typo
25293
25294 2004-05-13  Benjamin Otte  <otte@gnome.org>
25295
25296         * configure.ac:
25297           check for exact version of libvisual, it's not supposed to be
25298           API/ABI stable yet
25299
25300 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25301
25302         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25303           signal no-more-pads
25304
25305 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25306
25307         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25308         Report which format was used for GST_FORMAT_DEFAULT
25309         * gst/debug/Makefile.am:
25310         * gst/debug/gstdebug.c: (plugin_init):
25311         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25312         (gst_progressreport_class_init), (gst_progressreport_init),
25313         (gst_progressreport_report), (gst_progressreport_set_property),
25314         (gst_progressreport_get_property), (gst_progressreport_chain),
25315         (gst_progressreport_plugin_init):
25316         Add progressreport element for testing.
25317
25318 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25319
25320         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25321         * sys/v4l/gstv4lsrc.h:
25322         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25323         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25324         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25325         (gst_v4lsrc_grab_frame):
25326           add more debugging
25327           send a discont at start
25328
25329 2004-05-12  Colin Walters  <walters@redhat.com>
25330
25331         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25332         inflooping if we can't find a chunk.  Or in other words, don't blow
25333         chunks if we don't have a chunk to blow.
25334
25335 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25336         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25337         Remove old debug output
25338         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25339         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25340         (gst_dvdec_set_property), (gst_dvdec_get_property):
25341         Change the quality setting to an enum, so it works from gst-launch
25342         Don't renegotiate a non-linked pad. Allows audio only decoding.
25343         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25344         (gst_deinterlace_link), (gst_deinterlace_init):
25345         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25346         (gst_videodrop_link):
25347         Some caps negotiation fixes
25348
25349 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25350
25351         * ext/tarkin/gsttarkin.c :
25352           - Change RANK from NONE to PRIMARY
25353         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25354           - Change RANK from NONE to MARGINAL
25355         * ext/divx/gstdivxenc.c :
25356           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25357
25358 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25359
25360         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25361         (gst_vorbisenc_push_packet):
25362           copy a function that was added between 1.0 and 1.0.1 until we
25363           depend on worthwhile features of post-1.0
25364
25365 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25366
25367         * configure.ac:
25368           enable shout2 by default
25369         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25370         (gst_shout2send_base_init), (gst_shout2send_init),
25371         (gst_shout2send_connect), (gst_shout2send_change_state):
25372         * ext/shout2/gstshout2.h:
25373           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25374           #142262)
25375         * ext/theora/theora.c: (plugin_init):
25376           don't set rank on encoders
25377
25378 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25379
25380         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25381           Use codec_data property instead of flag1 and flag2 for wma
25382
25383 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25384
25385         * gst/cdxaparse/gstcdxaparse.c :
25386           - Add mpegversion to CAPS to make it link
25387           - Rank is as GST_RANK_SECONDARY instead of NONE
25388         * gst/auparse/gstauparse.c :
25389           - Document all audio encoding we can encounter from Solaris 9
25390             headers and libsndfile information.
25391           - Increase max. rate from 48000 to 192000 (to match other elements)
25392           - Don't try to play junk data between header and samples
25393
25394 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25395
25396         * ext/libvisual/visual.c: (gst_visual_getcaps):
25397           use the right caps depending on endianness (I hope)
25398         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25399           use GST_RANK_NONE for all non-decoding elements or spider gets
25400           mighty confused
25401
25402 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25403
25404         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25405           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25406
25407 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25408
25409         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25410         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25411         (gst_switch_loop), (gst_switch_get_type):
25412           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25413           HEADERS. Had to be said.
25414
25415 2004-05-10  David Schleef  <ds@schleef.org>
25416
25417         * configure.ac: Add prototype Dirac support.
25418         * ext/Makefile.am:
25419         * ext/dirac/Makefile.am:
25420         * ext/dirac/gstdirac.cc:
25421         * ext/dirac/gstdiracdec.cc:
25422
25423 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25424
25425         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25426         (gst_auparse_init), (gst_auparse_chain),
25427         (gst_auparse_change_state):
25428           Hack around spider. Remove me some day please.
25429
25430 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25431
25432         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25433           Fix for some uninitialized variables in previous patch, also
25434           makes it work. Fixes #142286 while we're at it.
25435
25436 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25437
25438         * gst/auparse/gstauparse.c:
25439                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25440                 only unsupported formats are ADPCM/CCITT G.72x
25441                 reviewed by Ronald
25442         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25443
25444 2004-05-10  Wim Taymans  <wim@fluendo.com>
25445
25446         * ext/vorbis/Makefile.am:
25447         * ext/vorbis/README:
25448         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25449         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25450         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25451         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25452         (gst_oggvorbisenc_convert_sink),
25453         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25454         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25455         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25456         (get_constraints_string), (update_start_message),
25457         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25458         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25459         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25460         * ext/vorbis/oggvorbisenc.h:
25461         * ext/vorbis/vorbis.c: (plugin_init):
25462         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25463         (raw_caps_factory), (gst_vorbisenc_class_init),
25464         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25465         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25466         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25467         * ext/vorbis/vorbisenc.h:
25468         Added a raw vorbis encoder to be used with the oggmuxer.
25469         We still need the old encoder for some gnome applications,
25470         read the README to find out how that works.
25471         The raw encoder is called "rawvorbisenc" until 0.9.
25472
25473 2004-05-10  Wim Taymans  <wim@fluendo.com>
25474
25475         * ext/ogg/gstogg.c: (plugin_init):
25476         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25477         (gst_ogg_print):
25478         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25479         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25480         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25481         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25482         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25483         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25484         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25485         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25486         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25487         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25488         Added an ogg muxer.
25489         Small typo fixes in the demuxer.
25490
25491 2004-05-10  Wim Taymans  <wim@fluendo.com>
25492
25493         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25494         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25495         (theora_enc_change_state), (theora_enc_set_property),
25496         (theora_enc_get_property):
25497         Mark the last packet with an EOS flag which is not really needed
25498         in gstreamer.
25499         Do some better video framerate initialisation.
25500         Update the buffer timestamp.
25501
25502 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25503
25504         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25505         Return the result of the parent state change call
25506
25507 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25508
25509         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25510         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25511         * gst/law/alaw-encode.c : (idem)
25512         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25513         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25514         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25515
25516 2004-05-09  Benjamin Otte  <otte@gnome.org>
25517
25518         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25519           don't use a fixed buffer size when writing variable length data to
25520           it. Fixes memory corruption and makes alsasrc work
25521
25522 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25523
25524         * ext/gnomevfs/gstgnomevfssink.c:
25525         (_gst_boolean_allow_overwrite_accumulator),
25526         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
25527           Run glib's default signal handler (??) in RUN_CLEANUP rather than
25528           RUN_LAST, and don't use that to set the accumulator value because
25529           then it's always FALSE.
25530
25531 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25532
25533         * gst-libs/gst/riff/riff-media.c:
25534         (gst_riff_create_video_caps_with_data),
25535         (gst_riff_create_audio_caps),
25536         (gst_riff_create_audio_template_caps):
25537         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
25538           Fix for unaligned RIFF files (i.e. where all the chunks together
25539           in a LIST chunk are not of the same size as the size given in
25540           the LIST chunk header). Fixes several odd WAVE files. Also fix
25541           ADPCM (block_align property) in audio, so that wavparse based
25542           on this works now as it used to stand-alone.
25543
25544 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
25545
25546         reviewed by Benjamin Otte  <otte@gnome.org>
25547
25548         * ext/a52dec/gsta52dec.c:
25549         * ext/divx/gstdivxdec.c:
25550         * ext/divx/gstdivxenc.c:
25551         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
25552         * ext/faac/gstfaac.c: (gst_faac_base_init):
25553         * ext/faad/gstfaad.c: (gst_faad_base_init):
25554         * ext/ivorbis/vorbisfile.c:
25555         * ext/lame/gstlame.c:
25556         * ext/libfame/gstlibfame.c:
25557         * ext/mpeg2enc/gstmpeg2enc.cc:
25558         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
25559         * ext/sidplay/gstsiddec.cc:
25560         * ext/speex/gstspeexdec.c:
25561         * ext/speex/gstspeexenc.c:
25562         * ext/xvid/gstxviddec.c:
25563         * ext/xvid/gstxvidenc.c:
25564           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
25565           (fixes #142193)
25566
25567 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25568
25569         * ext/alsa/gstalsa.c: (device_list),
25570         (gst_alsa_class_probe_devices):
25571         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
25572           Fix alsa oddness in mixer after the combination of using mixer
25573           in source/sink elements and using hw:x,y instead of just hw:x.
25574
25575 2004-05-09  Benjamin Otte  <otte@gnome.org>
25576
25577         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
25578         (gst_wavparse_create_sourcepad):
25579           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
25580           sourcepads
25581
25582 2004-05-09  Benjamin Otte  <otte@gnome.org>
25583
25584         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25585           allow discont events before caps nego
25586
25587 2004-05-08  Benjamin Otte  <otte@gnome.org>
25588
25589         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
25590           don't leak events
25591
25592 2004-05-08  Benjamin Otte  <otte@gnome.org>
25593
25594         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
25595         (gst_level_change_state), (gst_level_init):
25596         * gst/level/gstlevel.h:
25597           figure out if we're initialized directly instead of keeping a
25598           variable that's wrong in 90% of cases
25599           don't initialize pads and then leak them and use a new unitialized
25600           pad. (fixes #142084)
25601           these were bugs so n00bish I didn't find them for an hour :/
25602
25603 2004-05-08 Iain <iain@prettypeople.org>
25604
25605         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
25606         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
25607         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
25608         return the length that was read.
25609         (gst_riff_read_strf_auds): Allow fmt tags as well.
25610
25611 2004-05-07  David Schleef  <ds@schleef.org>
25612
25613         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
25614         signed char assumption in faad.h.
25615
25616 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25617
25618         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
25619           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
25620
25621 2004-05-07  Colin Walters  <walters@redhat.com>
25622
25623         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
25624         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
25625         function.
25626         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
25627         Add dispose function.
25628
25629 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
25630         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
25631           Fix caps nego and pad templates. RGB mode caps should
25632           work now.
25633         * ext/dvdnav/gst-dvd:
25634           Move mpeg2dec inside the thread because otherwise the
25635           queue rejects cap changes mid-stream
25636         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
25637         (gst_mpeg2dec_flush_decoder):
25638           For mpeg2dec > 0.4.0, call the flush function instead of
25639           manually extracting all in-flight frames.
25640         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
25641         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
25642           Change mime type video/dv go video/x-dv to match the
25643           rest of gst-plugins
25644
25645 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25646
25647         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25648         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
25649         (gst_alsa_sink_class_init):
25650         * ext/alsa/gstalsasink.h:
25651         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
25652         (gst_alsa_src_class_init):
25653         * ext/alsa/gstalsasrc.h:
25654           Make alsasink/src a subclass of alsamixer so that mixer stuff
25655           shows up in gst-rec. Needs some finetuning.
25656
25657 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25658
25659         * ext/lame/gstlame.c: (gst_lame_chain):
25660           simplify
25661         * ext/mad/gstmad.c: (gst_mad_handle_event):
25662           fix event leak
25663         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
25664           be able to detect mp3 files < 4096 bytes
25665
25666 2004-05-06  Wim Taymans  <wim@fluendo.com>
25667
25668         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25669         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25670         (theora_enc_set_property), (theora_enc_get_property):
25671         Also encode the first frame, cleanup some code.
25672
25673 2004-05-06  Wim Taymans  <wim@fluendo.com>
25674
25675         * ext/mpeg2enc/gstmpeg2enc.cc:
25676         Forward events first before deciding that negotiation was
25677         not performed.
25678
25679 2004-05-06  Wim Taymans  <wim@fluendo.com>
25680
25681         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
25682         First process the events before deciding that negotiation
25683         was not performed.
25684
25685 2004-05-06  Wim Taymans  <wim@fluendo.com>
25686
25687         * ext/theora/Makefile.am:
25688         * ext/theora/theora.c: (plugin_init):
25689         * ext/theora/theoradec.c: (theora_dec_change_state):
25690         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
25691         (gst_theora_enc_class_init), (gst_theora_enc_init),
25692         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
25693         (theora_enc_chain), (theora_enc_change_state),
25694         (theora_enc_set_property), (theora_enc_get_property):
25695         Added a theora encoder, grouped the encoder and decoder into the
25696         same plugin.
25697
25698 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
25699
25700         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25701         (gst_jpegenc_chain):
25702         fix DURATION on outgoing buffers
25703         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
25704         debug using time formats
25705         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
25706         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25707         (gst_xvimagesink_sink_link):
25708         windows with width/height 0 generate X errors, so don't allow them
25709
25710 2004-05-05  Wim Taymans  <wim@fluendo.com>
25711
25712         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
25713         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
25714         (gst_mpeg2dec_negotiate_format):
25715         * ext/mpeg2dec/gstmpeg2dec.h:
25716           removed the static pad template so that we can add the
25717           more accurate framerate value to the caps.
25718
25719
25720 2004-05-04  Benjamin Otte  <otte@gnome.org>
25721
25722         * configure.ac:
25723           check for kdemacros.h, too (should fix #141821)
25724         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
25725           don't crash if no header was sent, but nicely error out (fixes part
25726           of #141554)
25727
25728 2004-05-04  Wim Taymans  <wim@fluendo.com>
25729
25730         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
25731         parent dispose function to avoid segfault on destroy.
25732
25733 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
25734
25735         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
25736         (plugin_init):
25737         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
25738         (gst_xvimagesink_sink_link):
25739         clean up debugging caps
25740         also recreate xvimage when format has changed
25741
25742 2004-05-04  Benjamin Otte  <otte@gnome.org>
25743
25744         * ext/libvisual/Makefile.am:
25745         * ext/libvisual/visual.c: (gst_visual_class_init),
25746         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
25747         (gst_visual_srclink), (gst_visual_chain),
25748         (gst_visual_change_state), (plugin_init):
25749           use a GstAdapter to correctly adapt buffer sizes - allows using a
25750           framerate
25751
25752 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25753
25754         * sys/v4l/gstv4lelement.h:
25755         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
25756         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
25757         (gst_v4lsrc_buffer_free):
25758         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
25759         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
25760         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
25761         (gst_v4lsrc_requeue_frame):
25762         move some debugging categories around
25763         query for fps index and set accordingly if found
25764
25765 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25766
25767         * ext/lame/gstlame.c:
25768         correct defaults that lame_init puts out of range
25769
25770 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25771
25772         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
25773         (gst_divxenc_class_init):
25774         fix range since -1 is the default
25775         * gst/mpeg1sys/gstmpeg1systemencode.c:
25776         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
25777         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
25778         (gst_rtjpegdec_chain):
25779         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
25780         (gst_rtjpegenc_chain):
25781         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
25782         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
25783         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
25784         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
25785         * sys/v4l/gstv4lsrc.c:
25786         * sys/v4l/v4l_calls.c: (gst_v4l_open):
25787         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25788         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25789         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
25790         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
25791           remove gst_info calls
25792
25793 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25794
25795         * Makefile.am:
25796         * po/af.po:
25797         * po/az.po:
25798         * po/en_GB.po:
25799         * po/nl.po:
25800         * po/sr.po:
25801         * po/sv.po:
25802           Updated translations
25803
25804 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
25805
25806         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
25807           refactor/comment code
25808
25809 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25810
25811         * gst/asfdemux/Makefile.am:
25812         * gst/asfdemux/asfheaders.c:
25813         * gst/asfdemux/asfheaders.h:
25814         * gst/asfdemux/gstasf.c: (plugin_init):
25815         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
25816         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
25817         (gst_asf_demux_setup_pad):
25818         * gst/asfdemux/gstasfdemux.h:
25819         * gst/asfdemux/gstasfmux.c:
25820         * gst/asfdemux/gstasfmux.h:
25821           Add tagging support to demuxer, split out registration in its own
25822           file instead of in demux (hacky), and prevent having some tables
25823           in our memory multiple times (in asfheaders.h).
25824
25825 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25826
25827         * gst/matroska/matroska-demux.c:
25828         (gst_matroska_demux_parse_metadata):
25829         * gst/matroska/matroska-ids.h:
25830           Basic tag reading support.
25831
25832 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25833
25834         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
25835           Really detect ac-3 audio.
25836         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
25837           really detect matroska files (off-by-1).
25838
25839 2004-04-30  David Schleef  <ds@schleef.org>
25840
25841         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25842         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
25843         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
25844         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
25845         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
25846         hackage -- parse a lot more atoms, extract a few tags.  One might even
25847         mistake this for tag support.  Maybe it is.
25848         * gst/qtdemux/qtdemux.h:
25849
25850 2004-04-30  Colin Walters  <walters@verbum.org>
25851
25852         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
25853
25854 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
25855
25856         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25857         (gst_ffmpegcolorspace_getcaps):
25858           remove broken nego fix
25859
25860 2004-04-30  Benjamin Otte  <otte@gnome.org>
25861
25862         * configure.ac:
25863         * ext/Makefile.am:
25864         * ext/libvisual/Makefile.am:
25865         * ext/libvisual/visual.c:
25866           add initial support for libvisual (http://libvisual.sourceforge.net)
25867           libvisual is still quite alpha, so expect crashes in there :)
25868
25869 2004-04-29  David Schleef  <ds@schleef.org>
25870
25871         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
25872         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
25873         up qtdemux to make it spit out codec_data.  Do _not_ look at this
25874         code; you will no longer respect me.
25875
25876 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25877
25878         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
25879         * ext/alsa/gstalsa.h :
25880         change alsa pcm device discovery to find more than 1 device
25881         per card. code review by Ronald.
25882
25883 2004-04-29  David Schleef  <ds@schleef.org>
25884
25885         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
25886         Add a check for a driver bug on FreeBSD.  (bug #140565)
25887
25888 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
25889
25890         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
25891         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
25892         (gst_jpegenc_getcaps):
25893           move format setting to inner loop
25894         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25895         (gst_ffmpegcolorspace_getcaps):
25896           use GST_PAD_CAPS if available so that we use already negotiated
25897           caps
25898         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25899         (qtdemux_parse_moov), (qtdemux_parse):
25900           extra debugging
25901         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
25902         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
25903           move hardcoded path to DEFINE
25904
25905 2004-04-28  David Schleef  <ds@schleef.org>
25906
25907         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
25908         (bug #140064)
25909
25910 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25911
25912         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
25913           Don't probe for playback device if we're a source element. Fixes
25914           #139658.
25915
25916 2004-04-29  Benjamin Otte  <otte@gnome.org>
25917
25918         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
25919         (gst_id3_tag_chain):
25920           rewrite buffer offset
25921
25922 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25923
25924         * configure.ac:
25925         * ext/Makefile.am:
25926         * ext/dts/Makefile.am:
25927         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
25928         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
25929         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
25930         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
25931         (gst_dtsdec_loop), (gst_dtsdec_change_state),
25932         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
25933         (plugin_init):
25934         * ext/dts/gstdtsdec.h:
25935           New DTS decoder.
25936         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
25937         (gst_faad_srcconnect):
25938           Add ESDS atom handling (.m4a).
25939
25940 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25941
25942         * ext/divx/gstdivxdec.c: (plugin_init):
25943           Remove comment that makes no sense.
25944         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
25945           Fix for obvious typo that resulted in warnings during gst-register.
25946         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
25947         (gst_xviddec_sink_link):
25948           Fix caps negotiation a bit better.
25949         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
25950           We call this 'codec_data', not 'esds'.
25951
25952 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25953
25954         * gst/monoscope/gstmonoscope.c:
25955           make sure we only provide 256x128
25956         * gst/monoscope/monoscope.c: (monoscope_init):
25957           assert size of 256x128
25958
25959 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25960
25961         * Makefile.am:
25962         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
25963         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
25964           fixate to max width and height of device
25965
25966 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25967
25968         * Makefile.am:
25969         * sys/v4l/gstv4l.c:
25970         * sys/v4l/gstv4lsrc.c:
25971         * sys/v4l/v4l_calls.c:
25972         * sys/v4l/v4lsrc_calls.c:
25973           fix for qc-usb driver which fakes having more than one buffer
25974           by handing the same buffer twice, which confused GStreamer's/v4lsrc
25975           buffer_free override
25976           add debugging
25977
25978 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25979
25980         * Makefile.am:
25981         * gst/videotestsrc/gstvideotestsrc.c:
25982         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
25983         (gst_videotestsrc_init), (gst_videotestsrc_get),
25984         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
25985         * gst/videotestsrc/gstvideotestsrc.h:
25986           add num-buffers property
25987
25988         2004-04-26  Benjamin Otte  <otte@gnome.org>
25989
25990         * ext/mad/gstid3tag.c: (plugin_init):
25991           set id3mux rank to NONE so it doesn't confuse spider
25992           require audio/mpeg,mpegversion=1 in id3mux
25993
25994 2004-04-26  Benjamin Otte  <otte@gnome.org>
25995
25996         * configure.ac:
25997           detect faad correctly as non-working if it's indeed non-working
25998
25999 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26000
26001         * Makefile.am:
26002         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26003         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26004         fix _getcaps so it only negotiates to its supported format
26005
26006 2004-04-25  Benjamin Otte  <otte@gnome.org>
26007
26008         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26009           fix memleak
26010
26011 2004-04-23  Benjamin Otte  <otte@gnome.org>
26012
26013         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26014           audio/x-raw-int with height rules! not. Now it's depth.
26015
26016 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26017
26018         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26019         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26020         (gst_wavparse_loop):
26021           Missing variable initialization. Add handling of DVI ADPCM. Fix
26022           mis-parsing of LIST chunks. This works around a bug where we mis-
26023           parse non-aligning LIST chunks (so LIST chunks where the contents
26024           don't align with the actual LIST size). The correct fix is to use
26025           rifflib, I'm not going to fix wavparse - too much work. All this
26026           fixes #104878.
26027
26028 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26029
26030         reviewed by Benjamin Otte  <otte@gnome.org>
26031
26032         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26033           fix shoutcast not working (fixes #140844)
26034
26035 2004-04-22  Benjamin Otte  <otte@gnome.org>
26036
26037         * ext/hermes/gsthermescolorspace.c:
26038         (gst_hermes_colorspace_caps_remove_format_info):
26039         * gst/colorspace/gstcolorspace.c:
26040         (gst_colorspace_caps_remove_format_info):
26041         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26042         (gst_ffmpegcolorspace_caps_remove_format_info):
26043           s/gst_caps_simplify/gst_caps_do_simplify/
26044
26045 2004-04-22  Benjamin Otte  <otte@gnome.org>
26046
26047         * gst-libs/gst/riff/riff-media.c:
26048         (gst_riff_create_video_caps_with_data):
26049           mpegversion is an int
26050         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26051           don't try to create pad templates with NULL caps, use any caps
26052           instead.
26053
26054 2004-04-20  David Schleef  <ds@schleef.org>
26055
26056         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26057         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
26058         (bug #140384)
26059
26060 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26061
26062         reviewed by David Schleef
26063
26064         * ext/mad/gstid3tag.c: Add stdlib.h
26065         * gst/rtp/gstrtpgsmenc.c: same
26066         * gst/tags/gstid3tag.c: same
26067         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26068         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26069         GST_DISABLE_LOADSAVE use.
26070         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26071         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26072         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26073         atol(3)).
26074         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26075         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26076         strtoul(3)).
26077         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26078         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26079         $(ID3_CFLAGS).
26080         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26081         $(LIBFAME_CFLAGS).
26082
26083 2004-04-20  David Schleef  <ds@schleef.org>
26084
26085         * gst/realmedia/rmdemux.c:  This was supposed to part of the
26086         last checkin.  Same idea.
26087
26088 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26089
26090         reviewed by David Schleef
26091
26092         * configure.ac: bump required gstreamer version to 0.8.1.1
26093         because of following changes [--ds]
26094
26095         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
26096         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26097         (gst_riff_read_header):  Use GST_READ_UINT*
26098         macros to access possibly unaligned memory.
26099
26100         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26101         (mp3_type_find):  Use GST_READ_UINT*
26102         macros to access possibly unaligned memory.
26103         (mp3_type_find, mpeg1_parse_header, qt_type_find)
26104         (speex_type_find): Likewise
26105
26106         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26107
26108         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26109         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26110         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26111         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26112         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26113         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
26114         macros to access possibly unaligned memory.
26115
26116         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26117         Likewise.
26118
26119         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26120         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26121
26122         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26123         Likewise.
26124
26125         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26126         (gst_mpeg2subt_chain_subtitle): Likewise.
26127
26128         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26129         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26130         Likewise.
26131
26132         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26133         Likewise.
26134
26135         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26136         Likewise.
26137
26138         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26139         Likewise.
26140
26141 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26142
26143         * configure.ac:
26144           update required version of GStreamer because of GST_TIME_FORMAT
26145
26146 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26147
26148         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26149           remove leftover g_print
26150         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26151           don't try setting only a subset of the caps. We don't want to kill
26152           autoplugging on purpose
26153
26154 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26155
26156         * sys/ximage/ximagesink.c: (plugin_init):
26157         * sys/xvimage/xvimagesink.c: (plugin_init):
26158           add debugging categories
26159
26160 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26161
26162         * po/en_GB.po:
26163         * po/LINGUAS:
26164           Adding en_GB translation (Gareth Owen)
26165
26166 2004-04-20  David Schleef  <ds@schleef.org>
26167
26168         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26169         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26170         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26171         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26172         A number of new features and hacks to extract the esds atom and
26173         put it into the caps.  (bug #137724)
26174
26175 2004-04-19  David Schleef  <ds@schleef.org>
26176
26177         * gconf/Makefile.am: Fix for non-GNU make
26178         * gst-libs/gst/Makefile.am: Change directory order to handle
26179         GstPlay linking with gstinterfaces
26180         * gst-libs/gst/audio/make_filter: make use of tr portable
26181         * gst-libs/gst/play/Makefile.am: Add intended \
26182         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26183         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26184         function prototype instead of void *.
26185         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26186         macro.
26187         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26188         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26189         * gst/videofilter/make_filter: make use of tr portable
26190         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26191
26192 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26193
26194         * po/LINGUAS:
26195         * po/uk.po:
26196           Added Ukrainian translation (Maxim V. Dziumanenko)
26197
26198 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26199
26200         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26201         (gst_gsmdec_link), (gst_gsmdec_chain):
26202           Fix capsnego, simplify chain function slightly.
26203         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26204           Add GSM.
26205
26206 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26207
26208         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26209         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26210         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26211           Hack to make wavparse work with spider (always -> sometimes pad).
26212           Fixes #135862 && #140411.
26213
26214 2004-04-18  Benjamin Otte  <otte@gnome.org>
26215
26216         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26217         (gst_osselement_rate_probe_check),
26218         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26219           get rid of \n in debug output
26220
26221 2004-04-17  Iain <iain@prettypeople.org>
26222
26223         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26224         not just EOS.
26225
26226 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26227
26228         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26229         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26230         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26231         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26232         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26233         (gst_id3_tag_change_state), (plugin_init):
26234           deprecate id3tag element and replace with id3demux/id3mux.
26235           great side effect: this ugly file is now even uglier, yay!
26236         * ext/mad/gstmad.h:
26237           remove non-available function
26238           update for new get_type
26239
26240 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26241
26242         * configure.ac:
26243           require mpeg2dec >= 0.4.0
26244
26245 2004-04-17  Benjamin Otte  <otte@gnome.org>
26246
26247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26248         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26249         (gst_xvimagesink_set_xwindow_id):
26250           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26251           assorted cleanup fixes.
26252
26253 2004-04-16  David Schleef  <ds@schleef.org>
26254
26255         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26256         * sys/xvimage/xvimagesink.h: same
26257
26258 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26259
26260         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26261           Fix GST_ELEMENT_ERROR with (NULL)
26262
26263 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26264
26265         * gst-libs/gst/riff/riff-media.c:
26266         (gst_riff_create_video_caps_with_data):
26267           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26268
26269 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26270
26271         * gst-libs/gst/riff/riff-media.c:
26272         (gst_riff_create_video_caps_with_data),
26273         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26274         (gst_riff_create_video_template_caps),
26275         (gst_riff_create_audio_template_caps):
26276         * gst-libs/gst/riff/riff-media.h:
26277         * gst-libs/gst/riff/riff-read.c:
26278         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26279         * gst-libs/gst/riff/riff-read.h:
26280         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26281           Add MS RLE support. I added some functions to read out strf chunks
26282           into strf chunks and the data behind it. This is usually color
26283           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26284           caps creation. Lastly, add ADPCM (similar to wavparse - which
26285           should eventually be rifflib based).
26286         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26287         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26288         * gst/matroska/matroska-demux.h:
26289           Remove placeholders for some prehistoric tagging system. Didn't add
26290           support for any tag system really anyway.
26291         * gst/qtdemux/qtdemux.c:
26292           Add support for audio/x-m4a (MPEG-4) through spider.
26293         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26294         (gst_wavparse_loop):
26295           ADPCM support (#135862). Increase max. buffer size because we
26296           cannot split buffers for ADPCM (screws references) and I've seen
26297           files with 2048 byte chunks. 4096 seems safe for now.
26298
26299 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26300
26301         * configure.ac: bump nano to 1
26302
26303 === release 0.8.1 ===
26304
26305 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26306
26307         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26308
26309 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26310
26311         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26312           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26313           Fixes #140058
26314
26315 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26316
26317         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26318           lower rank of dvddemux so that it's not used for mpeg playback.
26319
26320 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26321
26322         * configure.ac:
26323           save libs correctly when checking mad
26324
26325 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26326
26327         * ext/mad/gstid3tag.c: (plugin_init):
26328           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26329
26330 2004-04-13  David Schleef  <ds@schleef.org>
26331
26332         * common/m4/gst-feature.m4: Call -config scripts with
26333         --plugin-libs if it is supported.
26334         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26335         JPEG images are image/jpeg.
26336         * gst/debug/Makefile.am:
26337         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26338         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26339         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26340         (gst_negotiation_plugin_init): Add a property that acts like
26341         filter caps.
26342         * testsuite/gst-lint:  Move license checking to be a standard
26343         test.
26344
26345 2004-04-13  David Schleef  <ds@schleef.org>
26346
26347         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26348         patch from Sebastien Cote (bug #139958)
26349
26350 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26351
26352         * examples/gstplay/Makefile.am:
26353         * examples/gstplay/player.c: (main):
26354           make the commandline player example use gconf settings
26355
26356 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26357
26358         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26359         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26360         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26361           init/end library during state transition, not object
26362           creation/disposal.  get rid of custom dispose handler.
26363
26364
26365 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26366
26367         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26368         be a symlink
26369
26370 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26371
26372         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26373           Handle JUNK chunks inside data section. Prevents warnings.
26374
26375 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26376
26377         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26378         (gst_riff_create_video_template_caps):
26379           Add MS video v1.
26380         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26381         (gst_avi_demux_stream_data):
26382           Add support for "rec-list" chunks.
26383
26384 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26385
26386         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26387           Fix another codecname mismatch.
26388
26389 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26390
26391         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26392           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26393           so that MJPEG plays back.
26394
26395 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26396
26397         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26398         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26399         * gst/mpeg1videoparse/gstmp1videoparse.h:
26400           Fix for some slight mis-cuts in buffer parsing, and for some
26401           potential overflows or faults-causers. Adds disconts. Also fixes
26402           #139105 while we're at it.
26403
26404 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26405
26406         * configure.ac:
26407         * sys/v4l2/gstv4l2element.h:
26408           Workaround for missing struct v4l2_buffer declaration in Suse 9
26409           and Mandrake 10 linux/videodev2.h header file (#135919).
26410
26411 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26412
26413         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26414           Bail out if no filename was given.
26415
26416 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26417
26418         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26419         (gst_v4l2_fourcc_from_structure):
26420           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26421           Y41B somewhere).
26422
26423 2004-04-09  Benjamin Otte  <otte@gnome.org>
26424
26425         * ext/gnomevfs/gstgnomevfssink.c:
26426         (_gst_boolean_allow_overwrite_accumulator),
26427         (gst_gnomevfssink_class_init):
26428           fix erase signal - if any handler returns false the file will not be
26429           overwritten. If no handler is connected, the file will not be
26430           overwritten either.
26431           renamed signal to "allow-overwrite"
26432         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26433           free string when adding it to ID3 failed
26434         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26435           unref event when done
26436         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26437           free caps
26438         * gst/typefind/gsttypefindfunctions.c:
26439         (mpeg_video_stream_type_find):
26440           fix invalid read
26441
26442 2004-04-08  David Schleef  <ds@schleef.org>
26443
26444         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26445         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26446
26447 2004-04-08  David Schleef  <ds@schleef.org>
26448
26449         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26450         we don't support (bug #139532)
26451
26452 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26453
26454         * ext/mad/gstmad.c: (gst_mad_handle_event),
26455         (gst_mad_check_caps_reset), (gst_mad_chain),
26456         (gst_mad_change_state):
26457           only set explicit caps if they haven't been set before for
26458           this stream.  MPEG-audio sample rate/channels aren't allowed
26459           to change in-stream.
26460           Fixes #139382
26461
26462 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26463
26464         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26465         (_gst_boolean_did_something_accumulator),
26466         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26467         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26468         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26469         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26470         (gst_gnomevfssink_change_state):
26471           Fix erase signal. Don't erase by default. Remove handoff signal.
26472           Remove erase property. Don't segfault. General cleanup.
26473
26474 2004-04-07  Benjamin Otte  <otte@gnome.org>
26475
26476         * gst-libs/gst/gconf/test-gconf.c: (main):
26477           add missing gst_init
26478
26479 2004-04-07  Benjamin Otte  <otte@gnome.org>
26480
26481         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26482           free the mutexes, too
26483
26484 2004-04-07  Benjamin Otte  <otte@gnome.org>
26485
26486         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26487           actually free the URI string
26488         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26489           compute offset correctly when passing discont events
26490         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26491           don't leak discont events
26492         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26493           add some missing breaks so caps aren't copied randomly
26494         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26495           if we realloc memory, we better use it
26496
26497 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26498
26499         * ext/mad/gstmad.c: (normal_seek):
26500           fix GST_FORMAT_TIME usage
26501
26502 2004-04-05  David Schleef  <ds@schleef.org>
26503
26504         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26505         a deprecated function (hack!)
26506
26507 2004-04-05  Benjamin Otte  <otte@gnome.org>
26508
26509         * ext/esd/esdmon.c: (gst_esdmon_get):
26510           fix nonterminated vararg and memleak
26511
26512 2004-04-05  Benjamin Otte  <otte@gnome.org>
26513
26514         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26515         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26516         (gst_ladspa_set_property), (gst_ladspa_get_property),
26517         (gst_ladspa_instantiate), (gst_ladspa_activate),
26518         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
26519           clean up debugging
26520
26521 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
26522
26523         reviewed by Benjamin Otte  <otte@gnome.org>
26524
26525         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
26526           check for broken LADSPA parameters (fixes #138635)
26527
26528 2004-04-05  Benjamin Otte  <otte@gnome.org>
26529
26530         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
26531           advertise buffer-frames correctly on sinkpads
26532
26533 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26534
26535         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
26536         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
26537         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
26538         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
26539         (gst_mad_check_caps_reset), (gst_mad_chain):
26540         add more debugging, only reset caps when we're not in error state
26541
26542 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26543
26544         * ext/mad/gstmad.c: add debugging category, comment + cleanups
26545
26546 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26547
26548         reviewed by Benjamin Otte  <otte@gnome.org>
26549
26550         * configure.ac:
26551           fix == in test(1) operator
26552
26553 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
26554
26555         reviewed by Benjamin Otte  <otte@gnome.org>
26556
26557         * configure.ac:
26558           fix --export-symblos-regex to a working regex.
26559
26560 2004-04-04  Benjamin Otte  <otte@gnome.org>
26561
26562         * sys/oss/.cvsignore:
26563           add for oss_probe
26564
26565 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
26566
26567         reviewed by Benjamin Otte  <otte@gnome.org>
26568
26569         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26570           add missing 'new_media' argument (fixes #138168)
26571         * gst/matroska/matroska-demux.c:
26572         (gst_matroska_demux_handle_seek_event):
26573           add vararg terminator (fixes #138169)
26574
26575 2004-04-02  David Schleef  <ds@schleef.org>
26576
26577         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
26578         disted (bug #138914)
26579
26580 2004-04-01  Benjamin Otte  <otte@gnome.org>
26581
26582         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
26583         (gst_alsa_close_audio):
26584           handle case better where a soundcard can't pause
26585         * ext/ogg/gstoggdemux.c:
26586           don't crash when we get events but don't have pads yet
26587
26588 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26589
26590         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
26591           throw an error if we couldn't probe any caps.
26592
26593 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26594
26595         * ext/dvdnav/gst-dvd:
26596         Add a really simple sample DVD player
26597
26598 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
26599
26600         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
26601         (gst_a52dec_push), (gst_a52dec_handle_event),
26602         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
26603         (gst_a52dec_change_state):
26604         * ext/a52dec/gsta52dec.h:
26605           Use a debug category, Output timestamps correctly
26606           Emit tag info, Handle events, tell liba52dec about cpu
26607           capabilities so it can use MMX etc.
26608         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
26609           Fix a crasher accessing invalid memory
26610         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
26611         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
26612         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
26613         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
26614         (dvdnavsrc_query):
26615           Some support for byte-format seeking.
26616           Small fixes for still frames and menu button overlays
26617         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26618         (gst_mpeg2dec_alloc_buffer):
26619           Use a debug category. Adjust the report level of several items to
26620           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
26621           so it doesn't lose the GstBuffer pointer
26622         * gst/debug/Makefile.am:
26623         * gst/debug/gstdebug.c: (plugin_init):
26624         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
26625         (gst_navseek_base_init), (gst_navseek_class_init),
26626         (gst_navseek_init), (gst_navseek_seek),
26627         (gst_navseek_handle_src_event), (gst_navseek_set_property),
26628         (gst_navseek_get_property), (gst_navseek_chain),
26629         (gst_navseek_plugin_init):
26630         * gst/debug/gstnavseek.h:
26631           Add the navseek debug element for seeking back and forth in a
26632           video stream using arrow keys.
26633         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
26634         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
26635         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
26636         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
26637         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
26638         (gst_mpeg2subt_parse_header), (gst_get_nibble),
26639         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
26640         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
26641         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
26642         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
26643         * gst/mpeg2sub/gstmpeg2subt.h:
26644           Pretty much a complete rewrite. Now a loopbased element. May still
26645           require work to properly synchronise subtitle buffers.
26646         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
26647         (gst_dvd_demux_send_subbuffer):
26648         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
26649           Don't attempt to create subbuffers of size 0
26650           Reduce a couple of error outputs to warnings.
26651         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
26652         (gst_y4mencode_chain):
26653         Output the y4m frame header correctly.
26654
26655 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26656
26657         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26658           throw errors instead of allowing SIGFPE
26659
26660 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
26661
26662         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
26663         (gst_gconf_render_bin_from_key):
26664           leak plugging and style fixing
26665
26666 2004-03-31  David Schleef  <ds@schleef.org>
26667
26668         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
26669         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
26670         (bug #138225)
26671         * gst/debug/Makefile.am:
26672         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
26673         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
26674         plugin.
26675         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
26676         (gst_negotiation_base_init), (gst_negotiation_class_init),
26677         (gst_negotiation_init), (gst_negotiation_getcaps),
26678         (gst_negotiation_pad_link), (gst_negotiation_chain),
26679         (gst_negotiation_set_property), (gst_negotiation_get_property),
26680         (gst_negotiation_plugin_init):  New element to talk about random
26681         negotiation things happening in a pipeline.
26682
26683 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26684
26685         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
26686           fix integer addition with help of Stefan Kost
26687
26688 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
26689
26690         * po/nl.po: updated Dutch translation (Elros Cyriatan)
26691
26692 2004-03-30  David Schleef  <ds@schleef.org>
26693
26694         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
26695         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
26696         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
26697         (bug #137504)
26698         * ext/mpeg2dec/gstmpeg2dec.h:
26699
26700 2004-03-30  David Schleef  <ds@schleef.org>
26701
26702         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
26703
26704 2004-03-30  David Schleef  <ds@schleef.org>
26705
26706         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
26707         Michael Petullo) to handle .mov
26708
26709 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26710
26711         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
26712         (gst_osselement_rate_check_rate):
26713           probe caps correctly for sound cards that only support one format
26714
26715 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26716
26717         * ext/kio/kiosrc.cpp: (process_events):
26718           update handling event processing if inside KDE - untested
26719
26720 2004-03-29  David Schleef  <ds@schleef.org>
26721
26722         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
26723         by 2 to not interfere with other colorspaces.
26724         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
26725         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
26726         one to not interfere with ffmpeg_colorspace.
26727
26728 2004-03-29  David Schleef  <ds@schleef.org>
26729
26730         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
26731         aren't in the caps.
26732         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
26733         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
26734
26735 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26736
26737         * gst-libs/gst/riff/riff-media.c:
26738           fail on error, don't try to set stuff on NULL caps
26739
26740 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26741
26742         * configure.ac:
26743         * ext/Makefile.am:
26744         * ext/kio/Makefile.am:
26745         * ext/kio/kioreceiver.cpp:
26746         * ext/kio/kioreceiver.h:
26747         * ext/kio/kiosrc.cpp:
26748         * ext/kio/kiosrc.h:
26749           add experimental kiosrc plugin
26750         * ext/alsa/gstalsaplugin.c: (plugin_init):
26751           initialize debugging category only when we're sure registering the
26752           plugins worked.
26753
26754 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26755
26756         * examples/gstplay/player.c: (main):
26757         * gst-libs/gst/play/play.c: (gst_play_class_init),
26758         (gst_play_set_location), (gst_play_set_data_src),
26759         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26760         (gst_play_set_visualization), (gst_play_connect_visualization):
26761           check return values of element_set_state and return FALSE where
26762           failed
26763
26764 2004-03-29  Benjamin Otte  <otte@gnome.org>
26765
26766         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26767           try harder to check if an event is really a discont
26768
26769 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26770
26771         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
26772         * po/az.po:
26773
26774 2004-03-28  Benjamin Otte  <otte@gnome.org>
26775
26776         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
26777         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
26778         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
26779           get rid of non-standard "..." ranges in case statements.
26780
26781 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
26782
26783         * gst/mpegstream/gstmpegdemux.c:
26784         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
26785         specific functionality split to the new dvddemux element.
26786         * gst/mpegstream/gstdvddemux.c:
26787         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
26788         streams, derived from mpegdemux.
26789         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
26790         up. SCR based timestamp rewriting can be turned off (will probably
26791         completely disappear soon).
26792         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
26793         hacking. General cleanup. All printf statements replaced by
26794         debugging messages. Almost complete libdvdnav support.
26795         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
26796         by events. New properties for audio and subpicture languages.
26797         (dvdnavsrc_update_highlight): Now uses events.
26798         (dvdnavsrc_user_op): Cleaned up.
26799         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
26800         based). Lots of cleanup, and propper support for most libdvdnav
26801         events.
26802         (dvdnavsrc_make_dvd_event): New function.
26803         (dvdnavsrc_make_dvd_nav_packet_event): New function.
26804         (dvdnavsrc_make_clut_change_event): New function.
26805
26806 2004-03-26  Benjamin Otte  <otte@gnome.org>
26807
26808         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
26809           fix bug where typefinding would claim it's theora whenever less then
26810           7 bytes of data were available
26811
26812 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26813
26814         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
26815         (gst_alawdec_base_init), (gst_alawdec_class_init),
26816         (gst_alawdec_init), (gst_alawdec_chain):
26817         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
26818         (gst_alawenc_base_init), (gst_alawenc_class_init),
26819         (gst_alawenc_init), (gst_alawenc_chain):
26820         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
26821         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
26822         (gst_mulawdec_init), (gst_mulawdec_chain):
26823         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
26824         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
26825         (gst_mulawenc_init), (gst_mulawenc_chain):
26826           Fix capsnego in all four, remove the unused property functions and
26827           simplify the chain functions slightly. I guess we could use macros
26828           or something similar for those, since the code is so similar, but
26829           I'm currently too lazy...
26830
26831 2004-03-24  David Schleef  <ds@schleef.org>
26832
26833         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26834         (gst_osselement_close_audio), (gst_osselement_probe_caps),
26835         (gst_osselement_get_format_structure),
26836         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
26837         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
26838         (gst_osselement_rate_int_compare): Add code to handle rate probing
26839         (bug #120883)
26840         * sys/oss/gstosselement.h: same
26841         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
26842         Use rate probing provided by osselement.
26843         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
26844
26845 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26846
26847         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
26848         (gst_xvidenc_get_property):
26849           ulong/int mess-up.
26850
26851 2004-03-24  David Schleef  <ds@schleef.org>
26852
26853         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
26854         (gst_speexdec_init):
26855         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
26856         (gst_speexenc_init):  Create the pad template correctly (from
26857         the static pad template, not a NULL pointer.)
26858
26859 2004-03-25  Benjamin Otte  <otte@gnome.org>
26860
26861         * gst/debug/Makefile.am:
26862         * gst/debug/breakmydata.c:
26863           add element that quasi-randomly changes bytes in the stream.
26864           Intended use is robustness checking of demuxers and decoders in
26865           media tests.
26866
26867 2004-03-24  Benjamin Otte  <otte@gnome.org>
26868
26869         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
26870         (gst_alsa_probe_hw_params):
26871         * ext/alsa/gstalsa.h:
26872           debugging output fixes
26873
26874 2004-03-24  Benjamin Otte  <otte@gnome.org>
26875
26876         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
26877           don't g_return_if_fail if element is PLAYING, fail silently as every
26878           other element.
26879         * gst/effectv/gstquark.c: (gst_quarktv_chain):
26880           only fix needed for cast lvalue issues in gst-plugins
26881         * gst/volenv/gstvolenv.c: (gst_volenv_init):
26882           add proxy_getcaps
26883
26884 2004-03-24  Benjamin Otte  <otte@gnome.org>
26885
26886         * gst/level/gstlevel.c: (gst_level_init):
26887           add proxying getcaps function, so level doesn't advertise impossible
26888           caps
26889
26890 2004-03-24  David Schleef  <ds@schleef.org>
26891
26892         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26893         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
26894         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
26895         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
26896         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
26897         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
26898         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
26899         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
26900         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
26901         messages.  Divide the chunk size by the compression ratio
26902         (needed for MACE audio)
26903
26904 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26905
26906         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26907           Fix buffer overflow read error.
26908
26909 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26910
26911         * ext/alsa/gstalsa.h:
26912           Remove unused entry.
26913         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26914           Add cinepak.
26915         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
26916         (gst_videodrop_link), (gst_videodrop_chain):
26917           Fix, sort of. Was horribly broken with new capsnego. Bah...
26918
26919 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
26920
26921         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
26922         (plugin_init):
26923         Add a monkeysaudio typefind function
26924
26925 2004-03-23  Johan Dahlin  <johan@gnome.org>
26926
26927         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
26928         (gst_play_video_fixate): Check so the structure has the field
26929         before trying to fixate them, this makes it possible to have
26930         fakesinks for video and audio output without printing errors on
26931         the output console.
26932
26933 2004-03-22  David Schleef  <ds@schleef.org>
26934
26935         * sys/oss/Makefile.am:
26936         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
26937         (check_rate), (add_rate):  Rate probing test app.
26938
26939 2004-03-21  Benjamin Otte  <otte@gnome.org>
26940
26941         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
26942         (_fixate_caps_to_int), (gst_audio_convert_fixate):
26943           add a fixation function that pretty much does the right thing (fixes
26944           #137556)
26945
26946 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
26947
26948         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
26949
26950 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
26951
26952         reviewed by: Benjamin Otte  <otte@gnome.org>
26953
26954         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
26955           terminate gst_event_new_discontinuous correctly (fixes parts of
26956           #137711)
26957
26958 2004-03-19  David Schleef  <ds@schleef.org>
26959
26960         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
26961         since it doesn't depend on X, and it's part of our ABI.
26962
26963 2004-03-19  Iain <iain@prettypeople.org>
26964
26965         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
26966         is_int in the structure, not the local variable.
26967
26968 2004-03-19  David Schleef  <ds@schleef.org>
26969
26970         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
26971         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
26972         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
26973         Improvements in caps negotiation.
26974
26975 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26976
26977         * po/LINGUAS:
26978         * po/af.po:
26979           adding Afrikaans (Petri Jooste)
26980
26981 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26982
26983         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26984         (gst_ffmpegcolorspace_chain):
26985         throw error instead of g_critical (#137588)
26986
26987 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
26988
26989         * Makefile.am:
26990         * configure.ac:
26991           dist common and m4 correctly
26992         * po/sv.po:
26993
26994 2004-03-17  David Schleef  <ds@schleef.org>
26995
26996         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
26997         (bug #137348)
26998
26999 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27000
27001         * po/LINGUAS:
27002         * po/sv.po:
27003           adding Swedish translation (Christian Rose)
27004
27005 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27006
27007         * Makefile.am: use release.mak
27008
27009 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27010
27011         * common/ChangeLog:
27012         * common/gst-autogen.sh:
27013           add some explanation about the version detection
27014         * configure.ac:
27015           fix X check
27016
27017 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27018
27019         * configure.ac: bump nano to 1
27020
27021 === release 0.8.0 ===
27022
27023 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27024
27025         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27026
27027 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27028
27029         * configure.ac:
27030           update libtool version
27031         * gst-libs/gst/media-info/Makefile.am:
27032           actually use libtool version
27033
27034 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27035
27036         * configure.ac: fix speex detection to work with 1.0 but not 1.1
27037
27038 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27039
27040         * configure.ac:
27041         * gst-plugins.spec.in:
27042         * pkgconfig/Makefile.am:
27043         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27044         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27045         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27046         * pkgconfig/gstreamer-libs.pc.in:
27047         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27048         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27049         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27050         * pkgconfig/gstreamer-plugins.pc.in:
27051           remove @VERSION@ from some of the pc files since core and plugins
27052           are decoupled.
27053           created gstreamer-plugins.pc as it's a better name, but keeping
27054           -libs around for now to get fixes upstream done first.
27055
27056 2004-03-15  Julien MOUTTE <julien@moutte.net>
27057
27058         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27059         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27060         * gst-libs/gst/play/play.h:
27061
27062 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27063
27064         * *.c, *.cc: don't mix tabs and spaces
27065
27066 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27067
27068         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27069           use the new ffmpegcolorspace
27070         * gst-plugins.spec.in:
27071           package new colorspace and media-info
27072         * configure.ac:
27073         * pkgconfig/Makefile.am:
27074           fix some more disting issues
27075         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27076         * pkgconfig/gstreamer-media-info.pc.in:
27077           generate media-info pc files
27078
27079 2004-03-15  Johan Dahlin  <johan@gnome.org>
27080
27081         * *.h: Revert indenting
27082
27083 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27084
27085         * configure.ac:
27086           adding ffmpegcolorspace element
27087         * gst/ffmpegcolorspace/Makefile.am:
27088         * gst/ffmpegcolorspace/avcodec.h:
27089         * gst/ffmpegcolorspace/common.h:
27090         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27091         * gst/ffmpegcolorspace/dsputil.h:
27092         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27093         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27094         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27095         (gst_ffmpeg_caps_to_pix_fmt):
27096         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27097         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27098         (gst_ffmpegcolorspace_caps_remove_format_info),
27099         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27100         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27101         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27102         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27103         (gst_ffmpegcolorspace_set_property),
27104         (gst_ffmpegcolorspace_get_property),
27105         (gst_ffmpegcolorspace_register):
27106         * gst/ffmpegcolorspace/imgconvert.c:
27107         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27108         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27109         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27110         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27111         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27112         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27113         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27114         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27115         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27116         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27117         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27118         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27119         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27120         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27121         (img_get_alpha_info), (deinterlace_line),
27122         (deinterlace_line_inplace), (deinterlace_bottom_field),
27123         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27124         * gst/ffmpegcolorspace/imgconvert_template.h:
27125         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27126         * gst/ffmpegcolorspace/mmx.h:
27127         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27128           adding ffmpegcolorspace element supplied by Ronald after cleaning
27129           up and pulling in the right bits of upstream source.
27130           I'm sure a better C/compiler wizard could do some cleaning up (for
27131           example use GLIB's malloc stuff), but as a first pass this
27132           works very well
27133
27134 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27135
27136         * ext/alsa/gstalsa.h:
27137           I assume Ronald forgot to commit the change to have cardname
27138           as a struct member.  Expect some public spanking at the next
27139           opportunity.
27140
27141 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27142
27143         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27144         (gst_alsa_open_audio), (gst_alsa_close_audio):
27145         * ext/alsa/gstalsa.c:
27146           Don't open the device if we're a mixer (= padless).
27147         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27148         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27149         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27150           Open mixer during state change rather than during object
27151           initialization. Also, get a device name. Currently in a somewhat
27152           hackish fashion, but I didn't really find something better.
27153
27154 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27155
27156         * *.c, *.h: run gst-indent
27157
27158 2004-03-14  Benjamin Otte  <otte@gnome.org>
27159
27160         * gst/modplug/gstmodplug.cc:
27161         * gst/modplug/gstmodplug.h:
27162           set correct timestamps on outgoing buffers
27163
27164 2004-03-14  Benjamin Otte  <otte@gnome.org>
27165
27166         * gst/modplug/gstmodplug.cc:
27167           handle events - don't do crap when a discont arrives that's not
27168           necessary
27169           This allows correct loading and playback of mods in Rhythmbox
27170
27171 2004-03-14  Benjamin Otte  <otte@gnome.org>
27172
27173         * configure.ac:
27174         * gst-libs/gst/gconf/Makefile.am:
27175         * pkgconfig/Makefile.am:
27176           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27177           they get rebuilt properly
27178         * configure.ac:
27179           when checking for vorbis, try pkgconfig first.
27180         * gst/modplug/gstmodplug.cc:
27181           add fixate function
27182
27183 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27184
27185         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27186           Fix for obvious mistake, where we first shift the offset and then
27187           read a samplesize element assuming the old offset. Note that this
27188           part still has something weird, i.e. my movies containing those
27189           don't actually play well, but at least there's something that looks
27190           like sound now.
27191
27192 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27193         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27194         (plugin_init):
27195         Add a typefind function for speex format
27196
27197 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27198
27199         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27200         (gst_asf_demux_setup_pad):
27201           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27202           instead of 0. Reason is simple: some elements have a fps range
27203           of 1-max instead of 0-max. So now ASF video actually works.
27204
27205 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27206
27207         * po/LINGUAS:
27208         * po/sr.po:
27209           adding serbian as a language
27210
27211 2004-03-13  Benjamin Otte  <otte@gnome.org>
27212
27213         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27214           return taglist correctly from _get function, don't gst_pad_push it.
27215           (fixes #137042)
27216
27217 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27218         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27219
27220 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27221
27222         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27223         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27224         (gst_alsa_mixer_track_new):
27225         * ext/alsa/gstalsamixertrack.h:
27226           Fix ancient leftovers... MixerTrack is a GObject.
27227
27228 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27229
27230         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27231         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27232           Don't block during probing...
27233
27234 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27235
27236         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27237         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27238         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27239         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27240         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27241         (gst_alsa_open_audio), (gst_alsa_close_audio):
27242         * ext/alsa/gstalsa.h:
27243           Add propertyprobe interface implementation, add some device-name
27244           property, all this so that it looks good in gnome-volume-control.
27245
27246 2004-03-12  David Schleef  <ds@schleef.org>
27247
27248         * configure.ac: the Hermes library controls hermescolorspace, not
27249         colorspace.
27250         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27251         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27252         not /* */
27253         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27254         * ext/sdl/sdlvideosink.h: ditto.
27255         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27256
27257 2004-03-12  Benjamin Otte  <otte@gnome.org>
27258
27259         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27260         (gst_x_overlay_got_xwindow_id):
27261         * gst-libs/gst/xoverlay/xoverlay.h:
27262           replace XID with unsigned long to get rid of the xlibs dependency in
27263           XOverlay (fixes #137004)
27264
27265 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27266         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27267         (gst_agingtv_setup):
27268         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27269         (gst_dicetv_base_init), (gst_dicetv_class_init),
27270         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27271         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27272         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27273         (gst_edgetv_setup), (gst_edgetv_rgb32):
27274         * gst/effectv/gsteffectv.c:
27275         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27276         (gst_quarktv_set_property):
27277         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27278         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27279         (gst_revtv_setup), (gst_revtv_rgb32):
27280         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27281         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27282         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27283         (gst_shagadelictv_rgb32):
27284         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27285         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27286         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27287         * gst/effectv/gstwarp.c:
27288         Port everything that can be ported to videofilter and fix up the caps.
27289         Can someone with a big-endian machine please check these?
27290
27291 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27292
27293         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27294         (gst_osssink_chain), (gst_osssink_change_state):
27295           Latest fixes for A/V sync, audio playback and such. This is about
27296           all... MPEG playback issues are mostly related to the async build-
27297           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27298
27299 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27300
27301         patch from: Stephane Loeuillet
27302
27303         * configure.ac:
27304           use pkg-config for some libraries, falling back to the old .m4 way
27305           (fixes #131270)
27306         * m4/libdv.m4:
27307           removed
27308
27309 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27310
27311         * configure.ac:
27312         * tools/Makefile.am:
27313         * tools/Makefile.in:
27314         * tools/gst-launch-ext-m.m:
27315         * tools/gst-launch-ext.1.in:
27316         * tools/gst-visualise-m.m:
27317         * tools/gst-visualise.1:
27318         * tools/gst-visualise.1.in:
27319           reorganizing generation of script tools
27320
27321 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27322
27323         * ext/divx/gstdivxdec.c:
27324           Downgrade priority. We prefer ffdec_mpeg4.
27325         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27326         (gst_faad_chain), (gst_faad_change_state):
27327           Fix capsnego. Doesn't work for some sounds because we don't have
27328           a 5:1 to stereo element.
27329         * ext/xvid/gstxvid.c: (plugin_init):
27330           Add priority.
27331         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27332         (gst_osssink_change_state):
27333           Add discont handling.
27334
27335 2004-03-09  Colin Walters  <walters@verbum.org>
27336
27337         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27338         conversion.
27339
27340 2004-03-09  Benjamin Otte  <otte@gnome.org>
27341
27342         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27343           the signals take 2 arguments
27344
27345 2004-03-09  David Schleef  <ds@schleef.org>
27346
27347         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27348         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27349         * ext/alsa/gstalsa.h:
27350         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27351
27352 2004-03-09  Benjamin Otte  <otte@gnome.org>
27353
27354         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27355         (gst_mikmod_change_state):
27356         * ext/mikmod/gstmikmod.h:
27357           make mikmod's loop function not loop infinitely and call
27358           gst_element_yield anymore
27359         * gst/modplug/gstmodplug.cc:
27360           fix pad negotiation (fixes #136590)
27361
27362 2004-03-09  David Schleef  <ds@schleef.org>
27363
27364         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27365         doesn't conflict with the internal colorspace plugin.
27366         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27367         satisfy the crappy-ass shell shipped by a certain vendor.
27368         * gst/videofilter/make_filter: same (bug #135299)
27369
27370 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27371
27372         * configure.ac: bump nano to 1
27373
27374 === release 0.7.6 ===
27375
27376 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27377
27378         * configure.in: releasing 0.7.6, "There"
27379
27380 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27381
27382         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27383         * pkgconfig/gstreamer-play.pc.in:
27384           synchronize the two
27385
27386 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27387
27388         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27389         (cdparanoia_open), (cdparanoia_event):
27390           fix/add error handling
27391         * po/POTFILES.in:
27392           add cdparanoia source
27393         * tools/Makefile.am:
27394           make scripts executable
27395
27396 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27397
27398         * configure.ac:
27399         * ext/vorbis/Makefile.am:
27400         * sys/Makefile.am:
27401           remove id3types, vorbisfile and xvideosink from the build (#133783)
27402
27403 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27404
27405         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27406           Fix metadata read crash (#136537).
27407
27408 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27409
27410         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27411         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27412           adding mime types, fixing the one-stop function
27413
27414 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27415
27416         * ext/nas/nassink.c and /ext/nas/nassink.h:
27417         More NAS love from Arwed von Merkatz
27418         So lets all sing 'Can you feel the NAS tonight'
27419
27420 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27421
27422         * tools/gst-launch-ext.in:
27423         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27424
27425 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27426
27427         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27428         (gst_mpeg2dec_init):
27429         remove the user_data pad for now, because it is being used in
27430         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27431         If someone knows how to fix this properly, please do.
27432
27433 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27434
27435         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27436         (gst_osssink_get_time):
27437         add a warning, IMO this won't get triggered anymore, remove later
27438
27439 2004-03-07  David Schleef  <ds@schleef.org>
27440
27441         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27442         format (bug #136470)
27443
27444 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27445
27446         * gst-libs/Makefile.am:
27447         * gst-libs/gst/media-info/Makefile.am:
27448         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27449         (error_callback), (gst_media_info_error_create),
27450         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27451         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27452         * gst-libs/gst/media-info/media-info-priv.h:
27453         * gst-libs/gst/media-info/media-info-test.c: (main):
27454         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27455         (gst_media_info_class_init), (gst_media_info_instance_init),
27456         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27457         (gst_media_info_read_idler), (gst_media_info_read):
27458         * gst-libs/gst/media-info/media-info.h:
27459         fixed, should work now
27460
27461 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27462
27463         * ext/nas/nassink.c:
27464         A bunch of NAS fixes from Arwed von Merkatz
27465
27466 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27467
27468         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27469         (qtdemux_parse_trak):
27470           Fix crash (j might be greater than n_samples, in which case we're
27471           writing outside the allocated space for the array) and memleak.
27472
27473 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27474
27475         * sys/oss/gstosssink.c: (gst_osssink_chain):
27476           And another caller that couldn't handle delay < 0 (unsigned
27477           integer overflow). Video now continues playing on an audio
27478           buffer underrun, and the clock continues working. Audio still
27479           stalls.
27480
27481 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27482
27483         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27484         (gst_osssink_get_time):
27485           get_delay() may return values lower than 0. In those cases, we
27486           should not actually cast to *unsigned* int64, that will break
27487           stuff horribly. In my case, it screwed up A/V sync in movies
27488           in totem rather badly.
27489
27490 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27491
27492         * ext/faac/gstfaac.c: (gst_faac_chain):
27493         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27494         * ext/libpng/gstpngenc.c: (user_write_data):
27495         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27496         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27497         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27498         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27499         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27500         of any buffer), should fix some leaks. I hope I didn't unref buffers
27501         that shouldn't be...
27502
27503 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27504
27505         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27506         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27507         (error_callback), (gmi_reset), (gmi_seek_to_track),
27508         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27509         (gmip_find_type_post), (gmip_find_stream_post),
27510         (gmip_find_track_streaminfo_post):
27511         * gst-libs/gst/media-info/media-info-priv.h:
27512         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27513         (info_print), (main):
27514         * gst-libs/gst/media-info/media-info.c:
27515         (gst_media_info_error_create), (gst_media_info_error_element),
27516         (gst_media_info_instance_init), (gst_media_info_get_property),
27517         (gst_media_info_new), (gst_media_info_set_source),
27518         (gst_media_info_read_idler), (gst_media_info_read):
27519         * gst-libs/gst/media-info/media-info.h:
27520           first pass at making this work again.  This seems to work on
27521           tagged ogg/vorbis and mp3 files.
27522
27523 2004-03-06  Benjamin Otte  <otte@gnome.org>
27524
27525         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
27526           fix huge leak: gst_buffer_merge doesn't unref the first argument
27527           itself.
27528
27529 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27530
27531         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
27532           report layer/mode/emphasis
27533
27534 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27535
27536         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
27537
27538 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27539
27540         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
27541           signal serial
27542
27543 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27544
27545         * ext/vorbis/vorbis.c: (plugin_init):
27546         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
27547         (gst_vorbis_dec_init), (vorbis_dec_event):
27548         add debug category
27549         make vorbisdec handle _BYTE and _TIME queries
27550
27551 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27552
27553         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
27554           from the xing header
27555
27556 2004-03-06  Benjamin Otte  <otte@gnome.org>
27557
27558         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
27559         (gst_audio_convert_link), (gst_audio_convert_change_state),
27560         (gst_audio_convert_buffer_from_default_format):
27561           do conversions from/to float correctly, fix some caps nego errors,
27562           export correct supported caps in template and getcaps, use correct
27563           caps in try_set_caps functions
27564
27565 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27566
27567         For some reason, I only committed a ChangeLog entry yesterday and
27568         not the corresponding code...
27569         * ext/mad/gstmad.c: Fix detection of Xing headers
27570         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27571
27572 2004-03-06  Benjamin Otte  <otte@gnome.org>
27573
27574         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
27575         (gst_ogg_demux_src_query):
27576           make sure to handle the case where there's no current chain
27577           gracefully.
27578
27579 2004-03-05  David Schleef  <ds@schleef.org>
27580
27581         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
27582         Add fixate function. (bug #131128)
27583         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
27584         (gst_sdlvideosink_fixate):  Add fixate function.
27585         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
27586         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
27587         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
27588         Fix missing break that was causing ulaw to be interpreted as
27589         raw int.
27590
27591 2004-03-05  David Schleef  <ds@schleef.org>
27592
27593         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27594         Fix code that ignores return value of gst_buffer_merge().
27595         (bug #114560)
27596         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
27597         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
27598         * testsuite/gst-lint:  Check for above.
27599
27600 2004-03-05  David Schleef  <ds@schleef.org>
27601
27602         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
27603         caps and throw an element error.  (bug #136334)
27604
27605 2004-03-05  David Schleef  <ds@schleef.org>
27606
27607         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
27608         (gst_faad_chain): Fix negotiation.
27609         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
27610         key and button events.
27611         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
27612         dung heap of code.
27613         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
27614         depends on gconf
27615         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
27616         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
27617         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
27618         function to encourage better negotiation, particularly between
27619         audioconvert and osssink.
27620         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
27621         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
27622         more important.
27623         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
27624         typefinding.
27625         * gst/vbidec/vbiscreen.c:  Add glib header
27626         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
27627
27628 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
27629
27630         * ext/mad/gstmad.c: Fix detection of Xing headers
27631         * gst/tags/gstid3tag.c: Changes to support TLEN tags
27632
27633 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27634
27635         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
27636         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
27637           debug updates
27638
27639 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27640
27641         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
27642         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
27643         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
27644         files, and report the parsed length as a GST_TAG_DURATION tag.
27645         * gst/tags/gstid3tag.c: support TLEN (duration) tag
27646
27647 2004-03-05  Benjamin Otte  <otte@gnome.org>
27648
27649         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
27650           convert channels correctly. convert correctly to unsigned.
27651
27652 2004-03-05  Julien MOUTTE <julien@moutte.net>
27653
27654         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
27655         we have a window before clearing it.
27656
27657 2004-03-05  Julien MOUTTE <julien@moutte.net>
27658
27659         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
27660         have a window before clearing it.
27661
27662 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27663
27664         * gconf/gstreamer.schemas.in:
27665         * gst-libs/gst/gconf/Makefile.am:
27666           version installation path the same way as for 0.6
27667         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27668         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27669         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27670           remove comment that was fixed
27671
27672 2004-03-05  David Schleef  <ds@schleef.org>
27673
27674         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
27675         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
27676         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
27677         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
27678         Add prototype code for handling seeking and querying.
27679
27680 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27681
27682         * examples/gstplay/player.c: (main):
27683           Initialize variables to NULL. Prevents a segfault because the
27684           (uninitialized) variable is not NULL, resulting in a crash on
27685           trying to reach error->message.
27686
27687 2004-03-05  Benjamin Otte  <otte@gnome.org>
27688
27689         * gst/audioconvert/gstaudioconvert.c:
27690         (gst_audio_convert_buffer_to_default_format):
27691         make float=>int conversion work correctly even in cornercases.
27692
27693 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
27694
27695         * debian/README.Debian:
27696         * debian/build-deps:
27697         * debian/changelog:
27698         * debian/control:
27699         * debian/control.in:
27700         * debian/copyright:
27701         * debian/gstreamer-a52dec.files:
27702         * debian/gstreamer-aa.files:
27703         * debian/gstreamer-alsa.files:
27704         * debian/gstreamer-alsa.manpages:
27705         * debian/gstreamer-arts.files:
27706         * debian/gstreamer-artsd.files:
27707         * debian/gstreamer-audiofile.files:
27708         * debian/gstreamer-avifile.files:
27709         * debian/gstreamer-cdparanoia.files:
27710         * debian/gstreamer-colorspace.files:
27711         * debian/gstreamer-doc.files:
27712         * debian/gstreamer-dv.files:
27713         * debian/gstreamer-dvd.files:
27714         * debian/gstreamer-esd.files:
27715         * debian/gstreamer-festival.files:
27716         * debian/gstreamer-flac.files:
27717         * debian/gstreamer-gconf.conffiles:
27718         * debian/gstreamer-gconf.files:
27719         * debian/gstreamer-gconf.postinst:
27720         * debian/gstreamer-gnomevfs.files:
27721         * debian/gstreamer-gsm.files:
27722         * debian/gstreamer-http.files:
27723         * debian/gstreamer-jack.files:
27724         * debian/gstreamer-jpeg.files:
27725         * debian/gstreamer-mad.files:
27726         * debian/gstreamer-mikmod.files:
27727         * debian/gstreamer-misc.files:
27728         * debian/gstreamer-mpeg2dec.files:
27729         * debian/gstreamer-oss.files:
27730         * debian/gstreamer-plugin-apps.files:
27731         * debian/gstreamer-plugin-apps.manpages:
27732         * debian/gstreamer-plugin-libs-dev.files:
27733         * debian/gstreamer-plugin-libs.files:
27734         * debian/gstreamer-plugin-template.postinst:
27735         * debian/gstreamer-plugin-template.postrm:
27736         * debian/gstreamer-sdl.files:
27737         * debian/gstreamer-sid.files:
27738         * debian/gstreamer-vorbis.files:
27739         * debian/gstreamer-x.files:
27740         * debian/mk.control:
27741         * debian/rules:
27742         Debian package info not maintained here.
27743
27744 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27745
27746         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
27747         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
27748         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
27749         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
27750         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
27751         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
27752         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
27753         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
27754         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
27755         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
27756         * gst-libs/gst/colorbalance/colorbalance.c:
27757         (gst_color_balance_class_init):
27758         * gst-libs/gst/colorbalance/colorbalancechannel.c:
27759         (gst_color_balance_channel_class_init):
27760         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27761         * gst-libs/gst/play/play.c: (gst_play_class_init):
27762         * gst-libs/gst/propertyprobe/propertyprobe.c:
27763         (gst_property_probe_iface_init):
27764         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
27765         * gst-libs/gst/tuner/tunerchannel.c:
27766         (gst_tuner_channel_class_init):
27767         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
27768         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
27769         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
27770         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
27771         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
27772         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
27773         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
27774         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
27775         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
27776           fix signals to use - instead of _
27777         * ext/libcaca/gstcacasink.h:
27778         * ext/sdl/sdlvideosink.h:
27779           fix header rename
27780
27781 2004-03-04  David Schleef  <ds@schleef.org>
27782
27783         * testsuite/gst-lint:  Add a check for bad signal names.
27784
27785 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
27786
27787         reviewed by David Schleef
27788
27789         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
27790         modified the alpha channel and caused a warning. (bug #136192)
27791
27792 2004-04-03  Christian Schaller <Uraeus@gnome.org>
27793
27794         * gst-plugins.spec.in:
27795         Change names of plugins to actually be correct. Try to keep things
27796         alphabetical to avoid getting beat up by Thomas
27797
27798 2004-03-03  Julien MOUTTE <julien@moutte.net>
27799
27800         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
27801         Using ximagesink as a default if no gconf key found. We should
27802         probably consider using alsasink instead of osssink for the audio
27803         part.
27804
27805 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27806
27807         * configure.ac:
27808           fix --with-plugins, don't think it ever worked before
27809         * gst-plugins.spec.in:
27810           even more updates
27811
27812 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27813
27814         * ext/sdl/sdlvideosink.h:
27815         * sys/ximage/ximagesink.h:
27816         * sys/xvideo/xvideosink.h:
27817         * sys/xvimage/xvimagesink.h:
27818           Fix for move of gstvideosink.h -> videosink.h.
27819
27820 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
27821
27822         * gst-libs/gst/xwindowlistener/Makefile.am:
27823           this is a plugin library, not a library
27824
27825 2004-03-01  David Schleef  <ds@schleef.org>
27826
27827         * AUTHORS:  Added some names.  Add yourself if you're still
27828         missing.
27829
27830 2004-03-01  David Schleef  <ds@schleef.org>
27831
27832         * MAINTAINERS: Add
27833
27834 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27835
27836         * gst-plugins.spec.in: clean up spec file
27837
27838 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27839
27840         * gst-libs/gst/video/Makefile.am:
27841         * gst-libs/gst/video/gstvideosink.c:
27842         * gst-libs/gst/video/gstvideosink.h:
27843           rename gstvideosink.h to videosink.h to match other headers
27844         * gst/mixmatrix/Makefile.am:
27845           fix plugin filename
27846         * gst/tags/Makefile.am: fix plugin filename
27847
27848 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27849
27850         * gst/tags/Makefile.am: fix plugin filename
27851
27852 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27853
27854         * examples/gstplay/player.c: (got_time_tick), (main):
27855           add error handler
27856           display time_tick more readably
27857         * gst/mixmatrix/Makefile.am:
27858           fix plugin file name
27859
27860 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
27861
27862         * sys/oss/gstosselement.c: (gst_osselement_probe),
27863         (device_combination_append), (gst_osselement_class_probe_devices):
27864         * sys/oss/gstosselement.h:
27865           Reworked enumeration of oss dsps and mixers so that gst-mixer works
27866           on my system using alsa oss emulation, fixes bug #135597
27867
27868 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27869
27870         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
27871         (gst_videodrop_chain), (gst_videodrop_change_state):
27872         * gst/videodrop/gstvideodrop.h:
27873           Work based on timestamp of input data, not based on the expected
27874           framerate from the input. The consequence is that this element now
27875           not only scales framerates, but also functions as a framerate
27876           corrector or framerate stabilizer/constantizer.
27877
27878 2004-02-27  David Schleef  <ds@schleef.org>
27879
27880         patches from jmmv@menta.net (Julio M. Merino Vidal)
27881
27882         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
27883         GST_ELEMENT_ERROR call (bug #135634)
27884         * gst/interleave/interleave.c: (interleave_buffered_loop),
27885         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
27886         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
27887         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27888         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
27889         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
27890         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
27891         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
27892         Fix GST_ELEMENT_ERROR call.
27893         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
27894         GST_ELEMENT_ERROR call.
27895
27896 2004-02-27  Benjamin Otte  <otte@gnome.org>
27897
27898         * gst-libs/gst/audio/audio.h:
27899           add macro to make sure header isn't included twice
27900         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
27901           don't use gst_buffer_free
27902         * gst/playondemand/filter.func:
27903           don't use gst_data_free. Free data only once.
27904
27905 2004-02-26  David Schleef  <ds@schleef.org>
27906
27907         * gst-libs/gst/colorbalance/Makefile.am:
27908         * gst-libs/gst/mixer/Makefile.am:
27909         * gst-libs/gst/tuner/Makefile.am:
27910         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
27911         should not be disted, -marshal.h files should not be installed,
27912         and -enum.h files _should_ be installed.  Fix to make this the
27913         case.
27914
27915 === release 0.7.5 ===
27916
27917 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
27918
27919         * configure.ac: release 0.7.5, "Under The Sea"
27920
27921 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27922
27923         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27924         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
27925         * gst/videoscale/gstvideoscale.c:
27926         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
27927           assorted debug/warning fixes
27928
27929 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27930
27931         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
27932         (gst_videoscale_init), (gst_videoscale_chain),
27933         (gst_videoscale_set_property), (plugin_init):
27934         * gst/videoscale/gstvideoscale.h:
27935         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
27936         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
27937         (gst_videoscale_planar400), (gst_videoscale_packed422),
27938         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
27939         (gst_videoscale_24bit), (gst_videoscale_16bit),
27940         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
27941         (gst_videoscale_scale_plane_slow),
27942         (gst_videoscale_scale_point_sample),
27943         (gst_videoscale_scale_nearest),
27944         (gst_videoscale_scale_nearest_str2),
27945         (gst_videoscale_scale_nearest_str4),
27946         (gst_videoscale_scale_nearest_32bit),
27947         (gst_videoscale_scale_nearest_24bit),
27948         (gst_videoscale_scale_nearest_16bit):
27949         add debugging category and use it properly
27950         fix use of GST_PTR_FORMAT
27951
27952 2004-02-25  Andy Wingo  <wingo@pobox.com>
27953
27954         * gst/interleave/interleave.c (interleave_buffered_loop): Always
27955         push only when channel->buffer is NULL. Prevents segfaults doing
27956         the state change after a nonlocal exit, like a scheme exception.
27957
27958         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
27959         Handle the case where the intersected caps is empty.
27960
27961 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
27962
27963         * gst/law/mulaw-decode.c: (mulawdec_link):
27964         * gst/law/mulaw.c: (plugin_init):
27965           fix mulawdec so it actually works again
27966
27967 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
27968
27969         reviewed by: David Schleef  <ds@schleef.org>
27970
27971         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
27972         (gst_gamma_init), (gst_gamma_set_property),
27973         (gst_gamma_get_property), (gst_gamma_calculate_tables),
27974         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
27975         for RGB, with separate r g and b correction factors. (#131167)
27976
27977 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27978
27979         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27980           only signal tags for bitrate if they're > 0 (#134894)
27981
27982 2004-02-24  David Schleef  <ds@schleef.org>
27983
27984         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
27985         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
27986         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
27987         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
27988         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
27989         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
27990         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
27991         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
27992         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
27993         category.  Attempt to fix timestamp calculation.
27994
27995 2004-02-24  Johan Dahlin  <johan@gnome.org>
27996
27997         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
27998
27999 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28000
28001         * configure.ac:
28002         * gconf/Makefile.am:
28003         * gconf/gstreamer.schemas:
28004         * gst-libs/gst/gconf/Makefile.am:
28005         * gst-libs/gst/gconf/gconf.c:
28006           version gconf schemas and install locations
28007
28008 2004-02-23  Benjamin Otte  <otte@gnome.org>
28009
28010         * ext/xine/xineinput.c: (gst_xine_input_dispose):
28011         (gst_xine_input_subclass_init):
28012           call parent dispose.
28013           change pad template for CD reader correctly
28014         * ext/xine/Makefile.am:
28015         * ext/xine/gstxine.h:
28016         * ext/xine/xine.c: (plugin_init):
28017         * ext/xine/xineaudiosink.c:
28018           wrap audio sinks, too
28019         * gst-libs/gst/resample/private.h:
28020         * gst-libs/gst/resample/resample.c: (gst_resample_init),
28021         (gst_resample_reinit), (gst_resample_scale),
28022         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28023         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28024         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28025         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28026         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28027         * gst-libs/gst/resample/resample.h:
28028         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28029         (gst_audioscale_class_init), (gst_audioscale_link),
28030         (gst_audioscale_get_buffer), (gst_audioscale_init),
28031         (gst_audioscale_chain), (gst_audioscale_set_property),
28032         (gst_audioscale_get_property):
28033         * gst/audioscale/gstaudioscale.h:
28034           s/resample_*/gst_resample_*/i to not clobber namespaces
28035
28036 2004-02-23  Julien MOUTTE  <julien@moutte.net>
28037
28038         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28039         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28040         (gst_riff_create_video_template_caps),
28041         (gst_riff_create_audio_template_caps),
28042         (gst_riff_create_iavs_template_caps):
28043         * gst-libs/gst/riff/riff-media.h:
28044         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28045         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28046         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28047         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28048         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28049         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28050         (gst_matroska_demux_plugin_init): First batch implementing audio and
28051         video codec tags in demuxers.
28052
28053 2004-02-22  Benjamin Otte  <otte@gnome.org>
28054
28055         * ext/xine/Makefile.am:
28056         * ext/xine/gstxine.h:
28057         * ext/xine/xine.c: (plugin_init):
28058         * ext/xine/xineinput.c:
28059           add input plugin wrapper. Playback from files, http, mms and cdda
28060           works.
28061         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28062           remove leftover G_GNUC_UNUSED
28063         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28064         (gst_asf_demux_identify_guid):
28065           improve debugging output
28066
28067 2004-02-22  Benjamin Otte  <otte@gnome.org>
28068
28069         reported by: Padraig O'Briain <padraig.obriain@sun.com>
28070
28071         * autogen.sh:
28072           replace test -e with test -x for mkinstalldirs to be more portable.
28073           (fixes #134816)
28074
28075 2004-02-22  Benjamin Otte  <otte@gnome.org>
28076
28077         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28078
28079         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28080           set rank to PRIMARY
28081         * gst/volume/gstvolume.c: (plugin_init):
28082           set rank to NONE
28083         fixes #134960
28084
28085 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
28086
28087         reviewed by Benjamin Otte  <otte@gnome.org>
28088
28089         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28090           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28091
28092 2004-02-22  Benjamin Otte  <otte@gnome.org>
28093
28094         * configure.ac:
28095           export [_]*{gst,Gst,GST}.* symbols from plugins
28096
28097 2004-02-22  Christophe Fergeau <teuf@gnome.org>
28098
28099         reviewed by: Benjamin Otte  <otte@gnome.org>
28100
28101         * ext/lame/gstlame.c: (add_one_tag):
28102         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28103         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28104         (gst_vorbisenc_metadata_set1):
28105         * gst/tags/gstid3tag.c:
28106         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28107           apply fixes from bugs #135042 (lame can't write tags) and #133817
28108           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28109
28110 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28111
28112         * configure.ac: Export only gst_plugin_desc from plugins.
28113          Note that this change only makes any effect with Linux using libtool
28114          1.5.2 or higher. Otherwise it is silently ignored, but it would build
28115          fine. And don't try to have several versions of libtool in different
28116          directories.
28117
28118 2004-02-20  Andy Wingo  <wingo@pobox.com>
28119
28120         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28121         interleave respectively.
28122
28123         * gst/interleave/deinterleave.c: New plugin: deinterleave
28124         (replaces on oneton).
28125         * gst/interleave/interleave.c: New plugin: interleave.
28126         * gst/interleave/plugin.h: Support file.
28127         * gst/interleave/plugin.c: Support file.
28128
28129         * configure.ac: Remove intfloat and oneton, add interleave.
28130
28131         * ext/sndfile/gstsf.c: Handle events better.
28132
28133         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28134         and float2int operation. int2float has scheduling problems as
28135         noted in in2float_chain.
28136
28137 2004-02-20  Benjamin Otte  <otte@gnome.org>
28138
28139         * ext/xine/Makefile.am:
28140         * ext/xine/gstxine.h:
28141         * ext/xine/xine.c:
28142         * ext/xine/xineaudiodec.c:
28143         * ext/xine/xinecaps.c:
28144           add first version of xine plugin wrapper. Currently only wraps the
28145           QDM2 win32 DLL, and even that only in proof-of-concept quality.
28146         * configure.ac:
28147         * ext/Makefile.am:
28148           add xine plugin wrapper, disabled by default. Use --enable-xine to
28149           build. Note that it'll segfault on gst-register if you don't remove
28150           the goom and tvtime post plugins from xine.
28151         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28152         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28153           add extradata parsing for QDM2.
28154           change around debugging prints.
28155
28156 2004-02-19  Benjamin Otte  <otte@gnome.org>
28157
28158         * ext/lame/gstlame.c: (gst_lame_chain):
28159         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28160           use gst_tag_list_insert when you want to insert tags
28161
28162 2004-02-18  David Schleef  <ds@schleef.org>
28163
28164         * configure.ac:  Move massink to gst-rotten
28165         * ext/Makefile.am:
28166         * ext/mas/Makefile.am:
28167         * ext/mas/massink.c:
28168         * ext/mas/massink.h:
28169
28170 2004-02-18  David Schleef  <ds@schleef.org>
28171
28172         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28173         typefinding, since it seems to be worse than nothing.
28174         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28175         atom to recognize .mp4 and .m4a files as video/quicktime.
28176
28177 2004-02-18  David Schleef  <ds@schleef.org>
28178
28179         * gst/sine/demo-dparams.c: (quit_live),
28180         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28181         Use double dparams, not float.
28182         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28183         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28184         sync'd elements don't really work correctly.
28185         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28186         (volume_update_volume), (volume_get_property):  Change dparam
28187         to double.
28188
28189 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28190
28191         * sys/ximage/ximagesink.c:
28192         (gst_ximagesink_xwindow_update_geometry),
28193         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28194         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28195         (gst_ximagesink_init): Rework the way software video scaling works. So
28196         now we check on each chain call if the video frames are feeling the
28197         window. If not we try to renegotiate caps. On failure we memorize that
28198         and we won't try again for that PLAYING sessions.
28199         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28200         failure.
28201         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28202         synchronous flag.
28203
28204 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28205
28206         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28207           break up _link so we can give a better debug message for errors
28208
28209 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28210
28211         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28212           set up debug category
28213
28214 2004-02-18  Julien MOUTTE <julien@moutte.net>
28215
28216         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28217         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28218         the way renegotiation work. The event handling function is not taking
28219         care of external windows and renegotiate method check for pad flags
28220         NEGOTIATING. Should fix : #133209
28221
28222 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28223
28224         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28225         pad is negotiating before trying renegotiation.
28226
28227 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28228
28229         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28230           pass on all possible mime types as typefind hints
28231
28232 2004-02-17  Julien MOUTTE <julien@moutte.net>
28233
28234         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28235         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28236         possible SHM leak if we crash. All other apps using XShm are doing
28237         that.
28238
28239 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28240
28241         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28242         (gst_ximagesink_expose): Renegotiate size on expose.
28243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28244         size on expose.
28245
28246 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28247
28248         * testsuite/alsa/sinesrc.c:
28249           cosmetic fix to fix compile issue with gcc 2.95.4
28250
28251 2004-02-16  Julien MOUTTE <julien@moutte.net>
28252
28253         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28254         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28255         failed opening the audio device.
28256         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28257         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28258         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28259         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28260         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28261         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28262         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28263         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28264         Removing some useless g_return_if_fail like wingo suggested.
28265         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28266         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28267         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28268         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28269         (gst_xvimagesink_update_colorbalance),
28270         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28271         (gst_xvimagesink_xcontext_clear),
28272         (gst_xvimagesink_get_fourcc_from_caps),
28273         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28274         (gst_xvimagesink_set_xwindow_id),
28275         (gst_xvimagesink_colorbalance_list_channels),
28276         (gst_xvimagesink_colorbalance_set_value),
28277         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28278         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28279
28280 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28281
28282         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28283           throw error when not negotiated instead of asserting
28284
28285 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28286
28287         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28288         correct data refcounting.
28289
28290 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28291
28292         * gst/switch/gstswitch.c: (gst_switch_change_state),
28293         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28294         change, mostly the EOS flag.
28295
28296 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28297
28298         * examples/gstplay/player.c: (got_eos), (main): Adding some
28299         output for debugging.
28300         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28301         timeouts if we go to any state different from PLAYING.
28302         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28303         more EOS bugs in riff lib.
28304
28305 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28306
28307         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28308         visualization until i find a way to fix switch correctly.
28309         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28310         EOS arrives.
28311         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28312         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28313         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28314         Reworked switch to get a more correct behaviour with events and refing
28315         of data stored in sinkpads.
28316         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28317         we don't pull from a pad in EOS.
28318
28319 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28320
28321         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28322           remove v1 tag even if we can't read it (makes sure we don't detect
28323           it again)
28324
28325 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28326
28327         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28328         (gst_alsa_xrun_recovery):
28329         * ext/alsa/gstalsa.h:
28330           try xrun recovery when wait failed. Make xrun recovery function
28331           return TRUE/FALSE to indicate success. (might fix #134354)
28332
28333 2004-02-13  David Schleef  <ds@schleef.org>
28334
28335         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28336         (dynparm_value_changed), (main): Convert from float to double.
28337         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28338
28339 2004-02-13  David Schleef  <ds@schleef.org>
28340
28341         * gst/silence/gstsilence.c: (gst_silence_class_init),
28342         (gst_silence_set_clock), (gst_silence_get),
28343         (gst_silence_set_property), (gst_silence_get_property):
28344         * gst/silence/gstsilence.h: Add sync property.
28345         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28346         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28347         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28348         * gst/sine/gstsinesrc.h: Add sync property.
28349
28350 2004-02-13  David Schleef  <ds@schleef.org>
28351
28352         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28353         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28354
28355 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28356
28357         * configure.ac:
28358         * ext/Makefile.am:
28359         * gst-libs/ext/Makefile.am:
28360           move ffmpeg plugin to gst-ffmpeg module
28361
28362 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28363
28364         * configure.ac: use GST_ARCH to detect architecture
28365
28366 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28367
28368         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28369
28370 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28371
28372         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28373           classify LADSPA plugins based on number of src/sink pads
28374           (#133663, Stefan Kost)
28375         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28376           fix dparams registration
28377           (#133528, Stefan Kost)
28378         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28379           fix use of isprint and use g_ascii_isprint instead
28380           (#133316, Stefan Kost)
28381
28382 2004-02-11  David Schleef  <ds@schleef.org>
28383
28384         Convert a few inner loops to use liboil.  This is currently
28385         optional, and is only enabled if liboil is present (duh!).
28386         * configure.ac: Check for liboil-0.1
28387         * gst/intfloat/Makefile.am:
28388         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28389         (gst_int2float_chain_gint16):
28390         * gst/videofilter/Makefile.am:
28391         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28392         (tablelookup_u8), (gst_videobalance_planar411):
28393         * gst/videotestsrc/Makefile.am:
28394         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28395         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28396         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28397         (paint_hline_RGB565), (paint_hline_xRGB1555):
28398
28399 2004-02-11  David Schleef  <ds@schleef.org>
28400
28401         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28402         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28403         (gst_colorspace_getcaps), (gst_colorspace_link),
28404         (gst_colorspace_base_init), (gst_colorspace_init),
28405         (gst_colorspace_chain), (gst_colorspace_change_state),
28406         (plugin_init): Merge Ronald's patch (bug #117897) and update
28407         for new caps and negotiation.  Seems to work, although it
28408         shows off bugs in lcs.
28409
28410 2004-02-11  David Schleef  <ds@schleef.org>
28411
28412         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28413         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28414
28415 2004-02-11  David Schleef  <ds@schleef.org>
28416
28417         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28418         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28419         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28420         Add server and port properties
28421
28422 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28423
28424         * m4/a52.m4:
28425         * m4/aalib.m4:
28426         * m4/as-ffmpeg.m4:
28427         * m4/as-liblame.m4:
28428         * m4/as-slurp-ffmpeg.m4:
28429         * m4/check-libheader.m4:
28430         * m4/esd.m4:
28431         * m4/freetype2.m4:
28432         * m4/gconf-2.m4:
28433         * m4/glib.m4:
28434         * m4/gst-alsa.m4:
28435         * m4/gst-artsc.m4:
28436         * m4/gst-ivorbis.m4:
28437         * m4/gst-matroska.m4:
28438         * m4/gst-sdl.m4:
28439         * m4/gst-shout2.m4:
28440         * m4/gst-sid.m4:
28441         * m4/gtk.m4:
28442         * m4/libdv.m4:
28443         * m4/libfame.m4:
28444         * m4/libmikmod.m4:
28445         * m4/ogg.m4:
28446         * m4/vorbis.m4:
28447           fix underquotedness of macros (#133800)
28448         * m4/as-avifile.m4:
28449         * m4/xmms.m4:
28450           removed because no longer used
28451
28452 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28453
28454         * configure.ac:
28455           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28456           by autopoint (fixes #132996)
28457
28458 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28459
28460         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28461         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28462         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28463         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28464           fix memleaks
28465
28466 2004-02-11  David Schleef  <ds@schleef.org>
28467
28468         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28469         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28470         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28471         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28472         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28473         (gst_jpegenc_class_init), (gst_jpegenc_init),
28474         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28475         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28476         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28477         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28478
28479 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28480
28481         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28482         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28483         * ext/mikmod/gstmikmod.h:
28484           fix caps negotiation in mikmod
28485         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28486           output debug information
28487
28488 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28489
28490         * gst-libs/gst/colorbalance/Makefile.am:
28491         * gst-libs/gst/navigation/Makefile.am:
28492         * gst-libs/gst/xoverlay/Makefile.am:
28493           remove unused GST_OPT_CFLAGS from Makefiles
28494           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28495
28496 2004-02-07  David Schleef  <ds@schleef.org>
28497
28498         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28499         push events to pads that haven't been created (#133508)
28500
28501 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28502
28503         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28504         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28505         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28506         (gst_dvdec_loop), (gst_dvdec_change_state):
28507         Second attempt at committing a working dvdec element.
28508
28509 2004-02-06  David Schleef  <ds@schleef.org>
28510
28511         Build fixes for OS X: (see #129600)
28512         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28513         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28514         (gst_riff_read_strf_iavs):
28515         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28516         (gst_avi_demux_stream_odml):
28517         * gst/playondemand/Makefile.am:
28518         * gst/rtp/rtp-packet.c:
28519
28520 2004-02-05  David Schleef  <ds@schleef.org>
28521
28522         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
28523         last change, because it Just Doesn't Compile.
28524
28525 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28526
28527         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28528           skip undecodable id3v2 tag instead of keeping it
28529
28530 2004-02-05  David Schleef  <ds@schleef.org>
28531
28532         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
28533         Unref leaked buffer.  (Noticed by Ronald)
28534
28535 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
28536
28537         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28538         Sync requires with other checks.  >= vs =.
28539
28540 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
28541
28542         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
28543         (gst_dvdec_video_link), (gst_dvdec_loop):
28544         * ext/dv/gstdvdec.h:
28545           rework the caps negotiation so that dvdec works again instead
28546           of just segfaulting.
28547
28548 === release 0.7.4 ===
28549
28550 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28551
28552         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
28553         * configure.ac: changed for release
28554
28555 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28556
28557         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
28558         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28559         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28560         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28561           reworked patch by David Lehn to fix libdir and includedir for
28562           uninstalled libraries
28563           removed play and gconf from gstreamer-libs since they have their
28564           own pkgconfig files
28565
28566 2004-02-04  David Schleef  <ds@schleef.org>
28567
28568         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
28569         memleak.
28570
28571 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28572
28573         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28574           use correct GST_TAG_ENCODER tag
28575
28576 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28577
28578         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28579           be sure to stop the clock when going to paused
28580         * sys/oss/gstosssink.c: (gst_osssink_change_state):
28581           reset number of transmitted when going to ready.
28582         fixes #132935
28583
28584 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
28585
28586         reviewed by Benjamin Otte
28587
28588         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28589           extract track count (fixes #133410)
28590
28591 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28592
28593         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
28594           that should be !=, not == (fixes #132519)
28595
28596 2004-02-04  David Schleef  <ds@schleef.org>
28597
28598         Make sure set_explicit_caps() is called before adding pad.
28599         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28600         * gst/id3/gstid3types.c: (gst_id3types_loop):
28601         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
28602         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28603
28604 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28605
28606         * configure.ac:
28607           bump nano to 2, first prerelease
28608           put back AM_PROG_LIBTOOL
28609
28610 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28611
28612         * testsuite/alsa/Makefile.am:
28613           these are user test apps, not automatic testsuite tests
28614
28615 2004-02-04  David Schleef  <ds@schleef.org>
28616
28617         Convert GST_DEBUG_CAPS() to GST_DEBUG():
28618         * gst/mpeg1videoparse/gstmp1videoparse.c:
28619         (mp1videoparse_parse_seq):
28620         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
28621         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28622         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
28623         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
28624         (gst_xvideosink_getcaps):
28625         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
28626         * testsuite/gst-lint: more tests
28627
28628 2004-02-04  David Schleef  <ds@schleef.org>
28629
28630         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
28631         with the code that they would expand to.
28632         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
28633         (gst_flacdec_get_src_query_types),
28634         (gst_flacdec_get_src_event_masks):
28635         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
28636         (gst_gnomevfssrc_get_query_types),
28637         (gst_gnomevfssrc_get_event_mask):
28638
28639 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28640
28641         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28642         (gst_sinesrc_dispose):
28643           fix memleak by properly disposing sinesrc
28644
28645 2004-02-04  Julien MOUTTE  <julien@moutte.net>
28646
28647         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
28648         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
28649         an overlay to redraw the image because it has been exposed.
28650         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
28651         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
28652         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
28653         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
28654         interface
28655         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
28656         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
28657         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
28658         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
28659         interface
28660
28661 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28662
28663         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28664           more memleak fixage
28665
28666 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28667
28668         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28669         * gst/typefind/gsttypefindfunctions.c:
28670           fix memleaks shown by gst-typefind
28671
28672 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28673
28674         * common/glib-gen.mak:
28675           add hack rule to touch .Plo files
28676         * gst-libs/gst/colorbalance/Makefile.am:
28677         * gst-libs/gst/mixer/Makefile.am:
28678         * gst-libs/gst/play/Makefile.am:
28679         * gst-libs/gst/tuner/Makefile.am:
28680           remove glib_root variable
28681
28682 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28683
28684         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
28685           set explicit caps before adding the element, so the autopluggers can
28686           plug correctly.
28687         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28688         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
28689         (mpeg_video_type_find), (mpeg_video_stream_type_find),
28690         (dv_type_find):
28691           fix memleaks in typefind functions. gst_type_find_suggest takes a const
28692           argument.
28693
28694 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
28695
28696         * gst-libs/gst/colorbalance/Makefile.am:
28697         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
28698         * gst-libs/gst/colorbalance/colorbalance.c:
28699         * gst-libs/gst/colorbalance/colorbalance.h:
28700         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
28701         * gst-libs/gst/mixer/Makefile.am:
28702         * gst-libs/gst/mixer/mixer-marshal.list:
28703         * gst-libs/gst/mixer/mixer.c:
28704         * gst-libs/gst/mixer/mixer.h:
28705         * gst-libs/gst/mixer/mixermarshal.list:
28706         * gst-libs/gst/play/Makefile.am:
28707         * gst-libs/gst/play/play.h:
28708         * gst-libs/gst/tuner/Makefile.am:
28709         * gst-libs/gst/tuner/tuner-marshal.list:
28710         * gst-libs/gst/tuner/tuner.c:
28711         * gst-libs/gst/tuner/tuner.h:
28712         * gst-libs/gst/tuner/tunermarshal.list:
28713           use new glib-gen.mak snippet to clean up Makefile.am
28714           fix various bugs in Makefile.am's
28715
28716 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28717
28718         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
28719           handle chain parsing correctly in the multichain case
28720         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
28721         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
28722         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
28723         (theora_dec_chain):
28724           handle events and queries correctly
28725
28726 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28727
28728         * .cvsignore:
28729         Ignore generated file _stdint.h.
28730
28731 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28732
28733         * gst-libs/gst/colorbalance/Makefile.am:
28734         * gst-libs/gst/colorbalance/colorbalance.h:
28735         * gst-libs/gst/mixer/Makefile.am:
28736         * gst-libs/gst/mixer/mixer.h:
28737         * gst-libs/gst/play/Makefile.am:
28738         * gst-libs/gst/play/play.h:
28739         * gst-libs/gst/tuner/Makefile.am:
28740         * gst-libs/gst/tuner/tuner.h:
28741         Generate enum type code with glib-mkenums.
28742         * gst-libs/gst/colorbalance/.cvsignore:
28743         * gst-libs/gst/mixer/.cvsignore:
28744         * gst-libs/gst/play/.cvsignore:
28745         * gst-libs/gst/tuner/.cvsignore:
28746         Ignore generated files.
28747
28748 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28749
28750         * gst-libs/gst/audio/.cvsignore:
28751         Ignore generated file.
28752         * gst-libs/gst/audio/Makefile.am:
28753         Do not install example filter.
28754
28755 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
28756
28757         * examples/switch/.cvsignore:
28758         Ignore generated file.
28759
28760 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28761
28762         * common/m4/ax_create_stdint_h.m4:
28763         * configure.ac:
28764           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
28765           _stdint.h.
28766         * Makefile.am:
28767           remove generated _stdint.h in DISTCLEANFILES
28768         * ext/a52dec/gsta52dec.c:
28769           include _stdint.h for a52dec. (should fix #133064)
28770
28771 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28772
28773         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
28774         (gst_tag_to_vorbis_comments):
28775         Add replaygain support to vorbistag
28776
28777 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
28778         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
28779         (gst_ffmpeg_caps_to_extradata):
28780           Fix SVQ3 caps flag properties
28781           Use glib macro for bytes swap
28782
28783 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28784
28785         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
28786         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
28787         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
28788         * ext/sndfile/gstsf.c: (plugin_init):
28789         * gst/avi/gstavi.c: (plugin_init):
28790         * sys/dxr3/dxr3init.c: (plugin_init):
28791         * sys/oss/gstossaudio.c: (plugin_init):
28792         * sys/v4l/gstv4l.c: (plugin_init):
28793         * sys/v4l2/gstv4l2.c: (plugin_init):
28794           remove textdomain calls
28795         * po/nl.po:
28796           update Dutch translation
28797
28798 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28799
28800         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28801         (gst_play_set_audio_sink): Moving volume in the audio thread for
28802         instantaneous volume change. Maybe i will add another volume in front
28803         of visualization later, not sure yet though.
28804
28805 2004-02-02  Julien MOUTTE  <julien@moutte.net>
28806
28807         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28808         (gst_ximagesink_handle_xevents): Better X events handling, only take
28809         the latest events for configure and motion.
28810         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
28811
28812 2004-02-02  Jon Trowbridge  <trow@gnu.org>
28813
28814         reviewed by: David Schleef  <ds@schleef.org>
28815
28816         Fix memory leaks:
28817         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
28818         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
28819
28820 2004-02-02  David Schleef  <ds@schleef.org>
28821
28822         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
28823         of lines.
28824         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
28825         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28826         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
28827         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
28828         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28829         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
28830         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
28831         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
28832         (gst_float2_2_int_link):
28833         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28834         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
28835         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
28836         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
28837         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
28838         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
28839         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
28840         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
28841         * testsuite/gst-lint: Add tests for bzero and ;;
28842
28843 2004-02-02  David Schleef  <ds@schleef.org>
28844
28845         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
28846
28847 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28848
28849         * ext/aalib/gstaasink.c: (gst_aasink_open):
28850         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
28851         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28852         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
28853         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
28854         (gst_afsink_close_file):
28855         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
28856         (gst_afsrc_close_file):
28857         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
28858         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
28859         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
28860         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
28861         * ext/esd/esdmon.c: (gst_esdmon_get):
28862         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
28863         * ext/faac/gstfaac.c: (gst_faac_chain):
28864         * ext/faad/gstfaad.c: (gst_faad_chain):
28865         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
28866         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
28867         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
28868         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
28869         (gst_flacdec_loop):
28870         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28871         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28872         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
28873         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
28874         (gst_gnomevfssink_close_file):
28875         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
28876         (gst_gnomevfssrc_open_file):
28877         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
28878         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
28879         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
28880         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
28881         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
28882         * ext/mad/gstmad.c: (gst_mad_chain):
28883         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28884         * ext/mpeg2dec/gstmpeg2dec.c:
28885         * ext/mpeg2enc/gstmpeg2enc.cc:
28886         * ext/mplex/gstmplex.cc:
28887         * ext/mplex/gstmplexibitstream.cc:
28888         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
28889         (gst_ogg_demux_push):
28890         * ext/raw1394/gstdv1394src.c:
28891         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
28892         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
28893         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
28894         (gst_sf_loop):
28895         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
28896         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
28897         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
28898         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
28899         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28900         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
28901         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
28902         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
28903         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
28904         (gst_riff_read_element_data), (gst_riff_read_seek),
28905         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
28906         * gst/adder/gstadder.c: (gst_adder_loop):
28907         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
28908         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
28909         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
28910         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
28911         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
28912         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
28913         * gst/goom/gstgoom.c: (gst_goom_chain):
28914         * gst/id3/gstid3types.c: (gst_id3types_loop):
28915         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
28916         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
28917         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
28918         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
28919         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
28920         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
28921         (gst_ebml_read_float), (gst_ebml_read_header):
28922         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
28923         (gst_matroska_demux_parse_blockgroup):
28924         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
28925         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
28926         * gst/oneton/gstoneton.c: (gst_oneton_chain):
28927         * gst/silence/gstsilence.c: (gst_silence_get):
28928         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
28929         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
28930         * gst/speed/gstspeed.c: (speed_loop):
28931         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28932         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
28933         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
28934         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
28935         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28936         (gst_wavparse_loop):
28937         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
28938         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
28939         (dxr3audiosink_close):
28940         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
28941         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
28942         (dxr3videosink_close), (dxr3videosink_write_data):
28943         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
28944         * sys/oss/gstosssink.c: (gst_osssink_chain):
28945         * sys/oss/gstosssrc.c: (gst_osssrc_get):
28946         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
28947         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
28948         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
28949         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
28950         (gst_v4l_set_window), (gst_v4l_enable_overlay):
28951         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
28952         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
28953         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
28954         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
28955         (gst_v4l_set_audio):
28956         * sys/v4l/v4l_calls.h:
28957         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
28958         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
28959         (gst_v4lmjpegsink_playback_init),
28960         (gst_v4lmjpegsink_playback_start):
28961         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
28962         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
28963         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
28964         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
28965         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
28966         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
28967         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
28968         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
28969         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
28970         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
28971         (gst_v4l2_get_output), (gst_v4l2_set_output),
28972         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
28973         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
28974         (gst_v4l2_set_attribute):
28975         * sys/v4l2/v4l2_calls.h:
28976         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
28977         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
28978         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
28979         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
28980         (gst_v4l2src_capture_stop):
28981         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
28982         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
28983         (gst_ximagesink_chain):
28984         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
28985         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
28986         (gst_xvideosink_xwindow_new):
28987         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
28988         (gst_xvimagesink_chain):
28989
28990 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28991
28992         * gst/volume/gstvolume.c: (gst_volume_set_volume),
28993         (gst_volume_get_volume), (volume_class_init), (volume_init),
28994         (volume_chain_int16), (volume_update_volume):
28995         * gst/volume/gstvolume.h:
28996           make code more readable by removing magic numbers
28997           make mixer interface export 0-100 range
28998           make it internally map to 0.0-1.0 range so users don't distort
28999           output by putting the sliders at full volume
29000
29001 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29002
29003         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29004         (gst_play_state_change), (gst_play_seek_to_time):
29005         block the tick callback for 0.5 secs after doing a seek
29006
29007 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29008
29009         * gst-libs/gst/play/play.c: (gst_play_new):
29010           check for GError
29011
29012 2004-02-01  Julien MOUTTE  <julien@moutte.net>
29013
29014         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29015         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29016         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29017         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29018         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29019         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29020
29021 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29022
29023         * configure.ac:
29024         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29025           check for a function added in vorbis 1.1
29026
29027 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29028
29029         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29030         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29031           really start/stop clock only on PLAYING <=> PAUSED
29032         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29033           remove \n from debugging lines
29034         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29035           make it work when seeking does not
29036         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29037           reset on DISCONT
29038
29039 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29040
29041         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29042           start clock on PAUSED=>PLAYING, not later
29043         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29044           extract correct time for different discont formats
29045         (gst_alsa_sink_get_time):
29046           don't segfault when no format is negotiated yet, just return 0
29047         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29048         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29049         (gst_ogg_pad_push):
29050           handle flush and discont events correctly
29051         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29052           handle discont events correctly
29053
29054 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29055
29056         * gst-libs/gst/play/play.c: (gst_play_error_quark),
29057         (gst_play_error_create), (gst_play_error_plugin),
29058         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29059         * gst-libs/gst/play/play.h:
29060           add error handling during creation
29061         * examples/gstplay/player.c: (main):
29062           use new gst_play_new
29063
29064
29065 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29066
29067         * ext/theora/theoradec.c: (theora_dec_chain):
29068           make comments work
29069         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29070         (vorbis_dec_src_event), (vorbis_dec_chain):
29071           add encoder tag, fix tag reading to be more error tolerant, change
29072           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29073           gst_pad_event_default.
29074         * gst/tags/gstvorbistag.c:
29075         (gst_tag_list_from_vorbiscomment_buffer):
29076           undefine function specific define at end of function
29077
29078 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
29079
29080         * ext/flac/gstflac.c: (plugin_init):
29081         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29082         * ext/flac/gstflacdec.h:
29083         * ext/flac/gstflacenc.h:
29084           Fix typos
29085
29086 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
29087
29088         * examples/gstplay/player.c: s/gstplay.h/play.h/
29089
29090 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29091
29092         * gst-libs/gst/play/Makefile.am:
29093         * gst-libs/gst/play/gstplay.c:
29094         * gst-libs/gst/play/gstplay.h:
29095         * gst-libs/gst/play/play.c:
29096           more surgery, operation complete
29097
29098 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29099
29100         * gst-libs/gst/play/play.old.c:
29101         * gst-libs/gst/play/play.old.h:
29102           after CVS surgery by moving, remove
29103         * gst-libs/gst/play/playpipelines.c:
29104           remove
29105
29106         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29107           add negotiation error
29108
29109 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29110
29111         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29112         (gst_ogg_demux_push):
29113           add some seeking debug info
29114           send a flush when seeking
29115
29116 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29117
29118         * configure.ac:
29119           use AC_C_INLINE
29120         * configure.ac:
29121         * ext/Makefile.am:
29122         * ext/theora/Makefile.am:
29123         * ext/theora/theoradec.c:
29124           add theora video decoder. Does just do simple decoding for now and
29125           has been tested against Theora cvs only. It only works when theora
29126           is compiled with --enable-static.
29127         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29128           always reset packetno on DISCONT
29129
29130 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29131
29132         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29133           Fix audio.
29134
29135 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29136
29137         * gst/mpegaudioparse/gstmpegaudioparse.c:
29138         (mp3_type_frame_length_from_header):
29139           Fix header parsing - stolen from ffmpeg (thank you! :) ).
29140
29141 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29142
29143         * ext/esd/esdsink.c: (gst_esdsink_init):
29144           Since we have static pad template caps, we don't need to negotiate;
29145           either the core errors out or we know the format.
29146
29147 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29148
29149         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29150         (gst_riff_read_seek):
29151         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29152         (gst_ebml_read_seek):
29153           Fix event handling.
29154
29155 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29156
29157         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29158           removee video/x-theora from vp3 decoder, it doesn't handle raw
29159           theora streams
29160         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29161           fix bug with finalizing element that never went to PAUSED
29162         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29163           length and position queries were swapped
29164         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29165         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29166         (vorbis_dec_src_event):
29167           implement querying time and bytes
29168
29169 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29170
29171         * just about every source file:
29172           gst_element_error -> GST_ELEMENT_ERROR
29173
29174 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29175
29176         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29177         emiting FLUSH and even before DISCONT.
29178         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29179         get the best instant seeking as possible yay!
29180
29181 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29182
29183         * gst/mpeg1videoparse/gstmp1videoparse.c:
29184         (gst_mp1videoparse_real_chain):
29185           Committed wrong version last week... Grr... Didn't notice until now.
29186
29187 2004-01-29  Julien MOUTTE <julien@moutte.net>
29188
29189         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29190         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29191         have_xwindow_id signal in xwindow_create.
29192
29193 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29194
29195         * ext/ogg/gstoggdemux.c:
29196           lots of changes - mainly support for chained bitstreams, seeking,
29197           querying and bugfixes of course
29198         * ext/vorbis/Makefile.am:
29199         * ext/vorbis/vorbisdec.c:
29200         * ext/vorbis/vorbisdec.h:
29201           add vorbisdec raw vorbis decoder
29202         * ext/vorbis/vorbis.c: (plugin_init):
29203           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29204         * gst/intfloat/Makefile.am:
29205         * gst/intfloat/float22int.c:
29206         * gst/intfloat/float22int.h:
29207         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29208           add float2intnew plugin. It converts multichannel interleaved float to
29209           multichannel interleaved int. The name should probably be changed.
29210         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29211         (plugin_init):
29212           add typefinding for raw theora video so oggdemux can detect it.
29213
29214 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29215
29216         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29217         sink element first.
29218         * gst/videoscale/gstvideoscale.c:
29219         (gst_videoscale_handle_src_event): Fixing src event handler.
29220
29221 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29222
29223         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29224         (gst_v4lsrc_open), (gst_v4lsrc_close),
29225         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29226         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29227         * sys/v4l/gstv4lsrc.h:
29228         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29229         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29230           Implement resizing... Hack. But that's why v4l is b0rked...
29231
29232 2004-01-28  Julien MOUTTE <julien@moutte.net>
29233
29234         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29235         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29236         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29237         (gst_ximagesink_xwindow_destroy):
29238         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29239         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29240         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29241         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29242         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29243         correctly cleaning the image created to check xshm calls on succes,
29244         added a lot of XSync calls in X11 functions, and fixed a segfault when
29245         no image format was defined before negotiation happened.
29246
29247 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29248
29249         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29250           use gst_element_get_time to get correct time
29251
29252 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29253
29254         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29255         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29256         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29257         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29258         (gst_xvimagesink_check_xshm_calls),
29259         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29260         X plugins are now able to detect that XShm calls will fail even if the
29261         server claims that it has XShm support (remote displays most of the
29262         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29263         so that we use non XShm functions. This feature is almost useless for
29264         xvimagesink as Xv is not supported on remote displays anyway, but
29265         it might happen than even on the local display XShm calls fail.
29266
29267 2004-01-27  David Schleef  <ds@schleef.org>
29268
29269         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29270         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29271         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29272         changed esdsink to only use 44100,16,2, since esd sucks at rate
29273         conversion and esdsink has had difficulty negotiating.
29274
29275 2004-01-27  Julien MOUTTE <julien@moutte.net>
29276
29277         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29278         (gst_play_seek_to_time): Fixing the way to get current position.
29279
29280 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29281
29282         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29283           use gst_element_get_time to get correct time
29284
29285 2004-01-27  Julien MOUTTE <julien@moutte.net>
29286
29287         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29288         fix ever... Inverting 2 lines of code make spider autoplug correctly
29289         tagged mp3 !
29290
29291 2004-01-27  David Schleef  <ds@schleef.org>
29292
29293         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29294         Use gst_pad_try_set_caps_nonfixed().
29295
29296 2004-01-27  David Schleef  <ds@schleef.org>
29297
29298         * gst/ac3parse/gstac3parse.c: update to checklist 5
29299         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29300         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29301         * gst/audioscale/gstaudioscale.c: same
29302         * gst/auparse/gstauparse.c: same
29303         * gst/avi/gstavidemux.c: same
29304
29305 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29306
29307         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29308           stop processing after EOS
29309
29310 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29311
29312         * gst/asfdemux/asfheaders.h:
29313         * gst/asfdemux/gstasfdemux.c:
29314         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29315         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29316         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29317           lot's of fixes to make data extraction simpler and get the code
29318           architecture and compiler independant. Add debugging category
29319         * gst/goom/gstgoom.c: (gst_goom_change_state):
29320           reset channel count on PAUSED=>READY, not READY=>PAUSED
29321
29322 2004-01-26  Colin Walters  <walters@verbum.org>
29323
29324         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29325         code to pull a bigger buffer in iradio mode.  This as a side effect
29326         makes typefinding work.
29327
29328 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29329
29330         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29331         Fix SVQ3 decoding on PPC
29332
29333 2004-01-26  Julien MOUTTE <julien@moutte.net>
29334
29335         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29336         that one managed to stay there... Fixed.
29337
29338 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29339
29340         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29341         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29342         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29343         (qtdemux_video_caps):
29344         * gst/qtdemux/qtdemux.h:
29345         Add SVQ3 specific flags to qtdemux and ffmpeg
29346
29347 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29348
29349         * gst-libs/gst/audio/audio.h:
29350           remove buffer-frames from audio caps
29351         * gst/audioconvert/gstaudioconvert.c:
29352           fix plugin to really work.
29353
29354 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29355
29356         * gst-libs/gst/mixer/mixer.c:
29357         * gst-libs/gst/propertyprobe/propertyprobe.c:
29358         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29359         (gst_tuner_find_channel_by_name):
29360         * gst-libs/gst/tuner/tuner.h:
29361           Add gtk-doc style comments. Also fix a function name.
29362
29363 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29364
29365         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29366         (gst_divxdec_negotiate):
29367           Fix for new capsnego - also fixes gst-player with divxdec.
29368
29369 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29370
29371         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29372         (gst_play_identity_handoff), (gst_play_set_location),
29373         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29374         try in visualization implementation. Still have an issue with switch
29375         blocking when pulling from video_queue and only audio comes out of
29376         spider.
29377         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29378         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29379         release method. And check if the pad is usable before pulling.
29380
29381 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29382
29383         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29384         (gst_videobalance_init),
29385         (gst_videobalance_colorbalance_list_channels),
29386         (gst_videobalance_colorbalance_set_value),
29387         (gst_videobalance_colorbalance_get_value),
29388         (gst_videobalance_update_properties),
29389         (gst_videobalance_update_tables_planar411),
29390         (gst_videobalance_planar411):
29391         * gst/videofilter/gstvideobalance.h:
29392           Implement lookup-tables. +/- 10x faster.
29393
29394 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29395
29396         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29397         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29398           The index reading was broken. The rest worked fine, but the whole
29399           goal of my rewrite was to make avidemux readable, and this was
29400           not at all readable. Please use typed variables.
29401
29402 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29403
29404         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29405           Additional pad usability check.
29406         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29407         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29408         (gst_mp1videoparse_real_chain):
29409           Fix MPEG video stream parsing. The original plugin had several
29410           issues, including not timestamping streams where the source was
29411           not timestamped (this happens with PTS values in mpeg system
29412           streams, but MPEG video is also a valid stream on its own so
29413           that needs timestamps too). We use the display time code for that
29414           for now. Also, if one incoming buffer contains multiple valid
29415           frames, we push them all on correctly now, including proper EOS
29416           handling. Lastly, several potential segfaults were fixed, and we
29417           properly sync on new sequence/gop headers to include them in next,
29418           not previous frames (since they're header for the next frame, not
29419           the previous). Also see #119206.
29420         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29421         (bpf_from_header):
29422           Move caps setting so we only do it after finding several valid
29423           MPEG-1 fraes sequentially, not right after the first one (which
29424           might be coincidental).
29425         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29426         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29427         (plugin_init):
29428           Add unsynced MPEG video stream typefinding, and change some
29429           probability values so we detect streams rightly. The idea is as
29430           follows: I can have an unsynced system stream which contains
29431           video. In the current code, I would randomly get a type for either
29432           system or video stream type found, because the probabilities are
29433           being calculated rather randomly. I now use fixed values, so we
29434           always prefer system stream if that was found (and that is how it
29435           should be). If no system stream was found, we can still identity                the stream as video-only.
29436
29437 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29438
29439         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29440         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29441           don't write to buffer. Extract data without the need of
29442           __attribute__ ((packed))
29443
29444 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29445
29446         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29447         (mpeg1_sys_type_find):
29448           Fix MPEG-1 stream typefinding.
29449
29450 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29451
29452         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29453           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29454
29455 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29456
29457         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29458         * ext/esd/gstesd.c: (plugin_init):
29459           private debugging, better error reporting
29460
29461 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29462
29463         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29464         (gst_riff_read_init), (gst_riff_read_change_state):
29465         * gst-libs/gst/riff/riff-read.h:
29466           Remove stuff fromold metadata system.
29467
29468 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29469
29470         * ext/ogg/gstoggdemux.c:
29471           Fix wrong file comment.
29472         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29473         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29474           Add metadata reading properly.
29475
29476 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29477
29478         * ext/Makefile.am:
29479           Fix nas DIST_SUBDIRS
29480           Uraeus:
29481           Fix bug where make distcheck doesn't get run on adding stuff to
29482           the build.
29483
29484 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29485
29486         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29487         * ext/divx/gstdivxdec.h:
29488           Fix divx3 ("msmpeg4") playback using divxdec.
29489
29490 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29491
29492         * gst/typefind/gsttypefindfunctions.c:
29493         (mp3_type_frame_length_from_header): fix bug in length computation
29494         (mp3_type_find): improve debugging output
29495
29496 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29497
29498         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29499         (gst_play_set_location), (gst_play_seek_to_time),
29500         (gst_play_set_audio_sink), (gst_play_set_visualization),
29501         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29502         the pipeline from scratch. Visualization is back and switch went out as
29503         i realized it was not possible to use the way i wanted.
29504         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29505         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29506         clearing in state change from READY to NULL. So that one can clean the
29507         X ressources keeping the element.
29508         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29509         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29510         (gst_xvimagesink_colorbalance_set_value),
29511         (gst_xvimagesink_colorbalance_get_value),
29512         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29513         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29514         change from READY to NULL and fixed some stupid bugs in colorbalance
29515         get/set values. Also added the following feature : when nobody tries to
29516         set some values to the colorbalance levels before the xcontext is
29517         grabbed, then when creating channels list from Xv attributes we set the
29518         internal values to the Xv defaults. This way we handle buggy Xv drivers
29519         that set default hue values far from the middle of the range (Thanks
29520         to Jon Trowbridge for pointing that issue).
29521         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
29522         colorbalance levels have been set before xcontext is grabbed.
29523
29524 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29525
29526         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
29527           Fix the ossmixer case where we shouldn't open /dev/dsp* because
29528           it might block operations (which is bad for a mixer).
29529
29530 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29531
29532         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
29533         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
29534         (gmip_find_type_pre):
29535         * gst-libs/gst/media-info/media-info-priv.h:
29536         * gst-libs/gst/media-info/media-info.c:
29537         (gst_media_info_instance_init), (gst_media_info_read_idler):
29538         add fakesink to get caps on decoder src pad again
29539         fix callback prototype to match new have_type signal signature
29540
29541 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
29542
29543         * gst/adder/gstadder.c: (gst_adder_link):
29544           fix non-compile and cut-n-paste code
29545
29546 2004-01-21  David Schleef  <ds@schleef.org>
29547
29548         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
29549         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
29550         (gst_swfdec_init), (gst_swfdec_change_state):
29551         * ext/swfdec/gstswfdec.h:
29552         Fix negotiation.
29553         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
29554         (gst_adder_request_new_pad): Fix negotiation.
29555         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
29556         Add a fixate function.
29557         * gst/intfloat/gstfloat2int.c:
29558         * gst/intfloat/gstfloat2int.h:
29559         * gst/intfloat/gstint2float.c:
29560         * gst/intfloat/gstint2float.h:
29561         Completely rewrite the negotiation.  Doesn't quite work yet,
29562         due to some buffer-frames problem.
29563
29564 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
29565
29566         * ext/gnomevfs/gstgnomevfssrc.c:
29567         * sys/v4l2/v4l2_calls.h:
29568           fix includes for distcheck
29569
29570 2004-01-21  Christian Schaller <uraeus@gnome.org>
29571
29572         * ext/nas/
29573         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
29574         based on earlier patch from Laurent Vivier
29575
29576 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
29577
29578         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29579         Fix wma caps property
29580         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
29581         Fix typo (flags1 and flags2)
29582
29583 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29584
29585         * gst-libs/gst/media-info/media-info-priv.c:
29586         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
29587         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
29588         (gmip_find_stream), (gmip_find_track_metadata),
29589         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
29590         (gmip_find_track_format):
29591         * gst-libs/gst/media-info/media-info-priv.h:
29592         * gst-libs/gst/media-info/media-info-test.c: (main):
29593         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
29594         (gst_media_info_read_idler), (gst_media_info_read):
29595         * gst-libs/gst/media-info/media-info.h:
29596           register debugging category and use it for debugging
29597
29598 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29599
29600         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
29601         (gst_vorbisfile_new_link):
29602           signal streaminfo through tags
29603
29604 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29605
29606         * ext/mplex/gstmplex.cc:
29607         * ext/mplex/gstmplexibitstream.cc:
29608           g++ doesn't like NULL in our i18n/error macros, should be
29609           either (NULL) or ("").
29610
29611 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29612
29613         * sys/dxr3/dxr3audiosink.c:
29614         * sys/dxr3/dxr3init.c:
29615         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
29616         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
29617           Fix more error error error errors (missing includes here).
29618
29619 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29620
29621         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29622           fix thomas' error errors.
29623
29624 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29625
29626         * ext/mpeg2enc/gstmpeg2enc.cc:
29627           fix error errors.
29628
29629 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29630
29631         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29632         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29633           Fix for new error system.
29634
29635 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29636
29637         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29638           fix for new error reporting
29639
29640 2004-01-20  David Schleef  <ds@schleef.org>
29641
29642         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
29643         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
29644         (gst_ximagesink_set_xwindow_id): Change to using a framerate
29645         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
29646         and neither is 100+, most likely.
29647         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
29648         (gst_xvimagesink_getcaps): same
29649
29650 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29651
29652         * configure.ac:
29653           Up version requirement to 2.0.3 (not yet released) to avoid symbol
29654           clashes with ffmpeg.
29655
29656 2004-01-20  Julien MOUTTE  <julien@moutte.net>
29657
29658         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
29659         (gst_switch_init): Fixed switch element : proxying link and setting
29660         caps from src to sink on request.
29661
29662 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29663
29664         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29665         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29666         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29667         fix element_error
29668
29669 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29670
29671         * sys/v4l/v4l_calls.h:
29672         * sys/v4l2/v4l2_calls.h:
29673           element_error fixes
29674
29675 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29676
29677         * gst-libs/gst/gst-i18n-plugin.h:
29678           add locale.h
29679           remove config.h inclusion
29680
29681 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29682
29683         * autogen.sh:
29684           adding autopoint invocation
29685         * Makefile.am:
29686         * configure.ac:
29687         * gst-libs/gst/gettext.h:
29688           adding gettext bits
29689         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29690         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29691         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29692         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29693         (gst_gnomevfssink_close_file):
29694         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
29695         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
29696         * gst-libs/gst/gst-i18n-plugin.h:
29697         * gst/avi/gstavi.c: (plugin_init):
29698         * sys/dxr3/dxr3init.c: (plugin_init):
29699         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
29700         * sys/oss/gstossaudio.c: (plugin_init):
29701         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29702         * sys/v4l/gstv4l.c: (plugin_init):
29703         * sys/v4l/v4l_calls.c: (gst_v4l_open):
29704         * sys/v4l2/gstv4l2.c: (plugin_init):
29705         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29706         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
29707         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
29708         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
29709         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
29710         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
29711           make sure locale and translation domain are set
29712           fix translated strings
29713         * po/.cvsignore:
29714         * po/LINGUAS:
29715         * po/Makevars:
29716         * po/POTFILES.in:
29717         * po/nl.po:
29718           put translation files into place
29719         * sys/xvideo/imagetest.c: (main):
29720         * ext/dv/demo-play.c: (main):
29721           fix unnecessary translations
29722
29723 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29724
29725         * ext/sndfile/gstsf.c:
29726         * gst/avi/gstavimux.c:
29727         * ext/audiofile/gstafsink.c:
29728         * ext/audiofile/gstafsrc.c:
29729         * ext/gnomevfs/gstgnomevfssink.c:
29730         * ext/gnomevfs/gstgnomevfssrc.c:
29731         * sys/oss/gstosselement.c:
29732         * sys/v4l/v4l_calls.h:
29733           fix i18n include
29734
29735 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29736
29737         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29738         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29739         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29740         (gst_v4l2_get_output), (gst_v4l2_set_output),
29741         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29742         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29743         (gst_v4l2_set_attribute):
29744         update to new error handling
29745
29746 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29747
29748         * ext/sidplay/gstsiddec.cc:
29749         * gst/modplug/gstmodplug.cc:
29750           parenthese NULL because C++ seems angry about it
29751
29752 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
29753
29754         * gst-libs/gst/gst-i18n-plugin.h:
29755           add skeleton i18n stuff, but needs to be further implemented
29756
29757 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
29758
29759         * examples/gstplay/player.c: (main):
29760         * ext/aalib/gstaasink.c: (gst_aasink_open):
29761         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29762         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29763         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29764         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29765         (gst_afsink_close_file):
29766         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29767         (gst_afsrc_close_file):
29768         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29769         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29770         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29771         * ext/esd/esdmon.c: (gst_esdmon_get):
29772         * ext/esd/esdsink.c: (gst_esdsink_chain):
29773         * ext/faac/gstfaac.c: (gst_faac_chain):
29774         * ext/faad/gstfaad.c: (gst_faad_chain):
29775         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29776         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29777         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29778         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29779         (gst_flacdec_loop):
29780         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29781         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29782         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29783         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29784         (gst_gnomevfssink_close_file):
29785         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29786         (gst_gnomevfssrc_open_file):
29787         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29788         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29789         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29790         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29791         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29792         * ext/mad/gstmad.c: (gst_mad_chain):
29793         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29794         * ext/mpeg2dec/gstmpeg2dec.c:
29795         * ext/mpeg2enc/gstmpeg2enc.cc:
29796         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29797         * ext/mplex/gstmplex.cc:
29798         * ext/mplex/gstmplexibitstream.cc:
29799         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29800         (gst_ogg_demux_push), (gst_ogg_pad_push):
29801         * ext/raw1394/gstdv1394src.c:
29802         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29803         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29804         * ext/sidplay/gstsiddec.cc:
29805         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29806         (gst_sf_loop):
29807         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29808         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29809         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29810         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29811         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29812         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29813         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29814         * gst-libs/gst/Makefile.am:
29815         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29816         (gst_riff_read_element_data), (gst_riff_read_seek),
29817         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29818         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
29819         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29820         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29821         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29822         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29823         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29824         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29825         * gst/goom/gstgoom.c: (gst_goom_chain):
29826         * gst/id3/gstid3types.c: (gst_id3types_loop):
29827         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29828         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29829         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29830         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29831         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29832         (gst_ebml_read_float), (gst_ebml_read_header):
29833         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29834         (gst_matroska_demux_parse_blockgroup):
29835         * gst/modplug/gstmodplug.cc:
29836         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29837         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29838         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29839         * gst/silence/gstsilence.c: (gst_silence_get):
29840         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29841         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29842         * gst/speed/gstspeed.c: (speed_loop):
29843         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29844         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29845         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29846         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29847         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29848         (gst_wavparse_loop):
29849         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29850         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29851         (dxr3audiosink_close):
29852         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29853         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29854         (dxr3videosink_close), (dxr3videosink_write_data):
29855         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29856         * sys/oss/gstosselement.h:
29857         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
29858         (gst_osssink_chain):
29859         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29860         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29861         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29862         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29863         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
29864         (gst_v4l_enable_overlay):
29865         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29866         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29867         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29868         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29869         (gst_v4l_set_audio):
29870         * sys/v4l/v4l_calls.h:
29871         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29872         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29873         (gst_v4lmjpegsink_playback_init),
29874         (gst_v4lmjpegsink_playback_start):
29875         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
29876         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
29877         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
29878         (gst_v4lmjpegsrc_requeue_frame):
29879         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29880         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29881         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29882         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29883         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29884         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29885         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29886         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29887         (gst_v4l2src_capture_stop):
29888         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29889         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29890         (gst_ximagesink_chain):
29891         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29892         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29893         (gst_xvideosink_xwindow_new):
29894         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29895         (gst_xvimagesink_chain):
29896         use new error signal, function and categories
29897
29898 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
29899
29900         * configure.ac:
29901         * ext/Makefile.am:
29902         * ext/musicbrainz/gsttrm.c:
29903         * ext/musicbrainz/gsttrm.h:
29904         * ext/musicbrainz/Makefile.am:
29905         Add a trm plugin
29906
29907 2004-01-18  Julien MOUTTE  <julien@moutte.net>
29908
29909         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
29910         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
29911         synchronous property for debugging.
29912         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
29913         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29914         (gst_xvimagesink_set_property): Moving a pointer declaration to a
29915         smaller block, fixing indent.
29916
29917 2004-01-16  David Schleef  <ds@schleef.org>
29918
29919         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
29920         property affects the video stream.
29921         * sys/xvimage/xvimagesink.c:
29922         * sys/xvimage/xvimagesink.h:
29923         Add synchronous property for debugging.  Should probably be
29924         disabled in non-CVS builds.  Make sure that the Xv attribute
29925         exists before we set it (crash!).  Fix a silly float bug that
29926         caused colorbalance to just not work.
29927
29928 2004-01-17  Christian Schaller <Uraeus@gnome.org>
29929
29930         * tools/gst-launch-ext.in - update for new plugins
29931
29932 2004-01-16  David Schleef  <ds@schleef.org>
29933
29934         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
29935         already-freed caps.
29936
29937 2994-01-16  Christian Schaller <Uraeus@gnome.org>
29938
29939         * Update spec for new colorspace plugin and libcaca plugin
29940         * Fix compilation of libcaca plugin (clock -> id)
29941
29942 2004-01-16  Julien MOUTTE <julien@moutte.net>
29943
29944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
29945         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
29946         (gst_xvimagesink_set_xwindow_id),
29947         (gst_xvimagesink_colorbalance_set_value),
29948         (gst_xvimagesink_colorbalance_get_value),
29949         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
29950         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
29951         correct colorbalance properties. They can now be set when the element
29952         is still in NULL state. The values will be committed to the Xv Port
29953         when xcontext is initialized.
29954         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
29955         brightness int values in the GstXvImagesink structure.
29956
29957 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29958
29959         * gst-libs/gst/Makefile.am:
29960           restructure so having local patches works easier.
29961
29962 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29963
29964         * ext/mpeg2enc/Makefile.am:
29965         * ext/mpeg2enc/gstmpeg2enc.cc:
29966         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
29967           Bugfix with respect to EOS handling.
29968
29969 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29970
29971         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
29972           Link with right caps (else, it segfaults).
29973         * ext/mplex/gstmplexjob.cc:
29974           Fix for slight API change in 1.6.1.93 release of mjpegtools.
29975
29976 2004-01-15  David Schleef  <ds@schleef.org>
29977
29978         * gst-libs/gst/audio/Makefile.am:
29979         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
29980         from the template.
29981         * gst-libs/gst/audio/gstaudiofilter.c:
29982         * gst-libs/gst/audio/gstaudiofilter.h:
29983         Add bytes_per_sample and size and n_samples calculation.
29984         * gst-libs/gst/audio/gstaudiofilterexample.c:
29985         Remove, now autogenerated.
29986         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
29987         Moved from gstaudiofilterexample, object name changed, code added
29988         so that it actually works.
29989         * gst-libs/gst/audio/make_filter:
29990         Script to build an audiofilter subclass from the template.
29991         * gst/colorspace/Makefile.am:
29992         * gst/colorspace/yuv2yuv.c:
29993         Remove file, since it's GPL, and we don't use it.
29994
29995 2004-01-15  Julien MOUTTE  <julien@moutte.net>
29996
29997         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
29998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
29999         them use the buffer free function to test how the buffer was allocated.
30000
30001 2004-01-15  David Schleef  <ds@schleef.org>
30002
30003         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30004         that handles osssink fallback.
30005         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30006         (gst_audio_convert_getcaps):
30007         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30008         Add audio/x-qdm2 for QDM2 audio.
30009         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30010         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30011         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30012         Decrease minimum size to 16x16.
30013         * gst/wavparse/gstwavparse.c:
30014         Convert disabled pad template caps to new caps.
30015         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30016         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30017         (gst_xvimagesink_chain): Throw element error when display cannot
30018         be opened.  Increase minimum framerate to 1.0.  Check the data
30019         free function on a buffer to make sure it is the type we expect
30020         before manipulating it.
30021
30022 2004-01-15  Julien MOUTTE <julien@moutte.net>
30023
30024         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30025         (gst_videobalance_colorbalance_set_value): Implement passthru if
30026         settings are in the middle.
30027         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30028
30029 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30030
30031         * gst/videofilter/Makefile.am:
30032         * gst/volume/Makefile.am:
30033           Since we use videofilter symbols, link to it.
30034
30035 2004-01-15  Julien MOUTTE <julien@moutte.net>
30036
30037         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30038         mixer interface type to HARDWARE.
30039         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30040         type to SOFTWARE.
30041         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30042         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30043         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30044         (gst_volume_interface_init), (gst_volume_list_tracks),
30045         (gst_volume_set_volume), (gst_volume_get_volume),
30046         (gst_volume_set_mute), (gst_volume_mixer_init),
30047         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30048         (volume_init): Implementing mixer interface.
30049         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30050         * sys/oss/gstosselement.c: (gst_osselement_get_type),
30051         (gst_osselement_change_state): Removing some trailing commas in
30052         structures.
30053         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30054         interface type to HARDWARE.
30055         * sys/v4l/gstv4lcolorbalance.c:
30056         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30057         type to HARDWARE.
30058         * sys/v4l2/gstv4l2colorbalance.c:
30059         (gst_v4l2_color_balance_interface_init): Setting colorbalance
30060         interface type to HARDWARE.
30061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30062         same code than ximagesink for event handling.
30063
30064 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30065
30066         * ext/snapshot/Makefile.am:
30067         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30068         (gst_snapshot_chain):
30069         * ext/snapshot/gstsnapshot.h:
30070           This has to be a joke... Snapshot should be connected to a tee,
30071           colorspace element before it and EOS after that, where the other
30072           src of the tee receives normal data.
30073           The current way is *wrong*.
30074
30075 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30076
30077         * ext/hermes/gsthermescolorspace.c:
30078           Fix another compile error. Same as below.
30079
30080 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30081
30082         * gst/colorspace/gstcolorspace.c:
30083         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30084         (gst_colorspace_i420_to_yv12):
30085           Fix compiling... Didn't test if it actually works.
30086
30087 2004-01-15  David Schleef  <ds@schleef.org>
30088
30089         * configure.ac:
30090         * gst/colorspace/Makefile.am:
30091         * gst/colorspace/gstcolorspace.c:
30092         * gst/colorspace/gstcolorspace.h:
30093         * gst/colorspace/yuv2rgb.c:
30094         * gst/colorspace/yuv2rgb.h:
30095         Duplicate the ext/hermes colorspace plugin, and remove Hermes
30096         code and GPL code.  Fix for new caps negotiation.  Rewrite
30097         much of the format handling code, and some of the conversion
30098         code.  Basically, rewrote almost everything.  This element
30099         handles I420, YV12 to RGB conversions.
30100         * ext/hermes/Makefile.am:
30101         * ext/hermes/gsthermescolorspace.c:
30102         Rename colorspace to hermescolorspace.  Fix negotiation issues.
30103         Remove non-Hermes related code.  This element handles lots of
30104         RGB to RGB conversions, but no YUV.
30105         * ext/hermes/gstcolorspace.c:
30106         * ext/hermes/gstcolorspace.h:
30107         * ext/hermes/rgb2yuv.c:
30108         * ext/hermes/yuv2rgb.c:
30109         * ext/hermes/yuv2rgb.h:
30110         * ext/hermes/yuv2rgb_mmx16.s:
30111         * ext/hermes/yuv2yuv.c:
30112         * ext/hermes/yuv2yuv.h:
30113         Remove old code.
30114
30115 2004-01-14  Colin Walters  <walters@verbum.org>
30116
30117         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30118         they've already been.
30119
30120 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30121
30122         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30123           assume tag mode when pad is not connected
30124
30125 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30126
30127         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30128           Don't update the time of the clock
30129         (gst_alsa_sink_loop):
30130           sync to the clock given to alsasink, not the own clock
30131         * sys/oss/gstosssink.c: (gst_osssink_chain):
30132           sync to the clock
30133         (gst_osssink_change_state):
30134           activate the clock
30135         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30136         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30137           remove bogus code that made DISCONT events unhandled
30138         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30139           explicitly case to double in _set_simple. (fixes 2nd warning in bug
30140           #131502)
30141         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30142         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30143         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30144           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30145           2nd warning in bug #131502)
30146
30147 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30148
30149         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30150         (gst_videobalance_colorbalance_set_value),
30151         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30152         for colorbalance interface implementation.
30153         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30154         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30155         (gst_ximagesink_dispose), (gst_ximagesink_init),
30156         (gst_ximagesink_class_init): Adding DISPLAY property.
30157         * sys/ximage/ximagesink.h: Adding display_name to store display.
30158         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30159         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30160         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30161         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30162         properties (they still need polishing though for gst-launch use : no
30163         xcontext yet, i ll do that tomorrow).
30164         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30165
30166 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30167
30168         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30169         (gst_play_set_location), (gst_play_set_visualization): Preparing
30170         switch integration, adding videobalance in the pipeline.
30171
30172 2004-01-14  Julien MOUTTE <julien@moutte.net>
30173
30174         * gst-libs/gst/colorbalance/colorbalance.c:
30175         (gst_color_balance_class_init): Adding a default type.
30176         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30177         the type.
30178         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30179         (gst_videobalance_dispose), (gst_videobalance_class_init),
30180         (gst_videobalance_init), (gst_videobalance_interface_supported),
30181         (gst_videobalance_interface_init),
30182         (gst_videobalance_colorbalance_list_channels),
30183         (gst_videobalance_colorbalance_set_value),
30184         (gst_videobalance_colorbalance_get_value),
30185         (gst_videobalance_colorbalance_init): Implementing colorbalance
30186         interface.
30187         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30188         list.
30189         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30190         bug which was triggering a BadAccess X error when setting an overlay
30191         before pad was really negotiated.
30192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30193         Using the colorbalance type macro.
30194
30195 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30196
30197         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30198         (gst_flacenc_chain):
30199           handle tags correctly
30200         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30201           extract ID3v1 tags correctly
30202
30203 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30204
30205         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30206         (plugin_init):
30207           Improve matroska typefinding for odd-typed headers...
30208
30209 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30210
30211         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30212           Fix for using incremental number on padnames.
30213
30214 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30215
30216         * ext/divx/gstdivxdec.c:
30217         * ext/divx/gstdivxenc.c:
30218           Set category to divx4linux instead of divx (too generic).
30219         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30220         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30221         (gst_wavparse_loop), (gst_wavparse_change_state):
30222         * gst/wavparse/gstwavparse.h:
30223           fix parsing of WAV files with non-standard fmt-tag size and fix
30224           skipping of unrecognized chunks... Someone please fix this thing
30225           to use rifflib so all this is automated.
30226         * sys/v4l/Makefile.am:
30227         * sys/v4l2/Makefile.am:
30228           Add X_CFLAGS because we depend on X (for overlay).
30229
30230 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30231
30232         * ext/mpeg2dec/gstmpeg2dec.c:
30233           Don't issue a timestamp unless we tagged the frame
30234           with a PTS.
30235
30236 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30237
30238         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30239           Query the audio element to get the time, not the clock. We're
30240           interested in the element's time here.
30241
30242 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30243
30244         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30245         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30246         * ext/esd/esdsink.c: (gst_esdsink_chain):
30247         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30248         * ext/mas/massink.c: (gst_massink_chain):
30249         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30250         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30251         (gst_matroska_demux_parse_metadata):
30252         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30253         (gst_mpeg_parse_release_locks):
30254         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30255         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30256         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30257         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30258         (gst_osssink_change_state):
30259         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30260         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30261         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30262         (gst_xvideosink_release_locks):
30263         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30264           use element time.
30265         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30266         (gst_alsa_clock_stop):
30267         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30268         (gst_audio_clock_get_internal_time):
30269           simplify for use with new clocking code.
30270         * testsuite/alsa/Makefile.am:
30271         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30272           fix testsuite for new caps system
30273
30274 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30275
30276         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30277         * ext/flac/gstflacenc.c: (add_one_tag):
30278           length is already host endian, no need to convert. Fixes playback of
30279           tagged files on PPC. (bug #128384)
30280
30281 2004-01-13  Julien MOUTTE <julien@moutte.net>
30282
30283         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30284         colorbalance interface stating if it is hardware based or software
30285         based.
30286         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30287         Removing a trailing comma.
30288         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30289         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30290         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30291         the documentation seems to be wrong on the -1000 to 1000 interval.
30292
30293 2004-01-12  David Schleef  <ds@schleef.org>
30294
30295         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30296         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30297         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30298         Fix negotiation.  Add a bufferalloc function for the sink pad,
30299         and generally clean up some of the code.
30300
30301 2004-01-12  Julien MOUTTE <julien@moutte.net>
30302
30303         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30304         (gst_color_balance_channel_dispose): Adding safety check in dispose
30305         method.
30306         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30307         (gst_xvimagesink_xcontext_clear),
30308         (gst_xvimagesink_interface_supported),
30309         (gst_xvimagesink_colorbalance_list_channels),
30310         (gst_xvimagesink_colorbalance_set_value),
30311         (gst_xvimagesink_colorbalance_get_value),
30312         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30313         Adding colorbalance interface support to set XV parameters such as
30314         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30315         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30316         interface.
30317
30318 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30319
30320         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30321         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30322         (gst_audio_convert_init), (gst_audio_convert_set_property),
30323         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30324         (gst_audio_convert_link),
30325         (gst_audio_convert_buffer_to_default_format),
30326         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30327           - implement _getcaps and use it
30328           - improve linking
30329           - remove float caps since no float conversion is actually done
30330           - remove properties and arguments that were to be used for rate
30331             conversion
30332
30333 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30334
30335         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30336         (gst_audio_structure_set_int):
30337         * gst-libs/gst/audio/audio.h:
30338           add helper functions for _getcaps matching the standard audio
30339           templates
30340
30341 2004-01-12  David Schleef  <ds@schleef.org>
30342
30343         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30344         Test that pad is negotiated before getting its caps.
30345
30346 2004-01-12  Julien MOUTTE <julien@moutte.net>
30347
30348         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30349         analyzing the pads of an element the bin is mostly in READY state so
30350         no caps were negotiated. This helper function needs to work with
30351         _get_caps directly then. I was not freeing them though, added that to
30352         fix the mem leak.
30353
30354 2004-01-12  Julien MOUTTE <julien@moutte.net>
30355
30356         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30357         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30358         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30359         than the free_func.
30360
30361 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30362
30363         * sys/oss/gstossaudio.c: (plugin_init):
30364         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30365         * sys/oss/gstosselement.h:
30366           make an oss debugging category
30367           make failure more descriptive
30368
30369 2004-01-11  David Schleef  <ds@schleef.org>
30370
30371         * ext/ffmpeg/gstffmpeg.c:
30372         * ext/ffmpeg/gstffmpegcodecmap.c:
30373         * ext/ffmpeg/gstffmpegdec.c:
30374         * ext/ffmpeg/gstffmpegenc.c:
30375         * ext/ffmpeg/gstffmpegprotocol.c:
30376         * ext/gdk_pixbuf/gstgdkanimation.c:
30377         * ext/jpeg/gstjpeg.c:
30378         * ext/libpng/gstpng.c:
30379         * ext/mpeg2dec/perftest.c:
30380         * ext/speex/gstspeex.c:
30381         * gst-libs/gst/resample/dtos.c:
30382         * gst/intfloat/gstintfloatconvert.c:
30383         * gst/oneton/gstoneton.c:
30384         * gst/rtjpeg/RTjpeg.c:
30385         * gst/rtp/gstrtp.c:
30386         * sys/dxr3/dxr3init.c:
30387         * sys/glsink/gstgl_nvimage.c:
30388         * sys/glsink/gstgl_pdrimage.c:
30389         * sys/glsink/gstglsink.c:
30390         * testsuite/gst-lint:
30391         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30392
30393 2004-01-11  David Schleef  <ds@schleef.org>
30394
30395         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30396         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30397         * ext/gdk_pixbuf/gstgdkanimation.c:
30398         (gst_gdk_animation_iter_create_pixbuf):
30399         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30400         (gst_gdk_pixbuf_chain):
30401         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30402         * ext/jack/gstjack.c: (gst_jack_change_state):
30403         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30404         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30405         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30406         * gst/videofilter/gstvideofilter.c:
30407         (gst_videofilter_set_output_size):
30408         Remove all usage of gst_pad_get_caps(), and replace it with
30409         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30410
30411 2004-01-11  David Schleef  <ds@schleef.org>
30412
30413         * configure.ac:
30414         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30415         * ext/divx/gstdivxdec.c:
30416         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30417         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30418         handle images that span multiple buffers.  Now work with both
30419         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30420         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30421         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30422         video/video.h changes
30423         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30424         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30425         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30426         of GstData free function.
30427         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30428         same.
30429
30430 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30431
30432         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30433         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30434         (gst_v4l2element_get_property):
30435         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30436           add norm, channel and frequency properties.
30437         * sys/v4l2/gstv4l2tuner.c:
30438           fixes for tuner interface changes
30439         * sys/v4l2/gstv4l2element.h:
30440         * sys/v4l2/gstv4l2src.c:
30441         * sys/v4l2/gstv4l2src.h:
30442         * sys/v4l2/v4l2src_calls.c:
30443         * sys/v4l2/v4l2src_calls.h:
30444           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30445
30446 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30447
30448         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30449         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30450         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30451         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30452         * gst-libs/gst/tuner/tuner.h:
30453           GObjects aren't const.
30454           Add find_by_name functions.
30455           Add checks to _changed functions.
30456         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30457         (gst_v4l_tuner_get_norm):
30458           Fixes for above.
30459
30460 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30461
30462         * gst-libs/gst/video/video.h:
30463           Fix caps template names to be understandable.
30464           Prefix everything with GST_VIDEO.
30465         * ext/aalib/gstaasink.c:
30466         * ext/divx/gstdivxdec.c:
30467         * ext/divx/gstdivxenc.c:
30468         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30469         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30470         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30471         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30472         * ext/libcaca/gstcacasink.c:
30473         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30474         * ext/snapshot/gstsnapshot.c:
30475         * ext/swfdec/gstswfdec.c:
30476         * ext/xvid/gstxviddec.c:
30477         * ext/xvid/gstxvidenc.c:
30478         * gst/chart/gstchart.c:
30479         * gst/deinterlace/gstdeinterlace.c:
30480         * gst/effectv/gsteffectv.c:
30481         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30482         * gst/goom/gstgoom.c:
30483         * gst/median/gstmedian.c:
30484         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30485         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30486         * gst/overlay/gstoverlay.c:
30487         * gst/smooth/gstsmooth.c:
30488         * gst/smpte/gstsmpte.c:
30489         * gst/synaesthesia/gstsynaesthesia.c:
30490         * gst/videocrop/gstvideocrop.c:
30491         * gst/videodrop/gstvideodrop.c:
30492         * gst/y4m/gsty4mencode.c:
30493         * sys/qcam/gstqcamsrc.c:
30494         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30495           Make them work with new video.h file.
30496         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30497         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30499         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30500           Make it work with new buffer allocation system.
30501
30502 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30503
30504         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30505         pad_alloc_buffer implementation to use ->srcpad
30506         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30507         pad_alloc_buffer implementation to use ->srcpad
30508         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30509         pad_alloc_buffer implementation to use ->srcpad
30510         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30511         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30512         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30513         a reference to everything we need.
30514         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30515         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30516         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30517         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30518         a reference to everything we need.
30519         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
30520
30521 2004-01-11  David Schleef  <ds@schleef.org>
30522
30523         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
30524         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
30525         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
30526         structure members.
30527         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
30528         value during a resize/renegotiation.
30529         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
30530         gst_pad_alloc_buffer();
30531         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30532         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
30533         structure members.
30534         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30535         Fix for rename of buffer private structure members.
30536         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30537         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30538         Fix for rename of buffer private structure members.
30539         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30540         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30541         Fix for rename of buffer private structure members.
30542
30543 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
30544
30545         reviewed by: David Schleef <ds@schleef.org>
30546
30547         * gst/videofilter/Makefile.am:
30548         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
30549         from the patch by ds to fit in with recent make_filter changes.
30550
30551 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30552
30553         * configure.ac: Adding examples/switch/Makefile
30554         * examples/Makefile.am: Adding examples/switch
30555         * examples/switch/Makefile.am: Adding switcher example.
30556         * examples/switch/switcher.c: (got_eos), (idle_iterate),
30557         (switch_timer), (main): Adding an example demonstrating switch usage
30558         with 2 videotestsrc showing different patterns.
30559         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30560         (gst_switch_init): Fixing switch with the new caps system.
30561
30562 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30563
30564         * gst-libs/gst/video/video.h:
30565           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
30566           They should probably be like
30567           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
30568
30569 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30570
30571         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
30572         (qtdemux_parse_trak):
30573           fix audio chunk size/timestamp calculation
30574
30575 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30576
30577         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
30578           fix SVQ3 caps
30579
30580 2004-01-11  Steve Baker  <steve@stevebaker.org>
30581
30582         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
30583         (gst_agingtv_base_init), (gst_agingtv_class_init),
30584         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
30585         (gst_agingtv_set_property), (gst_agingtv_get_property):
30586         Port agingTV to videofilter
30587
30588 2004-01-09  Julien MOUTTE <julien@moutte.net>
30589
30590         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
30591         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30592
30593 2004-01-09  Julien MOUTTE <julien@moutte.net>
30594
30595         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
30596         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30597         * gst-libs/gst/xoverlay/xoverlay.c:
30598         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
30599         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
30600         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30601         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30602         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
30603         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30604         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
30605         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
30606         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30607         interface implementation to handle xid being 0 and fix some bugs
30608         triggered by Benjamin's testcase.
30609         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30610         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
30611         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
30612         the bufferalloc_function to replace bufferpools, fixing the XOverlay
30613         interface implementation to handle xid being 0 and fix some bugs
30614         triggered by Benjamin's testcase.
30615
30616 2004-01-09  David Schleef  <ds@schleef.org>
30617
30618         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
30619         mouse pointer events.  It works.
30620
30621 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30622
30623         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
30624           Use explicit caps - fix capsnego.
30625         * ext/xvid/gstxviddec.c:
30626         * ext/xvid/gstxvidenc.c:
30627           Remove macro-inside-macro which caused compile errors.
30628         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
30629           Error out if it's not a RIFF file. Else we error out without
30630           gst_element_error() which is not good...
30631
30632 2004-01-08  David Schleef  <ds@schleef.org>
30633
30634         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30635         Fix pad_link function to handle formats that ffmpeg returns
30636         as multiple caps structures.
30637         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
30638         Only complain if source buffer is _smaller_ than expected.
30639         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
30640         (gst_videoscale_handle_src_event): Resize navigation events
30641         when passing them upstream.
30642         * gst/videotestsrc/gstvideotestsrc.c:
30643         * gst/videotestsrc/gstvideotestsrc.h:
30644         * gst/videotestsrc/videotestsrc.c:
30645         * gst/videotestsrc/videotestsrc.h:
30646         Rewrite many of the buffer painting functions to handle odd
30647         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
30648         been verified to work with my video card.
30649         * testsuite/gst-lint:  Add check for elements calling
30650         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
30651
30652 2004-01-08  David Schleef  <ds@schleef.org>
30653
30654         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
30655         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
30656
30657 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30658
30659         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
30660         configure event is not emiting the desired size signal. That fixes
30661         aspect ratio issues with gst-player.
30662
30663 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30664
30665         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
30666           Fix capsnego.
30667
30668 2004-01-08  Julien MOUTTE  <julien@moutte.net>
30669
30670         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
30671         public method to fire size signal.
30672
30673 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30674
30675         * examples/gstplay/Makefile.am: Adding the interface library.
30676         * gst-libs/gst/play/Makefile.am: Adding the interface library.
30677         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
30678         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
30679         GST_IS_X_OVERLAY before signal connect.
30680         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
30681         Removing the have_video_size signal.
30682         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
30683         and associated public method.
30684         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30685         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
30686         signal.
30687         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
30688         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
30689         signal.
30690         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
30691         Using XOverlay public method to fire size signal.
30692
30693 2004-01-07  David Schleef  <ds@schleef.org>
30694
30695         * gst/videofilter/Makefile.am:
30696         * gst/videofilter/gstvideotemplate.c:
30697         * gst/videofilter/make_filter:
30698         Create gstvideoexample.c in a srcdir!=builddir friendly way.
30699         Convert make_filter to /bin/sh script.
30700
30701 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
30702
30703         * gst/modplug/gstmodplug.cc: fix element description
30704
30705 2004-01-07  Julien MOUTTE  <julien@moutte.net>
30706
30707         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
30708         (got_video_size): Adding some new lines in g_print calls.
30709         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30710         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
30711         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
30712         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
30713         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
30714         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
30715         Complete code review, reverting some stuff i disagree with, adding
30716         some fixes : time synchronization on invalid timestamps, renegotiation
30717         of private window.
30718         * sys/ximage/ximagesink.h:
30719         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
30720         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
30721         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
30722         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
30723         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
30724         (gst_xvimagesink_buffer_new),
30725         (gst_xvimagesink_navigation_send_event),
30726         (gst_xvimagesink_set_xwindow_id),
30727         (gst_xvimagesink_get_desired_size),
30728         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
30729         stuff i disagree with, adding some fixes : Renegotiation of private
30730         window, implementing get_desired_size.
30731
30732 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30733
30734         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
30735         (gst_afsink_handle_event):
30736         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
30737         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
30738         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
30739         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
30740         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
30741           Fix for instantiate-test (see core). Also remove dead code from
30742           jpegenc (which still needs fixing, but that's lower on my TODO
30743           list...).
30744         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
30745           Never return NULL as caps.
30746
30747 2004-01-07  David Schleef  <ds@schleef.org>
30748
30749         * configure.ac:
30750         * ext/Makefile.am:
30751         * ext/librfb/Makefile.am:
30752         * ext/librfb/gstrfbsrc.c:
30753         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
30754         is the protocol used by VNC.
30755
30756 2004-01-07  David Schleef  <ds@schleef.org>
30757
30758         * gst/videofilter/gstvideotemplate.c:
30759         * gst/videofilter/gstvideotemplate.h:
30760         * gst/videofilter/make_filter:
30761         Merge videotemplate header into source file.
30762         * gst/effectv/Makefile.am:
30763         * gst/effectv/gsteffectv.c: (plugin_init):
30764         * gst/effectv/gstwarp.c:
30765         Make warpTV a subclass of videofilter.
30766
30767 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30768
30769         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
30770           Add guard against invalid utf-8 conversions in mad. Just in case.
30771
30772 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30773
30774         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30775           Fix for bug shown by poisoning
30776
30777 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30778
30779         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30780         (gst_v4lmjpegsrc_buffer_free):
30781         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
30782         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
30783         (gst_v4lsrc_buffer_free):
30784           Fix for removed bufferpools.
30785
30786 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30787
30788         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30789         Fix caps negotiation.
30790
30791         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
30792         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
30793         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
30794         (dvdnavsrc_event):
30795         * ext/mpeg2dec/gstmpeg2dec.c:
30796         * gst-libs/gst/navigation/navigation.c:
30797         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
30798         * gst-libs/gst/navigation/navigation.h:
30799         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
30800         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
30801         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
30802         Super-simple first version of mouse and keyboard events. Clicking
30803         on a DVD menu now works, although it may not take you where you
30804         expected.
30805
30806         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30807         * gst/videotestsrc/gstvideotestsrc.c:
30808         (gst_videotestsrc_src_fixate):
30809         These fixate functions were broken - they never actually
30810         fixated :)
30811
30812 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30813
30814         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
30815         (gst_icecastsend_init):
30816           fix for new caps system.
30817         * gst-libs/gst/mixer/mixertrack.h:
30818         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
30819           Add 'master track' flag (for tools like ACME that only want to
30820           change the main volume).
30821
30822 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
30823
30824         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
30825         (gst_xvid_csp_to_caps):
30826         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
30827         * ext/xvid/gstxvidenc.c:
30828         ifdef out ARGB type when it isn't available
30829         in xvidcore 1.0.0beta2
30830
30831 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30832
30833         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30834           When we have received a new SCR right in the first buffer after
30835           a seek (so in the same cycle that handles the discont), we should
30836           handle the buffer instead of unreffing it, else we lose data.
30837
30838 2004-01-06  Iain <iain@prettypeople.org>
30839
30840         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
30841           buffer-frames caps too.
30842
30843         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
30844           caps that we need, don't destroy them all and rebuild them. And when
30845           creating src pads, use the src pad template rather than the sink...
30846
30847 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30848
30849         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
30850           Add pad to element *after* setting functions such as event handler.
30851           Without this, the scheduler (opt) will link pads, set the event
30852           handler from the default event function (dispatcher in gstpad.c)
30853           and *after* that, we will set our own event function, which will
30854           thus never be used (and thus mpegdemux doesn't handle events).
30855
30856 2004-01-04  David Schleef  <ds@schleef.org>
30857
30858         Fix the fixate functions to handle new prototype:
30859         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
30860         * gst/videotestsrc/gstvideotestsrc.c:
30861         (gst_videotestsrc_src_fixate):
30862         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
30863         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
30864         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
30865
30866 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30867
30868         * sys/ximage/ximagesink.h:
30869         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
30870         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
30871         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
30872         (gst_ximagesink_xoverlay_init):
30873           assorted fixes to make (re)embedding work
30874         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
30875         (gst_ximagesink_get_desired_size):
30876           implement desired size additions to XOverlay
30877
30878 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30879
30880         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
30881         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
30882         (gst_x_overlay_got_desired_size):
30883         * gst-libs/gst/xoverlay/xoverlay.h:
30884           Add optional "desired size" signal and querying.
30885
30886 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30887
30888         * gst/matroska/matroska-demux.c:
30889         (gst_matroska_demux_parse_blockgroup):
30890           Fix EBML-laced block parsing. Diffs are relative to previous
30891           lace, not the first lace. Thanks to Mosu from the Matroska
30892           team for detecting this.
30893         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30894         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
30895         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
30896         (gst_wavparse_change_state):
30897         * gst/wavparse/gstwavparse.h:
30898           Quickfix for capsnego.
30899
30900 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30901
30902         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
30903           Fix indenting, fix pad creation.
30904
30905 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30906
30907         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
30908         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
30909         (gst_xviddec_sink_link):
30910           Implement src_getcaps() so proper size caps is negotiated.
30911
30912 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30913
30914         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
30915           Finish flac decoder on EOS. See #116178.
30916
30917 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30918
30919         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
30920         (gst_matroska_demux_add_stream):
30921         * gst/matroska/matroska-ids.h:
30922           Add getcaps() function to fix capsnego...
30923
30924 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30925
30926         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
30927         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
30928         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30929           Fix more integer overflows. Again, see #126967.
30930
30931 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30932
30933         * ext/mpeg2dec/gstmpeg2dec.c:
30934           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
30935           #130416.
30936
30937 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30938
30939         * configure.ac:
30940         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
30941         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
30942         * ext/xvid/gstxvid.h:
30943         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
30944         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
30945         (gst_xviddec_src_link), (gst_xviddec_sink_link),
30946         (gst_xviddec_change_state):
30947         * ext/xvid/gstxviddec.h:
30948         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
30949         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
30950         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
30951         (gst_xvidenc_link), (gst_xvidenc_set_property),
30952         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
30953         * ext/xvid/gstxvidenc.h:
30954           Update xvid plugin to latest xvid (1.0.0-beta3) API.
30955
30956 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30957
30958         * gst/rtp/rtp-packet.c:
30959           Add sys/types.h include, since OS X doesn't define in_addr_t
30960           in netinet/in.h, like it does on Linux (see #129600).
30961
30962 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
30963
30964         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
30965
30966         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
30967           Correct logic of dispose function (see #129306).
30968
30969 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30970
30971         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
30972         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30973         (gst_mpeg_parse_init):
30974         * gst/mpegstream/gstmpegparse.h:
30975           Remove clock (which was never provided, i.e. dead code), and
30976           also fix integer overflows at high PTS values (see #126967).
30977
30978 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30979
30980         * ext/flac/gstflacdec.c:
30981         * ext/libpng/gstpngenc.h:
30982         * ext/mikmod/gstmikmod.h:
30983           OS X fixes (see #126628).
30984
30985 2004-01-02  David Schleef  <ds@schleef.org>
30986
30987         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
30988         (gst_alsa_src_base_init): Remove bogus "src" request pad.
30989         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
30990         (gst_mpeg_parse_class_init): Move pad template registration
30991         to class_init, since the derived class (mpegdemux) doesn't
30992         want them.
30993
30994 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30995
30996         * sys/ximage/Makefile.am:
30997         * sys/xvideo/Makefile.am:
30998         * sys/xvimage/Makefile.am:
30999           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31000           after installation (see #127664).
31001
31002 2004-01-02  David Schleef  <ds@schleef.org>
31003
31004         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31005         (gst_ffmpegenc_connect):  Negotiation fixes.
31006         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31007         Remove inappropriate gst_caps_free().
31008         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31009         Reenable Ronald's internal resize code, since the core handles
31010         it correctly now.
31011
31012 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31013
31014         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31015         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31016         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31017           Fix pad template stuff.
31018
31019 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31020
31021         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31022         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31023           fix signed integer reading/writing.
31024
31025 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31026
31027         * ext/alsa/README:
31028           Remove outdated document
31029
31030 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
31031
31032         * gst/cutter/gstcutter.c: (gst_cutter_init):
31033           src pad was being created twice - oops.
31034
31035 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31036
31037         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31038           Comment out internal resize. It doesn't handle the resulting
31039           XEvent internally, does another try_set_caps() which leads to
31040           a really nice loop.
31041           Real fix will come when Julien and Dave are awake. ;).
31042
31043 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31044
31045         * ext/mpeg2enc/gstmpeg2enc.cc:
31046           fix const/nonconst compile issue.
31047
31048 2004-01-02  David Schleef  <ds@schleef.org>
31049
31050         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31051         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31052         Add fixate function and a check for bad formats.
31053
31054 2004-01-01  David Schleef  <ds@schleef.org>
31055
31056         Negotiation fixes:
31057         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31058         (gst_audiofilter_init):
31059         * gst/debug/efence.c: (gst_efence_init):
31060         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31061         (gst_deinterlace_init):
31062         * gst/volume/gstvolume.c: (volume_connect):
31063
31064 2004-01-01  David Schleef  <ds@schleef.org>
31065
31066         Convert elements to use gst_pad_use_explicit_caps() where
31067         appropriate:
31068         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31069         * ext/audiofile/gstafparse.c: (gst_afparse_init),
31070         (gst_afparse_open_file):
31071         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31072         (gst_afsrc_open_file):
31073         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31074         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31075         (gst_ffmpegdec_chain):
31076         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31077         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31078         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31079         (gst_gdk_pixbuf_chain):
31080         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31081         (gst_jpegdec_chain):
31082         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31083         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31084         (gst_mikmod_negotiate):
31085         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31086         (gst_mpeg2dec_negotiate_format):
31087         * ext/mpeg2enc/gstmpeg2enc.cc:
31088         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31089         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31090         (gst_speexdec_sinkconnect):
31091         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31092         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31093         (gst_vorbisfile_new_link):
31094         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31095         (gst_ac3parse_chain):
31096         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31097         (gst_asf_demux_setup_pad):
31098         * gst/auparse/gstauparse.c: (gst_auparse_init),
31099         (gst_auparse_chain):
31100         * gst/id3/gstid3types.c: (gst_id3types_loop):
31101         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31102         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31103         (mp1videoparse_parse_seq):
31104         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31105         (bpf_from_header):
31106         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31107         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31108         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31109         (gst_mpeg_parse_send_data):
31110         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31111         (gst_qtdemux_add_stream):
31112         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31113         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31114         (gst_wavparse_parse_fmt):
31115
31116 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31117
31118         * configure.ac:
31119           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31120           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31121           it therefore uses the wrong include paths. Too bad... Note
31122           that 1.6.1.93 is not release yet. ;).
31123           Also add a check for mplex, which is now using the lib'ified
31124           mplex from mjpegtools, too.
31125         * ext/ffmpeg/gstffmpegcodecmap.c:
31126           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31127           issues. I don't think ffmpeg handles 3ivx correctly, so this
31128           probably won't work. But it won't hurt either.
31129         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31130         (gst_ffmpegdec_chain):
31131         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31132         (gst_ffmpegenc_chain_audio):
31133           Fix memleak in audio encoding. Close codec if open fails, this
31134           calls the cleanup routines so we can re-use the context.
31135         * ext/mpeg2enc/gstmpeg2enc.cc:
31136           Fix pad template names/types, fix memory issue with getcaps().
31137         * ext/mpeg2enc/gstmpeg2encoder.cc:
31138         * ext/mpeg2enc/gstmpeg2encoder.hh:
31139           Fix compile issue with new caps system (const thingy).
31140         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31141         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31142           We read a first frame right on initing, so that we have a caps
31143           when we init the output. This caps is cached in padprivate and
31144           read as first frame.
31145         * ext/mplex/Makefile.am:
31146         * ext/mplex/gstmplex.cc:
31147         * ext/mplex/gstmplex.h:
31148         * ext/mplex/gstmplex.hh:
31149         * ext/mplex/gstmplexibitstream.cc:
31150         * ext/mplex/gstmplexibitstream.hh:
31151         * ext/mplex/gstmplexjob.cc:
31152         * ext/mplex/gstmplexjob.hh:
31153         * ext/mplex/gstmplexoutputstream.cc:
31154         * ext/mplex/gstmplexoutputstream.hh:
31155           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31156           had issues, didn't do capsnego, supported only a subset of the
31157           mplex features and required a mplex fork in our local CVS. Plus
31158           that it worked agaist a very old mplex version. Rewriting was
31159           faster than updating it.
31160         * gst-libs/ext/Makefile.am:
31161         * gst-libs/ext/mplex/INSTRUCT:
31162         * gst-libs/ext/mplex/Makefile.am:
31163         * gst-libs/ext/mplex/README:
31164         * gst-libs/ext/mplex/TODO:
31165         * gst-libs/ext/mplex/ac3strm_in.cc:
31166         * gst-libs/ext/mplex/audiostrm.hh:
31167         * gst-libs/ext/mplex/audiostrm_out.cc:
31168         * gst-libs/ext/mplex/aunit.hh:
31169         * gst-libs/ext/mplex/bits.cc:
31170         * gst-libs/ext/mplex/bits.hh:
31171         * gst-libs/ext/mplex/buffer.cc:
31172         * gst-libs/ext/mplex/buffer.hh:
31173         * gst-libs/ext/mplex/fastintfns.h:
31174         * gst-libs/ext/mplex/format_codes.h:
31175         * gst-libs/ext/mplex/inputstrm.cc:
31176         * gst-libs/ext/mplex/inputstrm.hh:
31177         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31178         * gst-libs/ext/mplex/mjpeg_logging.cc:
31179         * gst-libs/ext/mplex/mjpeg_logging.h:
31180         * gst-libs/ext/mplex/mjpeg_types.h:
31181         * gst-libs/ext/mplex/mpastrm_in.cc:
31182         * gst-libs/ext/mplex/mpegconsts.cc:
31183         * gst-libs/ext/mplex/mpegconsts.h:
31184         * gst-libs/ext/mplex/mplexconsts.hh:
31185         * gst-libs/ext/mplex/multplex.cc:
31186         * gst-libs/ext/mplex/outputstream.hh:
31187         * gst-libs/ext/mplex/padstrm.cc:
31188         * gst-libs/ext/mplex/padstrm.hh:
31189         * gst-libs/ext/mplex/stillsstream.cc:
31190         * gst-libs/ext/mplex/stillsstream.hh:
31191         * gst-libs/ext/mplex/systems.cc:
31192         * gst-libs/ext/mplex/systems.hh:
31193         * gst-libs/ext/mplex/vector.cc:
31194         * gst-libs/ext/mplex/vector.hh:
31195         * gst-libs/ext/mplex/videostrm.hh:
31196         * gst-libs/ext/mplex/videostrm_in.cc:
31197         * gst-libs/ext/mplex/videostrm_out.cc:
31198         * gst-libs/ext/mplex/yuv4mpeg.cc:
31199         * gst-libs/ext/mplex/yuv4mpeg.h:
31200         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31201         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31202           We don't fork mjpegtools' mplex in our CVS anymore.
31203         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31204         (gst_avi_demux_add_stream):
31205         * gst/avi/gstavidemux.h:
31206           Add getcaps() function for proper caps nego. This makes some
31207           parts of AVI playback/reading work.
31208         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31209           Resize window on new capsnego. This is probably wrong, but
31210           I'm still committing it because with current capsnego, the
31211           first successfull capsnego is auto-fixated, therefore rounded
31212           down to the lowest values in the caps. this results in a 16x16
31213           XWindow that is not reized when real capsnego finishes.
31214           Dave, I see more cases of this, do you know a proper solution?
31215         * tools/gst-launch-ext.in:
31216           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31217
31218 2003-12-31  David Schleef  <ds@schleef.org>
31219
31220         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31221         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31222           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31223
31224 2003-12-30  David Schleef  <ds@schleef.org>
31225
31226         * ext/ffmpeg/gstffmpegcolorspace.c:
31227         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31228         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31229         (gst_ffmpegcsp_chain): Negotiation fixes
31230         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31231         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31232         (gst_audio_convert_link), (gst_audio_convert_channels):
31233         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31234         (gst_audioscale_link), (gst_audioscale_get_buffer),
31235         (gst_audioscale_chain): Negotiation fixes
31236         * gst/audioscale/gstaudioscale.h:
31237         * gst/videofilter/gstvideofilter.c:
31238         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31239         (gst_videofilter_link), (gst_videofilter_init),
31240         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31241         (gst_videofilter_find_format_by_structure):
31242         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31243         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31244         (gst_videoscale_link):
31245         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31246         (videoscale_find_by_structure), (gst_videoscale_setup):
31247         * gst/videoscale/videoscale.h: Negotiation fixes
31248         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31249         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31250         function, restrict resizing to a multiple of 4 (hack until
31251         everyone supports odd sizes correctly).
31252
31253 2003-12-29  Colin Walters  <walters@verbum.org>
31254
31255         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31256         signed.
31257
31258 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31259
31260         * ext/sndfile/gstsf.c: (gst_sf_loop):
31261           Fix warning about discarding const qualifier
31262
31263 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31264
31265         * gst/cutter/gstcutter.c:
31266         * gst/videoscale/gstvideoscale.c:
31267         * gst/volenv/gstvolenv.c:
31268         * gst-libs/gst/audio/audio.c:
31269         * gst-libs/gst/video/video.c:
31270           Fix warnings
31271
31272 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31273
31274         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31275           Don't send ALSA debugging to stderr.
31276         * ext/alsa/gstalsa.h:
31277           Use GST_WARNING instead of g_warning when ALSA functions fail.
31278
31279 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31280
31281         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31282           Free XVAdapterInfo correctly.
31283
31284 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31285
31286         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31287         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31288           Make id3tag use correct caps nego.
31289
31290 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31291
31292         * ext/ivorbis/vorbis.c:
31293         * ext/ivorbis/vorbisenc.h:
31294         * ext/ivorbis/vorbisfile.c:
31295           Modify so that it uses the new caps things
31296
31297 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31298
31299         * testsuite/spider/spider1.c: (main):
31300         * testsuite/spider/spider2.c: (main):
31301         * testsuite/spider/spider3.c: (main):
31302           Make tests compile again. They probably don't work.
31303
31304 2003-12-24  Colin Walters  <walters@verbum.org>
31305
31306         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31307         we can't fixate the caps anymore.
31308
31309 2003-12-23  David Schleef  <ds@schleef.org>
31310
31311         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31312         * sys/oss/gstosssink.c: (gst_osssink_init),
31313         (gst_osssink_sink_fixate): Add fixate function.
31314
31315 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31316
31317         * ext/ffmpeg/gstffmpegcodecmap.c:
31318         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31319         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31320         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31321         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31322         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31323         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31324         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31325           fix typo in RGB masks, and move back to "old" colorspace
31326           capsnego code until whoever wrote this new crap has actually
31327           tested it so that it works.
31328           And yes, this works, keep it that way please.
31329
31330 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31331
31332         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31333         (gst_divxdec_init), (gst_divxdec_negotiate):
31334         * ext/divx/gstdivxdec.h:
31335         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31336         (gst_divxenc_init):
31337         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31338         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31339         * ext/mpeg2enc/gstmpeg2enc.cc:
31340         * ext/mpeg2enc/gstmpeg2encoder.cc:
31341         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31342         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31343         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31344         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31345         (dxr3spusink_init):
31346         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31347         (dxr3videosink_init):
31348           Fix caps breakage after Dave's caps branch merge.
31349
31350 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31351
31352         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31353           Fix for 24bpp display.
31354
31355 2003-12-23  Colin Walters  <walters@verbum.org>
31356
31357         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31358         a GnomeVFSHandle directly.
31359
31360 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31361
31362         * gst/volume/Makefile.am:
31363         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31364         (volume_base_init), (volume_init):
31365           Reenable volume element and fix to work with new caps stuff.
31366           Rhythmbox needs this.
31367
31368 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31369
31370         * gst/qtdemux/qtdemux.c: (plugin_init):
31371           qtdemux requires bytestream
31372
31373 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31374
31375         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31376           Fix remaining caps handling errors due to CAPS merge.
31377
31378 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31379
31380         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31381         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31382         (gst_faad_srcconnect):
31383           Port to new caps system.
31384
31385 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31386
31387         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31388         (got_video_size), (main): using g_print instead of g_message.
31389         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31390         signal which was not emitted because of "switch" element added to the
31391         bin but not connected. (Removing from the bin temporarily)
31392
31393 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31394
31395         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31396         find X development files. I don't understand the previous tests and
31397         they fail on my debian/ppc unstable. This one works.
31398         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31399         exiting.
31400         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31401         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31402         (gst_play_set_visualization): Add some safety checks in set_ methods
31403         and state_change. This was throwing some ugly CRITICAL messages when
31404         pipeline was getting disposed and casts were failing.
31405
31406 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31407
31408         * configure.ac:
31409           Improve mpeg2enc detection. This is for distributions that do
31410           ship mjpegtools, but without mpeg2enc. Also does object check
31411           for might there ever be ABI incompatibility.
31412         * ext/mpeg2enc/gstmpeg2enc.cc:
31413           Add Andrew as second maintainer (he's helping me), and also add
31414           an error if no caps was set. This happens if I pull before capsnego
31415           and that's something I should solve sometime else.
31416         * gst/matroska/matroska-demux.c:
31417         (gst_matroska_demux_parse_blockgroup):
31418           Fix time parsing.
31419         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31420         (gst_matroska_mux_track_header):
31421           Add caps to templates.
31422         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31423           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31424         * gst/mpegstream/gstmpegdemux.c:
31425           Remove layer since it causes warnings about unfixed caps.
31426         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31427           Fix obvious typo (we error out if caps were set, we should of
31428           course error out if *no* caps were set).
31429         * sys/oss/gstosselement.c: (gst_osselement_convert):
31430           Fix format conversion, we confused bits/bytes.
31431         * sys/oss/gstosselement.h:
31432           Improve documentation for 'bps'.
31433         * sys/v4l/TODO:
31434           Remove stuff about plugins that need removing - this was done
31435           ages ago.
31436         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31437         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31438         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31439         (gst_v4lsrc_src_query):
31440         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31441         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31442           Add get_query_types(), get_formats() and query() functions.
31443
31444 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31445
31446         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31447           * moved CVS to freedesktop.org